﻿/**** Forms ****/
.form-control {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btnMain {
    background-color: #167ABF;
    color: white;
    box-shadow: inset 5px -5px 5px 0px rgba(1,53,101,0.5);
    border-radius: 5px;
}

    .btnMain:hover {
        background-color:  white;
        color: #167ABF;
    }

    .btnMain:focus {
        background-color:  white;
        color: #167ABF;
    }

    .btnMain:active {
        background-color:  white;
        color: #167ABF;
    }

.btnMore {
    width: 150px;
    margin: auto;
    border-radius: 15px;
    color: #2A89C9 !important;
}

    .btnMore:focus {
        color: white;
    }

    .btnMore:active {
        color: white;
    }

    .btnMore:hover {
        color: white;
    }

.divForm {
    background-color: white;
    margin-top: 1px;
    padding-bottom: 10px;
}

.divFormBox {
    margin-top: 15px;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.divFormBoxDetails {
    padding-left: 10px;
    padding-right: 10px;
}

.divH {
    background-color:#167ABF;
    color: white;
    padding: 1px;
    margin-bottom: 5px;
}

.h3Class {
    text-align: center;
    margin-top: 10px;
}

.h4Class {
    text-align: center;
}

.divFormBody {
    padding: 15px;
}

.label {
    border-radius: 0;
}

.datepicker {
    text-align: center;
}

.picker, .picker__holder {
    min-width: 250px;
}

/**** Master ****/
.carousel {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.carousel img {
    min-width: 100%;
    max-height: 550px;
    position:relative !important;
}

.lang {
    position: relative;
    display: none;
    padding: 5px;
}

    .lang:hover {
        background-color: #2A89C9;
    }

.lang-flags {
    display: none;
    position: absolute;
    background-color: white;
    right: 15px;
    padding: 4px;
    z-index: 2;
    border: 1px solid #2A89C9;
}

.Header {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 1);
}

.divTopHead {
    background-image: linear-gradient(to right, rgb(255,255,255), rgb(22,122,191));
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: inset 0px -5px 15px -5px rgba(0,0,0,0.2);
}

.btnTopHead {
    background-color: white;
    color: #167ABF;
    box-shadow: inset 5px -5px 5px 0px rgba(1,53,101,0.07);
    border-radius: 5px;
}

    .btnTopHead:hover {
        background-color:  white;
        color:  #E6282E;
    }

    .btnTopHead:focus {
        background-color:  white;
        color:  #E6282E;
    }

    .btnTopHead:active {
        background-color: white;
        color:  #E6282E;
    }

.divNavRight {
    float: right;
    margin-top: 15px;
}

.navbar {
    font-size: large;
    margin-bottom: 0;
    min-height: 0;
}

    .navbar .container-fluid, .navbar-collapse {
        padding-left: 0;
    }

.navbar-toggle, .icon-bar {
    border: 1px solid white;
    background-color: black;
}

.nav > li > a {
    color: black;
    /*background-color: black;*/
}

    .nav > li > a:hover, .nav > li > a:focus {
        /*background-color: black;*/
        color: #E6282E;
    }

.ext_navbar {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.35);
}

    .ext_navbar > .container {
        padding: 0;
    }

.Body {
    margin-top: 120px;
    margin-bottom: 40px;
    background-image: linear-gradient(to right, rgb(255,255,255), rgb(22,122,191));
    /*background-color: #E2E7E9;*/
}

.BodyIframe {
    background-color: #E2E7E9;
}

.footdatalogic {
    border-top: 1px dotted silver;
    border-bottom: 1px dotted silver;
    background-color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media all and (max-width: 750px) {
    .ext_navbar {
        padding: 0px !important;
    }

    .navLogo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .navRight {
        display: none;
    }

    .navbar-collapse {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (min-width: 750px) {
    .navbar-nav > li > a {
        padding: 5px;
        padding-left: 15px;
        padding-right: 15px;
        color: black;
        border-right: 1px dotted silver;
    }

    .aContact {
        border-right: 0 !important;
    }

    .navResp {
        display: none !important;
    }
}

/**** Pick Drop Box ****/
.divPickDrop {
    padding-top: 30px;
}

    .divPickDrop > .container {
        background-color: white;
        color: black;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 2px solid #2A89C9;
    }

@media all and (max-width: 750px) {
    .divPickDrop {
        text-align: center;
    }

    /*.form-wrapper-2{
        position:relative !important;
        height:auto !important;
        font-size:12px !important;
    }*/  
}

/**** Index ****/
.booksearch {
    z-index: 999;
    position: relative;
    box-shadow: 0px -5px 20px 0px rgba(0,0,0,1);
    background-color: white;
    padding-top: 30px;
}

.line_booksearch{
    z-index: 999;
    position:absolute;
     padding-top: 30px;
     width:100%;
    top:150px;

}

.booksearch2 {
    padding-bottom: 10px;
}

.divBtnSearchBook {
    text-align: center;
    margin-bottom: 15px;
}

.btnSearchBook {
    width: 100%;
    max-width: 370px;
}

.btnSearchBook_L {
    width: 60px !important;
    height:40px;
    /*border-radius:0px;
    box-shadow:none;
    background-color:darkred !important;*/
}

/**** Rates ****/
.divRatesFilter > .container {
    margin-bottom: 4px;
    margin-top: 1px;
    background-color: white;
padding-top:35px;
}

.divGroups {
    background-color: white;
    padding: 10px;
    border-bottom: 2px solid #e6e6e6;
}

.divGRdetails {
    border-right: 1px dashed #e6e6e6;
}

.h2Price {
    text-align: center;
    margin-top: 0;
    padding: 5px;
}

.spanGR_CODE {
    margin-right: 10px;
}

.spanCount, .spanAvailable, .spanOnReq {
    float: right;
}

.spanCount, .spanAvailable, .spanOnReq {
    float: right;
}

.divPrice-sm {
    display: none;
    text-align: center;
}

.divDisc-sm {
    display: none;
    text-align: center;
}

.spanDisc-sm {
    width: 100%;
    margin-bottom: 5px;
}

.divDisc {
    text-align: right;
    margin-bottom: 10px;
}

.spanDisc {
    background-color: red;
    color: white;
    padding-right: 5px;
    padding-left: 15px;
    text-align: right;
    font-size: large;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.divDisc::before {
    content: "";
    background-color: red;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: -5px;
    width: 20px;
    z-index: 10;
    height: 30px;
    border-top-right-radius: 5px;
}

.divDisc::after {
    content: "";
    background-color: #800000;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: -5px;
    width: 10px;
    z-index: 9;
    height: 30px;
    border-bottom-right-radius: 5px;
}

.btnMail {
    background-color: white;
    color: #2A89C9;
    border-radius: 5px;
    border: 1px solid #2A89C9;
}

    .btnMail:hover {
        background-color: white;
        color: #2A89C9;
    }

    .btnMail:focus {
        background-color: white;
        color: #2A89C9;
    }

    .btnMail:active {
        background-color: white;
        color: #2A89C9;
    }

    .btnMail:hover {
        color: #2A89C9;
    }

.btnShare {
    background-color: white;
    color: #2A89C9;
    border-radius: 5px;
    border: 1px solid #2A89C9;
}

    .btnShare:hover {
        background-color: white;
        color: #2A89C9;
    }

    .btnShare:focus {
        background-color: white;
        color: #2A89C9;
    }

    .btnShare:active {
        background-color: white;
        color: #2A89C9;
    }

    .btnShare:hover {
        color: #2A89C9;
    }

.h2GrTitle {
    margin-top: 10px;
}

.imgVehDetails {
    height: 25px;
    width: 25px;
}

.well {
    margin-bottom: 10px;
}

.sVehDetails2 {
    padding-left: 5px;
}

.sVehDetails {
    padding-left: 10px;
}

@media all and (max-width: 990px) {
    .divDisc-sm {
        display: block !important;
    }

    .divPrice-sm {
        display: block !important;
    }

    .divDisc {
        display: none;
    }

    .divPrice {
        display: none;
    }

    .btnMore {
        display: none;
    }

    .spanCount, .spanAvailable, .spanOnReq {
        float: none !important;
        margin-left: 10px;
    }

    .divGrLabels, .divGrTitle {
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    .sVehDetails {
        display: none !important;
    }
}

/**** Extras ****/
.h3_upgr {
    margin-top: 10px;
}

.divGrUp {
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: 1px solid #bfbfbf;
}

.H3_Extras {
    font-style: italic;
    color: #2A89C9;
}

.H4 {
    color: #2A89C9;
}

@media all and (max-width: 750px) {
    .pnlUpgrade {
        display: none;
    }
}


/**** Basket ****/
.divBasket {
    margin-top: 15px;
}

.divBasketSelection, .divBasketSummary {
    border: 1px solid #bfbfbf;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.divBasketTitle {
    background-color: #f2f2f2;
    color: #2A89C9;
    padding: 1px;
    margin-bottom: 5px;
}

.divBasketDetails {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btnBasketMoreInfo, .btnUpMoreInfo {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 150px;
    margin: auto;
    border-radius: 15px;
    color: #2A89C9 !important;
}

.divBasketMoreInfo, .divUpMoreInfo {
    padding: 15px;
    margin: 10px;
    border: 1px dotted silver;
}


/**** Driver Details ****/
@media all and (max-width: 990px) {
    .JCCLogo {
        display: none;
    }
}

.divSelectPay {
    padding: 10px;
    border: 2px solid #2A89C9;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}


/**** Other ****/
.divTheBox > .container {
    background-color: white;
    color: black;
    padding-top: 50px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.divWhiteCenter {
    background-color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    border: 1px solid #2A89C9;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

/**** Custom ****/
.divR1 {
    text-align: center;
}

.imgR1 {
    width: 100%;
    max-width: 250px;
}

.imgR1:hover{
	box-shadow: 10px 10px 5px #000000;

}

.boxShadow {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.writer {
    font-size: x-large;
    text-align: right;
}

    .writer:before {
        content: "“";
    }

    .writer:after {
        content: "”";
    }

.divGR_LABEL {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.slabel {
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
}

.slabel1{
    background-color: #f0ad4e;
}

.slabel2{
    background-color: #d9534f;
}

.slabel3{
    background-color: #5bc0de;
}

.slabel4{
    background-color: #337ab7;
}

.slabel5{
    background-color: #5cb85c;
}

.slabel6{
    background-color: #777;
}

.footer_nav{
color:white !important;
border-right: 1px solid white;
}

.footer_nav a:after{
color:white !important;
}

.footer_nav a:hover{
text-decoration: none !important;
}


.form-wrapper-2 {
/*height:140px;*/
height:auto !important;
padding: 25px;
background: #555;
-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
background-color: rgba(0, 0, 0, 0.5);
color:white;
font-weight:bold;
/*position:absolute;*/
}


.form-wrapper-2 label {
    display:block;
}

.form-wrapper-2 select {
width:100%;
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'Raleway', sans-serif;
border: 0;
background: #eee;
color:black;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-width:75px;
}

.form-wrapper-2 input[type='text'] {
width:100%;
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'Raleway', sans-serif;
border: 0;
background: #eee;
color:black;
text-align:right;
}

.form-wrapper-2 input[type='submit'] {
width:100%;
height: 40px;
padding: 10px 5px;
float: left;
font: bold 15px 'Raleway', sans-serif;
border: 0;
background: #d10a11;
color:white;
box-shadow:none;
}

.form-wrapper-2 input[type=checkbox]{
    background: none;
    width:inherit;
    float:none;
    height:auto;
}

.chklabel{
    display:inline !important;
}

.form-wrapper-2 select:focus {
outline: 0;
background: #fff;
-moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.gly{
    color: #D10A11;;
    width:40px;
    height:40px;
    padding:10px 10px;
    position:absolute;
}

.errorMessage {
    padding: 8px 8px 8px 0;
}

.errorMessageText {
    color:red;
    font-weight:bold;
    font-style:italic;
}

.errorMessageText_L {
    color:yellow;
    font-weight:bold;
    font-style:italic;
}

/* CURRENT DEALS */
/*===============*/

.currentDeals {
    padding-top: 30px; 
    padding-bottom: 30px;     
    background-color: white;    
}

.currentDeals h1 { 
    text-align:center; 
    margin-top: 0;    
}

.currentDeals img {
    min-height:150px;
    max-height:150px;
}

.currentDealsPrice {
    /*margin-top: 5px;*/
}

.currentDealsLabel {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    margin-top:10px;
}

.currentDealsPriceLabel{
    font-weight:bold;
    font-size: 18px;
}

.currentDeals input[type=button] {
    max-width:150px;
}

.currentDealsPriceValid {
    font-size:12px;
    font-style: italic;
}

@media all and (max-width: 1200px) {
    .line_booksearch{
        top:0;
        padding-bottom:30px;
        position:relative!important;
    }  
}

@media all and (max-width: 750px) {
    .line_booksearch div {
        clear:both;
    }
}

/* SELECTED VEHICLE MASTER PAGE */
/*=============================*/

.vehicleMasterWrapper .line_booksearch {
    top:193px;
}

.vehicleMasterWrapper h1 {
    text-align:center; 
    margin-top: 0;  
    color:black;  
}

.vehicleMasterWrapper h3 { 
    margin-top: 0;  
    color:black;  
}

.vehicleMasterWrapper small {
    color:black;  
}

.vehicleMasterWrapper hr {
    border: 1px dotted #ccc;
}

.vehicleMaster {
    padding-top: 30px; 
    padding-bottom: 30px;     
    background-color: white;
    color:black;
}

.vehicleMasterImage{
    text-align:center;
}

.vehicleMasterImage img {
    min-width:75%;
    max-width:75%;
}

.vehicleMasterDetails {
    padding-top: 10px; 
    padding-bottom: 30px;
    background-color: white;     
}

.vehicleMasterPrice {
    font-size:16pt;
    color:#2A89C9;
}

.vehicleMasterPriceLabel{
    font-weight:bold;
}

.vehicleMasterPriceValid {
    font-size:12px;
    font-style: italic;
    font-weight:bold;
    color:#2A89C9;
}

.vehicleMasterDescription{ 
    padding-top: 10px;    
    padding-bottom: 30px;
}

@media all and (max-width: 1200px) {
    .vehicleMasterWrapper .line_booksearch{
        position:absolute !important;
    }
}

@media all and (max-width: 750px) {
    .vehicleMasterWrapper .line_booksearch{
        top:0;
        padding-bottom:30px;
        position:relative!important;
    }

.imgR2 {
width: 350px;
}

   .vehicleMasterWrapper .line_booksearch div {
        clear:both;
    }
}

/* BUTTON MODIFY IN CHECKOUT */
/*=============================*/
.btnModify {
    color:#2A89C9;
    font-size: 14px;
}

.tr_location{
text-align:center;
font-weight:700;
border-top:1pt solid black;
border-bottom:1pt solid black;
}

.td_location_head{
text-decoration: underline;
font-weight:700;
}

.p_end{
text-align:center;
font-weight:700;
}

.faq_question{
font-weight:700;
}

.faq_answer{
margin-left:20px;
}

.faq_topic{
text-decoration: underline;
}

ol li{
  margin: 10px 0;
}