body{
    width:100%;
    height: 100%;
    background-color: #666;
    margin: 0px;
    font-family : 'Montserrat', Helvetica, Arial, serif;
    font-size : 1rem;
    font-weight : 400;
    line-height : 1;
    color : #626262;
    text-align : left;
}


.menu-principal{ 
    width: 100%;
    background-color: #FFFFFF;
    height: 58px;
}


main{
    width: 1355px;
    position: relative;
    background-color: transparent;

}

/*
.logo{
    float: left;
    width: 20%;
    padding: 0px;
    border-style: solid 1px #000000;
}

.menu-center{
    float: left;
    width: 63%;
}
*/

.login ul li{

    padding-top: 5px;
    list-style: none;
    user-select: none;
}

.login{
    float: left;
    /*width: ;*/
    margin-top: 4px;
}

.header2{
    background-color: #FFFF00;
    width: 100%;
    /*height: ;*/
    /*border-bottom: 3px solid #666;*/
}


/* Configurações da Legenda */

.legenda{
    list-style:none;
    border:0px solid #c0c0c0;
    float:left;

    }

.legenda li{
    position:relative;
    float:left;
    border-right:0px solid #ddd;
    top: 6px;
    
}

.legenda li a{
    color:#333; 
    text-decoration:none; 
    padding:10px 10px; 
    margin: 5px;
    display:block;
    /*border-radius: 5px;*/
    background-color: #ddd;
}


.legenda li a:hover{
    /*background:#333;
    color:#fff;
    -moz-box-shadow:0 3px 10px 0 #CCC;
    -webkit-box-shadow:0 3px 10px 0 #ccc;
    text-shadow:0px 0px 5px #fff;
    border-radius: 5px;*/
}

.legenda li  ul{
    position:absolute;
    top:35px;
    left:-10px;
    background-color: transparent;
    display:none;
    z-index: 10;
}

.legenda li:hover ul, .legenda li.over ul{
    display:block;
}

.legenda li ul li{
    top: 8px;
    left: -25px;
    border:0px solid #000000;
    display:block;
    width:150px;
    background-color: #ddd;
    z-index: 999;
}

