/**
     * BxSlider v4.1.2 - Fully loaded, responsive content slider
     * http://bxslider.com
     *
     * Written by: Steven Wanderski, 2014
     * http://stevenwanderski.com
     * (while drinking Belgian ales and listening to jazz)
     *
     * CEO and founder of bxCreative, LTD
     * http://bxcreative.com
     */

/** RESET AND LAYOUT
===================================*/

.image_slider_main_container {
    position: relative;
}

.image_slider_main_container {
    position: relative;
    height: 509px;
    min-height: 509px;
}

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.bx-wrapper li {
    text-align: center;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

.bx-wrapper .bx-controls-direction {
    display: none;
}

div.image_slider_main_container .bxslider {
    position: relative;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

div.image_slider_main_container .bxslider > img {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

div.product_footer .sprite {
    background-image: url(/images/animation-spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    padding-right: 10px;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999999999;
}


div.product_footer .sprite-back {
    width: 23px;
    height: 23px;
    background-position: -47px -10px;
}

div.product_footer .sprite-forward {
    width: 23px;
    height: 23px;
    background-position: -127px -10px;
}

div.product_footer .sprite-full-screen-icon {
    width: 17px;
    height: 17px;
    background-position: -10px -53px;
}

div.product_footer .sprite-next {
    width: 23px;
    height: 23px;
    background-position: -90px -89px;
}

div.product_footer .sprite-pause {
    width: 23px;
    height: 23px;
    background-position: -170px -80px;
}

div.product_footer .sprite-play {
    width: 23px;
    height: 23px;
    background-position: -170px -123px;
}

div.product_footer .sprite-reverse {
    width: 23px;
    height: 23px;
    background-position: -10px -166px;
}

div.image_slider_main_container .optionsTable {
    background-color: #020202;
    width: 776px;
    height: 62px;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle !important;
}

div.image_slider_main_container .optionsTable .label {
    color: #cccdc8;
    padding-left: 10px;
    padding-right: 5px;
    font-weight: bold;
}

div.image_slider_main_container .optionsTable .option_dd td {
    padding-bottom: 5px;
}

div.image_slider_main_container .optionsTable .dataTypeOptions {
    padding-bottom: 28px;
}

div.image_slider_main_container .optionsTable .dataTypeOptions .css-label {
    color: #cccdc8;
}

div.product_footer div.speed {
    position: relative;
    display: inline-block;
    top: 20px;
    left: -5px;
}

div.product_footer div.controls {
    position: relative;
    display: inline-block;
    top: -28px;
    left: 40%;
}

div.product_footer div.animation {
    position: relative;
    display: inline-block;
    top: 4px;
    left: 7px;
}

div.product_footer .adjust span.label {
    display: inline-block;
    margin-left: 16px;
    color: #cccdc8;
    position: absolute;
    top: 31px;
    font-weight: bold;
}

div.image_slider_main_container span.adjust {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 31px;
    vertical-align: middle;
    margin-top: -35px;
}

div.image_slider_main_container span.scrubber {
    position: relative;
    display: inline-block;
    height: 7px;
    width: 31px;
    vertical-align: middle;
    margin-top: -35px;
}

div.image_slider_main_container span.adjust input[type="range"] {
    vertical-align: top;
    margin-top: 3px;
}

div.image_slider_main_container span.outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-bottom: 16px solid #393f4f;
    border-left: 31px solid transparent;
}

div.image_slider_main_container span.inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-bottom: 12px solid #4eb7cd;
    border-left: 23.25px solid transparent;
}

div.image_slider_main_container span.start, span.end {
    display: inline-block;
    position: relative;
}

div.image_slider_main_container span.start span, span.end span {
    vertical-align: middle;
}

div.image_slider_main_container div.product_selection_container .label {
    display: inline-block;
    padding-right: 10px;
    color: #cccdc8;
    font-weight: bold;
}

div.product_footer .slider-scrubber {
    width: 737px;
    margin-left: 19px;
    padding: 0px;
    margin-bottom: 9px;
}

div.product_footer .slider-speed {
    width: 200px;
    padding: 0px;
    margin: 4px 0 9px 63px;
}

/* Chrome/Safari specific styling */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        div.product_footer span.scrubber input[type="range"]::-webkit-slider-runnable-track {
            -webkit-appearance: none;
            background: #cccdc8;
            border: none;
            border-radius: 3px;
            height: 5px;
            margin-bottom: 7px;
        }

        div.product_footer span.scrubber .slider-scrubber::-webkit-slider-runnable-track {
            margin-top: 5px;
        }

        div.product_footer span.scrubber .slider-speed::-webkit-slider-runnable-track {
            margin-top: 2px;
        }

        div.product_footer span.scrubber input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            margin-top: -4px;
            height: 16px;
            width: 16px;
            border-radius: 50%;
            background: #cccdc8;
        }

        div.product_footer span.scrubber input[type="range"] {
            padding: 0px;
        }
    }
}

