/*
*******************************
* Created by: Alessandro Bonora 
* 12-01-2025.
*******************************
*/
/* 
    Created on : 12 gen 2025, 14:28:56
    Author     : Alex
*/

#drawerMqttTLC .inp
{
    border-radius: 0;
    width: 10px;
    height: 10px;    
    margin-right: 14px;
    
    background: transparent !important;
    border: #BABDC3 1px solid !important;
    appearance: none;
}

#drawerMqttTLC .inp:checked
{
    background: #e65466 !important;
}

.fs-18 {
    font-size: 18;
}

#iq-col-8 {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 120px;
    overflow-y: auto;
}

#iq-col-8 .form-select {
    border: 1px solid #444951;
    border-radius: 0;
    font-family: "Roboto Mono", Monospace;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    background-color: #e8f0fe;
}

#iq-col-8 input.form-select:focus {
    border-width: 1px;
    border-color: #E65466 !important;
}

#iq-col-8 label {
    margin-left: 6px;
}
#iq-col-8 .form-control {
    border: 1px solid #444951;
    border-radius: 0;
    font-family: "Roboto Mono", Monospace;
    font-weight: 400;
    font-size: 14px;
    background-color: #e8f0fe;
    color: #000;
    margin-left: 6px;
}
#iq-col-8 input.form-control:focus {
    border-width: 1px;
    border-color: #E65466 !important;
}

.openlayer-chart-panel {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #22252a99;
    display: none;
    z-index: 99999;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.chart-canvas {
    display: none;
    width: 80%;
    height: 60%;
    color: white;
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -50%);
}

#deviceCharts {
    display: none;
}

.deviceloader {
    background-image: url("loader.gif");
    
    background-position: 50% 40%; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 80px; /* Resize the background image to cover the entire container */
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: #22252a99;
    /*display: none;*/
    z-index: 99999;
    overflow: hidden;
    
}

