/* device widths */
/* end device widths */
/*BRAND*/
/*BUTTONS*/
/*CHARTS*/
/*MENU*/
/*MAINHEADER*/
/*SUBHEADER*/
/*PUBLIC HOMEPAGE*/
/*PUBLICHEADER*/
/*FOOTER*/
/*CONTEXTUAL HELP*/
/*DOCUMENT LIBRARY DATA TABLE*/
/* Umbraco managed */
/*LOGO*/
/*Member Search*/
/* device widths */
/* end device widths */
/* Umbraco managed */
/*LOGO*/
/*BRAND*/
/*BUTTONS*/
/*CHARTS*/
/*MENU*/
/*MAINHEADER*/
/*SUBHEADER*/
/*PUBLIC HOMEPAGE*/
/*PUBLICHEADER*/
/*FOOTER*/
/*CONTEXTUAL HELP*/
/*DOCUMENT LIBRARY DATA TABLE*/
/*Member Search*/

/*FOOTER*/
.box-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/*-----------------------------------------------*/

/*  Button classes                              */

/*-----------------------------------------------*/

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}
.btn-white.btn-outline {
  color: white;
  border: 1px solid white;
}
.btn-primary {
  background-color: #e8321b;
}
.btn-primary.btn-outline {
  color: #e8321b;
}
.btn-success.btn-outline {
  color: #de0001;
}
.btn-info.btn-outline {
  color: #1c30c9;
}
.btn-warning.btn-outline {
  color: #de0001;
}
.btn-danger.btn-outline {
  color: #de0001;
}
.default-button {
  background-color: #343434;
  color: white;
  border: 2px solid #343434;
  font-weight: bold;
}
.default-button:not([href]):not([tabindex]) {
  color: white;
}
.default-button:not([href]):not([tabindex]):hover,
.default-button a:not([href]):not([tabindex]):focus {
  color: white;
}
.default-button.active {
  color: #343434;
  background-color: white;
  border: 2px solid #343434;
}
.default-button.active:not([href]):not([tabindex]) {
  color: #343434;
}
.default-button.active:not([href]):not([tabindex]):hover,
.default-button.active a:not([href]):not([tabindex]):focus {
  color: #343434;
}
.default-button.active:hover {
  color: #343434;
}
.default-button:hover {
  color: white;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.btn-icon {
  padding: 8px !important;
}
.btn-icon .fa {
  font-size: 16px;
}
.btn:focus {
  color: white;
}
.toggle {
  position: absolute;
  display: inline-block;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .toggle-slider {
  background-color: #343434;
}
input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-slider.round {
  border-radius: 34px;
}
.toggle-slider.round:before {
  border-radius: 50%;
}
.toggle-label {
  display: inline-block;
  position: absolute;
  left: 85px;
  height: 34px;
  align-self: center;
}
.toggle-label p {
  line-height: 34px;
}
@media (max-width: 992px) {
  .toggle {
    position: relative;
  }
  .toggle-label {
    left: 90px;
  }
}
.btn.eq-btn {
  transition: all 0.3s;
}
.btn.eq-btn i.fas {
  padding-right: 6px;
}
.btn.eq-btn-primary {
  background-color: #343434;
  color: white;
  border: 2px solid white;
  font-weight: bold;
}
.btn.eq-btn-primary.hover,
.btn.eq-btn-primary:hover {
  background-color: #4e4e4e;
  color: white;
}
.btn.eq-btn-cancel,
.btn.eq-btn-info {
  background-color: white;
  color: #343434;
  border: 2px solid #343434;
  font-weight: bold;
}
.btn.eq-btn-cancel.hover,
.btn.eq-btn-info.hover,
.btn.eq-btn-cancel:hover,
.btn.eq-btn-info:hover {
  background-color: #e6e6e6;
  color: #343434;
}
.huge {
  font-size: 40px;
}
.panel-green {
  border-color: #de0001;
}
.panel-green > .panel-heading {
  border-color: #de0001;
  color: white;
  background-color: #de0001;
}
.panel-green > a {
  color: #de0001;
}
.panel-green > a:hover {
  color: #920001;
}
.panel-red {
  border-color: #de0001;
}
.panel-red > .panel-heading {
  border-color: #de0001;
  color: white;
  background-color: #de0001;
}
.panel-red > a {
  color: #de0001;
}
.panel-red > a:hover {
  color: #920001;
}
.panel-yellow {
  border-color: #de0001;
}
.panel-yellow > .panel-heading {
  border-color: #de0001;
  color: white;
  background-color: #de0001;
}
.panel-yellow > a {
  color: #de0001;
}
.panel-yellow > a:hover {
  color: #920001;
}
@media (max-width: 767px) {
  .privacy-container {
    margin: 20px 0 0 0;
  }
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #b0bed9;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #a6b4cd;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #a2aec7;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.mobile-menu-container {
  display: none;
}
.mobile-menu-container.mobile-menu--open {
  display: block;
}
.side-menu__login-details {
  display: block;
}
.side-menu__login-details li {
  border-top: none !important;
  border-bottom: none !important;
}
.navbar-header {
  width: 250px;
  height: 60px;
}
.header {
  height: 60px;
  display: none;
  border-radius: 0;
}
.header.navbar-default {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #de0001;
  color: #343434;
  z-index: 300;
}
.navbar-top-links {
  padding: 5px 30px;
}
.navbar-top-links .login-details {
  margin-right: 15px;
}
.navbar-top-links li {
  vertical-align: middle;
  color: #343434;
}
@media (min-width: 992px) {
  .navbar-top-links .login-details-name,
  .navbar-top-links .login-details-employer,
  .navbar-top-links .login-details-loggedin {
    display: none;
  }
  .navbar-top-links .login-details {
    display: inline;
  }
  h4#mobile-page-title {
    display: none;
  }
}
@media (max-width: 992px) {
  .navbar-top-links .login-details-name,
  .navbar-top-links .login-details-employer,
  .navbar-top-links .login-details-loggedin {
    display: inherit;
  }
  .navbar-top-links .login-details {
    display: none;
  }
}
.navbar-default {
  background-color: #343434;
  border: none;
}
.navbar-default .sidebar {
  margin-top: 60px;
}
.navbar-default .nav {
  display: list-item;
}
.navbar-default .nav > li a {
  color: white;
}
.navbar-default .nav > li a:hover {
  background-color: gray;
}
.navbar-default .nav > li a:active {
  background-color: gray;
}
.navbar-default .nav > li a:focus {
  background-color: #343434;
}
.navbar-default .nav-account-mgt {
  position: absolute;
  bottom: 106px;
  width: 100%;
}
.navbar-default .nav-logout {
  position: absolute;
  bottom: 67px;
  width: 100%;
}
@media (width: 1024px) {
  .nav-logout {
    bottom: 90px !important;
  }
  .nav-account-mgt {
    bottom: 126px !important;
  }
}
@media (max-width: 992px) {
  .navbar-default .nav#side-menu {
    background-color: #de0001;
    border: none;
  }
  .navbar-default .nav#side-menu li {
    border-bottom: 1px solid #bd0001;
  }
  .navbar-default .nav#side-menu li a {
    color: white;
  }
  .navbar-default .nav#side-menu li:first-child {
    border-top: 1px solid #bd0001;
  }
}
@media (min-width: 992px) {
  .mobile-menu-container {
    display: block;
    margin-top: 67px;
  }
  .mobile-menu-container.mobile-menu--open {
    display: block;
  }
  .header {
    display: block;
  }
  .side-menu__login-details {
    display: none;
  }
  #logo.sidebar--collapsed {
    transition: visibility 150ms ease 0ms, opacity 150ms ease 0ms;
    visibility: hidden;
    opacity: 0;
  }
}
.sidebar {
  transition: width ease 250ms;
  z-index: 1000;
}
.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.sidebar .menu-item__icon,
.sidebar .submenu-item__icon {
  margin-right: 10px;
}
.sidebar .submenu-item__icon {
  border: none !important;
}
.sidebar .submenu-indicator {
  float: right;
  border: none !important;
  margin-left: 10px;
}
.sidebar .menu-item__icon,
.sidebar .menu-item__text {
  line-height: 18px;
}
#side-menu .dropdown-item {
  background-color: #de0001;
  color: white;
  border-bottom: 1px solid #bd0001;
}
#side-menu .dropdown-item:hover {
  background-color: #de0001;
}
#side-menu .dropdown-item:active {
  background-color: #de0001;
}
.sidebar-logo-container .navbar-toggler {
  right: 15px;
  background-color: white;
  border: 1px solid white;
  border-radius: 0.25rem;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  outline: none !important;
}
.sidebar ul li {
  border-bottom: 1px solid #232323;
}
.sidebar ul li a.active {
  background-color: gray;
}
.sidebar ul li:first-child {
  border-top: 1px solid #232323;
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}
.sidebar .nav-second-level li a {
  padding-left: 37px;
}
.sidebar .nav-third-level li a {
  padding-left: 52px;
}
.sidebar-logo-container {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #232323;
}
.sidebar-toggle-expand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 150ms ease 100ms, opacity 150ms ease 100ms;
  color: white;
}
.sidebar-toggle-expand:hover,
.sidebar-toggle-expand:active,
.sidebar-toggle-expand:visited {
  color: white;
}
.sidebar-toggle-expand.sidebar--collapsed {
  visibility: visible;
  opacity: 1;
}
.sidebar-toggle-collapse {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  color: white;
  transition: visibility 150ms ease 100ms, opacity 150ms ease 100ms;
}
.sidebar-toggle-collapse:hover,
.sidebar-toggle-collapse:active,
.sidebar-toggle-collapse:visited {
  color: white;
}
.sidebar-toggle-collapse.sidebar--collapsed {
  visibility: hidden;
  opacity: 0;
}
.sidebar-menu-toggles {
  display: none;
}
.sidebar-menu-item {
  position: relative;
  padding: 0.7rem 1rem;
}
.menu-item__text {
  transition: visibility 150ms ease 100ms, opacity 150ms ease 100ms;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}
