﻿html, body {
    height: 100%;
}

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

#main-content-div {
    height: 100%;
}
/*=============================================================
                      HEADER STYLES
=============================================================*/
.container-fluid a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    height: 20px;
}

/*=============================================================
                      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, #labtypes-title, #areas-title {
    font-weight: 600;
}

#labtypes-title, #areas-title {
    padding-left: 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;
    }

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

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

/*Season dropdown menu - listitem*/
.dropDownOption {
    cursor: pointer;
}

/*Season dropdown menu - listitem - element*/
.dropdown-menu > li > a {
    padding-left: 10px !important;
}

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

.liDropDownOptionExternalLink {
    padding-bottom: 5px;
}

.dropDownOptionExternalLink {
    padding-left: 5px;
}

.labTypesDropDwonButton {
    min-width: 160px;
}

.areasDropDwonButton {
    min-width: 150px;
}

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

.divMultiDropdwonButton {
    width: 180px;
}

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

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    /*padding-left: 15px !important;*/ /*For pahse 1 and Phase 8*/
    padding-right: 10px !important; /*For pahse 2*/
}

.popover {
    font-size: 10px !important;
}

/*Divider*/
.dropdown-divider {
    height: 0;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
}

/***Download Area***/
.downloads-help-area {
    padding-left: 15px;
    margin-top: 2rem;
    text-align: right;
    /*margin-right: 3rem;*/
}

    .downloads-help-area .downloads-button {
        margin-left: 0;
    }

.downloads-button {
    margin-left: 5px;
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

    .downloads-button:hover {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .downloads-button:focus {
        color: #fff;
        background-color: #1e7d1b;
        border: solid 1px #1e7d1b;
    }

    .downloads-button:active {
        color: #fff !important;
        background-color: #1e7d1b !important;
        border: solid 1px #1e7d1b !important;
    }

.help-button {
    margin-left: 5px;
    color: #fff;
    background-color: #e97e00;
    border: solid 1px #cd5c00;
}

    .help-button:hover {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:focus {
        color: #fff;
        background-color: #cd5c00;
        border: solid 1px #cd5c00;
    }

    .help-button:active {
        color: #fff !important;
        background-color: #cd5c00 !important;
        border: solid 1px #cd5c00 !important;
    }


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

.panelContentDescriptionForStackedColumn {
    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;
}

    .panelDescriptionRow4 a {
        cursor: pointer;
    }

.panelDescriptionRow4Link {
    display: inline;
    padding-left: 5px !important;
}

#columnPanel g.y2-axis {
    visibility: hidden;
}

#columnPanel rect.stack {
    stroke-width: 1;
    stroke: rgb(0,0,0);
}

#screenshotStackedColumnChartArea rect.stack {
    stroke-width: 1;
    stroke: rgb(0,0,0);
}

#columnPanel text.y2Label {
    visibility: hidden;
}

#columnPanel .chart-legend {
    visibility: hidden;
}

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

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

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

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

#columnPanel .chart .x-axis .tick text { /*Added 20191001*/
    text-anchor: end !important;
}

#screenshotStackedColumnChartArea .chart .x-axis .tick text { /*Added 20191001*/
    text-anchor: end !important;
}

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

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

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

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

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

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

/*#columnPanel .x-axis text {
    transform: rotate(340deg);
}

#screenshotStackedColumnChartArea .x-axis text {
    transform: rotate(340deg);
}*/


.noDataDiv {
    font-size: 20px;
    color: dimgray;
    text-align: center;
}

.id_Txt rect.stack {
    stroke-width: 1;
    stroke: #d9d9d9 !important;
}

/*FlexBox to make the same height of each column elements*/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.is-flex > [class*="col-"] {
        display: flex;
        flex-direction: column;
    }

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.is-flex > [class*="col-"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.datavisualization-panelGroup {
    /*padding-left:15px;
    padding-right: 15px;*/
    margin-left: 0;
    margin-right: 0;
}

.datavisualization-panel {
    /*min-height:300px;*/
    /*border:1px solid black;
    padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding-left: 0;
    padding-right: 0;
}


.panel-group .panel + .panel { /*Overwrite bootstrap's style*/
    margin-top: 0;
}

/*Tooltip*/
#tooltip {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*width: 260px;*/
    width: 200px;
    /*height: 200px;*/
    height: 180px;
    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;*/
        padding: 10px 10px;
        /*height: 55px;*/
        height: 35px;
        border-bottom: 1px solid #aabef9;
    }

        #tooltip #tooltipTitle .tip_leftHeader {
            float: left;
            font-size: 14px;
        }

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

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

        #tooltip #tooltipTitle .tip_rightHeader {
            float: right;
            width: 58px;
            font-size: 12px;
        }

            #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;*/
        padding: 5px 5px;
        font-size: 11px;
    }

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

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

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

.boldText {
    margin-bottom: 3px !important;
}


#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;
    }

/*=============================================================
             LC Multiple Series Chart Style
=============================================================*/
#chartDescriptionArea_LC .panelDescriptionRow1,
#chartDescriptionArea_LC .panelDescriptionRow2,
#chartDescriptionArea_LC .panelDescriptionRow3 {
    font-size: 12px;
    line-height: 1.4;
}

