/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.orange {
    color: #ff892a !important;
}

.error-text-2 {
    text-align: center;
    font-size: 700%;
    font-weight: bold;
    font-weight: 100;
    color: #333;
    line-height: 1;
    letter-spacing: -.05em;
    background-image: -webkit-linear-gradient(92deg,#333,#ed1c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ed1c24;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3) 75%,rgba(0,0,0,0));
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,.25);
}

.particle--a {
    -webkit-animation: particle-a 1.4s infinite linear;
    -moz-animation: particle-a 1.4s infinite linear;
    -o-animation: particle-a 1.4s infinite linear;
    animation: particle-a 1.4s infinite linear;
}

.particle--b {
    -webkit-animation: particle-b 1.3s infinite linear;
    -moz-animation: particle-b 1.3s infinite linear;
    -o-animation: particle-b 1.3s infinite linear;
    animation: particle-b 1.3s infinite linear;
    background-color: #00A300;
}

.particle--c {
    -webkit-animation: particle-c 1.5s infinite linear;
    -moz-animation: particle-c 1.5s infinite linear;
    -o-animation: particle-c 1.5s infinite linear;
    animation: particle-c 1.5s infinite linear;
    background-color: #57889C;
}

@-webkit-keyframes particle-a {
    0% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-a {
    0% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-a {
    0% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-a {
    0% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-b {
    0% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-b {
    0% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-b {
    0% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-b {
    0% {
        transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-c {
    0% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -webkit-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-c {
    0% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -moz-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-c {
    0% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -o-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-c {
    0% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

.infobox-container {
    text-align: center;
    font-size: 0;
}

.infobox {
    display: inline-block;
    min-width: 210px;
    height: 66px;
    color: #555;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

    .infobox > .infobox-icon {
        display: inline-block;
        vertical-align: top;
        width: 44px;
    }

    .infobox > .infobox-icon {
        display: inline-block;
        height: 42px;
        margin: 0;
        padding: 1px 1px 0 2px;
        background-color: transparent;
        border-width: 0;
        text-align: center;
        position: relative;
        border-radius: 100%;
        -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
        box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    }

        .infobox > .infobox-icon :before {
            font-size: 24px;
            display: block;
            padding: 6px 0 7px;
            width: 40px;
            text-align: center;
            border-radius: 100%;
            color: #FFF;
            color: rgba(255, 255, 255, 0.9);
            background-color: transparent;
            background-color: rgba(255, 255, 255, 0.2);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
        }

    .infobox .infobox-content {
        color: #555;
        max-width: 140px;
    }

        .infobox .infobox-content:first-child {
            font-weight: bold;
        }

    .infobox > .infobox-data {
        display: inline-block;
        border-width: 0;
        border-top-width: 0;
        font-size: 13px;
        text-align: left;
        line-height: 21px;
        min-width: 130px;
        padding-left: 8px;
        position: relative;
        top: 0;
    }

        .infobox > .infobox-data > .infobox-data-number {
            display: block;
            font-size: 22px;
            margin: 2px 0 4px;
            position: relative;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
        }

        .infobox > .infobox-data > .infobox-text {
            display: block;
            font-size: 16px;
            margin: 2px 0 4px;
            position: relative;
            text-shadow: none;
        }

    .infobox.no-border {
        border-width: 0 !important;
    }

@media only screen and (max-width: 479px) {
    .infobox {
        min-width: 95%;
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

.infobox-purple {
    color: #6f3cc4;
    border-color: #6f3cc4;
}

    .infobox-purple > .infobox-icon {
        background-color: #6f3cc4;
    }

    .infobox-purple.infobox-dark {
        background-color: #6f3cc4;
        border-color: #6f3cc4;
    }

.infobox-purple2 {
    color: #5f47b0;
    border-color: #5f47b0;
}

    .infobox-purple2 > .infobox-icon {
        background-color: #5f47b0;
    }

    .infobox-purple2.infobox-dark {
        background-color: #5f47b0;
        border-color: #5f47b0;
    }

.infobox-pink {
    color: #cb6fd7;
    border-color: #cb6fd7;
}

    .infobox-pink > .infobox-icon {
        background-color: #cb6fd7;
    }

    .infobox-pink.infobox-dark {
        background-color: #cb6fd7;
        border-color: #cb6fd7;
    }

.infobox-blue {
    color: #6fb3e0;
    border-color: #6fb3e0;
}

    .infobox-blue > .infobox-icon {
        background-color: #6fb3e0;
    }

    .infobox-blue.infobox-dark {
        background-color: #6fb3e0;
        border-color: #6fb3e0;
    }

.infobox-blue2 {
    color: #3983c2;
    border-color: #3983c2;
}

    .infobox-blue2 > .infobox-icon {
        background-color: #3983c2;
    }

    .infobox-blue2.infobox-dark {
        background-color: #3983c2;
        border-color: #3983c2;
    }

.infobox-blue3 {
    color: #1144eb;
    border-color: #1144eb;
}

    .infobox-blue3 > .infobox-icon {
        background-color: #1144eb;
    }

    .infobox-blue3.infobox-dark {
        background-color: #1144eb;
        border-color: #1144eb;
    }

.infobox-red {
    color: #d53f40;
    border-color: #d53f40;
}

    .infobox-red > .infobox-icon {
        background-color: #d53f40;
    }

    .infobox-red.infobox-dark {
        background-color: #d53f40;
        border-color: #d53f40;
    }

.infobox-brown {
    color: #c67a3e;
    border-color: #c67a3e;
}

    .infobox-brown > .infobox-icon {
        background-color: #c67a3e;
    }

    .infobox-brown.infobox-dark {
        background-color: #c67a3e;
        border-color: #c67a3e;
    }

.infobox-wood {
    color: #7b3f25;
    border-color: #7b3f25;
}

    .infobox-wood > .infobox-icon {
        background-color: #7b3f25;
    }

    .infobox-wood.infobox-dark {
        background-color: #7b3f25;
        border-color: #7b3f25;
    }

.infobox-light-brown {
    color: #cebea5;
    border-color: #cebea5;
}

    .infobox-light-brown > .infobox-icon {
        background-color: #cebea5;
    }

    .infobox-light-brown.infobox-dark {
        background-color: #cebea5;
        border-color: #cebea5;
    }

.infobox-orange {
    color: #e8b110;
    border-color: #e8b110;
}

    .infobox-orange > .infobox-icon {
        background-color: #e8b110;
    }

    .infobox-orange.infobox-dark {
        background-color: #e8b110;
        border-color: #e8b110;
    }

.infobox-orange2 {
    color: #f79263;
    border-color: #f79263;
}

    .infobox-orange2 > .infobox-icon {
        background-color: #f79263;
    }

    .infobox-orange2.infobox-dark {
        background-color: #f79263;
        border-color: #f79263;
    }

.infobox-green {
    color: #9abc32;
    border-color: #9abc32;
}

    .infobox-green > .infobox-icon {
        background-color: #9abc32;
    }

    .infobox-green.infobox-dark {
        background-color: #9abc32;
        border-color: #9abc32;
    }

.infobox-green2 {
    color: #0490a6;
    border-color: #0490a6;
}

    .infobox-green2 > .infobox-icon {
        background-color: #0490a6;
    }

    .infobox-green2.infobox-dark {
        background-color: #0490a6;
        border-color: #0490a6;
    }

.infobox-grey {
    color: #999999;
    border-color: #999999;
}

    .infobox-grey > .infobox-icon {
        background-color: #999999;
    }

    .infobox-grey.infobox-dark {
        background-color: #999999;
        border-color: #999999;
    }

.infobox-black {
    color: #393939;
    border-color: #393939;
}

    .infobox-black > .infobox-icon {
        background-color: #393939;
    }

    .infobox-black.infobox-dark {
        background-color: #393939;
        border-color: #393939;
    }

.infobox-dark {
    margin: 1px 1px 0 0;
    border-color: transparent !important;
    border-width: 0;
    color: #FFF;
    padding: 4px;
}

    .infobox-dark > .infobox-icon,
    .infobox-dark > .infobox-icon :before {
        background-color: transparent;
        box-shadow: none !important;
        text-shadow: none;
        border-radius: 0;
        font-size: 30px;
    }

        .infobox-dark > .infobox-icon :before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .infobox-dark .infobox-content {
        color: #FFF;
    }

.infobox > .infobox-progress {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox > .infobox-chart {
    padding-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
    width: 44px;
    text-align: center;
}

    .infobox > .infobox-chart > .sparkline {
        font-size: 24px;
    }

    .infobox > .infobox-chart canvas {
        vertical-align: middle !important;
    }

.infobox > .stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    color: #ABBAC3;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px;
}

    .infobox > .stat:before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 11px;
        background-color: #ABBAC3;
        position: absolute;
        right: 4px;
        top: 7px;
    }

    .infobox > .stat:after {
        display: inline-block;
        content: "";
        position: absolute;
        right: 1px;
        top: -8px;
        border: 12px solid transparent;
        border-width: 8px 7px;
        border-bottom-color: #ABBAC3;
    }

    .infobox > .stat.stat-success {
        color: #77C646;
    }

        .infobox > .stat.stat-success:before {
            background-color: #77C646;
        }

        .infobox > .stat.stat-success:after {
            border-bottom-color: #77C646;
        }

    .infobox > .stat.stat-important {
        /*pointing down*/
        color: #E4564F;
    }

        .infobox > .stat.stat-important:before {
            background-color: #E4564F;
            top: 3px;
        }

        .infobox > .stat.stat-important:after {
            border-top-color: #E4564F;
            border-bottom-color: transparent;
            bottom: -6px;
            top: auto;
        }

.infobox.infobox-dark > .stat {
    color: #FFF;
}

    .infobox.infobox-dark > .stat:before {
        background-color: #E1E5E8;
    }

    .infobox.infobox-dark > .stat:after {
        border-bottom-color: #E1E5E8;
    }

    .infobox.infobox-dark > .stat.stat-success {
        color: #FFF;
    }

        .infobox.infobox-dark > .stat.stat-success:before {
            background-color: #D0E29E;
        }

        .infobox.infobox-dark > .stat.stat-success:after {
            border-bottom-color: #D0E29E;
        }

    .infobox.infobox-dark > .stat.stat-important {
        color: #FFF;
    }

        .infobox.infobox-dark > .stat.stat-important:before {
            background-color: #FF8482;
            top: 3px;
        }

        .infobox.infobox-dark > .stat.stat-important:after {
            border-top-color: #FF8482;
            border-bottom-color: transparent;
            bottom: -6px;
            top: auto;
        }

.infobox > .badge {
    position: absolute;
    right: 20px;
    top: 11px;
    border-radius: 0;
    text-shadow: none;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    height: 16px;
    padding: 0 1px;
}

.infobox.infobox-dark > .badge {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #F1F1F1;
    top: 2px;
    right: 2px;
}

    .infobox.infobox-dark > .badge.badge-success {
        color: #C6E9A1;
    }

    .infobox.infobox-dark > .badge.badge-important {
        color: #ECB792;
    }

    .infobox.infobox-dark > .badge.badge-warning {
        color: #ECB792;
    }

.infobox-small {
    width: 135px;
    height: 52px;
    text-align: left;
    padding-bottom: 5px;
}

    .infobox-small > .infobox-icon,
    .infobox-small > .infobox-chart,
    .infobox-small > .infobox-progress {
        display: inline-block;
        width: 40px;
        max-width: 40px;
        height: 42px;
        line-height: 38px;
        vertical-align: middle;
    }

    .infobox-small > .infobox-data {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        max-width: 72px;
        min-width: 0;
    }

    .infobox-small > .infobox-chart > .sparkline {
        font-size: 14px;
        margin-left: 2px;
    }

.percentage {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.infobox-small .percentage {
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    margin-left: 2px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.imgExpande {
    list-style: none;
    padding: 0;
}

    .imgExpande li {
        display: inline;
    }

        .imgExpande li img {
            width: 128px; /* Aqui é o tamanho da imagem */
            margin-left: 10px; /* Espaço entre as imagem */
        }

            .imgExpande li img:hover {
                -moz-transform: scale(1.5);
                -webkit-transform: scale(1.5);
                -o-transform: scale(1.5);
            }

.galeria img:hover {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    -ms-transform: scale(2.1);
    transform: scale(2.1);
}

.div_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.box {
    background: #fff;
}