
body {
  font-family: muli, sans-serif;
  font-style: normal;
  font-size: 1rem;
  color: #01052a;
  background-color: #fff;
}

/*  Typography  */
.font-family-halyard-display {
  font-family: halyard-display, sans-serif;
}

span.elipsis {
    text-overflow: ellipsis;
    display: block;
    max-width: 170px;
    overflow: hidden;
}

.beacon {
    background-color: #ff6f62;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    -webkit-animation: shine 2s ease-in-out infinite;
    animation: shine 2s ease-in-out infinite;
    position: absolute;
    right: 10px;
    top: 10px;
}

@-webkit-keyframes shine {
  0%, 20% {
    box-shadow: 0px 0px 0px 0px rgba(255, 111, 98, 0.49);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
  }
}

@keyframes shine {
  0%, 20% {
    box-shadow: 0px 0px 0px 0px rgba(255, 111, 98, 0.49);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
  }
}


.beacon-blue {
    background-color: #248aeb;
    border-radius: 50%;
    width: 10px;
    position: absolute;
    height: 10px;
    -webkit-animation: shineblue 2s ease-in-out infinite;
    animation: shineblue 2s ease-in-out infinite;
    position: absolute;
    right: 10px;
    top: 10px;
}

@-webkit-keyframes shineblue {
  0%, 20% {
    box-shadow: 0px 0px 0px 0px rgba(36, 138, 235, 0.49);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
  }
}

@keyframes shineblue {
  0%, 20% {
    box-shadow: 0px 0px 0px 0px rgba(36, 138, 235, 0.49);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
  }
}


.rounded {
  border-radius: 18px !important;
}

.fa-long-arrow-down {
  border-radius: 50% !important;
  font-size: 1.75rem;
}

.font-weight-black {
  font-weight: 900 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-style-italic {
  font-style: italic;
}

#sources-section a {
  color: #248beb;
}

.zoom-options .lead {
  color: #01052a;
}

h2 {
  line-height: 0.9;
}

.h3 {
  color: #333333;
}
.text-brown {
  color: #ff6f62 !important;
}

.text-red {
  color: #eb4053 !important;
}

.bg-red {
  background-color: #ff6f62 !important;
}

.bg-blue {
  background-color: #248beb !important;
}

.text-dark {
  color: #333333;
}

.bg-blue-light {
  background-color: #52105b;
}

.text-blue {
  color: #248beb !important;
}

.header {
  background: url(/nhs-car-parking-index/assets/images/header-blur.jpg) no-repeat center;
  background-size: cover;

}

.header p {
  font-weight: 500;
}

/*Header*/


.header .display-2 {
  font-size: 2.5rem;

}

.table tr:last-child td {
  padding: 0;
}

.table tr td {
  padding: 0 0 10px;
  line-height: 34px;

}

.table .td-stimulate {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0.7rem 0.5rem;
    display: block;
    font-size: 14px;
}

.table tbody tr:last-child td .td-simulate {
  border-bottom: 1px solid #333333 !important;
}

.table tr td:first-child .td-stimulate {
  border-left: 1px solid #333333 !important;
}

.table tr td:last-child .td-stimulate {
  border-right: 1px solid #333333 !important;
}

/*.table-pink.table tbody tr.odd,*/
/*.table-pink.table tbody tr.even {*/
/*  background: #fff;*/

/*}*/
tr.odd span.td-stimulate {
  background: #eceff1;
}

.table-pink.table tbody tr.odd {
  background: transparent
}

.table-blue.table tbody tr.odd, .table-blue.table tbody tr.even {
  background: #fff;

}


.minus-margin-top {
  margin-top: -10px;
}

a {
  color: #203f61;
  text-decoration: underline;
  word-wrap: break-word;
}

a:hover {
  color: #520f5b;
}

.dataTables_filter,
.dataTables_length,
.dataTables_paginate {
  display: none;
}

.svg-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;

}

#jump_to_table_4,
#jump_to_table_5,
.control_lenght {
  border-radius: 0;
  /*padding: 8px 69px 3px;*/
  color: #fff;

}
.btn-outline-dark {
  border-color: #343a40;
  border-width: 2px;
  text-decoration: none;
}
.fp-section,
.fp-slide,
.fp-tableCell{
  height: auto !important;
}
span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;

}

tr td span {
  white-space: nowrap;
}

.cls-1 {
  fill: rgba(255, 255, 255, 0.53);
}

