﻿html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}


/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
.control-area {
    /*margin-top: 3rem;*/
    margin-top: 2rem;
    /*margin-left: 3rem;*/
    margin-left: 15px;
}


    .control-area span#season-title {
        margin-left: 0;
    }

#season-title, #areas-title {
    font-weight: 600;
}

#areas-title {
    padding-left: 10px;
}

.inlineTool {
    display: inline-block;
}

.divSeasons {
    text-align: center;
    padding-top: 10px;
}

/*Season dropdown container*/
.seasonDropdown {
    margin-top: 0 !important;
    min-width: 100px;
}

/*Season dropdown button*/
.dropDownButton {
    min-width: 100px;
    width: 100%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .dropDownButton:hover {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .dropDownButton:focus {
        color: #fff;
        background-color: #235a89;
        border-color: #2e6da4;
    }

    .dropDownButton:active {
        color: #fff !important;
        background-color: #235a89 !important;
        border-color: #2e6da4 !important;
    }

    .dropDownButton > .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        right: 5px;
        top: 45%;
        position: absolute;
    }


.sectionContainer {
    border: 1px solid #000000;
}



.chartContainer {
    padding-bottom: 50px;
}

.chartTitleDiv {
    text-align: center;
    height: 80px;
}

.chartTitle {
    padding-top: 20px;
}

.chartDiv {
    /*height:400px;*/
    padding-left: 30px;
    padding-right: 30px;
}

.chart { /*svg Class*/
    padding-top: 15px !important;
    /*padding-bottom: 15px !important;*/
}

    .chart .axis { /*Overwritting LineChart.css*/
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
    }

        .chart .axis .tick text { /*Added 20191001*/
            font-size: 10px !important;
            font-family: Arial, Helvetica, sans-serif;
        }

.yLabel {
    font-size: 12px !important;
}

.xLabel {
    font-size: 12px !important;
}

.y2Label {
    font-size: 12px !important;
}

.y-grid {
    display: none !important;
}

.y2-axis {
    /*display: none !important;*/
}

.chart .chartSeries0 path {
    stroke-width: 3px !important;
}

.chart-legend .item.legend-hidden {
    opacity: 0 !important;
    display: none !important;
}

/*Overwrite LineChart.css style 09252018*/
.chart-legend .item {
    cursor: default !important;
}

.y2-axis { /*Hide lin chart's y2 axies*/
    /*visibility:hidden;*/
}

/*For d3 map*/
.state-borders {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.land, .states, .regions {
    fill: none;
    stroke: #D3D3D3;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.legend {
    font-size: 12px;
}

.legendTitle {
    font-weight: bold;
}

.legendSymbol {
    opacity: 0.8;
}

.legendText {
}

div.tooltip {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 25px;
    padding: 2px;
    font-size: 10px;
    background: #FFFFE0;
    border: 1px;
    border-radius: 8px;
    pointer-events: none;
}

.background {
    fill: none;
    pointer-events: all;
}

.feature.active {
    fill: orange;
}

.state-boundary {
    fill: none;
    stroke: #ecf408;
    stroke-width: 3;
    stroke-linejoin: round;
}

.region-boundary {
    fill: none;
    stroke: blue;
    stroke-width: 3;
    stroke-linejoin: round;
}
/*End For d3 map*/

/*For slider*/

.btnSlider {
    float: left;
    margin-top: 15px;
    /*height:26px;
    width:26px;
    border-radius:3px;*/
}

.divSlider {
    float: left;
}

.btnSliderImg {
    margin-top: -10px;
    margin-left: -10px;
}

.rzslider .rz-ticks .rz-tick {
    width: 1px !important;
    height: 7px !important;
}

    .rzslider .rz-ticks .rz-tick .rz-tick-value {
        font-size: 14px !important;
    }

.rzslider .rz-pointer { /*Change slider button from circle to rectangle*/
    width: 12px;
    height: 24px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: red;
    opacity: 0.6;
}

    .rzslider .rz-pointer::after { /*Hide the white background*/
        opacity: 0 !important;
    }

/*End For slider*/

/*For check box in the line chart*/
.chBoxWrapper {
    margin-left: 1.5rem;
    padding-left: 1rem;
    display: inline-block;
}

.overallLabel {
    font-weight: normal;
}
/*End for check box*/

/* Angular-UI Multiselect Checkbox Dropdown 
    From :https://github.com/long2know/angular-directives-general
*/
multiselect {
    /*display: block;*/
    display: inline-block;
}

    multiselect > .btn-group {
        min-width: 180px;
    }

    /*Hided by STT for the OK and Cancel button 06212016*/
    /*multiselect .btn { 
        width: 100%;
        background-color: #FFF;
    }*/

    multiselect .btnOKCancel {
        width: 80px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    multiselect .btn-small {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    multiselect .dropdown-toggle {
        width: 100%;
        background-color: #FFF;
        /*color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;*/
    }

        multiselect .dropdown-toggle:hover {
            color: #fff;
            background-color: #235a89;
            border-color: #2e6da4;
        }

        multiselect .dropdown-toggle:focus {
            /*color: #fff;
            background-color: #235a89;
            border-color: #2e6da4;*/
            color: black;
            background-color: #fff;
        }

    multiselect .btn.has-error {
        border: 1px solid #a94442 !important;
        color: #db524b;
    }

    multiselect .dropdown-menu {
        max-height: 300px;
        min-width: 200px;
        overflow-y: auto;
    }

        multiselect .dropdown-menu .filter > input {
            width: 99%;
        }

        multiselect .dropdown-menu .filter .glyphicon {
            cursor: pointer;
            pointer-events: all;
        }

    multiselect .dropdown-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
    }

    multiselect > .btn-group > button {
        padding-right: 20px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

        multiselect > .btn-group > button > .caret {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid black;
            /*border-top: 4px solid #fff;*/
            right: 5px;
            top: 45%;
            position: absolute;
        }

    multiselect .dropdown-menu > li > a {
        padding: 3px 10px;
        cursor: pointer;
    }

        multiselect .dropdown-menu > li > a i {
            margin-right: 4px;
        }

.glyphicon-none:before {
    content: "";
    color: transparent !important;
}

.multiselectDescription {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px !important;
}

.multiselectDisabled {
    cursor: not-allowed !important;
}

.multiselectDisabledCheck {
    opacity: 0.5;
    cursor: not-allowed;
}
/* End of Angular-UI Multiselect Checkbox Dropdown */

/*Tooltip*/
#tooltip {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 244px;
    /*height: 165px;*/
    height: 200px;
    margin: 10px;
    border: 1px solid #fafafa;
    border-radius: 4px;
    background-color: #ffffff;
    display: block;
    left: -1000px;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}

    #tooltip #tooltipTitle {
        padding: 10px 15px;
        height: 50px;
        border-bottom: 1px solid #aabef9;
    }

        #tooltip #tooltipTitle .tip_leftHeader {
            float: left;
        }

            #tooltip #tooltipTitle .tip_leftHeader > p {
                margin: 0 0 4px;
                font-weight: normal;
                font-size: 12px;
            }

                #tooltip #tooltipTitle .tip_leftHeader > p.title {
                    font-weight: bold;
                    font-size: 14px;
                }

        #tooltip #tooltipTitle .tip_rightHeader {
            float: right;
            width: 42px;
        }

            #tooltip #tooltipTitle .tip_rightHeader .tip_rectangle {
                border-radius: 4px;
                display: block;
                width: 34px;
                height: 20px;
                margin-bottom: 4px;
            }

            #tooltip #tooltipTitle .tip_rightHeader > p {
                font-size: 12px;
            }

    #tooltip #tooltipContent {
        padding: 5px 15px;
    }

        #tooltip #tooltipContent .tip_leftBody {
            padding-left: 22px;
            float: left;
            width: calc(100% - 20px);
        }

            #tooltip #tooltipContent .tip_leftBody > p {
                font-weight: normal;
                font-size: 12px;
            }

                #tooltip #tooltipContent .tip_leftBody > p .boldText {
                    font-weight: bold;
                }

        #tooltip #tooltipContent .tip_rightBody {
            float: right;
            margin-top: 40px;
            margin-right: -15px;
            width: 20px;
        }

            #tooltip #tooltipContent .tip_rightBody span.new_window:before {
                font-size: 14px;
                color: #36b0f7;
            }

