/**
* General styling
====================================================
*/
/**
* Icons font
*/
@font-face {
  font-family: "lbhf-icons";
  src: url("https://www.lbhf.gov.uk/sites/all/themes/custom/lbhf_refresh/fonts/lbhf-icons.woff");
}

html {
  font-size: 100%;
}

body {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #364753;
}

/**
  * Fix: some containers are nested which causes overflows
  */
.container {
  max-width: 100%;
  /**
      * Make container smaller
      */
}

/* @media (min-width: 830px) {
  .container {
    max-width: 800px;
  }
} */

/**
  * Page wrapper padding for common footer absolute positioning
  */
#wwvFlowForm {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  #wwvFlowForm {
    padding-bottom: 170px;
  }
}

/** Disable javascript inline page height **/
#page-wrapper {
  min-height: unset !important;
}

/**
  * Remove unnecesseray padding when nesting container in page-wrapper
  */
@media (max-width: 767px) {
  #page-wrapper .container {
    padding: 0;
  }
}

/**
  * Remove negative margin from northgate_default.css
  */
#wwvFlowForm {
  margin: 0 auto;
}

/**
  * Default font sizes on H&F
  ====================================================
  */
h1,
.h1 {
  font-size: 2.52206em;
  line-height: 1;
}

h2,
.h2 {
  font-size: 2.1617em;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 1.85284em;
  line-height: 1.1;
}

h4,
.h4 {
  font-size: 1.5881em;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: 1.36119em;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 1.1667em;
  line-height: 1.285;
}

/**
  * Default link styling
  */
a {
  color: #2f72b1;
  border-bottom: 1px solid #2f72b1;
  text-decoration: none;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

a {
  color: #d92644;
  text-decoration: none;
  border-bottom: 1px solid #d92644;
}

a:active,
a:focus {
  background-color: #ffdd00;
  border-bottom: none !important;
  -webkit-box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c;
  color: #0b0c0c !important;
  outline: 3px solid transparent;
  text-decoration: none !important;
}

a:hover img,
a:focus img {
  outline: 3px dashed #d92644;
}

/**
  * Page main title (h1)
  */
.page-header {
  margin-bottom: 1.5rem;
  font-weight: 700;
  border: none;
}

@media (max-width: 767px) {
  .page-header {
    font-size: 2rem;
  }
}

/**
  * Northgate_default fixes and overrides
  ====================================================
  */
.cdecategory {
  background: transparent;
  margin-top: 0;
}

.cdecategory ~ .cdecategory {
  margin-top: 10px;
}

.cdecategory .column {
  padding-left: 0;
  padding-right: 0;
}

.cdecategory .form-group {
  padding-left: 0;
  padding-right: 0;
}

.column {
  color: inherit;
}

@media all and (max-width: 767px) {
  .field-value-min {
    float: unset;
    display: block;
  }
}

.field-value-min img {
  width: 100%;
  min-width: 100px;
  height: auto;
}

.div-table-min {
  font-size: 12px;
}

@media (min-width: 768px) {
    .div-table-min .btn {
        line-height: 1.1;
        font-size: 12px;
        padding: 6px 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .div-table-min,
  .div-table-min .btn {
    font-size: 1.2vw;
  }

  .div-table-min .btn {
    padding: .5vw 1vw;
  }
}

.column-min,
.column-max {
    padding: 4px 0;
    display: block;
    color: #364753;
}

@media (min-width: 768px) {
    .column-min,
    .column-max {
        display: table-cell;
        padding: 8px;
        vertical-align: middle;
        color: #364753;
    }
}

.column-max {
  min-width: 100px;
}

.display-record {
  background-color: transparent;
}

.config-form-mypref .table-container {
  background: transparent;
}

.config-form .form-group {
  padding: 0;
}

.prop-info-table,
.prop-info-table tbody,
.prop-info-table tr,
.prop-info-table td {
  display: block;
}

.prop-info-hdr {
  font-weight: 700;
}

/**
  * Side bar
  ====================================================
  */
.sidebar {
  border: none;
}

.sidebar .sidebar-nav {
  border: none;
  background: #d92644;
  color: #fff;
}

.sidebar .sidebar-nav .nav {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .sidebar .sidebar-nav .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .sidebar .sidebar-nav .nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sidebar .sidebar-nav .nav {
    width: 1170px;
  }
}

.sidebar .sidebar-nav .nav li {
  background-color: inherit;
  color: inherit;
  border: none;
  border-right: 1px solid #fff;
  min-width: unset;
}

.sidebar .sidebar-nav .nav li:first-child {
  border-left: 1px solid #fff;
}

.sidebar .sidebar-nav .nav li.navbar-current-page,
.sidebar .sidebar-nav .nav li:hover,
.sidebar .sidebar-nav .nav li:focus-within {
  background-color: #ad1f36;
  color: inherit;
}

.sidebar .sidebar-nav .nav li a,
.sidebar .sidebar-nav .nav li a:visited,
.sidebar .sidebar-nav .nav li a:focus,
.sidebar .sidebar-nav .nav li a:active {
  background-color: inherit;
  color: inherit !important;
  min-width: unset;
  font-size: 14px;
  font-weight: 700;
  padding: 0.6em 1.2em;
  border-bottom: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .sidebar .sidebar-nav .nav li a,
  .sidebar .sidebar-nav .nav li a:visited,
  .sidebar .sidebar-nav .nav li a:focus,
  .sidebar .sidebar-nav .nav li a:active {
    font-size: 18px;
    padding: 0.8em 1.5em;
  }
}

/**
  * Bootstrap panel
  ====================================================
  */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-custom {
  padding-top: 15px;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#sort-filter-panel .panel-heading {
  background: #d92644;
  color: #fff;
  border: none;
  border-radius: 0;
}

#sort-filter-panel .panel-heading:hover {
  background-color: #ad1f36;
}

#sort-filter-panel .panel-heading:focus {
  background-color: #ffdd00;
  color: #0b0c0c;
}

