.accordion .panel-group {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 50px;
}
.accordion__header {
  font-family: 'NotoSans-Bold';
  font-size: 11.0pt;
  line-height: 0px;
}
.accordion .panel {
  margin-top: 0px !important;
  border-top: 1px solid #D9D9D9;
}
.accordion .panel-heading {
  height: 35px;
  font-family: 'NotoSans-Bold';
  font-size: 11.0pt;
  line-height: 21px;
  color: #333333;
  padding: 0 0 0 5px;
}
.accordion .panel-open .panel-heading {
  background-color: #EFEFEF;
}
.accordion .panel-heading a {
  text-decoration: none;
  color: #333333;
  display: block !important;
  height: 35px;
  padding-top: 8px;
}
.accordion .panel-heading a::after {
  margin: 3px 5px 0 0;
}
.accordion .panel-body {
  padding: 0 0 15px 0;
}
.accordion__row {
  margin-left: 0;
  width: 100%;
}
.accordion__col {
  padding-left: 0px;
}
.accordion__field-section-title {
  margin-top: 10px;
  font-family: NotoSans-Bold;
  font-size: 10.0pt;
  color: #1F2324;
}
.accordion__field-label {
  font-family: NotoSans-Regular;
  font-size: 10.0pt;
  color: #757575;
  padding-top: 8px;
}
.accordion__field-input {
  font-size: 11.0pt;
  min-height: 30px;
  color: black;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 6px;
}
.accordion__field-input--wrap {
  margin-right: 15px;
  word-wrap: break-word;
}
.accordion__ticket-icon {
  width: 18px;
  height: 2px;
  font-size: 20px;
  color: #E17321;
  margin-top: 5px;
}
.accordion__ticket-hover {
  z-index: 0;
}
.accordion__ticket-hover .tooltip-inner {
  text-align: left;
  width: 272px;
  height: 82px;
  font-family: NotoSans-Regular;
  font-size: 10.0pt;
  line-height: 20px;
  color: #333333;
  background-color: #FFFFFF;
  box-shadow: 7px 7px 5px 0px #404040;
}
.accordion__ticket-hover .tooltip-arrow {
  display: none;
}
.accordion__checkbox {
  font-size: 25px;
  margin-top: 4%;
  font-size: 1.7em;
  color: #6f6a6a;
}
.accordion__checkbox-icon--dispatch {
  margin-left: 15%;
}
.accordion__checkbox-icon--training-passed {
  font-size: 23px;
}
.accordion__grp--dim .accordion-toggle {
  cursor: default;
}
.accordion__grp--dim .accordion-toggle::after {
  color: lightgray;
}
.accordion__grp--dim .accordion-toggle:focus {
  outline: none;
}
.accordion__grp--dim .text-muted {
  color: #999;
}
.employee-card {
  margin-bottom: 25px;
}
.emp-main-id {
  font-family: 'NotoSans-Regular';
  color: #1F2324;
}
.emp-main-id__name {
  font-family: 'NotoSans-Bold';
  color: #434343;
  padding-bottom: 4px;
  word-wrap: break-word;
}
@media (max-width: 768px), (min-width: 1680px) {
  .emp-main-id__name {
    font-size: 18pt;
  }
}
@media (min-width: 768px) and (max-width: 1680px) {
  .emp-main-id__name {
    font-size: 15pt;
  }
}
.emp-main-id__lua {
  font-size: 14.0pt;
  padding-top: 8px;
  padding-bottom: 4px;
}
.emp-main-id__expiry-text {
  font-size: 11.0pt;
  padding-top: 8px;
  padding-bottom: 4px;
}
.emp-main-id__photo {
  margin-top: 5px;
  margin-bottom: 0px;
}
.emp-main-id__expiry-label {
  padding-right: 5px;
}
.emp-supp-info {
  font-family: 'NotoSans-Regular';
}
.emp-supp-info__header {
  font-size: 16.0pt;
  color: #666666;
  border-top: 1px solid #D9D9D9;
  padding-top: 12px;
  padding-bottom: 12px;
}
.emp-supp-info__link {
  font-size: 11.0pt;
  color: #1A7894;
  padding-top: 4px;
  padding-bottom: 8px;
}
.report-modal {
  font-family: 'NotoSans-Regular';
}
@media (min-width: 768px) {
  .modal-report--employee {
    max-width: 1000px;
    width: auto;
  }
  .modal-report--whris {
    max-width: 1366px;
    width: auto;
  }
}
/* 
    Override excess whitespace for bootstrap .modal-header
    when used with .report-modal__header
*/
.report-modal__header.modal-header {
  border: none;
  padding-bottom: 0;
  font-size: 1.0em;
  font-weight: bold;
}
.report-modal__label {
  padding-right: 5px;
}
.report-modal__close-btn {
  color: #1A7894;
  font-size: 18pt;
  opacity: 1;
}
.report-modal__grid--whris {
  height: 750px;
}
.report-modal__grid div.ui-grid-cell div.ui-grid-cell-contents {
  text-transform: none;
  font-family: 'NotoSans-Regular';
}
.report-modal__grid .ui-grid-header-cell {
  font-size: 10pt;
}
.emp-finder--overlay {
  position: fixed;
  z-index: 1;
  height: 95px;
  top: 100px;
  left: 0px;
  background: white;
  border-bottom: 1px solid #D9D9D9;
}
.emp-finder__bar {
  margin-top: 35px;
  margin-left: 30px;
}
.emp-finder__results {
  z-index: 0;
  margin-top: 80px;
}
.emp-finder__results > .responsive-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.emp-finder__results > .responsive-table thead {
  z-index: 2;
  position: fixed;
  top: 185px;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 3em;
  table-layout: fixed;
  display: table;
}
.emp-finder__results > .responsive-table thead th {
  cursor: pointer;
}
.emp-finder__results > .responsive-table > thead > tr > th:first-child {
  padding-left: 18px;
}
.emp-finder__results > .responsive-table th {
  background: white;
  border-bottom: 1px solid #D9D9D9;
}
.emp-finder__results > .responsive-table td {
  line-height: 1.5em;
}
.emp-finder__results > .responsive-table > tbody > tr:first-child > td {
  border-top: none;
}
.check-multisel {
  font-family: 'NotoSans-Regular';
  position: relative;
}
.check-multisel__label {
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 15px;
  padding-left: 5px;
  color: #1F2324;
  font-size: 10.0pt;
  display: block;
  margin-bottom: 0px;
  font-weight: normal;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.check-multisel__controls {
  margin-bottom: 6px;
  padding-left: 18px;
}
.check-multisel__control {
  font-size: 9pt;
  padding-right: 13px;
  cursor: pointer;
}
.check-multisel__leaf {
  padding-left: 18px;
}
.check-multisel__dropdown {
  overflow: hidden;
  cursor: default;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.check-multisel__dropdown.ng-invalid {
  border-color: #A40E00;
}
.check-multisel__dropdown:focus,
.check-multisel__dropdown--active {
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.check-multisel__dropdown-btn {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid;
  float: right;
  margin-top: -12px;
  margin-right: -6px;
}
.check-multisel__content {
  background-color: white;
  padding-top: 8px;
  width: 100%;
  overflow: auto;
  display: none;
  border: solid 1px #7A9CD3;
  position: absolute;
  z-index: 1;
}
.check-multisel__content--active {
  display: block;
}
.check-multisel__tree--padded {
  padding-left: 14px;
}
.ivh-treeview-node {
  white-space: nowrap;
  overflow: hidden;
}
.ivh-treeview-node-label {
  cursor: pointer;
}
.reports-categories {
  font-size: 16px;
  font-family: "NotoSans-Regular";
  padding-left: 15px;
  padding-right: 15px;
}
.report-select-msg {
  font-size: 18px;
  font-family: "NotoSans-Regular";
}
@media (min-width: 768px) {
  .reports-sidebar {
    min-height: 550px;
    border-right: solid lightgrey;
  }
}
.report-type-name {
  font-size: 16px;
  font-family: "NotoSans-Regular";
  margin-top: 20px;
}
.no-wrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .row--bot-align {
    display: flex;
    align-items: flex-end;
  }
}
.run-report-btn,
.run-report-btn:hover,
.run-report-btn:active,
.run-report-btn:focus,
.emp-whris-btn--search,
.emp-whris-btn--search:hover,
.emp-whris-btn--search:active,
.emp-whris-btn--search:focus {
  color: white;
  background-color: #E17321;
  border-color: #E17321;
}