/*ToolTip in table*/
.span-tooltip {
    cursor: pointer;
}

.divGeoRadioButtons {
    padding-left: 40px;
}

/*For season dropdown*/
.seasonDropdown {
    margin-top: 0 !important;
}

    .seasonDropDown > ul.dropdown-menu {
        min-width: 100px;
    }

ul.dropdown-menu {
    margin-left: 0;
    padding-left: 0 !important;
}

.dropdown-menu > li > a {
    padding-left: 10px !important;
}

.seasonDropDown {
    min-width: 100px;
}

.dropDownButton {
    width: 100%;
}

    .dropDownButton > .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        /*border-top: 4px solid black;*/
        border-top: 4px solid #fff;
        right: 5px;
        top: 45%;
        position: absolute;
    }

.dropDownOption {
    cursor: pointer;
}

.dropDownOptionText {
    font-size: 14px !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

/*Age dropdown*/
.ageMenu {
    font-weight: 600;
}

.divRightDropdown {
    margin-top: 7px;
}

.ageDropDown {
    min-width: 140px;
    /*margin-top: 30px;*/
}

    .ageDropDown > ul.dropdown-menu {
        min-width: 140px;
    }

.subRegionDropDownGrid {
    float: right;
    margin-right: 20px;
}

.subRegionDropDown {
    min-width: 160px;
    /*margin-top: 30px;*/
}

    .subRegionDropDown > ul.dropdown-menu {
        min-width: 160px;
    }

.panelContentDescription {
    padding-bottom: 10px;
    line-height: 1.1;
}

.panelContentDescriptionForChart {
    padding-bottom: 0 !important;
    text-align: center; /*Added 20191001*/
}

.panelDescriptionRow1, .panelDescriptionRow2 {
    font-size: 11px;
    font-weight: bold;
}

.panelDescriptionRow3 {
    font-size: 11px;
    color: #4F81BD;
}

.panelDescriptionRow4 {
    padding-top: 5px;
}

#divFooterArea {
    text-align: center;
    padding-bottom: 20px;
}

    #divFooterArea a {
        cursor: pointer;
    }

