﻿

/***********************************************/
/* Edit Schedule                               */
/***********************************************/

/* Legend with header
====================================*/

.legend {
    border: 1px solid #ccc;
    padding: 20px 30px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.legend-header {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: -12px;
    height: 24px;
    background-color: #fff;
    padding: 0 10px;
    max-width: 100%;
}

    .legend-header .checkbox {
        margin: 0;
        padding: 0;
    }

    .legend-header label {
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.legend.disabled:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.legend.form-horizontal input[type="text"] {
    margin: 0;
}

.checkbox.disabled label {
    color: #cfcfcf;
}

.well-group {
    background-color: #fbfbfb;
    padding: 10px 15px;
    margin: 0 0 20px 0;
    border: 1px solid #eee;
}

    .well-group .legend-header {
        background-color: #fbfbfb;
    }

    .well-group select {
        padding-left: 0;
        padding-right: 0;
        text-indent: 2px;
    }

    .well-group input,
    .well-group select {
        margin-bottom: 0;
    }

.percent-col {
    margin-bottom: 8px;
}

    .percent-col .text-center {
        margin-bottom: 0;
    }

@media screen and (min-width: 1200px) {
    .percent-col {
        padding: 0 10px;
    }

        .percent-col select {
            font-size: 13px;
        }
}

.legend-min-padding {
    padding-left: 5px;
    padding-right: 5px;
}

.min-sec-group {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.min-sec-group-secs {
    display: inline-block;
}

#mvMinutes:disabled,
#mvSeconds:disabled,
#zoneDelayMinutes:disabled,
#zoneDelaySeconds:disabled {
    color: #ccc;
}

.schedule-legend {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.well-group.mv-zone-delay {
    min-height: 414px;
}

.well-group.grow-in {
    min-height: 350px;
}

.well-group.water-days {
    min-height: 414px;
}

.row.zone-row {
    margin-bottom: 0;
}

.six-month-split {
    height: 15px;
}

@media (min-width: 1199px) {
    .six-month-split {
        display: none;
    }
}

@media (max-width: 991px) {
    .well-group.mv-zone-delay,
    .well-group.monthly-adjust {
        min-height: 343px;
    }

    .well-group.water-days {
        min-height: 497px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .well-group.water-days {
        min-height: 442px;
    }

    .input-group.date {
        width: auto;
        max-width: 130px;
    }

    .restrictions-times {
        padding-left: 0;
    }

    div#GrowInDaysRemaining {
        padding-left: 0;
    }

    input.sm-timepicker {
        padding-left: 10px;
        padding-right: 3px;
    }

    .checkbox.ss3 {
        margin-top: 0;
    }

    .grow-in-time {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .well-group.water-days {
        min-height: 0;
    }

    .edit-schedule-runtime,
    .edit-schedule-cycletime,
    .edit-schedule-soaktime {
        margin-top: 10px;
    }
}

/***********************************************/
/* Edit Auxiliary                              */
/***********************************************/

@media (max-width: 767px) {
    .container.aux-container {
        width: 100%;
    }
}
