
/* body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, SF Pro Text, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
} */
/* @import url('https://fonts.googleapis.com/css?family=Orbitron'); */

html {
	font-size: 1.0em !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
    /* -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, SF Pro Text, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */

}

.topnav {
	font-size: 1.0em !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.typography-section-headline {
	font-size: 1.25rem;
	line-height: 1.05;
	font-weight: 500;
	letter-spacing: 0.008em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}


/*
vehicle table on the right panel 
*/

.vehicleTable {
	width: 100%;
	margin-top: 10px;
	font-size: small;
	overflow: hidden auto;
	height: 40%;
	resize: vertical;
}

.searchbar {
	width: 80%;
	height: 30px;
	margin-top: 5px;
	border-radius: 15px;
	font-size: small;
	margin-left: 15%;
	width: 80% !important;
}


/* 
mileage_fuel_panel.php
*/


/* activation page --*/

.activate_ol {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding-left: 40px;
}

.activate_ol li {
	margin: 0 0 0.5rem 0;
	counter-increment: my-awesome-counter;
	position: relative;
	padding-bottom: 10px;
	line-height: 26px;
}

.activate_ol li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	position: absolute;
	--size: 1.5rem;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	transform: rotate(0deg);
	background: #479ee5;
	border-radius: 50%;
	text-align: center;
	box-shadow: 1px 1px 0 #999;
}


/*style for the dialog message_to_user */

.message_to_user {
	background-color: #fff;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background-color: #00bdfd;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	font-size: large;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}


/* end activaiton page  */


/* display data plan details from order service page */

info_div .fa-affiliatetheme {
	color: #f96f00;
	font-size: 12px;
}


/* 
routeOptPanel 
*/

.delete-location {
	padding-top: 10px;
	color: red;
	font-size: 16px
}

.vehicle-start {
	padding-top: 10px;
	color: black;
	font-size: 16px;
}

.vehicle-end {
	padding-top: 10px;
	color: black;
	font-size: 16px;
}

.panel_table {
	font-size: 16px;
	border: 0px;
}

#autocomplete-container {
	width: 300px;
}

#autocomplete-input {
	width: 100%;
	box-sizing: border-box;
}

#list-container {
	position: absolute;
	background-color: white;
	color: black;
	border: 1px solid #f96e01;
	z-index: 100;
}

#list-container div:not(:last-child) {
	cursor: pointer;
	border-bottom: 1px solid white;
	padding: 5px 0 5px 0;
}

#list-container div.active {
	background-color: #4E8EF9;
	color: #000;
}


/*  timeline on routing optimization */


/* The actual timeline (the vertical ruler) */


/* The actual timeline (the vertical ruler) */

.profile-pic {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	position: relative;
}

.profile-pic img {
	width: 100%;
	border-radius: 50%;
}

.notification {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 2px;
	right: 2px;
	background: #F93B69;
}

/* .header {
	//background: url(https://unsplash.it/1080/720?image=1044);
	//background-size: cover;
	color: #fff;
	position: relative;
	margin-top: 15px;
} */

.color-overlay {
	padding: 20px 15px;
	box-sizing: border-box;
	background: #4CAF50;
}

.actionbutton {
	position: absolute;
	background: #F93B69;
	width: 50px;
	height: 50px;
	font-size: 3em;
	font-weight: 300;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -25px;
	right: 20px;
	box-shadow: 0 0 8px #202020;
}

.day-number {
	font-size: 24px;
	display: inline-block;
	margin: 0 15px 15px 0;
}

.date-right {
	display: inline-block;
}

.day-name {
	font-size: 18px;
}

.month {
	text-transform: uppercase;
	font-weight: 24px;
	letter-spacing: 2px;
	margin-top: 2px;
}

.timeline ul {
	padding: 1em 0 0 2em;
	margin: 0;
	list-style: none;
	position: relative;
}

.timeline ul::before {
	content: ' ';
	height: 100%;
	width: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	left: 2.5em;
	z-index: -1;
}

.timeline li div {
	display: inline-block;
	margin: 1em 0;
	vertical-align: top;
}

.timeline .bullet {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	linewidth: 3px;
	background: #fff;
	z-index: 2;
	margin: 6px 0 0 -8px;
}

.timeline .bullet.pink {
	border: 3px solid #F93B69;
}

.timeline .bullet.green {
	border: 3px solid #0000FF;
}

