
div#tabbed-networks {
    display: none;
}

section#weather {
  padding: 50px 0;
  background-color: #eeeeee;
}

    div.weatherContainer {
        width: 770px;
        margin: 0px auto;
    }

        div.summaryContainer.section-header {
            margin-bottom: 0px;
        }

        div.summaryContainer div.locationName h2 {
            text-align: center;
        }

        div.summary {
            display: none;
        }

            div.summary:first-of-type {
                display: block;
            }

            div.dateContainer {
                text-align: center;
            }

            div.temperatures {
                text-align: center;
            }
                span.time {
                    font-size: 0.75em;
                    position: relative;
                    top: -0.25em;
                    margin-left: 0.3em;
                }

                span.time.first {
                    margin-right: 1em;
                }

            div.descriptionIconContainer {
                margin: 0px 75px;
            }
                div.iconContainer {
                    float: left;
                    width: 75px;
                    margin-right: 0.5em;
                }

                    div.iconContainer img {
                        position: relative;
                        top: -20px;
                    }

                div.descriptionContainer {
                    margin-left: 80px;
                }


            div.dayPickerContainer {

            }

                div.dayContainer {
                    width: 110px;
                    float: left;
                    cursor: pointer;
                }

                    div.dayContainer.selected {
                        background-color: rgba(255,255,255,0.5);
                        border-radius: 5px;
                        box-shadow: inset 1px 1px 0px 0px rgba(102,102,102,0.3);
                    }

                    div.dayIcon {
                        text-align: center;
                    }

                    div.dayDate {
                        font-size: 10px;
                        text-align: center;
                    }

                        div.dayDate span.short {
                            display: none;
                        }
                        div.dayDate span.long {
                            display: inline;
                        }

    p.forecast_error {
        text-align: center;
    }

section#actions {
      padding: 50px 0;
    /* http://orig06.deviantart.net/8594/f/2013/348/b/8/dark_storm_cloud_stock_6_by_xxmysterystockxx-d6xvn2s.jpg */
      /*background: #333 url(../images/cta2/cta2-summary-stormclouds.jpg) no-repeat 50% 50%;*/
    /*background: #333 url(../images/cta2/cta2-summary-fieldcapacity.jpg) no-repeat 50% 50%;*/
    /*background: #333 url(../images/cta2/cta2-summary-aboverefill.jpg) no-repeat 50% 50%;
    background: #333 url(../images/cta2/cta2-summary-dry.jpg) no-repeat 50% 50%;*/
    background-size: cover;
}

        section#actions.heavyrain {
            /* http://orig06.deviantart.net/8594/f/2013/348/b/8/dark_storm_cloud_stock_6_by_xxmysterystockxx-d6xvn2s.jpg */
              background: #333 url(../images/cta2/cta2-summary-stormclouds.jpg) no-repeat 50% 50%;
        }

        section#actions.fieldcapacity {
            background: #333 url(../images/cta2/cta2-summary-fieldcapacity.jpg) no-repeat 50% 50%;
        }

        section#actions.aboverefill {
            background: #333 url(../images/cta2/cta2-summary-aboverefill.jpg) no-repeat 50% 50%;
        }

        section#actions.dry {
            background: #333 url(../images/cta2/cta2-summary-dry.jpg) no-repeat 50% 50%;
        }

        section#actions.yikes {
            background-color: #333;
        }

    section#actions h2 span {
        /*color: #45aed6;*/
        color: White;
        text-shadow: 1px 2px 1px #176c8c;
    }

    div.actions span.actionGlyph {
        display: inline-block;
        margin-right: 0.5em;
    }

    div.actions p {
        color: White;
        font-size: 1.5em;
        font-weight: bold;
        text-shadow: 1px 2px 1px #222;
    }

    div#soilMoistureSummaryContainer {
        width: 100%;
        height: 400px;
        padding: 20px 10px 20px 0px;
        background-color: rgba(255,255,255,0.9);
    }

    canvas#soilMoistureSummary {
        width: 100%;
        height: 100%;
    }

