/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #ffffff;
}

/* Remove scrollbar from selects */
select {
  overflow: hidden;
}

/* Change colouring of search table */
#searchTable {
  color: #555;
  background-color: #ddd;
}
#searchTable>tbody>tr>td, #searchTable>thead>tr>th {
  border: 1px solid #555;
}

/* Button outline on focus */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto rgb(255, 164, 109);
}

/* Select box styling */
.form-control:focus {
    border-color: rgb(255, 164, 109);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 164, 109, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 164, 109, 0.6);
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.search,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #fc6000;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid rgba(247, 153, 59, 1);
}

/* Center table headers */
th {
  text-align: center;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 930px;
    width: 950px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Currently displayed services */
.jumbotron {
  text-align: center;
  color: #555;
  border-bottom: 1px solid rgba(247, 153, 59, 1);
  margin-bottom: 0px;
  padding: 5px 0 0;
}

/* Recolour the navigation pills */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.search .btn {
  color: #fff;
  background-color: rgba(247, 153, 59, 1);
}

/* Ensure scrollbar is shown when necessary for responsive tables */
.table-responsive{
  width:100%;
  height:100%;
  overflow:auto;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Vue cloaking */
[v-cloak] {
  display: none;
}

/* Capitalize */
.capitalize {
  text-transform: capitalize;
}

/* Font size */
.table-bordered>tbody>tr>td {
  font-size: 16px;
}

/* Space between jumbotrons */
.jumbotron:not(:first-child) {
  margin-top: 5px;
}

h2, tr, option, label, button {
    font-family: 'Work Sans', sans-serif!important;
}

.text-success {
    color: #f79838;
    font-size: 43px;
    font-weight: 400;
    padding-bottom: 12px;
}

.jumbotron {
    background-color: #eee6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
}

.text-danger {
    color: #f45738;
    font-size: 43px;
    font-weight: 400;
    padding-bottom: 12px;
}

#searchTable {
    background-color: #dddddd57;
}