#sort-filter-panel .panel-heading a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

#sort-filter-panel .panel-heading a:after {
  color: inherit;
}

/* 
  ** tip to switch table with cancel button on surveys page and display it below 
  ** cancelled, too much impact on the whole website (in page summary)
  */
/**
  * Main navigation
  ====================================================
  */
.navbar {
  background: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 3px solid #d92644;
}

.navbar .navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .navbar-collapse {
  border: none;
  padding: 0 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .navbar-collapse.collapsing {
  position: static;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse.collapse:not(.in) {
    display: block;
    visibility: hidden;
    height: 0;
  }
}

.navbar .navbar-collapse .nav-items-div {
  display: block;
}

.navbar .navbar-collapse .rsv-header-group {
  min-height: 72px;
  color: #364753;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse .rsv-header-group div {
    padding: 0.5em 0;
    min-height: 0;
    text-align: left;
  }
  /* Description : Dropdown box moving to left. (Fixed on 15/02/2023 by Arvind Maganty) */
  .dropdown-left {
    right: auto;
  }
}




@media (min-width: 768px) {
  .navbar .navbar-collapse .rsv-header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* add logo on the header */
  }
  .navbar .navbar-collapse .rsv-header-group #RSV-HEADER-HEADER_ITEM1 {
    border-bottom: 0;
    content: "";
    background: url(https://lbhf.gitlab.io/firmstep/images/logo-LBHF.svg) no-repeat center;
    background-size: contain;
    width: 123px;
    height: 56px;
    display: block;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) {
    width: 7.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) a:not(.btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) span,
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) a:not(.btn) {
    color: #364753;
    font-size: 0.9rem;
    line-height: 1.2;
    border-right: 1px solid #ccc;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) a:not(.btn):hover {
    border-bottom: 0;
    background: #327abd;
    color: #fff;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) a:not(.btn):active,
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child) a:not(.btn):focus {
    border: 0;
    color: #0b0c0c;
    background-color: #ffdd00;
    outline: 3px solid #0b0c0c;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child):last-child span,
  .navbar .navbar-collapse .rsv-header-group div:not(:first-child):last-child a {
    border-right: 1px solid #ccc;
  }
  .navbar .navbar-collapse .rsv-header-group div:first-child {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .navbar-collapse .rsv-header-group div:first-child a,
  .navbar .navbar-collapse .rsv-header-group div:first-child a:hover,
  .navbar .navbar-collapse .rsv-header-group div:first-child a:focus,
  .navbar .navbar-collapse .rsv-header-group div:first-child a:active {
    border-left: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar .navbar-toggle {
  background: transparent;
  color: #327abd !important;
  padding: 0.5rem;
  width: 3.5rem;
  margin: 0;
  line-height: 1;
  font-size: 2.5rem;
  text-align: center;
  border: none;
  margin-left: auto;
  border-radius: 0;
  float: none;
}

.navbar .navbar-toggle .icon-bar {
  display: none;
}

.navbar .navbar-toggle:before {
  font-family: "lbhf-icons";
  content: "\f12d";
  color: inherit;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  text-decoration: none;
  background-color: #327abd !important;
  color: #fff !important;
  outline: none;
}

/**
  * Set skip link as fixed
  */
.skiplink {
  top: 0;
  left: 0;
}

.skiplink.hidden {
  display: block !important;
  visibility: visible !important;
}

#skip a:focus {
  position: relative;
  z-index: 100;
  left: 0;
}

/**
  * Set fixed height for header logo
  */
#RSV-HEADER-HEADER_ITEM1 {
  border-bottom: 0;
  background: url(https://lbhf.gitlab.io/firmstep/images/logo-LBHF.svg) no-repeat center;
  background-size: auto;
  background-size: contain;
  width: 123px;
  height: 56px;
  display: block;
}

@media (max-width: 767px) {
  #RSV-HEADER-HEADER_ITEM1 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 123px;
    height: 45px;
    visibility: visible;
  }
}

/**
  * Footer
  ====================================================
  */
footer,
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  color: #364753;
  border: none;
  border-top: 1px solid #d92644;
  padding: 1em;
  display: none;
  /**
      * Add H&F logo as pseudo element
      */
}

