/*
 * Copyright (c) 2023. Lincor Software Sp. z o.o. Sp. k.
 * Jakub Pałac.
 */

.content_window {
    margin-bottom: 20px;
}
#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10100;
    top: 0;
    left: 0;
    opacity: 0;
}

.date-range-picker-filter > input {
	width: 120px;
	text-align: center;
}

#columnToggler.ui-columntoggler{
	width: 200px !important;
}

div#editor_toolbar {
	background: whitesmoke;
}

.transparentDialog .ui-state-highlight, .customDialog{
	border-color: #666666 !important;
	color: white !important;
	background-color: rgba(119, 135, 147, 128) !important;
	background: rgba(119, 135, 147, 128) !important;
}


#login_top_contener {
	border: none;
	background: none;
	position: absolute;
	left: 50%;
	margin-left: 230px;
	top: 30px;
	width: 300px;
	text-align: center;
}

.popup_div_content_table {
	position: absolute;
	left: 50%; 
    top: 430px;
    margin-left: -75px;
    text-align: center;
}

.popup_div_content_table input{
	text-align: center;
	height: 12px;
}

.login-top-text{
	display: block;
	color: white;
	position: absolute;
	left: 50%;
	margin-left: -530px;
	top: 30px;
	width: 300px;
	text-align: right;
}

#loginSiteContainer{
	background-image: url("/javax.faces.resource/images/layout/body-bg.png.xhtml?ln=default");
}

.loginContentWrapper{
	width: 100%;
	height: 100%;
	background-image: url("/javax.faces.resource/images/layout/login-body.jpg.xhtml?ln=default");
	background-repeat: no-repeat;
	background-position: top;
}

.popup_div_content_table .ui-button.ui-state-default{
	background: rgb(183,77,77);
	background: -moz-linear-gradient(top,  rgba(183,77,77,1) 0%, rgba(142,31,31,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,77,77,1)), color-stop(100%,rgba(142,31,31,1)));
	background: -webkit-linear-gradient(top,  rgba(183,77,77,1) 0%,rgba(142,31,31,1) 100%);
	background: -o-linear-gradient(top,  rgba(183,77,77,1) 0%,rgba(142,31,31,1) 100%);
	background: -ms-linear-gradient(top,  rgba(183,77,77,1) 0%,rgba(142,31,31,1) 100%);
	background: linear-gradient(to bottom,  rgba(183,77,77,1) 0%,rgba(142,31,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b74d4d', endColorstr='#8e1f1f',GradientType=0 );
}

.popup_div_content_table .ui-button .ui-button-text{
	padding: 2px 9px;
}

.popup_div_content_table .ui-button.ui-state-hover.ui-state-default{
	background: rgb(201,86,86);
	background: -moz-linear-gradient(top,  rgba(201,86,86,1) 0%, rgba(170,37,37,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,86,86,1)), color-stop(100%,rgba(170,37,37,1)));
	background: -webkit-linear-gradient(top,  rgba(201,86,86,1) 0%,rgba(170,37,37,1) 100%);
	background: -o-linear-gradient(top,  rgba(201,86,86,1) 0%,rgba(170,37,37,1) 100%);
	background: -ms-linear-gradient(top,  rgba(201,86,86,1) 0%,rgba(170,37,37,1) 100%);
	background: linear-gradient(to bottom,  rgba(201,86,86,1) 0%,rgba(170,37,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c95656', endColorstr='#aa2525',GradientType=0 );
}


#ui-datepicker-div{
	font-size: 10px;
}

.ui-widget-content .ui-datatable-empty-message{
	text-align: left;
	color: red;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #fff;	
}

a:hover{
	text-decoration: underline;
	color: #fff;
}

a:link{
	text-decoration: none;
	color: #fff;
}

.ui-tooltip-content{
	max-width: 600px;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
	text-align:left;
	font-size:11px;
    z-index:10;display:none; padding:14px 10px;
    margin-top:43px; margin-left:-60px;
    width:250px; line-height:13px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color: #e6e6e6;
    border:1px solid #FFF; background-color: #606060 !important;
}

.callout {z-index:20;position:absolute;top:-12px;border:0;left:30px;}
.dashboardCallout {z-index:20;position:absolute;top:-12px;border:0;left:30px;}
    
a.tooltip span, a.dashboardTooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 3px 3px 3px #c5c5c5;
    -webkit-box-shadow: 3px 3px 3px #c5c5c5;
    box-shadow: 3px 3px 3px #c5c5c5;
}

.centered_in_contener{
	margin-left:auto; 
    margin-right:auto;
}

.leaflet-popup-close-button{
	margin-top:6px;
	margin-right:6px;
}



.content_contener {
	background-color: #2f383d;
}

.transparentDialog{
	background: rgba(57, 69, 75, 0.85) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
}

.customDialog{
	background: rgb(57, 69, 75) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
}

#confirmBoardDialog .transparentDialog .ui-confirm-dialog-message{
	color: red;
	font-size: 50px;
}

.fullTransparentDialog{
	background: none !important;
	border: none;
	 -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.0) !important;
    -webkit-box-shadow:  0px 0px 0px rgba(0,0,0,0.0) !important;
    box-shadow:  0px 5px 10px rgba(0,0,0,0.0) !important;
}
.transparentDialog button{
	height:25px;
	font-size: 10px !important;
}

.transparentDialog .ui-dialog-titlebar, .customDialog .ui-dialog-titlebar {
	background: rgba(31, 40, 47, 0.6);
}

.transparentDialog .ui-dialog-title, .customDialog .ui-dialog-title{
	font-size: 13px;
}

/* tÄŹĹĽËťo dla stopki z submitem oraz paginatora w menu map */
.ui-tabs-panels .ui-widget-header{
	background: none;
	border: none;
}

.leaflet-popup .leaflet-popup-content-wrapper,
.popup_container_content_main{
	background: rgba(76,88,94,0.9);
	background: -moz-linear-gradient(top,  rgba(76,88,94,0.9) 0%, rgba(47,56,58,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,88,94,0.9)), color-stop(100%,rgba(47,56,58,0.9)));
	background: -webkit-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c585e', endColorstr='#2f383a',GradientType=0 );
	
	border: 2px solid #D8D8DA;
	color: #e6e6e6;
	font-size: 11px;
}

.leaflet-popup .leaflet-popup-content {
	min-width: 315px;
	max-width: 370px;
	margin: 8px 19px 5px 19px;
}

.leaflet-popup-tip{
	background-color: rgba(60, 60, 60, 0.8) !important;
	border-bottom: 2px solid #e7e7e7;
	border-right: 2px solid #e7e7e7;
}

.popup-extended-info > div{
	display: none;
}

.popup-extended-info-header{
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #b0b0b0;
}
.popup-extended-info-body table{
	margin: auto;
}

.menu_left .ui-widget-content .ui-state-default{
	border: black 1px solid;
}

/* Input w header tabeli */
.ui-column-filter {
	width: 60px !important;
	text-align: center;
}

.dialogTransparentTable{
	text-align: left;
	font-size: 10px !important;
}

.dialogTransparentTable tfoot .ui-state-default{
	background: none;
}

.dialogTransparentTable .ui-widget-header{
	background: rgba(31, 40, 47, 0.6) !important;
	border-color: #4a4a4a;
}

.dialogTransparentTable tbody td{
	border-style: none !important;	
	font-weight: bold;	
}
.dialogTransparentTable th {
	background: rgba(31, 40, 47, 0.6) !important;
}
.dialogTransparentTable th{
	background: none;
	border-color: #4a4a4a;
}

