.bodyStyle {
    margin:auto;
    /*padding-top:85px;*/
    background-image: url("gps_bg.jpg");
	/* background-position:fixed; */
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	}
/* // */

.topMenuDivStyleBg.webix_layout_toolbar.webix_toolbar {
	background:rgba(28, 72, 99, 0);
	}
	
/* // */
.main_div_style .webix_view .webix_layout_clean{
	
	}
/* // */
.loaderStyleShow {
	margin:auto;
	position:fixed;
	height:60px;
	width:60px;
	top:50%;
	left:50%;
	}

.loaderStyleHide{
	margin:auto;
	position:fixed;
	height:1px;
	width:1px;
	top:0%;
	left:0%;
	}

.webix_progress_icon .webix_progress_state {
	color:#1C4863;
	}
/* // */
.pathIcon:before {
	font-family:"FontAwesome";
	content:"\f124";
	}
/* // */
.markerIcon:before {
	font-family:"FontAwesome";
	content:"\f041";
}
.reportTrips:before {
	font-family:"FontAwesome";
	content:"\f0e4";
}
.reportStops:before {
	font-family:"FontAwesome";
	content:"\f0f5";
}

.defFont{
	font-family:'Roboto', FontAwesome, sans-serif;
}

#main_div{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
	}


.topMenuDivStyleBg.webix_layout_toolbar.webix_toolbar{
	background:rgba(28, 72, 99, 0);
	height:75px;
}





.webix_progress_icon{
	
}

.top_button{
	margin:auto;
	position:fixed;
	bottom:20px;
	left:20px;
}

.topMenuStyle{
	/* padding-top:8px; */
}

.wicon .webix_icon_button .webix_icon{
	color:#FFFFFF;
}


.content_div .webix_view .webix_layout_clean{
	width:100%;
	height:100%;
}


.headerButton .webix_accordionitem_button .webix_accordionitem_header{
	line-height:10px;
	
}
#reportTable .ui-columns-table .ui-table {
    width: 100%;
}
.reportShow .ui-table thead{
    background-color: #3498db;
    color: #f2f2f2;
}
.reportShow .ui-table tbody tr:nth-child(even) {background: #CCC}
.reportShow .ui-table tbody tr:nth-child(odd) {background: #FFF}
