/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23 lug 2022, 19:46:23
    Author     : androino
*/

@media only screen and (max-device-width: 400px) {

  .cl-hedesr {
    background-color: fff!important;

    background-repeat: no-repeat!important;
    background-size: 220px auto!important;
    background-position: 10px 7px!important;
    height: 70px!important;
  }

  .cl-pasge {
    top:0px!important;
    /*width:50px!important;*/
    /*border: 1px solid red!important;*/
    width: 100%!important;
    border: none!important;
  }

  body {
   
    
    background-size: auto auto, auto auto, 100% 100%!important;
    /*background-position: center 470px, -630px -550px, 0px 0px!important;*/
    border: none!important;
    height: 100%!important;
  }

  .cl-div-input {
    width: 100%!important;
    line-height: 25px;
  }


  .cl-box-orario {
    width:  121%!important;

  }

  .box-ore-min {
    width: 120px!important;
  }


}

.div-label-incorso {
  color:#0099ff;
  font-weight: bold;
  /*border: 1px solid #000;*/
}

.cl-lbl-div {
  color:#1a87c9;
  font-weight: bold;
}



.cl-in-line {
  display: inline-block;
}

* {
  font-family: Arial, Helvetica, sans-serif!important;
}

html {
  /*height: 100%!important;*/
}

body {
  position: absolute;
  left: 0px;
  padding: none;
  margin-left:  0px;
  margin-top:  0px;
  width: calc(100% - 15px);
  height: calc(100% - 8px);
  
  background-color: #051937;
  background-image: url('../images/logo.png'),url('../images/globo_sfondo.png'),linear-gradient(to bottom, #051937, #08254b, #0b325f, #0c3f75, #0a4d8b);
  background-repeat: no-repeat;
  background-size: auto auto,auto auto,100% 100%;
  background-position: 30px 30px,-400px -400px,0px 0px;
}

.cl-page {
  border: 1px solid transparent;
  width: 100%;
  height: 100%;
}

.cl-header {
  background-color: transparent;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: 150px auto;
  background-position: 12px 17px;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.cl-btn {
  background-color: #04AA6D;
  color: white;
  line-height: 28px;
  padding-top: 5px;
  padding-bottom:  5px;

  /*padding: 9px 20px;*/
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.9;
  text-transform: uppercase;
  font-size: 16px;
  height: 35px;
}

.cancel {
  background-color: red;
  width: 100%;
  height: 35px;

}

.cl-btn:hover, .open-button:hover {
  opacity: 1;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.cl-btn:hover {
  background-color: rgba(180,180,180,0.5);
}

.cl-btn-img-procedi  {
  background-image: url('../images/procedi.png');
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 20px auto;
}

.cl-btn-img-annulla  {
  background-image: url('../images/annulla.png');
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 19px auto;
}
/*end btn*/
/*start input text*/
.cl-input {
  width: calc(100% - 15px);
  padding-top: 7px;
  padding-bottom:  5px;
  padding-left:  5px;
  padding-right:   5px;
  margin: 3x 0 22px 0;
  border: none;
  background: #ddd;
  font-size: 17px;
  font-weight: bold;
  color:#0a4d8b;
}

.cl-input:focus {
  border-bottom: 3px double #aaa!important;
  background-color: yellow;
  caret-color: #ff6600;
  outline: none;

}
/*end input text*/
/*start select*/
.cl-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #1a87c9;
  background-color: #eee;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  background-image: url("../images/down-arrowb.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 9px;
  background-size: 13px 13px;
  border: 1px solid #999;
  border-radius: 2px;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 42px;
  border-radius: 5px;
  box-shadow: 2px 2px #ccc;
  width: 100%;
  height: 35px;
}

option {
  background-color: #fff;
  color:#000;
  border-bottom: 1px solid #aaa;

}

.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-color: #006699 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #006699 transparent;
  top: 0px;

}

.select-items div,.select-selected {
  color: #006699;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #eee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.2);
  color:#000;
}

.lbl-check {
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
  margin-bottom: 2px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lbl-check {
  color:#0a4d8b;
  padding-right: 20px;
}

.lbl-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;


}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ccc;
  border:1px solid #888;
  border-radius:6px;
  margin-left: 6px;
}

.lbl-check:hover input ~ .checkmark {
  background-color: t;
}

.lbl-check input:checked ~ .checkmark {
  background-color: #04AA6D;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  margin-top: -3px;
  margin-left: -3px;
}

.lbl-check input:checked ~ .checkmark:after {
  display: block;
}

.lbl-check .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);
}
/*end checbox*/
/*start radio btn*/

#id-pop-ceck {
  padding-bottom: 8px;
  /*border:1px solid red;*/
  color:#006699;
  margin-top: 8px;

}
.lblRadio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right:  3px;
  margin-bottom: 2px;
  margin-top:12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  min-width: 50px;
}

.lblRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

.radiomark {
  position: absolute;
  top: -5px;
  left: 4px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border:1px solid #aaa;
  border-radius: 50%;

}

.lblRadio:hover input ~ .radiomark {
  background-color: #ccc;
}

.lblRadio input:checked ~ .radiomark {
  background-color: #fff;
  border:1px solid #2196F3;
}

.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.lblRadio input:checked ~ .radiomark:after {
  display: block;
  background-color: #2196F3;
}

.lblRadio .radiomark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/*edn radio*/
/*start popup*/
.cl-popup {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.cl-popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  padding-left: 0px;
  padding-bottom:  6px;
  border: 2px solid #666;
  border-radius:9px;
  width: 50%;
}

.cl-popup-content .popup-titolo{
  border-bottom: 2px solid #ccc;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
  background-color: rgba(30,144,255,0.5);
}

.popup-content {
  padding-left: 12px;
}

.cl-popup-content .popup-close {
  border-left:1px solid #555;
  padding-left: 8px;
  padding-right: 8px;
  padding-top:2px;
  padding-bottom:0px;
  margin-top:0px;
  position: relative;
  float: right;
  height: 27px;
  line-height: 27px;
  font-weight: bold;
  /*background-color: rgba(255,0,0,0.6);*/
}
.cl-popup-content span:hover {
  background-color: rgba(255,0,0,0.6);
}
/*end popup*/
.cl-log-out {
  
  margin-top: 12px;
  float: right;
  border-radius: 25px;
  background-color: transparent;
  background-image: url('../images/logout.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center;
  border: 2px solid transparent;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  color:#fff;
  font-size: 15px;
  cursor: pointer;
}

.cl-back-menu {
  margin-top: 12px;
  float: right;
  background-color: transparent;
  background-image: url('../images/menu.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center;
  border: 2px solid transparent;
  margin-right: 25px;
  width: 50px;
  height: 50px;
}



.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  color:red;
}

.loader {
  margin: 15px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loadingDiv {
  position:fixed;
  text-align: center;
  padding-top: 50px;
  color:#aaa;
  font-size: 25px;
  font-weight: bold;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(100,100,100,0.7);
}

.cl-rosso {
  background-color: rgba(255,0,0,0.7);
  color: #fff;
  font-size:12px;
  background-image: url('../images/matita.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;


}

.cl-verde {
  background-color: rgba(0, 146, 0,0.7);
  color: #fff;
  font-size:12px;
  background-image: url('../images/matita.png');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center;

}

.cl-btn-azione {
  padding-left: 5px;
  padding-right:  12px;
  padding-top:  10px;
  padding-bottom:  10px;
  width: 47%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  height: 45px;
}

.cl-btn-azione:hover {
  background-color: rgba(180,180,180,0.5);

}

.cl-div-input {
  width: 370px;
  line-height: 25px;
}

.refresh {
  border:1px solid red;
  height: 40px;
  width: 370px;
  background-image: url('../images/refresh-white.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;
}

.cl-box-orario {
  position: fixed;
  top:0px;
  left: 0px;
  width:  101%;
  padding-top: 160px;
  height: calc(100% - 155px);
  border:2px solid #aaa;
  background-color: rgba(100,100,100,0.9);
  z-index: 9;
  display: none;
  text-align: center;
  overflow:hide;
  z-index: 10;
  color:#fff;
  font-size: 32px;
  font-weight: bold;
}

.box-ore-min {
  position: relative;
  border:2px solid #888;
  border-radius: 5px;
  z-index: 12;
  overflow:hide;
}

.box-ore-min-size {
  width: 150px;
}

.androtime-aumenta {
  width: 100%;
  height: 50px;
  background-color: #eee;
  border-bottom: 3px solid #888;
  background-image: url('../images/arrowc.png');
  background-repeat: no-repeat;
  background-position: center;
}

.androtime-display {
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  color:#006699;
}

.androtime-diminuisci {
  width: 100%;
  height: 50px;
  background-color: #eee;
  border-top: 3px solid #888;
  background-image: url('../images/down-arrowb.png');
  background-repeat: no-repeat;
  background-position: center;

}

#androtime-min-select {
  width: 100%;
}

#androtime-select-min {
  width:  100%!important;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  height: 50px;
}

.numero button{
  background-color: red;
}


.div-label {
  color:#006699;
  /*border:1px solid red;*/
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;


}


.btn-print {
  /*border:1px solid red;*/
  border:1px solid red;
  height: 40px;
  width: 130px;
  background-color: rgb(0, 146, 0);
  background-image: url('../images/print.png');
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center;

}