/* ================== Tour Order CSS ================= */

/* Start Tour Schedule CSS */

.tour-schedule-section {
    padding: 15px;
}
.tour-schedule-section h3 {
    text-align: center;
    color: #004a80;
    font-size: 21px;
    margin-bottom: 20px;
}
.tour-schedule-section p {
    color: #ff0000;
    font-size: 14px;
    text-align: center
}
.tour-dates-header {
    margin-bottom: 30px;
    text-align: center;
}
.tour-dates-header li {
    width: 200px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    background: #6699CC;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    position: relative;
    border: 2px solid #4272a3;
}

.nav .list-inline {
    padding: 0; 
}
.nav .list-inline li {
    padding: 0;
}
.tour-dates-header li a{
display: block;
    width: 200px;
    /* margin: 0; */
    line-height: 50px;
    /* background: #0569c4; */
    /* text-align: center; */
    color: #fff;
    /* font-size: 16px; */
    /* border-radius: 7px; */
    /* position: relative; */
    text-align: center;
}
.tour-dates-header li a:hover {
    text-decoration: none;
    background: #003f5e;
    border-radius: 7px;
}

.tour-dates-header li a:focus {
    text-decoration: none;
    background: #003f5e;
    border-radius: 7px;
}
.tour-dates-header li a:focus:before {
    content: url("/tour/order/active-arrow.png");
    position: absolute;
    left: 6px;
    top: 17px;

}

.active {
    text-decoration: none;
    background: #003f5e !important;
}
.active:before {
    content: url("/tour/order/active-arrow.png");
    position: absolute;
    left: 6px;
    top: 17px;

}

.tour-schedule-section i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.tour-schedule-section .arrowRight {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.tour-schedule-section .more-discounts {
    float: right;
    margin: -15px 0 0;
}
.tour-schedule-section .more-discounts a {
    display: block;
    background: #6699CC;
    color: #fff;
    line-height: 30px;
    width: 175px;
    text-align: center;
    border-radius: 5px;
    margin-top: -35px;
    font-size: 12px;
    font-weight: normal;
    font-variant: normal;
    border: 2px solid #4272a3;
}
.more-discounts a:hover {
    text-decoration: none;
    background: #003f5e;
}
.tour-schedule-title {
    min-height: 50px;
    background: #003f5e;
    line-height: 50px;
    color: #fff;
    margin: 0 !important;
}
.tour-schedule-title .tour-title {

}
.tour-schedule-title .tour-title h3 {
    margin-bottom: 0;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-right: 15%;
}
.tour-schedule-title .tour-print {
    text-align: right;
    padding: 0 5px 0 0;
}
.tour-schedule-title .tour-print a {
    color: #fff;
    font-size: 11px;
}


.schedule-table {

}

.schedule-table table {
    width: 100%;
}
.schedule-table table thead {

}
.schedule-table table thead tr th:first-child {
    width: 12%;
    border-left: 2px solid #0068c6;
}
.schedule-table table thead tr th:last-child {
    border-right: 2px solid #0068c6;
}
.schedule-table table thead tr th {
    width: 20%;
    border: 1px solid #dcdcdc;
    line-height: 42px;
    text-align: center;
    background: #6699CC;
    border-bottom: 2px solid #0068c6;
    color: #fff;
}
.schedule-table tbody {

}
.schedule-table tbody tr {

}
.schedule-table tbody tr td {
    border: 1px solid #dcdcdc;
    line-height: 25px;
    text-align: center;
    padding: 10px;
}
.schedule-table tbody tr td a {
    font-size: 15px;
    font-weight: normal;
}


.tour-reminder {
    padding: 15px 0 15px 0;
}

.tour-schedule-section .form-group .col-sm-8 {
    width: 50%;
}
.tour-schedule-section .form-group {
    height: 30px;
}
.tour-schedule-section .form-group span {
    font-size: 9px;
    display: block;
}
.tour-schedule-section .form-group label {
    font-size: 13px;
    padding-top: 0;
    color: #003f5e;
    text-align: right;
}
.tour-schedule-section .checkbox input[type=checkbox] {
    width: 25px;
    height: 20px;
    margin-left: -30px;
    top: 3px;
}
.tour-schedule-section .checkbox {
    padding: 7px 0 0;
}
.tour-submit {
    text-align: center;
}

.tour-country-link {
    text-align: left !important;
    padding-left: 10px;
    line-height: 25px !important;
    text-decoration: underline;
}

.tour-submit input {
    background: #003f5e;
    color: #fff;
    border: 0px;
    line-height: 20px;
    width: 200px;
    border-radius: 5px;
    font-size: 13px;
    margin: 20px 0 0;
}
.tour-submit input:hover {
    background: #0569c4;
}

.tour-order-client-survey {
    margin: 130px 0 0;
    color: #000;
}

.tour-includes {
    margin: 20px 0 0;
    text-align: left;
}
.tour-includes h2 {
    color: #000;
    font-weight: bold;
}
.tour-includes ul {
    
}
.tour-includes ul li {
    margin-bottom: 15px;
    line-height: 25px;
    text-align: left;
    color: #000;
}

.discount-savings {
    padding: 15px 25px 15px 25px;
    text-align: left;
}

.discount-savings h2 {
    color: #000;
    font-weight: bold;
}
.early-discount {
    font-size: 15px;
    background: #585858;
    color: #fff;
    border-radius: 3px;
    line-height: 25px;
    padding: 2px 12px 5px 12px;
}
.discount-savings ul {
list-style: none;
    margin: 10px 0 0;
    padding: 15px 0 5px 10px;
    background: #585858;
    border-radius: 5px;
    width: 250px;
    color: #fff;
}
.discount-savings ul li a {
    color: #fff;
}
.discount-savings li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 12px;
    color: #fff !important;
}
.discount-savings p {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #000;
}