footer:before,
.footer:before {
  content: "";
  background: url("https://lbhf.gitlab.io/firmstep/images/logo-LBHF.svg") no-repeat center;
  background-size: contain;
  width: 123px;
  height: 56px;
  display: block;
}

footer .footertext,
.footer .footertext {
  display: none;
  /* request to hide logged in link */
  color: inherit;
  text-shadow: none;
}

/**
  * Form elements
  ====================================================
  */
.form-group {
  width: 100%;
}

.form-group .control-label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding-right: 16px;
  margin-bottom: 5px;
}

.form-group .control-label.label {
  cursor: pointer;
}

.form-group .input-group,
.form-group .input-group-date {
  width: 100% !important;
}

/**
  * Make form control same height as buttons
  */
.form-control {
  height: 3em;
}

/**
  * FIX input-group with no input-group-addon
  */
.input-group label + .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/**
  * Dont apply error styling on button addon
  */
.input-group-addon,
.has-error .input-group-addon {
  background: #d92644;
  color: #fff;
  border-left: 0;
}

.input-group-addon:hover,
.has-error .input-group-addon:hover {
  background-color: #ad1f36;
}

.input-group-addon:focus-within,
.has-error .input-group-addon:focus-within {
  color: #0b0c0c;
  background-color: #ffdd00;
  border: 3px solid #0b0c0c;
}

.input-group-addon label,
.has-error .input-group-addon label {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

/**
  * FIX input-group-date
  */
.input-group-date input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 6px 12px;
}

.input-group-date .input-group-addon {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/**
  * Make Bootstrap input-group btn addon same height as input
  */
.input-group-btn .btn {
  height: 3em;
  padding-top: 0;
  padding-bottom: 0;
}

/**
  * Error messages
  */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ad0000;
}

.has-error .form-control {
  border-color: #ad0000;
}

/**
  * Error panel
  */
.panel.alert-danger {
  border: none;
  background: #fcf0f0;
  color: #ad0000;
  padding: 10px 15px;
  font-size: 0.9em;
}

.panel.alert-danger .panel-heading {
  padding: 0 0 4px;
}

.panel.alert-danger .panel-heading span {
  font-family: inherit;
}

.panel.alert-danger .panel-body {
  padding: 0;
}

.panel.alert-danger .panel-body .table-curved {
  margin-bottom: 0;
  background: inherit;
}

.panel.alert-danger .panel-body .table-curved table tr td {
  border: 0;
  padding: 2px 0;
  background: transparent;
}

/**
  * Table text colors
  */
#wwvFlowForm .column-min a:not(.btn) {
  color: inherit;
  border-bottom: unset;
}

