.ajax-loading-inline {
  color: #3a3a3a;
}
.btn-outline-warning:not(:disabled):not(.disabled):hover,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
}
.btn-outline-warning.disabled:hover {
  color: #ffc107;
}
.btn-outline-warning.disabled.active,
.btn-outline-warning:disabled.active {
  background-color: #ffc107;
  color: #ffffff;
}
/*--------------------------------------------------------
GENERAL
---------------------------------------------------------*/
textarea {
  resize: none;
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
.ajax-loading,
.ajax-loading-text {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding-top: 20%;
  top: 0;
}
.ajax-loading .progress-circle-indeterminate,
.ajax-loading-text .progress-circle-indeterminate {
  background: url(../../assets/images/progress-circle-master.svg) no-repeat top left;
  width: 50px;
  height: 50px;
  background-size: 100% auto;
  margin: 100px auto auto auto;
}
.ajax-loading-inline {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
}
.ajax-loading-inline div {
  font-size: 18px;
  color: #ffffff;
}
.ajax-loading-inline .progress-circle-indeterminate {
  position: relative;
  background: url(../../assets/images/progress-circle-master.svg) no-repeat top left;
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
/*--------------------------------------------------------
Alerts
---------------------------------------------------------*/
.alert {
  z-index: 1052 !important;
}
/*--------------------------------------------------------
Organization Selector
---------------------------------------------------------*/
#organization-selector {
  margin-bottom: 1px !important;
}
/*--------------------------------------------------------
Autocomplete
---------------------------------------------------------*/
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #ff0000;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.equal .equal > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
[data-toggle="collapse"][aria-expanded="false"] .fa:before {
  content: "\f077";
}
[data-toggle="collapse"][aria-expanded="true"] .fa:before {
  content: "\f078";
}
.collapse-title {
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}
label:not(.disabled).btn {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
#select2-datatable_house_id-results .select2-results__option[aria-disabled=true],
#select2-datatable_building_id-results .select2-results__option[aria-disabled=true],
#select2-datatable_station_id-results .select2-results__option[aria-disabled=true],
#select2-datatable_room_id-results .select2-results__option[aria-disabled=true] {
  display: none;
}
/*# sourceMappingURL=AdminBase.css.map */