.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 width: 30px;
height: 30px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 






table.settimanale 
{
 
    margin: 5px;
}

table.settimanale td
{
   
    margin: 5px;
    padding 15px;
    height: 35px;
   
}

.imgperiodo
{
    width: 32px;
    cursor: pointer;
}

.dataora {
      padding: 5px;

  font-size: 16px;
}

.campo {
  padding: 5px;
margin-top: 20px;
  font-size: 16px;
    
}

.schedule-rows td {
  width: 30px;
  height: 10px;
  margin: 2px;
  padding: 2px;
  background-color: #3498DB;
  cursor: pointer;
    border: 1px solid white;
    
}

.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right;
  position: relative;
  top: -12px;
}

.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] { background-color: #E74C3C; }

.schedule-rows td[data-disabled] { opacity: 0.55; }




.popsync  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    border-style: solid;
    border-color: rgb(247,62,150); 
    border-radius: 10px; 
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    height: 60%;
    width: 30%;
}



.welcomescreen  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-color: rgb(247,62,150);
    border-radius: 10px; /* 50px;  */
    padding: 10px;
    background-color: white;
    height: 290px;
    width: 270px;
}


.welcomegrafico  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-color: rgb(247,62,150);
    border-radius: 10px; /* 50px;  */
    background-color: white;
    height: 390px;
    width: 500px;
    text-align: center;
}




.welcometurno  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-color: rgb(247,62,150);
    border-radius: 10px; /* 50px;  */
    background-color: white;
        height: 700px;
    width: 700px;
    text-align: center;
    overflow: hidden;
}





#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 10;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #000;
	border-radius:7px; 
	width:550px;
	z-index: 10;
}
#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #666; font-size:19px; padding:10px; color:#CCC; }
#dialogbox > div > #dialogboxbody{ background: #333; padding:20px; color:#FFF; }
#dialogbox > div > #dialogboxfoot{ background: #666; padding:10px; text-align:right; }




/* ALERT */
#success{
  background:#03a679;
  color:#f0f0f0;  
}

#rimosso{
  background:#ff3939;
  color:#f0f0f0;  
}

#doubleborder{
  background: #e2007a;
  color:#f0f0f0;  
}

#borderfirst{
  background: #e2007a;
  color:#f0f0f0;  
}


#dimensioneminima{
  background: #e2007a;
  color:#f0f0f0;  
}

#carattereinatteso{
  background: #e2007a;
  color:#f0f0f0;  
}

#luxok{
  background: #e2007a;
  color:#f0f0f0;  
}
#luxko{
  background: #e2007a;
  color:#f0f0f0;  
}

#schedulazioneok{
  background: #e2007a;
  color:#f0f0f0;  
}

#modificaok{
  background: #e2007a;
  color:#f0f0f0;  
}


canvas { background-color : #eee;
}

.pingok {
    background: green;
}

.pingko {
    background: red;
}

.temperature {
    color: black; 
    font-weight: bold;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    transition:height .2s;
    
}


.notify{  
  position:absolute;
  top:0px;
  width:100%;
  height:0;  
  box-sizing:border-box;
  color:white;  
  text-align:center;
 /* background:rgba(0,0,0,.6); */
  background: rgba(226,0,122,.6);
  overflow:hidden;
  box-sizing:border-box;
  transition:height .2s;
}

#notifyType:before{
  display:block;
  margin-top:15px; 
  
}


.modificaok:before{
  Content:"MODIFICA APPLICATA CON SUCCESSO";
}

.active{  
  height:45px;
}

.luxok:before{
  Content:"LUMINOSITA' IMPOSTATA CON SUCCESSO";
}
.luxko:before{
  Content:"ERRORE IMPOSTAZIONE LUMINOSITA'";
}

.settimanaok:before{
  Content:"ORARI IMPOSTATI CON SUCCESSO";
}

.oravuota:before{
  Content:"VERIFICARE I CAMPI DALLE/ALLE";
}

.orasbagliata:before{
  Content:"I CAMPI DALLE/ALLE SONO INCOERENTI";
}


.dimensioneminima:before{
  Content:"PER POTER PROCEDERE, INSERIRE ALMENO UN BORDO E UN CONTENUTO";
}

.success:before{
  Content:"AGGIUNTO CON SUCCESSO";
}

.rimosso:before{
  Content:"RIMOSSO CON SUCCESSO";
}

.doubleborder:before{
  Content:"E' POSSIBILE SELEZIONARE UN SOLO BORDO ALLA VOLTA";
}


.borderfirst:before{
  Content:"SELEZIONARE PRIMA UN BORDO FRA QUELLI DISPONIBILI";
}


.carattereinatteso:before{
  Content:"IL CARATTERE INSERITO NON E' AMMESSO";
}

.schedulazioneok:before{
  Content:"SCHEDULAZIONE IMPOSTATA CON SUCCESSO";
}


.dimeccessiva:before{
  Content:"IL VIDEO NON PUO' SUPERARE i 16MB";
}

.errmaschera:before{
  Content:"VERIFICARE LA POSIZIONE DEL CONTENUTO!";
}
/* ALERT */


.welcomeform {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffb3ff;
    display: inline-block;
    border: none;
    /* border-radius: 4px; */
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #ffb3ff;
    color:black;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}



.colonnaAttiva
{
    text-align: center;
    min-height: 400px;
    overflow-y: scroll;
    background-color: lightgray;
    width: 110px;
    margin: 1px;
    padding: 5px;
    border: 1px solid gray;
    display: inline-block;
    
}

.input-hidden {
  position: absolute;
  left: -9999px;
    display: inline-block;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px rgb(247,62,150);
}

