/* Braintree hosted fields */
@import url('braintree.css');

body {
	/* margin-top: 100px; */
	font-family: 'Raleway', sans-serif;
}

.text-primary-blue {
	color: #1188FF;
}

nav {
	border-bottom: 4px solid rgba(0, 0, 0, 0.3) !important;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 0 !important;
}

.navbar-collapse {
	position: relative;
}

.navbar-brand {
	height: 100px !important;
	font-family: 'Quicksand', sans-serif;
}

.navbar-brand > img {
	display: inline-block;
	margin-top: -14px;
}

.navbar-brand > span {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.navbar-right-custom {
	position: absolute;
	right: -15px;
	font-size: 14px;
	font-family: 'PT Serif', serif;
	letter-spacing: 2px;
}

.navbar-right-custom #login, .navbar-right-custom #register {
	font-family: pt-sans, sans-serif;
}


.navbar-right-custom a.static {
	color: #878787 !important;
}

.navbar-right-custom .glyphicon {
	vertical-align: middle;
	font-size: 18px;
}

.jumbotron {
	font-family: 'PT Sans', sans-serif;
	padding-top: 200px;
	margin-bottom: 0px;
	min-height: 720px;
	background-image: url('/img/jumbotron/bg1.jpg');
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}

.jumbotron h1 {
	color: #fff !important;
	font-size: 50px;
	letter-spacing: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jumbotron p {
	color: #fff !important;
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 20px;
}

.custom-well-horizontal {
	border-radius: 0px;
    padding: 0px;
    min-height: 5px;
    width: 85px;
    display: inline-block;
}

.custom-well-primary {
	background-color: #1188FF;
	border-color: #1188FF;
}

.custom-well-top {
	margin-top: 60px;
	margin-bottom: -20px;
}

h2 {
	color: #2c2c2c;
	font-size: 40px;
	letter-spacing: 2px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 35px;
}

h2.inverted {
	color: #fff;
}

h2.stands-out {
	position: relative;
	z-index: 1;
}

h3 {
	font-size: 30px;
	letter-spacing: 2px;
	color: #4CAF50;
	font-family: 'PT Sans', sans-serif;
}

h3.inverted {
	color: #fff;
}

h4 {
	font-size: 20px;
	color: #1188FF;
	font-family: 'PT Sans', sans-serif;
}

.form-control {
	box-shadow: none;
}

.has-error .help-block {
	background-color: #ffd1d1;
    margin: 0 1px;
    padding: 10px;
}

#services p, #career p, #our-buses p {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #878787;
	font-family: 'PT Sans', sans-serif;
	width: 50%;
	display: inline-block;
}

#services form {
	margin: 50px 0 80px 0;
	font-family: 'PT Sans', sans-serif;
}

#services form label {
	font-size: 18px;
	letter-spacing: 2px;
}

#services em {
	font-size: 16px;
	width: 45%;
	display: inline-block;
}

#about-M-Y {
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 2px;
	color: #fff;
	background-image: url('/img/about-M-Y/bg1.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#about-M-Y .glass {
	background-color: rgba(0,0,0,0.5);
	padding: 75px 0 100px 0;
}

#about-M-Y blockquote {
	padding: 0 0 0 20px !important;
}

#about-M-Y ul {
	list-style: none;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
}

#about-M-Y li:before {
	content: '-';
}


#career .row {
	position: relative;
	margin-top: 40px;
	box-shadow: 0 3px 11px #ddd;
}

#career .row > div {
	padding: 40px;
}

#career .row > div:nth-child(2) {
	font-size: 20px;
	line-height: 24px;
	color: #2C2C2C;
	letter-spacing: 1px;
	font-family: pt-sans, sans-serif;
	background-image: url('/img/career/bg1.jpg');
	background-position-y: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#our-buses .text-hide {
	height: 300px;
}

#our-buses .img-holder {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#our-buses #img-bus-49 {
	background-image: url('/img/our-buses/49.png');
}

#our-buses #img-bus-49:hover {
	background-image: url('/img/our-buses/49-hover.png');
	transition: all .5s;
}

#our-buses #img-bus-39 {
	background-image: url('/img/our-buses/39.png');
}

#our-buses #img-bus-39:hover {
	background-image: url('/img/our-buses/39-hover.png');
	transition: all .5s;
}

#our-buses #img-bus-19-23 {
	background-image: url('/img/our-buses/19-23.png');
}

#our-buses #img-bus-19-23:hover {
	background-image: url('/img/our-buses/19-23-hover.png');
	transition: all .5s;
}

#our-buses #img-bus-11 {
	background-image: url('/img/our-buses/11.png');
}

#our-buses #img-bus-11:hover {
	background-image: url('/img/our-buses/11-hover.png');
	transition: all .5s;
}

.float-top {
	margin-top: 50px;
    border: 6px solid #1188FF;
    background-color: #2c2c2c;
    display: inline-block;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    padding: 26px 30px;
}

#contact {
	color: #fff;
	background: #2C2C2C;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 2px;
	margin-top: -80px;
	position: relative;
	padding-top: 50px;
}

