/* eespc grid */

.eespc-reports {
  min-height: 500px;
}

.eespc-reports .table-responsive {
  overflow-x: auto;
}

div[eespc-grid] {
  display: block;
  flex-direction: row;
  justify-content: center;
  overflow-y: auto;
  font-size: 14px;
}

div[eespc-grid] > .table-wrapper > table {
  width: 100%;
  table-layout: auto;
}

.table-wrapper th span,
td span {
  word-wrap: break-word;
}

div[eespc-grid] > .table-wrapper {
  flex: 0 0 90%;
  padding: 5px 0px;
  max-height: 600px;
}

.full-height > .table-wrapper {
  max-height: unset !important;
}

div[eespc-grid].lg tbody tr td {
  padding: 5px 0px !important;
}

div[eespc-grid] table thead .th-wrapper {
  min-height: 24px;
}

div[eespc-grid] table thead input {
  color: black;
  padding: 2px;
  width: 100%;
  height: 23px;
}

div[eespc-grid] table tbody tr:nth-child(even) {
  background: white;
}

div[eespc-grid] table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}

div[eespc-grid] table .show-border {
  border-bottom: 2px solid #c03333 !important;
}

a {
  cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:hover span {
  color: #fff !important;
  background-color: #4a8e68;
  border-color: #4a8e68;
}

.layout-column {
  display: flex;
  flex-direction: column;
}

.flex-20 {
  flex: 0 0 20%;
}

.flex-80 {
  flex: 0 0 80%;
}

.flex-60 {
  flex: 0 0 60%;
}

.no-flex {
  flex: none !important;
}

/*****Backgrounds & font colors*****/

.bg-eespc-dark {
  background: #1c6b6a !important;
}

.bg-eespc-light {
  background: #4a8e68;
}

.bg-white {
  background: #fff !important;
}

.fg-white {
  color: #fff !important;
}

/************************************/

.eespc-btn {
  background-color: #1c6b6a;
  color: #fff;
  border-color: #1e6d6a;
}

button.eespc-btn-sm {
  padding: 5px 10px;
}

.btn-info.active:hover,
.eespc-btn:hover {
  background-color: #428868;
  border-color: #448968;
}

.ag-theme-fresh .ag-header {
  background: #1c6b6a !important;
  color: #fff !important;
}

/***Custom tooltip color***/
.eespc-tooltip + .tooltip > .tooltip-inner {
  background-color: #1c6b6a;
}

.eespc-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #1c6b6a;
}

/***END***/

.body-overflow {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  display: block;
  overflow-x: hidden;
}

/******Centered Msg Alert*******/
.centered-msg-alert {
  position: fixed;
  width: -webkit-fill-available;
  height: 100%;
  background: rgba(102, 102, 102, 0.65);
  /* z-index: 101; */
  top: 0;
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

/********* END ****************/

/*UI TPLS BOOSTRAP DATE-PICKER POSITION OVERRIDE*/

ul.dropdown-menu.ng-empty.ng-valid.ng-valid-date-disabled {
  right: 0;
  left: auto;
}

ul.dropdown-menu li div table,
ul.dropdown-menu.ng-empty.ng-valid.ng-valid-date-disabled li div table {
  width: 100%;
}

/******END*****/

input.menu-input:focus {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  box-shadow: 0 0 5px rgba(42, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

input.menu-input::placeholder {
  color: lightslategray;
  font-weight: 500;
}

ul.box-header.with-border {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.loader {
  font-size: 24px !important;
  background: #e1eef7;
  height: 100%;
  width: calc(100% - 230px);
  opacity: 0.75;
  z-index: 1;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 230px;
}

.pd5 {
  padding: 5px;
}

.ng-invalid-date {
  border: 1px solid red !important;
}

#staffList .table-responsive {
  overflow: visible;
}

.fallback__text {
  min-height: 100px;
}

.facility-stats-head {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin: 10px;
}
.facility-stats-head thead {
  background: lightgray;
}
.facility-stats-head tfoot {
  background: #f5cc9b;
}
.facility-stats-head td,
.facility-stats-head th {
  border: 1px solid #dddddd;
  padding: 8px;
}

.violation-chart {
  pointer-events: none;
}