.bodyLogin{
    padding: 0px;
    margin: 0px;
    width: 100vw;
    height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.tela-login{
    background-color: #ccc;
    width: 300px;
    padding:30px;
    border-radius: 40px 0px 40px 0px;
    box-shadow: 0px 10px 10px #000000;
    position: relative;
}

.tela-login h4{
    text-align: center;
    margin: 10px 0 20px;
}

.tela-login .campoLogin input{
    width: 100%;
    padding: 10px;
    font-size: 18px;
    background: #ccc;
    color: #000000;
    border: none;
    outline: none;
    border-bottom: 2px solid #000000;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-border-sizing: border-box;
    -moz-box-sizing: border-box;
}

.tela-login .campoLogin input{
    background: #ccc;
}

.tela-login .campoLogin{
    position: relative;
}

.tela-login .campoLogin label{
    position: absolute;
    top: -20px;
    left:0;
    padding: 10px 0;
    font-size: 12px;
    pointer-events: none;
}

.tela-login button{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.mensagem{
    height: 50px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
}

.tabId{
    width: 1355px;
    height: 50px;
    border-radius: 5px;
    margin: 5px 0px 5px 5px;
    background: #ddd;
    /*border: 1px solid #000000;*/
    border-collapse: collapse;
    border-color: #000;
    /*border: none;*/
    font-size: 20px;
}

.tabId tr {
    border-bottom: 0px solid #000000;
}

.tbPainel{
    width: 100%;
    height: 90%;
    border-radius: 10px;
    margin: 5px 5px;
    background: #ddd;
    border: none;
    font-size: 50px;
    text-align: center;
}

.tabUsuarios {
    width: 99%;
    /*height: 100vh;*/
    /*border: 1px solid #000000;*/
    border-radius: 20px;
    margin: 10px 10px;
    background: #ddd;
}

.tabUsuarios tr {
    border-bottom: 1px solid #000000;
    padding: 0;
    height: 25px;
}

.tabUsuarios td {
    padding: 10px;
}

.tabCalendario {
    /*width: 99%;*/
    /*height: 100vh;*/
    /*border: 1px solid #000000;*/
    border-radius: 20px;
    margin: 10px 10px;
    background: #ddd;
}

.tabCalendario tr {
    /*border-bottom: 1px solid #000000;*/
    padding: 0;
    height: 35px;
}

.tabCalendario td {
    padding: 5px;
    width: 150px;
}

.cellCalendario{
    border-radius: 20px;
}

.cellCalendario tr{
    padding: 0;
    height: 20px;
}

.cellCalendario td {
    width: 100px;
}

.imgEditar{
    width: 15px;
    height: 15px;
    background-color: #ddd;
}

.imgVisualizar{
    width: 15px;
    height: 15px;
    background-color: #ddd;
}

.tbModal{
    height: 8px;
    background-color: rgb(234, 234, 255);
    border-radius: 5px;
    /*border: 1px solid #000;*/
}

.tbModal input{
    width: 100%;
    border-radius: 5px;
    height: 20px;
    font-size: 13px;
    background: transparent;
    border: 1px solid #666;
    text-align: left;
}

.tbModal span{
    height: 20px;
    font-size: 10px;
    padding-left: 5px;
}    

.tbModal select{
    font-size: 12px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #666;
    height: 20px;
}

.tbModal2{
    height: 8px;
    background-color: rgb(234, 234, 255);
    border-radius: 5px;
    /*border: 1px solid #000;*/
}

.tbModal2 input{
    width: 100%;
    border-radius: 5px;
    height: 20px;
    font-size: 13px;
    background: transparent;
    border: 1px solid #666;
    text-align: left;
}

.tbModal2 span{
    height: 148px;
    font-size: 10px;
    padding-left: 5px;
}    

.tbModal2 select{
    font-size: 12px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #666;
    height: 20px;
}

.form-group1 {
    margin-bottom : 0.1rem;
}

.form-control1 {
    display : block;
    width : 100%;
    height : calc(1.25em + 1.0rem + 1px);
    padding : 0.7rem 0.7rem;
    font-size : 0.96rem;
    font-weight : 400;
    line-height : 1.25;
    color : #4E5154;
    background-color : #FFFFFF;
    background-clip : padding-box;
    border : 1px solid rgba(0, 0, 0, 0.2);
    border-radius : 5px;
    -webkit-transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }


.posemail{
    position: absolute;
    top: 25px;
    left: 500px;
    color:#d43b3b;
    
    font-size: 16px;
    font-weight: bold;
}

input[type=submit] {
    background-image:url(../img/imgEditar.png);
    width:25px;
    height:25px;
}

#esq{
    background-color: #eee;
    border-radius: 5px;
    border: 0px solid #000000;
    margin-left: 0px;
    width: 220px;
    height: 485px;
    float: left;
}

#dir{
    background-color: #eee;
    border-radius: 5px;
    border: 0px solid #000000;
    margin-right: 0px;
    width: 1130px;
    height: 485px;
    float: left;
}

#meio{
    background-color: #666;
    margin: 0px;
    width: 5px;
    height: 485px;
    float: left;
}

#principal{
    background-color: #eee;
    border-radius: 5px;
    border: 0px solid #000000;
    margin-left: 5px;
    width: 1355px;
    height: 480px;
    float: left;
}

#principalmodal{
    background-color: #eee;
    border-radius: 5px;
    border: 0px solid #000000;
    margin-left: 5px;
    width: 400px;
    height: 70px;
    float: left;
}

#principalmodalprj{
    background-color: #eee;
    border-radius: 5px;
    border: 0px solid #000000;
    margin-left: 5px;
    width: 761px;
    height: 180px;
    float: left;
}

.tabelatotais{
    width: 100%;
    font-size: 13px;
    background-color: #666;
}