#wwvFlowForm .column-min a:not(.btn).negative_currency {
  color: #b61f33;
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).negative_currency:before {
  content: "-\00a3";
  white-space: nowrap;
}

#wwvFlowForm .column-min a:not(.btn).negative_currency:hover {
  color: #b61f33;
  border-bottom: 1px solid #b61f33;
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).positive_currency {
  color: #205139;
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).positive_currency:before {
  content: "+\00a3";
  white-space: nowrap;
}

#wwvFlowForm .column-min a:not(.btn).positive_currency:hover {
  color: #205139;
  border-bottom: 1px solid #205139;
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).zero_currency {
  color: blue;
}

#wwvFlowForm .column-min a:not(.btn).zero_currency::before {
  content: "\00a3";
  white-space: nowrap;
}

#wwvFlowForm .column-min a:not(.btn).zero_currency:hover {
  color: blue;
  border-bottom: 1px solid blue;
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).currency_link:hover {
  text-decoration: none;
}

#wwvFlowForm .column-min a:not(.btn).negative_value {
  color: #b61f33;
}

#wwvFlowForm .column-min a:not(.btn).zero_value {
  color: #313131;
}

#wwvFlowForm .column-min a:not(.btn).positive_value {
  color: #205139;
}

/**
  * Buttons
  ====================================================
  */
.btn {
  background: #d92644;
  color: #fff !important;
  height: unset;
  padding: 0.75em 1.5em;
  border: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
  min-height: 1.5em;
}

.btn:active {
  background: #ffdd00 -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(transparent));
  background: #ffdd00 linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent);
  color: #0b0c0c;
  outline: 3px solid transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffdd00;
  box-shadow: inset 0px 0px 0px 1px #ffdd00;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.btn:hover {
  color: #fff;
  background-color: #ad1f36;
  text-decoration: none;
}

.btn:focus {
  color: #0b0c0c !important;
  text-decoration: none;
  background-color: #ffdd00;
  outline: 3px solid #0b0c0c !important;
}

/**
  * Dropdown button
  */
.open > .dropdown-toggle.btn-default {
  color: #fff;
  text-decoration: none;
  background-color: #ad1f36;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
  * Dropdown list
  */
.dropdown-menu {
  padding: 0;
}

.dropdown-menu > li > a {
  border: none !important;
  padding: 5px 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background: #d92644 !important;
  color: #fff !important;
}
*/

/* Default colour for the list items  */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {


  color: #000000 !important;
  /*
  background: #d92644;
	color: #fff !important;
	*/
}

/* Change the list item colour when highlighted */
.dropdown-menu > li > a:hover
{
	background: #d92644;
	color: #fff !important;
 
}
/**
  * Bootstrap tooltip custom styling
  ====================================================
  */
.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 0 14px 0 rgba(54, 71, 83, 0.4);
  box-shadow: 0 0 14px 0 rgba(54, 71, 83, 0.4);
  color: #364753;
}

.tooltip.top .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: transparent;
}

.tooltip.right .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: #fff;
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: white;
}

/**
  * Quick Links panel
  ====================================================
  */
#quick-links-panel {
  display: none;
  /* request to hide the quick link panel or to display it after red line, in the footer */
  border: none !important;
  border-radius: 0;
}

#quick-links-panel .panel-heading {
  background: #d92644;
  border-radius: 0;
  color: #fff;
}

#quick-links-panel .panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  border-bottom: 0;
  text-decoration: none;
  outline: none;
}

#quick-links-panel .panel-heading a:after {
  color: inherit;
}

#quick-links-panel .panel-heading:hover {
  background-color: #ad1f36;
}

#quick-links-panel .panel-heading:focus-within {
  background-color: #ffdd00;
  color: #0b0c0c;
}

@media (max-width: 767px) {
  #quick-links-panel .quick-links-body .panel-body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#quick-links-panel .quick-links-body .quick-links .quick-links-title {
  display: block;
  font-size: 1.1em;
  margin-bottom: 1em;
}

#quick-links-panel .quick-links-body .quick-links .quick-links-title:after {
  content: "";
  width: 4em;
  height: 3px;
  background: #d92644;
  display: block;
  margin-top: 0.5em;
}

