.bg-bus {
	background-color: #E5E9EC
}
html {
  position: relative;
  min-height: 100%;
}
body {

}
a .box-bus {
	color: #444;
}

.box-bus {
	margin-top: 10px;
	background-color: white;
	border-radius: 8px;
	padding: 15px 0px 15px 0px;	
	height: auto;
	width: 100%;
	border:1px solid #E5E9EC;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px -1px rgba(0,0,0,0.1);
}

a div.box-bus:hover {
	border:1px solid orange;
}

.box-bus .poname {
	font-size: 12px;
}
.box-bus .amenities {
	font-size: 11px;
	font-style: italic;
}

.box-bus .busprice,
.detailbus .busprice {
	font-size: 15px;
	color: orange !important;
	font-weight: bold;
}
.detailbus .busprice {
	font-size: 18px;
}
.orderbus table,
.box-bus table  {
	font-size: 11px;
	margin-top: 10px;
}
.orderbus table tr td,
.box-bus table tr td {
	border:0px !important;
}
.orderbus .trip {
	font-size: 12px;
}
.orderbus .trip i {
	margin-left: 6px;
}
.box-bus .trip {
	font-size: 10px;
}
.box-bus .trip i {
	margin-left: 7px;
}
.lineVertical {
	display: block;
	width: 1px;
	height: 15px;
	background-color: #CCCCCC;
	margin-left: 10px;
}

.detailbus h1 {
	color: #444;
	font-size: 17px;
}

.orderbus .panel-heading {
	background-color: white;
}

div.header-green {
	border-bottom: 3px solid #FFC900;
	padding-bottom: 0px;
}
div.order-box > div.box-header {
	border:none;
	background-color: transparent;
	font-size: 13pt;
	color: white;
	text-transform: uppercase;
	padding: 5px;
}
.orderbus .panel-heading {
	color:grey !important;
}
.orderbus .right {
	margin-right: 15px;
}
.orderbus .left {
	margin-left: 15px;
}
.bus-layout {
	border-top: 10px solid #FACD48;
	border-bottom: 5px solid #FACD48;
	border-radius:30px 30px 10px 10px;
	position: relative;	
	padding: 15px;
}
.seats {
	width: 100%;
}
.bus-layout table.table {
	border:none;
	border-left: 1px solid #cacaca !important;
	border-right: 1px solid #cacaca !important;
}
.bus-layout .bus-chasis {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

.radioSeat {
	display: none !important;
}

.labelSeatname {
	opacity: 0.4;
	border: solid 2px #cacaca;
	border-radius: 5px;   
	padding:15px;  
}
    
.radioSeat:checked + label {
	opacity: 1;
	border: solid 2px #50AF50;
	color: white;
	border-radius: 5px; 
	background-color: #50AF50;
	-webkit-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 11px -2px rgba(0,0,0,0.3);
}
.panel-seats {
	background-color: white;
	border: 1px solid #cacaca !important;
}
.text-green {
	color: #50AF50;
}