﻿
html, body { /*STT*/
    height: 100%;
    overflow-x:hidden;
    overflow-y:hidden;
}


body { /*James*/
    /*overflow:hidden;*/
    padding: 0;
    margin: 0;
    /*/*background: url(../img/Bkg_LeftTop.png) top left no-repeat, url(../img/Bkg_RightBtm.png) bottom right no-repeat;*/*/
}

/*=============================================================
                      DISCLAIMER STYLES & POPUP DIALOG STYLES
=============================================================*/


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

/*=============================================================
                     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: calc(50% - 64px);
    width: 128px;
    height: 15px;
    margin: 100px auto;
    position: absolute;
    z-index: 1101;
}

    .DataLoadingWrapper img {
        position: absolute;
    }

    .DataLoadingWrapper.On {
        display: block;
    }

/******************************************************************************
                                 HEADER STYLES
******************************************************************************/
.container-fluid a { /*STT*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
    height: 20px;
}


.main-title {
    text-align: center;
    font-size: 24px;
    font-weight:bold;
}

/*=============================================================
                      TOOLBAR STYLES
=============================================================*/
.dropDownOption { /*STT*/
    cursor: pointer;
}

/*=============================================================
                      DATA VISUALIZATION STYLES
=============================================================*/
.widget-wrapper {
    width: 100%;
}


.divMapDisplayType {
    display:inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/*Slider Area*/
.slider-area {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-left: 0;
}

.divbtnSliderLeft {
    text-align: right;
    padding-right: 5px;
}

.divbtnSliderRight {
    text-align: left;
    padding-left:5px;
}

.btnSlider {
    /*float: left;*/
    margin-top: 20px;
}

.divSlider {
    float: left;
}

.slider-button { 
    padding: 2px 3px !important; /*STT*/
    color: #fff;
    background-color: #25a721;
    border: solid 1px #1e7d1b;
}

.slider-button-area {
    margin: 150px 150px;
}

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

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

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

.slider-button-area {
    margin: 150px 150px;
}

.rzslider .rz-ticks .rz-tick { /*Overright*/
    width: 1px !important;
    height: 10px !important;
}

    .rzslider .rz-ticks .rz-tick .rz-tick-value { /*Overright*/
        font-size: 12px !important;
        transform: translate(-50%, 7px); /*Overright teanslateY from 0 to 7px*/
    }


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


.rzslider .rz-bar-wrapper-title { /*Slider's title*/
    text-align: center;
    width: 100%;
    padding-top: 15px;
    font-size: 12px;
}

.weeklyButtonAreaDiv { /*STT*/
    font-size: 14px;
    padding-top: 8px;
}

.weeklyButtons { /*STT*/
    margin-top:8px;
}
/*End For slider*/

.chxBoxRect {
    display: inline-block;
    height: 12px;
    width: 12px;
    vertical-align: middle;
    margin-right:5px;
    margin-top:-3px;

}

/*Season dropdown button*/
.dropDownButton {
    min-width: 110px;
    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;
    }

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

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

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

.dropdown-menu > li > div > a {
    padding-left: 10px !important;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:400;
    line-height: 1.4285;
    color: #333;
    white-space: nowrap;
}

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

/*Tooltip*/
#tooltip {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*width: 260px;*/
    width: 180px;
    /*height: 200px;*/
    height: 100px;
    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;
    }

#topoMap, #mappietooltip {
    text-align: center;
}

.states {
    fill: none;
    stroke: #4d4f4f; /*#D3D3D3;*/
    stroke-linejoin: round;
    stroke-linecap: round;
}

.state-borders {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-linecap: round;
}

.mapVirustypeDropDownContainer {
    text-align:center;
    padding-top:20px;
}

.mapVirustypeDropDown {
    padding-top: 10px;
}


/*=============================================================
                      LEGEND STYLES
=============================================================*/

.mapLegendTitle {
    font-size: 12px;
    font-weight: bold;
    padding-top:10px;
}

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

    .ulMapLegend li {
        list-style-type: none;
        font-size: 11px;
        display:inline-block;
        padding-left:5px;
        padding-right:5px;
        /*margin-bottom: 0 !important;*/
    }


.legendRect {
    height: 12px;
    width: 12px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #4d4f4f;
}

.legendLabel {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    font-size: 12px;
}

.boldFont {
    font-weight: bold;
}

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

.divMapLegend {
    text-align: center;
}

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

.footerAreaContainer {
    text-align: center;
    padding-top: 15px;
}
/*******************************************************************************
                             SCREENSHOT STYLES
******************************************************************************/
.screenshotMap {
    width: 932px;
    margin-right: auto;
    margin-left: auto;
}

.screenshot-RowDiv {
    margin: 0;
}

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

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

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

/******************************************************************************
                              MEDIA QUERY STYLES
******************************************************************************/
/* Extra small devices (phones, less than 768px) / / No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up)  @media (min-width: @screen-sm-min) {
    ...
}
/* Medium devices (desktops, 992px and up)  @media (min-width: @screen-md-min) {
    ...
}*/
/* Large devices (large desktops, 1200px and up)  @media (min-width: @screen-lg-min) {
    ...
}*/


/* Tablets, Small Laptops */
@media only screen and (max-width: 960px) { /*STT*/
    .btn {
        font-size: 12px;
        padding: 6px 12px;
    }

    .main-title {
        font-size: 18px;
    }
}


@media only screen and (max-width: 768px) { /*James*/
    .main-title { 
        font-size: 18px;
    }
}

@media only screen and (max-width: 640px) { /*STT*/
    .btn {
        font-size: 11px;
        padding: 4px 6px;
    }

    .btn-sm {
        font-size: 11px;
        padding: 4px 6px;
    }
    
    .main-title {
        font-size: 14px;
        font-weight: bold;
    }
}


/* Extra Small Devices, Phones */
/*iPhone 4*/
@media only screen and (max-width : 320px) { /*STT*/
    .main-title {
        font-size: 12px;
        /*margin: 30px 5px 10px 15px;*/
    }
}
 

