/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-feb-2018, 15.53.50
    Author     : Fabio Carloni
*/

body{
    font-size: small;
}

#switchimage {
    
    background-image: url('../../images/switch500.jpg');
    background-repeat: no-repeat;
    width: 500px;
    height: 82px;
    z-index: 0;
    
}

.porta {
    width: 500px;
    height: 82px;
    background-repeat: no-repeat;
    background-size: 64px 46px;
    z-index: 10;
    
}

.porta-ether1 {
    background-image: url('../../verde500.png');
    background-position: 154px 19px;
    
}

.porta-ether2 {
    background-image: url('../../verde500.png');
    background-position: 221px 19px;
}

.porta-ether3 {
    background-image: url('../../verde500.png');
    background-position: 288px 19px;
}

.porta-ether4 {
    background-image: url('../../verde500.png');
    background-position: 355px 19px;
}

.porta-ether5 {
    background-image: url('../../verde500.png');
    background-position: 423px 20px;
}


.switchporte-ether1 {
    position: absolute;
    background-image: url('../../verde500.png');
    background-position: 154px 19px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
}

.pallino-rosso {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: -webkit-radial-gradient(45px 45px, circle cover, #ff0000, #d80020);
    color: transparent;
}

.pallino-verde{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: -webkit-radial-gradient(45px 45px, circle cover, #387c00, #73f747);
    color: transparent;
}

.pallino-giallo{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
}

#tab_dispositivi_inseriti{
    font-size: small;
}


.switch-contenitore{
    width: fit-content;
    width: -moz-fit-content;
    height: 150px;
    z-index: 0;
    border: 1px solid #999;
    padding: 10px 10px 10px 10px;
    background-color: #e5e5e5;
    
    background: #f2f2f2;
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    float: left;
}

/* BLOCCO INFO DELLO SWITCH TUTTO A SX*/

.switch-colonna-info{
    min-width: 100px;
    height: 128px;
    float: left;
    margin: 0px 5px 0px 5px;
}

.switch-modello{
    font-weight: bold;
    margin-bottom: 60px;
    /*font-family: 'Baloo Bhai', cursive;*/
    font-size: 18px;
}

.switch-etichetta {
    bottom: 0;
    font-size: 10px;
}

/* FINE BLOCCO INFO DELLO SWITCH TUTTO A SX*/

/* Contenitore delle porte dello switch*/
.switch-colonna-porte-rj45{
    float: left;
    
}

.switch-lcd{
    margin-top: 10px;
    padding-left: 5px;
    width: 140px;
    height: 108px;
    border-style: inset;
    background-color: #d4e8d0;
    font-size: 10px;
    font-family: 'Orbitron', sans-serif;
}

.switch-colonna-lcd{
    width: 160px;
    float: left;
    margin: 0px 5px 0px 5px;
    
}

.switch-colonna{
    width: 58px;
    height: 100px;
    float: left;
    margin: 0px 5px 0px 5px;
    font-size: 10px;
}




.switch-porta-numero{
    width: 58px;
    height: 20px;
    text-align: center;
    background-color: #b7ebff;
    line-height: 20px;
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.switch-porta-numero-poe{
    background-color: #ffd79b;
}

.switch-porta-tensione-no{
    width: 58px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.switch-porta-tensione-off{
    width: 58px;
    height: 20px;
    text-align: center;
    background-color: #fff;
    line-height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.switch-porta-tensione-24v{
    width: 58px;
    height: 20px;
    text-align: center;
    background-color: #f29100;
    line-height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.switch-porta-tensione-48v{
    width: 58px;
    height: 20px;
    text-align: center;
    background-color: #f29100;
    line-height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.switch-porta{
    background-image: url('../images/rj45-58_2.png');
    z-index: 1;
    width: 58px;
    height: 49px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    
}

.switch-porta-cavo{
    background-image: url('../images/cavo2.png');
    z-index: 2;
    width: 58px;
    height: 150px;
    position: relative;
    top: -12px;
    background-repeat: no-repeat;
}

.switch-led-speed{
    width: 13px;
    height: 10px;
    border-radius: 2px 2px;
    border-style: outset;
    float: left;
    display: block;
}

.switch-led-speed-off{
    background-color: #d3d3d3;
    border: 1px solid #9b9b9b;
}

.switch-led-speed-100{
    background-color: #ffb356;
    border: 1px solid #ff8c00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #a05000 0 -1px 9px, #ffaa00 0 2px 12px;
}

.switch-led-speed-1000{
    background-color: #2aff00;
    border: 1px solid #1db200;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.switch-led-poe{
    width: 13px;
    height: 10px;
    border-radius: 2px 2px;
    border-style: outset;
    float: right;
}

.switch-led-poe-off{
    background-color: #d3d3d3;
    border: 1px solid #9b9b9b;
}

.switch-led-poe-force{
    background-color: #F00;
    border: 1px solid #bc0000;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

.switch-led-poe-auto{
    background-color: #ffb356;
    border: 1px solid #ff8c00;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #a05000 0 -1px 9px, #ffaa00 0 2px 12px;
}


@-webkit-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-moz-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-ms-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@-o-keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}
@keyframes blinkRed {
    from { background-color: #F00; }
    50% { background-color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { background-color: #F00; }
}


.switch-lcd-porta{
    padding-left: 5px;
    width: 58px;
    height: 40px;
    border-style: inset;
    background-color: #d4e8d0;
    font-size: 7px;
    
}



/*MENU ORIZZONTALE*/

.menu-orizzontale {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}

.menu-orizzontale > li {
    float: left;
    vertical-align: middle;
}

.menu-orizzontale > li > a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.menu-orizzontale > li > a:hover {
    background-color: #ECECEC;
}

.menu-orizzontale > ul > li > a > img {
    vertical-align: middle;
    height: 30px;
}

/*FINE MENU ORIZZONTALE*/


.switch-colonna-lcd-total-throughput{
    width: 160px;
    float: left;
    margin: 5px 5px 5px 20px;
}

.switch-lcd-total-throughput{
    padding-left: 5px;
    width: 140px;
    height: 40px;
    border-style: inset;
    background-color: #d4e8d0;
    font-size: 10px;
    font-family: 'Orbitron', sans-serif;
}

.switch-dataaggiornamento {
    bottom: 0;
    font-size: 10px;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;
    margin-top: 70px;
    text-align: right;
}

.switch-offline{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    color: #fff;
}


.bar-orizz-page{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}


/*SLIDER RADIO*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*FINE RADIO SLIDER*/


/*CHECKBOX*/

.checkbox-container{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #888;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**/

#messaggio-attesa{
    background-image: url('../img/load-icon5.gif');
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    padding-top: 15px;
    padding-left: 80px;
    width: auto;
    height: 400px;
}



/*NUOVA GRAFICA PER DISPOSITIVO*/

.switch-contenitore2{
    width: fit-content;
    width: -moz-fit-content;
    height: 150px;
    z-index: 0;
    border: 1px solid #999;
    padding: 10px 10px 10px 10px;
    background-color: #2C5CA9;
        
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    float: left;
}

.onoffline-box{
    float: right;
    width: 100px;
    height: 150px;
    border: 1px solid #999;
    border-radius: 10px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.onoffline-etichetta{
    /*border-radius: 10px 10px 0px 0px;*/
    width: 100%;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
}

.onoffline-etichetta-offline{
    background-color: #d62f2f;
}

.onoffline-etichetta-online{
    background-color: #2C9170;
}


.onoffline-data{
    text-align: center;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
}

.onoffline-icon{
    
   
}

.btn-onoffline{
    background-color: transparent;
    background-image: url('../include/img/update3.png');
    background-size: 40px;
    background-repeat: no-repeat;
    width:40px;
    height: 40px;
    margin-top:5px;
    margin-left: 30px;
    border: 0px
}

.btn-onoffline:hover{
    border: 1px solid #999;
}

.nav-second-level li{
    /*background-color: #F7FAFC;*/
    background-color: #477bad;
}

/*
#side-menu>li>a:focus, #side-menu>li>a:hover {
    background: red;
}*/


/*NUOVO PANNELLO DISPOSITIVO*/

.dispositivo-box{
	top: 0;
  	left: 0;
	
    float: left;
    min-width: 200px;
    height: 165px;    
    border: 1px solid #999;
    /*border-radius: 10px;*/ 
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    margin-right: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    
    border-radius: 3px 3px;
    /*widget spostabili*/
    /*position: absolute !important;*/
    
    /*background-color: #2C5CA9;*/
    /*background-color: #DF782D;*/
}

.dispositivo-box-250{
	min-width: 250px;
}



.dispositivo-box-titolo{
	height: 25px;
	color: #686868;
	font-weight: 500;
	padding: 5px 5px;
	border-bottom: 1px solid #fff;
	/*border-radius: 10px 10px 0px 0px;*/ 
	padding-left: 10px;
	padding-right: 10px;
}

.dispositivo-box > .table-responsive > table{
	width: 100%;
}

.dispositivo-box > div.table-responsive {
	padding:5px 5px;
}

.dispositivo-box > .table-responsive > table > thead > tr > th,
.dispositivo-box > .table-responsive > table > tbody > tr > td
{
	padding: 0px 5px 0px 5px;
}

.dispositivo-box > div.table-responsive > table > tbody > tr:nth-child(1) > td:nth-child(1),
.dispositivo-box > div.table-responsive > table > tbody > tr:nth-child(1) > td:nth-child(2){
	border: none;
}

.dispositivo-box > div.table-responsive > table > tbody > tr > td{
	border: none;
	height: 20px;
}

.db-blu{
	border-radius: 3px 3px 0px 0px;
	background-color: #DDF1FC;
}

.db-orange{
	border-radius: 3px 3px 0px 0px;
	background-color: #FFEEDD;
}

.db-verde{
	border-radius: 3px 3px 0px 0px;
	background-color: #D5F0E1;
}

.db-rosso{
	background-color: #edc9c9;
}


.db-border-blu{
	border-color: #0080D4;
}

.db-border-orange{
	border-color: #FE7B35;
}

.db-border-green{
	border-color: #00a24f;
}

.db-border-red{
	border-color: #d62f2f;
	
}

.db-border-red table {
	 opacity: 0.4;
}











.db-porta-contenitore{
	margin: 5px 5px;
	width: 36px;
	float: left;
	position: relative;
	cursor: pointer;
}



.db-porta-titolo{
	text-align: center;
	font-size: 10px;
}

.db-porta-rect{
	width: 30px;
	height: 25px;
	
}



.db-porta-rect-interno{
   	
}

.db-porta-rect-interno-red{
    background-color: #D62F2F;
    color: #fff;
     -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blinkre normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blinkre normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blinkre normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blinkre normal 1.5s infinite ease-in-out;
    /* Opera */
}

.db-porta-rect-interno-orange{
    background-color: #f89800;
    color: #fff;
}

.db-porta-rect-interno-blue{
    background-color: #3dbeff;
    color: #fff;
}

.db-porta-rect-interno-black{
    background-color: #000;
    color: #fff;
}


.db-porta-rect-green{
	border: 3px solid #2C9170;
}




.db-porta-rect-red{
	border: 3px solid #D62F2F;
    
}

.db-porta-rect-orange{
	border: 3px solid #FE7B35;
    
}

.db-porta-rect-yellow{
	border: 3px solid #FDFD43;
    
}




@keyframes blinkre { 
    0% {
           background-color: rgba(255,0,0,1)
    }
    50% {
           background-color: rgba(255,0,0,0.5)
    }
    100% {
           background-color: rgba(255,0,0,1)
    }
}

@-webkit-keyframes blinkre {
    0% {
           background-color: rgba(255,0,0,1)
    }
    50% {
           background-color: rgba(255,0,0,0.5)
    }
    100% {
           background-color: rgba(255,0,0,1)
    }
}

.db-porta-rect-gray{
	border: 3px solid #d3d3d3;
}




.db-porta-rect-interno{
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.db-porta-rect-led-sx{
	border: 3px solid #2C9170;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 3px;
	left: 4px;
	background-color: #2C9170;
}

.db-porta-rect-led-sx-green, .db-porta-rect-led-dx-green{
	border: 3px solid #2C9170;
	background-color: #2C9170;
}

.db-porta-rect-led-sx-red, .db-porta-rect-led-dx-red{
	border: 3px solid #D62F2F;
	background-color: #D62F2F;
}

.db-porta-rect-led-sx-gray, .db-porta-rect-led-dx-gray{
	border: 3px solid #d3d3d3;
	background-color: #d3d3d3;
}

.db-porta-rect-led-sx-orange, .db-porta-rect-led-dx-orange{
	border: 3px solid #FE7B35;
	background-color: #FE7B35;
}

.db-porta-rect-led-sx-yellow, .db-porta-rect-led-dx-yellow{
	border: 3px solid #FDFD43;
	background-color: #FDFD43;
}


.db-porta-rect-led-dx{
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 3px;
	margin-right: 4px;
	right: 0px;
}

.db-porta-rect-led-dx-green{
	border: 3px solid #2C9170;
	background-color: #2C9170;
}

.db-porta-rect-led-sx-red{
	border: 3px solid #D62F2F;
	background-color: #D62F2F;
}




.db-porta-rect-sfp-led-sx{
	border: 3px solid #2C9170;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 7px;
	left: 7px;
	background-color: #2C9170;
	border-radius: 8px;
}

.db-porta-rect-sfp-led-dx{
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 7px;
	margin-right: 7px;
	right: 0px;
	border-radius: 8px;
}

.db-porta-rect-sfp-led-sx-green, .db-porta-rect-sfp-led-dx-green{
	border: 3px solid #2C9170;
	background-color: #2C9170;
}

.db-porta-rect-sfp-led-sx-gray, .db-porta-rect-sfp-led-dx-gray{
	border: 3px solid #d3d3d3;
	background-color: #d3d3d3;
}




.db_porta_circle{
	position: relative;
	width: 20px;
	height: 30px;
	top: -3px;
	margin-left: -3px;
	left: 0px;
	
	/*background-color: #20588D;*/
	/*border-radius: 50%;*/
	
	background-image: url("../include/img/power.png");
	background-repeat: no-repeat; 
	
	
}

.db-porta-poe-rect{
	width: 36px;
	height: 31px;
	border: 3px solid transparent;
}

.db-porta-poe-rect-none{
	border: 3px solid transparent;
}

.db-porta-poe-rect-disabled{
	border: 3px solid #b2b2b2;
}

.db-porta-poe-rect-red{
	border: 3px solid #D62F2F;
	animation-name: blinkr ;
    animation-duration: .5s ;
    animation-timing-function: step-end ;
    animation-iteration-count: infinite ;
    animation-direction: alternate ;
}

.db-porta-poe-rect-orange{
	border: 3px solid #f89800;
	animation-name: blinko ;
    animation-duration: .5s ;
    animation-timing-function: step-end ;
    animation-iteration-count: infinite ;
    animation-direction: alternate ;
}

.db-porta-poe-rect-orange-auto{
	border: 3px solid #f89800;
}

@keyframes blinkr { 
   50% { border-color: #b2b2b2; } 
}


@keyframes blinko { 
   50% { border-color: #b2b2b2; } 
}




.mikrotik-api-immagine{
	max-height: 110px;
	max-width: 200px;
	display: table-cell;
  	vertical-align: middle;
  	top:0;
    bottom:0;
  	margin: auto;
}

.onoffline-box2{
    float: left;
    width: 100px;
    height: 165px;
    border: 1px solid #999;
    /*border-radius: 10px;*/ 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 20px;
}

.onoffline-etichetta2{
    /*border-radius: 10px 10px 0px 0px;*/
    width: 100%;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
}

.onoffline-etichetta-offline2{
    background-color: #d62f2f;
}

.onoffline-etichetta-online2{
    background-color: #2C9170;
}


.onoffline-data2{
    text-align: center;
    background-color: #fff;
    padding: 10px 0px 10px 0px;
}

.onoffline-icon2{
    
   
}

.btn-onoffline2{
    background-color: transparent;
    background-image: url('../include/img/update3.png');
    background-size: 40px;
    background-repeat: no-repeat;
    width:40px;
    height: 40px;
    margin-top:5px;
    margin-left: 30px;
    border: 0px
}

.btn-onoffline2:hover{
    border: 1px solid #999;
}


.dispositivi-ul {
  list-style: none;
  margin-left: -20px;
}

.dispositivi-ul > li {
	border-bottom: 1px transparent solid;
}

.dispositivi-ul > li:hover {
	border-bottom: 1px #F0F0F0 solid;
}


.dispositivi-point::before{
  content: "\2022 ";
  color: black;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block; 
  margin-left: -1em;
}

.dispositivi-point-red::before{
  color: #a01b16;
}

.dispositivi-li-red > a {
	color: #a01b16;
}

.dispositivi-ul > li > a {
	font-size: 1em;
	
}

.dispositivi-ul > li > a:hover {
	
}

.dispositivi-ul-table-info table{
	min-width: 100%;
	border: 1px solid #888;
}

.dispositivi-ul-table-info tr, .dispositivi-ul-table-info td{
	border: 1px solid #888;
}

.dispositivi-ul-table-info td{
	padding: 3px 5px;
}

.dispositivi-ul-table-info td:first-child{
	width: 100px;
} 

.dispositivi-ul-table-info td:nth-child(2){
	width: 210px;
}

.tooltip-dispositivi-ul{
	width: 320px;
	background-color: #fff;
	padding: 10px 10px;
}

.dispositivi-li-stato-online{
	color: #2C9170;
	font-weight: bold;
}

.dispositivi-li-stato-offline{
	color: #a01b16;
	font-weight: bold;
}



.tooltip_templates { display: none; }


.loader_mini{
    background-image: url('../include/img/load-icon1.gif');
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: auto;
    height: 20px;
    text-align: center;
    background-position: center;
}

.system_error{
	
}

.time_server{
	position: absolute;
	bottom: 10px;
	width: 100%; 
	text-align: center;
	color: #fff;
}

.MuiBadge-badge {
    top: 0;
    color: white;
    right: 0;
    height: 20px;
    display: flex;
    padding: 0;
    z-index: 1;
    position: absolute;
    flex-wrap: wrap;
    font-size: 10px;
    min-width: 20px;
    transform: scale(1) translate(-5px, 2px);
    box-sizing: border-box;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    align-content: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
    background-color: #d15b47;
    transform-origin: 100% 0%;
}

#side-menu ul>li>a:hover{
	background: rgba(0,0,0,.1);
}

#side-menu > li > ul > li > a{
	padding-top: 7px;
	padding-bottom: 7px;
}
	