section#decisions {
    padding: 50px 0;
      background: #333 url(../images/cta2/cta2-management2.jpg) no-repeat 50% 50%;
    background-size: cover;
}

    div.aboutContainer {
        background-color: rgba(0,0,0,0.3);
    }

        section#decisions h2 {
            color: #45aed6;
            text-shadow: 1px 2px 1px #222;
        }

        section#decisions p {
            color: White;
            text-shadow: 1px 2px 1px #222;
            font-size: 1.1em;

        }

section#questions {

}

    div.genericContainer {
        cursor: pointer;
    }

section#graphs {

}

    p.tabIntro {
        display: none;
    }

    li.extra.hidden {
        display: none !important;
    }

        li span.normal {
            display: inline;
        }
        li span.mobile {
            display: none;
        }

    p#includeAllGraphs {
        display: none;
        text-align: center;
        margin: 0.5em 0em 0.3em;
    }

    /** end of tabs **/

    section.tabContent {
        padding: 20px 0 0;
        margin-bottom: 2em;
    }

    li.moreGraphs {
        /*display: none !important;*/
    }

    div.graphContainer {

    }

        div.graphContainer h3.graphName {
            text-align: center;
        }

        div.graphContainer p.description {
            text-align: center;
            margin: 0px 75px;
        }

        div.legendContainer {
            font-size: 0.8em;
            margin: 0 45px;
            text-align: center;
        }

            div.legendContainer div {
                clear: both;
                display: inline-block;
                text-align: left;
            }

                div.legendContainer label {
                      width: 230px;
                      border-radius: 3px;
                      border: 1px solid #D1D3D4;
                    font-weight: normal;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                /* hide input */
                input.radio:empty {
                    display: none;
                }

                /* basic label styling */
                input.radio:empty ~ label {
                    position: relative;
                    float: left;
                    line-height: 2.5em;
                    text-indent: 3.25em;
                    margin-top: 2em;
                    cursor: pointer;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                input.radio:empty ~ label:before {
                    position: absolute;
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    content: '';
                    width: 1.2em;
                    background: #D1D3D4;
                    border-radius: 3px 0 0 3px;
                }

                /* toggle hover */
                input.radio:hover:not(:checked) ~ label:before {
                    content:'\2714';
                    text-indent: .9em;
                    color: #C2C2C2;
                }

                /*input.radio:hover:not(:checked) ~ label {
                    color: #888;
                }*/

                /* toggle on */
                input.radio:checked ~ label:before {
                    content:'\2714';
                    text-indent: .8em;
                    font-size: 1em;
                    width: 2.5em;
                    line-height: 2em;
                }

                /*input.radio:checked ~ label {
                    color: #777;
                }*/

                /* radio focus */
                /*input.radio:focus ~ label:before {
                    box-shadow: 0 0 0 3px #999;
                }*/

        div.canvasContainer {
            width: 100%;
            height: 400px;
        }

        div.aquaflexErrorsContainer {
            margin-bottom: 1em;
        }

            div.aquaflexErrorsContainer div.errorSummary {
                text-align: center;
            }

                div.aquaflexErrorsContainer div.errorSummary p.errorMessage {
                    color: Red;
                    font-style: italic;
                }

                    div.aquaflexErrorsContainer div.errorSummary p.errorMessage p.sensorName {
                        font-weight: bold;
                    }

        div.batteryVoltageContainer {
            margin-bottom: 1em;
        }

            div.batteryVoltageContainer p.caption {
                text-align: center;
                margin-bottom:0px;
            }

                div.batteryVoltageContainer p.caption i.far {
                    display: inline-block;
                    margin-left: 0.5em;
                }

                    div.batteryVoltageContainer p.caption i.far.fa-battery-full {
                        color: Green;
                    }

                    div.batteryVoltageContainer p.caption i.far.fa-battery-three-quarters {
                        color: Green;
                    }

                    div.batteryVoltageContainer p.caption i.far.fa-battery-half {
                        color: Orange;
                    }

                    div.batteryVoltageContainer p.caption i.far.fa-battery-quarter {
                        color: Orange;
                    }

                    div.batteryVoltageContainer p.caption i.far.fa-battery-empty {
                        color: Red;
                    }

            p.forecastLogLinkContainer, p.irrigationDiaryLinkContainer, div.simulationPanelLinkContainer {
                text-align: center;
            }

                p.toggleSimulationLineContainer a.toggleSimulationLine span.loading {
                    display: inline-block;
                    margin-right: 1em;
                }


        .timeframeContainer {

        }

            .timeframeContainer ul {
                margin: 0px;
                padding: 0px;
                text-align: center;
            }

                .timeframeContainer ul li {
                    display: inline-block;
                    margin: 0px 5px;
                }

                    .timeframeContainer ul li.current {
                        border-bottom: 2px solid #2f2f2f;
                    }

                    .timeframeContainer ul li.disabled {
                        border-bottom: 0px;
                        opacity: 0.5;
                    }

    div.userLinesOuter {
        text-align: center;
    }

        div.userLinesContainer {
            clear: both;
            display: inline-block;
            text-align: center;
        }

            .userLinesContainer label {
                font-weight: normal;
            }

            input.radio:empty ~ label::before {
                background: none;
            }

            .userLinesContainer input.radio:empty ~ label {
                float: none;
                text-align: left;
                margin-top: 0em;
            }

    div#graphGrowingDegreeDays {
        min-height: 400px;
    }

        div.tableContainerOuter {
            margin-bottom: 1em;
        }

            div.tableContainer {
                padding: 0px 50px;
                display: none;

                max-height: 400px;
                overflow: scroll;
            }

                div.tableContainer:first-of-type {
                    display: block;
                }

                div.tableContainer table {
                    width: 100%;
                }

                    div.tableContainer table thead {

                    }

                        div.tableContainer table thead th {
                            text-align: center;
                            font-weight: bold;
                            width: 30px;
                        }

                            div.tableContainer table thead th.title {
                                text-align: right;
                            }

                            div.tableContainer table thead th.zero {
                                color: #ccc;
                                font-weight: normal;
                            }

                    div.tableContainer table tbody {

                    }

                        div.tableContainer table tbody td {
                            text-align: center;
                            width: 30px;
                        }

                            div.tableContainer table tbody td.dateColumn {
                                text-align: right;
                                width: 50px;
                            }

                            div.tableContainer table tbody td.zero {
                                color: #ccc;
                            }

/**
    Custom date modal styles
**/

div#startDate input, div#endDate input {
    width: 300px;
    font-weight: normal;
}

