﻿/* NEEVO PREVIEW */
.theme-preview {
}

    .theme-preview #frame {
        position: relative;
        background-image: linear-gradient(to bottom, #f0f0f0 0%, #efefef 50%, #c3c3c3 100%);
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .theme-preview #logo {
        position: relative;
        margin: 10px;
        height: 100px;
        display: flex;
        align-items: center;
        align-content: center;
    }

        .theme-preview #logo img {
            max-height: 100px;
            max-width: 100%;
            margin: auto;
        }

    .theme-preview #logo-placeholder {
        font-size: 48px;
        color: #ddd;
        margin: auto;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        font-weight: bold;
        text-align: center;
    }

    .theme-preview #logo-overlay {
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
        border: 5px solid #ccc;
        border-radius: 5px;
        padding: 2px;
        display: none;
        font-weight: bold;
        color: #f0f0f0;
        background-color: rgba(0,0,0,0.5);
        text-align: center;
    }

    .theme-preview #logo:hover #logo-overlay {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .theme-preview #logo-overlay p {
        margin: 0px;
    }

        .theme-preview #logo-overlay p + p {
            margin-top: 10px;
        }

    .theme-preview #logo-overlay .btn + .btn {
        /*margin-left: 20px;*/
    }

    .theme-preview #content {
        margin: 20px auto;
        height: 256px;
    }

    .theme-preview #tank-top {
        margin: 0 auto;
        height: 8px;
        width: 100px;
        border-radius: 4px 4px 0 0;
        transition: background ease 0.3s;
    }

    .theme-preview #tank-bottom {
        margin: 0 auto;
        height: 8px;
        width: 128px;
        border-radius: 0 0 4px 4px;
        transition: background ease 0.3s;
    }

    .theme-preview #tank {
        position: relative;
        margin: 0px auto;
        height: 240px;
        width: 200px;
        display: flex;
        align-items: center;
        align-content: center;
        border-radius: 30px;
        transition: background ease 0.3s;
    }

    .theme-preview #tank-fill {
        position: absolute;
        bottom: 0;
        height: 35%;
        width: 100%;
        border-radius: 0 0 30px 30px;
        z-index: 0;
        transition: background ease 0.3s;
    }

    .theme-preview #level-container {
        position: relative;
        height: 100px;
        width: 100px;
        margin: auto;
        z-index: 1;
    }

    .theme-preview #level-bg {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        transition: background ease 0.3s;
    }

    .theme-preview #level {
        font-size: 40px;
        font-weight: bold;
        line-height: 100px;
        text-align: center;
        transition: color ease 0.3s;
    }

    .theme-preview #level-sign {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: auto;
        transition: background ease 0.3s;
    }

    .theme-preview #sign {
        font-size: 21px;
        line-height: 40px;
        text-align: center;
        transition: color ease 0.3s;
    }

    .theme-preview #stats {
        text-align: center;
    }

    .theme-preview #support {
        padding: 0 30px;
        text-align: center;
    }

        .theme-preview #support p {
            font-weight: bold;
            color: #808895;
            margin-top: 20px;
        }

        .theme-preview #support button {
            display: block;
            width: 100%;
            padding: 10px;
            border: none;
            border-radius: 6px;
            text-align: center;
        }

    .theme-preview #banner {
        margin: 20px 0px;
        text-align: center;
    }

    .theme-preview #banner-text {
        font-size: 20px;
        padding: 0 10px;
        transition: color ease 0.3s;
    }

    .theme-preview #actions {
        height: 50px;
        font-size: 36px;
        font-weight: bold;
        color: transparent;
    }

        .theme-preview #actions img {
            max-height: 36px;
        }

    .theme-preview #show-level {
        float: left;
        width: 33%;
        height: 50px;
        text-align: center;
    }

    .theme-preview #show-stats {
        float: left;
        width: 34%;
        height: 50px;
        text-align: center;
    }

    .theme-preview #show-support {
        float: left;
        width: 33%;
        height: 50px;
        text-align: center;
    }

.colors {
}

    .colors li {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 16px 0px 1px rgba(0,0,0,0.2);
        color: #f0f0f0;
        text-shadow: 1px 1px 5px rgba(0,0,0,1);
        padding: 5px 10px 5px 26px;
    }

        .colors li + li {
            margin-top: 10px;
        }

.logo-image {
    max-height: 30px;
    max-width: 100%;
    margin: auto;
}

.logo-placeholder {
    font-size: 48px;
    color: #ddd;
    margin: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-weight: bold;
    text-align: center;
}

.svg0 {
    fill: #9D9FA2;
}

    .svg0.inactive {
        fill: #9D9FA2 !important;
    }

.svg1 {
    stroke: #9D9FA2;
    stroke-width: 1;
}

.svg2 {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 4;
}
