.icon-outline {
   text-shadow:
    1px 1px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000 !important;
}
#accordion .panel {
	border: none;
	background: transparent;
	border-radius: 0;
}
#accordion .panel li {
	background: transparent;
}
/* Asset Marker */
.asset-marker-sm {
  font-size:26px !important;
}
.asset-marker-md {
  font-size:36px !important;
}
.asset-marker-lg {
  font-size:46px !important;
}
.asset-inner-sm {
  font-size:24px !important;
  margin-top:-38px !important;
  margin-left:1px !important;
  display:block;
}
.asset-inner-md {
  font-size:32px !important;
  margin-top:-38px !important;
  margin-left:2px !important;
  display:block;
}
.asset-inner-lg {
  font-size:42px !important;
  margin-top:-39px !important;
  margin-left:2px !important;
  display:block;
}
.asset-icon-sm {
  font-size:13px !important;
  margin-top:-39px !important;
  margin-left:5px !important;
  display:block;
}
.asset-icon-md {
  font-size:18px !important;
  margin-top:-41px !important;
  margin-left:7px !important;
  display:block;
}
.asset-icon-lg {
  font-size:25px !important;
  margin-top:-42px !important;
  margin-left:8px !important;
  display:block;
}
.asset-notify-sm {
  font-size:11px !important;
  margin-top:-40px !important;
  margin-left:4px !important;
  display:block;
}
.asset-notify-md {
  font-size:16px !important;
  margin-top:-42px !important;
  margin-left:6px !important;
  display:block;
}
.asset-notify-lg {
  font-size:22px !important;
  margin-top:-44px !important;
  margin-left:6px !important;
  display:block;
}
.vehicleOuter, .vehicleInner, .vehicle {
	position: absolute;
	margin-left: -16px;
	z-index: 99;
}
.vehicleOuter {
	font-size: 50px;
	margin-top: -28px;
	/* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}
.vehicleInner {
	font-size: 33px;
	margin-top: -34px;
	padding-left: 3px;
	color: #fff !important;
}
.vehicle {
	font-size: 23px;
	margin-top: -30px;
	padding-left: 6px;
	line-height: 9px;
}

.ib-close{
	top: 12px !important;
	right: 14px !important;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.marker-route-bg {
	display: inline-block;
	height: 16px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid white;
	margin-top:3px;
}
.bg-gray > div {
	margin-top: 5px;
}

#loader{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	flex-direction:row;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	-mos-flex-direction:row;
	-o-flex-direction:row;
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	height:100%;
	width:100%;
	background-color:#f7f7f7;    
}
.letter{
    font-size:35px;
    color:#222;
    font-family:tahoma;
}
.box{
    display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.eta, .etain, .etacore{
     border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
}
.eta, .letter, .eta, .etain, .etacore{
    flex:none;
    -webkit-flex:none;
    -moz-flex:none;
    -ms-flex:none;
    -o-flex:none;
}
.letter, .eta{
    align-self:center;
    -webkit-align-self:center;
    -moz-align-self:center;
    -o-align-self:center;
    -ms-align-self:center;
}
.eta{
    align-items:center;
    -ms-align-items:center;
    justify-content:center;
    -ms-justify-content:center;
    height:40px;
    width:40px;
    background-color: #0A3360;
}
.etain{
    align-self:center;
    -ms-align-self:center;
    justify-content:center;
    -ms-justify-content:center;
    height:50%;
    width:50%;
    background-color:#f7f7f7;
    -webkit-animation-name:etaAnimate;
    -webkit-animation-duration:500ms;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    
}
.etacore{
    align-self:center;
    -ms-align-self:center;
    height:25%;
    width:25%;
    background-color: #0A3360;
    -webkit-animation-name:etaCoreAnimate;
    -webkit-animation-duration:1s;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
}
@-webkit-keyframes etaAnimate{
        to{ height:90%; width:90%; }
}
@keyframes etaAnimate{
    to{ height:90%; width:90%; }
}
@-webkit-keyframes etaCoreAnimate{
    to{ height:90%; width:90%; }
}
@keyframes etaCoreAnimate{
    to{ height:90%; width:90%; }
}
.icon.icon-search {
	font-size: 25px;
	position: absolute;
	right: 12px;
	line-height: 15px;
	z-index: 99;
	padding: 0.45em;
	margin-top: -1px;
}
.sb-search-input {
	position: absolute;
	top: 0;
	/* right: -10px; */
	border: none;
	outline: none;
	width: 90%;
	height: 35px;
	margin: 0;
	z-index: 10;
	margin-top: 20px;
	padding-left: 15px;
	font-family: inherit;
	font-size: 14px;
	margin-left: -5px;
	outline: 0;
}
.mini-submenu {
	display: none;
}
.get-app {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 25px;
	text-align: center;
}
.get-app-text {
	position: relative;
	top: 2px;
	font-size: 14px;
}
.get-app a {
	margin: 1px 4px;
	font-size: 20px;
	text-decoration: none;
	outline: none;
}

