﻿label {
    font-weight: 100 !important;
    font-size: 14px !important;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#btnSubmit {
    width: 150px;
    font-size: 18px;
}

.innerHeading {
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 0;
    border-radius: 0px;
    margin: 0 0 20px 0;
    color: #404040;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
}

.topHeading {
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 0;
    border-radius: 0px;
    margin: 0 0 20px 0;
    color: #404040;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.listStyle {
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    margin-top: -8px;
}

input:valid::after {
    border: 1px solid #ccc;
}

input:invalid::after {
    border: 1px solid red;
}

.errorMessages {
    display: none;
    list-style-type: disc;
    margin: 0 10px 15px 10px;
    padding: 8px 35px 8px 30px;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 2px solid #EED3D7;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

    .errorMessages span {
        font-weight: bold;
    }

.pageBreak {
    page-break-after: always;
}

.panel-title a {
    font-weight: bold;
}

span.deleteIcon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

    span.deleteIcon span {
        position: absolute;
        display: block;
        right: 3px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #fff;
        background-color: #ccc;
        font: 13px monospace;
        text-align: center;
        line-height: 1em;
        cursor: pointer;
    }

    span.deleteIcon input {
        padding-right: 18px;
        box-sizing: border-box;
    }

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

    .booking_form_width {
        width: 92%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:375px) {
    .booking_form_width {
        width: 86%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:350px) {
    .booking_form_width {
        width: 80%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:334px) {
    .booking_form_width {
        width: 74%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:312px) {
    .booking_form_width {
        width: 68%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:300px) {
    .booking_form_width {
        width: 62%;
        margin: 1%;
    }

    .g-recaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width:290px) {
    .booking_form_width {
        width: 59%;
        margin: 1%;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(0.62);
        -webkit-transform: scale(0.62);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #ecf7ff;
    display: none;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 12em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}

.creditCardArea {
    margin-left: 30px;
    padding-top: 60px;
    display: none;
}

.logoPosition {
    position: absolute;
    top: 3px;
    left: 3px;
}

#booking_form {
    position: relative;
}

.selectionPanel .listItemLabel {
    padding: 5px;
    display: block;
}

    .selectionPanel .listItemLabel label {
        display: inline;
        padding: 5px;
        width: 99%;
    }

.listItemLabel td {
    padding: 5px;
    display: block;
}

    .listItemLabel td label {
        display: inline;
        padding: 5px;
        width: 96%;
    }

/*CSS form Sticky Box For Payment Detail*/
.inlineimage {
    max-width: 470px;
    margin-right: 8px;
    margin-left: 10px
}

.images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center
}

.linkAsButton {
    background-color: #1e5d8a;
    color: white;    
    text-decoration: none;
    border: #fff;
    padding: 5px;
    height: 40px;
    border-radius: 10px;
    margin-top: -8px;
    min-width: 150px;
    font-size:18px;
}

.sticky-divPaymentCartDetail {
    position: fixed;
    top: 5%;
    right: -7%;
    width: 45%;
    height: auto;
    pointer-events: none;
}

    .sticky-divPaymentCartDetail .button-container {
        /* Make the button container clickable */
        pointer-events: auto;
    }

    .sticky-divPaymentCartDetail .button-container:hover {
       color:#fff;
    }

.packageAmount {
    font-size: 16px;    
}
.packagePayOnlyAmount {
    font-size: 12px;
}
.listStyle1{
    height:24px;
    padding:0;
    min-width:20px;
}

.formDisclaimerHeight {
    max-height: 20vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.paymentCartDetailBody {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: auto;
}
.scrollbar-style::-webkit-scrollbar {
    width: 6px;
}

.scrollbar-style::-webkit-scrollbar-track {
    background-color: #f8f9fa;
    border-radius: 3px;
}

.scrollbar-style::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 3px;
}

.modal.fade.in .remarks-modal-body {
    opacity: 1;
    visibility: visible;
}

.remarks-modal-body {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;   
    background-color: #f9f9f9;
    border: none;
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
}
#remarksBody {
    padding: 20px;
}

.divModalBody {   
    max-height: 60vh;
    overflow: auto;
    
    border: none;
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 4px;    
    transition: opacity 0.3s ease-out;
}

.divModalBody img{
 width:100%;
}

    .divModalBody::-webkit-scrollbar-track {
        background-color: #f8f9fa;
        border-radius: 3px;
    }

    .divModalBody::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 3px;
    }
        
.window-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ecf7ff;
    color: #1e5d8a;
    border-radius: 6px 6px 0 0;
}

    .window-header .modal-title {
        margin: 0;
        font-size: 1.5rem;
    }

    .window-header .close {
        color: #1e5d8a;
        font-size: 1.5rem;
        padding: 0;
        background: transparent;
        border: none;
        cursor: pointer;
    }

        .window-header .close:focus {
            outline: none;
        }

    

    .remarks-modal-body h1 {
        font-size: 4rem;
    }

    .remarks-modal-body p {
        margin: 0 0 1.62rem 0;
        line-height: 1.62;
        font-weight: 300;
        font-size: 1.62rem;
        color: #333;
    }

.close {
    margin-top: 0px;
    margin-right: 0px;
    text-shadow: 0 1px 0 #fff;
}
    .close span {
       font-size:28px;
       color:#fff !important;
    }
.popup-button {
    margin-top: 70px;
}


.creditCardPaymentOptions {
    margin-bottom: 15px;
}

.paymentOption {
    margin-bottom: 2em;
    padding: 1.5em 0.5em 0.5em;
    border-radius: 2em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

    .paymentOption .card-title {
        font-weight: 700;
        font-size: 1.5em;
    }

    .paymentOption .btn {
        border-radius: 2em;
        background-color: teal;
        color: #ffffff;
        padding: 0.5em 1.5em;
    }

        .paymentOption .btn:hover {
            background-color: rgba(0, 128, 128, 0.7);
            color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

.priceBreakDown {
    position: absolute;
    left: 53%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    display: none;
    text-align: left;
    padding: 14px;
    width: 25rem;
    z-index: 999;
    border-radius: 1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.priceSummary strong {
    font-weight: normal;
}

.priceSummary .amount {
    font-weight: 700;
    text-align:right;
}
.discountAmount {
    color: #449d44;
}
.hide-priceSummary {
    display: none;
}

@media only screen and (max-width:768px) {
    .sticky-divPaymentCartDetail {
        position: relative !important;
        width: 100%;
        height: auto;
        z-index: 0;
        top: 0;
        right: 0;
    }

    .remarks-modal-body {
        width: 75%;
    }

    .paymentCartDetailBody {
        height:auto;
        max-height:none;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .priceBreakDown {
        position: absolute;
        left: 23%;
        top:90%;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        padding: 5px;
        display: none;
        text-align: left;
        padding: 14px;
        width: 25rem;
        z-index: 999;
        border-radius: 1em;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
}

#alertMessages {
    width: 100%;
    margin: 0 10px 15px 10px;
    padding: 8px 35px 8px 30px;  
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert {
    position: relative;
}

    .alert .close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 1em;
    }

    .alert .fa {
        margin-right: .3em;
    }

    .alert .h5{
        font-size:16px;        
    }

.coupon {
    border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

    .coupon #head {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 56px;
    }

    .coupon #footer {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.items {
    margin: 15px 0;
}

.usd, .cents {
    font-size: 20px;
}

.number {
    font-size: 20px;
    font-weight: 700;
}

sup {
    top: -15px;
}

#business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    #business-info ul li {
        display: inline;
        text-align: center;
    }

        #business-info ul li span {
            text-decoration: none;
            padding: .2em 1em;
        }

            #business-info ul li span i {
                padding-right: 5px;
            }

.disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
}

.exp {
    color: #f34235;
}

.print {
    font-size: 14px;
    float: right;
}

.page-link {   
    border-radius: 10px !important;
    height:40px;
}

.hidden-checkbox{
    display:block;
}

.highlighted-row {
    padding-top: 15px;
    margin-right: 1px;
    margin-left: 1px;
    vertical-align: middle;
    border: 1px solid green;
    min-height: 90px;
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 4px;
}

.productRow {
    padding-top: 15px;
    margin-right: 1px;
    margin-left: 1px;
    vertical-align: middle;
    min-height: 90px;
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 4px;

}

.remainingCharacterCounter {
    color: red;
    font-size: 12px;
    font-weight: 500;
    float: right;
    padding-right: 3%;
}

@media only screen and (min-width:768px) {

    .divModalBody::-webkit-scrollbar {
        width: 6px;
    }
}
   