body    {overflow-y:scroll;}

.border {
    border: 1px #970000 solid;
}


small {
    font-size: 14px;
    padding-left: 5px;
    color: #0c525d;
}

.toast-bottom-right{
    padding-bottom: 40px;
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffffff;
    text-decoration: underline;



}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f6f6f6;
}

.customBtnFile {
    width: 150px !important;
}
.imgprofile{
    border:2px #ADADAD solid;
}

/* For mobile phones: */
@media only screen and (max-width: 768px) {
    .btn-mobile {
        margin-top: 5px;

    }
    .float-right {
        float: left !important;
    }
}

.lbl-invalid {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

.lbl-valid {
    color: #1e7e34;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

.btn-warning {
    background-color: #f39c12 !important;
    color: #ffffff !important;
}


/*Loading Page*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

/* ANIMAÇÕES */
.blink_me {
    animation: blinker 1.2s infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.campo-obrigatorio {
    color: #ff0000;
    font-weight: bold;
}

.campo-obrigatorio-texto {
    font-weight: bold;
}

.lbl-delete {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}