.img-container .logo-container {
	max-width: 230px;
	max-height: 90px;
	margin-right:0.2em;
}


@media screen and (max-width: 767px) {
	.img-container .logo-container {
		max-height: 70px;
	}
}

.color-box1 {
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	left: 90px;
	top: 16px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.color-box2 {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: -3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.check1 {
	padding-left: 17px;
}
.check2 {
	padding-left: 20px;
}
.slide-header {
	position: relative;
	cursor: pointer;
}
.plus-minus {
	display: inline-block;
}
.cst label {
	font-weight: 1000px;
	font-size: 16px;
	top: 13px;
}
.modal .cst label {
	font-size: 14px;
	font-weight: 10px;
}
.toggleText {
	display: inline-block;
	font-weight: bold;
	line-height: 18px;
	font-size: 18px;
	cursor: pointer;
}
.panel-message {
	clear: both;
	text-align: center;
	padding: 10px;
}
.routeSelect {
	display: block !important;
	clear: both !important;
	margin-left: 30px !important;
}
.text {
	font-size: 15px;
	font-family: verdana;
	text-align: left;
	padding-left: 10px ! important;
}
#announcements {
	padding-left: 50px;
	padding-top: 6px;
	padding-bottom: 5px;
}
.sponsors {
	float: left;
	margin: 0px 0px 17px 17px;
}

.sponsors img {
	max-width: 128px;
	max-height: 128px;
}
@media screen and (min-width: 767px) {

	.img-container {
		width: 100%;
		text-align: center;
		line-height: 90px;
		height: 90px;
		margin-bottom: 8px;
	}
	.row {
		margin-right: -15px;
		margin-left: 0px;
	}
	.title {
		margin-top: 1px;
		margin-left: 65px;
		padding-top: 8px;
		color: #fff;
		font-size: 16px;
	}
	input.switch:empty {
		margin-left: -999px;
	}
	.InfoContainer {
		width: 430px;
		overflow: hidden;
	}
	input.switch:empty ~ label {
		position: relative;
		float: left;
		line-height: 1.4em;
		text-indent: 1.0em;
		margin: 0.2em 0;
		cursor: pointer;
		margin-top: 15px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	input.switch:empty ~ label:before, input.switch:empty ~ label:after {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: -22px;
		content: ' ';
		width: 2.3em;
		border-radius: 1em;
		-webkit-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	input.switch:empty ~ label:after {
		width: 1.1em;
		top: 0.1em;
		bottom: 0.1em;
		margin-left: 0.1em;
		border-radius: 1em;
	}
	input.switch:checked ~ label:after {
		margin-left: 1.1em;
	}
	.navbar-brand {
		margin-top: -5px;
		max-width: 270px;
		margin-left: -6px;
		float: left;
		/* margin-left: -145px; */
	}
	.half-chevron-text {
		padding-top: 8px;
		position: absolute;
		top: -4px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 17px;
		z-index: 2;
	}
	.half-chevron {
		height: 35px;
	}
	.chevron, .half-chevron {
		position: relative;
		text-align: center;
		padding: 0px;
		margin-bottom: 5px;
		height: 40px;
		width: 100%;
		z-index: 1;
	}
	.chevron::before, .half-chevron::before {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 50.2%;
		sform: skew(0deg, 3deg);
	}
	.chevron::after, .half-chevron::after {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
		width: 50%;
	}
	.chevron-text {
		position: absolute;
		top: 10px;
		left: 0px;
		width: 100%;
		text-align: center;
		font-size: 17px;
		z-index: 2;
	}
	.left_menu {
		margin-top: 26px;
		float: left;
	}
	.mini-submenu {
		display: none;
		border-radius: 4px;
		padding: 9px 0;
		position: relative;
		width: 42px;
		cursor: pointer;
	}
	
	.powred {
		display: block;
		text-decoration: none;
		position: fixed;
		bottom: 20px;
		right: 0px;
		font-size: 10px;
		background-position: 12px 8px;
		padding: 15px 18px 18px 60px;
	}
	.collapsable div .plus-minus:after {
    content: "[-]";
	}
	
	.collapsable.collapsed .plus-minus:after {
	    content: "[+]";
	}
	
}
@media screen and (max-width: 767px) {
	.img-container .logo-container{ 
		min-width: inherit !important;
	}
	.img-container { 
		text-align: center;
		line-height: 70px;
		height: 70px;
	}
	.title {
		margin-top: -2px;
		padding-top: 8px;
		padding-left: 115px;
		color: #fff;
		font-size: 16px;
	}
	
	#cls_btn {
		opacity: 1;
		float: right;
		margin-right: -8px;
	}
	#cls_btn_route {
		margin-top: -39px;
		color: #fff;
		opacity: 1;
		float: right;
		margin-right: 5px;
	}
	#panel_route_modal {
		max-height: 200px;
	}
	#routes-body {
		padding-bottom: 40px;
		padding-left: 34px;
	}
	.sb-search-input {
		margin-left: -15px;
	}
	body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom
		{
		margin-right: 0px !important;
	}
	.InfoContainer {
		overflow: hidden;
		/* width: 300px; */
	}
	#myModal {
		vertical-align: middle;
		top: 100px;
		margin: 0.5em auto;
	}
	.checkbox-default {
		margin-top: 15px;
	}
	.modal-dialog {
		margin-top:10px;
	}
	input.switch:empty {
		margin-left: -999px;
	}
	input.switch:empty ~ label {
		position: relative;
		float: left;
		line-height: 1.6em;
		text-indent: 4em;
		margin: 0.1em 13px;
		cursor: pointer;
		margin-top: 12px;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	input.switch:empty ~ label:before, input.switch:empty ~ label:after {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		left: 13px;
		content: ' ';
		width: 2.5em;
		border-radius: 1em;
		-webkit-transition: all 100ms ease-in;
	}
	input.switch:empty ~ label:after {
		width: 1.2em;
		top: 0.1em;
		bottom: 0.1em;
		margin-left: 0.1em;
		border-radius: 1em;
	}
	
	input.switch:checked ~ label:after {
		margin-left: 1.2em;
	}
	.navbar-fixed-top {
		border: 0px;
	}
	/* 	.navbar-nav ul, li {
		display: none;
	}
	 */
	.navbar-ex1-collapse {
		float: right;
		width: 210px;
		padding-top: 12px;
	}
	.navbar-ex1-collapse ul li {
		text-align: left;
		font-size: 18px;
		font-weight: 10px;
		padding-left: 30px;
		z-index: 2;
		padding-bottom: 14px;
	}
	.navbar-ex1-collapse ul li:hover {
		text-align: left;
		font-size: 18px;
		font-weight: 10px;
	}
	.plus-minus {
		display: none;
	}
	.left_menu {
		margin-top: 18px;
		float: left;
		height: 36px;
		margin-left: 1px;
		font-size: 35px !important;
	}
	.mini-submenu {
		display: none;
		border-radius: 4px;
		padding: 9px 0;
		position: relative;
		width: 39px;
		cursor: pointer;
		font-size: 35px !important;
	}
	.powred {
		display: block;
		text-decoration: none;
		position: fixed;
		bottom: 16px;
		right: 0px;
		font-size: 10px;
		background-position: 8px 8px;
		padding: 10px 11px 11px 45px;
	}
}
.modal {
	position: fixed;
	top: 15%;
	overflow-y: auto; 	
}
.modal-content {
	font-size: 13px;
	font-weight: 10px;
}
/* .nav-list li {
	margin-left: 35px;
}
 */
