body, html {
  height: 100%;
  
  background-color:white;
}

body {
    min-height: 100%;
    height: auto;
}

#right {
  height: 100%;
}

.navbar-header {
    line-height: 92px;
    height: 110px;
    padding-top: 10px;
    background: white;
    border: none;
}

img {
    height: auto !important;
}

dt {
    font-weight: normal !important;
}

dd {
    margin-left: 15px !important;
}


 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      background: white;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
  
  background-color:white;
  
  height:70vh;;
  
  
	}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    /*footer {*/
    /*  background-color: #004a77;*/
    /*  color: white;*/
    /*  padding: 15px;*/
    /*}*/
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }
    
    .colunaDireita{
	
}
.colunaEsquerda{
		
}

.column1Class {
    width: 2%;
text-align: right;    
}
.column2Class {
    width: 48%;
text-align: right;    
}

.column3Class {
    width: 2%;
	text-align: right;    
}
.column4Class {
    width: 45%;
text-align: left;    
}

.desable-img {
	opacity : 0.6;
	pointer-events: none;
}




/* Login �rea Restrita
------------------------------------------------------------------------------- */
.btn-restrito {
	margin: 0 15px;
}


/* Index Restrito
------------------------------------------------------------------------------- */
.prioridade .row {
	margin-left: -15px;
	padding: 0 5px;
}

.col-prior3, .col-prior4 {
	width: 13% !important;
    margin-top: 24px;
}

.tab-content .row {
	margin-left: -15px !important;
}

@media screen and (max-width: 1199px) {
	.col-prior3, .col-prior4 {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    float: left;
	}
	.col-prior4 {
		width: 13% !important;
	}
}

.label-bold{
    font-weight: bold;
}

.texto-vermelho {
    color: #FF0000;
}
