@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.woff2?33642610') format('woff2'),
		url('../fonts/fontello.woff?33642610') format('woff'),
		url('../fonts/fontello.ttf?33642610') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?33642610#fontello') format('svg');
	}
  }
  */
[class^="fa-"]:before,
[class*=" fa-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.fa-arrow-down:before {
	font-family: "fontello" !important;
	content: '\e801';
}

/* '' */
.fa-arrow-up:before {
	font-family: "fontello" !important;
	content: '\e802';
}

/* '' */

/*FLAT ICONS START*/

@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Flaticon.woff") format("woff"),
		url("../fonts/Flaticon.woff2") format("woff2"),
		url("../fonts/Flaticon.ttf") format("truetype"),
		url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}

[class^="fi-"]:before,
[class*=" fi-"]:before,
[class^="fi-"]:after,
[class*=" fi-"]:after {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	/*
	margin-left: 20px;*/
}

[class^="fa-"]:before,
[class*=" fa-"]:before,
[class^="fa-"]:after,
[class*=" fa-"]:after {
	font-family: Flaticon;
	font-size: 16px;
	font-style: normal;
	/*
	margin-left: 20px;*/
}


.fi-speech-bubble:before {
	content: "\f100";
}

.fi-save:before {
	content: "\f101";
}

.fi-padlock:before {
	content: "\f102";
}

.fi-mail:before {
	content: "\f103";
}

.fi-key:before {
	content: "\f104";
}

.fi-group:before {
	content: "\f105";
}

.fi-remove:before {
	content: "\f106";
}

.fi-gps:before {
	content: "\f107";
}

.fi-edit:before {
	content: "\f108";
}

.fi-dashboard:before {
	content: "\f109";
}

.fi-clipboard:before {
	content: "\f10a";
}

.fi-clipboard-1:before {
	content: "\f10b";
}

.fi-user:before {
	content: "\f10c";
}

.fi-factory:before {
	content: "\f10d";
}

.fi-menu:before {
	content: "\f10e";
}

.fi-warning:before {
	content: "\f10f";
}

.fi-hr:before {
	content: "\f110";
}

.fi-view:before {
	content: "\f111";
}

.fi-garbage:before {
	content: "\f112";
}

.fi-xlsx-file-format-extension:before {
	content: "\f113";
}

.fi-information:before,
.fi-info:before
{
	content: "\f114";
}

.fi-chevron:before {
	content: "\f115";
}

.fi-chevron-1:before {
	content: "\f116";
}

.fi-verified:before {
	content: "\f117";
}

tr.blue-row td {
	background-color: #daebf3 !important;
}

tr.green-row td {
	background-color: #cbdaaf !important;
}

.export-to-xls:before {
	color: #2e7d32;
}

.fa-chevron-left:before {
	content: "\f115";
	font-size: 12px;
}

.fa-chevron-right:before {
	content: "\f116";
	font-size: 12px;
}

.label-username:before {
	content: "\f102";
	/*fi-account*/
}


.label-password:before {
	content: "\f104";
	/*fi-key*/
}

.label-email:before {
	content: "\f103";
	/*fi-email*/
}

.label-name:before {
	content: "\f118";
	/*fi-account*/
}

.label-unit:before {
	content: "\f11e";
	/*fi-add-unit*/
}

.label-company:before {
	content: "\f109";
}

.label-address:before {
	content: "\f117";
	/*fi-places*/
}

.label-zipcode:before {
	content: "\f115";
}

.label-city:before {
	content: "\f109";
}

.label-country:before {
	content: "\f10b";
}

.label-phone:before {
	content: "\f111";
}

.span-list-icon {
	margin-right: 10px;
}

.loop-delete .fi-garbage {
	color: #cb0029;
}

.unsubscribe .fi-remove {
	color: #cb0029;
}

.subscribe .fi-remove {
	color: #00a137;
}

/*.span-list-icon .fi-hr:before{
 	color: #666;
 }

 .span-list-icon .fi-view:before{
 	color: #666;
 }*/

