html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

body {
	width: 100%;
	height: 100%;
	position: fixed;
}

.dropdown-menu .live-feed a:hover {
	background: #eee !important;
}


.map-marker-label-for-single-vehicle {

	border: 1px solid #3c3c3c;
	border-radius: 5px;
	padding: 3px;
	background: #e3f4e8;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	top: -25px !important;
}

.map-marker-label {

	border: 1px solid #3c3c3c;
	border-radius: 5px;
	padding: 3px;
	background: #e3f4e8;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 10px;

}

.live-feed-overlay {
	width: 390px;
	margin-top: 50px;
	right: 0px;
	position: fixed;
	z-index: 900;
	opacity: 0.95;
	background: white;
	overflow-y: auto;
	overflow: visible;
	border: 1px solid #ccc;
	-webkit-transform: translateX(390px);
	-moz-transform: translateX(390px);
	-ms-transform: translateX(390px);
	-o-transform: translateX(390px);
	transform: translateX(390px);
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.live-feed-overlay .sidebar-item-text {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 13px;
	color: #919191;
	font-weight: 300;
}

.live-feed-overlay a h4 {
	color: white !important;
	font-weight: 700;
	font-size: 24px;
}

.map_container {
	position: relative;
	height: 100%;
}

.map_container .map_canvas {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.full-screener {
	position: absolute;
	font-size: 20px;
	top: 65px;
	left: 10px;
	background: white;
	padding: 7px 8px;
	border: 1px solid #ccc;
	height: 36px;
	width: 36px;
}

.full-screener:hover {
	cursor: pointer;
	color: darkorange;
}

html:-moz-full-screen .fullscreener {
	color: darkorange;
}

html:-webkit-full-screen .fullscreener {
	color: darkorange;
}

html:-ms-fullscreen .fullscreener {
	color: darkorange;
}

html:fullscreen .fullscreener {
	color: darkorange;
}

.gm-style-iw {
	max-height: 100px;
	height: auto;
	min-width: 250px;
	overflow: hidden;
}

.gm-style-iw h4 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	cursor: pointer;
}

body {
	background: #f2f2f2;
}

.live-feed {
	top: 90px !important;
	padding-bottom: 50px !important;
}

#deviceSpeedChart {
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 0.8;
	height: 100px;
}

.list-group-buttons {
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 1.3;
}

.navbar-main-top {
	opacity: 0.99;
	border-bottom: 1px solid #24a337;
	min-height: 30px;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-device a {
	padding: 6px 15px;
}

.navbar-device button {
	display: none !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #efefef;
	color: #ffffff;
}

.gm-style-iw div {
	overflow: hidden !important;
}

input.search-device {
	width: 350px;
	margin: 5px;
	padding: 5px;
	padding-left: 30px;
	border: 1px solid #c1c1c1;
	background-image: url('../images/icon-search.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #919191;
	font-weight: 200;
}

h4.list-group-item-heading.device-name {
	color: #074C11 !important;
	font-weight: 500 !important;
	font-size: 15px !important;
}

h3.sidebar-item-heading.od-name {
	font-size: 22px;
	font-weight: 400;
	color: black;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4.sidebar-tab-heading {
	margin-bottom: 0px;
	padding: 5px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #626262;
}

.live-feed-overlay .separator {
	width: 15%;
	height: 2px;
	background: #4378dd;
	margin-bottom: 5px;
}

p.list-group-item-text {
	color: #919191;
}

.fa {
	width: 15px;
	text-align: center;
}

input.search-device:focus {
	outline: none;
	border-color: #A5C1FF;
	box-shadow: none;
}

span.od-number {
	color: #919191;
	font-size: 14px;
	font-weight: 500;
}

.start-timepicker,
.end-timepicker {
	outline: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 7px;
	font-size: 14px;
	line-height: 1.3;
	color: #666;
	display: inline-block;
	float: right;
	width: 290px;
	margin-right: 10px;
}

.start-timepicker:focus,
.end-timepicker:focus {
	border-color: #4378dd;
}

div#routeSpeed {
	position: absolute;
	top: 65px;
	left: 95px;
}

button#dropdownMenu1 {
	font-size: 15px !important;
	background: gray;
	border: 1px solid gray;
	height: 36px !important;
	color: white;
}

ul#speedDropdown {
	min-width: 100px !important;
}