.cls-5 {
  fill: rgba(255, 255, 255, 1);
}

.group g {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
}


.group g * {
  position: relative;
  z-index: 99 !important;
}

img.icon {
  height: 27px;
}

.bg-purple-pattern {
  background-color: #01052a;
  background-repeat: repeat;
  background-size: 5px;
}


.btn-group-lg > .btn, .btn-lg {
  padding: .4rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #31bfcb;
  border-color: #31bfcb;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  margin-left: 14px;
  padding: 0 10px;
  font-size: 1.5rem;
}

.btn-primary:hover {
  background-color: #ee437a;
  border-color: #ee437a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:hover {
  color: #fff;
  background-color: #ee437a;
  border-color: #ee437a;
}

.btn-outline-primary {
    background: none;
    border: 2px solid #000;
    color: #ff6f62;
    font-size: 1.1rem;
    border-radius: 0;
    line-height: 30px;
}

.btn-outline-secondary {
  background: none;
  border: 2px solid #000;
  color: #248beb;
  font-size: 1.1rem;
  line-height: 30px;
  border-radius: 0;
}
 
#jump_to_first_section i:hover {
  background-color: #248beb !important;
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff6f62;
  border-color: #ff6f62;

}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #248beb;
  border-color: #248beb;

}


th {
  text-align: center;
  position: relative;
}

th svg.svg.inlined-svg {
  width: 40px;

}

th svg.svg.inlined-svg circle {
  fill: #69c8c3;
}

th svg.svg.inlined-svg circle {
  fill: #69c8c3;
}

th svg.svg.inlined-svg.special circle {
  fill: #f07c8e;
}


.table-icon {
  height: 30px;
  margin-bottom: 5px;
  margin: 0 10px 10px;
}

.header .display-1 {
  line-height: 1;
  font-weight: bold;
  font-size: 4rem;
  position: relative;
}


.sorting-icons {
  position: relative;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  line-height: 16px;
  text-align: center;
  font-size: 13px;
  color: #333333;
}

.sorting-icons.special {
  background: #e4f1fd;
}

.sorting_desc .table-icon,
.sorting_asc .table-icon {
  color: #fff;
}

.sorting .fa-sort-down,
.sorting .fa-sort-up {
  display: none;
}

.sorting_asc .fa-sort,
.sorting_asc .fa-sort-up {
  display: none;
}

.sorting_desc .fa-sort,
.sorting_desc .fa-sort-down {
  display: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
#jump_to_sources.px-5 {
  padding: 8px 68px 3px !important;
}
.sorting_asc span.heading-label, .sorting_desc span.heading-label {
  color: #fff !important;
  background-color: #ff6f62;
  border-color: #ff6f62;
}

.table-blue .sorting_asc span.heading-label, .table-blue .sorting_desc span.heading-label {
  color: #fff !important;
  background-color: #248beb;
  border-color: #248beb;
}

.table-pink tr td span.hour_1 {
  color: #ff6f62;
}

.table-pink tr td span.hour_2 {
  color: #eb4053;
}

.table-blue tr td span.hour_1 {
  color: #248beb;
}

.table-blue tr td span.hour_2 {
  color: #2cbcbc;
}

.heading-label {
  height: 100%;
  background: none;
  color: #000;
  display: block;
  border: 2px solid #000;
  font-size: 0.9rem;
  white-space: nowrap;
  padding: 4px 0px;

}

.small {
  font-size: 0.8rem;
  font-weight: bold;
}

.table-pink tr td.sorting_1 {
  background: #fbe8e8
}

.table-blue tr td.sorting_1 {
    background: #daecfc;
}

.table-pink tr.odd td.sorting_1 .td-stimulate {
  background: #eddbdb;
}

.table-blue .control_lenght,
.table-blue #jump_to_table_4,
.table-blue #jump_to_table_5 {
  background-color: #2cbcbc !important;
}
.table-pink .control_lenght,
.table-pink #jump_to_table_4,
.table-pink #jump_to_table_5 {
  background-color: #eb4053 !important;
}
.table-pink .cost {
  background-color: #ff6f62;
}

.table-blue .cost {
  background-color: #248beb;
}

.table-blue tr.odd td.sorting_1 .td-stimulate {
  background: #cedfee;
}

.table thead th {
  vertical-align: bottom;
  border: 0px solid transparent;
  padding-bottom: 6px !important;
  font-size: 1rem;
}