.sub-menu-item__text {
  transition: visibility 150ms ease 100ms, opacity 150ms ease 100ms;
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%);
  left: auto;
}
@media (min-width: 992px) {
  .sidebar {
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 250px;
  }
  .sidebar-menu-toggles {
    display: block;
  }
  #sidebar.sidebar--collapsed {
    width: 48px;
  }
  #sidebar.sidebar--collapsed .menu-item__text,
  #sidebar.sidebar--collapsed .sub-menu-item__text {
    transition: visibility 150ms ease 0ms, opacity 150ms ease 0ms;
    visibility: hidden;
    opacity: 0;
  }
  #sidebar.sidebar--collapsed .submenu-indicator {
    display: none;
  }
  #sidebar.sidebar--collapsed .menu-item__icon {
    margin-right: 0;
  }
  #main.sidebar--collapsed {
    padding-left: 48px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #side-menu li.mobileMenuItem {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 992px) {
  ul.navbar-right .accountmanagement-button,
  ul.navbar-right .logout-button {
    display: none;
  }
  div.side-menu__login-details {
    background-color: #de0001;
  }
  div.side-menu__login-details a {
    color: #343434;
  }
  .nav-logout,
  .nav-account-mgt {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .navbar-top-links li {
    display: inline-block;
  }
}
.logo-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}
.logo {
  width: auto;
  height: 100%;
  border: none;
}
#logo {
  transition: visibility 150ms ease 150ms, opacity 150ms ease 150ms;
  visibility: visible;
  opacity: 1;
}
.navbar-top-links {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}
.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggler {
    display: block;
    background-color: #deeaed;
    border: 1px solid #deeaed;
    border-radius: 0.25rem;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 1.5rem;
    outline: none !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header.header--non-authenticated {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  padding: 15px 30px;
  border-bottom: 2px solid #de0001;
  clear: both;
  z-index: 1000;
  background-color: white;
  display: block;
}
.header.header--non-authenticated:before {
  content: '';
  position: static;
  margin-bottom: 60px;
}
.header.header--non-authenticated .header__logo {
  display: inline-block;
  position: absolute;
  top: 55%;
  left: 30px;
  transform: translateY(-50%);
  width: 150px;
  height: 60px;
}
.header.header--non-authenticated .header__logo img {
  width: auto;
  height: 90%;
  object-fit: contain;
}
.header.header--non-authenticated .header__title {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  margin-bottom: 0;
  color: #de0001;
}
.header.header--non-authenticated .header__login {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: #343434;
  color: white;
  text-decoration: none;
  border-radius: 10px;
}
.header.header--non-authenticated .header__login:hover {
  text-decoration: none;
}
.public-page-wrapper {
  padding-top: 60px;
  min-height: calc(100% - 80px);
}
.alternating-content-item-content__padding {
  padding: 15px;
}
.alternating-content {
  min-height: calc(100% - 430px);
}
.alternating-content-item-content__link {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  color: #de0001;
}
.alternating-content-item-content__link:hover,
.alternating-content-item-content__link:focus {
  text-decoration: none;
  color: #de0001;
}
.alternating-content-item.row {
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
  border: 1px solid #deeaed;
}
.alternating-content-item.row:last-child {
  margin-bottom: 15px;
}
.alternating-content-item.row .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.alternating-content-item__img,
.alternating-content-item__content,
.alternating-content-item-content__padding {
  max-height: 200px;
}
@media (min-width: 992px) {
  body.body-public {
    max-width: 1200px;
    margin: auto;
  }
  .header.header--non-authenticated {
    max-width: 1200px;
    margin: auto;
  }
  .header.header--non-authenticated .header__title {
    display: inline-block;
    font-size: 26px;
  }
  .alternating-content-item-content__padding {
    padding: 30px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .alternating-content-item-content {
    height: 300px;
  }
}
.footer {
  padding: 15px;
  background: #343434;
  color: white;
  border-top: 1px solid white;
  z-index: 1000;
}
.footer__inner {
  position: relative;
}
.footer__top {
  position: static;
}
@media (min-width: 992px) {
  .footer-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer-nav__list {
  padding: 0;
  list-style-type: none;
}
.footer-nav__list .footer-nav__list-item {
  display: inline-block;
}
.footer-nav__list .footer-nav__list-link {
  color: white;
}
.footer-nav__list .footer-nav__list-link:hover {
  text-decoration: none;
  color: white;
}
@media (min-width: 992px) {
  .footer-nav__list {
    margin-bottom: 0;
  }
}
.footer-nav-item-divider {
  display: inline-block;
  margin: 0 10px;
  color: white;
}
@media (max-width: 576px) {
  .footer-nav-item-divider {
    display: none;
  }
  .footer-nav__list-item {
    display: list-item !important;
  }
}
@media (max-width: 992px) {
  .footer__inner {
    display: list-item !important;
  }
  .footer__top {
    max-width: 100%;
  }
}
.footer-social {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-social__item {
  display: inline-block;
}
.footer-social__item .social-icon {
  display: inline-block;
  /*border: 2px solid @footer-socialmedia-icon-colour;*/
  color: white;
  padding: 6px;
  border-radius: 4px;
  line-height: 20px;
}
.copyright-area {
  display: block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.copyright-area p {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
@media (width: 768px) {
  .footer {
    bottom: 0;
    position: static;
    width: 100%;
  }
}
@media (width: 1024px) {
  .footer {
    height: 90px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .footer {
    bottom: -60px !important;
  }
  .footer-public {
    bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .footer {
    height: 67px;
    padding: 15px 30px 15px 30px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .footer.footer-public {
    height: 67px;
    padding: 10px 30px 15px 30px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .footer__bottom {
    text-align: right;
  }
  .footer-social {
    display: inline-block;
    margin-left: 15px;
  }
  .copyright-area {
    display: inline-block;
    margin-bottom: 0;
  }
}
/*-----------------------------------------------*/

/*  Cookies classes                              */

/*-----------------------------------------------*/

.notification-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cookies {
  background: #21ccaa;
  border-bottom: 1px solid #d7f135;
  padding: 10px;
}
.cookies .content {
  float: left;
  width: 80%;
}
.cookies .content p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.cookies .content strong {
  font-weight: 400;
}
.cookies .close-it {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  border-top: 1px solid #1c30c9;
  border-bottom: 1px solid #1c30c9;
  color: #1c30c9;
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
  width: 30px;
}
.cookies .close-it:hover {
  text-decoration: none;
}
.cookies .cookie-banner-button {
  float: right;
  background-color: #343434;
  color: white;
}
.cookies .icon-close {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cookies .icon-close:hover {
  text-decoration: none;
}
.file-upload-form-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}
.file-input .file-input__file,
.file-input input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input .file-input__label,
.file-input label {
  cursor: pointer;
}
.file-input .file-input__label.disabled,
.file-input label.disabled {
  color: black;
  background-color: #e7e7e7;
  cursor: default;
  pointer-events: none;
}
.file-input .file-input__label.disabled:hover,
.file-input label.disabled:hover {
  color: black;
  background-color: #e7e7e7;
}
#file-upload-select {
  max-width: 80%;
  height: 37px;
  display: inline-block;
}
.file-upload-confirmation {
  position: static;
  display: block;
  padding: 15px;
  margin: 15px 0;
  background-color: #e7e7e7;
  text-align: center;
  z-index: 0;
}
.file-upload-confirmation h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.file-upload-confirmation .ajax-loading-spinner {
  display: inline-block;
}
.file-upload-confirmation .btn {
  margin-right: 10px;
}
.file-upload-confirmation .error {
  font-weight: bold;
  color: red;
}
a#interface-help-document.btn.disabled {
  color: black;
  background-color: #e7e7e7;
  border: 2px solid #343434;
}
.refresh__data {
  right: 15px;
  display: inline-block;
  position: absolute;
  height: 36px;
  background: #343434;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#file-upload-select,
.file-upload-buttons {
  margin-bottom: 15px;
}
.toggle-label {
  width: max-content;
  top: 5px;
}
@media (min-width: 1713px) {
  .file-upload-form-heading {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .refresh__data {
    top: 42%;
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  #file-upload-select {
    max-width: 75% !important;
  }
}
@media (width: 1024px) {
  .file-upload-form-heading {
    margin-left: -15px;
  }
}
@media (min-width: 1050px) {
  .refresh__data {
    margin-left: 15px;
  }
  .lg-align-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  #file-upload-select {
    max-width: 80%;
  }
  .toggle-clean-files {
    margin-bottom: 5px;
  }
}
@media (min-width: 769px) {
  .base-modal-wrap {
    position: relative;
    z-index: 998;
  }
  .modal-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .modal-target {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .calculation__modal .calculation__modal__description {
    padding-left: 0px;
  }
  .calculation__modal .calculation__modal__buttons {
    text-align: right;
  }
  .calculation__modal .calculation__modal__close {
    font-size: 22px;
  }
  .calculation__modal .btn {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .base-modal-wrap {
    position: relative;
    z-index: 998;
  }
  .modal-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  .modal-target {
    position: absolute;
    width: 80%;
    left: 10%;
  }
  .calculation__modal .calculation__modal__description {
    padding-left: 15px;
  }
  .calculation__modal .btn {
    margin-right: 10px;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.confirmation__modal {
  position: static;
  display: block;
  padding: 15px;
  margin: 15px 0;
  background-color: #e7e7e7;
  text-align: center;
  z-index: 0;
}
.confirmation__modal h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.confirmation__modal .ajax-loading-spinner {
  display: inline-block;
}
.confirmation__modal .btn {
  margin-right: 10px;
}
.confirmation__modal .error {
  font-weight: bold;
  color: red;
}
.calculation__modal {
  position: static;
  display: block;
  padding: 15px;
  margin: 15px 0;
  background-color: #e7e7e7;
  z-index: 0;
  border-radius: 10px;
}
.calculation__modal div.input-group {
  width: 100%;
  margin-bottom: 10px;
}
.calculation__modal div.input-group input {
  width: 100%;
  height: 34px;
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
}
.calculation__modal tr td,
.calculation__modal tr input {
  padding-bottom: 10px;
}
.calculation__modal .calculation__modal__close {
  float: right;
}
.calculation__modal .calculation__modal__close .fa {
  color: #e8321b;
}
.calculation__modal .calculation__modal__buttons {
  padding-left: 15px;
}
.calculation__modal .calculation__modal__name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  color: #e8321b;
}
.calculation__modal .calculation__modal__nino {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.calculation__modal .calculation__modal__description {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.calculation__modal .ajax-loading-spinner {
  display: inline-block;
}
.calculation__modal .error {
  font-weight: bold;
  color: red;
}
a.error-copy {
  cursor: pointer;
}
#all-errors {
  position: absolute;
  left: -999em;
}
.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}
.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}
.timeline > li {
  position: relative;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #cccccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #cccccc;
}
.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid white;
  border-bottom: 14px solid transparent;
  border-left: 14px solid white;
}
.timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: white;
  background-color: #999999;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}
.carousel {
  color: white;
}
.carousel-inner .fa.fa-hover-show {
  display: none;
}
.carousel-inner:hover .fa.fa-hover-hidden {
  display: none;
}
.carousel-inner:hover .fa.fa-hover-show {
  display: inline-block;
}
.carousel-link {
  text-decoration: none;
  color: #de0001;
}
.carousel-link:hover,
.carousel-link:active,
.carousel-link:focus {
  color: #de0001;
  text-decoration: none;
}
.read-more-icon {
  color: #de0001;
  padding-left: 10px;
}
.carousel-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
}
@media (min-width: 992px) {
  .carousel-content {
    padding: 65px;
  }
}
@media (max-width: 768px) {
  .carousel-image {
    height: 400px;
  }
}
.carousel-heading {
  color: white;
  font-size: 26px;
  margin-bottom: 16px;
}
.carousel-blurb {
  color: white;
  font-size: 16px;
  margin-bottom: 16px;
}
.carousel-control {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 38px;
  padding-top: 4px;
  padding-bottom: 5px;
  background-color: white;
  background-image: none;
}
.carousel-control:hover {
  background-image: none;
}
.carousel-control.right {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.carousel-control.left {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.upload-data-table {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .upload-legend span.sm-warnings {
    display: none;
  }
  .upload-legend span.lg-warnings {
    display: block;
  }
  .upload-legend-col {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .upload-legend span.sm-warnings {
    display: block;
  }
  .upload-legend span.lg-warnings {
    display: none;
  }
}
.upload-legend .upload-table-row {
  position: relative;
  text-align: center;
  z-index: 1;
}
.upload-legend .upload-table-row:not(.first) {
  color: white;
}
.upload-legend .upload-table-row:not(.first):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 26px;
  border-radius: 3px;
  z-index: -1;
}
.upload-legend .upload-table-row.successful:before {
  background-color: #34a213;
}
.upload-legend .upload-table-row.excluded:before {
  background-color: #b4b4b4;
}
.upload-legend .upload-table-row.warnings:before {
  background-color: #f9d12e;
}
.upload-legend .upload-table-row.errors:before {
  background-color: #e8321b;
}
.clean-file-checkbox {
  text-align: center;
}
@media (min-width: 992px) {
  .upload-legend .upload-table-row {
    padding-left: 80px;
    text-align: left;
  }
  .upload-legend .upload-table-row:not(.first) {
    color: black;
  }
  .upload-legend .upload-table-row:not(.first):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 16px;
    border-radius: 3px;
  }
  .clean-file-checkbox {
    text-align: left;
  }
}
.upload-table-row {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  text-align: center;
}
.upload-table-row:first-child {
  font-weight: bold;
}
.upload-table-row.errors span {
  border-radius: 3px;
  padding: 4px 8px;
}
.upload-table-row.errors span.has-errors {
  font-weight: bold;
  border-radius: 6px;
  border: 2px solid #e8321b;
  cursor: pointer;
}
.upload-table-row.warnings span {
  border-radius: 3px;
  padding: 4px 8px;
}
.upload-table-row.warnings span.has-warnings {
  font-weight: bold;
  border-radius: 6px;
  border: 2px solid #f9d12e;
  cursor: pointer;
}
.upload-visual-label {
  font-weight: bold;
  text-align: center;
}
.upload-file-label {
  font-size: 90%;
  text-align: center;
  min-height: 20px;
}
.upload-file-label:hover {
  cursor: pointer;
}
.upload-visual {
  position: relative;
}
.historic-upload-chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #e7e7e7;
}
.historic-upload-chevron.enabled {
  color: black;
}
.historic-upload-chevron.enabled:hover {
  color: #e8321b;
}
.historic-upload-chevron.enabled:active,
.historic-upload-chevron.enabled:focus,
.historic-upload-chevron.enabled:visited {
  color: black;
}
.historic-upload-chevron.left {
  left: 5px;
}
.historic-upload-chevron.right {
  right: 5px;
}
.historic-upload-chevron:hover,
.historic-upload-chevron:active,
.historic-upload-chevron:focus,
.historic-upload-chevron:visited {
  color: #e7e7e7;
}
.interface-help-document {
  display: inline-block;
  font-size: 32.5px;
  vertical-align: middle;
}
.btn-icon .fa-question {
  padding-left: 2px;
  padding-right: 2px;
}
.chart {
  position: relative;
}
.chart .donut-over-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chart-successful {
  fill: #34a213;
}
.chart-warnings {
  fill: #f9d12e;
}
.chart-errors {
  fill: #e8321b;
}
.chart-excluded {
  fill: #b4b4b4;
}
.chart-no-data {
  fill: #e7e7e7;
}
.stroke .chart-successful {
  stroke: #34a213;
}
.stroke .chart-warnings {
  stroke: #f9d12e;
}
.stroke .chart-errors {
  stroke: #e8321b;
}
.stroke .chart-excluded {
  stroke: #b4b4b4;
}
.stroke .chart-no-data {
  stroke: #e7e7e7;
}
.scheme-select-container {
  position: relative;
  padding: 15px;
}
.scheme-select-container .scheme-select .form-control {
  width: auto;
}
@media (min-width: 992px) {
  .scheme-select-container {
    padding: 15px 30px;
  }
  .scheme-select-container .scheme-select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .scheme-select-container .scheme-select .form-control {
    width: auto;
  }
}
.table-filters {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 30px;
}
.table-filters-header {
  position: relative;
  padding: 15px;
  background: #e7e7e7;
  font-size: 16px;
}
.table-filters-body {
  padding: 15px 15px 0;
}
.table-filters-header__chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
/*#error-table {*/

.dataTable td,
.dataTable th {
  font-size: 12px;
}
.dataTable td.excluded,
.dataTable td.downloaded {
  text-align: center;
}
.dataTable th.excluded,
.dataTable th.downloaded {
  text-align: center;
}
.dataTable thead {
  background: #343434;
  color: white;
}
.dataTable thead .sorting::after {
  color: white;
}
.dataTable tr td:nth-child(6),
.dataTable tr td:nth-child(7) {
  color: red;
}
.dataTable .select-checkbox:before {
  border: 1px solid red;
}
.dataTable th.select-checkbox {
  text-align: center;
}
.dataTables_Info {
  display: none;
  font-size: 11px;
}
#interface-error-summary .card,
#interface-warning-summary .card {
  width: 100%;
}
div#error-summary .card-heading,
div#warning-summary .card-heading {
  background-color: white;
  color: #333333;
  border-color: #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
}
div#error-summary .card-heading a,
div#warning-summary .card-heading a {
  text-decoration: none;
  padding-left: 10px;
}
div#error-summary .card-title,
div#warning-summary .card-title {
  font-size: 16px;
}
div#error-summary .card-default,
div#warning-summary .card-default {
  border-color: #e7e7e7;
}
div#error-summary .accordion .card-header:after,
div#warning-summary .accordion .card-header:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
div#error-summary .accordion .card-header.collapsed:after,
div#warning-summary .accordion .card-header.collapsed:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
div#error-summary .accordion .card-header,
div#warning-summary .accordion .card-header {
  cursor: pointer;
}
.error-column-dropdown {
  padding-top: 5px;
}
.error-column-dropdown__header {
  position: relative;
}
.error-column-dropdown__header .error-column-dropdown__chevron {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
ul.error-column-dropdown__body {
  padding-left: 0px;
}
ul.error-column-dropdown__body li {
  display: inherit;
}
.btn.excludeall,
.btn.includeall {
  font-size: 11px;
  font-weight: bold;
  background-color: white;
  color: black;
}
div.col__item.total {
  padding-left: 0px;
  font-weight: bold;
}
div#chart-container {
  background-color: white;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.card-default {
  border: 1px solid #e7e7e7;
}
.card-padding {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}
.card-body {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 15px 0 15px 0;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.accordion .card-header:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.accordion .card-header.collapsed:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.accordion .card-header {
  cursor: pointer;
  border-bottom: none !important;
  background-color: white !important;
  color: #333333;
  border-color: #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.accordion .card-header a {
  text-decoration: none;
  padding-left: 10px;
}
.card-title {
  font-size: 16px;
}
th.excluded {
  width: 76px !important;
}
th.excluded a {
  color: black !important;
}
.accordion > .card .card-header {
  margin-bottom: 0px;
}
.col__item {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.col__item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 80%;
  border-radius: 3px;
}
.col__item.error:before {
  background: #e8321b;
}
.col__item.excluded:before {
  background: #b4b4b4;
}
.col__item.downloaded:before {
  background: #3774e8;
}
.col__item.error {
  text-decoration-color: #e8321b;
  border-color: #e8321b;
}
.col__item.excluded {
  text-decoration-color: #b4b4b4;
  border-color: #b4b4b4;
}
.col__item.downloaded {
  text-decoration-color: #3774e8;
  border-color: #3774e8;
}
#error-progress-chart svg {
  width: 50vw;
  max-width: 150px;
  max-height: 150px;
}
#error-progress-chart .circle {
  margin: 3px auto;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #565656;
  font-size: 14px;
  font-weight: 300;
}
#error-progress-chart .rbc-label-start {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 30px;
  fill: white;
  content: "\f105" !important;
}
#error-progress-chart-container {
  margin-top: 10px;
  margin-bottom: 30px;
  border: none;
}
#error-progress-chart-container p {
  font-weight: bold;
}
#error-progress-chart {
  text-align: center;
}
.error-chart-title {
  margin-bottom: 10px;
}
.error-finalise-row {
  text-align: right;
}
@media (min-width: 992px) {
  .error-chart-content {
    display: flex;
  }
}
div.less-error-rule-error {
  background-color: #e8321b;
}
div.less-error-rule-excluded {
  background-color: #b4b4b4;
}
div.less-error-rule-downloaded {
  background-color: #3774e8;
}
.scheme-select-container {
  position: relative;
  padding: 15px;
}
.scheme-select-container .scheme-select-doclibrary .form-control {
  width: auto;
}
.input-group-addon {
  padding: 10px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #e7e7e7;
  border: 1px solid #ced4da;
  cursor: pointer;
}
@media (min-width: 992px) {
  .scheme-select-container {
    padding: 15px 30px;
  }
  .scheme-select-container .scheme-select-doclibrary {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .scheme-select-container .scheme-select-doclibrary .form-control {
    width: auto;
  }
}
.document-library-partial {
  padding-top: 30px;
}
.document-library-search-partial div.form-group {
  padding-left: 0;
}
.document-library-search-partial .col-lg-2 {
  padding-right: 0;
  text-align: right;
}
.document-library-search {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.document-library-results-count {
  text-align: right;
}
div#document-library .card-header {
  background-color: white;
  color: #333333;
  border-color: #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
div#document-library .card-header a {
  text-decoration: none;
  padding-left: 10px;
}
div#document-library .card-title {
  font-size: 16px;
}
div#document-library .card-default {
  border-color: #e7e7e7;
}
.dataTable td,
.dataTable th {
  font-size: 16px;
}
.dataTable thead {
  background-color: #343434;
}
.dataTable thead tr {
  color: white;
}
.dataTable tr {
  color: black;
}
.dataTable tr a {
  color: black;
}
p {
  margin-bottom: 0.5rem !important;
}
strong {
  font-weight: bold;
}
.badge {
  color: whitesmoke;
  background-color: #333333;
  border-radius: 0.5rem;
  margin-right: 15px;
}
.accordion .card-header:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.accordion .card-header.collapsed:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.accordion .card-header {
  background: #b4b4b4;
  cursor: pointer;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .dataTables_wrapper .row {
    width: 100% !important;
    margin-left: 0;
  }
  .document-library-search-input {
    width: 50%;
  }
}
.dataTables_wrapper {
  width: 100%;
}
.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}
.card-header.collapsed {
  background: #e7e7e7;
}
.card-default {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}
thead .sorting_desc:after {
  float: right !important;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0d7" !important;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
thead .sorting_asc:after {
  float: right !important;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f0d8" !important;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.document-library-results {
  width: auto !important;
  padding-right: 0px !important;
  padding: 6px 0;
}
.document-library-search-input {
  max-width: 85%;
  display: inline-flex;
}
.pt40 .row {
  display: contents;
}
.document-library-fa-question {
  float: right;
}
.document-library-contextual-help {
  margin-top: 15px;
}
.card-body {
  border: 1px solid #e7e7e7;
  border-top: none;
  padding: 15px 0 15px 0;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.no-border {
  border: none !important;
}
@media (min-width: 320px) {
  table.dataTable thead > tr > th {
    padding-right: 10px !important;
  }
}
.default-button {
  cursor: pointer;
}
.padding {
  padding-bottom: 5px;
}
table.dataTable tr.odd {
  background-color: white;
}
table.dataTable tr.even {
  background-color: #f9f9f9;
}
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .document-library-search-input {
    margin-left: 15px;
  }
  .document-library-fa-question {
    margin-right: 15px;
  }
}
@media (min-width: 767px) {
  .mobile-sort-div {
    display: none;
  }
}
@media (min-width: 769px) {
  #member-details_paginate {
    margin-bottom: 10px;
  }
  #member-details_paginate .paginate_button.first,
  #member-details_paginate .paginate_button.last {
    display: none;
  }
  #member-details span a.calc-mobile {
    display: none;
  }
  table.calculation-table {
    width: 100%;
  }
  table.calculation-table td {
    width: 50%;
    vertical-align: top;
  }
  table.calculation-table td div,
  table.calculation-table td select {
    margin-top: 5px;
  }
  table.calculation-table tr.row::before {
    display: none;
    content: "";
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #modal-target {
    width: 50vw;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: none;
  }
}
@media (min-width: 1025px) {
  #modal-target {
    width: 35vw;
    position: absolute;
    top: 25%;
    left: 33%;
    transform: none;
  }
}
@media (max-width: 768px) {
  .mobile-sort-div {
    display: none;
  }
  .mobile-sort {
    display: inline-block;
  }
  .mobile-sort i {
    color: #b4b4b4;
  }
  .mobile-sort.active i {
    color: #e8321b;
  }
  .mobile-sort-div {
    float: right;
    padding-right: 10px;
  }
  a.calc {
    display: none;
  }
  #member-details_paginate {
    margin-bottom: 10px;
  }
  #member-details_paginate .paginate_button:not(.first):not(.last):not(.previous):not(.next) {
    display: none;
  }
  #member-details span a.calc {
    display: none;
  }
  table.calculation-table {
    width: 100%;
  }
  table.calculation-table td {
    width: 100%;
  }
  table.calculation-table tr.row::before {
    display: none;
    content: "";
  }
}
#div-member-search div.form-group {
  padding-left: 0;
}
#div-member-search .col-lg-2 {
  text-align: left;
}
#div-member-search .member-panel {
  width: 100%;
}
div#member-details_processing.dataTables_processing,
div#member-details-mobile_processing.dataTables_processing {
  background: transparent;
  border: none;
}
div#member-details_processing.dataTables_processing,
div#member-details-mobile_processing.dataTables_processing,
.ajax-loading-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#member-details td.child {
  padding-left: 0px;
  padding-right: 0px;
}
#member-details table.member-details-child {
  width: 100%;
}
#member-details td.member-details-child-label {
  width: 30%;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