#quick-links-panel .quick-links-body .quick-links .quick-links-title:empty {
  display: none;
}

#quick-links-panel .quick-links-body .quick-links .col-no-padding {
  padding-right: 15px;
  padding-left: 15px;
}

#quick-links-panel .quick-links-body .quick-links li {
  border: none;
  padding: 6px 0;
}

#quick-links-panel .quick-links-body .quick-links li a {
  font-size: 0.9em;
}

#quick-links-panel .quick-links-body .quick-links li a img {
  max-width: 100%;
}

/**
  * Alerts
  ====================================================
  */
.alert {
  background: #fbf7cb;
  color: #9b6008;
  padding: 24px;
  margin-top: 0;
  margin-bottom: 20px !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  text-shadow: unset;
  position: relative;
}

.alert .close {
  position: absolute;
  top: 4px;
  right: 10px;
  margin: 0;
  padding: 0;
  color: #0b0c0c;
}

.alert .close:after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 1;
}

.alert li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert li .fa {
  font-size: 24px;
  float: unset !important;
}

.alert li ~ li {
  margin-top: 10px !important;
}

/**
  * Summary page cards
  ====================================================
  */
.services-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 768px) {
  .services-region {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.services-region .services-tile {
  margin-bottom: 30px;
}

.services-region .services-tile a {
  display: block;
  height: 100%;
  border-bottom: 0 !important;
}

.services-region .services-tile a .panel {
  margin-bottom: 0;
  height: 100%;
}

@media (min-width: 767px) {
  .services-region .services-tile a .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-region .services-tile a .panel .panel-footer {
  border-top: 0;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-region .services-tile a .panel-default-blue {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-default-blue > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-red {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-red > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-gold {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-gold > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-yellow {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-yellow > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-green {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-green > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-orange {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-orange > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-purple {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-purple > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a .panel-primary {
  border-color: #327abd;
  background: #327abd;
}

.services-region .services-tile a .panel-primary > .panel-heading {
  border-color: inherit;
  background: inherit;
}

.services-region .services-tile a:hover,
.services-region .services-tile a:focus {
  color: #d92644;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.services-region .services-tile a:hover .panel,
.services-region .services-tile a:focus .panel {
  outline: 3px dashed #d92644;
}

/**
  * Common footer styling
  ====================================================
  */
.common-footer-links {
  border-top: 1px solid red;
  padding: 15px 0 15px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  position: absolute;
  bottom: 0;
  min-height: 65px;
}

@media (max-width: 450px) {
  .common-footer-links {
    padding: 65px 0 15px;
  }
}

.common-footer-links:before {
  content: "";
  background: url("https://lbhf.gitlab.io/firmstep/images/logo-LBHF.svg") no-repeat center;
  background-size: contain;
  width: 100px;
  height: 45px;
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
}

.common-footer-links li {
  display: block;
  text-align: right;
  width: auto;
  padding: 0;
  margin-bottom: 8px;
}

.common-footer-links li a:not(.btn):not(.navbar-toggle):not(.collapse-anchor) {
  font-size: 14px;
  padding: 0 1em;
  border-bottom: unset;
}

.common-footer-links li a:not(.btn):not(.navbar-toggle):not(.collapse-anchor):hover {
  border-bottom: none;
  text-decoration: underline;
}

/**
  * Login page specific adjustments
  ====================================================
  */
.rsv_core_P101 .container {
  max-width: 570px;
}

.login-region {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.login-region > .col-sm-6 {
  width: 100%;
}

.login-region .login-message {
  font-size: 1.4em;
  margin-bottom: 1.5rem;
  border: none;
  color: inherit;
}

.login-region .form-group {
  margin: 0;
}

.login-region a:not(.btn) {
  margin-bottom: 1em;
  float: right;
  margin-bottom: 2em;
}

.login-region table:nth-child(2) td .btn {
  margin-bottom: 1em;
}

.logonlink-group {
  display: none;
}

/**
  * Register page custom adjustements
  ====================================================
  */
.config-form .table-container .table-row:nth-child(2n) {
  background-color: inherit;
}

.config-form .form-group .form-group {
  padding: 0;
}

#passwordDescription {
  font-style: italic;
}

/* class added by AM and TF to resolve forgotten password grey text */

.subtitle {
    color: #000000 ;
	font-weight:normal;
    
}