.sub-header td {
	background-color: #666666;
	color: #ffffff;
	margin-bottom: 12px;
}

select {
	font-size: 14px !important;
}

/*FLAT ICONS END*/

.tick-mark {
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
}

.tick-mark.green {
	color: green;
}

.tick-mark.red {
	color: red;
}

/*Pagination start*/
.pagination-div {
	text-align: center;
	width: 100%;
}

.pagination-div .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination-div .pagination>li {
	display: inline;
}

.pagination-div .pagination>li:first-child>a,
.pagination-div .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination-div .pagination>.disabled>a,
.pagination-div .pagination>.disabled>a:focus,
.pagination-div .pagination>.disabled>a:hover,
.pagination-div .pagination>.disabled>span,
.pagination-div .pagination>.disabled>span:focus,
.pagination-div .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-div .pagination>li>a,
.pagination-div .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #2283ab;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #2283ab;
	margin: 0 2px;
}

.pagination-div .pagination>li.active>a {
	background-color: #2283ab;
	color: #fff;
}

/* Pagination end */
/*Pagination end*/

/*Jquery alert overrides*/
.jconfirm-icon-c .jconfirm-icon-c .fi-icon:before {
	font-size: 22px;
}

/*Jquery alert overrides*/

.edit-div {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*jQuery TimePicker Start*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 13em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	z-index: 999999999;
	margin: 0;
	font-size: 13px;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px;
	color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC;
	color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

nav.side-navbar .sidenav-header-logo-small {
	display: none;
}

nav.side-navbar .sidenav-header-logo {
	display: block;
}

nav.side-navbar.shrink .sidenav-header-logo-small {
	display: block;
}

nav.side-navbar.shrink .sidenav-header-logo {
	display: none;
}


/*jQuery TimePicker End*/

/*LOADER ANIMATION */
.loader {
	border: 3px solid #f3f3f3;
	/* Light grey */
	border-top: 3px solid #000000;
	/* Blue */
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-small {
	border: 2px solid #f3f3f3;
	/* Light grey */
	border-top: 2px solid #000000;
	/* Blue */
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: spin 2s linear infinite;
}


.nt-loader {
	position: fixed;
	background: #008ab0;
	width: 160px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -80px;
	z-index: 99999999999;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 1px solid #cccccc;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	/* IE8 and earlier */
	display: none;
}

.nt-loader .spinner-holder {
	position: relative;
	width: 100%;
	height: 100%;
}

.nt-loader .spinner {
	border: 5px solid #f3f3f3;
	/* Light grey */
	border-top: 5px solid #000000;
	/* Blue */
	border-radius: 50%;
	width: 48px;
	height: 48px;
	animation: spin 2s linear infinite;
	margin-top: -24px;
	margin-left: -24px;
	top: 50%;
	left: 50%;
	position: absolute;
}

/*LOADER ANIMATION END*/

/*GOOGLE MAP START*/
#map_canvas,
#map-loader-canvas {
	width: 100%;
	height: 600px;
}

.info-window-wrapper {
	font-size: 13px;
	width: 320px;
	/*height: 150px;*/
}

.info-window-wrapper .lbl {
	font-weight: bold;
	margin-right: 10px;
	padding: 0 5px 0 5px;
	width: 110px;
	background-color: #f9fcff;
}

.info-window-wrapper .lbl,
.info-window-wrapper .value {
	padding-top: 5px;
	padding-bottom: 5px;
}

.info-window-wrapper .map-signal {
	width: 19.6px;
	height: 15.4px;
	background-size: 19.6px 15.4px;
	background-repeat: no-repeat;
}

/*GOOGLE MAP END*/

/*SIGNAL STUFFS START*/
.gps-signal-icon {
	width: 28px;
	height: 22px;
	background-size: 28px 22px;
	background-repeat: no-repeat;
}

.signal-0 {
	background: url(../img/signal-0.png);
}

.signal-1 {
	background: url(../img/signal-1.png);
}

.signal-2 {
	background: url(../img/signal-2.png);
}

.signal-3 {
	background: url(../img/signal-3.png);
}

.signal-4 {
	background: url(../img/signal-4.png);
}

.signal-5 {
	background: url(../img/signal-5.png);
}

/*SIGNAL STUFFS END*/

.sm-control {
	font-size: 13px;
	padding: 5px;
	height: 28px !important;
	width: 90%;
}

.alert-danger {
	line-height: 22px;
}

.alert-success {
	line-height: 22px;
}

.alert-danger:before {
	font-family: Flaticon;
	content: "\f10f";
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;

}

.alert-success:before {
	font-family: Flaticon;
	content: "\f10e";
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
}

.label-icon:before {
	font-family: Flaticon;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}






.color-square {
	width: 16px;
	height: 16px;
}

a.rt-link {
	color: #666666;
}

.card-header {
	padding: 0.6rem 0.8rem;
}



.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.t-and-c {
	font-size: 13px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body {
	margin-top: 15px;
}

.box-heading-cp {
	font-size: 18px;
	text-transform: none;
	color: #cccccc;
	height: 100%;
	margin-top: 25px;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

.box-heading-cp:before {
	font-family: Flaticon;
	content: "\f111";
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
	font-weight: bold;
}

.login-page input {
	padding-bottom: 5px;
	padding-top: 20px;
	color: #000000;
	font-size: 14px;
}


.login-page .form-inner {
	padding: 0px;
	width: 450px;
	margin: 0 auto;
}

.register-page .form-inner {
	padding: 0px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.register-page .form-outer {
	min-height: 100vh;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.register-page .logo {
	background-color: #fbfbfb;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.register-page form {
	margin: 2rem auto 1rem;
	max-width: 700px;
}

.register-page input {
	padding-bottom: 5px;
	padding-top: 20px;
	color: #000000;
	font-size: 14px;
}

.fix-up {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 99;
}

.remember-me label {
	font-size: 12px;
	color: #999999;
	display: block;
	text-indent: 12px;
	margin-top: 8px;
	/* padding-top: 8px; */
}

.remember-me input {
	width: 14px;
	height: 14px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	overflow: hidden;
}

footer.main-footer {
	/* background-color: #d3dfeb; */
	background-color :#eaeff1;
	padding-left: 20px;
}

footer.main-footer p {
	color: #666666;
}

.forgot-password-wrapper {
	display: none;
	padding-bottom: 20px;
}

.send-pwd-link {
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}

.login-page .other-contents {
	padding-bottom: 20px;
}

.login-page .logo {
	background-color: #2283ab;
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

input.input-material {
	border-bottom: 1px solid #d8d8d8;
}

.btn {
	border-radius: 5px;
}

.language-selector {
	position: relative;
}

.languagepicker {
	background-color: #2283ab;
	display: inline-block;
	padding: 0;
	height: 40px;
	color: #fff;
	overflow: hidden;
	transition: all .3s ease;
	/*margin: 0 50px 10px 0;*/
	vertical-align: top;
	float: left;
	border: 1px solid #8fcee9;
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 999;
	width: 130px;
	font-size: 12px;
}


.languagepicker:hover {
	/* don't forget the 1px border */
	height: 81px;
}

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

.languagepicker li {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	border-top: 1px solid #EEE;
}

.languagepicker li:hover {
	background-color: #2283ab;
	color: #8fcee9;
}

.languagepicker a:first-child li {
	border: none;
	background: #2283ab !important;
	color: #fff;
}

.mt25 {
	margin-top: 25px;
}

.languagepicker li img {
	margin-right: 5px;
}

.roundborders {
	border-radius: 5px;
}

/*SIDE MENU BAR START*/
.side-navbar {
	background-color: #ffffff;
	color: #666666;
}

.side-navbar li a {
	color: #666666;
}

.side-navbar li.active a {
	color: #fff;
}

.side-navbar li.active a .icon-light {
	color: #fff;
}

.side-navbar .sidenav-header {
	background-color: #388aae;
	color: #fff;
}

nav.navbar {
	padding: .8rem 1.5rem;
}

nav.navbar a.menu-btn {
	background-color: rgba(174, 194, 202, 0.3);
}

.language-dropdown {
	margin-right: 20px;
}

#languages span {
	margin-left: 10px;
}

.side-menu>li>a .icon-holder {
	border-radius: 6px;
	display: inline-block;
	font-size: 17px;
	height: 35px;
	left: 0;
	line-height: 35px;
	margin-right: 8px;
	position: relative;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 35px;
}

.side-navbar li a {
	font-weight: 500;
	padding: 6px 12px 6px 12px;
}

.icon-blue {
	color: #2196f3;
}

.icon-brown {
	color: #795548;
}

.icon-deep-orange {
	color: #ff5722;
}


.icon-deep-purple {
	color: #673ab7;
}

.icon-indigo {
	color: #a0aade;
}

.icon-white {
	color: #ffffff;
}

.icon-light-blue {
	color: #03a9f4;
}

.icon-pink {
	color: #e91e63;
}

.icon-orange {
	color: #ff9800;
}

.icon-purple {
	color: #9c27b0;
}

.icon-red {
	color: #faa7a0;
}

.icon-teal {
	color: #009688;
}

.icon-light {
	color: #000;
}

.side-navbar.shrink span.title,
.side-navbar.shrink h5.title {
	display: none;
}

.side-menu a:hover .menu-icon {
	color: #ffffff;
}

nav.navbar .dropdown-toggle::after {
	content: "";
	font-family: "Arial";
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;

	border-top: 4px solid black;
	margin-top: 2px;
}

li.active .menu-icon {
	color: #ffffff;
}

/*SIDE MENU BAR END*/


table.grey-header th {
	background-color: #666;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 5px;
}

table.blue-header th {
	background-color: #64b7e3;
	color: #ffffff;
	padding-top: 8px;
	padding-bottom: 5px;
}

.hide {
	display: none !important;
}

.p10 {
	padding: 10px !important;
}

input[type="checkbox"] {
	width: 15px;
	height: 15px;
}

.position-log-tbl th,
.position-log-tbl td {
	border-top: none;
	padding: 0;
	font-size: 13px;
}

.position-log-tbl td.trip-separator div {
	background-color: #cccccc;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.form-wrapper-map {
	/*margin-top:15px;*/
	margin-bottom: 15px;
	font-size: 13px;
}

.form-wrapper-map .tracker-combo {
	width: 300px;
	margin-right: 20px;
}

.form-wrapper-map .date-control {
	margin-right: 20px;
}

.form-wrapper-map span.label {
	margin-right: 15px;
}

.form-wrapper-map select,
.form-wrapper-map input,
.trackers-chooser select,
.trackers-chooser input {
	font-size: 14px;
}

.btn-md {
	padding-top: 7px;
	padding-bottom: 7px;
}

select option {
	color: #000000 !important;
}

#tbody-rt-list tr:first-child td {
	padding-top: 10px;
}

.table-sm {
	font-size: 13px;
}

.alert-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}

.alert-box .close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.alert-box .alert-danger+div.close {
	color: #721c24;
}

.alert-box .alert-success+div.close {
	color: #155724;
}


.alert-box .alert-info+div.close {
	color: #0c5460;
}

.add-edit-mode {
	margin-top: 15px;
	width: 50%;
}

.jconfirm-buttons {
	background-color: #f7f7f7;
}

.jconfirm-content {
	font-size: 14.4px;
	font-size: 0.9rem;
}

.check-box-w-label {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px !important;
}

.mr5 {
	margin-right: 5px;
}


.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.add-plc-msg {
	line-height: 37px;
	color: #666666;
}

.clearbth {
	clear: both;
}

.map-wrapper {
	position: relative;
}

.map-searchbox {
	position: absolute;
	z-index: 99;
	width: 500px;
	right: 10px;
	top: 10px;
}

#gmap-search {
	max-width: 30%;
	margin-top: 20px;
}

.div-border-top {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}

a span.fi-edit {
	color: #00a646;
}

a span.fi-trash {
	color: #666666;
}

a span.fi-edit:before,
a span.fi-trash:before {
	font-size: 18px;
}

form label,
form legend {
	font-size: 14.4px !important;
	font-size: 0.9rem !important;
}

.account-info-wrapper {
	display: none;
}

span.icon {
	margin-right: 15px;
}

.icon-form label {
	color: #666666;
}

.sp-uname {
	font-size: 12px;
	font-weight: bold;
}

.sp-fullname {
	font-size: 12px;
}

.sp-info {
	font-size: 12px;
	margin-bottom: 10px;
}

.card .label {
	font-size: 13px;
}

input::placeholder {
	font-size: 14px !important;
}

.div-label-text {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
}

tr.light-grey th {
	background-color: #f4f7fa;
	color: #666666;
}

.card-subtitle {
	font-size: 13px;
	color: #888888;
}

td.tripseparator {
	background-color: #84b9b1;
	height: 1px;
	padding: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.print-day {
	background-color: #e1eaf2;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}

tr.tr-separator+tr td,
tr.tr-printday+tr td {
	padding-top: 8px
}

td.journal-entry-address {
	padding-left: 10px;
}

input.triplog-note {
	font-size: 12px;
	padding: .275rem .55rem;
	max-width: 500px;
	border-color: #f4f7fa;
	margin-bottom: 8px;
	margin-top: 5px;
	margin-right: 5px;
	display: inline;
	font-weight: bold;
}

.input-border {
	border: 1px solid rgba(128, 189, 255, 1) !important;
}

.btn-save-note-triplog {
	color: #999999;
	display: none;
	margin-right: 5px;
	font-weight: normal;
}

.btn-delete-note-triplog {
	display: none;
}

.btn-cancel-note-triplog {
	color: #999999;
	display: none;
	font-weight: normal;
}

.checked-in-info {
	font-size: 13px;
	margin-top: 20px;
}

.checked-in-info .mr10 {
	color: #d32f2f;
}

.choose-trip {
	margin-top: 20px;
}

.choose-trip label {
	font-size: 13px
}

tr.default-driver td {
	background-color: #e6f7ff;
	color: #525252;
}

.error-border {
	border: 1px solid #d32f2f;
}

table.tbl-one-col td,
table.tbl-one-col th {
	padding-left: 15px;
}

table.tbl-one-col label {
	display: block;
	width: 100%;
}

table.tbl-one-col td input {
	margin-right: 20px;
}

table.alt-header th {
	background-color: #e1eaf2;
	color: #000000;
}

.pagination-div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.sub-button-container {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 13px;
}

/*input.triplog-note:focus+ .btn-save-note-triplog{
	display:inline;
}*/

#frmGeoDayTimeSelect tr:first-child td {
	padding-top: 10px;
}

.click-to-openmaps {
	cursor: pointer;
}

.summary__result div.fleft {
	border-bottom: 1px solid #cbe3fa;
	width: 60%;
	padding: 5px;
	font-weight: bold;
}

.summary__result div.fright {
	border-bottom: 1px solid #cbe3fa;
	width: 40%;
	padding: 5px;
}

.summary__result div.fleft.no-border,
.summary__result div.fright.no-border {
	border: none;
}

.cz-total-row td {
	font-weight: bold;
	border-top: 3px solid #cccccc;
}

.btn-white {
	background-color: rgb(240, 240, 240);
	border-color: rgb(218, 218, 218);
}

.floated-lbls {
	padding: 3px;
	margin-right: 5px;
	background-color: #f0f0f0;
	color: #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.main-account {
	margin-left: 15px;
	padding: 3px 6px;
	margin-right: 5px;
	background-color: #f3dccf;
	color: #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

.even .floated-lbls {
	background-color: #ffffff;
}

.odd .floated-lbls {
	background-color: #f0f0f0;
}

.keyword-div {
	margin-right: 15px;
}

.search-btn {
	padding: .375rem .75rem;
}

.ml10 {
	margin-left: 10px;
}

.chosen-container {
	width: 100% !important;
}

.custom-jconfirm.jconfirm .jconfirm-box,
.custom-jconfirm.jconfirm .jconfirm-box div.jconfirm-content-pane,
.custom-jconfirm.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll,
.custom-jconfirm.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
	overflow: visible;
}

.even-row {
	background-color: #ffffff;
}

.odd-row {
	background-color: #f2f2f2;
}

.long-form .form-group {
	margin-bottom: 0;
}

.long-form .form-control {
	padding: 0 0.75rem;
	font-size: 0.80rem !important;
}

.long-form input.form-control {
	height: 35px;
}

.long-form .owner-info {
	font-size: 13px;
	color: #1b6483;
	font-weight: bold;
}

.long-form .owner-info i {
	font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
	/* Firefox */
}

@media (min-width: 768px) {
	.container-fluid {
		padding: 0;
	}
}


.gm-style-mtc div[role="button"] {
	height: 30px !important;
	padding: 0px 12px !important;
	font-size: 14px !important;
}

.gm-svpc {
	width: 30px !important;
	height: 30px !important;
}

.gm-svpc div:nth-child(2) img:first-child {
	width: 13.5px !important;
	height: 22.5px !important;
	left: -7px !important;
	top: -11px !important;
}

.gm-svpc div:nth-child(2) img:nth-child(2) {
	width: 13.5px !important;
	height: 22.5px !important;
	left: -7px !important;
	top: -11px !important;
}

.gm-svpc div:nth-child(2) img:nth-child(3) {
	width: 24px !important;
	height: 30px !important;
	left: -13.5px !important;
	top: -13.5px !important;
}

.gm-bundled-control div.gmnoprint div:first-child {
	width: 30px !important;
	height: 60.75px !important;
}

.gm-bundled-control div.gmnoprint div:first-child button {
	width: 30px !important;
	height: 30px !important;
}

.gm-bundled-control div.gmnoprint div:first-child button img {
	width: 13.5px !important;
	height: 13.5px !important;
	margin: 6.75px 8.25px 9.75px !important;
}

.small-font {
	font-size: 13px !important;
}

.small-width {
	max-width: 120px;
}

.red-exclamation {
	/*display: block;
  position: absolute;
  left: 0;
  top: 0;*/
	content: "!";
	border-radius: 50%;
	background-color: #c92472;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	color: yellow;
	margin-left: 15px;
	font-weight: normal;
	cursor: pointer;
}

.private__checkbox {
	vertical-align: middle;
}

span.hint {
	font-size: 12px;
	color: #999999;
}

.advanceOptBtn {
	padding-bottom: 5px;
	font-size: 14px;
	color: #999999;
}


tr.GTIGL,
tr.GTNMR,
tr.GTNMD {
	background-color: #f0f0f0 !important;
}

table.blue-header td,
table.blue-header th {
	border: none;
	border-left: 1px solid #64b7e3;
	border-bottom: 1px solid #64b7e3;
}

table.blue-header tbody td {
	color: #000000;
}

.removeSoftware {
	cursor: pointer;
}

.UserAccountStatus-0 {
	background-color: #ffe0e0 !important;
}

.UserAccountStatus-0 td a.loop-delete {
	color: #28a745;
}

tr.erlang-but-not-in-csharp td {
	background-color: #ffd7d7;
}


tr.csharp-but-not-in-erlang td {
	background-color: #fff9df;
}

td.column-highlight {
	background-color: #ffff9f;
}

label.label-material.label-icon.label-username.active,
label.label-material.label-icon.label-password.active {
	color: rgb(170, 170, 170);
}

td.announcement-mode a {
	padding-left: 10px;
}

.unRegistered,
.unRegistered:hover {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #fff;
}

.logged-imeis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

.logged-imeis-expanded {
	word-wrap: break-word !important;
	font-size: 12px;
}

.span-imei-list {
	width: 80%;
	margin-right: 10px;
}

.tracker-log-details-window .form-group {
	border-bottom: 1px solid #ccc;
}

.tracker-log-details-window .form-group:last-child {
	border: none;
}

.tracker-log-details-window .col-form-label {
	padding-top: 0;
}

.log-excel:before {
	line-height: 10px;
}

.add-edit-tracker-jconfirm .jconfirm-content-pane {
	overflow: auto !important;
}

table.grey-header .input-controller>th {
	background-color: transparent;
}


.input-controller th>div {
	position: relative;
}

td.bordered {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.relative-div {
	position: relative;
}

.relative-div .bootstrap-datetimepicker-widget table td,
.relative-div .bootstrap-datetimepicker-widget table td span:not(.timepicker-hour):not(.timepicker-minute) {
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
}

.relative-div td.separator {
	vertical-align: middle;
}

.relative-div .bootstrap-datetimepicker-widget a[data-action] {
	padding: 0;
}

.btn-transparent {
	background-color: transparent;
}

.btn-transparent:focus {
	box-shadow: none;
}
.blebulkUpdateTable{
	max-height: 500px;
	overflow-y: auto;
}
.bulkUpdateTable{
	max-height: 800px;
	overflow-y:auto;
}
.hint{
	font-size: 12px;
}
.hide-deleted-text{
	position: relative;
	bottom: 2px;
	color:#495057;
	font-size: 14px;
}


.modal-class-forWidth {
	width: 900px
}

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?zczgs1');
	src:  url('../fonts/icomoon.eot?zczgs1#iefix') format('embedded-opentype'),
	  url('../fonts/icomoon.ttf?zczgs1') format('truetype'),
	  url('../fonts/icomoon.woff?zczgs1') format('woff'),
	  url('../fonts/icomoon.svg?zczgs1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	/* font-family: 'icomoon' !important; */
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-ordericon-1:before {
	content: "\e900";
  }

  .icon-holder .menu-icon {
    font-family: 'icomoon' !important;
	font-size: 22px;
} 
  


  /*Pagination start*/
.order-pagination-div {
	text-align: center;
	width: 100%;
}

.order-pagination-div .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.order-pagination-div .pagination>li {
	display: inline;
}

.order-pagination-div .pagination>li:first-child>a,
.order-pagination-div .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.order-pagination-div .pagination>.disabled>a,
.order-pagination-div .pagination>.disabled>a:focus,
.order-pagination-div .pagination>.disabled>a:hover,
.order-pagination-div .pagination>.disabled>span,
.order-pagination-div .pagination>.disabled>span:focus,
.order-pagination-div .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.order-pagination-div .pagination>li>a,
.order-pagination-div .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #2283ab;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #2283ab;
	margin: 0 2px;
}

.order-pagination-div .pagination>li.active>a {
	background-color: #2283ab;
	color: #fff;
}

.searchable {
    position: relative; /* Set positioning context for the dropdown */
}

.searchable input {
    width: 100%;
    height: 40px;
   
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    display: block;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
}

.searchable ul {
    display: none;
    position: absolute; /* Position absolutely to overlay on top */
    top: 100%; /* Place dropdown below the input */
    left: 0;
    width: 97%; /* Match input width */
    margin-left: 3% !important;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #add8e6;
    border-top: none;
    max-height: 180px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 1000; /* Ensure it appears on top */
}

.searchable ul li {
    padding: 7px 9px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    color: #6e6e6e;
    position: relative;
}

.searchable ul li.selected {
    background-color: #e8e8e8;
    color: #333;
}

.searchable ul li:hover {
    background-color: #f1f1f1;
}
.action-color{
    text-align:center; padding:3px; width:100px; border-radius:5px; color:white;
}
.btn-Unregister{
    background-color: #dbad5e;
}
.btn-red{
    background-color: red;
}
.btn-green{
    background-color: #4CAF50;
}

.btn-gray{
    background-color: gray;
}
.btn-pink{
    background-color: pink;
}
.btn-black{
    background-color: black;
}
.btn-blue{
    background-color: blue;
}
.btn-orange{
    background-color: orange;
}
.btn-default{
    background-color: #a3adab;
}
.white-label-images{
    width: 5%;display:none;
}

.gap-10{
    gap: 10px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
	top: 3px;
	right: 0;
}