table.listapalinsesti {
    /*border-collapse: collapse;
    border-radius:5px;
    display:block;  */
    width: 100%;
    /*table-layout: fixed; */
    overflow-y: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    max-height: 300px;
   
}

table.listapalinsesti th, td {
    text-align: left;
    height: 30px;
}



table.listapalinsesti tr:nth-child(even){background-color: #f2f2f2}


.thumbnails {
    padding: 5px;
    margin-top: 5px;
     display: inline-block;
     width: 58px;
     height: 58px;
     margin-left: 5px;
     margin-right: 5px;
    background: #BEBEBE;
background: -moz-radial-gradient(center, #BEBEBE 0%, #5F5F5F 50%, #252525 100%);
background: -webkit-radial-gradient(center, #BEBEBE 0%, #5F5F5F 50%, #252525 100%);
background: radial-gradient(ellipse at center, #BEBEBE 0%, #5F5F5F 50%, #252525 100%);
    cursor: pointer;
}


meter {
    width: 60%;
    border: 1px solid gray;
    margin-left: 5px;
    display: inline-block;
}

.colonna1 {
    margin: 1px;
    padding: 5px;
    border: 1px solid gray;
    width: 66%;
    display: inline-block;
    min-height: 400px;
}

.colonna2 {
    margin: 1px;
    padding: 1px;
    border: 1px solid gray;
    width: 30%;
    float: right;
    min-height: 400px;
    padding: 3px;
    overflow-y: auto;
}



.pulsantemenu {
  font-family: Ubuntu-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding-top: 10px;
  padding-bottom: 10px;
    margin-left:15px;
    margin-right: 15px;
  margin-bottom: 10px;      
  justify-content: center;
  align-items: center;
 
  
  width: 200px;
  border-radius: 5px;
  display: inline-block;
  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);


  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.pulsantemenu:hover {
  background-color: transparent;
}

.pulsantemenu:hover:before {
  opacity: 1;
}



.pulsantino {
  font-family: Ubuntu-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding-top: 10px;
  padding-bottom: 10px;
    margin-top: 140px;
    margin-left:10px;
    margin-right: 10px;
  margin-bottom: 2px;      
  justify-content: center;
  align-items: center;
 
  
  width: 100px;
  border-radius: 5px;
  display: inline-block;
  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);


  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.pulsantino:hover {
  background-color: transparent;
}

.pulsantino:hover:before {
  opacity: 1;
}


.pulsantino2 {
  font-family: Ubuntu-Bold;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding-top: 5px;
  padding-bottom: 5px;
    margin-top: 0px;
    margin-left:10px;
    margin-right: 10px;
  margin-bottom: 2px;      
  justify-content: center;
  align-items: center;
 
  
  width: 100px;
  border-radius: 5px;
  display: inline-block;
  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);


  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.pulsantino2:hover {
  background-color: transparent;
}

.pulsantino2:hover:before {
  opacity: 1;
}














.intestazione {

    padding: 5px;
}

.contenuto {

    padding: 5px;
    text-align:center;    

}

.mycontent {
/*
width: 500px;
text-align:left;
overflow-x:scroll;
height: 80px;
*/
}



.reference 
{
    max-height: 110px;
    padding: 5px;
    margin: 5px;
}
















/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Ubuntu-Regular;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}

@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}




/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Ubuntu-Regular, sans-serif;
   
}

/*---------------------------------------------*/
a {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #fff;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #555555;}
input:-moz-placeholder { color: #555555;}
input::-moz-placeholder { color: #555555;}
input:-ms-input-placeholder { color: #555555;}

textarea::-webkit-input-placeholder { color: #555555;}
textarea:-moz-placeholder { color: #555555;}
textarea::-moz-placeholder { color: #555555;}
textarea:-ms-input-placeholder { color: #555555;}

label {
  margin: 0;
  display: block;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Blocchi ]*/
.blocchetti {
    width: 25px;
    height: 25px;
    border: 1px solid gray;
    cursor: none;
    background: white;
    display: inline-block;
    float: right;
    margin: 2px;
    
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1.5;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;  
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.65);
}

.wrap-login100 {
  width: 480px;
  border-radius: 10px;
  overflow: hidden;

  background: transparent;
}

.wrap-login200 {
  min-width: auto;
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;

  background: transparent;
}


.footer
{
    text-align: center;
    position: relative;
   bottom: 0px;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
 
}

.login100-form-logo {
  font-size: 60px; 
  color: #333333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.login100-form-title {
  font-family: Ubuntu-Bold;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}


.login200-form {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  min-height: 600px;
}

.login200-form-logo {
  font-size: 60px; 
  color: #333333;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}

.login200-form-title {
  font-family: Ubuntu-Bold;
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;

  display: block;
}















/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 29px 0;
}

.input100 {
  font-family: Ubuntu-Regular;
  font-size: 20px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0 10px 0 80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);
}

.focus-input100::after {
  font-family: Linearicons-Free;
  font-size: 18px;
  color: #999999;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 35px;
 

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus {
  padding-left: 60px;
}

.input100:focus + .focus-input100::after {
  left: 23px;
  color: #d41872;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  left: 23px;
  color: #d41872;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.has-val.input100 {
  padding-left: 60px;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: Ubuntu-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 21px;

  background: #d41872;
  background: -webkit-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -o-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: -moz-linear-gradient(left, #a445b2, #d41872, #fa4299);
  background: linear-gradient(left, #a445b2, #d41872, #fa4299);
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  background-color: #555555;
  top: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: transparent;
}

.login100-form-btn:hover:before {
  opacity: 1;
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.rainbow-text {
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);   -webkit-background-clip: text;
  color: transparent;
}