#contact blockquote {
	border: none;
	font-size: inherit;
}

#contact blockquote a{
	color: #fff;
}

textarea {
	resize: vertical;
}

fieldset {
	border: 1px solid #ddd;
	margin: 10px 0;
}

legend {
	font-size: 15px;
	border: none;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	width: initial;
}

footer {
	margin: 10px 0 !important;
	letter-spacing: 1px;
	font-family: 'PT Serif', serif;
}

.fixed-panel {
	position: fixed;
}

#pickup-list {
	background-color: #eee;
}

#pickup-list tr {
	background-color: #fff;
    cursor: move;
}

#pickup-list tbody tr:hover {
	background-color: #f7f7f7;
}

.ui-sortable-helper {
	background-color: #f7f7f7;
}

#dashboard-table img {
	margin-top: 5px;
	-webkit-filter: hue-rotate(180deg);
}

table .ui-draggable-handle {
	background: #fff;
}

.floating {
	box-shadow: 3px 3px 10px 0px #c7c7c7;
	border-radius: 4px !important;
}

.drop-hover {
	box-shadow: 0px 1px 15px -2px #676767;
}

.active.floating.panel {
	background: #1188ff;
    border: 1px solid #067ff7;
    color: #fff;
}

.active.floating.panel a {
	color: #fff;
}

.outer-panel {
	background: #f5f5f5;
}
.outer-panel .panel-body {
	border-top: 1px solid #e6e6e6;
}

.square {
	border-radius: 0 !important;
}

.white {
	color: #fff !important;
}

.pagination {
	margin: 0 0 -5px 0 !important;
}

.twitter-typeahead {
	width: 100%;
}

.tt-menu {
	background-color: #fff;
	box-shadow: 3px 3px 10px 0px #c7c7c7;
	border: 1px solid #ddd;
	border-radius: 4px !important;
	padding: 5px 10px;
}

.tt-menu .tt-suggestion:hover {
	cursor: pointer;
}

.btn-group .btn-default.active, .btn-group .btn-default.active:hover {
	color: #fff;
	background-color: #1188FF;
	border-color: #0072c3;
}

.btn-toggle.active, .btn-toggle.active:hover, .btn-toggle.active:focus {
	color: #fff;
	background-color: #1188FF;
	border-color: #0072c3;
}

.nav-tabs {
	background-color: #f5f5f5;
}

.nav-tabs .active a {
	color: #fff !important;
	background-color: #1188FF !important;
	border-color: #0072c3 !important;
}

.nav-tabs a {
	border-right: 1px solid #e8e8e8 !important;
}

.nav-tabs .active a .badge {
	color: #777 !important;
	background-color: #fff !important;
}

.modal-body {
	overflow-x: scroll !important;
}

.watermark {
	position: fixed;
    width: 70%;
    height: 70%;
    padding: 15% 0;
    background-image: url('/img/glyphicons-free/png/glyphicons-89-address-book.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
    background-size: 30px;
}

.back-link {
	color: #1188FF !important;
}

@media (max-width: 767px) {
	.navbar-right-custom {
		position: initial;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-right-web {
		border-top: 1px solid #ddd;
	}
	
	.navbar-right-custom > li:first-child {
		border-right: 1px solid #ddd;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-right-web {
		border-top: 1px solid #ddd;
		margin-top: 49px;
	}

	.navbar-right-custom > li:first-child {
		border-right: 1px solid #ddd;
	}
}
@media (min-width: 1200px) {
	.navbar-right-web {
		margin-top: 49px !important;
		border-top: 1px solid #ddd;
	}

	.navbar-right-custom > li {
		border-right: 1px solid #ddd;
	}

	.navbar-right-custom > li:last-child {
		border-right: none;
	}
}

/* Google map */
.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#target {
	width: 345px;
}

.delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
}

.delete-menu:hover {
	background: #eee;
}

.btn-blue {
	background: #1188FF;
	color: #fff;
}

.btn-white-outline {
	border: 1px solid #fff;
	color: #fff;
}

.btn-blue:hover, .btn-white-outline:hover,
.btn-blue:focus, .btn-white-outline:focus {
	background: #2C2C2C;
	color: #fff;
}

.btn-white-outline:hover, .btn-white-outline:focus {
	border: 1px solid #2C2C2C;
}

/* Placeholder */
input::-webkit-input-placeholder {
color: #bbb !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #bbb !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #bbb !important;  
}
 
input:-ms-input-placeholder {  
color: #bbb !important;  
}


/* Google map styles */
#map {
	height: 400px;
}

#description {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	margin: 10px 10px 0 0;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Roboto;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}
#target {
	width: 345px;
}

.delete-menu {
	position: absolute;
	background: white;
	padding: 3px;
	color: #666;
	font-weight: bold;
	border: 1px solid #999;
	font-family: sans-serif;
	font-size: 12px;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, .3);
	margin-top: -10px;
	margin-left: 10px;
	cursor: pointer;
}
.delete-menu:hover {
    background: #eee;
}