 html { 
 	position: relative !important;
    min-height: 100% !important;
 }
  
 
 footer { 
/*   position: absolute !important;   */
  bottom: 0 !important;  
  width: 100% !important;  
  height: 100px !important;  
  z-index: -1 !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
 
.tabs-vinculo {
    height:400px;
    overflow-y:scroll;
} 
 
.teste {color:#DDD;}

.alert-inconsistencia{
	background-color: #FFF;
	color:#D9534F;
}

.cor-inconsistencia{
	background-color: #FFF;
	color:#D9534F;
}

span.alert-inconsistencia{
	display: block; 
	width: 24px; 
	height: 24px; 
	float: left; 
	border-radius: 12px;
	background-color: #FF3333;
}

tr.alert-inconsistencia:hover{
	background-color: #FF6666 !important;
	color:#FFF;
}

.dropdown-menu > li > a {
    clear: both;
    color: #2266A3 !important;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

h1 {font-family: 'cooper_hewittlight' !important; margin-top: 0 !important; border-bottom: 1px solid #EFEFEF; padding-bottom: 8px; color:#2266A3 !important; }
.panel-heading {font-family: 'cooper_hewittlight' !important; color: #2266A3 !important;}

.navbar-default .navbar-nav > .sagres-web> a  {font-weight: bold;}
/* .navbar-default .navbar-nav > .sagres-web> a  {background-color: #D9EDF7 !important;} */
.navbar-default .navbar-nav > .usuario-logado> a  {background-color: #2E8AC7 !important ;}
.navbar {margin-bottom: 0 !important; background-color: #2E8AC7; border-bottom: 0 !important; }
.navbar a {color:#FFF !important; }
.barra-ug {
	background-color:#2266A3;
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 35px;
    position: relative;
    padding-top: 8px;
    color:#FFF;
}
.barra-ug a {color: #FFF;}
.barra-ug i {font-size: 18px; }  

.check-incon label {font-family: 'cooper_hewittlight' !important; color:#D9534F !important; }
.panel-danger {font-family: 'cooper_hewittlight' !important; color:red !important; }
label {font-family: 'cooper_hewittlight' !important; color: #2266A3 !important; }
.btn-group label {color: #FFF !important; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background-color: #2266A3 !important;}
.navbar  .open  a {    color: #FFF !important;}
.navbar  .open  li a {    color: #000 !important;}

.nowrap {
    white-space: nowrap !important;
}

.versao-teste {color: red !important;}

.menu-user li {background-image: url("../img/bg-menu-user.png"); background-position: left; background-repeat: no-repeat;}
.menu-sup {background-image: url("../img/bg-menu-user.png"); background-position: right; background-repeat: no-repeat;}
#modalHistorico div.modal-body, #modalHistoricoClasse div.modal-body{
	overflow: scroll;
	max-height: 300px;
}
.badge {
	background-color: #D9534F;
}

.popover-cargos .popover-title, .popover-cargos .popover-content {
	color:#000;
}

li.active a {
	color:#000 !important;
	font-weight: bold;
	border: 2px solid #ddd !important;
	border-bottom: 0 !important;
}

/* .nav-tabs { */
/* 	border-bottom: 2px solid #ddd !important; */
/* } */

.dropdown-menu {
	width: auto !important;
	min-width: 240px;	
} 
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

a label.checkbox {
	color: #000 !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
	 }
	 
.psem-margem-top {
	margin-bottom: 0 !important;
	border-radius: 4px 4px 0px 0px;
}	
.psem-margem-bottom {
	border-radius: 0px 0px 4px 4px;
} 

.comscrool {
overflow-y:scroll;
}

.inicio-aviso {
	max-height: 200px;
}    

.inicio-nao-conformidade {
	max-height: 200px;
}

.inicio-resumo {
	max-height: 200px;
}

.tableFixHead          { overflow-y: auto; height: 100px; }
.tableFixHead thead th { position: sticky; top: 0; background-color: white;}