#gmap-marker {
	opacity: 0;
}

.navbar-link {
	padding: 14px !important;
	color: #24a337 !important;
	font-weight: 400;
	border-right: 1px solid #eee;
	font-size: 20px;
}

.detail-tab {
	display: table-cell;
	height: 34px;
	width: 130px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #c4cedf;
	text-decoration: none;
	color: black;
	cursor: pointer;
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(196, 206, 223, 0.4);
	font-size: 12px;
}

.detail-tab.active {
	border-bottom: 2px solid #4378dd;
	text-decoration: none;
	background-color: #f2f3f7;
	font-weight: bold;
	border-top: 2px solid rgba(0, 0, 0, 0);
}

.detail-tab:hover {
	background-color: #f2f3f7;
}

.live-feed-overlay .tabs-container {
	width: 100%;
	display: table;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.overlay-wide {
	font-size: 14px;
	box-sizing: border-box;
	float: left;
	width: 46%;
	border-bottom: 1px solid #e2e6ec;
	border-top: 1px solid rgba(0, 0, 0, 0);
	padding: 5px 0;
}

.overlay-wide .text {
	float: left;
	color: #555;
}

.overlay-wide .value {
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	margin-top: 3px;
	display: inline-block;
}

.overlay-wide:nth-child(2n+1) {
	margin-left: 0.5%;
}

.overlay-wide:nth-child(2n) {
	margin-left: 3%;
}

.live-feed-overlay .device-overlay {
	position: relative;
	padding-top: 5px;
	padding-left: 10px;
}

.overlay-time {
	font-size: 14px;
	box-sizing: border-box;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0);
	padding: 5px 0;
	text-align: center;
}

.overlay-time .text {
	float: left;
	padding: 7px 4px;
}

.live-feed-overlay.shown {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.route-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #A6AAB1;
}

a.show-button,
a.hide-button {
	cursor: pointer;
	border: 1px solid #C3CDDE;
	border-radius: 2px;
	display: block;
	vertical-align: middle;
	text-align: center;
	font-weight: 300;
	margin-right: 10px;
}

span.route-btn-show {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	color: #333;
	text-align: center;
}

span.route-btn-hide {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	color: #B80000;
	text-align: center;
}

