/**
 * Cores:
 * #385A88
 * #385A88
 */

/*
385A88
 */

/** Nav */
.navbar-inner{
	background-color: #385A88;
    color: #ffffff;
}

/** Links */
a {
	color: #96B1D4;
}

.navbar .nav>li>a {
    color: #ffffff;
}

.dropdown-menu li>a:hover,
.dropdown-menu .active>a,
.dropdown-menu .active>a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #96B1D4;
}

/** Modal */
.modal-custom-title {
    background: #385A88;
    color: #ffffff;
}

.modal-custom-title label{
    color: #ffffff !important;
}

.modal-header{
	background: #385A88;
    color: #ffffff;   
}

.ui-widget-header{
	background: #96B1D4;
}

/** Logo */
.brand.logo{
	background-image: url(../img/layout/logoMenuDireita2.png);
}

/** Buttons */


.btn-sade:active,
.btn-sade.active,
.btn-sade.disabled,
.btn-sade[disabled]{
	background-color:#FCFCFC;
}

.btn-sade:active,.btn-sade.active{
	background-color:#385A88 \9;
}

.cabecalho-relatorio {
    background-color: #385A88;
    text-align: center;
}

.novo-botao-entrar{
    background-color: #385A88;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

/** Content */

.tab-filled{
	border-color: #385A88;
}

.pdf-tag-header{
    background-color: #385A88;
}


/** Relatóio métricas */
.submenu-wrapper{
	border-color:  #96B1D4;
}

.recursos-empregados-list:after{
	border-right-color: #96B1D4;
}

.submenu-header .recurso-empregado-search{
	border-color: #96B1D4;
}

.submenu-header .btn-close{
	background: #96B1D4;
}

.submenu-opener.active{
	color: #96B1D4;
}

.help-icon + span:after{
	border-bottom-color: #96B1D4;
}

.metrica-efetivo-jotas-table.table-operacao{
	border-color: #385A88;
}

.ui-dialog-titlebar-close::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -81px -129px;
}

.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.ui-autocomplete-with-scroll {
	height: 104px;
	max-width: 623px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.ui-autocomplete-with-scroll li{
	margin: 2px 0 !important;
}

.forceGoogleAutocomplete{
	width: 20px;
	height: 20px;
	border: none;
	background: transparent no-repeat;
	background-image: url(../img/map.png);
}

.map-autocomplete {
	max-height: 120px;
	overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.38) 0px 0px 9px 0px;
}

.ui-menu-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999;
}

.ui-menu-item-wrapper {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
    padding-left: 7px;
}

.ui-state-active {
    background: #f5f5f5 !important;
    border: none !important;
}

.dropdown-menu a {
  white-space: normal;
  width: 170px;
  margin: 0px;
  content: none;

}

.navbar .dropdown-menu:after {
    content: none;
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar .dropdown-menu:before {
  content: none;
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.osm-table-layout {
    text-align: center;
    border: 1px solid black;
    border-collapse: collapse;
    font-family:"Trebuchet MS";
    margin: 0 auto 0;
}
.osm-table-layout td, .table-layout th {
    border: 1px solid grey;
    padding: 5px 5px 0;
}
.osm-table-layout td {
    text-align: left;
}
.selected-table-osm {
    color: black;
    font-weight: bold;
    background-color: whitesmoke !important;
}

.tooltipgualt-container {
    display: flex;
}

.tooltipgualt-child {
    font-size: 13px;
    flex: 1;
    border: 2px solid yellow;
}  

.tooltipgualt-child:first-child {
    margin-right: 20px;
} 

.container-view {
    padding: 10px;
}
.container-view .modal-custom-subTitle {
    background: #385A88;    
}
.container-view .modal-custom-subTitle label {
    color: #ffffff !important;
}
.container-view .row-fluid {
    width: 99.4%;
}