fieldset {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page.page-one-column:not(.twentyseventeen-front-page) #primary{
    max-width: inherit !important;

}

input[type="file"], input[type="checkbox"], input[type="radio"], select{
    margin: 0 0 0.88889rem 0;
}
label{
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

input[type="checkbox"] + label, input[type="radio"] + label{
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline;
}


.hide{
  display: none !important;
}

.print-header {
  display: none;
}

.print-date {
  position: relative;
  float: right;
  top: -20px;
  font-weight: bold;
}


.staff-directory {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  font-size: 13px;
}
div.print-hide {
  display: inline;
}

.staff-directory th {
  text-align:left;
  color: #4ba6b7;
  cursor: pointer;
}

.staff-directory td {
  width: 30%;
  position: relative;
}
.schedule table {
  width: 100%;
  border-collapse: collapse;
}
.staff-directory .fa-phone {
  color: #523c3c;
  padding: 0 0 0 3px;
}
.staff-directory .fa-home {
  color: #2f9ad6;
}
.staff-directory .fa-mobile {
  color: #D6462F;
  font-size: 20px;
  padding: 0 3px;
}

.staff-directory .fa-exclamation-circle.expired {
  color: #D6462F;
}

.staff-directory .fa-exclamation-circle.expiring {
  color: #ffaa39;
}

.schedule-list td,
.schedule-list th {
  width: 25%;
}

.table-bordered, .table-bordered th, .table-bordered td,
.schedule table, .schedule th, .schedule td {
text-align:left;
font-size: 16px;
}

.schedule table tr:nth-child(even) {
  background: #eee !important;
}

.table-bordered td {
  min-width: 100px;
}

.page-template-accept h1.entry-title {
  display: none;
}
.schedule-box {
  margin: 40px auto;
  background: #F2FCFF;
  padding: 20px;
  line-height: 2.5;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #7BCBDE;
  width: 100%;
  max-width: 600px;
}
.schedule-box h3 {
  margin: -20px -20px 20px -20px;
  background: #7BCBDE;
  padding: 20px;
  display: block;
  text-align: center;
  color: #1F4064;
}

.button {
  display: inline-block !important;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fff !important;
}

@media screen and (max-width: 768px) {

  .schedule-box {
    font-size: 14px;
  }

}



@media print {
  html, body {
    height: auto;
  }

  table {
    border-collapse: collapse;
  }
  table, th, td {
    border: 1px solid #666;
  }
  .main-content {
    min-width: 1000px;
  }
  #breadcrumb {
    display: none;
  }
  .print-header {
    display: block;
  }
  .site-header, #footer-container, .controls  {
    display: none;
  }
  a[href]:after {
    content: '';
  }
  .company-name {
    font-size: 20px;
    font-weight: bold;
  }
  .address p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .phone {
    text-align: right;
  }
  .schedule {
    position: relative;
    font-size: 14px;
  }
  h1.entry-title,
  .single-schedule h1 {
    font-size: 24px;
    border-bottom: 1px solid #000;
  }
  .page h3,
  .schedule h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .schedule .medium-6 {
    width: 50%;
  }
  .staff-directory th,
  .schedule th {
    padding: 1px 10px;
    font-size: 14px;
  }

  .schedule table tr:nth-child(even) {
      background: #eee !important;
  }

  .staff-directory td,
  .schedule td {
    padding: 2px 10px;
    font-size: 14px;
  }
  .schedule .driver_phone {
    font-size: 13px;
    min-width: 95px;
  }
  #page-full-width {
    margin-top: 0;
  }
  .total-confirmed {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 14px;
    padding: 0;
  }

  div.print-hide,
  .print-hide {
    display: none;
    width: 0;
  }
  .print-date {
    top: -33px;
  }
  .staff-list {
    display: block;
  }
  .entry-content {
    position: absolute;
    margin-left: 70px !important;
  }
  .staff-list:first-child {
    display: none;
  }

  .staff-directory {
    margin-bottom: 10px;
  }
  .staff-directory th,
  .staff-directory td {
    font-size: 11px;
  }
  .staff-directory .fa-mobile {
    font-size: 13px;
  }

  .staff-directory .fa-home {
    padding-right: 2px;
  }
  .staff-directory a {
    text-decoration: none;
  }
 .entry-sidebar{
    display: none;
  }
}