#member-details td.member-details-child-data {
  width: 70%;
  text-align: left;
  vertical-align: top;
}
#member-details .fa {
  font-size: 18px;
}
#member-details tr a {
  color: #e8321b;
}
table.calculation-table {
  width: 100%;
}
table.calculation-table input[readonly] {
  background-color: white;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  margin-top: auto;
  transform: translateY(-50%);
  background-color: #e8321b;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: #5bb9b8;
}
.member-contextual-help {
  margin: 0;
}
.member-search {
  position: relative;
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
@media (width: 768px) {
  .member-search {
    padding-left: 0px;
  }
}
#div-member-search .card-default > .card-header {
  padding: 5px 15px 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #e8321b;
  color: white;
}
.card-header:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.card-header.collapsed:after {
  float: right;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.card-header {
  cursor: pointer;
  border-color: #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
}
.card-header a {
  text-decoration: none;
  color: inherit;
}
.card-title {
  font-size: 16px;
}
.card-default {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.card-body {
  padding: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#member-details_wrapper .bottom {
  width: 100%;
}
#member-details_wrapper .bottom select {
  margin-left: 5px;
  margin-right: 5px;
}
.paginate_button.disabled a {
  color: #777777;
  cursor: not-allowed;
  background-color: white;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}
/* Accessibility helper classes
-----------------------------------------------*/

.visually-hidden {
  top: auto;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
}
a .visually-hidden {
  position: absolute;
  text-indent: -1000%;
}
html {
  min-height: 100vh;
  overflow-x: hidden;
}
body {
  position: relative;
  min-height: 100vh;
  font-size: 16px;
  font-family: 'Avenir LT W01 65 Medium', 'Avenir LT W01_65 Medium1475532', 'Calibri W01 Regular 904604', 'Calibri W01 Regular_904604', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-weight: 300;
}
body.body-public {
  position: relative;
  padding-top: 1px;
  height: 100%;
  min-height: 850px;
  font-size: 16px;
  font-family: 'Avenir LT W01 65 Medium', 'Avenir LT W01_65 Medium1475532', 'Calibri W01 Regular 904604', 'Calibri W01 Regular_904604', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
  font-weight: 300;
  background-color: #deeaed;
}
body#body {
  padding-top: 1px;
  height: 100%;
  min-height: 100vh;
}
.base-modal-wrap {
  padding-top: 1px;
  min-height: 100%;
  height: auto !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .base-modal-wrap,
  .body {
    min-height: 80vh !important;
  }
}
img {
  width: 100%;
  height: auto;
}
/* Equiniti sub-header details 
-----------------------------------------------*/

