.inroute{font-weight: bold;}
.gbb_pop-up{display: none;}

.book-button {
    background-color: #0896ff;

    -webkit-box-shadow: 0 0 3px #aaa!important;
    -moz-box-shadow: 0 0 3px #aaa!important;
    box-shadow: 0 0 3px #aaa!important;
    border: 2px solid #fff!important;
    border-radius: 3px;

    width: 110px;
    color: white;
    height: 35px;
    padding-top: 0px;

    line-height: 35px;
    text-transform: capitalize;
    margin: 5px 0px;
    font-size: 11pt;
    font-weight: bold;
}

.book-button:hover {
    opacity: 0.8;
}

.newSearchResultsTable td, .newSearchResultsTable th {
    text-align: center !important;
}

.newSearchResultsTable td:first-child {
    text-align: left !important;

}

.newSearchResultsTable thead tr th {
    background-color: #bb0000;
    color: white;
}

.newSearchResultsTable tr {
    background-color: white;
    border-bottom: 1px solid #EEEEEE;
}

.newSearchResultsTable tr:nth-child(odd) {
    background-color: #F5FDFF;
}

.newSearchResultsTable tr td {
    color: #3f5aa6;
    font-size: 12pt;
}

.price-list{
    color: #0071e3;
    background-color: white;
    list-style: none;
    font-size: 12pt;
    margin: 5px;
}

.people-looking-message {
    text-align: right;
}
/*
.gbb_trigger img {
    height: 25px;
    margin-left: 5px;
}*/

.onoffswitch {
    position: relative; width: 74px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 16px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "YES";
    padding-left: 9px;
    background-color: #14B843; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 9px;
    background-color: #BB0000; color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 17px; margin: 6.5px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 16px;
    position: absolute; top: 0; bottom: 0; right: 40px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.transfer-form-container {
    min-height: 400px;
    width: 100%;
    background-color: white;
    overflow: hidden;
}

.transfer-form-section {
    width: 100%;
    height: 100%;
    display: block;
}

.blue-background {
    background-color: #F5FDFF;
}

.yellow-background {
    background-color: #fff7ae !important;
}


.transfer-form-section-title {
    height: 33px;
    width: 100%;
    padding-top: 5px;
    background-color: #bb0000;
    color: white;
    font-size: 14pt;
    text-indent: 20px;
    clear: both;
}

.input-field-holder {
    width: 245px;
    min-height: 65px;
    margin: 10px 25px;
    float: left;
}

.input-field-holder select {
    min-width: 200px;
}

.input-field-holder .checkbox {

}

.input-field-holder label {
    color: #3f5aa6;
    font-size: 12pt;
    display: block;
}

.input-field-holder input {
    display: block;
    width: 250px;
    height: 25px;
    font-size: 14px;
}

.transfer-vehicle-container {
    width: 430px;
    min-height: 120px;
    background-color: #F5FDFF;
    margin: 10px 10px;
    float: left;
}

.transfer-vehicle-container:hover {
    background-color: #fff7ae;
}

.input-radio {
    padding-top: 53px;
    margin-left: 5px;
    width: 20px;
    text-align: center;
    display: inline-block;
    float: left;
}

.vehicle-photo {
    float: left;
    display: inline-block;
    margin-top: 10px;
}

.vehicle-photo img {
    width: 170px;
    margin-bottom: 10px;
}

.vehicle-data {
    height: 100%;
    width: 180px;
    display: inline-block;
    margin-top: 9px;
    margin-left: 20px;
}

.transfer-trip-type-container {
    overflow: hidden;
    width: 100%;
    min-height: 50px;
    
}

.transfer-trip-type-item {
    float: left;
    width: 300px;
    margin: 10px;
    font-size: 23px;
    text-indent: 20px;
}

.vehicle-title {
    font-size: 14px;
    color: black;
}

.vehicle-notes {
    width: 245px;
    min-height: 20px;
}

.price {
    font-size: 14px;
    color: black;
    text-align: right;
}

.price span {
    font-size: 14px;
    color: #bb0000;
}

.wide-input-containers .input-field-holder {
    width: 300px;
}

.input-textarea {
    width: 500px;
    height: 150px;
}

.location-input-holder {
    width: 190px !important;
}

.type-input-holder {
    width: 115px !important;
}

.location-input-holder .chosen-select {
    min-width: 190px !important;
}

.type-input-holder .chosen-select {
    min-width: 130px;
}

#personDetails, #outboundPrivateTransfer, #returnPrivateTransfer,
#submitTransfer, #transferVehicles {

}

.submit-button {
    width: 100px;
    height: 40px;
    float: right;
    font-size: 16px;
    line-height: 40px;
    clear: both;
    border-radius: 5px;
    border: 1px solid black;
    background-color: #bb0000;
    color: white;
    text-align: center;
    margin: 20px;
}

.required-mark {
    border: 2px solid red;
}

#startLocation, #destinationLocation, #returnStartLocation, #returnDestinationLocation {
    background-color: #e6e6e6;
    font-size: 16px;
    font-weight: bold;
}

.transfer-form-success-message {
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