.dialogTransparentTable td{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.borderless-table tbody td {
	background: none !important;
	border-style: none !important;
}

.borderless-table .ui-widget-content  {
	background: none !important;
	border-style: none !important;
}

.summaryTable td{
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.dialogTransparentTable .ui-widget-content{
	background:none;
}
.dialogTransparentTable .ui-widget-content tr{
	background: rgba(31, 40, 47, 0.5);
}

.carHistoryTable {
	text-align: left;
	font-size: 10px !important;
}

.cars_table_update_old{
	/*background-color: #FF8C1A;*/
	background-color: rgba(255, 160, 66, 0.5);
}
.cars_table_update_very_old{
	/*background-color: #ff3333;*/
	background-color: rgba(255, 0, 0, 0.5);
}

.cars_table_update_gps_old{
/*	background-color: #ffc68c;
	background-color: #FF8C1A;*/
	background-color: rgba(255, 160, 66, 0.5);
}
.cars_table_update_gps_very_old{
/*	background-color: #ff8000;
	background-color: #ff3333;*/
	background-color: rgba(255, 0, 0, 0.5);
}

label {
    display: inline-block;
    width: 5em;
}
	  
.leaflet-control-layers-base label {
	width: 150px;
	font-weight: bold;
	text-align: left;
}
	  
#content {
	background-color: #eaeaea;
	margin-right: 10px;
	height: auto;
}


.site_content_div{
	font-size: 10px;
	color: #fff;	
}

input[aria-readonly='true'].ui-inputfield {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.calendar_panel{
	display: inline-block;
	padding:0px;
	margin:0px;
	height:30px;
	background:none;
	color: white;
	font-size: 11px;
}

.calendar_panel.calendar_panel_dark input {
	background: rgba(51, 60, 67, 0.6);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #4a4a4a !important;
	color: white;
	height: 14px;
}

.calendar_panel.calendar_panel_dark input.ui-state-focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.calendar_panel.calendar_panel_dark input.ui-state-hover {
	background: rgba(71, 80, 87, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.calendar_panel input[aria-readonly='true'].ui-inputfield{
	width: 60px;
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}

.calendar_panel .calendar_long input.ui-inputfield{
	width: 90px;
}

.calendar_panel_long{
	display: inline-block;
	padding:0px;
	margin:0px;
	height:30px;
	line-height: 30px;
	background:none;
}

.calendar_panel_long input[aria-readonly='true'].ui-inputfield{
	opacity: 1.0;
	filter: Alpha(Opacity=100);
}

.short-calendar input {
	width: 100px;
	text-align: center;
}

.short-company-edit-calendar input {
	width: 87px;
	text-align: center;
}

.popup_content {
	font-size: 11px;
	text-shadow: 1px 1px 0.5px #333;
}

.popup_status_icons{
	margin-top:5px;
	text-align:right;
}

.popup_dashboard_icons{
	margin-top:10px;
	text-align:center;
}

.popup_inputs_icons{
	margin-top:5px;
	text-align:center;
}

.popup_get_track_icon img{
	display:block;
	width:24px;
	height:19px ;
}

.img-hover:hover{
	filter: brightness(1.4);
	-webkit-filter: brightness(1.4);
	-moz-filter: brightness(1.4);
	-o-filter: brightness(1.4);
	-ms-filter: brightness(1.4);
	
	cursor: pointer;
}

.popup_get_track_icon img:hover{
	filter: brightness(1.4);
	-webkit-filter: brightness(1.4);
	-moz-filter: brightness(1.4);
	-o-filter: brightness(1.4);
	-ms-filter: brightness(1.4);
	
	cursor: pointer;
	width:28px;
	height:17px;
}

.speed_span{
	font-size:12px;
	font-weight: bold;
}
.popup_data_table, .popup_data_table_actions{
	text-align: center;	
	text-shadow: 1px 1px 0.5px #333;
	margin: auto;
	margin-top: 5px;
}

.popup_data_table_actions{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.popup_data_table_actions img{
	cursor: pointer;
}

.popup_data_table_actions img{
	width:28px;
	height:17px;
}

.popup_info_row{
	margin-top: 5px;
	text-shadow: 1px 1px 0.5px #333;
	line-height: 11px;
}

.popup_info_row table, .popup_data_table_actions table{
	border-spacing: 0px;
}

.popup_data_table td, .popup_data_table_actions td{
	min-width:35px;
	vertical-align: middle;
}

.popup_data_table td{
	padding: 0px 5px;
}

.popup_data_table_actions_trigger{
	border-bottom: 2px solid #b0b0b0;
}

.popup_data_table img{
	width:15px;
	height:15px;
	margin-bottom:2px;
}

.popup_header_name_div{
	display: inline;
	padding: 2px 10px 2px 10px;
	font-size: 13px;
	margin-right:10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.popup_header{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #b0b0b0;
	text-shadow: 1px 1px 0.5px #000;
}

.popup_status_stopped{
	background: -moz-linear-gradient(left,  rgba(82,138,234,0) 0%, rgba(82,138,234,0.5) 30%, rgba(82,138,234,0.5) 50%, rgba(99,157,233,0.5) 70%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(82,138,234,0)), color-stop(30%,rgba(82,138,234,0.5)), color-stop(50%,rgba(82,138,234,0.5)), color-stop(70%,rgba(99,157,233,0.5)), color-stop(100%,rgba(125,185,232,0)));
	background: -webkit-linear-gradient(left,  rgba(82,138,234,0) 0%,rgba(82,138,234,0.5) 30%,rgba(82,138,234,0.5) 50%,rgba(99,157,233,0.5) 70%,rgba(125,185,232,0) 100%);
	background: -o-linear-gradient(left,  rgba(82,138,234,0) 0%,rgba(82,138,234,0.5) 30%,rgba(82,138,234,0.5) 50%,rgba(99,157,233,0.5) 70%,rgba(125,185,232,0) 100%);
	background: -ms-linear-gradient(left,  rgba(82,138,234,0) 0%,rgba(82,138,234,0.5) 30%,rgba(82,138,234,0.5) 50%,rgba(99,157,233,0.5) 70%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right,  rgba(82,138,234,0) 0%,rgba(82,138,234,0.5) 30%,rgba(82,138,234,0.5) 50%,rgba(99,157,233,0.5) 70%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00528aea', endColorstr='#007db9e8',GradientType=1 );
}

.popup_status_moving{
	background: -moz-linear-gradient(left,  rgba(12,150,18,0) 0%, rgba(12,150,18,0.5) 30%, rgba(12,150,18,0.5) 50%, rgba(12,150,18,0.5) 70%, rgba(12,150,18,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(12,150,18,0)), color-stop(30%,rgba(12,150,18,0.5)), color-stop(50%,rgba(12,150,18,0.5)), color-stop(70%,rgba(12,150,18,0.5)), color-stop(100%,rgba(12,150,18,0)));
	background: -webkit-linear-gradient(left,  rgba(12,150,18,0) 0%,rgba(12,150,18,0.5) 30%,rgba(12,150,18,0.5) 50%,rgba(12,150,18,0.5) 70%,rgba(12,150,18,0) 100%);
	background: -o-linear-gradient(left,  rgba(12,150,18,0) 0%,rgba(12,150,18,0.5) 30%,rgba(12,150,18,0.5) 50%,rgba(12,150,18,0.5) 70%,rgba(12,150,18,0) 100%);
	background: -ms-linear-gradient(left,  rgba(12,150,18,0) 0%,rgba(12,150,18,0.5) 30%,rgba(12,150,18,0.5) 50%,rgba(12,150,18,0.5) 70%,rgba(12,150,18,0) 100%);
	background: linear-gradient(to right,  rgba(12,150,18,0) 0%,rgba(12,150,18,0.5) 30%,rgba(12,150,18,0.5) 50%,rgba(12,150,18,0.5) 70%,rgba(12,150,18,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000c9612', endColorstr='#000c9612',GradientType=1 );
}

.popup_status_halt{
	background: -moz-linear-gradient(left,  rgba(188,188,188,0) 0%, rgba(188,188,188,0.5) 30%, rgba(188,188,188,0.5) 50%, rgba(188,188,188,0.5) 70%, rgba(188,188,188,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(188,188,188,0)), color-stop(30%,rgba(188,188,188,0.5)), color-stop(50%,rgba(188,188,188,0.5)), color-stop(70%,rgba(188,188,188,0.5)), color-stop(100%,rgba(188,188,188,0)));
	background: -webkit-linear-gradient(left,  rgba(188,188,188,0) 0%,rgba(188,188,188,0.5) 30%,rgba(188,188,188,0.5) 50%,rgba(188,188,188,0.5) 70%,rgba(188,188,188,0) 100%);
	background: -o-linear-gradient(left,  rgba(188,188,188,0) 0%,rgba(188,188,188,0.5) 30%,rgba(188,188,188,0.5) 50%,rgba(188,188,188,0.5) 70%,rgba(188,188,188,0) 100%);
	background: -ms-linear-gradient(left,  rgba(188,188,188,0) 0%,rgba(188,188,188,0.5) 30%,rgba(188,188,188,0.5) 50%,rgba(188,188,188,0.5) 70%,rgba(188,188,188,0) 100%);
	background: linear-gradient(to right,  rgba(188,188,188,0) 0%,rgba(188,188,188,0.5) 30%,rgba(188,188,188,0.5) 50%,rgba(188,188,188,0.5) 70%,rgba(188,188,188,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcbcbc', endColorstr='#00bcbcbc',GradientType=1 );
}

.popup_status_timeout{
	background: -moz-linear-gradient(left,  rgba(255,0,0,0) 0%, rgba(255,0,0,0.5) 30%, rgba(255,0,0,0.5) 50%, rgba(255,0,0,0.5) 70%, rgba(255,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,0,0,0)), color-stop(30%,rgba(255,0,0,0.5)), color-stop(50%,rgba(255,0,0,0.5)), color-stop(70%,rgba(255,0,0,0.5)), color-stop(100%,rgba(255,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.5) 30%,rgba(255,0,0,0.5) 50%,rgba(255,0,0,0.5) 70%,rgba(255,0,0,0) 100%);
	background: -o-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.5) 30%,rgba(255,0,0,0.5) 50%,rgba(255,0,0,0.5) 70%,rgba(255,0,0,0) 100%);
	background: -ms-linear-gradient(left,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.5) 30%,rgba(255,0,0,0.5) 50%,rgba(255,0,0,0.5) 70%,rgba(255,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(255,0,0,0) 0%,rgba(255,0,0,0.5) 30%,rgba(255,0,0,0.5) 50%,rgba(255,0,0,0.5) 70%,rgba(255,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#00ff0000',GradientType=1 );
}

.popup_status_tow{
	background: -moz-linear-gradient(left,  rgba(191,105,0,0) 0%, rgba(191,105,0,0.5) 30%, rgba(191,105,0,0.5) 50%, rgba(191,105,0,0.5) 70%, rgba(191,105,0,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(191,105,0,0)), color-stop(30%,rgba(191,105,0,0.5)), color-stop(50%,rgba(191,105,0,0.5)), color-stop(70%,rgba(191,105,0,0.5)), color-stop(100%,rgba(191,105,0,0)));
	background: -webkit-linear-gradient(left,  rgba(191,105,0,0) 0%,rgba(191,105,0,0.5) 30%,rgba(191,105,0,0.5) 50%,rgba(191,105,0,0.5) 70%,rgba(191,105,0,0) 100%);
	background: -o-linear-gradient(left,  rgba(191,105,0,0) 0%,rgba(191,105,0,0.5) 30%,rgba(191,105,0,0.5) 50%,rgba(191,105,0,0.5) 70%,rgba(191,105,0,0) 100%);
	background: -ms-linear-gradient(left,  rgba(191,105,0,0) 0%,rgba(191,105,0,0.5) 30%,rgba(191,105,0,0.5) 50%,rgba(191,105,0,0.5) 70%,rgba(191,105,0,0) 100%);
	background: linear-gradient(to right,  rgba(191,105,0,0) 0%,rgba(191,105,0,0.5) 30%,rgba(191,105,0,0.5) 50%,rgba(191,105,0,0.5) 70%,rgba(191,105,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bf6900', endColorstr='#00bf6900',GradientType=1 );
}

.popup_actions{
	position: absolute;
	top: 6px;
}

.popup_actions img{
	height: 19px;
}

.popupContent h2 {
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #808080;
}

#login_popup {
	margin-top: 100px;
	margin-left: 50%;
}

#login_popup_content {
	background-color: #eaeaea;
	width: 460px;
	height: 220px;
	margin-left: -230px;
}

.popup_div_header {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	height: 35px;
	background-color: #006794;
}




.leaflet-control-zoom-fullscreen {
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-fullscreen.png.xhtml');
}

.leaflet-control-legend{
	background-color: transparent !important;
	background-image: url('/javax.faces.resource/js/leaflet/images/marker-icon-2x.png.xhtml');
}

.leaflet-control-legend:hover{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.leaflet-control-keep-map-position{
	background-color: transparent !important;
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-keep-map-position.png.xhtml');
}
.leaflet-control-keep-map-position-clicked{
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-keep-map-position.png.xhtml');
}

.leaflet-control-keep-map-position:hover{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.leaflet-control-clear-map{
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-eraser.png.xhtml');
}

.leaflet-control-show-areas{
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-show-areas.png.xhtml');	
}

.leaflet-control-show-routing-paths{
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-show-route-paths.png.xhtml');	
}

.leaflet-control-show-routing-paths-close{
	display: none;
	position: absolute;
	top: 0px;
	right: 27px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	
	border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.leaflet-control-normalize-map-position{
	background-image: url('/javax.faces.resource/js/leaflet/images/icon-normalize-map-position.png.xhtml');
}

.row_disabled>td {
	background-color: rgba(56, 56, 56, 0.3) !important;
}

#editDialogId{
	font-size:12px;
}
#editDialogId .ui-dialog-content{
	overflow-x:hidden;
}

.dialog_form_table td, .dialog_form_table tr{
	border:none !important;
	background: none !important;
}

.dialog_form_table input, .dialog_form_table button, .dialog_form_table select{
	margin-right:5px;
	margin-bottom: 5px;
}

.table_td_to_left{
	text-align: left;
}
.table_td_to_right{
	text-align: right;
}
.table_td_to_center{
	text-align: center;
}

.ui-selectonemenu-items.ui-selectonemenu-list{
	font-size: 10px;
}

.ui-paginator-bottom.ui-widget-header{
	text-align:left;
}

#scrollableTable{
	overflow:auto;
}

.refresh_panel{
	background: rgba(31, 40, 47, 0.6) !important;
	text-align:right;
	line-height: 25px;
	height: 25px;
	display: inline;
	border:0px !important;
}

.select_all_panel{
	background: rgba(31, 40, 47, 0.6) !important;
	text-align:left;
	line-height: 25px;
	height: 25px;
	display: inline;
	border:0px !important;
}

.transparent_tab_view{
	background: none;
	margin-left:10px;
	margin-right:10px;
	border: 0px;
}
.transparent_tab_view .ui-widget-header{
	background: none !important;
	border-color: #4a4a4a;
}
.transparent_tab_view ul{
}

.transparent_fieldset{
	background: none;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #555555;
	font-size: 11px;
}

.ui-datatable.transparentTable{
	font-size: 10px;
	font-weight: bold;
}

.transparentTable .ui-widget-content .ui-state-highlight {
	border-color: #666666 !important;
	color: white !important;
	background: rgba(119, 135, 147, 0.5) !important;
}

.transparentTable tr{
	background: rgba(31, 40, 47, 0.8);
	border-color: #4a4a4a;
}

.transparentTable .ui-widget-header{
	background: rgba(31, 40, 47, 0.8) !important;
	border-color: #4a4a4a;
}

.transparentTable .ui-widget-header.ui-paginator-top{
	padding: 10px;
}

.transparentTable th{
	background: none !important;
	border-color: #4a4a4a !important;
}

.transparentTable td{
	padding-top:1px;
	padding-bottom:1px;
}

.transparentTable .ui-widget-content{
	background:none;
}

.transparentTable .ui-widget-content tr{
}

.transparentTable .ui-datatable-odd{
	background: rgba(38, 48, 55, 0.8);
}

.transparentTable .ui-datatable-even{
	background: rgba(31, 40, 47, 0.8);
}

#roadReportTable {
	margin: auto;
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.admin_edit_cars_table {
	margin: auto;
/*	width: 1350px; */
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.admin_edit_noti_table {
	margin: auto;
	width: 950px; 
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.reseller_admin_edit_cars_table {
	margin: auto;
/*	width: 1350px; */
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.devs_admin_edit_cars_table {
	margin: auto;
	width: 1700px;
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.admin_edit_drivers_table {
	margin: auto;
	width: 1450px;
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}


#admin_edit_users_table {
	margin: auto;
	width: auto;
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}
#admin_edit_users_table .ui-column-filter {
	text-align: center;
}

.admin_edit_customer_table{
	margin: auto;
	width: 1400px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.reseller_admin_edit_customer_table{
	margin: auto;
	width: 1800px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.centered-tabview {
	margin: auto;
	width: 1220px;
	margin-top: 20px;
	padding-left:30px;
	padding-right:30px;
}

.dialog_cars_header_text{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	height: 35px;
	vertical-align: bottom;
}

.mobil_eye_charts_div{

}

.mobil_eye_details_charts_div{
	margin-left: 695px;
	height:450px;
}

.baskets_chart_div{
	margin-left: 450px;
}

.mobil_eye_charts_div .jqplot-title{
	color: white;
}

.mobil_eye_charts_div .jqplot-event-canvas{
	/*background: rgba(31, 40, 47, 0.8) !important;  nad canvasem to jest*/
}


.mobil_eye_charts_div table.jqplot-table-legend{
	background: rgba(31, 40, 47, 0.8) !important;
	color: white;
	font-size: 10px;
	font-family: Segoe UI;
}

.mobil_eye_charts_div .jqplot-grid-canvas{
	
}

.mobil_eye_charts_div .jqplot-target{
	color: white;	
}

.mobil_eye_pie_chart{
	
}

.mobil_eye_charts_div .jqplot-series-shadowCanvas{
	/*background: rgba(31, 40, 47, 0.5)*/
}

.mobil_eye_charts_div .jqplot-highlighter-tooltip{
	font-size:13px;
	padding:5px;
}

.mobil_eye_line_chart{
	margin-left: 10px;
}

.mobil_eye_highcharts_best_worst_line{
	display: inline;
}

.mobil_eye_pie_chart_div{
	width:328px;
	background: rgba(31, 40, 47, 0.6);
	float:left;
	margin-top: -2px;
	text-align:center;
}

.mobil_eye_bar_chart_div{
	margin-left:695px;
	text-align:center;
}

.baskets_bar_chart_div{
	text-align:center;
}

.mobilEyeStatsCarsTable{
	width: 695px;
}

 .mobileye-report-tab-view.ui-tabs.ui-tabs-top > .ui-tabs-nav{
 	padding: .2em .2em 0 35px;
 }

.basketsStatsCarsTable{
	width: 445px;
}

.statsCarsTable .ui-datatable-scrollable-body{
	max-height: 250px;
}

.statsCarsTable .ui-datatable-scrollable-footer-box td{
	background: none !important;	
	border: 1px solid #525252;
}

.mobil_eye_no_data_to_reports_div{
	text-align:center;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 100px;
	font-size: 11px; 
	background: rgba(31, 40, 47, 0.8);
	border: 2px solid;
	border-color: #999999;
}

.weekend_table_row{
	color: rgba(255, 0, 0, 0.7) !important;
}

.3dfix_table_row{
	color: rgba(0, 255, 0, 1) !important;
}

.nofix_table_row{
	color: rgba(255, 0, 0, 1) !important;
}

.roam_table_row{
	color: #7ca4ed !important;
}

.fuel_refuel_row{
	color: rgba(0, 255, 0, 1);
}

.fuel_loss_row{
	color: rgba(255, 0, 0, 1);
}

.fuel_refuel_not_active, .cross-out-text{
	text-decoration: line-through;
	color: gray !important;
}

.input_on_row{
	color: rgba(0, 255, 0, 1) !important;
}

.input_off_row{
	color: rgba(255, 0, 0, 1) !important;
}

.mobil_eye_events_table{
	margin: auto;
	width: auto;
	padding-left:30px;
	padding-right:30px;
}

.roadReportSummaryTable{
	margin: auto;
	width: 1280px;
	padding-left:30px;
	padding-right:30px;
}

.roadReportSummaryTable .ui-datatable-scrollable-body {
	/*max-height: 626px; */ 
}

.road_report_group_column{
	width: 565px !important;
}

.transparentTable .ui-datatable-scrollable-footer-box td {
	background: none !important;	
}

.transparent_dialog{
	background: rgba(76,88,94,0.9);
	background: -moz-linear-gradient(top,  rgba(76,88,94,0.9) 0%, rgba(47,56,58,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,88,94,0.9)), color-stop(100%,rgba(47,56,58,0.9)));
	background: -webkit-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c585e', endColorstr='#2f383a',GradientType=0 );
}

#statusDialog {
	background: rgba(57, 69, 75, 0.85) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	width:80px;
	/*z-index: 10001 !important; wykomentowane pod wykresy A.O.*/
	z-index: 3 !important;
}

#csDialog {
	z-index: 10002 !important;
}

#statusDialogLoading{
	z-index: 11;
}

#statusDialog .ui-dialog-content, .transparent_dialog .ui-dialog-content{
	overflow: hidden;
	padding: 0px;
	text-shadow: 1px 1px 0.5px #333;
}

#menuMapStatusTable .ui-paginator{
	border: none;
	background: none;
	padding: 0px;
}

#menuMapStatusTable .ui-paginator > span, #menuMapStatusTable .ui-paginator-page{
	height: 10px;
	margin-left:2px;
	margin-right: 2px;
	

	border: 1px solid black;
}

#menuMapStatusTable .ui-paginator .ui-icon{
	margin-top: -3px;
}

#menuMapStatusTable .ui-paginator-pages{
	height: 10px;
	line-height: 10px;
	background: none !important;
	border: none !important;
}

#menuMapStatusTable .ui-paginator-page.ui-state-active{
background: rgb(0,153,224);
background: -moz-linear-gradient(top,  rgb(0,153,224) 1%, rgb(0,115,209) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(0,153,224)), color-stop(100%,rgb(0,115,209)));
background: -webkit-linear-gradient(top,  rgb(0,153,224) 1%,rgb(0,115,209) 100%);
background: -o-linear-gradient(top,  rgb(0,153,224) 1%,rgb(0,115,209) 100%);
background: -ms-linear-gradient(top,  rgb(0,153,224) 1%,rgb(0,115,209) 100%);
background: linear-gradient(to bottom,  rgb(0,153,224) 1%,rgb(0,115,209) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099e0', endColorstr='#0073d1',GradientType=0 );

	
	text-shadow: 1px 1px 0.5px #333;
	border: 1px solid black;
}

#menuMapStatusTable .ui-paginator-page.ui-state-hover{
	background: #0099E0;/* Old browsers */
	background: -moz-linear-gradient(top, #939393 1%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#939393), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #939393 1%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #939393 1%,#494949 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #939393 1%,#494949 100%); /* IE10+ */
	background: linear-gradient(to bottom, #939393 1%,#494949 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	border: 1px solid black;
}


#menuMapStatusTable .ui-datatable-header.ui-widget-header{
	background: none;
}

.menu_left_dialog_header_icons{
	float:left;
	padding:3px;
	height: 40px;
}

.menu_left_dialog_header_expandable{
	text-align: right;
	padding:3px;
	height: 40px;
}

.menu_left_dialog_header_icons button{
	height: 40px;
}
.menu_left_dialog_header_expandable button{
	height: 20px;
	width: 20px;
}

#statusDialog table .ui-widget-content{
	background: none !important;
	border: none;
	font-size: 11px;
}

#statusDialog div .ui-datatable-scrollable-body {
	/*overflow-x: hidden !important;*/
}

#statusDialog table td{
	border: none;
}

.hide-column-names table thead {
    display: none;
}

.user-icon-image {
	margin: auto; 
	margin-top: 30px; 
	display: block;	
}

.checkbox-menu-panel {
	width: 250px;
	height: 180px;
	font-size: 10px;
}

.row_expansion_table{
	margin-left:5px;
	margin-right:5px;
}

.transparentTable .ui-widget-content .ui-expanded-row{
	background: rgba(119, 135, 147, 0.8) !important;
}

.row_expansion_table td{
	border-style: none !important;
}

.row_expansion_child_table {
	width: 220px !important;
}

.row_expansion_road_table {
	margin-bottom: 15px;
}

.row_expansion_road_table table {
	table-layout: auto !important;
}

.row_expansion_road_table tfoot td {
	background: none !important;	
}

.row_expansion_rights_table {
	width: 200px !important;
}

.rights_table_icon_cell {
	text-align: center;
}

.row_expansion_child_table td, .row_expansion_road_table td{
	border: 1px solid #525252 !important;
}

.ui-password-panel-overlay {
	font-size: 11px;
}

.ui-dialog-buttonpane {
	text-align: right !important;
}

.ui-selectcheckboxmenu-panel {
	font-size: 11px;
}

.select-many-menu {
	width: 113px !important;
}

.fuel_highcharts_line{
	display: inline;
}

.fuel_highcharts_bar{
	display: inline;
}

.input_highcharts{
	display: inline;
}

.fuel_no_data_to_reports_div{
	text-align:center;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 100px;
	font-size: 11px; 
	background: rgba(31, 40, 47, 0.8);
	border: 2px solid;
	border-color: #999999;
}

.carsTable{
	width: 290px;
}

.fuel_summary_table{
	margin: auto;
	width: 1100px;
	padding-left:30px;
	padding-right:30px;
}
.fuel_summary_table .ui-datatable-scrollable-footer-box td {
	background: none !important;	
}

.event_summary_table{
	margin: auto;
	width: auto;
}
.event_summary_table .ui-datatable-scrollable-footer-box td {
	background: none !important;	
}

.area_summary_table{
	margin: auto;
	width: 1100px;
	padding-left:30px;
	padding-right:30px;
}
.area_summary_table .ui-datatable-scrollable-footer-box td {
	background: none !important;	
}

.area_stats_table {
	margin: auto;
	width: 1000px;
	padding-left:10px;
	padding-right:20px;
}

.area_stats_table .ui-datatable-scrollable-body {
	margin-right: 0px !important;
}

.input_summary_table{
	margin: auto;
	width: auto;
	padding-left:30px;
	padding-right:30px;
}
.input_summary_table .ui-datatable-scrollable-footer-box td {
	background: none !important;	
}

.fuel_stats_table {
	margin: auto;
	width: 850px;
	padding-left:10px;
	padding-right:20px;
}

.fuel_stats_table .ui-datatable-scrollable-body {
	margin-right: 0px !important;
}

.road_stats_table .ui-datatable-scrollable-body {
	margin-right: 0px !important;
}

.road_details_table {
	margin: auto;
	width: 1000px !important;
	padding-left:10px;
	padding-right:10px;
}

.road_details_table .ui-datatable-scrollable-body {
	margin-right: 0px !important;
}

.leaflet-control-attribution {
	display: none;
}

.event_stats_table{
	margin: auto;
	width: 950px;
	padding-left:10px;
	padding-right:20px;
}

.input_stats_table{
	margin: auto;
	width: 1180px;
	padding-left:30px;
	padding-right:30px;
}

.input_stats_table .ui-datatable-scrollable-body{
	max-height: 330px;
}

.fuelCarsTable .ui-datatable-scrollable-footer-box td{
	background: none !important;	
	border: 1px solid #525252;
}

.fuel_charts_div{

}

.fuel_details_charts_div{
	margin-left: 300px;
}

.fuel_charts_div .jqplot-title{
	color: white;
}

.fuel_charts_div .jqplot-event-canvas{
	background: rgba(31, 40, 47, 0.8) !important;
}


.fuel_charts_div table.jqplot-table-legend{
	background: rgba(31, 40, 47, 0.8) !important;
	color: white;
	font-size: 10px;
	font-family: Segoe UI;
}

.fuel_charts_div .jqplot-grid-canvas{
	
}

.fuel_charts_div .jqplot-target{
	color: white;	
}

.fuel_pie_chart{
	
}

.fuel_charts_div .jqplot-series-shadowCanvas{
	background: rgba(31, 40, 47, 0.5)
}

.fuel_charts_div .jqplot-highlighter-tooltip{
	font-size:13px;
	padding:5px;
}

.mobil_eye_stats_no_margin_column, .baskets_stats_no_margin_column{
	margin-left:0px;
	padding-left:2px !important;
	padding-right:2px !important;
	margin-right:0px;
}

td + .green_table_cell{
	color: rgb(0, 200, 54) !important;
}

td + .red_table_cell{
	color: rgb(238, 77, 72) !important;
}

.communicator_main_frame{
	width:858px;
	margin:auto;
}

.communicator_msg_frame{
	display: inline-block;
	width: 500px;
}

.communicator_msg_list{
	background: rgba(31, 40, 47, 0.8) !important;
	border:1px solid #4a4a4a;
	height:400px;
}

.communicator_send_fields{
	background: rgba(31, 40, 47, 0.8) !important;
	border:1px solid #4a4a4a;
	height: 150px;
	padding: 10px;
}

.communicator_send_fields input{
}

.communicator_send_fields textarea{
	width:465px;
	max-height:50px;
	overflow-y: auto;
}

.communicator_users_list{
	float: right;
	width: 350px;
	font-size: 10px;
}

.communicator_users_list_table tr{
	height: 30px;
}

.communicator_users_list_legend{
	width: 350px;
	margin-bottom:5px;
	background: rgba(31, 40, 47, 0.8) !important;
	border:1px solid #4a4a4a;
}

.communicator_users_list_legend table{
	line-height: 20px;
}

.communicator_users_list_legend table td{
	vertical-align: top;
}

.communicator_users_list_legend table td img{
	margin-left:5px;
	margin-right: 5px;
}

.communicator_users_list_legend table td{
	padding: 0px 20px 0px 10px !important;
	border: none !important;
}

.communicator_msg_header{
	height: 20px;
}

.communicator_msg_header_date{
	text-align: right;
	font-weight: bold;
	line-height: 15px;
}

.communicator_msg_header_nick{
	float: left;
	display:inline-block;
	width:150px;
	font-weight: bold;
}

.communicator_msg_table{
	font-size: 10px !important;
	margin-left:15px;
	vertical-align: middle;
}

.communicator_msg_table .ui-widget-content .ui-state-highlight {
	border-color: #666666 !important;
	color: white !important;
	background: rgba(119, 135, 147, 0.5) !important;
}

.communicator_msg_table tr{
	border-color: #4a4a4a;
}

.communicator_msg_table .ui-widget-header{
	background: none !important;
	border-color: #4a4a4a;
}

.communicator_msg_table th, .communicator_msg_table tr{
	background: none !important;
}

.communicator_msg_table td{
	padding-top:1px;
	padding-bottom:1px;
	border: none;
}

.communicator_msg_table .ui-widget-content{
	background:none;
}

.custom_slider{
	background: #4a4a4a !important;
	border: 1px solid #28a8e4;
}
.mobileye_type_icons img{
	height:20px;
	width:20px;
}

.dashboard_dialog{
	border: 1px solid #666666;
	border-radius:3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
        
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow:  0px 5px 10px rgba(0,0,0,0.8);
    box-shadow:  0px 5px 10px rgba(0,0,0,0.8);
}

.dashboard_dialog_header_titlebar{
	display:inline-block;
	margin:5px 10px 5px 25px;
	color: white;
	font-size:11px;
}

.dashboard_dialog_header_titlebar_icons{
	float:right;
	margin:5px 15px 5px 10px;
}

.hidden_x_overflow_scroll .ui-datatable-scrollable-body{
	overflow-x: hidden;
	padding-right: 10px;
	margin-right: -10px;
}

.resize_icon{
	border: 1px solid rgba(0, 0, 0, 0);
}

.resize_icon:hover{
	border: 1px solid #2e2e2e;
	background: #474747 url("/javax.faces.resource/images/ui-bg_glass_20_474747_1x400.png.xhtml?ln=primefaces-cruze") 0% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
	background-image: url("/javax.faces.resource/images/ui-icons_eeeeee_256x240.png.xhtml?ln=primefaces-cruze");
	background-position: -48px -80px;
	padding: 0;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.center_table_in_parent{
	margin: auto;
}

.help_icon{
	width:18px;
	height:18px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.tooltip_icon{
	width:18px;
	height:18px;
	vertical-align: middle;
	margin-bottom: 5px;
}

.details_icon{
	width:15px;
	height:15px;
	vertical-align: middle;
}

.help_tooltip{
	font-size: 11px;
	line-height: 17px;
	color: white;
	max-width: 300px;
}

.inputs_checkbox_table, .inputs_slider_table{
	text-align:center;
	width: 360px;
}

.inputs_checkbox_table td, .inputs_slider_table td{
	padding: 2px !important;
}

.inputs_slider_table .ui-slider{
	left:35%;
}

.ui-slider-disabled{
	background: #7a7a7a !important;
	border: 1px solid black;
}

.gaugeDialog {
	z-index: 5;
	width: 550px;
	height: 75px !important;
	position: fixed;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	left: -460px;
	bottom: 3px;
	color: white;
	
	border: 1px solid #666666;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
	
	text-shadow: 1px 1px 0.5px #333;
}

.gaugeDialog .ui-dialog-content{
	overflow: hidden !important;
	padding: 0px !important;
}

#gaugeDialogDashboard{
	position: fixed;
	bottom: 8px;
	z-index: 9;
	left: 50%;
	margin-left: -500px;
}

.dialog_gauge_object_info {
	line-height: 17px;
	position: absolute;
	width: 150px;
	margin-top: 7px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}

.transparentDiv{
	border-color: #666666 !important;
	color: white !important;
	background: rgba(119, 135, 147, 0.5) !important;
}

.small_white_button {
	font-size: 10px;
	color: #464646;
	border: 1px solid #999999;
	background: #eeeeee !important;
}

.small_white_button .ui-button-text {
	padding: 5px 25px 5px 25px !important;
}

.table_layout_auto table{
	table-layout:auto !important;
}

.small_white_input{
	font-size: 10px;
	color: #464646;
	border: 1px solid #888888 !important;
}

.slide_menu {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	border: 1px solid #888888 !important;
	font-size: 11px;
	color: white;
	float: left;
	position:absolute;
	
	color: #d6d6d6;
	text-shadow: 1px 1px 0.5px black;
	z-index: 1000
}

.slide_menu_background{
	background: rgba(57, 69, 75, 0.95) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
}
	
.slide_menu_header{
	text-align: center; padding: 5px;
	color: #d6d6d6;
	text-shadow: 1px 1px 0.5px black;
}	

.slide_menu .dialogTransparentTable tbody td{
	font-weight: normal !important;
	color: #d6d6d6;
	text-shadow: 1px 1px 0.5px black;
}

#slideMenuContent{
	text-align: center
}

#slideMenuContent .ui-slider{
	background: #4a4a4a !important;
	border: 1px solid #28a8e4;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sliderVertical.ui-slider{
	width: 10px;
	height: 400px;
	background: #4a4a4a !important;
	border: 1px solid #28a8e4;
	margin:10px;
}