/* Overlay Close button */
.live-feed-overlay.shown .exit {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.live-feed-overlay .exit,
.live-feed-overlay .exit:active {
	text-decoration: none;
}

.live-feed-overlay .exit {
	position: absolute;
	top: -1px;
	left: -36px;
	font-size: 22px;
	box-shadow: -1px -1px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0px, 0px, 0px) rotateY(-90deg);
	-moz-transform: translate3d(0px, 0px, 0px) rotateY(-90deg);
	-ms-transform: translate3d(0px, 0px, 0px) rotateY(-90deg);
	-o-transform: translate3d(0px, 0px, 0px) rotateY(-90deg);
	transform: translate3d(0px, 0px, 0px) rotateY(-90deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-style: flat;
	transition: transform 0.6s 0.4s;
	-webkit-backface-visibility: hidden;
	pointer-events: all;
	-webkit-transform-origin: 100% 50%;
}

.btn-close {
	width: 36px;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	background-color: #313a49;
	padding: 0;
	line-height: 36px;
	border-radius: 0px;
	height: 36px;
}

a.btn-close.exit .fa {
	padding-top: 5px;
	color: white;
	-webkit-font-smoothing: antialiased;
}

span.route-time-error {
	font-size: 13px;
	padding-left: 5px;
}

.pageheader {
	padding: 15px;
	border-bottom: 1px solid #d3d7db;
	border-top: 1px solid #eee;
	background: #f7f7f7;
	position: relative;
	overflow: hidden;
}

.pageheader h2 {
	font-size: 28px;
	color: #1D2939;
	letter-spacing: -0.5px;
	margin: 0;
	float: left;
	display: inline-block;
}

.pageheader .fa {
	font-size: 24px;
	margin-right: 5px;
	padding: 6px 7px;
	border: 2px solid #1D2939;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 40px;
}

/* Badge Colours */
span.badge.priority-high {
	background-color: #E18700;
}

span.badge.priority-normal {
	background-color: #35AF99;
}

span.badge.priority-low {
	background-color: #51C1FF;
}

span.badge.priority-closed {
	background-color: #999999;
}

span.badge.badge-green {
	background-color: #449d44;
}

span.badge.badge-red {
	background-color: #d9534f;
}

.subtitle {
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 400;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.work-order-details {
	font-size: 14px;
	color: #666;
}

/* comment list */
.comment-list .media {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}

.comment-list .media-object {
	width: 60px;
	margin-right: 10px;
}

.comment-list h4 {
	margin: 0;
	color: #333;
	font-size: 16px;
}

.comment-list .media-body {
	font-size: 13px;
	position: relative;
}

.comment-list .reply {
	padding: 3px 8px;
	line-height: normal;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.comment-list .media-body p:last-child {
	margin-bottom: 0;
}

.comment-list .media-body .media:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.text-muted {
	color: #999;
}

label {
	font-weight: 400 !important;
}

.details-label {
	font-weight: 500;
}

.tableDevices {
	font-size: 15px;
	color: #666;
}

.device-actions ul {
	list-style-type: none;
	padding: 0px;
}

li.list-action-item {
	padding: 5px;
	border-bottom: 1px solid #c1c1c1;
	margin-right: 15px;
}

li.list-action-item a {
	text-decoration: none;
}

.state-filter,
.show-devices,
.show-geofences {
	display: inline-block;
	text-align: center;
	padding: 4px !important;
	padding-right: 7px !important;
	line-height: 32px;
	border-radius: 0px;
	height: 36px;
	position: absolute;
	top: 120px;
	right: 0px;
	box-shadow: -1px -1px 5px 1px rgba(0, 0, 0, 0.3);
	-webkit-transform-style: flat;
	transition: transform 0.6s 0.4s;
	text-decoration: none;
	z-index: 100;
}
.state-filter .fa,
.show-devices .fa,
.show-geofences .fa {
	padding-top: 5px;
	color: white;
	-webkit-font-smoothing: antialiased;
}

.list-item .overlay-wide {
	border: 0px;
	padding-top: 3px;
}

.mapControls {
	left: 0 !important;
	bottom: 25px !important;
	margin-left: 15px !important;
	line-height: 1;
}

#sortable1,
#sortable2 {
	border: 1px solid #eee;
	width: 100%;
	min-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
	height: 370px;
	overflow-y: auto;
}

#sortable1 li,
#sortable2 li {
	margin: 0 5px 5px 5px;
	padding: 10px;
	font-size: 1.2em;
}

/*Fixed table header*/
.table-fixed thead {
	width: 97%;
}

.table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
	display: block;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
	float: left;
	border-bottom-width: 0;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	/* make things invisible upon start */
	-webkit-animation: fadeIn ease-in 1;
	/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;
	/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-duration: 1s;
}

.fade-in.one {
	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.fade-in.two {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.fade-in.three {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.dwnloadlistviewBtn {
	color: #2780e3;
	border: 1px solid #2780e3;
	background: white;
}

.wrap-and-truncate {
	white-space: nowrap !important;
	max-width: 400px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}