.bootstrap-select>.dropdown-toggle {
  height: 50px !important;
}

input.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

select.error {
  border: 1px solid red !important;
}

label.error {
  color: red !important;
}

#toast-container>div {
  width: 350px !important;
  font-size: 17px !important;
}

#load {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  z-index: 100000;
  background-color: #fff;
  z-index: 199;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 50%;
  z-index: 200;
  right: 50%;
  z-index: 200;
}

.no_data {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