.header-li {
	/* margin-left: 0px !important;
	font-size: 14px; */
	padding-left: 12px;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	word-break: break-all;
	word-wrap: break-word;
	font-family: sans-serif;
	border-radius: 0px;
}
@media ( min-width : 767px) {
	.nav-list{
	 background: rgba(77, 77, 78, .7);
	 margin: -10px 0px;
	
	}
	.navbar-collapse {
		height: auto;
		border-top: 0;
		box-shadow: none;
		max-height: none;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar {
		max-width: 325px;
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-collapse.collapse {
		display: block !important;
		width: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-x: visible;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		/*Change rollover cell color here*/
	}
	.navbar-toggle {
		margin-top: 8%;
	}
	.navbar-nav, .navbar-nav>li, .navbar-left, .navbar-right, .navbar-header
		{
		float: none !important;
		cursor: pointer;
	}
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	
}
@media screen and (max-width: 767px) {
	.navbar-brand img {
		margin-top: -5px;
		max-width: 200px;
	}
	.navbar-default .navbar-toggle {
		margin-top: -45px;
	}
	.navbar-default .navbar-toggle.hover {
		margin-top: 24px;
	}
	

	.navbar-toggle{
		position: relative;
		float: right;
		padding: 6px 7px;
		margin-top: -48px;
		margin-right: 7px;
		margin-bottom: 0px;
		background-color: transparent;
		border: 1px solid transparent;
		border-radius: 4px;
	}
}
#panel_route {
	margin-top: 50px;
}

/* Styles for info window */
.modal-dialog {
	padding: 20px;
	max-width: 390px;
}
.head {
	background-color: #fff! imporant;
	padding: 0px ! important;
}
.disable{
	pointer-events: none;
}

.cap {
  width: 12px;
  height: 12px;
  background-color: rgba(0,0,0,0.1);
  margin-left:2px;
  display: inline-block;
}

.cap-lvl1,.cap-lvl2,.cap-lvl3 {
	box-shadow: 0 0 2px #333;
}

.cap-lvl1 {
  background-color: #387A36;
}

.cap-lvl2 {
  background-color: #FF8A00;
}

.cap-lvl3 {
  background-color: #E32F21;
}

#capacityLoad {
   border-collapse: collapse;
}

#capacityLoad th, #capacityLoad td  {
  border: 1px solid white;
}


.navbar-nav, .navbar-nav>li, .navbar-left, .navbar-right, .navbar-header
		{
		cursor: pointer;
	}
ul{
   -webkit-user-select: none; webkit (safari, chrome) browsers
   -moz-user-select: none; mozilla browsers
   -khtml-user-select: none; webkit (konqueror) browsers
   -ms-user-select: none; IE10+
} 
 .panel {
       background-color: transparent !important;
   border: 0px solid transparent !important; 
}
.panel-group .panel {
   overflow: inherit;
}
input[type="radio"] + label span {
    background-color:#ffffff;
}

input[type="radio"]:checked + label span{
	background-color:#f7ac20;
}
/* eta marquee */
/*container for alerts*/
.marquee-container {
  width:  100%;
  float: left;
  white-space: nowrap;
  background:rgba(77, 77, 78, 0.7);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.marquee-container .eta-marquee {
  line-height: 19px !important;
}

.eta-marquee {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0;
}

.eta-marquee div {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.eta-spacer {
  display: inline-block;
}
/* end eta marquee */