.direita{
    font-weight: bold;
    width: 60%;
    padding-left:  5px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.esquerda{
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
}

.select1{
    width: 140px;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #666;
}

.select2{
    width: 250px;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #bbb;
    color: #666;
}

.selectano{
    width: 80px;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #666;
}

.selectmes{
    width: 120px;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #666;
}

.tabList tbody {
    display: block;
    font-size: 12px;
}

.tabList thead {
    display: block;
    background-color: #666;
}

/* Agora vamos definir o elemento tbody, para overflow: auto. Ativando assim as barras de rolagem. */
.tabList tbody {
    overflow: auto;
    height: 453px;
}

.tabList th{
    height: 28px;
    text-align: center;
    background-color: #ccc;
    font-size: 10px;
    font-weight: bold;
}

.tabList tr{
    border-bottom: 1px solid #000;
}

#divtbodyidioma{
    width: 500px;
    height: 50px;
    overflow: scroll;
}

.tabList2 tbody {
    display: block;
    font-size: 12px;
}

.tabList2 thead {
    display: block;
    background-color: #eee;
}
/* Agora vamos definir o elemento tbody, para overflow: auto. Ativando assim as barras de rolagem. */
.tabList2 tbody {
    height: 40px;
    overflow: auto;
    margin-right: 0px;
}

.tabList2 th{
    height: 18px;
    text-align: center;
    background-color: #ccc;
    font-size: 12px;
}

.tabList2 tr{
    border-bottom: 1px solid #000;
    height: 18px;
    font-size: 14px;
}

.tabList3 tbody {
    display: block;
    font-size: 12px;
}

.tabList3 thead {
    display: block;
    background-color: #eee;
}
/* Agora vamos definir o elemento tbody, para overflow: auto. Ativando assim as barras de rolagem. */
.tabList3 tbody {
    height: 160px;
    overflow: auto;
    margin-right: 0px;
}

.tabList3 th{
    height: 18px;
    text-align: center;
    background-color: #ccc;
    font-size: 12px;
    margin-top: 10px;
}

.tabList3 tr{
    border-bottom: 1px solid #000;
    height: 18px;
    font-size: 14px;
}

.cabchk{
    width:20px; 
    text-align: center;
    border-radius: 5px 0px 0px 0px;
}

.colchk{
    width:20px; 
    text-align: center;
}

.cabacao{
    width:68px; 
    text-align: center;
}

.colacao{
    width:70px; 
    text-align: center;
}

.colacao a{
    width:16px; 
    height: 16px; 

}

.caberpal{
    width: 65px; 
    text-align: center;
    padding-right: 2px;
    border-radius: 5px 0px 0px 0px;
}