/* firefox specific styling */
@-moz-document url-prefix() {
    div.product_footer {
        height: 80px;
    }

    div.product_footer span.scrubber input[type="range"]::-moz-range-track {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        height: 4px;
        border-radius: 10px;
        background: #cccdc8;
        outline: none;
        cursor: pointer;
        border: none;
    }

    div.product_footer div.speed span.scrubber input[type="range"]::-moz-range-track {
        width: 55px;
    }

    div.product_footer div.animation span.scrubber input[type="range"]::-moz-range-track {
        width: 749px;
    }

    div.product_footer span.scrubber input[type="range"]::-moz-range-thumb {
        cursor: pointer;
        width: 14px;
        height: 14px;
        display: inline-block;
        border-radius: 50%;
        margin-top: 1px;
    }

    div.product_footer span.scrubber input[type="range"]:-moz-focusring {
        outline: none;
        outline-offset: -1px;
    }

    div.product_footer span.scrubber input[type="range"]::-moz-focus-outer {
        border: 0;
    }

    div.product_footer span.scrubber input[type="range"]:focus::-moz-range-track {
        background: #ccc;
    }

    div.product_footer .slider-scrubber {
        margin-top: 6px;
    }

    div.product_footer .slider-speed {
        margin-top: -2px;
    }
}

/* FF on PC */
@media (-moz-os-version: windows-xp), (-moz-os-version: windows-vista),
(-moz-os-version: windows-win7), (-moz-os-version: windows-win8) {
    div.product_footer .adjust span.label {
        top: 35px;
    }
}

/* MS Edge specific styling */
@supports (-ms-accelerator:true) {
    div.product_footer span.scrubber .slider-scrubber {
        margin-top: -3px;
    }

    div.product_footer span.scrubber .slider-speed {
        margin-top: -9px;
    }

    div.product_footer div.controls {
        top: -36px;
    }
}

div.product_footer div.speed span.scrubber input[type="range"]::-ms-track {
    width: 55px;
}

div.product_footer div.animation span.scrubber input[type="range"]::-ms-track {
    width: 749px;
}

div.product_footer span.scrubber input[type="range"]::-ms-tooltip
{
    display: none;
}

div.product_footer span.scrubber input[type="range"]::-ms-track {
    height: 4px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

div.product_footer span.scrubber input[type="range"]::-ms-fill-lower {
    background: #cccdc8;
    border: none;
}

div.product_footer span.scrubber input[type="range"]::-ms-fill-upper {
    background: #cccdc8;
    border: none;
}

div.product_footer span.scrubber input[type="range"]::-ms-thumb {
    border: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border-color: #cccdc8;
    background-color: #cccdc8;
}

.dataTypeCheckboxes {
    position:absolute;
    left: 195px;
    top: 6px;
    padding-left: 28px;
}

input[type=radio].css-checkbox {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px; width:1px;
    margin:-1px; padding:0;
    border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:5px;
    height:20px;
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:20px;
    vertical-align:middle;
    cursor:pointer;
    color: black;
}

input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}
label.css-label {
    background-image:url("/styles/images/checkbox/csscheckbox.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 33px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

#forecastData {
    padding-left: 5px;
}

#forecastLbl {
    padding-left: 28px;
}

#pastLbl {
    padding-right: 41px;
    padding-left: 6px;
}

#currentLbl {
    padding-right: 41px;
    padding-left: 27px;
}

.rangeTip {
    position:absolute;
    display:none;
    border:1px solid black;
    padding:4px;
    background-color: black;
    color: white;
    top: -28px;
    margin-left: -40px;
    white-space: nowrap;
    border-radius: 5px;
}

.speedRangeTip {
    position:absolute;
    display:none;
    padding:4px;
    color: white;
    margin-left: 100px;
    top: 12px;
}

.image_slider_main_container div.spinner {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 447px;
    background: rgba(255,255,255,0.7);
    top: 62px;
}

.hidden_controls {
    opacity: .2;
    pointer-events: none;
}

.product_header {
    padding: 4px 0px 0px 20px !important;
}