
/* Sezione SmartSearch */

.look-for-ico{
       
    font-size: 28px;
    width: 30px;
    float: right;
    padding-left: 4px;
    padding-top: 0px;
    /* margin-top: 2px; */
}
.look-for-ico:hover{
    background-color: gainsboro;

}

.inp-cnt{
    display: inline-table;
    width: 100%;
}
.inp-smart-s{
    width: calc(100% - 30px);
    float: left;
}
.error-field{
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 8px;
}

.server-message{
    background-color: rgb(181, 243, 89);
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
/* Library css toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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: 24px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  /* Grid standard system */
  .r1{
    background-color: rgb(240, 240, 240);
  }
  .r2{
    background-color:rgb(223, 217, 217);
  }
  .r1a{
    background-color: rgb(240, 240, 240, .6);
  }
  .r2a{
    background-color:rgb(223, 217, 217, .6);
  }


 /* definizione relative a smartSearch  */
 .search-user-result{
    display: none;
    position: absolute;
    background-color: rgb(244,244,244);
    z-index: 3000;
    padding-bottom: 20px;
    box-shadow: 5px 10px 8px #888888;
}

.search-user-item{
    padding-bottom: 5px;
    /* float: left;
    width: 380px; */
}
.search-user-item-nx{
    margin-left: 10px;
    float: left;
}

.user-item-cnt{
    height: auto;
    /* width: 100%; */
}
.user-item-cnt.row1{
    background-color: rgb(244, 244, 244  );
}
.user-item-cnt.row2{
    background-color: rgb(230, 230, 230  );
}
.user-item-cnt:hover{
    background-color: rgb(240, 235, 226, 100  );
}

.add-new-record{
  font-size: 32px; margin-top: 0px; 
  color: rgb(40, 169, 230);
  width: 50px;
  height: 50px;
  /* position: absolute; */
} 
.add-new-record:hover{
  color: rgb(140, 202, 231);
}

.record-message{
  text-align: center;
  /* background-color: greenyellow; */
  border-radius: 8px;
  display: none;
}

.number{
  text-align: right;
}


.datepicker {
  z-index: 2000 !important;

}