.timeline .bullet.orange {
	border: 3px solid #EB8B6E;
}

.timeline .time {
	width: 20%;
	font-size: 20px;
	padding-top: 8px;
	margin: 3px 0 0 -24px;
	z-index: 2;
}

.timeline .desc {
	width: 50%;
}

.timeline h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 0 0;
}

.timeline h4 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #808080;
}

.timeline .people img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}


/*  timeline style ends here */


/*  clock on replay page */


#clock {
	background-color: #121212;
	color: #66ff99;
	font-size: 16px;
	font-weight: 700px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}


/*  end clock on replay page css */


/*	replay log style  */

.location_icon {
	font-size: 11px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	padding-top: 1px;
	padding-right: 1px;
}

.span_header {
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
}

.log_content {
	padding-left: 32px;
	padding-top: 4px;
	color: #555;
	line-height: 18px;
	display: inline-block;
}


/* end replay log css */


/*  start replay play control buttons style --*/

.control_button {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 23px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	transition: .3s;
	cursor: pointer;
	margin-left: 5px;
	background-color: #C0C0C0;
	color: #3a83f0;
}

.control_button .icon {
	line-height: 40px;
}

.control_button:hover {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.shfb {
	color: #3a83f0;
	background-color: grey;
}

.shpkt {
	color: #3a83f0;
	background-color: grey;
}


/*  end replay play control buttons style --*/


/*

	setAlarm_panel. The keywords 
	
*/

.alarmKey {
	font-family: Helvetica;
	font-weight: 600;
	/*line-height: 34px;*/
	letter-spacing: -0.2px;
}


/*

	slider design on setAlarm_panel
	other slide box design in /css/checkboxes.css
	
*/

.ckbx-style-14 {
	font-size: 1.25rem;
	position: relative;
	margin: 0px 2px 0 0px;
	padding: 10px 0px 1px 3px;
	background: #E5E7E9;
	border-radius: 4px;
	width: 105px;
	height: 34px !important;
}

.ckbx-style-14 input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

.ckbx-style-14 label {
	width: 4em;
	height: 1em;
	position: relative;
	cursor: pointer;
	display: block;
	background: #333;
	font-size: 1.25rem;
}

.ckbx-style-14 label:before {
	content: 'OFF';
	position: absolute;
	width: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: .6em;
	line-height: 1.6;
	transition: all 0.2s ease;
	background: #F25F5C;
	left: 50%;
	bottom: 0;
	top: 0;
	border-radius: 4px;
}

.ckbx-style-14 label:after {
	content: 'ON';
	position: absolute;
	width: 50%;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	line-height: 1.6;
	top: 0;
	bottom: 0;
	font-weight: bold;
	font-size: .6em;
	border-radius: 4px;
	transition: all 0.2s ease;
	background: #000;
}

.ckbx-style-14 input[type=checkbox]:checked+label:before {
	background: #000;
	color: rgba(255, 255, 255, 0.3);
}

.ckbx-style-14 input[type=checkbox]:checked+label:after {
	background: #3a83f0;
	color: #fff;
}


/*   the vehicle status indicator moving/idle/stop*/
.mapKey {
	height: 28px;
	z-index: 1070;
	position: absolute;
	bottom: 0px;
	right: 0px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	background-color:#f5f5f5; 
	opacity:0.8;
	padding: 4px;
}

.keyItem,
.keyItem .title {
	float: left;
	padding: 0 4px;
}

.keyItem .title {
	color: #757575;
	padding-right: 8px;
}

.keyItem .color {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-top: 2px;
	float: left;
}


/*  map button control */

.fa-trash-o:before {
	content: "\f1f8" !important;
}

.ol-control button {
	display: block;
	margin: 1px;
	padding: 0;
	color: #fff;
	font-size: 1.7em !important;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	height: 1.375em;
	width: 1.375em;
	line-height: .4em;
	background-color: rgba(0, 60, 136, .5);
	border: none;
	border-radius: 2px;
}



.toggleMap {
	top: 6em;
	left: .5em;
}

.toggleMap:hover:after {
	content: "toggle map";
	padding: 3px 5px 3px 5px;
	color: #333;
	position: absolute;
	left: 2.5em;
	top: 0.5em;
	font-size: 1em;
	white-space: nowrap
}

.clear-all {
	left: .5em;
	top: 9em;
}

.clear-all:hover:after {
	content: "clear all";
	padding: 3px 5px 3px 5px;
	color: #333;
	position: absolute;
	left: 2.5em;
	top: 0.5em;
	font-size: 1em;
	white-space: nowrap;
}

.solve {
	left: .5em;
	top: 12em;
}


.solve:hover:after {
	content: "calculate route";
	padding: 3px 5px 3px 5px;
	color: #333;
	position: absolute;
	left: 2.5em;
	top: 0.5em;
	font-size: 1em;
	white-space: nowrap;
}


.landmark {
	top: 15em;
	left: .5em;
}

.landmark:hover:after {
	content: "landmark";
	padding: 3px 5px 3px 5px;
	color: #333;
	position: absolute;
	left: 2.5em;
	top: 0.5em;
	font-size: 16px;
	white-space: nowrap
}


/* width */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}


