﻿.wrapperSlider {
    overflow: hidden;
    padding: 10px 16px 40px;
    position: relative;
}

.threshold, .differential, .wind {
    margin-top: 10px;
}

.red {
    background: #c0392b;
}

.green {
    background: #27ae60;
}

.blue {
    background: #2980b9;
}

.btn-toolbar, .btn {
    margin-bottom: 5px;
}

.checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}

    .checkbox-inline.no_indent:last-child {
        margin-right: 0;
    }

.statusled {
    width: 32px;
    height: 32px;
    padding: 2px;
}

.alarmled {
    width: 32px;
    height: 32px;
    padding: 2px;
}

.panel {
    height: 100%;
}

.panel-body {
    padding: 10px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


.panelIPCAM > .panel-body {
    padding: 0px;
}

    .panelIPCAM > .panel-body > img {
        width: 100%;
        height: 100%;
    }

.panelIPCAM > .panel-footer {
    text-align: center;
}

/* Advanced Dashboard zona N.Beltrame 09/04/2024 */

.advanced_dashboard {
    /*    border: solid;
    border-color: red;
*/ height: 700px;
    background-image: url("../images/zona.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    position: relative;
}

.advanced_dashboard_meteo_left {
    /*    border: solid;
    border-color: blue;
*/ position: absolute;
    top: 0;
    cursor: pointer;
}

.advanced_dashboard_meteo_right {
    /*   border: solid;
    border-color: blue;
 */ position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.advanced_dashboard_ctrl_left {
    /*    border: solid;
    border-color: blue;
*/ position: absolute;
    cursor: pointer;
}

.advanced_dashboard_ctrl_center {
    /*   border: solid;
    border-color: blue;
 */ position: absolute;
    left: 50%;
    transform: translate(-20%, -50%);
    cursor: pointer;
}

.advanced_dashboard_ctrl_right {
    /*   border: solid;
    border-color: blue;
 */ position: absolute;
    cursor: pointer;
}

.advanced_dashboard_status {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

/* Differenziazione x device */

@media screen and (min-width: 0px) {
    .advanced_dashboard_ctrl_left {
        top: 280px;
        left: 90px;
    }

    .advanced_dashboard_ctrl_center {
        top: 200px;
    }

    .advanced_dashboard_ctrl_right {
        top: 280px;
        right: 30px;
    }

    .iconGeneric {
        height: 40px;
    }

    .iconFan {
        width: 80px;
    }
}

/*@media screen and (min-width: 768px) {
} */

@media screen and (min-width: 1024px) {
    .advanced_dashboard_ctrl_left {
        top: 290px;
        left: 120px;
    }

    .advanced_dashboard_ctrl_center {
        top: 250px;
    }

    .advanced_dashboard_ctrl_right {
        top: 290px;
        right: 70px;
    }

    .advanced_dashboard_status {
        bottom: 20px;
    }

    .iconGeneric {
        height: 50px;
    }

    .iconFan {
        width: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .advanced_dashboard_ctrl_left {
        top: 300px;
        left: 120px;
    }

    .advanced_dashboard_ctrl_center {
        top: 300px;
    }

    .advanced_dashboard_ctrl_right {
        top: 300px;
        right: 70px;
    }

    .advanced_dashboard_status {
        bottom: 20px;
    }

    .iconGeneric {
        height: 60px;
    }

    .iconFan {
        width: 100px;
    }

} 
