header{
    text-align: center;
}

#cabecalho{
    width: 90%;
    height: 140px;
    text-align: center;
    padding: 0px;
    color: #434343;
}

#cabecalho_esq, #cabecalho_meio, #cabecalho_dir{
    display: inline-block;
}

#cabecalho_esq{
    width: 20%;
    float: left;
    text-align: left;
}

#cabecalho_meio{
    width: 60%;
    height: 140px;
    font-size: medium;  
    display: flex;
    align-items: center; /*centraliza verticalmente*/
    justify-content: center; /*centraliza horizontalmente*/
    float: left;
}

#cabecalho_dir{
    width: 20%;
    float: right;
    text-align: right;
}

.degrade-cabecalho{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    background: linear-gradient(to bottom, #4eb170, #005b8e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: pre-line; /* mantém quebras de linha */
}

.bazooka{
    font: 23px bazooka;
}
    
.logo_ft{
    width: 242px;
    height: 140px;
}

.logo_sistema{
    width: 140px;
    height: 140px;
}

#principal{
    width: 100%;
}

#conteudo{
    width: 90%;
    background-color: #FFFFFF;
    display: inline-block;
    color: #000;
    text-align: left;
    _text-align: left;
}

#conteudo a {
    color:#116FA2;
    text-decoration:none;
}

#conteudo a:hover {
    color:#333;
    text-decoration:none;
}

.dataTables_wrapper{
    width: 100%;
}

/* css form */
fieldset ol{
    margin-top: 5px;
}

fieldset ul, fieldset li{
    border: 0;
    padding: 10px;
    list-style: none;
}

fieldset li{
    clear: both;
    list-style: none;   
    padding-bottom: 5px;
}

fieldset input{
    float: left;
}

fieldset textarea{
    float: left;
}

fieldset select{
    float: left;
}

fieldset label{
    float: left;   
}

fieldset ol li label:nth-child(1){ /*aplica o estilo só no primeiro elemento*/
    font-weight: bold;
}

.azulNegrito tr{
    line-height: 25px;
}

.azulNegrito tr td{
    vertical-align: top;
}

.azulNegrito ol li label:nth-child(1){ /*aplica o estilo só no primeiro elemento*/
    color: #36648B;
}

.azulNegrito tr td:nth-child(1){ /*aplica o estilo só no primeiro elemento*/
    font-weight: bold;
    color: #36648B;
    padding-right: 5px;
}

.negrito{
    font-weight: bold;
    color: #36648B;
}

/* css form */

input.error, #error {
    background-color:#ffbcbc;
}

label.error{
    color: #FF0000;
    font-size: 12px;
}

#msg{
    width: 100%;
    text-align: center;
    background-color: rgb(226, 228, 255);
    font-weight: bolder;
}

td{
    font-size: 14px;
}

a{
    cursor: pointer;
    color: #116FA2;
}

#login{
    background-color: #116FA2;
    width: 35%;
    height: 300px;
    margin-left: 32%;
}    

#login label{
    width: 90px;
    color:#FFFFFF;                 
}

#frmInscricao fieldset ol{
    padding: 10px 0 0 0;
    text-align: center;
}

#frmInscricao fieldset ol li{
    margin-left: 31%;
}

#frmLogin input{
    width: 150px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#frmLoginError{
    color: #FF0000;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#frmLoginInfo{
    color: #828282;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#aviso{
    color: #828282;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

.redondo{
   width: 150px;
   height: 150px;
   border-radius: 50%;
}

.botao{
    padding: 5px !important;
}

.botaoVerde{
    padding: 12px;
    background-color: #228B22;
    color: #FFFFFF;
    border-color: greenyellow;
    box-shadow: 0 0 20px 20px #228B22 inset, 0 0 0 0 #228B22;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.botaoVerde:hover{
  box-shadow: 0 0 10px 0 #32CD32 inset, 0 0 10px 4px #32CD32;
}

.botaoVermelho{
    padding: 12px;
    background-color: #DC143C;
    color: #FFFFFF;
    border-color: #F08080;
    box-shadow: 0 0 20px 20px #DC143C inset, 0 0 0 0 #DC143C;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.botaoVermelho:hover{
  box-shadow: 0 0 10px 0 #FF7F50 inset, 0 0 10px 4px #FF7F50;
}

.botaoCinza{
    padding: 12px;
    background-color: #999;
    color: #FFFFFF;
    border-color: #c0c0c0;
    box-shadow: 0 0 20px 20px #999 inset, 0 0 0 0 #999;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.botaoCinza:hover{
  box-shadow: 0 0 10px 0 #CAE1FF inset, 0 0 10px 4px #CAE1FF;
}

#frmLoginInfo2{
    color: #FF0000;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#frmSenha label{
    font-size: 14px;
    font-weight: bold;
}

#frmSenhaError{
    color: #0000FF;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#frmSenhaInfo{
    color: #0000FF;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#frmSenhaInfo2{
    color: #828282;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
}

#frmCadastro fieldset ol li{
    font-size: 14px;
    padding-top: 12px;
    text-align: center;
}

#frmCadastro label{
    float: none;
}

#frmCadastro input{
    float: none;
    padding: 7px;
    border: none;
    border-bottom: 2px solid;
    border-color: blue;
}

#frmCadastro input::placeholder{
    color: #4169E1;
}

#frmCadastro input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
    border-color: #000;
}

#botaoLogin{
    margin-left: 40%;
}

#inicio{
    width: 90%;
    background: #778899;
    text-align: center;    
    color: #FFFFFF;    
    height: 50px;
    display: flex;
    align-items: center; /*centraliza verticalmente*/
    justify-content: center; /*cetraliza horizontalmente*/
    font: 16px bazooka;
}

#abas{
    margin-top: 3px;
    width: 90%;
    background: #1C86EE;
    text-align: center;
    height: 50px;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#abas a{
    float: left;
    line-height: 50px;
    border-right: 1px solid;
    display: block;
    color: #fff;
    text-decoration: none;
}

#abas a:hover{ 
    position: relative;
    background: #b3d4fc;
    color: #045baf;
    border-right: none;
}

#menu{
    margin-top: 3px;
    width: 90%;
    background: #1C86EE;
    text-align: center;    
    height: 50px;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#menu li{ 
    float: left;
    height: 50px;
    color: #FFFAFA;
    border-right: 1px solid;
}

#menu li a{
    padding: 18px;
    display: block;
    color: #fff;
    text-decoration: none;
    font: 12px arial, verdana, sans-serif;
}

#menu a:hover{ 
    background: #c0dcf9;
    color: #045baf;
    border-right: none;
}

#divIndex{
    padding-top: 100px;
    height: 400px;
    background-color: #E9E9E9;
    text-align: center;
}

#divIndex p{
    color: #1C86EE;
    margin-left: 5px;
    margin-right: 5px;
}

#qrcode{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#qr-video{
    width: 50%;
    height: 40%;
}

/* The alert message box */
.alert {
    display: none;
    width: 30%;
    padding: 20px;
    color: white;
    margin-bottom: 15px;
    z-index: 1;
    position: absolute;
    top: 50%; /* posiciona na metade da tela */
    margin-top: -25px;
    margin-left: 25%;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

#dadosCertificado{
    width: 30% !important;
    margin: auto;
    border: 2px #BCD2EE solid;
    border-collapse: collapse;
}

#dadosCertificado tr td:first-child{
    width: 20%;
    text-align: left;
    border: 1px #CAE1FF solid;
}

#dadosCertificado tr td:nth-child(2){
    width: 80%;
    text-align: left;
    border: 1px #CAE1FF solid;
}