﻿


.cwxWrap {
    padding: 10px;
    font-size: 16px;
}

.cwxContent {
    background-color: #FFFFFF;
    padding:5px 0px 5px 0px;
    /* box-shadow: 1px 1px 1px #b9b9b9;*/
}

.cwxImgWrap {
    float: left;
    padding: 5px 15px 0px 5px;
    width: 100px;
}

.cwxImg {
    width: 100px;
}

.cwxTime {
    color: #A0A0A0;
}

.cwxTemp {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.cwxWeather {
    font-size: 14px;
}

.cwxLocation {
    font-size: 10px;
    /*font-weight: 500;*/
}

.cwxNormal {
    font-size: 14px;
}


        .tr_Header {
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    height: 20px;
    font-size: 14px;
}


  /*7 - FORECAST STYLES 2017*/
.forHeader {
     box-shadow: 1px 1px 1px #b9b9b9;
}

.forWrapper {
    font-size: 12px;
}

.forDay {
    position: relative;
    line-height: 16px;
}
.forHourHeader {
    padding: 5px 10px 5px 10px;
    background-color: gray;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.forTable {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 2px;
}

    .forTable:hover {
        width: 100%;
        background-color: #E9E9E9;
        margin-bottom: 2px;
        cursor: pointer;
    }

.forWrapper td {
    width: 25%;
    padding: 5px;
    margin: 0px;
}

.forExpand {
    margin: 10px;
    border-width: 1px;
    border-color: #E9E9E9;
    border-radius: 3px;
    border-style: solid;
    padding: 10px;
}

.forExpandButton {
    position: absolute;
    top: 25px;
    right: 20px;
}

.forDayName {
    font-size: 16px;
}

.forDateName {
    font-size: 12px;
    padding-left:2px;
    padding-top:2px;
}

.forHigh {
    font-size: 18px;
}

.forLow {
    font-size: 16px;
}

.forPrecip {
}

.forDescription {
}

.forHeader .forTable {
    font-size: 10px;
    color: gray;
}
/*END FORECAST STYLES*/


/*7-DAY BOX LAYOUT*/
.forDayB{
    border-left: 1px;
    padding: 5px;
    font-size: 15px;
    overflow: hidden;
    background-color: #000000;
    padding-left: 7px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    color: #FFFFFF;
    
}
.forDayBlockB {
   
    display: inline-block;
    vertical-align: top;
    width: 126px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.forHolderB {
    padding: 5px;
    margin: 0 auto;
    /*width: 640px;*/
    font-family: "Basic Sans SF";
    border-radius: 3px;
}
.forContainerB {
    margin: 3px;
    padding: 5px;
}
.forPanelB {
    vertical-align: top;
    margin-left: -1px;
    margin: 1px;
    display: inline-block;
    margin-right: -1px;
    /*background-color: #FFFFFF;*/
    width: 85px;
    padding-bottom: 5px;
    height: 200px;
}
.forImageB {
    margin: 0 auto;
    width: 70px;
    padding-top: 5px;
    padding-bottom: 3px;
    display: block;
}
.forTempsHigh {
    margin: 0 auto;
    width: 50px;
    text-align: center;
    color: #000000;
    font-family: "Basic Sans SF";
    font-size: 24px;
    overflow: hidden;
}
.forTempsLow {
    margin: 0 auto;
    width: 39px;
    text-align: center;
    color: #808080;
    font-family: "Basic Sans SF";
    font-size: 15px;
    height: 20px;
    overflow: hidden;
}
.infoContain {
    border-left: 1px;
    border-left-color: #EFEEEF;
    border-left-style: outset;
}
.infoContainWeekend {
        border-left: 1px;
    border-left-color: #EFEEEF;
    border-left-style: outset;
  background: -moz-linear-gradient(top,  rgba(252,252,50,0.56) 0%, rgba(144,195,205,0) 85%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,50,0.56)), color-stop(85%,rgba(144,195,205,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,50,0.56) 0%,rgba(144,195,205,0) 85%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,50,0.56) 0%,rgba(144,195,205,0) 85%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,50,0.56) 0%,rgba(144,195,205,0) 85%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,50,0.56) 0%,rgba(144,195,205,0) 85%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ffcfc32', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}
.forInfoB {
    margin: 0 auto;
    padding: 3px;
    height: 46px;
    font-size: 12px;
    text-align: center;
    width: 60px;
    margin-bottom: 3px;
    overflow: hidden;
}

.optHeader {
    padding: 5px;
}
.forTitleB {
    font-size: medium;
    border-bottom: ridge;
    color: #000000;
    border-width: 1px;
    font-size: large;
}
.textTilt {
     -ms-transform: rotate(-90deg); 
     position: relative; 
     top: 90px; 
     color: #000000; 
     font-weight: bolder; 
     font-size: medium;
}
.sidebarB {
    padding: 5px;
    margin-right: 5px;
    float: left;
    background-color: #F0F0F0;
    display: inline-block;
}

 .sevenDay_PRECIP {
    position: relative;
    padding-right: 3px;
    top: -124px;
    text-align: right;
    font-size: 17px;
    color: #006600;
     background: -moz-linear-gradient(-45deg, rgba(249,252,250,0) 0%, rgba(188,189,188,0) 49%, rgba(124,124,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(249,252,250,0)), color-stop(49%,rgba(188,189,188,0)), color-stop(100%,rgba(124,124,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(249,252,250,0) 0%,rgba(188,189,188,0) 49%,rgba(124,124,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(249,252,250,0) 0%,rgba(188,189,188,0) 49%,rgba(124,124,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(249,252,250,0) 0%,rgba(188,189,188,0) 49%,rgba(124,124,124,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(249,252,250,0) 0%,rgba(188,189,188,0) 49%,rgba(124,124,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9fcfa', endColorstr='#7c7c7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.teleconnectionsWrap {
    padding: 5px;
    background-color: #EFEFEF;
}

.teleconnectionName {
    font-size: 14px;
    font-weight: bold;
}

.teleconnectionValuePositive {
    color: red;
}

.teleconnectionValueNegative {
    color: blue;
}

.teleconnectionChangeSymbol {
    width: 20px;
}

/*3HR LAYOUTS*/
.hr3Wrapper {
    padding: 5px;
    height: 100%;
}

    .hr3Wrapper img {
        max-width: 100%;
    }


.hr3Table td {
    width: 20%;
    vertical-align: top;
    height: 100%;
}

.hr3Shade {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
}

.hr3InfoWrapper {
    position: relative;
    text-align: center;
    height: 100%;
}

.hr3InfoHolder {
    padding: 5px;
    position: relative;
}


.hr3Block div {
    padding: 5px;
    text-align: center;
}

.hr3Hour {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.hr3Img {
    padding: 10px;
}

.hr3Temp {
    padding: 3px;
    font-size: 26px;
    font-weight: bold;
    padding-top: -10px;
}

.hr3Text {
    padding-top: 3px;
    height:40px;
    overflow:hidden;
}

/*OUTLOOK MAPS HOLDER*/
.outlookWrapper {
    padding: 5px 5px 15px 5px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: white;
}


.outlookMapContainer {
    
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

    .outlookMapContainer a {
        display: block;
        width: 33.33%;
    }

    .outlookMapContainer img {
        width: 100%;
        object-fit: contain;
    }

.tstormCategoryBlock {
    width: 25%;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding: 2px;
    text-shadow: 2px 2px 8px black;
}

    .tstormCategoryBlock ul {
        text-align: left;
    }

.outlookWrapper div div {
    text-align: center;
    padding: 3px;
    font-size: 18px;
}

.heavyRainBlock {
    width: 15%;
    padding: 2px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-shadow: 0px 0px 2px black;
}

.snowBlock {
    width: 12%;
    padding: 2px;
    text-align: center;
    border-width: 1px;
    border-color: black;
    text-shadow: 0px 0px 2px black;
}

.iceBlock {
    width: 17%;
    padding: 2px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-shadow: 0px 0px 2px black;
}
@media only screen and (max-width: 600px) {
    .outlookWrapper {
        display: flex;
        flex-direction: column;
    }

    .threeAcrossBlock {
        width: 100%;
    }

    .tstormCategoryBlock,
    .heavyRainBlock,
    .snowBlock,
    .iceBlock {
        width: 100%;
    }

    .mapTypeBlock {
        width: 25%;
    }

    .outlookMapContainer a {
        display: block;
        width: 50%;
    }

    .mapThumbnail {
        display: inline-Block;
        width: 33.3%;
    }
}



/*7-DAY FORECAST CREATOR & DISPLAY*/
.fSection {
    padding: 10px 10px 10px 0px;
    font-weight: bold;
}

.sectionDDL {
    padding: 3px;
    font-size: 18px;
}

.forecastHolder {
    width: 100%;
}

.forecastToggleHolder {
    display: inline-block;
}


.forecastBlock {
    width: 100%;
    /*border: 1px solid #343434;*/
    margin-bottom: 10px;
    box-shadow: 2px 2px 10px #343434;
}

.forecastSectionHolder,
.forecastInnerSectionHolder {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

.dot {
    margin: 2px 3px 3px 3px;
}

.forecastSection,
.forecastInnerSection {
    display: table-cell;
    vertical-align: top;
}

.secA {
    width: 100%;
}

.secB {
    width: 25%;
    /*border-right: 1px solid gainsboro;*/
}

.secC {
    width: 80%;
    padding-right: 10px;
}

.forecastHeader {
    position: relative;
    background-color: black;
    padding: 5px;
    color:white;
}

.forecastDay {
    font-weight: Bold;
}

.btnToggles {
    width: 70px;
    margin-right: -5px;
    background-color: white;
    cursor: pointer;
    border: 1px solid gainsboro;
    border-left: none;
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

.forecastBtnToggleSelected {
    background-color: limegreen;
    color: white;
}

.btnToggles:hover {
    background-color: limegreen;
}

.resetBtn {
    height: 20px;
    padding: 5px 0px 0px 0px;
    display: block;
    color: deepskyblue;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid gray;
}

.resetBtnActive:hover {
    background-color: red;
    color: white;
}

.fSaveBtnHolder {
    padding: 3px 0px 3px 3px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 900px;
    z-index: 10000;
}

.fSaveBtn {
    background-color: limegreen;
    color: white;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid gray;
    border-radius: 5px;
}

    .fSaveBtn:hover {
        background-color: darkgreen;
    }

.forecastTxtbox {
    width: 50px;
    font-size: 24px;
    text-align: center;
    color: white;
    background-color: transparent;
    margin: 0 auto;
    border: 1px solid transparent;
    cursor: pointer;
}
.fTemps {
    font-size: 24px;
    text-align: center;
    padding: 5px 0px;
}

    .forecastTxtbox:hover {
        border: 1px solid gray;
    }

.tempHigh {
    font-weight: bold;
}


.precipBlock {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(28, 28, 28, 0.30);
    text-shadow: 2px 2px 4px #000000;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}

.precipTxt {
    background-color: transparent;
    border: solid 1px transparent;
    color: white;
    padding: 2px;
    width: 35px;
    margin-right: -10px;
    vertical-align: middle;
    text-align: right;
    cursor: pointer;
}

.precipBlock:hover {
    border: solid 1px gray;
    background-color: rgba(28, 28, 28, 0.90);
}

    .precipBlock:hover .precipTxt {
        width: 55px;
        text-align: center;
        margin-right: 0px;
    }

.whitebg {
    background-color: white;
}

.forecastGraphic {
    width: 90%;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
}

    .forecastGraphic:hover {
        border: 1px solid gainsboro;
        cursor: pointer;
    }


.forecastItemTitle {
    font-size: 12px;
    color: gray;
}

.fComposeShortText {
    border: 1px solid transparent;
    width: 100%;
    font-size: 12px;
    padding: 5px;
    /*font-weight: bold;*/
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
}

    .fComposeShortText:hover {
        border: 1px solid gray;
    }

.fComposeTxt {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    outline: 0px solid transparent;
    padding: 5px 10px 5px 5px;
    resize: vertical;
    line-height: 20px;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-family: segoe ui;
    display: block;
    cursor: pointer;
}

    .fComposeTxt:hover {
        border: 1px solid gray;
    }

.fComposeWindText {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    max-width: 150px;
    font-size: 14px;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.greenDot {
    background-color: limeGreen;
}

.redDot {
    background-color: red;
}

.orangeDot {
    background-color: orange;
}

/*END FORECAST HOLDER, GUIDANCE HOLDER*/

/*GRAPHIC WINDOW*/

.forecastGraphicWindow {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    background-color: #1c1c1c;
    padding: 5px;
    border-radius: 0px 0px 0px 5px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.30), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 10002;
    bottom: 0px;
    overflow-y: scroll;
}

.forecastGraphicHolder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.gWindowHeader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    color: white;
    max-width: 700px;
    margin: 0 auto;
}

.gButton {
    width: 10%;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
}

    .gButton:hover {
        border: 1px solid white;
    }

.gWindowCloseBtn {
    width: 35px;
    height: 35px;
    font-size: 22px;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    background-color: red;
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.50), 0 2px 5px 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
}


/*TOP NAV BLOCK*/
.fTopNavigationHolder {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    color: white;
}

.fTopBlock {
    display: inline-block;
    flex:1;
    margin: 1px;
    background-color: #343434;
    cursor: pointer;
    position: relative;
}

.fSelected {
    background-color: black;
}

.fTopBlock:hover {
    background-color: #1C1C1C;
}

.fTopGuidance {
    background-color: darkgray !important;
}

.fTopGuidanceSelected {
    background-color: #636363 !important;
}

.stuckSaveBtn {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0px;
    margin: 0 auto;
    height: 45px;
    max-width: 900px;
    background-color: black;
}

.dayNameShort {
    font-size: 14px;
    width: 100%;
    padding:1px 0px;
    text-align: center;
    display: block;
}

.fHeaderBlock {
    padding: 3px;
    border-bottom: 1px solid gray;
}

.fInnerBlock {
    position: relative;
}
.fInnerExtraPadBottom{
    padding:0px 0px 20px 0px !important;
}
.fInnerBlockWrapper {
    z-index: 2;
    position: relative;
    padding-bottom: 3px;
}

.arrow-up {
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: -5px;
}
.fStormEventLayer {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    top: 0px;
}

@media only screen and (max-width: 500px) {
    .forecastGraphicWindow {
        left: 0px;
        right: 0px;
        width: 100%;
    }

    .gButton {
        width: 20%;
    }
}