.mobileye_sli_settings input{
	text-align: center;
	width: 50px;
	display: block;
}


.master_detail_panel {
	margin: auto;
	margin-top: 20px;
	width: 900px;
}


.groups_main_div {
	margin: auto;
	margin-top: 30px;
	width: 750px;
}

.groups_picklist ul.ui-picklist-list {
	height: 215px;
}

.ui-picklist-list {
	border-color: #666666 !important;
	color: white !important;
	background: rgba(119, 135, 147, 0.5) !important;
}

.groups_picklist .ui-icon {
	width: 16px;
	height: 16px;
	background-image: url("/javax.faces.resource/images/ui-icons_eeeeee_256x240.png.xhtml?ln=primefaces-cruze");
}

.groups_picklist .ui-state-highlight{
	background: none;
}

.object_picker_panel.ui-overlaypanel .ui-overlaypanel-content {
	padding: 0px;
	min-height: 310px;
}

.object_picker_panel.ui-overlaypanel .ui-overlaypanel-content > .transparent_tab_view {
	margin-left: 0px;
	margin-right: 0px;
}

.object_picker_panel .ui-tabs .ui-tabs-panel {
	padding: 0px;
}

.thinDialog > .ui-dialog-content.ui-widget-content {
	padding: 0px;
}

.object-picker .ui-tabs-nav > .ui-state-default{
	background: rgb(117,117,117);
	background: -moz-linear-gradient(top,  rgba(117,117,117,1) 1%, rgba(40,40,40,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(117,117,117,1)), color-stop(100%,rgba(40,40,40,1)));
	background: -webkit-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: -o-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: -ms-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: linear-gradient(to bottom,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#282828',GradientType=0 );
	width: 130px;
	height: 25px;
	padding: 0px;
	margin: 0px !important;
}

.object-picker .ui-tabs-nav > .ui-tabs-selected{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
}


.object-picker-select-customer-list, .object-picker-select-customer-list ul{
	background: rgba(57, 69, 75, 0.85) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	z-index:10100 !important;
}

.object-picker-select-customer-list ul .ui-state-hover{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
}

.object-picker .ui-tabs-nav{
	padding: 0px !important;
}

.ui-selectonemenu.object-picker-select-customer{
	margin-left: 1px;
	font-size: 10px;
}

.ui-selectonemenu-list-item{
	white-space: pre-wrap !important;
}

.marker-cluster-car-tooltip-table td{
	vertical-align: top;
	line-height: 15px;
	white-space: nowrap;
}

body.no_js #dock li a:hover {
	width: 128px !important;
}

