body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;

}

.thumb {
    max-width: 200px;
}

.thumb-pequeno {
    max-width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.thumb-quadro {
    background-color: #ECF0F5;
    display: table;
    table-layout: fixed;
    text-align: center;
    margin: 2px;
    height: 90px;
    max-width: 102px;
}

.thumb-quadro img {
    width: 100%;
    padding-top: 15%;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.esconder {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #000 !important;
    color: #000 !important
}

.border-grana {
    border: 2px solid;
    margin: 10px 20px;
}

.border-grana h1,
.border-grana h2 {
    text-align: center;
}

.green {
    border-color: rgb(3, 128, 30);
    color: rgb(3, 128, 30);
}

.red {
    border-color: rgb(175, 5, 5);
    color: rgb(175, 5, 5);
}

.yellow {
    border-color: #EAB000;
    color: #EAB000;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    ;
    /* cor do background que vai ocupar o body */
    z-index: 999;
    /* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
    position: absolute;
    top: 50%;
    /* centralizar a parte interna do preload (onde fica a animação)*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #a264b3;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #a264b3 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader2 #preloader2 .ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #3c3c3c;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

#preloader2 .ring:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #fff000;
    border-right: 3px solid #fff000;
    border-radius: 50%;
    animation: animateCircle 2s linear infinite;
}

#preloader2 span {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

#preloader2 span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff000;
    top: -6px;
    right: -8px;
    box-shadow: 0 0 20px #fff000;
}

@keyframes animateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

.radio-grande {
    width: 50px;
    height: 50px
}

.alert {
    background-color: rgba(180, 0, 0, 0.7);
    padding: 20px 55px;
    color: #fff;
    font-weight: bold;
}

.login-page {
    background: url('../img/bg-login.jpg') center center no-repeat #000;
    background-size: cover;
}

.padding-box {
    padding: 40px;
}
.padding-10 {
    padding: 10px;
}

@media (max-width: 768px) {
    .padding-box {
        padding: 5px;
    }
}

.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 5px;
}

.label-border-hover {
    /* display: inline-block; */

    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    background: #fff;
    position: absolute;
    left: 4px;
    top: -13px;
    display: block;
    padding: 0 13px;
}

/* .label-border {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
} */

.label-border {
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: normal;
    background: #fff;
    position: absolute;
    left: 4px;
    top: 6px;
    display: block;
    padding: 0 13px;
    font-size: 2.2rem;
}

.label-border-input:focus+.label-border,
.label-border-input:-webkit-autofill+.label-border,
.label-border-input:-internal-autofill-selected+.label-border {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}



.label-border-input {
    height: 43px;
    border-radius: 3px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Cor do texto do autocomplete */


input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.label-border-icon {
    top: 4px !important;
}

.sidebar-menu i {
    padding-right: 30px;

}

.card-person {
    box-shadow: -1px 2px 4px #ccc;
    margin: 0 4%;
    margin-bottom: 18px;
}

.margin-0 {
    margin: 0px;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #d1cdcd;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.treeview li:hover {

    background-color: rgb(242, 201, 76);
    border-color: rgb(234, 176, 0);
    color: #000;

}

.treeview li.active {

    background-color: rgb(255, 204, 50);
    border-color: rgb(255, 204, 50);
    color: #000;
    border-left: 2px solid #fff;

}

.treeview li.active a {


    color: #000;


}

.skin-blue .treeview-menu>li.active>a {
    color: #000;
}

.skin-blue .treeview-menu>li>a:hover {

    color: #000;

}

.atrasada {
    color: #D43925;
    font-weight: bold;
}