.sub-header {
  background-color: #e7e7e7;
}
.sub-header p {
  padding: 15px;
  padding-left: 30px;
  color: #343434;
}
@media (min-width: 992px) {
  .sub-header {
    position: fixed;
    top: 60px;
    left: 250px;
    right: 0;
    z-index: 1000;
    transition: left 250ms ease;
    min-height: 67px;
  }
  .sub-header.sidebar--collapsed {
    left: 48px;
  }
  #page-title {
    position: fixed;
    left: 280px;
    transition: left 250ms ease;
    font-size: 1.5rem;
    color: #343434;
  }
  #page-title.sidebar--collapsed {
    left: 78px;
  }
}
#wrapper {
  position: relative;
  width: 100%;
}
#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}
@media (min-width: 992px) {
  .page-wrapper--under-fixed-headers {
    margin-top: 130px;
  }
}
.main-content {
  transition: padding-left ease 250ms;
}
@media (min-width: 992px) {
  #page-wrapper {
    position: inherit;
    padding: 0 30px;
  }
  .main-content {
    padding-left: 250px;
  }
}
.login-panel {
  margin-top: 25%;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
  padding-left: 10px;
}
table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: "Font Awesome 5 Free" !important;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #e7e7e7;
}
table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: "Font Awesome 5 Free" !important;
}
table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: "Font Awesome 5 Free" !important;
  color: rgba(50, 50, 50, 0.5);
}
table.dataTable {
  border: 1px solid #e7e7e7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  vertical-align: middle;
}
table.dataTable tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
table.dataTable tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
#contextual-help,
.contextual-help {
  display: none;
}
#contextual-help .contextual-help__title,
.contextual-help .contextual-help__title {
  font-weight: bold;
  margin-top: 0;
  color: #e8321b;
  font-size: 18px;
}
#contextual-help .contextual-help__title fa-stackk,
.contextual-help .contextual-help__title fa-stackk {
  font-size: 16px;
}
.ajax-loading-spinner {
  position: relative;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: red;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), red);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(right, rgba(255, 0, 0, 0), red);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(right, rgba(255, 0, 0, 0), red);
  /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255, 0, 0, 0), red);
  /*Standard*/
  animation: spin 1s infinite;
}
.ajax-loading-spinner:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e7e7e7;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Member Access 
-----------------------------------------------*/

