#loading-div-background 
{
    position:fixed;
    top:0;
    left:0;
    background:rgba(35, 35, 35, 0.9);
    width:100%;
    height:100%;
    z-index:1000;
}
#loading-div
{
    width: 300px;
    height: 200px;
    background-color: #fff;
    text-align:center;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left:-150px;
    margin-top: -100px;
    opacity: 1;
}

.jquery-waiting-base-container {
    position: absolute;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 9999997;
    opacity: 0.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity = 70);
    background: #ffffff;
    /*background-image: url("img/carregando.gif");*/
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

body{
    margin:0;
    padding:0;
    border:none;
    font-size:16px;
}

p{
    margin:2px;
}

img{
    border:0px;
}

hr{
    border: 1px solid #d3d3d3;
}

.field_cinza{
    background-color:#f5f5f5;
}

.field_branco{
    background-color:#fff;
}

th{	
    background-color:#c3c3c3;
    padding: 5px 0 5px 3px;
    color:#363636;
    text-align:left;
}

td{
    padding-right:15px;
}

/*Estilos*/
.back_cinza{
    background-color:#9C9C9C;
}

.bordalinha{
    border-bottom: 1px solid #e9ecef;
    padding: 3px 0 3px 3px;
}

.bordacompleta{
    border: 1px solid #e9ecef;
}
/* Titulos */
.barra_titulo{
    /*background-image:URL("../img/barra_titulo.jpg");*/
    color: #363636;
    height:18px;
    line-height:18px;
    font-weight:bold;
    font-size:15px;

}

.titulo_direita{
    font-size: 18px;
    color:#363636;
    margin:0px;

}

.titulo_resumo{
    border: solid 1px #d3d3d3;
    background-color:#f5f5f5;
    font-family:arial;
    font-size:15px;
    font-weight:bold; 
    color: #27408B;
    padding: 5px;
} 

.msg_destaque{
    font-size:20px;
    text-align:center;
    color:#363636;
    padding:30px 0 30px 0;
}

.msg_destaque2{
    font-size:20px;
    color:#424242;
    padding: 8px 0 8px 0;
}

.msg_destaque3{
    font-size:15px;
    color:#363636;
}

.titulo_form{
    font-size: 15px;
    font-weight: bold;
    padding: 0 20px 0 20px;
    margin: 0 20px 0 20px;
    color:#363636;
    background-color:#f5f5f5;
    border: 1px outset #c3c3c3;
}

.titulo_pequeno{
    font-size:12px;
    color:#363636;
    margin:0px;
}


.erro{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
}

.obrigatorio{
    color: #ff9800;
    font-size: 110%;
}

.sucesso{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}

/*TABELAS*/
#table_list td{
    border-bottom: 1px solid #c3c3c3;  
}
.grid_over{
    background-color:#B9D3EE;
    cursor:pointer;
}

.grid_out{
    background-color:#fff;
}

.tabela{
    width:100%;
    border:1px solid #d3d3d3;
    background-color:#fff;
    padding:0px;
    margin:0px;
    border-collapse:collapse;
}

.tabela1{
    color:#363636;
    margin: 0;
    background-color:#fff;
    width:100%;
    border:0px;
    padding:0px;
}

#tabela2{
    border:1px solid #d3d3d3; 
    background-color:#f5f5f5;
}


.tabela_backcinza{
    background-color:#f5f5f5;
    border: 1px outset #c3c3c3;
}

span.subtitulo{
    font-size: 70%;
    font-style: italic;
}

.dropdown-item{
    cursor: pointer;
}

/*BOT�O*/
.button_preto{
    color: #333;
    cursor:pointer;
    font-size:14px;
    padding:10px;
    height: 40px;
}

#hp_cabecalho{
    background-color:#f5f5f5; 
    font-size:20px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .icon {
    display: none;
}

.ancora:target {padding-top: 55px;}
.ancora{
    padding-top: 55px;
    margin-top: -55px;
    display: inline-block;
}

fieldset.mensagens{
    padding: 0;
}
fieldset.mensagens div{
    margin: 1rem;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

.btn{vertical-align: top;cursor:pointer}
.index_tit{font-size:20px; font-weight:bold; color:#363636;}
fieldset{
    border: 1px solid #f5f5f5;
    padding:10px;
    margin:15px;}
input[type="text"],select{
    height:30px;
    width:200px;
    border-radius:5px 5px 5px 5px;
}
.navbar-lights .navbar-nav .activ>.nav-link, .navbar-lights .navbar-nav .nav-link.activ, .navbar-lights .navbar-nav .nav-link.show, .navbar-lights .navbar-nav .show>.nav-link{
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
    border-radius:5px;
    color:#07d;
}
.form-control{
    margin-top: 6px;
}

div.modalidade{
    border: 1px solid #f5f5f5;
    margin: 15px 0;
    padding: 15px;
}
div #modalidades{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
}
#modalidades fieldset{
    max-width: 45%;
    width: 45%;
    margin: 2%;
}
#modalidades input{
    max-width: 95%;
}
div .bloco_inputs{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
}
.bloco_inputs fieldset{
    max-width: 45%;
    width: 45%;
    margin: 2%;
}
.bloco_inputs input, select{
    max-width: 95%;
    margin-bottom: 5px;
}

[class*=uk-icon-].green{
    color: green;
}
[class*=uk-icon-].red{
    color: red;
}
[class*=uk-icon-].yellow, [class*=uk-icon-].yellow2{
    color: #ffc107;
}
[class*=uk-icon-].gray{
    color: gray;
}

.documentos {
    float: left;
    width: 20%;
    max-height: 40em;
    overflow: auto;
    font-size: .86em;
    border: solid 1px #cecece;
}
.documentosExibe{
    float: left;
    width: 75%;
    margin-left: 2%;
}
.documentosExibe .docDetalhe,.documentosExibeBITA .docDetalhe {
    display: table-cell;
    padding: 0.5em 1em;
    vertical-align: middle;
}

.documentosBITA legend, .documentosExibeBITA legend {
    font-size: 1em;
    margin-bottom: .2em
}

.documentosBITA hr{
    margin: 0.5em;
}

.documentosBITA hr:last-of-type{
    border: none;
    margin-bottom: 1.3em;
}

span.itemDoc{
    font-size: 0.95em;
    padding: 0.2em 0.3em;
    margin: 0.2em;
}

span.itemDoc a{
    color: rgb(33, 37, 41);
}

span.itemDoc.green, .docDetalhe.green{
    background-color: #C1FFC1;
}
span.itemDoc.red, .docDetalhe.red{
    background-color: #FFE4E1;
}
span.itemDoc.yellow, .docDetalhe.yellow{
    background-color: #EEE8AA;
}
span.itemDoc.yellow2, .docDetalhe.yellow2{
    background-color: #FFFACD;
}
span.itemDoc.gray, .docDetalhe.gray{
    background-color: #DCDCDC;
}

.documentos span.easytree-title{
    display: unset;
}

.documentos .easytree-container {
    white-space: unset;
    border: none;
}
.documentos ul{
    overflow: hidden;
    height: unset;
}

span.easytree-node.bold {
    font-weight: bold;
}

input.width80{
    min-width: 90% !important;
}


.ui-autocomplete .ui-menu-item{
    font-size: 1rem;
}