div#startDate label span, div#endDate label span {
    width: 50px;
    display: inline-block;
    text-align: right;
}

div#endDate{
    margin-top: 1em;
}

div.datePickerContainer {
    margin: 0px 80px;
}

    p.datePickerError {
        font-style: italic;
        color: Red;
        display: none;
    }

button.remodal-confirm.disabled {
    background-color: #ccc
}

div#forecastLogSelector {

}
    /* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
    /* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
    .styled-select {
       background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
       height: 29px;
       overflow: hidden;
       width: 240px;
    }

    .styled-select select {
       background: transparent;
       border: none;
       font-size: 14px;
       height: 29px;
       padding: 5px; /* If you add too much padding here, the options won't show in IE */
       width: 268px;
    }

    .styled-select.slate {
       background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
       height: 34px;
       width: 240px;
    }

    .styled-select.slate select {
       border: 1px solid #ccc;
       font-size: 16px;
       height: 34px;
       width: 268px;
    }

    /* -------------------- Rounded Corners */
    .rounded {
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
    }

    .semi-square {
       -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
       border-radius: 5px;
    }

    /* -------------------- Colors: Background */
    .slate   { background-color: #ddd; }
    .green   { background-color: #779126; }
    .blue    { background-color: #3b8ec2; }
    .yellow  { background-color: #eec111; }
    .black   { background-color: #000; }

    /* -------------------- Colors: Text */
    .slate select   { color: #000; }
    .green select   { color: #fff; }
    .blue select    { color: #fff; }
    .yellow select  { color: #000; }
    .black select   { color: #fff; }


    /* -------------------- Select Box Styles: danielneumann.com Method */
    /* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
    #mainselection select {
       border: 0;
       color: #EEE;
       background: transparent;
       font-size: 20px;
       font-weight: bold;
       padding: 2px 10px;
       width: 378px;
       *width: 350px;
       *background: #58B14C;
       -webkit-appearance: none;
    }

    #mainselection {
       overflow:hidden;
       width:350px;
       -moz-border-radius: 9px 9px 9px 9px;
       -webkit-border-radius: 9px 9px 9px 9px;
       border-radius: 9px 9px 9px 9px;
       box-shadow: 1px 1px 11px #330033;
       background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
    }


    /* -------------------- Select Box Styles: stackoverflow.com Method */
    /* -------------------- Source: http://stackoverflow.com/a/5809186 */
    select#logSelector, select#logSelector-color {
       -webkit-appearance: button;
       -webkit-border-radius: 2px;
       -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
       -webkit-padding-end: 20px;
       -webkit-padding-start: 2px;
       -webkit-user-select: none;
       background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
       background-position: 97% center;
       background-repeat: no-repeat;
       border: 1px solid #AAA;
       color: #555;
       font-size: inherit;
       margin: 20px;
       overflow: hidden;
       padding: 5px 10px;
       text-overflow: ellipsis;
       white-space: nowrap;
       width: 300px;
    }

    select#logSelector-color {
       color: #fff;
       background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
       background-color: #779126;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
       padding-left: 15px;
    }

div.forecastLogContainer {

}

    div.forecastLogContainer table {
        width: 100%;
    }

        div.forecastLogContainer thead th {
            background-color: rgb(212, 232, 239);
            color: rgb(44, 157, 179);
            text-align: center;
            font-size: 0.8em;
        }

        div.forecastLogContainer tbody tr {
            border-bottom: 1px solid rgb(212, 232, 239);
        }


            div.forecastLogContainer td span {
                display: block;
            }

                div.forecastLogContainer td span.final.forecast {

                }

                div.forecastLogContainer td span.telemetry {
                    border-top: 1px solid #D5AD6D;
                }

            div.forecastLogContainer td {
                fonr-size: 0.8em;
            }

                div.forecastLogContainer td span.forecast.bad, div#logForecastLegendContainer ul li.bad span.type {
                    color: Black;
                }

                div.forecastLogContainer td span.forecast.neutral, div#logForecastLegendContainer ul li.neutral span.type {
                    color: #db7b2b;
                }

                div.forecastLogContainer td span.forecast.medium, div#logForecastLegendContainer ul li.medium  span.type {
                    color: #99c140;
                }

                div.forecastLogContainer td span.forecast.ok, div#logForecastLegendContainer ul li.ok span.type {
                    color: #e7b416;
                }

                div.forecastLogContainer td span.forecast.good, div#logForecastLegendContainer ul li.good span.type {
                    color: #2dc937;
                }

                div.forecastLogContainer td span.forecast.future, div#logForecastLegendContainer ul li.future span.type {
                    color: #ccc;
                }

                div.forecastLogContainer td span.forecast.noTelemetry, div#logForecastLegendContainer ul li.noTelemetry span.type {
                    color: #ccc;
                }

                div.forecastLogContainer td span.telemetry, div#logForecastLegendContainer ul li.gold span {
                     color:	#D5AD6D; /*if no support for background-clip*/
                    background: -webkit-linear-gradient(transparent, transparent),
                             -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
                    background: -o-linear-gradient(transparent, transparent);
                    -webkit-background-clip: text;
                      -webkit-text-fill-color: transparent;
                }

