﻿
/*NAVIGATION*/
.forecastNavHolder {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px gainsboro;
}

.forecastNavHolderAdmin {
    border-bottom: solid 1px gainsboro;
    text-align:center;
}
.forecastNav {
    border-bottom: 1px solid black;
}

.forecastNavHolder ul {
    display: flex;
    /* flex-direction: row; */
    flex-flow: row wrap;
    justify-content: center;
}
    .forecastNav ul {
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
    }

    .forecastNav li {
        white-space: nowrap;
        text-decoration: none;
        padding: 1px 0px 3px 0px;
        margin: 0px 0px 0px 0px;
        list-style: none;
        color: black;
        display: inline-block;
        vertical-align: bottom;
        background-color: #F9F9F9;
        font-size: 14px;
        cursor: pointer;
        border: 1px;
        border-color: #dfdfdf;
        border-style: solid;
        border-bottom: none;
        font-weight: bold;
        text-transform: uppercase;
    }

        .forecastNav li:hover {
          
            background-color: gold;
            
        }


    .forecastNav .liActive {
        color: black;
        background-color: gold;
        border: 1px solid black;
        border-bottom: none;
    }
    .forecastNav div {
        padding: 2px 10px 2px 10px;
        display: block;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }
    .forecastNav img {
        display: inline-block;
        vertical-align: middle;
        margin-left: -5px;
    }
    .forecastNav span {
        display: inline-block;
        vertical-align: middle;
    }

#createOutlookHolder {
    padding: 0px 5px 10px 5px;
}

.forecastToggleHolder {
    margin-bottom:1px;
    /*
    border-bottom: solid 2px #343434;
    padding-bottom:1px;*/
}

.btnToggles {
    width: 40px;
    height: 25px;
    padding: 5px;
    margin-right: -1px;
    display: inline-block;
    background-color: white;
    cursor: pointer;
    border-left: none;
    color: gray;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.btnToggleSelected {
    background-color: gold;
    color: white;
}

.btnToggles:hover {
    background-color: gold;
}

.btnToggles img {
    width: 35px;
    vertical-align: top;
    display: inline-block;
}


.fTitle {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

    .fTitle:hover {
        background-color: white;
    }

    .fTitle::after {
        content: ' ▼';
        font-size: 80%;
        display: inline-block;
    }


.dot {
    height: 12px;
    width: 12px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    margin-right: 10px;
}
.lblDot {
    height: 10px;
    width: 10px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    margin-right: 3px;
    margin-top:2px;
}

.bigDot {
    height: 20px;
    width: 20px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid white;
    margin:5px 2px 2px 2px;
}

.greenDot {
    background-color: limeGreen;
}

.orangeDot {
    background-color: orange;
}

.redDot {
    background-color: red;
}

.blackDot {
    background-color: black;
}

.fSaveBtnHolder {
    padding: 0px 0px 0px 3px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    bottom: 0px;
    border-bottom: solid 1px gainsboro;
    max-width: 900px;
    background-color: #343434;
}

.fBtn {
    background-color: limegreen;
    color: white;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    margin: 5px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px gainsboro;
}
.fSaveBtn {
    background-color: limegreen;
    color: white;
}

.fCancelBtn {
    background-color: gray;
    color: white;
}
.fDeleteBtn {
    background-color: red;
    color: white;
}
    .fSaveBtn:hover,.fCancelBtn:hover,.fDeleteBtn:hover {
        background-color: gold;
        color:black;
    }

.fItemTitle {
    font-size: 12px;
    color: slategray;
    font-style: oblique;
    padding:15px 5px 2px 0px;
    font-weight:500;
}

.fTxtBox {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    width: 100%;
    font-size: 14px;
    padding: 5px;
    display: block;
    box-sizing: border-box;
}


.fPreviewDiv {
    padding: 0px 0px 10px 0px;
}

.fSubSection {
    padding: 0px 10px 0px 10px;
}

.fGrouping {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-top:10px;
}

.fGroupingA {
    width: 33.3%;
    /*height: 150px;*/
    position:relative;
}
.fChangeFeatureImgBlock {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}

.fGroupingB {
    width: 66.6%;
}

.fGroupingC {
    width: 50%;
}
/*
.fIncomplete{
    background-color:red;
}
.fComplete {
    background-color: lightgreen;
}*/

.fThumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.forecastListItem {
    display: block;
    padding: 5px;
    cursor: pointer;
    border: 1px solid gainsboro;
    margin-bottom: 1px;
    padding-left: 10px;
}

    .forecastListItem:hover {
        background-color: gold !important;
    }

.fName {
    display: block;
}



.featureImgStyle {
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    height: 130px;
    width: 200px;
}

.lastModifiedTime {
    font-size: 12px;
    color: black;
}

.loadOutlookDiv {
    font-size: 18px;
    padding: 5px 0px 5px 0px;
}

.loadOutlookDDL {
    padding: 5px;
    width: 150px;
    max-width: 300px;
}

#outlookInfoTable {
}

    #outlookInfoTable td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

.outlookImg {
    width: 200px;
}

#outlookInfoTable th {
    text-align: left;
    font-size: 12px;
}

#outlookInfoTable select {
    padding: 5px;
}

.regionsChkList td {
    display: inline-block;
}


.statusBlock {
    display: block;
    width: 30px;
    height: 20px;
}

.red {
    background-color: red;
}

.yellow {
    background-color: yellow;
}

.green {
    background-color: limegreen;
}

.tableSnippet {
    font-size: 12px;
    color: blue;
}

/*BUTTONS*/

