﻿.plants-title {
    color: white;
    height: 48px;
    padding-left: 10px;
    padding-top: 30px;
}

.plants-selected {
    height: 72px;
    background-color: #fff;
    background-image: url(../Images/DashBoard/bg_inhalt.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 141px;
    color: #3a3a38;
}

    .plants-selected > img {
        float: left;
        margin-top: 13px;
        clear: left;
    }

    .plants-selected > p {
        margin-top: 5px;
        margin-left: 50px;
        font-size: 11px;
        font-weight: bold;
    }

.plants-other {
    overflow-y: auto;
    /*height: 447px;*/
    height: 100px;
}

    .plants-other > input {
        display: none;
    }

.plants-top {
    border-top: 1px solid #bcbcbc;
}

#PlantSelectionMenu {
    margin: 0;
    padding: 0;
    width: 160px;
    float: left;
}

    #PlantSelectionMenu .ui-state-default {
        border-left-style: none;
        border-right-style: none;
        border-top-style: none;
        border-bottom: 1px solid #bcbcbc;
        background-color: #575756;
        background-image: url("../Images/detail_pages/ico_anlage_aktiv.png");
        background-repeat: no-repeat;
        background-position: 5px center;
        background-size: 21px;
        color: #FFF;
    }

    #PlantSelectionMenu .ui-state-hover {
        background-color: #a5a5a5;
    }

    #PlantSelectionMenu .ui-state-activating {
        background-color: #848484;
    }

    #PlantSelectionMenu .ui-state-active {
        background-color: whitesmoke;
        color: black;
    }

.plant-item {
    width: 100%;
    min-height: 33px;
}

    .plant-item span {
        text-align: left;
        margin-top: 6px;
        margin-bottom: 5px;
        margin-left: 21px;
        font-size: 9px !important;
        font-weight: bold !important;
    }

.export-addon {
    margin: 8px;
}

#DateSelectionMenu {
    padding-top: 4px;
    width: 799px;
    display: table;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    background-color: #e1e1e1;
}

    #DateSelectionMenu > .row {
        display: table-row;
    }

        #DateSelectionMenu > .row > .item {
            display: table-cell;
            vertical-align: middle;
        }

        #DateSelectionMenu > .row:nth-child(1) > .item:nth-child(2) {
            padding-top: 4px;
            font-size: 10px;
        }

        #DateSelectionMenu > .row:nth-child(2) > .item:first-child {
            padding-right: 52px;
            padding-left: 25px;
        }

        #DateSelectionMenu > .row:nth-child(2) > .item:last-child {
            padding-left: 25px;
            padding-right: 25px;
        }

        #DateSelectionMenu > .row:nth-child(3) > .item:nth-child(2) {
            text-align: center;
            padding-bottom: 5px;
        }

        #DateSelectionMenu > .row > .item > button {
            font-size: 10px;
        }

.toggle {
    text-align: center;
}

#DayMonthSwitch {
    width: 80px;
    height: 20px;
    margin: 0px;
}

#DayMonthSlider {
    width: 429px;
    height: 4px;
    border-radius: 8px;
    background: #595958;
}

    #DayMonthSlider .ui-slider-range {
        background-color: transparent;
        border-radius: 8px;
    }

    #DayMonthSlider .ui-state-hover {
        cursor: -webkit-grab;
        cursor: -moz-grab;
        cursor: grab;
    }

    #DayMonthSlider .ui-state-active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: grabbing;
    }

    /*ui-bg_glass_75_dadada_1x400.png*/
    #DayMonthSlider .ui-slider-handle {
        top: -8px;
    }

.plant-con-error {
    color: orange !important;
}

.plant-con-error-half-hour {
    color: orangered !important;
}

.greta-ui-icon {
    width: 24px;
    height: 24px;
}