.sixColumns {
    min-width: 800px !important;
    margin-left: -800px !important;
}


.twoColumns {
    width: 400px !important;
    margin-left: -240px !important;
    max-height: 600px;
    overflow-y: auto;
}


.sixColumn li {
    width: 16.666%;
}

.twoColumns li {
    width: 50%;
}

/*Busy Indicator*/
.DataLoadingOverLay {
    opacity: 0.5;
    background-color: #fff;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1100;
}

    .DataLoadingOverLay.On {
        display: block;
    }

.DataLoadingWrapper {
    opacity: 1;
    background-color: transparent;
    display: none;
    top: 200px;
    left: 50%;
    width: 128px;
    height: 15px;
    margin: 100px auto;
    position: absolute;
    z-index: 1101;
}

    .DataLoadingWrapper img {
        position: absolute;
    }

    .DataLoadingWrapper.On {
        display: block;
    }


/*For Download Image link*/
.aDownloadImage {
    cursor: pointer;
}

/*Modal (Pop-up)*/
.ngdialog-content {
    padding: 0 !important;
}

.ngdialog-message {
    height: 40px !important;
    padding: 7px 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5;
}

.modalTitle {
    margin: 0;
}

.modal-body {
    padding: 15px;
}

.disclaimerDialog h5 {
    font-size: 16px !important;
    font-weight: bold !important;
}

.disclaimerDialog p {
    font-size: 14px !important;
}

.disclaimerDialog > .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.modal-body .row {
    margin: 0 !important;
}

.modal-footer {
    height: 48px !important;
    padding: 4px 15px !important;
}

.divModalFooterCenter {
    text-align: center;
}

.divCustomOptions {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.divTopCustomOption {
    padding-top: 10px;
}

.downloadDataLabelType1 {
    width: 31%;
    text-align: right;
    font-weight: normal;
    font-size: 1em !important;
}

.downloadDataLabelType2 {
    width: 22%;
    text-align: left;
    font-weight: normal;
    font-size: 14px !important;
    padding-left: 5px;
}

.downloadDataOptionType1 {
    margin-top: 0;
    width: 64% !important;
}

.downloadDataOptionType2 {
    margin-top: 0;
    width: 42% !important;
}

.disabledLabel {
    opacity: 0.5;
}

.enabledLabel {
    opacity: 1;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    width: 180px;
}

.divMultiDropdwonButton {
    width: 180px;
}

.multiDropdwonButton {
    width: 86%;
    text-align: left !important;
}

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    padding-left: 25px !important;
}

fieldset legend { /*Added by STT on 10082016 for accessibility*/
    margin: 0 !important;
    border: none !important;
}

#screenshotChartArea {
    /*width: 700px;
    height: 325px;*/
    width: 912px; /*Updated on 20231003*/
    height: 465px;
}

/*#screenshotChartArea .y2-axis {
        visibility: hidden;
    }

    #screenshotChartArea .y2Label {
        visibility: hidden;
    }*/

/*=============================================================
                      Media Query
=============================================================*/
/*iPhone 4*/
@media only screen and (max-width : 320px) {
    .main-title {
        font-size: 18px;
        margin: 25px 5px 10px 5px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 321px) {
    .main-title {
        font-size: 18px;
        text-align: left;
        margin: 40px 0 0 15px;
    }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 1025px) {
    .main-title {
        font-size: 24px;
        text-align: center;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .main-title {
        text-align: center;
        margin-top: 0;
    }

    .container-fluid a {
        /*height: 50px;*/
    }


    .downloads-help-area {
        padding-left: 15px;
        text-align: left;
    }
}

@media only screen and (max-width: 960px) {
    .control-area {
        margin-top: 0;
    }
}

@media only screen and (max-width: 800px) {
    #areas-title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .control-area {
        margin-top: 0;
    }
}


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