/**
 * Cores:
 * #41A1D3
 * #a9d13d
 * #c4e36b
 */

/** Nav */
.navbar-inner{
	background-color: #41A1D3;
}

/** Links */
a {
	color: #41A1D3;
}

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

.navbar .dropdown-menu:before {
    left: 39px;
}

.navbar .dropdown-menu:after {
    left: 40px;
}

/** Modal */
.modal-custom-title {
    background: #41A1D3;
}

.modal-header{
	background: #41A1D3;
}

.ui-widget-header{
	background: #41A1D3;
}

/** Buttons */
.btn-sade:hover,
.btn-sade:active,
.btn-sade.active,
.btn-sade.disabled,
.btn-sade[disabled]{
	background-color:rgb(216, 213, 213)
}

.btn-sade:active,.btn-sade.active{
	background-color:rgb(216, 213, 213)
}

.cabecalho-relatorio {
    background-color: #41A1D3;
    text-align: center;
}

/** Content */

.tab-filled{
	border-color: #41A1D3;
}

.pdf-tag-header{
    background-color: #67c1f2;
}


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

.recursos-empregados-list:after{
	border-right-color: #41A1D3;
}

.submenu-header .recurso-empregado-search{
	border-color: #41A1D3;
}

.submenu-header .btn-close{
	background: #41A1D3;
}

.submenu-opener.active{
	color: #41A1D3;
}

.help-icon + span:after{
	border-bottom-color: #41A1D3;
}

.metrica-efetivo-jotas-table.table-operacao{
	border-color: #41A1D3;
}

.hr-instance{
    text-align: center; 
    font-size:15px; 
    background-color: white; 
    line-height: 22px; 
    border-top: 3px solid #41A1D3;
}

.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;
  margin: 0px;
  content: none;

}

.dropdown-menu ul {
    list-style: none;
    width:  200px;
    margin:  0;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu li {
    color: #333333;
    position: static;
}

.dropdown-menu li:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #41A1D3;
    cursor: pointer;
}

.dropdown-menu li .dropdown-menu {
    position: absolute;
    z-index:  100000;
    display: none;
}

.dropdown-menu li .dropdown-menu::after { border: 0px }
.dropdown-menu li .dropdown-menu::before { border: 0px }

.dropdown-menu li .dropdown-menu:hover {
    display: block;
}

.linkChild::after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}