
.filter-checkbox { padding-left: 28px;  }
.filter-checkbox input[type='checkbox'] { position: absolute; margin-top: 4px\9 !important;; margin-left: -20px !important;  }

.filesHolder .error { position: absolute; padding-right: 100px; left: 85px; }

.user-panel > .image > img { width: 45px !important;
    max-width: 45px !important;
    height: 45px !important; }

input.error, select.error, textarea.error  { background-color: #fff0f0; border:solid 1px #ed9784; }
label.error { color:#d33724; }

.validationsummary { color:#d33724; font-weight: 700; }

.validationsummary label { width:100%; }

.tab-pane .overlay,
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-pane .overlay,
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}

.box-overlay { position: relative; }

.tab-pane .overlay > .fa,
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute; /*absolute*/
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.tab-pane .overlay.dark,
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  /*background: rgba(255, 255, 255, 0.7)*/
  color: #000;
}

/*.overlay::after {
    background-color: rgba(255, 255, 255, 0.7);
}*/
/*-------------------- tooltip  ---*/

.tooltipEvent .tooltiptext {
  visibility: hidden;
  max-width: 480px;
  max-height: 320px;
  min-width: 20px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipEvent .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipEvent:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.faFix { padding-right: 6px; }

.well-sm { padding: 3px 6px !important; border-radius: 0px !important; }

.btn { white-space: normal; }

.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert-dismissable .close, .alert-dismissible .close { right: 0px; }


.dataTables_filter {
  text-align: left !important;
}

.dataTables_filter label .btn {
  margin-left:0em !important;
}

.dataTables_filter label .form-control,
.dataTables_filter label .form-control
{
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .dataTables_filter label,
  .dataTables_filter label .form-control,
  .dataTables_filter label .form-control
  {
    width:100% !important;
    min-width: none;
    max-width: none;
  }

  .dataTables_filter label .btn {
    width:100% !important;
    margin-left:0em !important;
  }
}


#mainav li li a, #mainav .active li a { background-color:white; color:#545454; }
#mainav ul li a:hover { margin-bottom: 23px; color:#545454;  }
#mainav ul li ul li a { margin-bottom: 0px !important; color:#545454; border-bottom: 0px !important;  }
#mainav ul li ul li { border-bottom: solid 1px #efbf18; }