.table .table-subheading th {
  font-size: 1rem;
  padding-bottom: .75rem !important;
}

.table .th-empty {
  border: 0 !important;
}

.table .th-blue {
  background: #4b95c1;
  border-color: #4b95c1 !important;
  color: #fff;
}

.table td, .table th {
  vertical-align: middle;
  text-align: center;
}

.scroll-hint-icon {
  top: calc(120px);
}

table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
}

.table td {
  color: #01052a;
  border-top: 0px solid;
  font-size: 1.0rem;
}

table.dataTable {
  border-collapse: separate !important;
}


.label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.label-text {
  margin-left: 8px;
  font-weight: bold;
}

.toggle {
  isolation: isolate;
  position: relative;
  height: 22px;
  width: 35px;
  border-radius: 15px;
  background: #edf5fd;
  overflow: hidden;
  border: 2px solid #b8bbbd;
}

.toggle-inner {
  z-index: 2;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 14px;
  width: 27px;
  border-radius: 15px;
  overflow: hidden;
}

.toggle-state:checked ~ .toggle-inner
.toggle.active {
  border: 2px solid #ccc;
}

.active-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background: #edf5fd;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.05s linear 0.17s;
}

.toggle-state {
  display: none;
}



.toggle.toggle-mcdonalds.active {
  border: 2px solid #db888b;
}

.toggle.toggle-mcdonalds.active .indicator {
  background: #db888b;
}

.toggle.toggle-kfc.active {
  border: 2px solid #dba479;
}

.toggle.toggle-kfc.active .indicator {
  background: #dba479;
}

.toggle.toggle-burgerking.active {
  border: 2px solid #e0ce4f;
}

.toggle.toggle-burgerking.active .indicator {
  background: #e0ce4f;
}

.toggle-state:checked ~ .active-bg {
  transform: translate3d(-50%, 0, 0);
}

.toggle-state:checked ~ .toggle-inner .indicator {
  transform: translate3d(25%, 0, 0);
}

.map-controls.text-center {
  background: #fff;
  left: 0;
  width: 100%;
  padding: 20px;
  position: relative;

}



.zoom-options a {
  text-decoration: none;
  margin-bottom: 5px;
  white-space: nowrap;
}

.zoom-options a:hover {
  color: #520f5b;
}


#Leicester:hover .st2 {
  fill: #ee437a;
}

.methodology p {
  font-weight: 400;
}

.bg-methodology {
  background: url(/nhs-car-parking-index/assets/images/Footer-blur.jpg) no-repeat center;
  background-size:cover;

}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
    line-height: 0.8;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.375)!important;
}

@media (max-width: 991px) {

}


@media (min-width: 500px) {

}


@media (min-width: 576px) {


}


@media (min-width: 768px) {

  .header .display-2 {
    font-size: 3.5rem;
  }

}

@media (max-width: 991px) {

  

  .svg-container {
    position: relative;
  }

  .svg-container.locked::after {
    content: "\f30d";
    font-family: "Font Awesome 5 Pro";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 58px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 2rem;
  }

  .svg-container.locked::before {
    content: 'Tap twice to lock/unlock';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 100px 20px;
    font-weight: bold;
  }


}

@media (min-width: 992px) {

  .h3 {
    font-size: 1.9rem;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .header .display-4 {
    font-size: 3.3rem;
    margin-top: -23px;
    font-weight: 300;
  }

  .header .display-2 {
    font-size: 5.8rem;
  }

  .map-controls.text-center {
    left: 0;
    width: 180px;
    margin-top: 120px;
    position: absolute;
  }
 
   .max-height-100 {
    max-height: 795px;
    overflow: auto;
  }

  .map-controls.orange {
    border-top: 4px solid #F44336;
    border-right: 4px solid #F44336;
    border-bottom: 4px solid #f44335;
  }

  .map-controls.blue {
      border-top: 4px solid #248aeb;
      border-right: 4px solid #248aeb;
      border-bottom: 4px solid #248aeb;
  }

}
 

@media (min-width: 1200px) {


  .line-height-extra {
    line-height: 1.9;
  }

  .logo-icon {
    width: 80px;
    bottom: 30px;
    left: 50%;
    margin-left: -40px;
  }

  .max-height-100 {
    max-height: 760px;
    overflow: auto;
  }

}



@media (min-width: 1400px) {

}

@media (min-width: 1741px) {


}

