/*
    Copyright Itium sprl/ Clare Jean-Christophe 2017-2019
*/
.zoomBtn  {
    font-family: verdana;
    margin:2px;
    padding: 0px;
    border-radius: 8px;    /* btnHeat /2 */
    font-size: 7px; 
    font-weight : bold;
    cwidth: 40;              /* btnHeat  */
    cheight:40;              /* btnHeat  */
    border:0;
    text-align: center;
    justify-content: center;
}

.subGraphTitle {
    font-size: 12px; 
}

#chart .dygraph-legend {
    background-color: black !important;
    color:white;
    font-size: 12px;
    font-family: tahoma;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #888;
    pointer-events: none;
    width: 150px;
}

#rooms .dygraph-legend {
    font-size: 10px;
}
body.contrasted{
    font-family: verdana;
    background-color:black;
    color: white;
}
#roomControl {
    margin-top: 10;
    margin-bottom:15px;
    -webkit-overflow-scrolling: touch;
}


#roomControl .btnContainer {
    border: 1px solid black;
    /* font-size:9px; */
    width:51;               /* btnHeat + 10 */
    height:85;              /* btnHeat + 30 */
    padding-top:-10;
    border-style:hidden;
    border-color:black;
    display:inline-block;
}

#roomControl .currentTemp {
    /* --position: absolute; */
    position:relative;
    border: 1px;
    font-size: 10px;
    margin-top: -78;
    margin-left: 12;
    margin-right: 12;
    width: 26;
    height: 13;
    border-style: solid;
    background-color: white;
    color: #7f7f7f;
    border-color: rgba(255,153,00,0.5);
    display: table-caption;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    border-radius: 5px;
}

#roomControl .realtimeTemp {
    font-size: 10px;
    top:-2;
    display:block;
    padding:0;
    margin:0;
    border: 0px solid black;
    _border-radius:6px;
    width:100%;
    height:12;
    font-family: verdana;
    text-align:center;
}
#roomControl .roomName {
    font-size: 10px;
    display:block;
    padding:0 0 0 0;
    margin:0px;
    _margin-bottom:10px;
    font-family: verdana;
    text-align:center;
}
#roomControl .btnHeat {
    margin: 2 2 2 2;
    border-radius: 22px;    /* btnHeat + 2 */
    width: 44;              /* btnHeat + 4 */
    height:44;              /* btnHeat + 4 */
    border: 2px;
    border-style: dotted;
    border-color:orange;
    display:inline-block;
}


#roomControl .btnHeatNow {
    margin: -16 0 0 34;
    border-radius: 6px;
    width: 10;
    height:10;
    border: 2px;
    border-style: solid;
    border-color:white;
    /* position:absolute; */
    display:inline-block;
}
#roomControl button {
    margin:2px;
    padding: 0px;
    border-radius: 20px;    /* btnHeat /2 */
    font-size: 12px; 
    touch-action: manipulation;
    font-weight : bold;
    width: 40;              /* btnHeat  */
    height:40;              /* btnHeat  */
    border:0;
    text-align: center;
    justify-content: center;
    font-family: 'Nunito Sans', sans-serif;

}

#roomControl button:focus {
    outline: none;
}
#tickTimer{
    font-size: 12px; 
    font-family: verdana;
    margin:2px;
    text-align:center;
}
#rooms div{
    margin-top:0px
}



