#ajax-loader-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

a:hover {
    cursor: pointer;
}

#expand_link {
    display: inline;
    text-decoration: underline;
}

.a_main, .a_main:hover, .a_main:focus {
    text-decoration: none;
}

/* #pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */
.icon-lock {
  font-size: 1rem;
}

.padding-left-2 {
  padding-left: 2px;
}

.row .timetable {
  padding-bottom: 1rem;
}

#timetable td {
  padding: 6px 3px 6px 3px;
  vertical-align: top;
}

#timetable td.left {
  padding-left: 0;
}

#timetable td.right {
  padding-right: 0;
}

.v-align-top {
  vertical-align: top;
}

/*# sourceMappingURL=timetable.css.map */

.bold {
    font-weight: 700;
  }
  
  .center {
    text-align: center;
  }
  
  .icon {
    font-size: 1.75rem;
  }
  
  .padding-bottom12px {
    padding-bottom: 12px;
  }
  
  .padding-top5pxbottom5px {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  /* .pathways-finder-results__view-selector-dropdown {
    border-color: #011c2c;
  } */
  
  .row {
    margin: 0;
    padding: 0;
  }
  
  .smallertext {
    font-size: 0.8rem;
  }
  
  .text-left {
    text-align: left;
  }
  
  button:focus {
    border: 2px solid #484848;
  }
  
  input:focus, select:focus {
    border: 1px solid #484848;
  }
  
  input, select {
    border: 0;
    height: 42px;
    width: 100%;
  }
  
  table {
    display: table;
    width: 100%;
  }
  
  h4 {
    margin: 0 0 0 0;
  }
  
  tr {
    line-height: 1 !important;
  }
  
  div.table-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  div.table-flex [class*=col-] {
    display: flex;
    flex-direction: column;
  }
  
  @media (max-width: 991px) {
    .desktop-only {
      display: none;
    }
  
    .mobile-only {
      display: inherit;
    }
  }
  @media (min-width: 768px) {
    .desktop-only {
      display: inherit;
    }
  
    .mobile-only {
      display: none;
    }
  }
  
  /*# sourceMappingURLcss.map */
  
/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
	cursor:pointer;
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
    Compact Theme Flinders Styles
\*------------------------------------*/
.compact-theme-flinders span {
    cursor:pointer;
}

.compact-theme-flinders a, .compact-theme-flinders span {
    float: left;
    color: #fff;
    font-size:1rem;
    line-height:1.5rem;
    font-weight: normal;
    text-align: center;
    border: 0;
    min-width: 2rem;
    padding: 0 7px;
    //box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background: rgb(1, 28, 44); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(1, 28, 44) 0%, rgb(1, 28, 44) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(1, 28, 44)), color-stop(100%,rgb(1, 28, 44))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(1, 28, 44) 0%,rgb(1, 28, 44) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(1, 28, 44) 0%,rgb(1, 28, 44) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(1, 28, 44) 0%,rgb(1, 28, 44) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(1, 28, 44) 0%,rgb(1, 28, 44) 100%); /* W3C */
}

.compact-theme-flinders a:hover, .compact-theme-flinders li:not(.disabled):not(.active) span:hover {
    color: #333;
    text-decoration: none;
    background: rgb(255, 211, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255, 211, 0) 0%, rgb(255, 211, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 211, 0)), color-stop(100%,rgb(255, 211, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* W3C */
}

.compact-theme-flinders li:first-child a, .compact-theme-flinders li:first-child span {
    border: 0;
}

.compact-theme-flinders li:last-child a, .compact-theme-flinders li:last-child span {
    border: 0;
}

.compact-theme-flinders .current {
	color: #333;
    background: rgb(255, 211, 0); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(255, 211, 0) 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255, 211, 0)), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(255, 211, 0) 0%,rgb(255, 211, 0) 100%); /* W3C */
    cursor: default;
}

.compact-theme-flinders .ellipse {
    background: rgb(1, 28, 44);
    padding: 0 10px;
    cursor: default;
}

