
.text-cinza{
    color: #333 !important;
}
.text-vermelho{
    color: red !important;
}
.box_login{
    background: #fff;
    max-width: 70%;
    margin: 0 auto;
}
.popover-title{
    background-color: #0088cc !important;
    color: #fff !important;
}
.iconeCapa{
    position: absolute;
    z-index: 1000;
    margin: -45px 0px 0px 50px;
}
.fCapa{
    background: #19dd36;
}
.modal.load{
    z-index: 2050 !important;
}
.modal{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2000;
    font-size: 14pt !important;
    overflow-y: no-display;
}
.modal .cx{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -50px;
    width: 250px;
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 15px #000;
}
.modal .cx input{
    width: 100%;
    height: 30px !important;
    border-radius: 3px;
    margin-bottom: 5px;
}
.modal .cx .btnRm{
    float: right;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.td-espaco{
    height: 3px !important;
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.th1{
    background-color: #000;
    color:  #fff;
}
.th2{
    background-color: #444;
    color:  #fff;
}
.th3{
    background-color: #666;
    color:  #fff;
}
.th4{
    background-color: #999;
}
.th5{
    background-color: #aaa;
}
.tdimpar{
    background-color: #ccc;  
}
.tdap{
    background: #d2f7bc !important;
}
.cancelada{
    text-decoration: line-through;
}
.pontosC{
    width: 80px;
}
.obsPontos{
    font-size: 10px;
    width: 215px;
    height: 60px;
}
.text-verde{
    color: #19dd36 !important;
}
.linha-divergencia{
    background: #f38252 !important;
}
.cell-divergencia-situacao{
    background: #e82b48 !important;
    color: #fff !important;
}
.cell-divergencia-pontos{
    background: #781577 !important;
    color: #fff !important;
    text-align: center;
}
#table-xls-resultado{
    border: solid 0.1px;
    border-color: #d4d4d4;
}