﻿/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. 
    
    ***IMPORTANT*** - Keep a check on where this boilerplate ends and your own styles begin on this file.

 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    /*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]::after {
            content: " (" attr(href) ")";
        }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   END OF BOILERPLATE styles
   ========================================================================== */

*, *:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 18px;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    line-height: 1.6;
}
.datepicker {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
    margin: 50px auto;
    overflow: hidden;
}
    .datepicker-header
{
    height: 250px;
    background-image: url('https://cdn.dribbble.com/users/3178178/screenshots/6346366/lifeguard_on_duty.jpg');
    background-position: center center;
    background-size: 100%;
}
.ui-datepicker-inline {
    padding: 30px;
}
.ui-datepicker-header {
    text-align: center;
    padding-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: .1em;
}
    .ui-datepicker-prev, .ui-datepicker-next
{
    display: inline;
    float: left;
    cursor: pointer;
    font-size: 1.4em;
    padding: 0 10px;
    margin-top: -10px;
    color: #CCC;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}
tr, th, td
{
    padding-bottom: .5em;
}
a {
    color: #444;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid transparent;
    cursor: pointer;
}
.ui-state-highlight {
    border-color: #D24D57;
    color: #D24D57;
}

/* ==========================================================================
   Bootsrap form template
   ========================================================================== */

/* cyrillic-ext */
@font-face {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcDrg7shw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcKrg7shw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcArg7shw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Alice';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcOrg4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDTbtPY_Q.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDYbtPY_Q.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtPY_Q.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v36/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.section {
    position: relative;
    height: 100vh;
    overflow:auto;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#booking {
    font-family: 'Alice', serif;
    background: rgba(133, 104, 73, 0.33);
    overflow: auto;
}

.booking-form {
    position: relative;
    max-width: 1112px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    top: 250px;
}

    .booking-form .booking-bg {
        position: absolute;
        left: 25px;
        top: -25px;
        bottom: -25px;
        width: 250px;
        background-image: url('../../../images/offgem.jpg');
        background-size: cover;
        background-position: center;
        padding: 25px;
        border-radius: 6px;
        -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

        .booking-form .booking-bg::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: rgba(133, 104, 73, 0.78);
        }

    .booking-form > form {
        margin-left: 250px;
        padding: 30px;
    }

    .booking-form .form-header {
        margin-bottom: 30px;
        margin-top: 60px;
        position: relative;
        z-index: 20;
        right: 9px;
    }

        .booking-form .form-header h2 {
            font-family: 'Playfair Display', serif;
            margin-top: 0;
            margin-bottom: 15px;
            font-weight: 900;
            color: #fff;
            font-size: 42px;
            text-transform: capitalize;
        }

        .booking-form .form-header p {
            color: #fff;
            font-size: 18px;
        }
    .booking-form .form-footer {
        margin-bottom: 0;
        margin-top: 300px;
        position: relative;
        left: 265px;
        z-index: 20;
    }
    .booking-form .form-group {
        position: relative;
        margin-bottom: 10px;
    }

    .booking-form .form-control {
        background-color: #fff;
        height: 35px;
        padding: 0px 15px;
        color: #151515;
        border: 1px solid lightgray;
        font-size: 14px;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none;
        /*border-radius: 40px;*/
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    /*.cust_contact_num {
        font-size: 9px !important;
        font-weight: bolder !important;
        letter-spacing: 1px !important;
        margin-left:10px !important;
    }*/

        .booking-form .form-control::-webkit-input-placeholder {
            color: #e5e5e5;
        }

        .booking-form .form-control:-ms-input-placeholder {
            color: #e5e5e5;
        }

        .booking-form .form-control::placeholder {
            color: #e5e5e5;
        }

        .booking-form .form-control:focus {
            background: #f8f8f8;
        }

    .booking-form input[type="date"].form-control:invalid {
        color: #e5e5e5;
    }

    .booking-form select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .booking-form select.form-control:invalid {
            color: #e5e5e5;
        }

        .booking-form select.form-control option {
            color: #151515;
        }

        .booking-form select.form-control + .select-arrow {
            position: absolute;
            right: 3px;
            bottom: 5px;
            width: 32px;
            line-height: 32px;
            height: 32px;
            text-align: center;
            pointer-events: none;
            color: #e5e5e5;
            font-size: 14px;
        }

            .booking-form select.form-control + .select-arrow:after {
                content: '\279C';
                display: block;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .booking-form .form-label {
        color: #856849;
        text-transform: uppercase;
        line-height: 24px;
        height: 24px;
        font-size: 13px;
        font-weight: 400;
        margin-left: 10px;
        font-family: calibri;
    }

    .booking-form .form-btn {
        margin-top: 30px;
    }

    .booking-form .submit-btn {
        display: block;
        width: 100%;
        color: #fff;
        /*background-color: rgba(133, 104, 73, 0.9);*/
        background-color: #B7BFC7;
        font-weight: 700;
        font-size: 18px;
        border: none;
        border-radius: 40px;
        height: 55px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .booking-form .submit-btn:hover,
        .booking-form .submit-btn:focus {
            background-color: rgba(133, 104, 73, 1);
        }

    .disable_section {
        pointer-events: none;
        opacity: 0.4;
        background-color: darkgray !important;
    }
.palegoldenrod {
    border-color: green !important;
    background: #f8fce9 !important;
}
.darksalmon {
    border-color: salmon !important;
    background: #e7ecfe !important;
}
.lightblue {
    border-color: #1a3f7b !important;
    background: #ebf8fa !important
}
.khaki {
    border-color: #e58100 !important;
    background: #fffde5 !important;
}
.lilac {
    border-color: indigo !important;
    background-color: #f6effb !important;
}
.wheat {
    border-color: #bd803f !important;
    background-color: #f7f0e9 !important;
}
.form-dv {
    padding: 10px;
    border-radius: 6px;
    border-color: /*#c9bdff*/ lightgray !important;
}
.measuresHeadings {
    width: 100%;
    position: relative;
    left: 5px;
    padding-bottom: 10px;
}
.eqaute {
    position: relative;
    left: 17px;
    border-left: 0;
    border-right: 0;
    width: 99.1%;
    margin-bottom:10px;
}
.gasMeasures {   
    display:none;
    padding: 10px;    
    background: #faf5eb;
    
}
.postGasMeasures {
    background: #ebfaed;    
    border-radius: 0px 0px 6px 6px;
    margin-bottom:0 !important;
}
.HasPRT {
    position: relative;
    left: 10px;
}
.HasRIR {
    background: #f7eef0;
    margin-bottom: 10px;
}
.HasIWI {
    background: #efeddd;
}
.HasLoft {
    background: #e7cbd1;
}
.HasBoilerUpgrade {
    background: #eef7f6;
    margin-bottom: 10px;
}
.HasFTCH {
    background: #eeeff7;
}
.navbar-nav li{
    padding-right: 59px !important;
}

@media only screen and (max-width: 768px) {
    .booking-form .booking-bg {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: -15px;
        width: 95%;
        margin: auto;
    }

    .booking-form > form {
        margin-left: 0px;
    }


}