/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #aaa;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #888;
}

.select-checkbox {
	text-align: center;
}

thead {
	color: black;
}

tbody {
	color: blue;
}

tfoot {
	color: red;
}

table,
tr,
th,
td {
	border: 1px solid black;
}

th,
td {
	padding: 2px;
	text-align: left;
}

select {
	border: 0;
	width: 100%;
}

#change_asset_table_body input {
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
}

#change_asset_table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}

#change_asset_table th {
	border: none;
	/* No more visible border */
	background: none;
	/* Darken header a bit */
	font-weight: bold;
	transition: all 0.3s;
	height: 30px;
	font-size: 16px;
}

#change_asset_table_body tr td {
	text-align: center;
	/* center checkbox horizontally */
	vertical-align: middle;
	/* center checkbox vertically */
	height: 20px;
	border: none;
}

.admin_table input {
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
}

.admin_table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}

.admin_table th {
	border: none;
	/* No more visible border */
	background: none;
	/* Darken header a bit */
	font-weight: bold;
	transition: all 0.3s;
	height: 30px;
	font-size: 16px;
}

.admin_table tr td {
	text-align: center;
	/* center checkbox horizontally */
	vertical-align: middle;
	/* center checkbox vertically */
	height: 20px;
	border: none;
}

.payment-th {
	border: 1px solid transparent;
	/* No more visible border */
	background: #f5f5f5;
	/* Darken header a bit */
	font-weight: 600;
	height: 30px;
	font-size: 18px;
}

#payment_table td {
	padding: 10px;
	text-align: center;
	/* center checkbox horizontally */
	vertical-align: middle;
	/* center checkbox vertically */
}

.ol-zoom .ol-zoom-in {
	background-color: RED;
}

.ol-zoom .ol-zoom-out {
	background-color: GREEN;
}

.your-class input {
	float: left;
}



/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */


/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */

.styled-select {
	background: url(../images/15xvbd5.png) no-repeat 96% 0;
	height: 29px;
	overflow: hidden;
	width: 200px;
}

.styled-select select {
	background: transparent;
	border: none;
	font-size: 16px;
	height: 29px;
	padding: 5px;
	/* If you add too much padding here, the options won't show in IE */
	width: 212px;
}

.styled-select.slate {
	background: url(../images/2e3ybe1.jpg) no-repeat right center;
	height: 30px;
	width: 230px;
}

.styled-select.slate select {
	border: 1px solid #ccc;
	font-size: 16px;
	height: 30px;
	width: 228px;
}


/* -------------------- Rounded Corners */

.rounded {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.semi-square {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* -------------------- Colors: Background */

.slate {
	background-color: #ddd;
}

.green {
	background-color: #58B14C;
}

.blue {
	background-color: #3b8ec2;
}

.yellow {
	background-color: #eec111;
}

.black {
	background-color: #000;
}


/* -------------------- Colors: Text */

.slate select {
	color: #000;
}

.green select {
	color: #000;
}

.blue select {
	color: #000;
}

.yellow select {
	color: #000;
}

.black select {
	color: #000;
}


/* -------------------- Select Box Styles: danielneumann.com Method */


/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */

#mainselection select {
	border: 0;
	color: #EEE;
	background: transparent;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 10px;
	width: 378px;
	-webkit-appearance: none;
	appearance: none; /* Also add this for full support */
}

#mainselection {
	overflow: hidden;
	width: 350px;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 1px 1px 11px #330033;
	background: #58B14C url("../images/15xvbd5.png") no-repeat scroll 219px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */


/* -------------------- Source: http://stackoverflow.com/a/5809186 */

select#soflow,
select#soflow-color {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	margin: 20px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

select#soflow-color {
	color: #fff;
	background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
	background-color: #779126;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 15px;
}

