@CHARSET "UTF-8";

#navigation-bar{
	color: #FFFFFF;
	background-color: #67809F;
	width:100%;
	height:25px;
}
#navigation-bar-2{
	color: #FFFFFF;
	background-color: #67809F;
	width:100%;
	height:25px;
}
.global_filter_select{
	font-size:10pt;
	padding-left:5px;
}
.nav-element{
	float:left;
	height:25px;
	font-size:13pt;
	color:white;
}
#nav-company{
	width:350px;
	text-align: right;
	padding-right:20px;
}
#nav-status{
	width:50px;
}
#nav-filter{
	width:calc(100% - 750px);
	padding-left:20px;
}
#nav-lang{
	width:200px;
	text-align:right;
	padding-right:20px;
}
#nav-logout{
	width:150px;
}
#nav-drivers-cars{
	min-width:250px;
	text-align:center;
}
#nav-drivers-types{
	min-width:150px;
	text-align:center;
}
#nav-drivers-acl{
	min-width:150px;
	text-align:center;
}
#nav-drivers-archives{
	min-width:150px;
	text-align:center;
}

/*<1250==========================================*/
@media screen and (max-width: 1250px) {

#navigation-bar{
	height:50px;
}
#nav-filter{
	width:calc(100% - 400px);
}
#nav-lang{
	width:calc(100% - 150px);
}

}/*=============================================*/

/*<900==========================================*/
@media screen and (max-width: 900px) {

#navigation-bar{
	height:75px;
}
#nav-company{
	width:calc(100% - 95px);
}
#nav-status{
	width:95px;
}
#nav-filter{
	width:100%;
}

#navigation-bar-2{
	height:50px;
}
#nav-drivers-cars{
	width:50%;
}
#nav-drivers-types{
	width:50%;
}
#nav-drivers-acl{
	width:50%;
}
#nav-drivers-archives{
	width:50%;
}

}/*=============================================*/


/*fixes style*/
.tabs dd, .tabs .tab-title {
	margin-left:2px;
	margin-right:2px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}