.paying-credit-section {
    background: #585858;
    padding: 2px 12px 15px 12px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #fff;
}
.paying-credit-section p {
    font-size: 17px;
    color: #fff !important;
}

@media only screen and (max-width: 1200px) {

    .tour-dates-header {
        text-align: center;
    }
}

@media only screen and (max-width: 995px) {

    .more-discounts {
        float: none;
    }
    .more-discounts a {
        margin: 0 auto 10px auto;
    }
}
@media only screen and (max-width: 767px) {

.tour-schedule-section .more-discounts {
    float: none;
    margin: 50px auto 0 auto;
}
.tour-schedule-title .tour-title h3 {
    text-align: center;
}
.tour-schedule-title .tour-print {
    text-align: center;
    padding: 0;
}
.tour-schedule-section .form-group .col-sm-8 {
    width: 100%;
}
.tour-schedule-section .form-group {
    text-align: center;
    height: auto;
}
.tour-schedule-section .form-group label {
    text-align: center;
}

}
@media only screen and (max-width: 535px) {

.schedule-table tbody tr td {
    font-size: 12px;
}
.schedule-table tbody tr td a {
    font-size: 12px;
}

}


/* Open Reseravation Modal */

.open-reservation-modal-content {
    padding: 0 20px;
}

.open-reservation-modal-content h2 {
    color: #004a80 !important;
    font-size: 26px !important;
    font-weight: bold;
}
.open-reservation-modal-content p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #6f6f6f;
    text-align: left;
    line-height: 22px;
    padding: 7px 0 18px 0;
}
.open-reservation-modal-content ul {
    padding-bottom: 20px;
    background: #585858;
    color: #fff;
    text-align: -webkit-auto;
    margin: 0;
    padding: 0 20px 0 35px;
    border-radius: 5px;
}
.open-reservation-modal-content ul li {
    margin-bottom: 0px;
    color: #fff !important;
    text-align: left !important;
}
.open-reservation-modal-content span {
    position: relative;
    top: 5px;
    z-index: 9999;
    display: block;
    width: 45px;
    height: 40px;
}
.open-reservation-modal-content .close {
    opacity: 1;
}
.modal-content-section {
    margin: 40px 0 0;
    padding-bottom: 20px;
}
/* End Open Reservation Modal */

/* Tour Order Printable CSS */

.print-area .container {
    width: 900px;
}
.printable-reservation-form {
    text-align: center;
    padding-bottom: 20px;
}
.printable-reservation-form h2 {
    font-size: 25px;
    font-family: 'Montserrat-Bold', sans-serif;
    color: #004a80;
}
.printable-reservation-form h3 {
    font-weight: bold;
    font-size: 18px;
}
.printable-reservation-form p {
    font-size: 17px;
}

.printable-reservation-form table {
    width: 100%;
}
.printable-reservation-form table thead {

}
.printable-reservation-form table thead tr th {
    width: 20%;
    border: 1px solid #707070;
    line-height: 50px;
    text-align: center;
}
.printable-reservation-form tbody {

}
.printable-reservation-form tr td span {
    display: block;
    font-weight: bold;
}

.printable-reservation-form tbody tr td {
    border: 1px solid #707070;
    height: 52px;
    text-align: center;
}

.print-country {
    text-align: left !important;
    padding: 0 0 0 15px;
}



.print-btn-top {
    background: #004a80;
    color: #fff;
    width: 120px;
    line-height: 30px;
    border: none;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.print-btn {
    background: #004a80;
    color: #fff;
    width: 200px;
    line-height: 40px;
    border: none;
    border-radius: 5px
}

/* End Tour Order Printable CSS */



.dual-tours {
    background: #004a80;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
/* End Tour Schedule CSS */