div#logForecastLegendContainer {
    margin: 1em 0em;
}

    div#logForecastLegendContainer ul {
        padding: 0px;
        list-style-type: none;
        text-align: left;
    }

/** simulation panel styles */

div#simulationTemplate {
    display: hidden;
}

div#simulationTemplate {
    display: none;
}

div.simulationDateTimeContainerOuter {
    margin: 0.5em auto;
    border-top: 1px solid Black;
    padding: 0.5em 0em;
    width: 400px;
}

    div.simulationIrrigationAmountContainer label {
        font-weight: normal;
        margin-right: 0.5em;
        display: inline-block;
        width: 170px;
        text-align: left;
    }

    div.simulationIrrigationAmountContainer input {
        width: 115px;
    }


    div.simulationDateTimeContainer {
        margin-top: 0.5em;
    }

        div.simulationIrrigationAmountContainer {

        }

        div.simulationDateTimeContainer label {
            font-weight: normal;
        }

            div.simulationDateTimeContainer label.date {
                display: inline-block;
                margin-right: 0.5em;
            }

            div.simulationDateTimeContainer label.time {
                display: inline-block;
                margin-right: 0.5em;
                margin-left: 0.5em;
            }

        input.simulationField.date {
            width: 130px;
        }

        input.simulationField.time {
            width: 70px;
        }

        div.simulationDateTimeContainer .picker--time .picker__box {
            height: 300px;
        }

        div.simulationDateTimeContainer ul.picker__list {
            padding: 0em 0 0.6em;
        }

