body    {
    overflow-y:scroll;
    font-family: 'Source Sans Pro', sans-serif;
}

.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;
    }

    .btn-full-width {
        width: 100%;
    }
}

.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;
}

.lbl-delete {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}


/* ANIMAÇÕES */
.blink_me {
    animation: blinker 1.2s infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.msg-erro {
    color: #FF0000;
    font-weight: bold;
    padding-top: 5px;
}

/*.select-selfti {*/
/*    width: 100% !important;*/
/*}*/




.msg-progresso {
    font-size: 16px;
    color: #1e7e34;
}

.btn-revisao {

    padding: 15px 50px 15px 50px;
    font-size: 22px !important;
    text-align: center;
    border-radius: .25rem;
    line-height: 1.5;
    border: 1px solid transparent;

}

.obrigatorio {
    color: #FF0000;
    font-weight: bold;
}
.campo-obrigatorio {
    font-size: 12px;
    font-weight: 600;
}