@font-face{ 
	font-family: 'agas';
	src: url('agas/agasregularwebfont.eot');
	src: url('agas/agasregularwebfont.eot?#iefix') format('embedded-opentype'),
	     url('agas/agasregularwebfont.woff') format('woff'),
	     url('agas/agasregularwebfont.ttf') format('truetype'),
	     url('agas/agasregularwebfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'agas-light';
	src: url('agas/agaslightwebfont.eot');
	src: url('agas/agaslightwebfont.eot?#iefix') format('embedded-opentype'),
	     url('agas/agaslightwebfont.woff') format('woff'),
	     url('agas/agaslightwebfont.ttf') format('truetype'),
	     url('agas/agaslightwebfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'agas-bold';
	src: url('agas/agasboldwebfont.eot');
	src: url('agas/agasboldwebfont.eot?#iefix') format('embedded-opentype'),
	     url('agas/agasboldwebfont.woff') format('woff'),
	     url('agas/agasboldwebfont.ttf') format('truetype'),
	     url('agas/agasboldwebfont.svg#webfont') format('svg');
}

body { 
	font-family: 'agas-light', Arial, sans-serif !important;
	 /* -moz-transform: scale(1.5, 1.5); */
    -moz-transform: scale(1);
    -moz-transform-origin: 100% 0%;
    zoom: 1; /* Other non-webkit browsers */
    zoom: 100%; /* Webkit browsers */
}

#panel {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -180px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
}

#myPanel {
	padding: 1px;
}



#panel select,.panel select {
	width: 100%;
}

#panel i,.panel i {
	/*font-size: 12px;*/
	
}

#directions-panel {
	height: 100%;
	z-index: 1000;
	float: right;
	width: 640px;
	overflow: auto;
	box-shadow: -5px 0 5px -5px #333;
	position: relative;
	direction: rtl;
}

#directions-panel table{
	margin-bottom: 0px;
}

#map-canvas {
	margin-right: 400px;
	height: 100%;
}

#control {
	background: #fff;
	padding: 20px;
	font-size: 14px;
	font-family: Arial;
	border-bottom: 1px solid #ccc;
	/* box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4); */
	display: none;
}

@media print {
	#map-canvas {
		height: 600px;
		margin: 0;
	}
}

#myPanel th {
	color: #778a91;
	line-height: 20px;
	font-size: 15px;
	border-bottom: 1px solid white;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: middle;
	
}


#myPanel tr td{
	cursor: pointer;
}

#myPanel tr.odd {
	background-color: #f9f9f9 !important;
}

#myPanel tr.double {
	background-color: white !important;
}

#myPanel tr:hover {
	background-color: #f1f1f1 !important;
}

#myPanel td {
	padding: 0px;
	border: 1px solid #f1f1f1;
	height: 50px;
	font-size: 15px;
}

#show_route td {
	padding: 0px;
	padding-right: 20px !important;
}

#show_route {
	font-size: 14px;
}

#rout-inform td {
	border: 1px solid #f1f1f1;
	color: #5e5e5e;
	height: 60px;
}

#rout-inform tr.odd {
	background-color: #f9f9f9;
}

#rout-inform tr.odd td {
	background-color: #f9f9f9;
}

#rout-inform tr.double {
	background-color: white;
}

#rout-inform tr:hover {
	background-color: #f1f1f1;
}

.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 9px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	/*  width: 100%; */
	
}

#kcs-gmaps-form-onpage .form-onpage {
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #f0f0f0;
}

#kcs-gmaps-form-onpage td {
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#kcs-gmaps-form-twopage .form-twopage {
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

#kcs-gmaps-form-twopage td {
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#kcs-gmaps-form-twopage .form-twopage tr {
	background-color: #f9f9f9 !important;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.pagerLink {
	background-color: #E4F5F8;
	border: 1px solid #C0DEED;
	text-decoration: none !important;
}

.header-image {
   /** height: 0px !important; **/
    position: relative;
    z-index: 10;
}

.page-content-inner table{
	margin-bottom: 0px;
}

span.customSelect { 
    font:12px sans-serif;
    background:#fff url(../js/jquery.customSelect-master/2u7rpec.png) left center no-repeat;
    border:1px solid #ddd;
    color:#555;
    padding:7px 9px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px;
    width:125px;
}

#day, #hour {
	height: 31px !important;
}

#testId {
	padding-bottom: 12px;
	padding-top: 12px;
	background-color: #f9f9f9;
	border-right: 4px solid #7fb90d;
	margin-bottom: 10px;
}

.kcs-title {
	background-color: #f9f9f9;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
    margin-bottom: 0;

    padding-right: 14px;
    padding-left: 14px;
}

.kcs-title h3 {
    color: #778b96 !important;
    font-size: 18px;	
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}


.kcs-title td {
	padding: 1px;
}

.kcs-title td.separator {
	padding-left: 10px;
	padding-right: 10px;
}

.stations-tbl {
	width: 100%;
}

.stations-tbl tr.even td {
	background-color: #fafafa;
}

.stations-tbl th {
	background-color: #778b96;	
	text-align: right;
	border-left: 1px solid #f0f0f0;
}

.stations-tbl td {
	border-left: 1px solid #f0f0f0;
}

#halufot > li {
	margin-top: 0px;
	color: #778b96;
}

#halufot > li::before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
	background-color: #7fb90d;
}

#line-notices {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#line-notices .notice-date {
    display: inline;
    font-size: 0.857em;
    white-space: nowrap;
}

#line-notices > li {
	line-height: 1.2em;
    list-style-type: none;
	font-size: 0.875em;
	border-top: 1px solid #f0f0f0;
    margin-top: 7px;
    padding-top: 7px;
}

#line-notices > li:first-child {
    border: 0 none;
    margin-top: 0;
    padding-top: 0;
}

#line-notices .notice-title {
    display: inline;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
	color: #778b96;
}

#line-notices .notice-title a {
	color: #778b96;
}

#line-notices > li::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: none;
    display: none;
    height: auto;
    left: auto;
    position: inherit;
    top: auto;
    width: auto;
}

.header-image {
	display: none !important;
}

.token-input-input-token{
	padding-right: 0px !important;
}

@media ( max-width : 767px) {
	.mobile-form {
		display: none;
	}
	.stardant-form {
		display: block !important;
	}
}

@media ( min-width : 767px) {
	.mobile-form {
		display: block !important;
	}
	.stardant-form {
		display: none;
	}
}