#div-member-search .panel,
.document-library-search-partial .panel {
  width: 100%;
}
#div-member-search .panel-default > .panel-heading,
.document-library-search-partial .panel-default > .panel-heading {
  background-color: #e8321b;
  color: white;
}
#div-member-search .panel-heading .accordion-toggle:after,
.document-library-search-partial .panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: right;
  color: white;
}
#div-member-search .panel-heading .accordion-toggle.collapsed:after,
.document-library-search-partial .panel-heading .accordion-toggle.collapsed:after {
  content: "\2b";
}
#div-member-search .highlighttext,
.document-library-search-partial .highlighttext {
  color: #e8321b;
}
#div-member-search #btn-search,
.document-library-search-partial #btn-search {
  color: white;
  background-color: #de0001;
  border-color: #de0001;
}
#div-member-search #btn-filter,
.document-library-search-partial #btn-filter,
#div-member-search #btn-clear-filter,
.document-library-search-partial #btn-clear-filter {
  color: white;
  background-color: #de0001;
  border-color: #de0001;
}
#div-member-search .calculate-button,
.document-library-search-partial .calculate-button {
  color: white;
  background-color: #de0001;
  border-color: #de0001;
}
#div-member-search .claculation-textbox,
.document-library-search-partial .claculation-textbox {
  padding: 7px 7px;
  margin: 3px 0;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 4px;
  width: 185px;
}
#div-member-search .p7,
.document-library-search-partial .p7 {
  padding: 7px;
}
#div-member-search .pl7,
.document-library-search-partial .pl7 {
  padding: 7px;
}
#div-member-search .dataTables_wrapper .dataTables_paginate .paginate_button,
.document-library-search-partial .dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5px !important;
  margin-left: 0px !important;
}
#div-member-search .pagination > .active > a,
.document-library-search-partial .pagination > .active > a,
#div-member-search .pagination > .active > span,
.document-library-search-partial .pagination > .active > span,
#div-member-search .pagination > .active > a:hover,
.document-library-search-partial .pagination > .active > a:hover,
#div-member-search .pagination > .active > span:hover,
.document-library-search-partial .pagination > .active > span:hover,
#div-member-search .pagination > .active > a:focus,
.document-library-search-partial .pagination > .active > a:focus,
#div-member-search .pagination > .active > span:focus,
.document-library-search-partial .pagination > .active > span:focus {
  z-index: 3;
  color: white;
  cursor: default;
  background-color: red;
  border-color: black;
}
#div-member-search .pagination > li > a,
.document-library-search-partial .pagination > li > a,
#div-member-search .pagination > li > a:hover,
.document-library-search-partial .pagination > li > a:hover,
#div-member-search .pagination > li > a:focus,
.document-library-search-partial .pagination > li > a:focus {
  color: #e8321b;
}
#div-member-search #member-details,
.document-library-search-partial #member-details {
  width: 100% !important;
}
#div-member-search input[type=number]::-webkit-inner-spin-button,
.document-library-search-partial input[type=number]::-webkit-inner-spin-button,
#div-member-search input[type=number]::-webkit-outer-spin-button,
.document-library-search-partial input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
#div-member-search #member-details tr td:nth-child(5),
.document-library-search-partial #member-details tr td:nth-child(5),
#div-member-search .dataTable tr td:nth-child(6),
.document-library-search-partial .dataTable tr td:nth-child(6) {
  color: black;
}
@media (min-width: 1200px) {
  #div-member-search .member-panel,
  .document-library-search-partial .member-panel {
    width: 100% !important;
  }
  #div-member-search .member-table,
  .document-library-search-partial .member-table {
    width: 90% !important;
  }
  #div-member-search .ml2,
  .document-library-search-partial .ml2 {
    margin-left: 2%;
  }
  #div-member-search .ml7,
  .document-library-search-partial .ml7 {
    margin-left: 7%;
  }
  #div-member-search .ml2px,
  .document-library-search-partial .ml2px {
    margin-left: 2px;
  }
  #div-member-search .member-contextual-help,
  .document-library-search-partial .member-contextual-help {
    margin: 1%;
  }
}
#div-member-search .pt30,
.document-library-search-partial .pt30 {
  padding-top: 30px;
}
#div-member-search .pt40,
.document-library-search-partial .pt40 {
  padding-top: 40px;
}
#div-member-search .pt10,
.document-library-search-partial .pt10 {
  padding-top: 10px;
}
