body{
	background: transparent;
}
.main-container{
	width: 375px;
	margin: 0 auto;
}
.form-horizontal .control-label{
	padding-top: 4px;
	text-align: right;
}
.form-group{
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.2;
}
.no-left-padding{
	padding-left: 0px;
}
.form-control{
	padding: 2px 3px;
	height: 24px;
	font-size: 13px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.form-control:hover {
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline: 0 none !important;
}
input[type="radio"], input[type="checkbox"]{
	margin: 3px -6px;
}
.btn{
	padding: 1px 6px;
	font-size: 16px;
	-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;
}
.top{
	height: 20px;
	font-size: 17px;
	font-weight: bold;
}
#success{
	color: #3C586D;
}
#error{
	display: none;
	color: #843534;
	font-size: 14px;
	padding-left: 15px;
}
.error{
	border-color: red;
	-webkit-box-shadow: 0 0 5px red;
	-moz-box-shadow: 0 0 5px red;
	box-shadow: 0 0 5px red;
}
.required {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight:bold;
	height:22px;
	display:none;
}
.datepicker{
	line-height: 1.0;
	top: -1px !important;
	left: 108px !important;
	font-size: 13px;
	padding: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td{
	padding: 0px;
}
.datepicker .month, .datepicker .year{
	line-height: 40px;
	height: 40px;
}
.datepicker-dropdown:before{
	border-bottom: none !important;
}
.datepicker-dropdown:after{
	border-bottom: none !important;
}
.next, .prev {
	background: #eee;
}
#info-panel {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000;
	display: none;
	text-align: center;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}
#info-panel p {
	margin: 0;
	padding: 0 4px;
	text-align: left;
}
.btn-warning{
	background: #f27208;
	border: 1px solid #c36427;
}
.btn-warning:hover {
	background: #DD6700;
}
#left-frame{
	height: 168px;
	padding-left: 0px;
}
#left-frame-img{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#from-city {
	height: 26px;
	max-height: 26px;
	text-align: right;
	color: #3C586D;
}
.img-arrow {
	float: right;
	margin: 2px 18px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background: #fff;
	cursor: pointer;
}
.form-control {
	border: 1px solid #3C586D;
}
.form-horizontal .control-label {
	color: #3C586D;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background: #3C586D !important;
}
.typeahead.dropdown-menu {
	top: inherit !important;
	left: -1px !important;
	bottom: 25px;
}
.typeahead.dropdown-menu {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.typeahead.dropdown-menu > li {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background: #3C586D !important;
}