.colerpal{
    width: 65px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabmodal{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
}

.colmodal{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabdescral{
    width: 180px; 
    text-align: center;
    padding-right: 2px;
}

.coldescral{
    width: 180px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabsubal{
    width: 160px; 
    text-align: center;
    padding-right: 2px;
}

.colsubal{
    width: 160px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabsubdescral{
    width: 338px; 
    text-align: center;
    padding-right: 2px;
}

.colsubdescral{
    width: 338px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabctecal{
    width: 55px; 
    text-align: center;
    padding-right: 2px;
}

.colctecal{
    width: 55px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabconsal{
    width:110px; 
    text-align: center;
    padding-right: 2px;
}

.colconsal{
    width: 110px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabstal{
    width: 30px; 
    text-align: center;
    padding-right: 2px;
}

.colstal{
    width: 30px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabnival{
    width: 80px; 
    text-align: center;
    padding-right: 2px;
}

.colnival{
    width: 80px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabcelal{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
}

.colcelal{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabcidal{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
}

.colcidal{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabcidadePar{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
}

.colcidadePar{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabidskprj{
    width:50px; 
    text-align: center;
    padding-right: 2px;
    border-radius: 5px 0px 0px 0px;
}

.colidskprj{
    width: 50px; 
    text-align: center;
    padding-right: 2px;
    font-size: 14px;
}

.cabUFPar{
    width:100px; 
    text-align: center;
    padding-right: 2px;
}

.colUFPar{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
    font-size: 12px;
}

.cabprojskprj{
    width: 320px; 
    text-align: center;
    padding-right: 2px;
}

.colprojskprj{
    width: 320px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabcliskprj{
    width: 320px; 
    text-align: center;
    padding-right: 2px;
}

.colcliskprj{
    width: 320px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabacaoskprj{
    width: 50px; 
    text-align: center;
    padding-right: 2px;
}

.colacaoskprj{
    width: 50px;
    text-align: center;
    padding-right: 2px;
    font-size: 14px;
}

.cabidskidm{
    width:50px; 
    text-align: center;
    padding-right: 2px;
    border-radius: 5px 0px 0px 0px;
}

.colidskidm{
    width: 50px; 
    text-align: center;
    padding-right: 2px;
    font-size: 14px;
}

.cablingskidm{
    width:150px; 
    text-align: center;
    padding-right: 2px;
}

.collingskidm{
    width: 150px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabnivskidm{
    width: 150px; 
    text-align: center;
    padding-right: 2px;
}

.colnivskidm{
    width: 150px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabidsk{
    width:50px; 
    text-align: center;
    padding-right: 2px;
    border-radius: 5px 0px 0px 0px;
}

.colidsk{
    width: 50px; 
    text-align: center;
    padding-right: 2px;
    font-size: 14px;
}

.cabmodsk{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
}

.colmodsk{
    width: 100px; 
    text-align: center;
    padding-right: 2px;
    font-size: 14px;
}

.cabdescrsk{
    width: 255px; 
    text-align: center;
    padding-right: 2px;
}

.coldescrsk{
    width: 255px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabsubmodsk{
    width: 180px; 
    text-align: center;
    padding-right: 2px;
}

.colsubmodsk{
    width: 180px; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabsubmoddescrsk{
    width: 693PX;
    text-align: center;
    padding-right: 2px;
}

.colsubmoddescrsk{
    width: 693PX; 
    text-align: left;
    padding-right: 2px;
    font-size: 14px;
}

.cabnivsk{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
}

.colnivsk{
    width: 120px; 
    text-align: center;
    padding-right: 2px;
    font-size: 16px;
    background-color: #cecece;
}

.cabos{
    width:50px; 
    text-align: right;
    padding-right: 2px;
}

.colos{
    width: 50px; 
    text-align: right;
    padding-right: 2px;
}

.cabdata{
    width: 75px;
    text-align: center;
}

.coldata{
    width: 75px;
    text-align: center;
}

.cabcliente{
    width: 120px;
    text-align: left;
    padding-left: 2px;
}

.colcliente{
    width: 120px;
    text-align: left;
    padding-left: 2px;
}

.cabprojeto{
    width: 160px;
    text-align: left;
    padding-left: 2px;
}

.colprojeto{
    width: 160px;
    text-align: left;
    padding-left: 2px;
}

.cabgerente{
    width: 190px;
    text-align: left;
    padding-left: 2px;
}

.colgerente{
    width: 190px;
    text-align: left;
    padding-left: 2px;
}

.cabrmo{
    width: 190px;
    text-align: left;
    padding-left: 2px;
}

.colrmo{
    width: 190px;
    text-align: left;
    padding-left: 2px;
}

.cabconsultor{
    width: 150px;
    text-align: left;
    padding-left: 2px;
}

.colconsultor{
    width: 150px;
    text-align: left;
    padding-left: 2px;
}

.cabdespesas{
    width: 80px; 
    text-align: right;
    padding-right: 2px;
}

.coldespesas{
    width: 80px; 
    text-align: right;
    padding-right: 2px;
}

.cabhoras{
    width:65px; 
    text-align: center;
    padding-right: 0px;
}

.colhoras{
    width:65px; 
    text-align: right;
    padding-right: 2px;
}

.cabtaxa{
    width: 75px; 
    text-align: right;
    padding-right: 2px;
}

.coltaxa{
    width: 75px; 
    text-align: right;
    padding-right: 2px;
}

.cabst{
    width:30px; 
    text-align: center;
}

.colst{
    width:30px; 
    text-align: center;
    padding-left: 5px;;
}

.cabscrl{
    width:18px; 
    text-align: center;
    border-radius: 0px 5px 0px 0px;
}

.cabacao{
    width:56px; 
    text-align: center;
}

.colacao{
    width:56px; 
    text-align: center;
}

.colacao a{
    width:20px; 
    height: 20px; 

}

.cababrevPar{
    width:180px; 
    text-align: center;
    font-size: 12px;
}

.colabrevPar{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cababrev{
    width:180px; 
    text-align: center;
    font-size: 13px;
}

.colabrev{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
}

.cababrevprj{
    width:180px; 
    text-align: center;
    font-size: 12px;
}

.colabrevprj{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabnomeprj{
    width: 250px; 
    text-align: center;
    font-size: 12px;
}

.colnomeprj{
    width: 250px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabnomePar{
    width: 250px; 
    text-align: center;
    font-size: 12px;
}

.colnomePar{
    width: 250px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabcliprj{
    width:130px; 
    text-align: center;
    font-size: 12px;
}

.colcliprj{
    width: 130px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabgerprj{
    width:200px; 
    text-align: center;
    font-size: 12px;
}

.colgerprj{
    width: 200px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabrmoprj{
    width:160px; 
    text-align: center;
    font-size: 12px;
}

.colrmoprj{
    width: 160px; 
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.cabtipoprj{
    width: 80px; 
    text-align: center;
    font-size: 12px;
}

.coltipoprj{
    width: 80px; 
    text-align: center;
    padding-left: 0px;
    font-size: 12px;
}

.cablocalprj{
    width:230px; 
    text-align: center;
    font-size: 12px;
}

.collocalprj{
    width: 230px; 
    text-align: left;
    padding-left: 0px;
    font-size: 12px;
}

.cabdescrprj{
    width: 50px; 
    text-align: center;
    font-size: 12px;
}

.coldescrprj{
    width: 50px; 
    text-align: left;
    padding-left: 0px;
    font-size: 12px;
}

.cabstatusprj{
    width:33px; 
    text-align: center;
    font-size: 12px;
}

.colstatusprj{
    width:33px; 
    text-align: center;
    padding-left: 5px;;
    font-size: 14px;
}

.cabacoesprj{
    width:74px; 
    text-align: right;
    font-size: 12px;
}

.colacoesprj{
    width:74px; 
    text-align: center;
    font-size: 13px;
}

.cababrevcl{
    width:180px; 
    text-align: center;
    font-size: 13px;
    border-radius: 5px 0px 0px 0px;
}

.colabrevcl{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
}

.cabfantasia{
    width:180px; 
    text-align: center;
    font-size: 13px;
}

.colfantasia{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
}

.cabcontato{
    width:180px; 
    text-align: center;
    font-size: 13px;
}

.colcontato{
    width: 180px; 
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
}

.cabcnpj{
    width:160px; 
    text-align: center;
    font-size: 13px;
}

.colcnpj{
    width: 160px; 
    text-align: center;
    padding-left: 5px;
    font-size: 13px;
}

.cabemail{
    width:283px; 
    text-align: center;
    font-size: 13px;
}

.colemail{
    width: 283px; 
    text-align: center;
    padding-left: 5px;
    font-size: 13px;
}

.cabemailPar{
    width:283px; 
    text-align: center;
    font-size: 13px;
}

.colemailPar{
    width: 280px; 
    text-align: center;
    padding-left: 5px;
    font-size: 13px;
}

.cabemailcl{
    width:312px; 
    text-align: center;
    font-size: 13px;
}

.colemailcl{
    width: 308px; 
    text-align: center;
    padding-left: 5px;
    font-size: 13px;
}

.cablogin{
    width: 180px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px 0px 0px 0px;
}

.collogin{
    width: 180px;
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
}

.cabperfil{
    width: 120px;
    text-align: left;
    font-size: 13px;
}

.colperfil{
    width: 120px;
    text-align: center;
    padding-left: 0px;
    font-size: 13px;
}

.cabcodtec{
    width: 90px;
    text-align: left;
    font-size: 13px;
}

.colcodtec{
    width: 90px;
    text-align: center;
    padding-left: 0px;
    font-size: 13px;
}

.cabfuncao{
    width: 174px;
    text-align: center;
    font-size: 13px;
}

.colfuncao{
    width: 174px;
    text-align: center;
    padding-left: 0px;
    font-size: 13px;
}

.cabfixo{
    width: 115px;
    text-align: left;
    font-size: 13px;
}

.colfixo{
    width: 115px;
    text-align: center;
    font-size: 13px;
}

.cabcelular{
    width: 110px;
    text-align: left;
    font-size: 13px;
}

.colcelular{
    width: 110px;
    text-align: center;
    font-size: 13px;
}

.cabcelularPar{
    width: 110px;
    text-align: left;
    font-size: 12px;
}

.colcelularPar{
    width: 110px;
    text-align: center;
    font-size: 12px;
}

.cabcomissvlrPar{
    width: 100px; 
    text-align: right;
    font-size: 12px;
}

.colcomissvlrPar{
    width: 100px; 
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

.cabcomissperPar{
    width: 100px; 
    text-align: right;
    font-size: 12px;
}

.colcomissperPar{
    width: 100px; 
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

.cabtxhora{
    width: 100px; 
    text-align: right;
    font-size: 13px;
}

.coltxhora{
    width: 100px; 
    text-align: right;
    padding-right: 5px;
    font-size: 13px;
}

.cabacoes{
    width:70px; 
    text-align: right;
    font-size: 13px;
}

.colacoes{
    width:70px; 
    text-align: center;
    font-size: 18px;
}

.cabstatus{
    width:30px; 
    text-align: center;
    font-size: 13px;
}

.colstatus{
    width:30px; 
    text-align: center;
    padding-left: 5px;;
    font-size: 16px;
}

.dcabid{
    width:50px; 
    text-align: center;
    font-size: 13px;
}

.dcolid{
    width:50px; 
    text-align: right;
    padding-right: 3px;;
    font-size: 13px;
}

.dcabdescr{
    width:300px; 
    text-align: center;
    font-size: 13px;
}

.dcoldescr{
    width:300px; 
    text-align: left;
    padding-left: 3px;;
    font-size: 13px;
}

.dcabsolict{
    width:200px; 
    text-align: center;
    font-size: 13px;
}

.dcolsolict{
    width:200px; 
    text-align: left;
    padding-left: 3px;;
    font-size: 13px;
}

.dcabanlenviados{
    width:200px; 
    text-align: center;
    font-size: 13px;
}

.dcolanlenviados{
    width:200px; 
    text-align: left;
    padding-left: 3px;;
    font-size: 13px;
}

.dcabanlalocados{
    width:200px; 
    text-align: center;
    font-size: 13px;
}

.dcolanlalocados{
    width:200px; 
    text-align: left;
    padding-left: 3px;;
    font-size: 13px;
}

#selcor{
    background-color: #FFFF00;
    color: #FFFFFF;
}

#cor{
    width: 25px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 1px;
    height: 25px;
}

#selperfil {
    font-size: 20px;
}


/*
input[type=radio]:before {
*/

.rdst1 input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color:#FFFFFF;
}

.rdst2 input[type=radio]::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color:blue;
}

.rdst3 input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color:darkgreen;
}

.rdst4 input[type=radio]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color:#FF0000;
}

.caracteres{
    text-align: right;
    font-size: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#loadselerpQ{
    background-color: #FFFF00;
}

.lerpQ{
    background-color: #FFFF00;
}