body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
}

h4{
    text-align: center;
}

h5{
    text-align: right;
    font-weight: bold;
}

#cabecalho{
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.navbar-default{
    background: #4E92CB;
}

.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#136496}
.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#136496}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#136496}

#logo li a{
    color: #FFFFFF;
    font-size: 15pt;
    font-weight: bold;
}

#myNavbar ul{
    padding:0;
    margin:0;
    list-style: none;
    float: left;
}

#myNavbar {
    clear:both;
    color:#FFF;
    background:#4E92CB;
    font-weight: bold;
    font-size: 14px;
    margin:0;
    z-index:100;
}

#myNavbar ul li{
    display: block;

}

#myNavbar ul li a{
    color: #FFFFFF;
    background: #4E92CB;
    display:block;
    margin:0;
    float: left;
    font-size: 12pt;
}

#myNavbar ul li a:hover{
    background: #FFFFFF;   
    color: #4E92CB;
}

#myNavbar ul li ul{
    display: none;
    float: none;
    left: 0;
    top: 100%;
    border: solid 1px #000;
    width: 180px;
}

#myNavbar ul li:hover > ul{
    display: block;

}

#myNavbar ul li ul li, #myNavbar ul li ul li a{
    float: none;
    background: #4E92CB;
    color: #FFFFFF;

}

#myNavbar ul li ul li a:hover{
    float: none;
    background: #FFFFFF;
    color: #4E92CB;    
}


#myNavbar #titulo:hover{
    float: none;
    background: #4E92CB;
    color: #FFFFFF;    
}

#myNavbar ul li ul li {
    margin: 0;
}

.form-inline{
    margin-top: 10px;
}

.form-inline label{
    color: #FFFFFF;
}

.form-horizontal{
    margin-bottom: 50px;
}

#logar{
    color: #4E92CB;
    font-weight: bold;
}

.jumbotron{
    background-color: #FFFFFF;
    color: #4E92CB;
    border: #4E92CB 3px solid;
    margin-bottom: 80px;
    margin-top: 30px;
}

.page-header{
    text-align: center;
    margin-bottom: 30px;
}

.navbar-fixed-bottom{
    clear: both;
    background: #ADAFAF;/*#B0B0B0;;#4E92CB*/
    color: #FFF; 
    bottom:0 !important; 
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    font-weight: bold;

}
#rodape{
    clear: both;
    background: #4E92CB;
    color: #FFF; 
    bottom:0 !important; 
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    position:relative;
}

.table-bordered th{
    background-color: #4E92CB;
    color: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
}

.table-bordered td{
    text-align: center;
}

.table-internal th{
    background-color: #7FB3D5;
    color: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
}

.table-internal td{
    text-align: center;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

@font-face {
	font-family: net_font;
	src: url('Futura Light BT.TTF');
        font-weight: bolder;
}

td.details-control {
    background: url('../images/editar.jpg') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/negar.png') no-repeat center center;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.navbar-fixed-top{
  background-color: #C0C0C0;/*#4E92CB*/
  border-color: #fff;  
  border-bottom-color: #fff;
}

.navbar-brand{
  margin-top: -10px;    
}

.bolota{
    border-radius:100%;
    border:10px solid red;
    width:100px;
    height:100px;
    background-color:purple;
}

#myNavbarInfra ul li a{    
    color: #fff;
    font-weight: bold;
}

#myNavbarInfra ul li a:hover{    
    background-color: #136496;
    font-weight: bold;
    display: block;
}

#menu_interno{ 
    background-color: #D0D0D0;
    color: #fff;
    font-weight: bold;
}

.corpo{
    padding-top: 80px;
}

.corpo2{
    padding-top: 60px;
}




.relMapas{
    /*border-radius:5px;*/
    margin: -50px 0 50px 0;/*#136496*/
    font-size: 11px; 
    
}



.v-center {
    min-height:200px;
    display: flex;
    justify-content:center;
    flex-flow: column wrap;
  }

.formulario{
    /*border-radius:5px;*/
    background-color:#F0F0F0;/*#136496*/
    color: #000;
    padding: 15px 0 20px 0;
    margin: 5px 0 -50px 0;
}

.titulo{
    /*border-radius:5px;*/
    background-color:#778899;/*#136496*/
    color: #FFFFFF;
    font-size: 13pt;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 5px 0;
    margin: -50px 0 -5px 0;
}

.tabela_cidades{

    font-size: 10px; 
    
}

.corpoTabela{
    background-color:#F0F0F0;
}


.filtros{
    /*border-radius:5px;*/
    background-color:#F0F0F0;/*#136496*/
    color: #000;
    padding: 15px 0 20px 0;
    margin: 5px 0 -5px 0;
}

.tableSites{
    /*border-radius:5px;*/
    margin: -60px 0 90px 0;/*#136496*/
    /*font-size: 11px; */
    
}

.table_scm{

    font-size: 11px; 
    
}

#refresh{

    margin-top: 30px; 
    position: absolute;
    
}


#div_filtro_cidades{

    font-size: 11px;
    
}

.table_relatorio{
    /*border-radius:5px;*/
    
    margin: -30px 0 40px 0;/*#136496*/
    /*font-size: 11px; */
    
}

.table_rel{
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 10px; 
    
}

.table_pdf_titulo{

    font-size: 12px; 
    
}

.table_pdf_titulo td {
  border: 0px solid green;
  border-left-width: 0;
  min-width: 120px;
  height: 18px;
}

.table_pdf_itens{

    font-size: 10px; 
    
}

.table_pdf_relatorio{

    font-size: 8px; 
    
}

.table_pdf_itens td {
  border: 1px solid black;
  /*border-left-width: 0;*/
  min-width: 120px;
  height: 25px;
  padding-left: 3px;
  padding-right: 3px;
}

.table_pdf_relatorio td {
  border: 1px solid black;
  /*border-left-width: 0;*/
  min-width: 120px;
  height: 25px;
  padding-left: 3px;
  padding-right: 3px;
}