.progressDialog.ui-dialog {
	margin: 0 auto;		
}

.progressDialog{
	z-index: 3010 !important;
	font-size: 12px !important;
	text-shadow: 1px 1px 0.5px #333;
}

#statusDialog table{
	table-layout: fixed;
}

#statusDialog .ui-dialog-titlebar{
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#statusDialog .ui-dialog-title{
	margin: 0px;
}

.rotateElement180deg{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}

#statusDialog table td:last-child{
	/*padding-right: 10px !important;*/
}

#statusDialog th{
	background: url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	border: none;
}

#statusDialog #menuMapStatusTable .ui-datatable-scrollable-header{
	background: rgba(126, 126, 126, 0.3) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	border-top: 1px solid #404040 !important;
	border-bottom: 1px solid #404040 !important;
	font-size: 11px;
}

#statusDialog .ui-widget-header th, #statusDialog table tr, #statusDialog table td{
	height: 16px;
}

#statusDialog thead.ui-datatable-scrollable-theadclone tr, #statusDialog thead.ui-datatable-scrollable-theadclone tr th{
	height: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

#statusDialog .ui-datatable tbody td{
	padding: 2px;
}

#statusDialog thead th{
	padding: 4px;
}

#statusDialog .ui-datatable tbody .ui-datatable-subtable-header{
	height: 15px;
}