.button {
	display: block;
	width: 100%;
	background: #0E2C51;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
	padding: 8px 10px;
	font-size: 16px;
}

.button:hover,
.button:focus {
	color: #fff;
	background-color: #030145;
	border-color: #53A3CD;
}

.callout {
	position: fixed;
	bottom: 35px;
	right: 20px;
	margin-left: 20px;
	max-width: 400px;
}

.callout-header {
	padding: 20px 55px;
	background: #555;
	font-size: 24px;
	color: white;
}

.callout-container {
	padding: 15px;
	background-color: #1e90ff;
	color: #ffffff;
	font-size: 12px;
}

.closebtn {
	position: absolute;
	top: 5px;
	right: 15px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}

.closebtn:hover {
	color: lightgrey;
}

* {
	box-sizing: border-box;
}


/* Create two equal columns that floats next to each other */

.column {
	float: left;
	padding: 0px;
}


/* Clear floats after the columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}

.flex-container {
	display: flex;
	flex-direction: column;
}

.flex-container>div {
	background-color: #f1f1f1;
	width: 200px;
	margin: 5px;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
}


/*  affect the mileage-fuel panel 
		.flex-item {
			background: tomato;
			background-color:#70c1b3; 
			padding: 5px;
			width: 200px;
			height: 150px;
			margin-top: 10px;
			line-height: 150px;
			color: white;
			font-weight: bold;
			font-size: 1.2em;
			text-align: center;
		}
		*/

.slidecontainer {
	width: 100%;
}

.slider2 {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 8px;
	background: #3a83f0;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider2:hover {
	opacity: 1;
}

.slider2::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #FF5733;
	cursor: pointer;
}

.slider2::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #FF5733;
	cursor: pointer;
}

.page {
	display: table;
	width: 100%;
}




.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background-color: #f5f5f5 !important;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	font-size: large;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000 !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
	background-color: red;
}

.effect_button {
	position: relative;
	letter-spacing: 0;
    background-color: #4681f4;
    border: 1px solid transparent;
    padding: .625rem 1.5rem;
    font-size: 1.0rem;
    border-radius: .5rem;
	color: #FFFFFF;
	height: 35px;
	min-width: 90px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	padding: 5px 10px 8px 10px !important;
}


.effect_button_big {
	position: relative;
    background-color: #4681f4;
	border: 1px solid #fff;
	font-size: 1.1em;
	color: #FFFFFF;
	height: 40px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	padding: 5px 10px 8px 10px !important;
	border-radius: 6px;
}

.page-content,
.sidebar {
	display: table-cell;
}

.sidebar {
	width: 300px;
	float: left;
	overflow: hidden auto;
	display: block;
	padding: 0px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* Add animation to "page content" */

.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}
	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}

.btn.disabled {
	background-color: red;
}

#btnExportCsv[disabled=disabled] {
	background-color: red !important;
}

#btnExportCsv:disabled {
	background-color: red !important;
}

.sidebar .flex-container.startenddate {
	width: 100% !important;
}

.sidebar .startenddate .startdate,
.sidebar .startenddate .enddate {
	width: 46% !important;
	font-size: 0.90rem !important;
}

.startenddate .startdate input,
.startenddate .enddate input {
	width: 100% !important;
	text-align: center;
}

.startenddate .startdate {
	width: 50% !important;
	font-size: 0.90rem !important;
	margin-left: -45%;
	display: inline-block;
}

.startenddate .enddate {
	width: 50% !important;
	font-size: 0.90rem !important;
	margin-left: 52%;
	margin-top: -24.5%;
}

div#mileageFuel_panel .col-xs-3 img {
	width: 60px;
	height: 60px !important;
}

#mileageFuel_panel .col-xs-3.col-sm-3.col-lg-3 {
	padding-bottom: 5px !important;
}

div#mileageFuel_panel .col-xs-7 {
	width: 120px;
}

div#mileageFuel_panel .col-xs-7,
div#mileageFuel_panel .col-xs-5 {
	text-align: left;
}

div#mileageFuel_panel .col-xs-5 {
	padding-top: 0%;
}

#show_users .page-content {
	display: block !important;
}