.outlookBtnHolder {
    background-color: #E9E7E7;
    Padding: 10px 5px 10px 5px;
    margin-top: 20px;
    position: relative;
}

.createNewBtn {
    padding: 5px;
    background-color: blue;
    color: white;
    font-weight: bold;
}

.helpBtn {
}

.txtBoxFriendly {
    padding: 8px;
    background-color: white;
    width: 90%;
}

    .txtBoxFriendly:hover {
        padding: 8px;
        background-color: #F0F0F0;
        width: 90%;
    }

.txtBoxBold {
    font-size: large;
    font-weight: 700;
}

.managerHeaderMid {
    width: 100%;
}

.managerSubHeader {
    padding: 6px;
    font-size: 12px;
    color: #808080;
}

/*NEW RULES */
/*
#media_Window {
    background-color: white;
    top: 10px;
    width: 100%;
    max-width: 500px;
    position: fixed;
    z-index: 100105;
}*/

.windowTitle {
    background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 36px 0 16px;
    top: 0;
    right: 0;
    left: 0;
    border-color: #DFDFDF;
    position: relative;
}
/*
.closeButton {
    color: #666;
    padding: 0;
    position: absolute;
    top: 0;
    right: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 24px;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-weight: 600;
}*/

.imgBlockPreview {
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    position: relative;
}

.imgDivWrapPreview {
    overflow-y: scroll;
    max-height: 500px;
}


.importMediaDateRow {
    width: 100%;
    position: relative;
    display: block;
}

.importMediaTimeBlockFull {
    font-weight: bold;
    color: white;
    background-color: black;
    padding: 5px;
    width: 100%;
}
/*
.btnChoices {
    width: 75px;
    padding: 5px;
    font-weight: 600;
    background-color: red;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    color: white;
}*/

.fileUpload {
    padding: 10px 0px 10px 0px;
}


.uploadDeleteBtn {
    padding: 2px 8px 2px 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    font-size: 12px;
    background-color: black;
    font-weight: bold;
    cursor: pointer;
    color: #AAAAAA;
}

    .uploadDeleteBtn:hover {
        background-color: #eaeaea;
    }




.timeB {
    padding: 5px;
}

.buttonDiv {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #288BFC;
}

#buttonDiv input {
    padding: 3px;
}


.timeUpdated {
padding:5px;
display:block;
background-color:gainsboro;
}

    .timeUpdated img {
        display: inline-block;
        vertical-align: middle;
    }

    .timeUpdated span {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
    }

.tuGreen {
    background-color: limeGreen;
}

.tuGray {
    background-color: gainsboro;
}

.tuRed {
    background-color: red;
}

/*FORECAST CREATOR*/


.forecastInnerBlockActive {
    margin: 1px;
    background-color: limegreen;
    color: white;
    padding: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.forecastInnerBlockEmpty {
    margin: 1px;
    background-color: lightgray;
    color: black;
    padding: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.forecastInnerBlockSelected {
    margin: 1px;
    color: black;
    padding: 5px;
    background-color: gold;
    border-width: 4px;
    border-color: black;
    border-style: solid;
}

.forecastInnerBlockActive:hover, .forecastInnerBlockEmpty:hover {
    background-color: deepskyblue;
}

.forecastDayName {
    font-weight: bold;
    overflow: hidden;
    height: 20px;
}

.forecastDate {
    overflow: hidden;
    height: 20px;
}

.forecastTxtboxNumber {
    width: 40px;
    padding: 5px;
    font-size: 16px;
}


/*TIMES AND SLIDERS*/
.fTimeContainer {
    background-color: white;
    display: block;
    width: 100%;
    line-height: 20px;
    border: solid 1px gainsboro;
}
.fDateContainer {
    white-space:nowrap;
}
.fDateTimeLabel {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    white-space: nowrap;
    padding: 5px 5px 5px 10px;
}

.fTimeContainerInner {
    display: flex;
  
}
    .fSliderHolder{
        margin-right:5px;
        width:100%;
    }
    .fTimeContainerInner div, .fTimeContainerInner span {
    }

.dateBoxes {
    padding: 3px;
    border: none;
    background:none;
    margin: 5px 0px 5px 8px;
    width:70px;
    font-weight:bold;
    text-align:right;
}

.ui-datepicker-trigger {
    margin: 0px 2px 2px 2px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
}
.fTimeLabel {
    display: inline-block;
    width: 50px;
    font-size: 12px;
    border: none;
    background: none;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 5px;
    text-align:right;
    padding: 0px 5px 0px 2px;
    flex-shrink: 0;
}


/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        -webkit-appearance: none;
        margin-top: 8px;
        width: 100%;
        height: 15px;
        background-color: lightgray;
    }

        input[type='range']::-webkit-slider-runnable-track {
            height: 25px;
            /* Specified height */
            -webkit-appearance: none;
            color: #13bba4;
            margin-top: -1px;
        }

        input[type='range']::-webkit-slider-thumb {
            width: 15px;
            /* Set a specific slider handle width */
            -webkit-appearance: none;
            height: 25px;
            /* Specified height */
            cursor: pointer;
            background: black;
            box-shadow: -100vw 0 0 100vw #4CAF50;
        }
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #4CAF50;
}

input[type="range"]::-moz-range-track {
    background-color: #d3d3d3;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #4CAF50;
}

input[type="range"]::-ms-fill-upper {
    background-color: #d3d3d3;
}


@media only screen and (max-width:500px) {
    .forecastBlockCreator {
        width: 25%;
    }
    .fInnerSection{
        padding:10px 10px 10px 10px !important;
    }
    .fThumbnail {
        max-height: 140px;
    }
    .forecastNav li {
        font-size: 0px;
    }
}