#statusDialog .ui-datatable .ui-column-filter{
	display: inline;
	height: 10px;
}

#statusDialog .ui-datatable-scrollable-body{
	margin-right: 0px !important;
}

.leaflet-div-area-name {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid black;
	color: black;
	width: auto !important;
	height: auto !important;
	padding: 3px;
	
	border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.status_dialog_company_name_row{
	background: rgba(126, 126, 126, 0.3) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	border-top: 1px solid #404040 !important;
	border-bottom: 1px solid #404040 !important;
	font-size: 11px;
	height: 18px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-weight:bold;
}

.fuel_lvl_bar_outer{
	width: auto;
	height: 15px;
	background: #3d3d3d;
	border: 1px solid black;
	border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right:10px;
}

.fuel_lvl_bar_inner{
	background-repeat: repeat-x;
	height: 15px;
	border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 0.5px #333;
}

.ui-dialog-docking-zone{
	z-index: 1100;
}

#statusDialog .ui-state-highlight a{
	color: white;
}

.masterDetail{
	font-size: 11px;
}

.masterDetail .ui-breadcrumb ul li{
	font-size: 11px;
}

.masterDetail .ui-widget-header{
	background: rgba(35, 45, 52, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x;
}

.ui-tabs-panels{
}

.ui-widget{
	font-size: 11px;
}
.navigation_bar{
	font-size: 11px;
	color: white;
	background: rgba(35, 45, 52, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
}

.navigation_bar_profile{
    padding-left: 20px;
    border-bottom: 2px solid #0099E0;
    height: 30px;
    margin-bottom: 5px;
}

.lacks_role_bar{
	font-size: 14px;
	font-family: museo100;
	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

.navigation_bar a:hover{
	text-decoration: underline;
}

#users_table.ui-datatable .ui-row-editor {
	float: left;	
}

.ui-datatable .ui-row-editor {
	display: inline-block;
}

#admin_edit_users_table.ui-datatable .ui-row-editor .ui-icon-pencil, #users_table.ui-datatable .ui-row-editor .ui-icon-pencil{
    background-image: url("/javax.faces.resource/images/icons/key-icon.png.xhtml?ln=default");
    background-size:16px 16px;
    background-position: 0px 0px;
}

.administration_cars_refuel_panel td{
	padding: 5px 5px !important;
}

.administration_cars_refuel_panel .custom_slider{
	width: 300px;
}

.fuelSettingsChart{
	
}

#fuelMapInputs{
	margin: auto;
}

