

body {

	font-family: Roboto, sans-serif;
  /*width: 80%;*/

}



table {

	font-size: 1em;

}



.ui-draggable, .ui-droppable {

	background-position: top;

}

  #gallery { float: left; width: 65%; min-height: 12em; }
  .gallery.custom-state-active { background: #eee; }
  .gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
  .gallery li h5 { margin: 0 0 0.4em; cursor: move; }
  .gallery li a { float: right; }
  .gallery li a.ui-icon-zoomin { float: left; }
  .gallery li img { width: 100%; cursor: move; }
 
  #trash { float: right; width: 32%; min-height: 18em; padding: 1%; }
  #trash h4 { line-height: 16px; margin: 0 0 0.4em; }
  #trash h4 .ui-icon { float: left; }
  #trash .gallery h5 { display: none; }
  
 #sortable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
 .droptrue { list-style-type: none; margin: 0; padding: 0; height: 16rem}
 .dropfalse { list-style-type: none; margin: 0; padding: 0; height: 16rem}
 
 #sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }

  #progressbar {
    margin-top: 20px;
  }
 
  .progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
 
  .ui-dialog-titlebar-close {
    display: none;
  }

 

.demo-container {
    padding: 20px;
    border-radius: 2px;
    margin: 0 auto;
    max-width: 550px;
}

.login-registration-menu {
    background: #f9f9f9;
    border: #ececec 1px solid;
    padding: 10px 20px;
    text-align: right;
    border-radius: 3px;
}

.input-row {
    margin-bottom: 20px;
}

.input-field {
    width: 98%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
}

.btn-submit {
    padding: 10px 30px;
    border: #d5d4d5 1px solid;
    font-size: 0.9em;
    width: 150px;
    border-radius: 3px;
    cursor: pointer;
    padding-bottom: 10px;
    color: #808080;
}

.submit-button {
    padding-bottom: 10px;
}

#btn-login {
    border: #b5b0b0 1px solid;
    border-radius: 3px;
    font-size: 0.9em;
    width: auto;
    padding: 5px 30px;
}

#btn-register {
    background-color: #ffb162;
    border: #e8aa6a 1px solid;
    border-radius: 3px;
    font-size: 0.9em;
    width: auto;
    padding: 5px 30px;
    margin-left: 15px;
}

div.register-class {
    overflow: hidden;
}

img#loaderId {
    vertical-align: middle;
    width: 45px;
    height: 50px;
}

.btn-logout {
    cursor: pointer;
    border: #e2e2e2 1px solid;
    border-radius: 3px;
    padding: 5px 20px;
}

.success-message {
    margin-left: 1px;
    color: #189a18;
    font: 18px;
    display: none;
}

.error-message {
    color: #FF0000;
    display: none;
    margin-top: 15px;
}

.dashboard {
    text-align: left;    background: #f9f9f9;
    border: #ececec 1px solid;
    padding: 10px 20px;
    border-radius: 3px;
}
.thank-you-registration {
    display:none;   
    background: #ace4c0;
    margin-top: 15px;
    padding: 10px;
    font-size: 0.95em;
    border-radius: 3px;
    border: #a9d4b9 1px solid;
}

.imgcontainer {
    position: relative;
    width: 100%;
    max-width: 900px;
  }
  
  .imgcontainer img {
    width: 100%;
    height: auto;
  }

  
  .imagecontainer {
    
    position: absolute;

    /*width: 10px;
    height: 10px;*/

    /*top: 20%;
    left: 20%;*/
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*background-color: #ffFFFF;
    color: white;
    font-size: 1624%;*/
    padding: 2%;
    margin: 0px;
    border: 3px;
    max-width: 100%;
    max-height: 100%;
    /*border-style: solid;
    border-color: #000000;*/
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
  }
  
  
  .NomeIndicatori {
    border: 1px;
    width: 90%;
    margin: auto;
    /*text-color: black;*/
    color: black;
    background-color: #cccccc; 
    margin-bottom: 30px;
    border-style: solid;
    border-color: #000000;
    /*cursor: pointer;*/
    /*border-radius: 50%;*/
    text-align: center;
    /*margin: auto; */
    }

    .ButtonOnOff {
    
      position: absolute;
      height: 100%;
      /*margin: auto;*/

      /*height: 15%;*/
      /*max-width: 10%;
      max-height: 10%;*/
  
      /*top: 10%;
      left: 10%;*/
      transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
      padding: 0;
      border-radius: 50%;
    }
  
    .ButtonStartStop {
    
      position: absolute;
      /*height: 15%;*/
      /*max-width: 10%;
      max-height: 10%;*/
      height: 100%;
     /* margin: auto;*/

      transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
  
     /* top: 10%;
      left: 25%;*/
      padding: 0px;
      border-radius: 50%;
    }
  
    .ButtonService {
    
      position: absolute;
      /*height: 15%;*/
      /*max-width: 10%;
      max-height: 10%;*/
      /*width: 40%;*/
      height: 100%;
      /*margin-left: auto;
      margin-right: auto;*/
      /*margin: auto;*/
      transform: translate(25%, 0%);
      -ms-transform: translate(25%, 0%);
  
      /*top: 10%;
      left: 40%;*/
      padding: 0px;
      /*margin: 0px;*/
      border-radius: 50%;
    }

    .ui-datepicker-calendar {
      width: 100%;
      background-color: #999999;
    }

    td.ValueUp {
      font-weight: bold;
      background-color: rgba(190, 65, 65, 0.33);
    }
    td.ValueDown {
      font-weight: bold;
      background-color: rgba(0, 0, 255, 0.33);
    }
    td.RowStop {
      font-weight: bold;
      background-color: rgba(255, 0, 0, 0.33);
    }
    td.RowStart {
      font-weight: bold;
      background-color: rgba(0, 255, 0, 0.33);
    }
    td.RowPause {
      font-weight: bold;
      background-color: rgba(164, 195, 26, 0.33);
    }
    td.RowResume {
      font-weight: bold;
      background-color: rgba(0, 255, 98, 0.33);
    }