.form-home {
  width: 100%;
  float: left;
}
.form-home section {
  width: 100%;
  float: left;
  padding: 17px 15px 0 15px;
  background: #DDDDDD;
}
.form-home img {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}
.form-home h3 {
  width: 100%;
  float: left;
  color: #1e9ff2;
  font-weight: 700;
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0;
}
.form-home h3 i {
  margin: 0 5px 0 0;
  color: #333;
  font-size: 20px;
}
.form-home label {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 13px;
  padding: 3px 0 0 0;
}
@media (max-width: 960px) {
  .form-home label {
    padding: 10px 0;
  }
}

.welcome-home {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}
.welcome-home h4 {
  width: 100%;
  float: left;
  font-size: 18px;
}
.welcome-home h4 i {
  color: #1e9ff2;
  font-size: 30px;
}
.welcome-home article {
  width: 100%;
  float: left;
  padding: 15px 0;
  line-height: 20px;
}

.users-list-table td {
  font-size: 14px;
  padding: 8px 18px !important;
}

.table-responsive td {
  font-size: 14px;
  padding: 8px 18px !important;
}

/*# sourceMappingURL=style.css.map */

.error-message{
    text-align:center;
    color:#f00!important;
}

label.error{
    width:100%;
    color:#f00;
    position:absolute;
    right:20px;
    text-align:right;
}

.green{
    color:#4c8a22
}

.select-fatture {
    border: solid 1px #f1f1f1 !important;
    float: right;
    padding:2px 5px!important;
    outline: none !important;
    color: #1e9ff2!important;
    font-weight: 600!important;
}

.updForm2, .updForm1{
    display:none;
}

.preload{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    padding:11vh 0 11vh;
    z-index:300;
    text-align:center;
    background:rgba(255,255,255,0.8);
    display:none;
}

.preload img{
    width:45px;
    margin-bottom:5px;
}

.btn-hover {
    background-color: #28d094!important;
    color: #FFF !important;
}

.fiscal-code{
    text-transform:uppercase;
}