@font-face {
    font-family: 'Gotham';
    src: url('./dkc/bin/fonts/GOTHAM-LIGHT.TTF') format('truetype');
}
@font-face {
    font-family: 'Myriad';
    src: url('./dkc/bin/fonts/Myriad-Pro_31655.ttf') format('truetype');
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}

nav li {
  float: left;          
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #fff;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;  
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 238px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit {		
  background-color: #d14545;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
  background-image: -webkit-linear-gradient(top, #e97171, #d14545);
  background-image: -moz-linear-gradient(top, #e97171, #d14545);
  background-image: -ms-linear-gradient(top, #e97171, #d14545);
  background-image: -o-linear-gradient(top, #e97171, #d14545);
  background-image: linear-gradient(top, #e97171, #d14545);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {		
  background-color: #e97171;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
  background-image: -webkit-linear-gradient(top, #d14545, #e97171);
  background-image: -moz-linear-gradient(top, #d14545, #e97171);
  background-image: -ms-linear-gradient(top, #d14545, #e97171);
  background-image: -o-linear-gradient(top, #d14545, #e97171);
  background-image: linear-gradient(top, #d14545, #e97171);
}	

#login #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}

.style_14R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 14px;
	color: #e63c2b;
}
.style_14O {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 14px;
	color: #FFA500;
}
.style_14N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 14px;
	color: #000000;
}

.style_16R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 16px;
	color: #e63c2b;
}
.style_16N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 16px;
	color: #000000;
}

.style_18R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 18px;
	color: #e63c2b;
}
.style_18N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 18px;
	color: #000000;
}

.style_20R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #e63c2b;
}
.style_20O {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #FFA500;
}
.style_20N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #000000;
}

.style_26R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 26px;
	color: #e63c2b;
}
.style_26N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 26px;
	color: #000000;
}

.style_32R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 32px;
	color: #e63c2b;
}
.style_32N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 32px;
	color: #000000;
}

.style_50R {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 50px;
	color: #e63c2b;
}
.style_50N {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 50px;
	color: #000000;
}

/* start stili stati icone device e font testi*/
.style_offline {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #b3b3b3;
}
.style_online {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #444444;
}
.style_nocom {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #0080ff;
}
.style_alarm_high_temp {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #0080ff;
}
.style_alarm_low_temp {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #0080ff;
}
/* end stili stati icone device e font testi*/

.style_menudx_data {
	margin-bottom: 0px;
	font-family: "Myriad";
	font-size: 20px;
	color: #e63c2b;
}

div
{
    font-size: 12px;
    font-family: Verdana;
}
div#MENU
{
	text-align: inherit;
	padding: 5px;
	background-color: #CC3300; /*Sfondo men�	border: Solid 1px #000000;*/
	}
a.MENU
{
	background-color: #00FF00;  /*Sfondo icone menù	color: #000000;*/
	font-weight: Bold;
	width: 100px;
	padding: 1px;
	border: Solid 1px #000000;
}
a:hover.MENU
{
    background-color: #0099FF;  /*Sfondo icone menù passaggio mouse*/
    color: #FF9900;
    font-weight: Bold;
    text-decoration: None;
    width: 100px;
    padding: 1px;
    border: Solid 1px #000000;
}

ul#menu {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}
  
ul#menu li {
    background-color: #25aae2;
    border-bottom: 5px solid #000000;
    display: block;
    width: 150px;
    height: 30px;
    margin: 2px;
    float: left; /* elementi su singola riga */
}
  
ul#menu li a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    width: 150px;
    height: 30px;
    text-align: center;
}
  
ul#menu li.active, ul#menu li:hover {
    background-color: #000000;
    border-bottom: 5px solid #25aae2;
}

.btn {
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  text-decoration: none;
  text-shadow: -1px -1px 1px #616161;
  position: relative;
  padding: 15px 30px;
  box-shadow: 5px 5px 0 #25aae2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
  margin: 10px;
  background: #000000;
  display: inline-block;
  border-radius: 8px;
}

.btn_active, .btn:hover {
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  text-decoration: none;
  text-shadow: -1px -1px 1px #616161;
  position: relative;
  padding: 15px 30px;
  box-shadow: 5px 5px 0 #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
  margin: 10px;
  background: #25aae2;
  display: inline-block;
  border-radius: 8px;
}​

.btn_clima {
  color: white;
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 20px;
  text-decoration: none;
  text-shadow: -1px -1px 1px #616161;
  position: relative;
  padding: 15px 30px;
  box-shadow: 5px 5px 0 #25aae2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
  margin: 10px;
  background: #000000;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid;
}

.btn_clima:hover {
  box-shadow: 0px 0px 0 #000000;
  top: 5px;
  left: 5px;
  background: #25aae2;
  border-radius: 10px;
}​


div{  
}
#btn_clima_frecciaup {
  background: url('images/Upb.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 53px; 
  width: 121px;
  box-sizing: border-box;
  border: #f2f2f2 3px solid;
  padding: 0;
  margin: 0;
 }

#btn_clima_frecciaup:hover {
  background: url('images/Upr.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#btn_clima_frecciadown {
  background: url('images/Downb.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 54px; 
  width: 122px;
  box-sizing: border-box;
  border: #f2f2f2 3px solid;
  padding: 0;
  margin: 0;
 }

#btn_clima_frecciadown:hover {
  background: url('images/Downr.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#btn_lang_frecciaup {
  background: url('images/Upb.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 54px; 
  width: 123px;
  box-sizing: border-box;
  border: #f2f2f2 3px solid;
  padding: 0;
  margin: 0;
 }
#btn_lang_frecciaup:hover {
  background: url('images/Upr.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#btn_lang_frecciadown {
  background: url('images/Downb.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 54px; 
  width: 122px;
  box-sizing: border-box;
  border: #f2f2f2 3px solid;
  padding: 0;
  margin: 0;
 }
#btn_lang_frecciadown:hover {
  background: url('images/Downr.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#btn_filtro_log {
  background: url('images/filtronero.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px; 
  width: 40px;
 }

#btn_filtro_log:hover {
  background: url('images/filtrorosso.png');
  background-size: cover;
  background-repeat: no-repeat;
}

body{
  background-color: #bdc3c7;
}

.container 
{
    width:97%; /* or what you need it to be */
	height: 250px; /* make this the size you want the data to be displayed in */
	overflow: auto; /* this adds the scroll bars to the div when any data exceeds its hieght */
}

.table-fixed{
  width: 100%;
  background-color: #f3f3f3;
  tbody{
    height:100px;
    overflow-y:auto;
    width: 100%;
    }
	
  thead,tbody,tr,td,th{
    display:block;
  }
  td
  {
	  float:left;
  }
  tr:nth-child(even){background-color: #ffffff;}
  
  thead {
    tr{
      th{
        float:left;
       background-color: #f39c12;
       border-color:#e67e22;
      }
    }
  }
}