﻿/*html {
    height:100%;
}

body {
    height:100%;
    text-align:center;
}*/

.sectionSpace {
    padding-top:30px;
}

.sectionContainer {
    border: 1px solid #000000;
}

.mapTitleDiv {
    text-align:center; 
    height:40px;
}

.mapTitle {
    padding-top:20px;
    /*padding-left:20px;*/
}

.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;
}

.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 .dropdown-toggle {
        width: 100%;
        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;
    }

        multiselect > .btn-group > button > .caret {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid black;
            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: "\e013";
    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;
    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*/
.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;
}

.sixColumns {
    min-width: 800px !important;
    margin-left: -800px !important;
}


.sixColumn li {
    width:16.666%;
}

/*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;
}



