/* Employee Directory */
.employee-directory table.employee-directory-table {
    font-size: 12px;
}

.employee-directory table.employee-directory-table thead tr {
    background: #ccc;
    text-transform: capitalize;
}

.employee-directory table.employee-directory-table tr th {
    width: inherit !important /* Override nth-child to mitigate wrapping during search */
}

.employee-directory table.employee-directory-table tr td {
    vertical-align: middle;
}

.employee-directory table.employee-directory-table tr td > a {
    color: #006747 !important;
}

.employee-directory table.employee-directory-table h5 {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  
  display: inline-block;
  margin: 0;
}

.employee-directory table.employee-directory-table h5 a {
  color: #006747 !important;
  text-decoration: none;
}

.employee-directory table.table.employee-info-details {
    margin-bottom: 0;
}

.employee-directory table.table.employee-info-details tr th,
.employee-directory table.table.employee-info-details tr td {
    text-transform: inherit;
    font-weight: normal;
    padding: 0;
    border: 0;
    padding-bottom: 15px;
}

.employee-directory table.table.employee-info-details tr th {
    color: #aaa;
    padding-right: 15px;
}

.employee-directory .employee-hours-label {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: bold;
    margin-top: 10px;
    
    display: block;
}

.employee-directory ul.employee-hours {
    font-size: .8em;
}

.employee-directory ul.list-unstyled.employee-work-days li {
    display: inline-block;
    background: #006747;
    vertical-align: middle;
    padding: 6px 9px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.employee-info.modal .job-title {
    font-weight: bold;
    font-size: 16px;
}

.employee-info.modal table thead tr {
    background: #006747;
    color: #fff;
}

/** Inherited Bug Fixes **/
.section-long [class^="collapse"] {
    padding: 0;
}

/** DataTables **/
.search-panes.vertical div.dt-searchPanes {
    flex-direction: column;
    height: 520px;
}

div.dt-searchPanes div.pane div.scroller ul li span.count {
    color: #fff;
}

.dataTables_paginate .page-link {
    color: inherit;
    text-decoration: none;
}

.dataTables_paginate .page-link:hover {
  color: inherit;
  background: #eee;
}

.dataTables_paginate .page-item.active .page-link {
    background: #006747;
    border: 0;
    
    color: #fff;
    font-weight: bold;
}

/** Search Panes (DataTables) **/
div.dt-searchPanes div.pane div.title,
div.dt-searchPanes div.pane div.scroller ul li span.label {
  font-size: 14px;
}

div.dt-searchPanes div.pane div.title {
  color: #000;
  font-weight: bold;
}

div.dt-searchPanes div.pane {
  border: 0;
  border-radius: 0;
}

div.dt-searchPanes div.pane div.scroller ul li:nth-child(odd) {
  background: none;
}

div.dt-searchPanes div.pane div.scroller ul li span.label {
  color: #286ab1;
}

div.dt-searchPanes div.pane div.scroller ul li span.label:hover {
  color: #0056b3;
}

div.dt-searchPanes div.pane div.scroller ul li span.count {
  font-weight: bold;
  margin: 1px;
  font-size: 12px;
  color: #fff;
  background: #aaa;
  line-height: 18px;
}

div.dt-searchPanes div.pane div.scroller ul li.selected {
  background: none;
  font-weight: bold;  
}

div.dt-searchPanes div.pane.filtering button[type=button] {
  border: 1px solid #ccc;
  background: #555;
  padding: 0 5px;
  color: #fff;
}

/** EP Overrides **/
a[href^="mailto:"].ep { display: inline-block; font-size: 0; white-space: nowrap; }
a[href^="mailto:"].ep::before, a[href^="mailto:"].ep::after { font-size: 12px; direction: rtl; unicode-bidi: bidi-override; }

/** Bootstrap 4.3 Imports **/
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.directory-search-options {
    text-align: right;
}

.section__entry.directory-title {
    margin-bottom: 10px;
}

.directory-summary {
    margin-bottom: 40px;
}

@media (max-width: 875px) {
	 .directory-phone {
		 width: 85px;
		 padding-left: 0px; 
		 padding-right: 0px;
	}
 }
 
 @media (max-width: 1020px) and (min-width: 876px) {
	 .directory-phone {
		 width: 120px;
		 padding-left: 0px; 
		 padding-right: 0px;
	}
 }
 
@media (min-width: 1021px) {
	 .directory-phone {
		 width: 146px;
		 padding-left: 0px; 
		 padding-right: 0px;
	}
 }