a{
    outline: none !important;
}

header{
    text-align: center;
}

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

#cabecalho{
    /*width: 100%;*/
    height: 140px;
    text-align: center;
    padding: 0px;
    color: #434343;
}
    
@media(max-width: 1400px){
    #cabecalho{
        width: 99%;
    }
}

@media(min-width: 1401px){
    #cabecalho{
        width: 90%;
    }
}

#cabecalho_esq{
    width: 25%;
    /*padding-top: 10px;*/
    float: left;
    text-align: left;
}

#cabecalho_meio{
    width: 50%;
    height: 140px;
    text-align: center;
    font-size: medium;
    vertical-align: middle;
}

#cabecalho_dir{
    width: 25%;
    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: 24px bazooka;
}
    
.logo_ft{
    width: 242px;
    height: 140px;
}

.logo_ppgt{
    width: 300px;
    height: 140px;
}

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

@media(max-width: 1400px){
    #conteudo{
        width: 99%;
    }
}

@media(min-width: 1401px){
    #conteudo{
        width: 90%;
    }
}

#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 ol li label:nth-child(1){ /*aplica o estilo só no primeiro elemento*/
    color: #36648B;
}

/* css form */

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

#error{
    margin-left: 18px;
    color: red;
}

label.error{
    color: #cd0a0a;
    font-size: 13px;
    padding-left: 1px;
}

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

.info{
    color: #cd0a0a;
    font-weight: bold;
}

td{
    font-size: 14px;
}

.aviso{
    font-size: 12px;
    color: #0000FF;
}

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

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

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

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

#formCadastroSenha label{
    float: none;
}

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

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

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

#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;
    height: 30px;
}

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

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

.botao{
    padding: 5px !important;
}

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

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

#botaoLogin{
    margin-left: 40%;
}

#sistema{
    font: 20px bazooka;
    padding-top: 4px;
}

.sistema{
    padding-top: 4px;
}

#inicio{
    margin-top: 5px;
    background: #778899;
    color: #FFFFFF;
    height: 55px;
    font: 16px bazooka;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1400px){
    #inicio{
        width: 99%;
    }
}

@media(min-width: 1401px){
    #inicio{
        width: 90%;
    }
}

#menu{
    margin-top: 10px;
    /*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;
}

@media(max-width: 1400px){
    #menu{
        width: 99%;
    }
}

@media(min-width: 1401px){
    #menu{
        width: 90%;
    }
}

#menu a{
    border-right: 1px solid;
}

#menu a, #menu li{
    color: #FFFAFA;
    line-height: 50px;
    text-decoration: none;
}

#menu li a{
    display: block;
    color: #fff;
    text-decoration: none;
}

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

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

#menu ul{
    position: absolute;
    list-style-type: none;
    padding: 0px;
    visibility: hidden;
    margin: 0px;
}

#menu li:hover ul{
    left: 0px;
    top: 50px;
    padding: 0px;
    z-index: 1;
    visibility: visible;
}
 
#menu li:hover ul li a{
    padding: 0px;
    display: block;
    /*width: 10.05vw;  /*vw = viwepot = tamanho da janela*/
    background-color: #1C86EE;
    line-height: 50px;
}

@media(max-width: 1400px){
    #menu li:hover ul li a{
        width: 12.10vw;
    }
}

@media(min-width: 1401px){
    #menu li:hover ul li a{
        width: 10.05vw;
    }
}

#menu li:hover ul li a:hover {
    background: #c0dcf9;
    line-height: 50px;
    border-right: none;
}

#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 1fr;
}

@media(max-width: 1400px){
    #abas{
        width: 99%;
    }
}

@media(min-width: 1401px){
    #abas{
        width: 90%;
    }
}

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

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

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

#divLogin{
    width: 100%;
    background-color: #E9E9E9;
    text-align: center;
}

#divContato{
    width: 100%;
    color: #116FA2;/* #1C86EE;*/
    /*background-color: #E9E9E9;*/
    text-align: left;
}

#divContato tr:first-child td{
    color: #5d8aa8; /*#4169E1;     #5d8aa8;  */
    font-size: 15px !important;
    font-weight: bold;
}

#divContato tr td:last-child{
    width: 260px;
}

.contato{
    width: 50px;
    height: 50px;
    padding-right: 5px;
}

.perfil li label:first-child{
    color: #36648B;
}

.perfil li label:last-child{
    font-weight: bold;
    color: #696969;
}

#etapas{
    width: 100%;
}

#etapas tr td{
    width: 12.5%;
}

#etapas tr td img{
    width: 100px;
    height: 100px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#etapas tr td img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#etapas tr:last-child{
    height: 70px;
}

#etapas tr:last-child td{
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#etapasTitulo{
    color: #4169E1;
    font-size: 20px;
}

.etapasDescricao, .etapasDescricao td a{
    color: #4169E1 !important;
}

.etapasDescricao2{
   color: #737373;
}

.liga{
    width: 100%;
    height: 12px;
    background-color: #528CE0;
    position: relative;
    text-align: center;
}

.circuloCinza, .circuloVerde{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    right: 40%;
    bottom: -140%;
}

.circuloCinza{
    background-color: #c0c0c0;
}

.circuloVerde{
    background-color: #009900;
}

.circuloAtivo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    right: 40%;
    transform: translateY(-20px);
    background: linear-gradient(to right, #8eda25, #07e60a, #63c912);
    box-shadow: 12px 12px 24px #006400;
    transition: all 0.4s ease-in-out 0s;
}

.circuloAtivo::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #7cfc00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}