.line {
  height: 2px;
  background-color: #BDBDBD;
  margin-bottom: 10px;
}

.icon {
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
  color: #b94a48;
}

.user {
  background: url(../../assets/img/account.png) no-repeat scroll 0 0 transparent;
}

.password {
  background: url(../../assets/img/lock.png) no-repeat scroll 0 0 transparent;
}

.azienda {
  background: url(../../assets/img/domain.png) no-repeat scroll 0 0 transparent;
}

.errore {
  background: url(../../assets/img/alert.png) no-repeat scroll 0 0 transparent;
}

.option {
  background-image: url(../../assets/img/account-settings-variant.png);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 15px;
}

.nav-menu {
  background-image: url(../../assets/img/menu.png);
  /*transition: all 0.7s;*/
}

.nav-close {
  background-image: url(../../assets/img/close.png);
  /*transition: all 0.7s;*/
}

.material-fab {
  border: 1px;
  margin-top: -15px;
  background-color: #b94a48;
  color: white;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  background-image: url(../../assets/img/login-white.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.material-fab:hover {
  background-color: #f44336;
}

.material-fab:focus {
  outline: none;
}

.material-button {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
}

.material-button:focus {
  outline: none;
  background-position: 50%;
}

.material-button:hover {
  outline: none;
  background-position: 50%;
}

.material-button:active {
  outline: none;
  background-position: 50%;
}

.material-button-danger {
  width: 75px;
  height: 35px;
}

.material-button-danger:hover {
  background-color: rgba(185, 74, 72, 1) !important;
  color: white;
}

.material-text {
  width: 100%;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-weight: 500;
}

.material-text:hover {
  border-bottom: 1px solid #b94a48;
}

.material-text:focus {
  outline: none;
  border-bottom: 1px solid #b94a48;
}

.inline {
  float: right;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.max-height {
  height: 100%;
}

.no-width {
  width: 0 !important;
  display: none;
}

.no-height {
  height: 0 !important
}

.line {
  background-color: #da0303;
  height: 2px;
  border: 0;
  margin-bottom: 10px;
  margin-top: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.th {
  background-color: #da0303;
  color: white;
}

.td,
.th {
  padding: 2%;
}

.td {
  border-bottom: 2px solid #BDBDBD;
}

.shadow {
  box-shadow: 0 10px 15px 0 #888888;
}

.prova {
  font-size: 93%;
}

.taborari {
  text-align: center;
  font-size: 93%;
  padding: 0;
}