div.addIrrigationPoint {
    text-align: right;
    margin: 0.5em auto;
    padding: 0.5em 0em;
    width: 400px;
    font-size: 0.8em;
}

section#about {
    text-align: center;
    padding: 50px 0;
      background: #333 url(../images/cta2/cta2-clouds.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 15px;
}

    div.aboutContainer {
        background-color: rgba(0,0,0,0.3);
    }

        section#about h3 {
            color: White;
            text-shadow: 1px 2px 1px #222;

        }

        section#about p {
            color: White;
            text-shadow: 1px 2px 1px #222;
            font-size: 1.1em;

        }

/* iPhone overrides */
@media only screen and (max-width: 700px) {
    div.weatherContainer {
        width: 100%;
    }
    div.descriptionIconContainer {
        margin: 1em;
    }

    div.iconContainer img {
        position: static;
    }

    div.dayPickerContainer {
        width: 280px;
        margin: 0px auto;
    }
        div.dayContainer {
            width: 40px;
        }

            div.dayContainer.br-top {
                border-top: 1px solid Black;
            }

            div.dayContainer.br-right {
                border-right: 1px solid Black;
            }

            div.dayContainer.br-bottom {
                border-bottom: 1px solid Black;
            }

            div.dayContainer.br-left {
                border-left: 1px solid Black;
            }

            div.dayDate span.short {
                display: inline;
            }
            div.dayDate span.long {
                display: none;
            }

    section#questions {
        padding-top: 25px;
    }

        div.section-header {
            margin-bottom: 0px;
        }

        div.genericContainer {
            margin: 25px 10px;
        }

    li.moreGraphs {
        display: none !important;
    }

    p#includeAllGraphs {
        display: block;
    }

    p.tabIntro {
        text-align: center;
        display: block;
    }

    li span.normal {
        display: none;
    }

    li span.mobile {
        display: inline;
    }

    div.graphContainer p.description {
        margin: 0px 10px 1em;
    }

    input.radio:empty ~ label {
        margin-top: 0px;
    }

    .radio, .checkbox {
        display: none;
    }

    div#startDate input, div#endDate input {
        width: 190px;
    }

    div.datePickerContainer {
        margin: 0px -35px;
    }

    div#forecastLogContainer thead th {
        background-color: rgb(212, 232, 239);
        color: rgb(44, 157, 179);
        text-align: center;
        font-size: 0.8em;
    }

        div#forecastLogContainer tbody td {
            font-size: 0.8em;
        }

    section#about {

    }

        section#about h3.section-title {
            font-size: 2.5em;
        }
}