#show_users .page-content table {
	font-size: 12px !important;
}

table,
tr,
th,
td {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.service-header {
	color: red;
}

.service-hl {
	color: green;
	background: #f5f5f5;
	font-size: sm;
}

.center {
	text-align: center;
}

.maintenance-form {
	color: #000000;
	background: #f5f5f5;
	border: none;
}

.maintenance-bg {
	background: #f5f5f5;
}

.no-border {
	border: none !important;
}

.show_menu {
	margin-left: 20px;
	float: left;
	cursor: pointer;
}

.glyphicon.glyphicon-menu-hamburger {
	font-size: 30px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 1070;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}

#preloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body.loaded #preloader {
	-webkit-transform: scale(.6) translateY(-100%);
	-moz-transform: scale(.6) translateY(-100%);
	-ms-transform: scale(.6) translateY(-100%);
	-o-transform: scale(.6) translateY(-100%);
	transform: scale(.6) translateY(-100%);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.dr-row {
	display: flex;
}

.dr-col-1 {
	flex: 0 0 10%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-2 {
	flex: 0 0 10%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-3 {
	flex: 0 0 4.99%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-4 {
	flex: 0 0 49.99%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-5 {
	flex: 0 0 24.99%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-6 {
	flex: 0 0 22.66%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-7 {
	flex: 0 0 2.99%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-seven {
	flex: 0 0 7%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-8 {
	flex: 0 0 14%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-9 {
	flex: 0 0 6%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-10 {
	flex: 0 0 10%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-50 {
	flex: 0 0 50%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-24 {
	flex: 0 0 24%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-25 {
	flex: 0 0 24.99%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-40 {
	flex: 0 0 40%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-15 {
	flex: 0 0 15%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-80 {
	flex: 0 0 79.9%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-100 {
	flex: 0 0 99.9%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-80-route {
	flex: 0 0 79.9%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-35 {
	flex: 0 0 34.9%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-33 {
	flex: 0 0 33.3%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-67 {
	flex: 0 0 66.6%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-30 {
	flex: 0 0 30%;
	border: 0 px solid black;
	box-sizing: border-box;
}

.dr-col-60 {
	flex: 0 0 59.9%;
	border: 0 px solid black;
	box-sizing: border-box;
}


.round_label {
	float: left;
	display: inline-block;
	line-height: 1rem;
	background: #ebeafb;
	color: #72b0fb;
	min-width: 3rem;
	height: 1rem;
	text-align: center;
	border-radius: 0.4rem;
}

.report_round_label {
	display: inline-block;
	line-height: 44px;
	background: #ebeafb;
	color: #72b0fb;
	min-width: 44px;
	padding-left: 4px;
	padding-right: 4px;
	height: 44px;
	text-align: center;
	border-radius: 22px;
}

.replay_td_header {
	text-align: left;
	float: left;
	padding-left: 5px;
	line-height: 36px;
	margin-bottom: 5px;
	margin-left: 15px;
	min-width: 150px;
	font-size: 14px;
	font-weight: 500;
}

.report_td_header {
	text-align: left;
	color: #777;
	padding-left: 5px;
	font-size: 16px;
	line-height: 44px;
	font-weight: 600;
}


/* main_panel css file  */

.velocity_a:hover,
.velocity_a:visited {
	color: #fff;
}

.textWithBlurredBg:hover .main_img {
	filter: blur(1px) brightness(70%);
	box-shadow: 0 0 8px cyan;
	cursor: pointer;
}

.textWithBlurredBg h6 {
	position: absolute;
	z-index: 1;
	top: 33%;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0;
	cursor: pointer;
	transition: .3s;
}

.textWithBlurredBg:hover :not(img) {
	opacity: 1;
}

.round_image {
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.card_center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.card2 {
	width: 375px;
	height: 265px;
	background-color: #fff;
	background: linear-gradient(#f8f8f8, #fff);
	border: 2px solid #888;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin: 1.5rem;
}

.card2 .additional {
	position: absolute;
	width: 100%;
	border-radius: 0 5px 5px 0;
	height: 100%;
	background: linear-gradient(#dE685E, #EE786E);
	transition: width 0.4s;
	overflow: hidden;
	z-index: 2;
}

.card2:hover .additional {}

.card2 .additional .user-card {
	width: 120px;
	height: 100%;
	position: relative;
	float: left;
}

.card2 .additional .user-card::after {
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: -2px;
	height: 80%;
	border-left: 2px solid rgba(0, 0, 0, 0.025);
}

.card2 .additional .user-card .left_value_top {
	top: 15%;
	text-transform: none;
	font-size: 0.7em;
	height: auto;
	text-align: center;
	border: 1px solid #fff;
	max-width: 80px;
	background: rgba(0, 0, 0, 0.15);
	padding: 0.125rem 0.75rem;
	color: #fff;
	font-weight: bold;
}

.card2 .additional .user-card .left_value_bottom {
	top: 85%;
	font-size: 0.5em;
	border: 1px solid #fff;
	max-width: 80px;
	height: auto;
	text-align: center;
	background: rgba(0, 100, 100, 0.15);
	padding: 0.11rem 0.75rem;
	color: #fff;
	font-weight: bold;
}

.card2 .additional .more-info {
	width: 255px;
	float: left;
	position: absolute;
	left: 120px;
	height: 100%;
}

.card2 .general {
	width: 255px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	box-sizing: border-box;
}

.card2 .general .more {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 0.9em;
}

.image-upload>input {
	display: none;
}

.image-upload {
	cursor: pointer;
}


/*
top menu 
*/

.navbar-brand {
	font: 700 4em/1 "Oswald", sans-serif;
	/* Clip Background Image */
	background: url(../images/animated_text_fill.png) repeat-y;
	-webkit-background-clip: text;
	background-clip: text;
	/* Animate Background Image */
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	/* Activate hardware acceleration for smoother animations */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes aitf {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
}


/*
	topnav mobile in a separate file 
	
*/

.topnav {
	overflow: hidden;
	background-color: #fff;
	font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	border-bottom: 2px solid #c0c0c0;
}


.topnav .effect_menu {
	text-decoration: none;
	display: block;
	padding: 14px 16px;
	color: #000;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;	
}

.topnav .effect_menu:hover {}

.topnav .effect_menu:hover:before {
	width: 100%;
}

.topnav .effect_menu:after {}

/*  the underline bar  */
.topnav .effect_menu:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 0px;
	width: 0;
	background: #000;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}

.topnav .active.effect_menu {
	color:#000;
	font-weight: 700;
	background: transparent;
}

.topnav .active.effect_menu:before {
	width: 100%;
}


.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #000;
	padding: 15px 16px;
	background-color: inherit;
	margin: 0;
}

.dropdown-content-panel {
	display: none;
	position: fixed;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	border-top: 2px solid #000;
}
.dropdown-content-panel:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 10;
	border: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-right: -10px;
	top: -10px;
	border-bottom: 10px solid #000;
	right: 50%;
}
.dropdown-content-panel a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin:0;
	border-bottom: 1px solid #ddd;
}

/* dropdown hover color */
.dropdown-content-panel a:hover {
	background-color: #4681f4;
	color: white;
}

.dropdown:hover .dropdown-content-panel {
	display: block;
}
/*-----------

	change the min-width so we can change to mobile menu
	
-----------*/
@media screen and (min-width: 960px) {
	#monitor_replay_right {
		display: flex !important;
	}
	.sidebar {
		display: block !important;
	}
	#monitor_page_content, #report_mainPanel, #maintenance_main_panel, #alarm_mainPanel {
		width: calc(100% - 300px) ;
	}
}
@media screen and (max-width: 960px) {
	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
	.topnav {
		background: #fff;
	}
	#monitor_replay_right {
		display: none !important;
	}
	.sidebar {
		display: none !important;
	}
	#monitor_page_content, #report_mainPanel, #maintenance_main_panel, #alarm_mainPanel {
		width: 100% !important;
	}
}

@media screen and (max-width: 960px) {
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {
		float: none;
	}
	.topnav.responsive .dropdown-content-panel {
		position: relative;
	}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

/*
rightside panel css
*/

#replay_table_filter {
	display:none;
}
#replay_table th{
	border: none
}
#replay_table td{
	color: #777;
	font-size:11px;
	vertical-align: middle;
}

				
#add_landmark_dialog input[type=text] {
	margin-bottom:0;
}
.ui-widget-content {
	border: none;
	background: #ffffff;
	color: #333333;
	padding-bottom: 10px;
}
.ui-dialog-buttonset {
	text-align: right;
}
.ui-dialog-buttonset button {
	margin-right:15px;
}
#add_landmark_dialog button{
	margin-right:15px;
}

			
#btn_filter:hover {
	color: #f96f00;
}
.hide_column {
	display : none;
}
#monitor_table_filter {
	display:none;
}
#monitor_table td{
	color: #777;
	font-size:11px;
	vertical-align: middle;
}
#monitor_table th{
	border-bottom: none;
	text-align:center;
	padding: 4px;
	font-size:12px;
	border-left: none;
	border-right: none;
	border-top: none
}
				
/*
 alarmDevice_Table css 
*/
#alarmDevice_Table_filter {
	display:none;
}
#alarmDevice_Table th{
			border-bottom: none;
			text-align:center;
			padding: 4px;
			font-size:small;
			border-left: none;
			border-right: none;
			border-top: none
}
#alarmDevice_Table td{
	color: #777;
	font-size:small;
	vertical-align: middle;
}

/*
mileage 
*/			

#mileageFuel_table_filter {
	display: none;
}
#mileageFuel_table th {
	border: none;
}
#mileageFuel_table td {
	color: #777;
	font-size:11px;
	vertical-align: middle;
}


/*
maintenance
*/


#maintenance_table_main_filter {
display:none;
}
#maintenance_table_main th{
border: none;
}
#maintenance_table_main td{
color: #777;
font-size:11px;
}

/*
infobox
*/
.shadow1 {
    margin: 0 auto;
    border-radius: 12px;
    background: #f8f8f8;
    width: 90%;
    background-size: 100%;
    padding: 20px;
}

/*
replay_info css
*/
.replayRow {
	margin: 10px 0px 0px 10px; 
	padding:5px 5px 0px 10px; 
}

.replayLabel {
	line-height:1rem;
	font-size: 1em;
	font-weight: bold;
	color: #000
}
.replayValue {
	line-height:1rem;
	font-size: 1em;
	font-weight: bold;
	color: blue
}


/* 
  purchaseService_panel etc 
*/
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
margin: 0 -16px;
}

.col-25 {
-ms-flex: 25%; /* IE10 */
flex: 25%;
}
.col-50 {
-ms-flex: 50%; /* IE10 */
flex: 50%;
}
.col-75 {
-ms-flex: 75%; /* IE10 */
flex: 75%;
}
.col-25,
.col-50,
.col-75 {
padding: 0 16px;
}
.container {
background-color: #f2f2f2;
padding: 5px 20px 15px 20px;
border: 1px solid lightgrey;
border-radius: 3px;
}
input[type=text] {
width: 100%;
margin-bottom: 20px;
padding: 12px;
border: 1px solid #ccc;
border-radius: 3px;
}
label {
margin-bottom: 10px;
display: block;
}
.icon-container {
margin-bottom: 20px;
padding: 7px 0;
font-size: 24px;
}
.btn {
background-color: #04AA6D;
color: white;
padding: 12px;
margin: 10px 0;
border: none;
width: 100%;
border-radius: 3px;
cursor: pointer;
font-size: 17px;
}
.btn:hover {
background-color: #45a049;
}
a {
color: #2196F3;
}
hr {
border: 1px solid lightgrey;
}
span.price {
float: right;
color: grey;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
	.row {
	flex-direction: column;
	}
	.col-25 {
	margin-bottom: 20px;
	}
}


.card-container {
	padding-bottom: 2rem;
	padding: 0 !important;
}

.card-container.activation {
	/* display: flex; */
    gap: 1.5rem;
    padding: 15px !important;
}

.card-container.activation .card-item {
	flex: 1;
}
.card-container .card-item > div {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	padding: 13px;
	margin-bottom: 20px;
}

.card-container .card-item > label {
	margin-bottom: 0.5rem;
}

input[type="text"], .form-control {
height: 2.8rem !important;
}
#ActivateTrackerButton {
	height: 3rem !important;
	/* width: 11rem !important; */
}


/* .effect_button_big {
	height: 3rem;   
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem !important;
	background-color: #3498db;
	transition: background-color 0.3s;
	width: auto !important;
 }
 
 .effect_button_big {
	 background-color: #2980b9;
 } */



/* 
overlay  the gif 
*/
 .loading-overlay {
   position: fixed;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.8);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   display: none;
 }

 .loader img {
   width: 100px; /* Adjust the size of your spinner or GIF */
   height: 100px; /* Adjust the size of your spinner or GIF */
 }


 