.fuel_calibration_chart_tooltip{
	background: grey;
	border: 1px solid white;
	text-align: center;
	border-radius: 5px;
	padding: 3px;
	width: auto;
	z-index: 10001;
}

.ui-blockui{
	z-index: 1000;
	background: rgba(35, 45, 52, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x;
	border-radius: 15px;
}

.transparent_fieldset_legend .ui-fieldset-legend{
	background: rgba(35, 45, 52, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x !important;
	border: 1px solid gray !important;
	padding: 5px 10px !important;
}

.account_available_pages td{
	padding: 0px !important;
}

.draggable_page_content{
	height: 188px;
	width: 830px;
}

#statusDialog .ui-datatable-scrollable-header table{
    width: 95% !important;
}

.transparentTable .td_cross {
	background: #3e474c;
}

.account_available_pages .ui-draggable-dragging{
	z-index: 1000;
}

.account_available_pages table th{
	display: none;
}

.objectsRightsPicker .ui-dialog-content {
	overflow: hidden !important;
}

.calendarPickerButtons .ui-state-default{
	background: -moz-linear-gradient(top,  rgba(117,117,117,1) 1%, rgba(40,40,40,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(117,117,117,1)), color-stop(100%,rgba(40,40,40,1)));
	background: -webkit-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: -o-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: -ms-linear-gradient(top,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	background: linear-gradient(to bottom,  rgba(117,117,117,1) 1%,rgba(40,40,40,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#282828',GradientType=0 );
}

.calendarPickerButtons .ui-state-active{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
	text-shadow: 1px 1px 0.5px #333;
}

.infoMessageOverlay{
	display: none;
	position: absolute;
	z-index: 10200;
	background: rgba(0, 0, 0, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x;
	width: 100%;
	height: 100%;
}

.globalOverlayText{
	z-index: 15500;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -125px;
	width: 250px;
	height: 80px;
	
	background: #575757 url("/javax.faces.resource/images/ui-bg_flat_50_575757_40x100.png.xhtml?ln=primefaces-cruze") 50% 50% repeat-x;
	
	text-align: center;
	padding: 5px;
	border: 2px solid white;
	font-size : 12px; 
	color: white;
	border-radius : 4px;
	-moz-border-radius : 4px; 
	-webkit-border-radius : 4px; 
}

.blured  {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
}

.infoPopup{
	background: rgba(57, 69, 75, 0.6) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default');
	display: none;
	color: #eeeeee;
	position: absolute;
	width: 850px;
	height: 600px;
	border: 2px solid white;
	font-size : 13px; 
	border-radius : 4px;
	-moz-border-radius : 4px; 
	-webkit-border-radius : 4px; 
}

.infoPopupContent {
	margin: 10px
}

.infoMessageOverlayHeader{
	padding: 8px;
	border-bottom: 1px solid grey;
	background: rgba(31, 40, 47, 0.6);
}

.infoMessageOverlayBody{
	padding: 8px;	
}

.infoMessageItem{
	width: 843px;
	height: 555px;
	border: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: rgba(57, 69, 75, 0.6) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default');
}

.infoMessageCarousel{
	font-family: museo100;
	background: rgba(31, 40, 47, 0.6);
}

.infoMessageCarousel .ui-carousel-header{
	padding-right: 30px !important;
	background: rgba(31, 40, 47, 0.6);
}

.infoMessageCarousel .ui-carousel-header-title{
	width: 150px !important;
}

.globalProgressContainer{
	position: relative;
	width: 440px;
	height: 17px;
	border: 1px solid black;
	border-radius : 10px;
	-moz-border-radius : 10px; 
	-webkit-border-radius : 10px; 
	
	background: rgba(73,86,94,0.8);
	background: -moz-linear-gradient(top,  rgba(73,86,94,0.8) 26%, rgba(31,40,47,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(73,86,94,0.8)), color-stop(100%,rgba(31,40,47,0.8)));
	background: -webkit-linear-gradient(top,  rgba(73,86,94,0.8) 26%,rgba(31,40,47,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(73,86,94,0.8) 26%,rgba(31,40,47,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(73,86,94,0.8) 26%,rgba(31,40,47,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(73,86,94,0.8) 26%,rgba(31,40,47,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49565e', endColorstr='#1f282f',GradientType=0 );
	color: white;
	overflow: hidden;
}

.globalProgressBody{
	position: relative;
}

.globalProgressHeader{
	position: absolute;
	left: 10px;	
	top: 2px;
	font-size: 10px;
}

.globalProgressBar{
	position: absolute;
	top: 4px;
	left: 320px;
	width: 110px;
	height: 8px;
	border: 1px solid black;
	background: rgb(93,106,114);
	overflow: hidden;
}
.globalProgressBarLine{
	width: 100%; 
	height: 100%; 
	background: url("/javax.faces.resource/images/layout/pbar-ani.gif.xhtml?ln=default");
	font-size: 10px;
	line-height: 8px;
	text-align: center;
	color: black;
}

.globalProgressBarCompleteInfo{
	position: absolute;
	font-size: 10px;
	width: 330px;
	text-align: left;
	margin-left: 10px;
	top: -14px;
}

.globalProgress{
	position: fixed;
	bottom: 27px;
	right: 5px;
	z-index: 1000;
	width: 445px;
}

.globalProgress .ui-widget-content {
	background: none;
	border: 0px;
}

.globalProgress ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.globalProgress li{
	cursor: pointer;
	position: absolute;
	top: 0px;
}

.globalMainProgress{
	right: 3px;	
}

.globalMainProgress .globalProgressContainer{
	width: 270px;
	right: 0px;
}

.globalMainProgress .globalProgressBar{
	left: 120px;
	width: 140px;
}

.calendarPicker{
	text-align: center;
	background: rgba(76,88,94,0.9);
	background: -moz-linear-gradient(top,  rgba(76,88,94,0.9) 0%, rgba(47,56,58,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,88,94,0.9)), color-stop(100%,rgba(47,56,58,0.9)));
	background: -webkit-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(76,88,94,0.9) 0%,rgba(47,56,58,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c585e', endColorstr='#2f383a',GradientType=0 );
}

.calendarPicker .ui-overlaypanel-content{
	padding: 0px;
}

.calendarPicker .ui-datepicker-inline{
	/**background: rgba(31, 40, 47, 0.8);*/
}

.calendarPicker .ui-datepicker-header.ui-widget-header{
	background: #2677a6 !important;
} 

.calendarPickerHeader{
	background: rgba(31, 40, 47, 0.8);	
	width: 193px;
}

.calendarPickerButtons{
	background: rgba(31, 40, 47, 0.8);
	width: 100%;
	border: 1px solid black;
}

.calendarPickerButtons .ui-button .ui-button-text{
	line-height: 16px;
}

.calendarPickerButtons .ui-buttonset .ui-button{
	font-size: 10px;
	width: 110px;
	height: 25px;
	margin: 2px;
}

.calendarPickerButtons .ui-state-default{
	background: rgba(51, 60, 67, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.calendarPickerButtons .ui-state-hover{
	background: rgba(71, 80, 87, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.calendarPickerButtons .ui-state-active{
	background: #2677a6 !important;
	border: 1px solid #4a4a4a !important;
}

.globalOverlay{
	display: none;
	position: absolute;
	z-index: 3500;
	background: rgba(0, 0, 0, 0.50) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x;
	width: 100%;
	height: 100%;
}

#statusDialogSettings {
	width: 650px;
	height: 405px;
}

#statusGroupSelect {
	width: 550px;
	z-index: 10051 !important;
}


#extendedFiltersSelect {
	width: 550px;
	z-index: 10051 !important;
}

.status-filter-combo{
	z-index: 10051 !important;
}

#statusGroupSelect label {
    width: 12em;
    text-align: left;
    margin-left: 4px;
}

.lincor-dialog {
	position: absolute;
	display: none;
	z-index: 1501;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: -175px;
	background: rgba(57, 69, 75, 0.85) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default');
	border: 2px solid #787878;
	color: white;
	font-size: 11px;
	border-radius : 4px;
	-moz-border-radius : 4px; 
	-webkit-border-radius : 4px;
}

.lincor-dialog .transparent-button, .lincor-dialog .transparent-button.ui-state-hover, .lincor-dialog .transparent-button.ui-state-active{
	border: 1px solid #707070 !important;
}

.lincor-dialog .calendar_panel input{
	background: rgba(51, 60, 67, 0.6);
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #707070 !important;
	color: white;
	height: 14px;
}

.statusSettingsTable td{
	border: 1px solid #3D3D3D;
}

.lincor-dialog .lincor-dialog-header{
	text-align: center;
	padding: 8px;
	border-bottom: 2px solid #787878;
	background: rgba(31, 40, 47, 0.6) !important;
	cursor: pointer;
}

.lincor-dialog .lincor-dialog-body{
	padding: 8px;
	text-align: center;
	overflow: auto;
}

.device-config-button-panel {
	background: rgba(31, 40, 47, 0.8);
}

.lincor-dialog .lincor-dialog-body table{
	margin: auto;
}

#statusDialogSettings .statusSettingsCheckboxes label{
	width: 70px;
	padding-left: 5px;
	margin-top: 5px;
}

#statusDialogSettings .statusSettingsCheckboxes{
	text-align: left;
}

#statusGroupSelect .statusSettingsCheckboxes label{
	width: 90px;
	padding-left: 10px;
	margin-top: 0px;
}

#statusGroupSelect .statusSettingsCheckboxes{
	text-align: left;
}

.status-dialog-show-on-map-button{
	background:  url('/javax.faces.resource/images/actions/icon-show-on-map.png.xhtml?ln=default') !important;
	background-size: 20px 16px !important;
	background-repeat:no-repeat;
	background-position: center;
	
	width: 20px;
}

.status-dialog-show-all-on-map-button {
	background:  url('/javax.faces.resource/images/dock/dock_groupsAdministration.png.xhtml?ln=default') !important;
	background-size: 40px 32px !important;
	background-repeat:no-repeat;
	background-position: center;
	
	width: 40px;
	height: 32px;
}

#menu_left_show_all_on_map .ui-button-icon-left {
	margin-left: -19px;
	margin-top: -16px;
}

.status-dialog-clear-tacho-cache-button, .ui-state-highlight .status-dialog-clear-tacho-cache-button { 
	background:  url('/javax.faces.resource/images/actions/icon-clear-tacho.png.xhtml?ln=default') !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	
	width: 16px;
	height: 16px;
}

.status-dialog-car-stop-button, .ui-state-highlight .status-dialog-car-stop-button{ /* ikona */
	background:  url('/javax.faces.resource/images/actions/icon-car-stop.png.xhtml?ln=default') !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	
	width: 16px;
	height: 16px;
}

.car-stop-button-red.ui-button.ui-state-default{
	background: -moz-linear-gradient(top,  rgb(255,26,0) 0%, rgb(216,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,26,0)), color-stop(100%,rgb(216,0,0)));
	background: -webkit-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: -o-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: -ms-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: linear-gradient(to bottom,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#d80000',GradientType=0 );
}
.car-stop-button-red.ui-button.ui-state-hover{
	background: rgb(255,71,71) !important;
}

.car-stop-button-orange.ui-button.ui-state-default{
	background: -moz-linear-gradient(top,  rgb(255,170,0) 0%, rgb(255,157,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,170,0)), color-stop(100%,rgb(255,157,0)));
	background: -webkit-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: -o-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: -ms-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: linear-gradient(to bottom,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff9d00',GradientType=0 );
}
.car-stop-button-orange.ui-button.ui-state-hover{
	background: rgb(173,121,0) !important;
}

.car-stop-button-gray.ui-button.ui-state-default{
	background: #757575 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #757575 1%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#757575), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #757575 1%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
}
.car-stop-button-gray.ui-button.ui-state-hover{
	background: #757575 !important; 
}


.status-dialog-premium-sleep-button, .ui-state-highlight .status-dialog-premium-sleep-button{ /* ikona */
	background:  url('/javax.faces.resource/images/actions/icon-car-gprs.png.xhtml?ln=default') !important;
	background-size: 16px 16px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	
	width: 16px;
	height: 16px;
}

.premium-sleep-button-red.ui-button.ui-state-default{
	background: -moz-linear-gradient(top,  rgb(255,26,0) 0%, rgb(216,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,26,0)), color-stop(100%,rgb(216,0,0)));
	background: -webkit-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: -o-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: -ms-linear-gradient(top,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	background: linear-gradient(to bottom,  rgb(255,26,0) 0%,rgb(216,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#d80000',GradientType=0 );
}
.premium-sleep-button-red.ui-button.ui-state-hover{
	background: rgb(255,71,71) !important;
}

.premium-sleep-button-orange.ui-button.ui-state-default{
	background: -moz-linear-gradient(top,  rgb(255,170,0) 0%, rgb(255,157,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,170,0)), color-stop(100%,rgb(255,157,0)));
	background: -webkit-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: -o-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: -ms-linear-gradient(top,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	background: linear-gradient(to bottom,  rgb(255,170,0) 0%,rgb(255,157,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ff9d00',GradientType=0 );
}
.premium-sleep-button-orange.ui-button.ui-state-hover{
	background: rgb(173,121,0);
}

.premium-sleep-button-gray.ui-button.ui-state-default{
	background: #757575 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #757575 1%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#757575), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #757575 1%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
}
.premium-sleep-button-gray.ui-button.ui-state-hover{
	background: #757575 !important; 
}



.object-picker-button{
	background:  url('/javax.faces.resource/images/actions/car-picker-icon.png.xhtml?ln=default') !important;
	background-size: 33px 14px !important;
	background-repeat: no-repeat !important;
	background-position: center;
	width: 30px;
	margin-left: -15px !important;
}

.driver-picker-button{
	background:  url('/javax.faces.resource/images/actions/driver-picker-icon.png.xhtml?ln=default') !important;
	background-size: 18px 17px !important;
	background-repeat: no-repeat !important;
	background-position: center;
	width: 30px;
	margin-left: -9px !important;
}

.editObjectDutyDriveDaysTable td{
	vertical-align: top;
	padding: 1px !important;
}

.editObjectDutyDriveDaysTable{
	text-align: center;
	margin: auto;
}

.editObjectDutyDriveDaysTable input{
	width: 28px;
}

.editObjectDutyDriveDaysTable .ui-chkbox{
	margin-top: -2px;
}

.confirmPopup{
	text-align: center;
	display: none;
	position: fixed;
	z-index: 1000;
	border: 1px solid white;
	background: rgba(31, 40, 47, 0.6) !important;
}

.editRefuelDialog table {
	padding: 4px 10px;
}

.ui-button.ui-state-default{
	background: #757575; /* Old browsers */
	background: -moz-linear-gradient(top,  #757575 1%, #2d2d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#757575), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #757575 1%,#2d2d2d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #757575 1%,#2d2d2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#2d2d2d',GradientType=0 ); /* IE6-9 */
	border: 1px solid black;
}

.ui-button.ui-state-hover{
	background: #939393; /* Old browsers */
	background: -moz-linear-gradient(top, #939393 1%, #494949 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#939393), color-stop(100%,#494949)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #939393 1%,#494949 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #939393 1%,#494949 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #939393 1%,#494949 100%); /* IE10+ */
	background: linear-gradient(to bottom, #939393 1%,#494949 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#494949',GradientType=0 ); /* IE6-9 */
	border: 1px solid black;
}

.ui-button.ui-state-active{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
	border: 1px solid black;
}

.ui-button.ui-state-default.active-button{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
}

.ui-tabs .ui-tabs-nav.ui-widget-header{
	border-bottom: 2px solid #4a505d;
}

.digital-tacho-summary-table {
	width: 950px;
	margin:auto;	
}

.digital-tacho-summary-table .ui-datatable-subtable-header {
	background: rgba(126, 126, 126, 0.3) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
	border-top: 1px solid #404040 !important;
	border-bottom: 1px solid #404040 !important;
	height: 18px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-weight:bold;
}

.transparent-panelgrid {
	background: rgba(119, 135, 147, 0.5) !important;
}

.transparent-panelgrid .ui-widget-header{
	background: rgba(31, 40, 47, 0.8) !important;
	border-color: #4a4a4a;
}

.transparent-panelgrid tr{
	background: rgba(31, 40, 47, 0.8);
	border-color: #4a4a4a;
}

.full-transparent-panelgrid,
.full-transparent-panelgrid .ui-widget-header,
.full-transparent-panelgrid tr{
	background: rgba(0,0,0,0) !important;
}

.spinner-short input {
	/*zmiana rozmiaru PF7.0 - inaczej liczony rozmiar (uwzglednia ikonki gora dol)*/
	width:51px;
}

.spinner-medium input {
	/*jak wyzej zmiana z 50 na 76px*/
	width:76px;
}

.input-short {
	width:50px;
}

.input-tiny {
	width:25px;
}

.timeline-frame .timeline-axis {  
   
}

.timeline-frame{
	background: rgba(35, 45, 52, 0.7) url("/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default") 50% 50% repeat-x !important;
}

.timeline-frame .timeline-event-content {  
	margin:0px;
	margin-left: 10px;
	margin-right: 10px;
    height: 25px;
    line-height: 25px;
}

.timeline-event{
	margin-top: -5px;
}
.timeline-event.timeline-event-selected.ui-state-active {
	margin-top:-10px;
}

.timeline-frame .fuel-calibration-timeline-event-blue{
	background: rgb(80,108,132);
	background: -moz-linear-gradient(top,  rgba(80,108,132,1) 1%, rgba(37,58,84,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(80,108,132,1)), color-stop(100%,rgba(37,58,84,1)));
	background: -webkit-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -o-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: -ms-linear-gradient(top,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	background: linear-gradient(to bottom,  rgba(80,108,132,1) 1%,rgba(37,58,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506c84', endColorstr='#253a54',GradientType=0 );
	text-shadow: 1px 1px 0.5px #333;
}
.timeline-frame .fuel-calibration-timeline-event-green{
	background: rgb(0,165,46);
	background: -moz-linear-gradient(top,  rgba(0,165,46,1) 0%, rgba(0,145,43,1) 44%, rgba(0,107,19,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,165,46,1)), color-stop(44%,rgba(0,145,43,1)), color-stop(100%,rgba(0,107,19,1)));
	background: -webkit-linear-gradient(top,  rgba(0,165,46,1) 0%,rgba(0,145,43,1) 44%,rgba(0,107,19,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,165,46,1) 0%,rgba(0,145,43,1) 44%,rgba(0,107,19,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,165,46,1) 0%,rgba(0,145,43,1) 44%,rgba(0,107,19,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,165,46,1) 0%,rgba(0,145,43,1) 44%,rgba(0,107,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a52e', endColorstr='#006b13',GradientType=0 );

	text-shadow: 1px 1px 0.5px #333;
}
.timeline-frame .fuel-calibration-timeline-event-yellow{
	background: rgb(243,173,30);
	background: -moz-linear-gradient(top,  rgba(243,173,30,1) 0%, rgba(242,161,0,1) 44%, rgba(193,129,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,173,30,1)), color-stop(44%,rgba(242,161,0,1)), color-stop(100%,rgba(193,129,0,1)));
	background: -webkit-linear-gradient(top,  rgba(243,173,30,1) 0%,rgba(242,161,0,1) 44%,rgba(193,129,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(243,173,30,1) 0%,rgba(242,161,0,1) 44%,rgba(193,129,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(243,173,30,1) 0%,rgba(242,161,0,1) 44%,rgba(193,129,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(243,173,30,1) 0%,rgba(242,161,0,1) 44%,rgba(193,129,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ad1e', endColorstr='#c18100',GradientType=0 );

	text-shadow: 1px 1px 0.5px #333;
}

.timeline-frame .fuel-calibration-timeline-event-red{
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );

	text-shadow: 1px 1px 0.5px #333;
}

.fuel-calibration-table table td{
	height: 20px;
	padding: 2px 5px !important;
}

.fuel-calibration-table table td input{
	height: 10px;	
}

.select-onemenu .ui-selectcheckboxmenu {
	background: rgba(51, 60, 67, 0.6) !important;
	border: none !important;
}

div#menu.select-onemenu{
	background: none !important;
}

.select-onemenu .ui-selectcheckboxmenu-label, .select-onemenu .ui-selectcheckboxmenu-trigger{
	background: rgba(51, 60, 67, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.select-onemenu .ui-selectcheckboxmenu-trigger{
	height: 91% !important;
}

.select-onemenu .ui-state-default{
	background: rgba(51, 60, 67, 0.6) !important;
}

.select-onemenu .ui-state-hover{
	background: rgba(71, 80, 87, 0.6) !important;
}

.transparent-button, .transparent-menu-button button{
	background: rgba(51, 60, 67, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.transparent-button-green{
	background: rgba(27, 152, 21, 0.65) !important;
}

.transparent-button:hover, .transparent-menu-button button:hover{
	background: rgba(71, 80, 87, 0.6) !important;
	border: 1px solid #4a4a4a !important;
}

.transparent-button.light-border, .transparent-menu-button.light-border button {
	border: 1px solid #707070 !important;
}

.transparent-button-active, .transparent-menu-button-active button{
	background: rgba(79, 88, 95, 0.6) !important;
	border: 1px solid #4b6da4 !important;
}

.transparent-button.active-button, .transparent-button.ui-state-active, .transparent-menu-button.ui-state-active button, .transparent-button.active-button button  {
	background: rgba(49, 97, 134, 0.6) !important;
	border: 1px solid #4b6da4 !important;
}

.button-no-text-padding span.ui-button-text{
	padding: 0px;
}

tr.ui-widget-content.account-inactive {
	background-color:rgba(100,0,0,0.5);
}

tr.ui-widget-content.error-row {
	background-color:rgba(100,0,0,0.5);
}

tr.ui-widget-content.warning-row {
	background-color:rgba(130, 90, 0, 0.6);
}

.ui-widget.ui-state-error {
	background:#FFF5F5;
	border: solid 1px #FF1111;
}

.preformatted {
    white-space: pre-wrap;
}

.ui-message-dialog {
	z-index: 10050 !important;
}

.ui-autocomplete .ui-inputfield {
	background: white;
	background-image: url("/javax.faces.resource/images/commons/magnifying-glass.png.xhtml?ln=default");
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 5px 50%;
	padding-left:21px;
}

.custom-autocomplete.ui-autocomplete-panel .ui-autocomplete-table tr.ui-state-highlight, .custom-autocomplete.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list li.ui-state-highlight {
	border:none;
	background: rgb(0,122,183);
	background: -moz-linear-gradient(top,  rgba(0,122,183,1) 0%, rgba(0,107,160,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,122,183,1)), color-stop(100%,rgba(0,107,160,1)));
	background: -webkit-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#006ba0',GradientType=0 );
	color:white;
}

.custom-autocomplete.ui-autocomplete-panel .ui-autocomplete-item.ui-autocomplete-row {
	border:none;
}

.custom-autocomplete.ui-autocomplete-panel .ui-autocomplete-table td, .custom-autocomplete.ui-autocomplete-panel .ui-autocomplete-table th {
	border:none;
	background:none;
}

.ui-menu.export-menu {
	width:250px !important;
	background: #1d222b;
}

.ui-menu.export-menu .ui-state-hover{
	background: rgb(0,122,183);
	background: -moz-linear-gradient(top,  rgba(0,122,183,1) 0%, rgba(0,107,160,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,122,183,1)), color-stop(100%,rgba(0,107,160,1)));
	background: -webkit-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,122,183,1) 0%,rgba(0,107,160,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#006ba0',GradientType=0 );
}

.ui-selectonemenu-items-wrapper .ui-selectonemenu-table .ui-widget-content{
	
}

.ui-icon.service-status {
	background-image: url("/javax.faces.resource/images/icons/restore-icon.png.xhtml?ln=default")!important;
}

.report-bubble {
   width:100px; 
   height:100px;
   margin:94px auto 50px auto;
   box-shadow:inset 30px 30px 75px rgba(0,0,0,.1), 
              inset 0px 0px 15px rgba(0,0,0,.5), 
              inset 0px 0px 55px rgba(255,255,255,.5), 
              inset 3px 3px 5px rgba(0,0,0,.5),
              0 0 50px rgba(255,255,255,.75); 
   border-radius:100px; 
   background:rgba(255,255,255,.4); 
   position:relative; 
}

.report-bubble:before { 
   content:"";
   display:block;
   position:absolute;
   width:100px;
   height:100px;
   top:15px;
   left:15px;
   border-radius: 150px 50px;
   box-shadow:inset 10px 10px 50px rgba(255,255,255,.6);
}

.report-bubble:after { 
   content:"";
   display:block;
   position:absolute;
   width:170px;
   height:170px;
   border-radius:170px;
   left:15px;
   top:15px;
   box-shadow:inset 0px -10px 10px rgba(0,0,0,.05);
}

img.disabled {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.ui-picklist.installer-task-list .ui-picklist-list{
	width: 550px;
}
.ui-picklist.installer-task-list-small .ui-picklist-list{
	width: 282px;
}

.many_checkbox_nowrap{
	white-space: nowrap;
	width: 500px;
}

.order-dot{
	border-radius: 50%;
	width: 20px;
	height: 20px; 
}
.order-dot.small{
	width: 10px;
	height: 10px; 
}
.order-dot.gray{
	background-color: gray !important;
}
.order-dot.yellow{
	background-color: yellow !important;
}
.order-dot.green{
	background-color: #73e600 !important;
}
.order-dot.indent{
	margin-left: 15px;
}
.order-dot.nocard{
	background: repeating-linear-gradient(
		  45deg,
		  rgba(0, 0, 0, 0.2),
		  rgba(255, 255, 255, 0.5) 14px);
}

#tachoLevelChart::-webkit-scrollbar-track, #fuelLevelChart::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #555
}

#tachoLevelChart::-webkit-scrollbar, #fuelLevelChart::-webkit-scrollbar
{
	width: 12px;
	background-color: transparent;
}

#tachoLevelChart::-webkit-scrollbar-thumb, #fuelLevelChart::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #282E39;
}

.ui-columntoggler-items {
	width: 175px;
}

.loading {
	background: rgba(57, 69, 75, 0.85) url('/javax.faces.resource/images/layout/transparent.png.xhtml?ln=default') !important;
}

.report-history.ui-icon {
	background-image:
			url("/javax.faces.resource/images/payments/payment-history-icon.png.xhtml?ln=default");
	width: 21px;
	height: 21px;
	margin-top: -11px !important;
}