#season-title {
    font-size: 12px;
}

.seasonsArea {
   
    display: inline-block;
}

.seasonsArea .divMultiDropdwonButton,
.seasonsArea .scrollable-menu {
    width: 240px;
}

#LCMultipleSeriesChart .chart .line-series path,
#screenshotLineChartArea .chart .line-series path {
    stroke-width: 2px !important;
}

#LCMultipleSeriesChart .chart .line-data .id_0 path,
#screenshotLineChartArea .chart .line-data .id_0 path {
    stroke-dasharray: 3 !important;
}

.divLegendSymbol {
    width: 20px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
}

.chart-tooltip {
    text-align: left !important;
}

    /*.chart-tooltip .tooltip-item .color-dot {
        width: 20px !important;
        height: 3px !important;
    }*/

 /*For rendering dotted line to canvas. No ID use*/
.chart .line-series path {
    stroke-width: 2px !important;
}
/*For rendering dotted line to canvas*/
.chart .line-data .id_0 path {
    stroke-dasharray: 3 !important;
}
/*=============================================================
                      LEGEND STYLES
=============================================================*/
.legendGroup text.legend-label {
    font-size: 10px;
    stroke: #fff;
    stroke-width: 0.5px;
}

.slidepanelLegend {
    padding-top: 30px !important;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}


.ulCustomDataMultipleSeclection_H, 
.ulCustomDataMultipleSeclection_H_LC {
    list-style: none;
    /*margin-left:-15px;*/
}

    .ulCustomDataMultipleSeclection_H li {
        display: inline;
        list-style-type: none;
        /*padding-right: 3rem;*/
        font-size: 10px;
    }

    .ulCustomDataMultipleSeclection_H_LC li {
        display: inline;
        list-style-type: none;
        /*padding-right: 3rem;*/
        font-size: 12px;
    }

.divParentNationalPieChart {
    float: left; /*07112017*/
    padding-left: 0;
    padding-right: 0;
}

.divNationalPieChartTitle {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

multiselect-tree .liCustomDataMultipleSeclection_H {
    /*padding-left: 0;*/
}

.legendDimension {
    float: right;
    width: 230px;
    height: 178px;
}

.legendTitle {
    font-size: 11px;
    font-weight: bold;
}

.legendDescription {
    font-size: 10px;
}

.ulPieLegend, .ulMapLegend {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0 !important;
}

    .ulPieLegend li, .ulMapLegend li {
        list-style-type: none;
        font-size: 10px;
        margin-bottom: 0 !important;
    }



.legendRect {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #4d4d4d;
}

.legendLabel {
    display: inline-block;
    margin-left: 2px;
}

.boldFont {
    font-weight: bold;
}

/*=============================================================
                     BUSY INDICATOR STYLES
=============================================================*/
.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;
    }

/*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;
    background-color: #ffffff;
}

    .modal-body form > * {
        margin: 10px 0;
    }

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

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

.divDataSourceLabel, .divRegionTypeLabel label {
    font-weight: 700 !important;
}

.divDataSourceChxBoxLabel label {
    font-weight: normal;
    font-size: 14px;
}

.divModalFooterCenter {
    text-align: center;
}

.divCustomOptions {
    border-color: #e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
    padding-top: 5px;
    padding-bottom: 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;
}


dropdown-multiselect button {
    width: 100%;
}

.downloadDataOptionType2 .btn .caret {
    float: right !important;
    margin-top: 8px !important;
}

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

.liCustomDataMultipleSeclection {
    padding-left: 10px;
}

.liCustomDataMultipleSeclectionChildElement {
    /*padding-left: 25px !important;*/ /*Commented it in the widget 20190929*/
}

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

/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/


.screenshot-RowDiv {
    margin: 0;
}



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

    #screenshotStackedColumnChartArea rect.stack { /*The style property order is important because the parse style will need it*/
        stroke-width: 1;
        stroke: rgb(0,0,0);
    }

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

    #screenshotLineChartArea .y2-axis {
        visibility: hidden;
    }

.screenshotStackedColumnChart {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.chartZoomTip {
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}

.divStackedColumnLegend {
    /*margin-top:-10px;*/ /*Commented 20191001*/
    padding-top: 10px;
}

#canvas-map-screenshot {
    width: 702px;
    float: left;
}

#canvas-mapLegend-screenshot {
    float: right;
}

.map-footnotes-screenshot {
    font-size: 14px;
    margin-left: 9rem;
    width: 85%;
}

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

    #divFooterArea a {
        cursor: pointer;
    }
/*=============================================================
                      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) {
    .main-title {
        text-align: left;
        font-size: 18px;
        margin: 35px 5px 10px 15px;
    }

    .control-area {
        margin-top: 0;
    }
}

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

@media only screen and (max-width: 640px) {
    .main-title {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        margin: 45px 5px 10px 15px;
    }

    .control-area {
        margin-top: 0;
    }
}


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