.meteogram_main_container {
    position: relative;
}

.meteogram_main_container {
    position: relative;
    height: 100%;
    min-height: 509px;
}

div.meteogram_main_container div.product_selection_container .label {
    display: inline-block;
    padding-right: 10px;
    color: #cccdc8;
}

.optionsDiv {
    margin-left: 45px;
    margin-bottom: 20px;
}

#siteLabel {
    margin-left: 45px;
    margin-right: 20px;
}

#siteLabelDiv {
    margin-top: -30px;
    position: absolute;
    margin-left: 413px;
}

#selected_site {
    font-size: 20px;
}

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

#chart_options {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tableLabel {
    color: #000000;
    font-weight: bold;
    padding-right: 10px;
}

#fm_options {
    padding-bottom: 10px;
}

.cBoxMainLabel {
    font-size: 18px !important;
    font-weight: bold !important;
    white-space: nowrap;
    margin-bottom: 10px;
}

.product_time_dropdown {
    width: 110px;
}

.product_dropdown {
    width: 270px;
}

.product_interval_dropdown {
    width: 70px;
}
/*!* Chrome/Safari specific styling *!*/
/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {*/
    /*@media {*/

    /*}*/
/*}*/

/*!* firefox specific styling *!*/
/*@-moz-document url-prefix() {*/

/*}*/

/*!* MS Edge specific styling *!*/
/*@supports (-ms-accelerator:true) {*/

/*}*/

.map_select_container {
    height: 345px;
}

.dataTypeCheckboxes {
    position: absolute;
    margin-top: 3px;
    margin-left: 20px;
}

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 */
}

.meteogram_container {
    margin-left: 8px;
}

#forecastData {
    padding-left: 5px;
}

#forecastLbl {
    padding-left: 28px;
}

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

#chartLbl {
    padding-left: 24px;
    padding-right: 23px;
}

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

#tableLbl {
    padding-left: 27px;
}

.meteogram_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;
}