/*================================================================================================== TABLE OF CONTENTS ==================================================================================================
	1. Variables
	2. Utility classes
	3. Global styles
		3a) Headings		3b) Links		3c) Buttons
		3d) Lists			3e) Popups		3f) Tab selectors
		3g) Accordions		3h) Info icons, slider toggles and label styling
		3i) Logos				3j) Site header
		3k) Site footer	3l) Datepickers
	4. Login page
	5. Home page
	6. Benefit overview
	7. Benefit statement
	8. Benefit matrix
	9. Benefit selection
	10. Profile
	11. App registration
	12. TRS
	13. Specific popups
		13a) Forgot password		13b) Modellers and tools	13c) Manage dependants
		13d) Follow up items		13e) Event T&Cs				13f) Benefit selection election info collect
		13g) Beneficiaries		13h) Flex budget				13i) Matrix exit warning
	14. Icons
		14a) Benefit icons		14b) Life event icons
	15. Claims
	16. My Documents
	17. Mobile
	18. Client specific styles		
 ======================================================================================================================================================================================================================= */
/* font declaration for using OnlineTwoIconFont set */
@font-face {
  font-family: 'OnlineTwoIconFont';
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.eot');
  src: url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.eot?#iefix') format('embedded-opentype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.woff') format('woff'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.ttf') format('truetype'),
    url('/inspiringbenefits/media/default/fonts/OnlineTwoIconFont_v3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*================================================================================================== 1. Variables  ==================================================================================================*/
:root {
  --color-1: #5eb9e4; 
  --color-2: #0083a9;
  --color-3: #bdd7ee;
  --color-4: #003964;
  --color-5: #575756;
  --color-6: #CCCCCC;
  --color-7: #f2f2f2;
  --color-lite: #fff;
  --color-dark: #666;
  --rgbacolor-1: rgba(94,185,228,1); /*Need to convert hex value in Color-1 variable to RGBA - Keep opactity as 1*/
  --rgbacolor-1-hover: rgba(94,185,228,.5); /*Need to convert hex value in Color-1 variable to RGBA - Keep opactity as .5*/
  --rgbacolor-2: rgba(0,131,169,1); /*Need to convert hex value in Color-2 variable to RGBA - Keep opactity as 1*/
  --rgbacolor-2-hover: rgba(0,131,169,.5); /*Need to convert hex value in Color-2 variable to RGBA - Keep opactity as .5*/
  --Clientlogo: url(/benefitsadminuk2/media/MediaLibrary/aon-white-logo-trimmed.png);
  --login-image: url(/smartbenefitsde/media/default/Login%20Page%20Images/Aon_SmartBenefits_Images_Login-2.png);
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(47,79,79,.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47,79,79,0);
  }
}

@keyframes enrolment-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255,.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(47,79,79,0);
  }
}
/*================================================================================================== 2. Utility classes  ==================================================================================================*/
/* specific media query for IE10+ to handle responsive images */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .bootstrap-iso .img-responsive {
    width: 100%;
  }  
}
/* margin-top 0 */
.bootstrap-iso .mt-0 {
  margin-top: 0;
}

/* allow use of OnlineTwoIconFont for anything with this class */
[class*="online-two-icon-"]:before{
  font-family:OnlineTwoIconFont;
}
/* icons on the benefit intro popups */
.benefit-information [class*="online-two-icon-"]::before {
  font-size: 15em;
  line-height: 1;
}

/* for adding full stop after resource string */
.full-stop:after {
  content: '.';
  position: relative;
  left: -.25em
}
/* for adding comma after resource string */
.comma:after {
  content: ',';
  position: relative;
  left: -.25em
}

/* for adding right parenthesis after resource string */
.right-parenthesis:after {
  content: ')';
  position: relative;
  left: -.25em
}

/* for adding colon after resource string */
.colon:after {
  content: ':';
  position: relative;
  left: -.25em
}

/*================================================================================================== 3. Global styles  ==================================================================================================*/
/* Red span class (red text on confirm popup) */
span.text-red{
  color: red;
}

/* global font size */
.bootstrap-iso {
  font-size: 1rem;
}

/* remove text transform */
/* language selection */
#links LI:first-child select#ddlLanguage,
/* main navigation bar links */
#menu-no-dashboard li a,
#menu li a,
#menu-sub li a,
/* labels on Profile page */
html#profile body#profile .profile #profile-online-2 span.label,
html#profile body#profile .profile #profile-online-2 label:not(.ui-button),
/* labels */
span.label,
label,
/* benefit selection page items */
.in-Cart .cost P,
.in-Cart .funded P,
.your-beneficiaries .txt-beneficiaries H4,
.InvestmentOptionsHeader,
/* footer links */
.online-two-iso #footer a {
  text-transform: none;
}

/* 3a) headings */
h1,
h2,
h3,
h4,
h5,
h6,
.online-two-iso h1,
.online-two-iso h2,
.online-two-iso h3,
.online-two-iso h4,
.online-two-iso h5,
.online-two-iso h6,
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
/* BENEFITS header on popup when removing dependants attached to cover */
.coverageHeader {
  color: var(--color-1);
  padding-left: 0;
}

/* 3b) links */
a,
.bootstrap-iso a,
.dependant-list a.dependant-confirm-delete,
.terms-conditions-cookies .cookie-policy-link,
.terms-conditions-cookies .term-condtion-link {
  color: var(--color-1);
}
a:hover,
a:focus,
.bootstrap-iso a:hover,
.bootstrap-iso a:focus,
.dependant-list a.dependant-confirm-delete:hover,
.dependant-list a.dependant-confirm-delete:focus,
.terms-conditions-cookies .cookie-policy-link:hover,
.terms-conditions-cookies .cookie-policy-link:focus,
.terms-conditions-cookies .term-condtion-link:hover,
.terms-conditions-cookies .term-condtion-link:focus {
  color: var(--color-2);
}
a:active,
a:active:hover,
a:active:focus,
.bootstrap-iso a:active,
.bootstrap-iso a:active:hover,
.bootstrap-iso a:active:focus,
.dependant-list a.dependant-confirm-delete:active,
.dependant-list a.dependant-confirm-delete:active:hover,
.dependant-list a.dependant-confirm-delete:active:focus,
.terms-conditions-cookies .cookie-policy-link:active,
.terms-conditions-cookies .cookie-policy-link:active:hover,
.terms-conditions-cookies .cookie-policy-link:active:focus,
.terms-conditions-cookies .term-condtion-link:active,
.terms-conditions-cookies .term-condtion-link:active:hover,
.terms-conditions-cookies .term-condtion-link:active:focus {
  color: var(--color-1);
}

/* 3c) buttons */
/* default colour */
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-danger,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-popup,
.online-two-iso A.button-style,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue,
.online-two-iso A.button-style.blue,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray,
.online-two-iso A.button-style.gray,
.benefitheader-fixed div#followup-items a.btn,
.benefitheader-fixed div#resettodefaults a.btn,
.benefit-matrix .confirm-checkout-button .btn-success,
.benefitselect .button-style#byo-saveAndClose {
  background-color: var(--color-1);
  border: none;
  border-radius: 20px;
  color: var(--color-lite);
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: all .25s;  
  z-index: 1  
}

/* hover colour */
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-popup:hover,
.online-two-iso A.button-style:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:hover,
.online-two-iso A.button-style.blue:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:hover,
.online-two-iso A.button-style.gray:hover,
.benefit-matrix .row .btn-success:hover,
.benefitheader-fixed div#followup-items a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefit-matrix .confirm-checkout-button .btn-success:hover {
  background-color: var(--color-1);
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: var(--color-lite);
}

/* focus colour */
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-popup:focus,
.online-two-iso A.button-style:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:focus,
.online-two-iso A.button-style.blue:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:focus,
.online-two-iso A.button-style.gray:focus,
.benefitheader-fixed div#followup-items a.btn:focus,
.benefitheader-fixed div#resettodefaults a.btn:focus,
.benefit-matrix .confirm-checkout-button .btn-success:focus {
  background-color: var(--color-1);
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: var(--color-lite);
  outline: none;
}

/* when clicked colour */
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary:active:hover,
.bootstrap-iso .btn-primary:active:focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger:active:hover,
.bootstrap-iso .btn-danger:active:focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info:active:hover,
.bootstrap-iso .btn-info:active:focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default:active:hover,
.bootstrap-iso .btn-default:active:focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning:active:hover,
.bootstrap-iso .btn-warning:active:focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success:active:hover,
.bootstrap-iso .btn-success:active:focus,
.bootstrap-iso .btn-popup:active,
.bootstrap-iso .btn-popup:active:hover,
.bootstrap-iso .btn-popup:active:focus,
.online-two-iso A.button-style:active,
.online-two-iso A.button-style:active:hover,
.online-two-iso A.button-style:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.blue:active:focus,
.online-two-iso A.button-style.blue:active,
.online-two-iso A.button-style.blue:active:hover,
.online-two-iso A.button-style.blue:active:focus,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:hover,
.online-two-iso #content #confirm-replacement.overlay .content-overlay .checkout-button A.button-style.gray:active:focus,
.online-two-iso A.button-style.gray:active,
.online-two-iso A.button-style.gray:active:hover,
.online-two-iso A.button-style.gray:active:focus,
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus,
.benefitheader-fixed div#resettodefaults a.btn:active,
.benefitheader-fixed div#resettodefaults a.btn:active:hover,
.benefitheader-fixed div#resettodefaults a.btn:active:focus,
.benefit-matrix .confirm-checkout-button .btn-success:active,
.benefit-matrix .confirm-checkout-button .btn-success:active:hover,
.benefit-matrix .confirm-checkout-button .btn-success:active:focus {
  background-color: var(--color-1);
  border-radius: 20px;
  border: none;
  box-shadow: none;
  color: var(--color-lite);
  outline: none;
}

/* for styling buttons that convey meaning of a negative action e.g. cancel/close/remove etc. */
.bootstrap-iso .modal-controls .btn-warning,
.online-two-iso #exit-cancel A.button-style.blue,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning,
.bootstrap-iso .btn-warning.dependant-cancel-btn {
  background-color: var(--color-5);
}

.bootstrap-iso .modal-controls .btn-warning:hover,
.bootstrap-iso .modal-controls .btn-warning:focus,
.online-two-iso #exit-cancel A.button-style.blue:hover,
.online-two-iso #exit-cancel A.button-style.blue:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:focus {
  background-color: var(--color-2);
}

.bootstrap-iso .modal-controls .btn-warning:active,
.bootstrap-iso .modal-controls .btn-warning:active:hover,
.bootstrap-iso .modal-controls .btn-warning:active:focus,
.online-two-iso #exit-cancel A.button-style.blue:active,
.online-two-iso #exit-cancel A.button-style.blue:active:hover,
.online-two-iso #exit-cancel A.button-style.blue:active:focus,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:hover,
.bootstrap-iso .modeller-footer .modeller-close-button.btn-warning:active:focus,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:hover,
.bootstrap-iso .btn-warning.dependant-cancel-btn:active:focus {
  background-color: var(--color-1);
}

/* hover effects */
.bootstrap-iso *[class*="btn btn-"]:before,
.bootstrap-iso *[class*="btn  btn-"]:before,
.bootstrap-iso *[class*="button-s"]:before {
  content: '';
  width: 100%;
  height: 4em;
  background-color: var(--color-2);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(-5em, -1em, 0) rotate3d(0, 0, 1, -45deg);
  transform-origin: top left;
  transition: all .25s;
  z-index: -1;  
}
.bootstrap-iso *[class*="btn btn-"]:hover:before,
.bootstrap-iso *[class*="btn  btn-"]:hover:before,
.bootstrap-iso *[class*="button-s"]:hover:before,
.bootstrap-iso *[class*="btn btn-"]:focus:before,
.bootstrap-iso *[class*="btn  btn-"]:focus:before,
.bootstrap-iso *[class*="button-s"]:focus:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
}

/* 3d) lists */
/* unordered lists */
.fa-ul {
  margin-left: .84285714em
}
.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
  padding-left: 0
}
.bootstrap-iso ul.fa-ul li {
  padding-left: 1em
}
.bootstrap-iso ul.fa-ul li::before {
	font-family: FontAwesome;
	content: '\f111';
	font-size: .5em;
  margin-left: -1em;
	padding-right: .5em;
	position: relative;
	bottom: 3px;
	color: var(--color-1);
}
.bootstrap-iso .fa-ul li > .fa-ul li::before {
  content: '\f10c';
}
.bootstrap-iso .fa-ul li > .fa-ul li > .fa-ul li::before {
  content: '\f0c8';
}
.bootstrap-iso .fa-ul li > .fa-ul li > .fa-ul li > .fa-ul li::before {
  content: '\f096';
}

/* ordered lists */
.bootstrap-iso ol {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: decimal;
}

.online-two-iso .modal-body#online2-global-benefit-overview-modaltemplate .tab-body UL {
  list-style: none;
}

/* 3e) popups */
/* header colour */
.online-two-iso .header-overlay,
.online-two-iso .tab-header,
.bootstrap-iso .modal-header {
  background-color: var(--color-1);
}
/* reset benefit intro popup to not have header overlay colour */
.online-two-iso [class*="LineDetail"] .tab-header {
  background-color: #f2f2f2;
}
/* header title colour */
#login-assistance .header-overlay #TitleResetPassword,
.bootstrap-iso .modellersModalHeader,
.bootstrap-iso .dependantModalHeader,
#followup-items-overlay.online-followup-items #followup-items-title,
.benefit-matrix .benefitheader,
#exit-confirm h5,
.benefitselect #allocationDialog h5,
.active-benefits .header,
.benefit-matrix .modal .modal-header .header,
.online-two-iso .modal-normal .modal-header .header-text,
.terms-conditions-cookies .cookiepolicy-header,
.terms-conditions-cookies .terms-condtion-header,
#home-online-three .modal-content .home-dashboard .modal-header .header,
#dlguploadDocument h5,
#deleteDocumentDialog h5 {
  color: white;
}
/* close icon */
.online-two-iso .header-overlay A.close,
.online-two-iso .modal-large .close,
html#profile body#profile .profile #profile-online-2 .header-overlay A {
  background: none;
  visibility: hidden;
}
.online-two-iso .header-overlay A.close:after,
.online-two-iso .modal-large .close:after,
html#profile body#profile .profile #profile-online-2 .header-overlay A:after {
  content: '\e014';
  color: white;
  font-family: 'Glyphicons Halflings';
  visibility: visible;
}
/* reset benefit intro close icon to be default colour after resetting header background colour */
.online-two-iso .modal-large [class*="LineDetail"] .close:after {
  color: #666;
}

.bootstrap-iso .close,
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus,
.bootstrap-iso .close:active,
.bootstrap-iso .close:active:hover,
.bootstrap-iso .close:active:focus,
.online-two-iso .modal-normal .close {
  color: white;
}
/* position of close icon */
.online-two-iso .modal-large .close {
  top: .5em;
  right: .5em;
}
.header-overlay A {
  padding: 4px .5em 0 0;
}
/* modal body background for home page module popups */
#home-online-three .modal-content .home-dashboard .modal-body {
  background: white;
}
/* remove 'x' icon from close button */
#home-online-three .modal-content .home-dashboard .modal-footer .btn-warning .glyphicon {
  display: none;
}

/* life event dependant add/remove popup */
.dependantContainer .event-step-nav {
  text-align: right;
}
.bootstrap-iso .event-step-nav a.primary-link,
.bootstrap-iso .event-step-nav a.secondary-link {
  margin: 0
}
.dependantContainer .button-container > a:last-child {
  margin-left: .5em;
}
.bootstrap-iso .event-step-nav a {
  border-radius: 25px;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: background-color .25s, color .25s;
}
.bootstrap-iso .event-step-nav a.secondary-link {
  background: var(--color-1);  
  color: var(--color-lite);
}
.bootstrap-iso .event-step-nav a.primary-link {
  background: var(--color-1);
  color: var(--color-lite);
}
.bootstrap-iso .event-step-nav a.secondary-link:hover,
.bootstrap-iso .event-step-nav a.secondary-link:focus,
.bootstrap-iso .event-step-nav a.primary-link:hover,
.bootstrap-iso .event-step-nav a.primary-link:focus {
  background-color: var(--color-2);
  color: var(--color-lite)
}

/* 3f) tab selectors e.g. Manage dependants widget, benefit intro, profile etc. */
.online-two-iso [class*="modal"] a.tab-selector-link:hover,
.online-two-iso [class*="modal"] .tab-selector-link.active,
html#profile body#profile .profile #profile-online-2 #profilecontainer .htabs-container .tabs UL LI.sel A,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A:hover {
  color: var(--color-1);
  border-bottom: .5em solid var(--color-1);
}
.online-two-iso .modal-normal .tab-selector-link,
.online-two-iso .modal-large .tab-selector-link,
.online-two-iso .modal-normal .tab-selector-link.inactive,
.online-two-iso .modal-large .tab-selector-link.inactive,
html#profile body#profile .profile #profile-online-2 .htabs-container .tabs UL LI A {
  color: var(--color-dark);
}

/* 3g) accordions */
/* background colour */
.benefit-matrix .benefit-category .panel-default > .panel-heading,
.trsdashboard .panel-default > .panel-heading {
  background-color: var(--color-1);
}
/* panel title */
.bootstrap-iso .panel-title {
  padding-left: 10px;
}

/* expand/collapse icons */
.bootstrap-iso .glyphicon-menu-down,
.bootstrap-iso .glyphicon-menu-up {
  transition: all .25s
}
.bootstrap-iso .glyphicon-menu-up {
  transform: rotate(-180deg);
}
.bootstrap-iso .glyphicon-menu-down:before,
.bootstrap-iso .glyphicon-menu-up:before {
  font-family: 'Glyphicons Halflings';
	content: '\e259';
}

/* 3h) Info icons, slider toggles and label styling */
/* info icon color **/
.benefit-matrix .row.title .glyphicon-info-sign-color {
  color: var(--color-1);
}

/* slider toggle color */
.online-two-iso input:checked + .slider {
  background-color: var(--color-4);
}

/* label styling e.g. "Note:" labels */
.bootstrap-iso .label {
  background-image: none;
}

/*Paragraph Styling*/
p {
  padding-bottom: 0px;
}

#benefit-overview .summaries P {
  margin-bottom: 10px;
}

/* 3i) logo */
/*Client Logo*/
#logo {
  background-image: var(--Clientlogo);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Adding in Smart Benefits logo - Centered */
#logo:after {
  background: url(/smartbenefitsde/media/default/Logo%20Images/Aon_SmartBenefits_Logo_150.png) no-repeat center/contain;
  content: '';
  width: 200px;
  height: 65px;
  display: block;
  transform: translateX(calc(50vw - 50%))
}

@media (max-width: 767px) {
  #logo:after{
    transform: none;
    transform: translate3d(calc(50vw - 50%), 105%, 0)
  }
}

/* centering logo on mobile view */
@media only screen and (max-width: 767px) {
  #logo {
    width: calc(100vw - 100px);
  }
}

/* 3j) site header */
/* header colour */
.online-two-iso #terminator #header.header-fullwidth {
  background-color: var(--color-2);
}
/* header icons profile, mailbox and logout, and main 'home' link */
@media only screen and (min-width: 751px){
  .online-two-iso #menu-container {
    height: auto!important;
    width: 95vw;
    margin: 0 auto;
  }
  .online-two-iso #menu-no-dashboard {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
  }
  .online-two-iso #menu-no-dashboard li {
    padding: .5em;
  }
  #menu-container ul#menu-no-dashboard li a,
  #user-div a {
    color: var(--color-lite);
  }
}
@media (min-width: 767px) {
  .online-two-iso #menu-container {
    padding: 0
  }
}

/* need assistance pull down tab */
.help-ico .helptoggle,
.lt-ie9 .help-ico a {
	background-image: none!important;
	background-color: var(--color-lite);
}
#header .help-ico a.helptoggle {
	color: var(--color-1);
}
/* use font awesome play icon to repreent the expanded/collaped menu icon */
#header .help-ico a.helptoggle[aria-expanded="true"]:after,
#header .help-ico a.helptoggle[aria-expanded="false"]:after {
	font-family: FontAwesome;
	content: '\f04b';
  color: var(--color-1);
	display: inline-block;
	transform: rotate(90deg);
	font-size: .75em;
	position: relative;
	left: 1em;
	top: -1px;
}
/* this ensures the icon faces up when the menu is expanded */
#header .help-ico a.helptoggle[aria-expanded="true"]:after {
	transform: rotate(-90deg);
}

/* remove search */
#floating-header-content .search {
  display: none;
}
/*remove default icons */
#floating-header-content a {
  background: none;
}
/*general styling for font icons to be used*/
#floating-header-content .chat a:before,
#floating-header-content .call a:before,
#floating-header-content .mail a:before {
  font-family: FontAwesome;
  margin-left: -1em;
  padding-right: .25em;
  font-size: 3em;
  vertical-align: middle;
}
/*chat icon*/
#floating-header-content li#webChatStatus #chatUnavailable a:before,
#floating-header-content li#webChatStatus #chatAvailable a:before {
  content: '\f0e6';
}
/*call icon*/
#floating-header-content li.call a:before {
  content: '\f10b';
}
/*mail icon*/
#floating-header-content li.mail a:before {
  content: '\f003';
}

@media only screen and (min-width:768px){
    /* focus colour of links in floating header */
  #header a:focus {
    color: var(--color-lite);
    text-decoration: none;
  }
  
    /* hover colour of links in floating header */
  #header a:hover {
    color: var(--color-4);
    text-decoration: none;
  }
  /* link color and width */
  #floating-header-content a,
  #floating-header-content a:focus,
  #floating-header-content a:active{
    color: var(--color-1);
    width: auto;
    padding: 0 1em;
  }
}

/* remove top margin in IE */
.lt-ie9 #header {
  margin-top: 0;
}

/* 3k) site footer */
/* footer colour */
.online-two-iso #terminator #footer.footer-fullwidth {
  background-color:  var(--color-6);
}
/* footer link color */
.online-two-iso #footer a {
  color: var(--color-dark);
}
/* copyright */
#footer-copyright {
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 17px;
  margin: 9px 0;
}
@media only screen and (min-width: 768px){
  /* display nav items in one line */
  #footer.footer-fullwidth nav ul#footer-links li {
    display: inline-block;
  }
  #footer div {
  vertical-align: text-bottom;
  }
}

/* 3l) datepickers */
/* button that launches datepicker */
.online-two-iso .datepicker-container .input-group-btn .btn,
/*datepicker on benefit statement */
.bootstrap-iso .btn.online-two-datepicker {
  background-color: var(--color-1);
  border-color: #ccc;
}
.online-two-iso .datepicker-container .input-group-btn .btn:active:hover,
.online-two-iso .datepicker-container .input-group-btn .btn:active:focus,
.bootstrap-iso .uib-datepicker .btn:hover,
.bootstrap-iso .uib-day .btn.btn-default:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success{
  border-radius: 0
}

/* today, clear and close buttons */
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info,
.templates .uib-datepicker-popup .btn-sm.btn-info {
  background-color: var(--color-1);
  border: none;
  text-transform: uppercase;
}

.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger,
.templates .uib-datepicker-popup .btn-sm.btn-danger{
  background-color: var(--color-5);
  border: none;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success,
.templates .uib-datepicker-popup .btn-sm.btn-success{
  background-color: var(--color-5);
  border: none;
  min-width: auto;
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:focus {
  background-color: var(--color-2);
  color: var(--color-lite);
  text-transform: uppercase;
}
.bootstrap-iso .uib-datepicker-popup .btn-info.active,
.templates .uib-datepicker-popup .btn-info.active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-info:active,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-info:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-danger:active:focus,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.bootstrap-iso .uib-datepicker-popup .btn-sm.btn-success:active:focus,
.templates .uib-datepicker-popup .btn-sm.btn-success:active,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:hover,
.templates .uib-datepicker-popup .btn-sm.btn-success:active:focus{
  background-color: var(--color-1);
  color: var(--color-lite);
  font-size: 12px;
  text-transform: uppercase;
}

/* hovering over day to be picked */
.bootstrap-iso .uib-day .btn.btn-default:hover,
.templates .uib-day .btn.btn-default:hover{
  background-color: var(--color-2);
  border: 1px solid #ccc;
  color: var(--color-lite);
}

/* previous, current month/year, and next buttons at top of datepicker */
.bootstrap-iso .uib-datepicker th .btn:hover,
.bootstrap-iso .uib-daypicker th .btn:hover,
.templates .uib-datepicker th .btn:hover,
.templates .uib-daypicker th .btn:hover {
  background-color: var(--color-2);
  border: 1px solid #ccc;
}

.bootstrap-iso [class*="uib-datepicker"] .btn:before {
  content: '';
  height: 0;
  width: 0;
}

/*================================================================================================== 4. Login page  ==================================================================================================*/
/* login module zone height */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
  bottom: 0;
  min-height: 75%
}

/*Login modules Font Selection */
.login-modules {
   font-family: Prelo Slab;
}

/* Login modules content floating right */
#login-module-Welcome .module-title,
#login-module-Welcome .module-text,
#login-module-need-assistance .module-text,
#login-module-need-assistance .module-title  {
   float: right
}
/* module headings */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .module .module-title {
  color: white;
}
/* welcome module heading */
.online-two-iso #login-module-login-page-welcome h2 {
  font-size: 3vw;
  text-align: center;
  width: 100%;
}

/* welcome module text styling */
#login-module-Welcome .module-title {
   display: none
}
#login-module-Welcome .module-text {
   font-size: 2.4vw
}

/* Set font for icons in assistance module */
.bootstrap-iso #login-module-need-assistance span.glyph-icon:before{
  width: 25px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-size: 14px;
}
/* Apply icon for phone */
.bootstrap-iso #login-module-need-assistance span#glyph-phone:before{
  content: "\e182";
}
/* Apply icon for email */
.bootstrap-iso #login-module-need-assistance span#glyph-mail:before{
   content: "\2709";
}

/* language selection box */
.isLoginPage #languageselection,
.isLoginPage #ddlLanguage {
  width: 140px!important;
}

/* login box label boxes */
.login-box .input-group span {
  min-width: 155px;
}

/* forgot password link */
.online-two-iso.login .LoginPageContainer .additional-services {
  color: var(--color-lite);
  font-weight: bold
}
/* hover colour */
.online-two-iso.login .LoginPageContainer .additional-services:hover{
  color: var(--color-2);
}

/* error message for entering incorrect details */
.online-two-iso.login .LoginPageContainer span#errMsg {
  color: var(--color-1);
}

/* module links */
#login-modules-container a {
  color: white;
}

@media only screen and (min-width:768px){
  .isLoginPageWrapper #logo {
    visibility: hidden;
  }
  /* login image */
  .online-two-iso.login body {
    background-image: var(--login-image);
    background-position: top;
  }
  /* login module background colour */
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background-color: rgba(87,87,86,0.5);;
  }
  /* login box position */
  .online-two-iso.login .LoginPageContainer #main {
    margin-right: 2rem;
  }
  /* login box styling */
  .online-two-iso.login .LoginPageContainer .panel.panel-default {
    box-shadow: none;
  }
  .online-two-iso.login .LoginPageContainer .panel.panel-default .panel-body {
    background-color: transparent;
  }
  
}
@media only screen and (min-width:375px) and (max-width:767px) {
  /* centering logo */
  #wrapper.isLoginPageWrapper #header #logo {
    float: none;
    margin: 0 auto;
  }
  /* margin between header and login box */
  #wrapper.isLoginPageWrapper #header {
    width: 100%;
    margin: 20px 0;
  }
  .online-two-iso.login .LoginPageContainer .login-module-zone .login-modules {
    background: none;
  }
}

/*Login Username and Password box styling*/
.online-two-iso.login .LoginPageContainer .input-group .input-group-addon {
   border-top-left-radius: 25px; 
   border-bottom-left-radius: 25px;
}
#password, 
#username {
   border-top-right-radius: 25px; 
   border-bottom-right-radius: 25px;
}
.bootstrap-iso .input-group-addon {
   background-color: #fff;
}

/****************************************** first time user page styling ************************/
.online-two-iso .validation-caption {
  color: #666;
}

/****************************************** Terms page (for agreeing to terms and cookie notice) *******************************************/
.terms-conditions-cookies .terms-conditions-cookies-header {
  padding-left: 0
}
.terms-conditions-cookies .term-condition-error,
.terms-conditions-cookies .cookie-notice,
.terms-conditions-cookies .term-enabled {
  margin-left: 0
}
.bootstrap-iso .cookie-notice.radio input,
.bootstrap-iso .term-enabled.radio input {
  margin-top: 0
}

.terms-conditions-cookies .term-condition-error {
  background-color: #e52321;
  color: white;
  border: none;
}
/* hide page header when in the modal content so title isn't duplicated */
.terms-conditions-cookies #page-header {
  display: none;
}
/* list styling for terms content for popup and for main terms page in footer */
.terms-conditions-cookies ol,
.bootstrap-iso#termsOfUse ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms-conditions-cookies ol > li,
.bootstrap-iso#termsOfUse ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms-conditions-cookies ol > li:before,
.bootstrap-iso#termsOfUse ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}
.terms-conditions-cookies ol.main-list > li:before,
.bootstrap-iso#termsOfUse ol.main-list > li:before {
  font-size: 24px;
  padding-right: .25em;
}
.terms-conditions-cookies li ol > li,
.bootstrap-iso#termsOfUse li ol > li {
  margin: 0;
}
.terms-conditions-cookies li ol > li:before,
.bootstrap-iso#termsOfUse li ol > li:before {
  content: counters(item, ".") " ";
}

/* table styling for Cookie Notice popup */
.litLegalContent table,
.litLegalContent table thead th,
.litLegalContent table tbody td {
	border: 1px solid #4d4d4f
}
.litLegalContent table thead tr th {
	padding: 0 5px;
}
.litLegalContent table tbody tr td {
	padding: 5px;
}

/*================================================================================================== 5. Home page  ==================================================================================================*/
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content {
  min-height: 0%;
  }
/* remove margin on main element on home page to bring footer together with main element */
#main.home {
  margin-bottom: 0;
}
/* remove Show Carousel button */
#home-online-three .carousel-show {
  display: none;
}

/* greeting message colour */
#home-online-three .dashboard-controls #greeting-message {
  color: var(--color-1);
}
/* module and carousel heading colour */
#home-online-three #home-integrated .module-content-header-container h3.module-content-header {
  color: var(--color-5);
  text-align: center;
  font-family: Prelo Slab;
  font-weight: bold;
  font-size: 1.8em;;
}

/* make background colour of grid container same as for modules */
#home-online-three #home-integrated .modules-right-side.grid-container{
  background-color: #e6e6e6;
}
/* background and padding colour for modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content {
  background-color: #e6e6e6;
  padding: .5rem;
}

/* modules styling */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content,
.bootstrap-iso .carousel.home-module-integrated {
	background: white;
	border: none;
}

/* Placeholder module styling - Showing images for future flex benefit related modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Image1 {
  padding: 0;
  background: url(/smartbenefitsde/media/default/Home%20Page%20Module%20Images/Aon_SmartBenefits_Images_Homepage-1.jpg) no-repeat top/cover;
} 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Image2 {
  padding: 0;
  background: url(/smartbenefitsde/media/default/Home%20Page%20Module%20Images/Aon_SmartBenefits_Images_Homepage-2.jpg) no-repeat 65%/cover;
}


#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Image1 .module-content-header-container,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Image2 .module-content-header-container{
  display: none;
}

/* module content text colour */
#home-online-three #home-integrated p,
.event-summary,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light {
  color: #666;
}

/* full width module buttons */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#enrolment .btn.btn-default,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .btn.btn-default {
  min-width: 125px;
  max-width: 75%;
}

/*Hide i icons for Substitute Corporate Discounts and MitarbeiterPlus modules*/
.module-content.MitarbeiterPlusNotEligible .glyphicon.glyphicon-info-sign,
.module-content.CorporateDiscountsNotEligible .glyphicon.glyphicon-info-sign {
  display: none;
}

/* ===========================================================================
BUTTON ALIGNMENT TO BOTTOM OF HOMEPAGE MODULE
==============================================================================
Guidelines:
Use Kentico module fields if only requiring one button on Generic module types.
If multiple buttons required on Generic module types, use Bootstrap classes of
"btn" and "btn-default" for your <a> tag, wrapped in individual <p> tags, which
in turn are wrapped in a <div> with class "generic-buttons"
============================================================================== */
@supports not (-ms-high-contrast: none){
@media only screen and (min-width: 768px) {
  /* make module items flex containers and set direction and size */
  .module-content,
  .module-content > div,
  .module-content > div > div,
  .module-content > div > div > div:last-child,
  .module-content > div > div > div:last-child .module-copy,
  .module-content > div > div > div:last-child .module-copy .content-text,
  .module-content > div > div > div:last-child .module-copy > div:last-child,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
  .module-content > div > div > div > div.module-copy > div:last-child div.event-content div.text-light,
  .module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
  .module-content > div > div > div:last-child .module-copy > .trs-buttons,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
    display: flex;
    flex-direction: column;
    flex: 1
  }
  /* reset certain properties to deal with pagers on claims modules */
  #home-online-three #home-integrated #make-a-claim,
  #home-online-three #home-integrated #manage-claims {
    padding-bottom: 1rem
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content .tbs-module-pager .tbs-pager {
    display: none;
  }
  /* align claims content to centre */
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager {
    align-self: center;
  }
  /* align flex containers housing buttons to bottom of module */
  #generic.module-content > div > div .home-module-generic-content .generic-copy.module-copy .generic-buttons,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-active,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child #event-inactive,
  .module-content > div > div > div:last-child .module-copy .benefit-statement-buttons,
  .module-content > div > div > div:last-child .module-copy > .trs-buttons,
  .module-content > div > div > div:last-child .module-copy > .account-buttons,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-buttons {
    justify-content: flex-end;
  }
  /* remove margin on certain containers to ensure buttons align at the bottom of module */
  .module-content > div > div > div:last-child .module-copy .content-text,
  .module-content > div > div > div:last-child .module-copy .content-text p:last-of-type:not(:first-of-type) {
    margin: 0
  }
}
}

/* module icon styling*/
[class*="online-two-icon-"]:before{
  color: var(--color-1);
  font-family:OnlineTwoIconFont;
  font-size: 9rem;
}
@media only screen and (min-width: 1400px){
  [class*="online-two-icon-"]:before {
    font-size: 6rem;
  }
}
@media only screen and (min-width: 1920px){
  [class*="online-two-icon-"]:before {
    font-size: 8rem;
  }
}

/* icon colour on home modules */
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.Overview div[class*="online"]:before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.MitarbeiterPlus div[class*="online"]:before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.MitarbeiterPlusNotEligible div[class*="online"]:before,
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.CorporateDiscounts div[class*="online"]:before, 
#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content.CorporateDiscountsNotEligible div[class*="online"]:before {
  color: var(--color-2);
}
/* Benefits Overview icon AND Corporate Discounts - Not Eligible icon*/
.online-two-icon-136:before {
  content: "\e98b";
}
/* MitarbeiterPlus icon */
.online-two-icon-141:before {
  content: "\e990";
}

/* MitarbeiterPlus - Not Eligible icon */
.online-two-icon-114:before {
  content: "\e975";
}

/* Corporate Discounts icon */
.online-two-icon-12:before {
  content: "\e90b";
}

/*** carousel styling ***/
/* hide carousel hamburger menu */
.home-module-integrated .welcome-items {
  display: none;
}
/* remove faded background on carousel content and increase indent */
.home-module-integrated #slider .sliderContainer .slide-content {
 margin-left: 2rem;
  max-width: 50%;
 background-color: rgba(245,245,245,.8);
}
/* remove margin around carousel content and set colour */
#home-online-three #home-integrated .home-module-integrated .content p  {
  margin: 0;
  color: var(--color-5);
  font-size: 1.2em;
  font-weight: bold;
  font-family: prelo slab;
}

/* carousel slide content headings */
.home-module-integrated .content h2,
.home-module-integrated .content h3 {
  margin-top: 0;
  color: var(--color-1);
}
/* carousel content buttons */
.home-module-integrated #slider .sliderContainer .slide-content .content .btn {
  font-size: .75em;
}
/* adjust width of carousel thumbnails */
.home-module-integrated #slider .thumb .rect {
  width: 190px;
}
/* background of thumbnail container */
.home-module-integrated #slider .thumb {
  background: #a9a9a9;
}

/*Hide arrows on carousel images*/
.left-icon,
.right-icon {
  display: none;
}

@media only screen and (min-width:768px){
  /* benefit statement payslip data item styling */
  #item-0, #item-1, #item-2 {
		width: calc(100% - 2em);
    margin-left: 1em;
		text-align: left;
	}
	.payslip-item-amount {
		float: right;
	}
	/* trs styling */
	#home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content .module-content#trs p {
    margin-bottom: -55px;
  }
  #home-online-three #home-integrated .modules-right-side.grid-container .grid-item-content #trs .highcharts-background {
    fill: transparent;
  }
  /* make a claim styling */
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager {
    align-self: stretch
  }
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .account {
    display: flex;
    justify-content: space-between;
  }
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-account-name,
  .module-content > div > div > div:last-child .module-copy > div:last-child > div:last-child .tbs-module-pager .make-a-claim-account-amount {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px){
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data #item-0,
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-data {
    font-size: 1rem;
  }
  #home-module-benefit-statement .benefit-statement-copy .payslip-item-name {
    font-weight: 300;
  }
  /* hide mailbox option from mobile drop down menu */
  ul.jq-dropdown-menu li:nth-of-type(2) {
    display: none;
  }
}

/*Adjusting Sensitive Data slider to cater for German label*/
@media only screen and (min-width:768px){
.sensitive-data-toggle.hidden-xs .slider {
    width: 65px;
  }
.sensitive-data-toggle.hidden-xs .slider:before {
    left: 38px;
  }
}

/*Hide Twitter i icon*/
.Twitter .glyphicon.glyphicon-info-sign {
  display: none;

}
/*================================================================================================== 6. Benefit overview  ==================================================================================================*/
/* heading */
#benefit-overview .benefit-overview-title {
  padding: 0;
  height: auto;
}
#benefit-overview .benefit-overview-title H1 {
  color: var(--color-1);
  font-size: 36px;
  line-height: 1;
}

.bootstrap-iso#benefit-overview #BenefitNameFilter {
  background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
	color: #333;
	text-transform: none;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.bootstrap-iso#benefit-overview #BenefitNameFilter:before {
  background-color: transparent;
}
.bootstrap-iso#benefit-overview .clear-filter {
  background-color: var(--color-1);
  border: none;
  color: var(--color-lite);
}
.bootstrap-iso#benefit-overview .clear-filter:hover,
.bootstrap-iso#benefit-overview .clear-filter:focus {
  background-color: var(--color-2);
  color: var(--color-lite);
}
.bootstrap-iso#benefit-overview .clear-filter:active,
.bootstrap-iso#benefit-overview .clear-filter:active:hover,
.bootstrap-iso#benefit-overview .clear-filter:active:focus {
  background-color: var(--color-1);
  color: var(--color-lite);
}

/* accordions */
#benefit-overview #overviewAccordion .panel-default > .panel-heading {
  background-color: transparent;
}
#benefit-overview #overviewAccordion .panel-title,
#benefit-overview #overviewAccordion .panel-title a:hover,
#benefit-overview #overviewAccordion .panel-title a:focus {
  color: var(--color-1);
}
#benefit-overview #overviewAccordion .panel-heading i {
  margin-right: .5em
}

/* know more buttons */
#benefit-overview .know-more-link .aria {
  display: none;
}
.bootstrap-iso#benefit-overview .btn.know-more-link {
  background-color: var(--color-1);
  border: none;
}
.bootstrap-iso#benefit-overview .know-more-link A {
  color: var(--color-lite);
  padding: 0;
  text-transform: uppercase;
}
.bootstrap-iso#benefit-overview .btn.know-more-link:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:focus {
  background-color: var(--color-2);
}
.bootstrap-iso#benefit-overview .know-more-link A:hover,
.bootstrap-iso#benefit-overview .know-more-link A:focus {
  color: var(--color-lite);
}
.bootstrap-iso#benefit-overview .btn.know-more-link:active,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:hover,
.bootstrap-iso#benefit-overview .btn.know-more-link:active:focus {
  background-color: var(--color-1);
}
.bootstrap-iso#benefit-overview .know-more-link A:active,
.bootstrap-iso#benefit-overview .know-more-link A:active:hover,
.bootstrap-iso#benefit-overview .know-more-link A:active:focus {
  color: var(--color-lite);
}

/* Increase the width of the drop down control (to fit text) */
@media only screen and (min-width:768px){
   #benefit-overview .input-control{
     min-width: 475px;
  } 
}

/*styling for Contacts table on the Contacts tab*/
.smartbenefitsde-table th {
  background: var(--color-4);
  color: #fff;
  font-weight: bold;
}
.smartbenefitsde-table td {
  background: #fff;
}

/*Hide all rows on Contact Table*/
#salary-employer-contacts tbody tr:not(:first-child),
#pension-employer-contacts tbody tr:not(:first-child),
#health-employer-contacts tbody tr:not(:first-child),
#saving-employer-contacts tbody tr:not(:first-child),
#PaymentsInKind-employer-contacts tbody tr:not(:first-child),
#learning-employer-contacts tbody tr:not(:first-child)
{
  display: none;
}

/*Hide all list items on Benefits Overview*/
#Salariesandwages-variable-components-list li:not(:first-child),
#Salariesandwages-other-payments-list li:not(:first-child),
#Salariesandwages-other-salary-components-list li:not(:first-child),
#health-insurance-benefits-list li:not(:first-child),
#health-promotion-list li:not(:first-child),
#mobility-support-list li:not(:first-child),
#meal-offers-list li:not(:first-child),
#communication-offers-list li:not(:first-child),
#training-opportunities-list li:not(:first-child)
{
  display: none;
}

/*Removes extra padding on Benefit Intros*/
.online-two-iso #benefit-overview .modal-body .pannel-body-full {
  overflow-x: hidden
}

/*================================================================================================== 7. Benefit statement  ==================================================================================================*/
.benefit-matrix .benefitdate .data-addon {
  color: #666;
}
/* hide  follow up info */
.benefit-matrix .hdf-followup.row {
  display: none;
}
/* color of Pending Requests widget icon */
.benefit-matrix .glyphicon.glyphicon-repeat {
  color: var(--color-dark);
}
/* evenly space out the datepicker and widgets so the Dutch label doesn't overwrite anything */
@media only screen and (min-width:1024px){
  .matrix.benefit-statement .benefitheader-fixed .row.margin-left .col-md-10.col-sm-10 {
    display: flex;
    justify-content: space-between
  }
}

/*Text transform off for Benefit Statement Date*/
.benefit-matrix .benefitdate {
text-transform: none;
}

/*Remove date format*/
#dateFormat {
display: none;
}

/*Remove Cost from Bonus Options on My Choices page*/
.BenefitIntro_608c7fa8-7ad6-4369-8c7b-42706a50f627 .YourCostDisplay {
display: none;
}

/*================================================================================================== 8. Benefit matrix  ==================================================================================================*/
/* all numerical values */
.benefit-matrix .font-youpay-color,
.benefit-matrix .glyphicon-play-color {
  color: var(--color-dark);
}

/* modellers and tools section */
.benefit-matrix .benefitheader.benefitheader-border {
  border-color: #666;
  color: #666;
}
/* change icon font family that's used */
.bootstrap-iso.benefit-matrix .glyphicon-gift:before,
.bootstrap-iso.benefit-matrix .glyphicon-cog:before,
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  font-family: FontAwesome;
  color: var(--color-dark);
}
/* modellers and tools widget */
.bootstrap-iso.benefit-matrix .glyphicon-cog:before {
  content: '\f013';
}
/* manage dependants */
.bootstrap-iso .glyphicon-gift:before {
  content: '\f0c0'
}
/* adding it up widget */
.bootstrap-iso.benefit-matrix .glyphicon-refresh:before {
  content: '\f021';
}

/* confirm choices button */
.benefitheader-fixed div#followup-items a.btn {
  animation: shadow-pulse 1s infinite;
  background-color: var(--color-1);
  border-radius: 20px;
  color: #fff;
}
.benefitheader-fixed div#followup-items a.btn:hover {
  background-color: var(--color-2);
  border-radius: 20px;
  color: var(--color-lite);
  font-weight: bold;
}
.benefitheader-fixed div#followup-items a.btn:focus {
  background-color: var(--color-2);
  border-radius: 20px;
  color: var(--color-lite);
  font-weight: bold;
}
.benefitheader-fixed div#followup-items a.btn:active,
.benefitheader-fixed div#followup-items a.btn:active:hover,
.benefitheader-fixed div#followup-items a.btn:active:focus {
  background-color: var(--color-1);
  border-radius: 20px;
  color: var(--color-lite);
  font-weight: bold;
}
/* reset to default button */
.benefitheader-fixed div#resettodefaults a.btn {
  margin-right: 1em;
  background-color: var(--color-5)
}
.benefitheader-fixed div#resettodefaults a.btn:hover,
.benefitheader-fixed div#resettodefaults a.btn:focus {
  margin-right: 1em;
  font-weight: bold
}

/* total cost section */
.benefit-matrix .totalcost-section-row .totalcostsection {
  width: 100%;
}
/* total cost label */
.benefit-matrix .totalcostLable {
  color: var(--color-dark);
}

/* accordion background colours */
/* benefits you can choose*/
.benefit-matrix .containers > div > div.benefit-category:first-child .panel-default > .panel-heading {
  background: var(--color-1);
}
/* benefits you many be able to choose */
.benefit-matrix .containers > div > div.benefit-category:nth-child(2) .panel-default > .panel-heading {
  background: var(--color-1);
}
/* benefits you cannot choose */
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default > .panel-heading {
  background: var(--color-1);
}
/* preventing default link hover stlying for expanding/collapsing accordions */
a.accordion-toggle:hover,
a.accordion-toggle:focus,
a.accordion-toggle:active,
a.accordion-toggle:active:hover,
a.accordion-toggle:active:focus {
  color: white;
}

/* Remove white space between first accordian and the first line group in the first and last accordions */
.benefit-matrix .containers > div > div.benefit-category:first-child .benefit-active-benefits,
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .benefit-active-benefits {
  display: none;
}

/* line group text colour */
.benefit-matrix .group-default {
  color: var(--color-1);
}

/* line name */
.benefit-matrix .lineheader > a:link {
  color: var(--color-3);
  font-weight: bold
}
.benefit-matrix .lineheader > a:link:hover,
.benefit-matrix .lineheader > a:link:focus {
  color: var(--color-2);
}
.benefit-matrix .lineheader > a:link:active,
.benefit-matrix .lineheader > a:link:active:hover,
.benefit-matrix .lineheader > a:link:active:focus {
  color: var(--color-1);
}

/* width of area containng Amount added to Flex Budget text */
.benefit-matrix:not(.benefitselect) .font-yourcost-color-earnedcredit {
  width: 200%;
}

/* select buttons */
.benefit-matrix .row .btn-success:not(.uib-close),
.benefit-matrix .row .btn-success:not(.uib-close):hover,
.benefit-matrix .row .btn-success:not(.uib-close):focus,
.benefit-matrix .row .btn-success:not(.uib-close):active:hover {
    min-width: 75%;
}
.benefit-matrix .row .btn-success {
  background-color: var(--color-3);
}
.benefit-matrix .row .btn-success:hover,
.benefit-matrix .row .btn-success:focus {
  font-weight: bold;
}

/* approved dependant and beneficiary listing text colour */
.benefit-matrix h4[tbs-translate="Enrollment.Step3.WhoIsCovered"],
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  color: var(--color-1);
}
.benefit-matrix h5[tbs-translate="Enrollment.Online2.BeneficiaryAllocations"] {
  font-size: 18px;
}
.dependent-approved {
  color: #666;
}

/* new, changed and unlocked labels */
.benefit-matrix .newbenefit,
.benefit-matrix .changebenefit,
.benefit-matrix .glyphicon-record,
.benefit-matrix .acitve-text {
  display: none;
}

/* remove active with data more info icon */
.benefit-matrix .panel-title .glyphicon-info-sign-color {
  display: none;
}

/* active with data intro text */
.benefit-matrix .benefit-active-benefits {
  padding-bottom: 20px;
}
.benefit-matrix .benefit-active-benefits .active-intro {
  display: none;
}

/*Hide car option lines on Benefit Matrix for No Fixed Options*/
.BenefitIntro_9b6795d2-b1ea-43d2-955b-16abaae11947 [ng-repeat="line in ::linetype.LineSet.Lines"]{
 display: none;
}
.BenefitIntro_9b6795d2-b1ea-43d2-955b-16abaae11947 [ng-repeat="line in ::linetype.LineSet.Lines"]:first-of-type{
 display: inline;
}
/*Hide Bicycle Allowance Option lines on Benefit Matrix for Bicycle Allowance benefit*/
.BenefitIntro_422c071c-4c63-4ce8-9a56-c91b94f6b37b [ng-repeat="line in ::linetype.LineSet.Lines"]{
 display: none;
}
.BenefitIntro_422c071c-4c63-4ce8-9a56-c91b94f6b37b [ng-repeat="line in ::linetype.LineSet.Lines"]:first-of-type{
 display: inline;
}
/*Hide Commuting Use Line on Benefit Matrix for Company Bicyle*/
.BenefitIntro_6693f073-b45e-4c83-9d2e-4438ad7e786c [ng-repeat="line in ::linetype.LineSet.Lines"]:first-of-type{
 display: none;
}
/*Hide Number of Children Line on Benefit Matrix for Company Bicyle*/
.BenefitIntro_e2a6d9f9-1eea-4f77-8289-6346c66c42f7 [ng-repeat="line in ::linetype.LineSet.Lines"]:first-of-type{
 display: none;
}
div.line-group .col-md-4 {width: 100%;}
.BenefitIntro_7c3d410b-2157-477f-89b1-4616f6149d35 .YourCostDisplay small {
	display: none;
}

/*Hides select button for Cost of Residual Cash/Equity Cash Release Lines*/
 .benefit-matrix [class*="BenefitIntro_c98bda77-7fcf-4b09-a143-5aa26d073c33"] .btn-option-elect,
.benefit-matrix [class*="BenefitIntro_b2b53f93-07b6-4287-81ef-7dd89e93e07c"] .btn-option-elect {
    display: none
}

/*BYO Styling*/

/*Hide Build Your Own Title*/
.online-two-iso .header-overlay h5 {display: none;}

.content-overlay .next-button a#byo-save {display: none;}  
.benefit-matrix .byocostsummary .row.ng-scope .col-xs-1.ng-binding,
	.benefit-matrix .byocostsummary .row.header .col-xs-1.ng-isolate-scope,
	.benefit-matrix .byocostsummary .row.footer .col-xs-1.ng-binding,
	.benefit-matrix .byocostsummary .row.ng-scope .col-xs-2.ng-binding,
  div.col-xs-2.PerPay.ng-binding.ng-scope.Show,
div.col-xs-2.ng-scope.ng-isolate-scope
	{
		text-align: center;
	}

.benefit-matrix .byocostsummary .row .col-xs-1{
	width: 25%}
.benefit-matrix .byoaccordion a {
  color: white
}

/*Dependant Module Styling*/

div.dependant-cell.add.cell-md-6.is-auto-add.ng-scope {display: none;} /*Hide Add to all benefits option*/
div.dependant-normal div li.right-tab {display: none;} /*Hide Dependant Coverage Summary Tab*/

/*Hide Cost details for Sacrifice 13th Month Any Amount/Sacrifice Additonal Premiums (without Social security) Any Amount/Sacrifice Additonal Premiums (with Social security) Any Amount/ Equity Budget lines*/

.BenefitIntro_14baa765-5978-49be-b510-454f5f205a9b .font-youpay-color.ng-binding,
.BenefitIntro_47e49cb2-ff8c-424f-9fa7-1c248a14b33c .font-youpay-color.ng-binding,
.BenefitIntro_7ec034b7-0c4d-4f81-ad04-ed9b3d455a53 .font-youpay-color.ng-binding,
.BenefitIntro_4aeac1be-721d-4da2-8411-1f0400da2b5b .font-youpay-color.ng-binding{
display:none;
}

/*Hide Plan and coverage name for Remaining Cash Amount Benefit*/

.BenefitIntro_b2b53f93-07b6-4287-81ef-7dd89e93e07c .col-md-4{
display: none
}

/*Hide Lineset names for Car No Fixed Options and Bicycle Allowance on Benefits Matrix*/
.BenefitIntro_9b6795d2-b1ea-43d2-955b-16abaae11947 .lineset-linename,
.BenefitIntro_422c071c-4c63-4ce8-9a56-c91b94f6b37b .lineset-linename{
display: none;
}

/*Hides Cost details for Bonus Options when they appear in the locked section*/
.benefit-matrix .containers > div > div.benefit-category:nth-last-child(2):not(:first-child) .panel-default .panel-body .group-body .BenefitIntro_608c7fa8-7ad6-4369-8c7b-42706a50f627 .YourCostDisplay {
	display: none;
}

/*================================================================================================== 9. Benefit selection  ==================================================================================================*/
/* continue button */
.benefitselect .continue,
.benefitselect .continue:hover,
.benefitselect .continue:focus,
.benefitselect .continue:active,
.benefitselect .continue:active:hover,
.benefitselect .continue:active:focus {
  border-radius: 20px
}
.benefitselect .continue {
  animation: shadow-pulse 1s infinite;
}
.benefitselect .continue:after {
  content: '\f112';
  font-family: FontAwesome;
  padding-left: .5em
}
/* line name */
.benefitselect .line-name {
  color: var(--color-1);
}
/* more info icon */
.benefitselect .line-benefit-intro .glyphicon-info-sign-color {
  color: var(--color-1);
}

/* 'Currently Selected' heading */
.benefitselect .header-selected {
  color: var(--color-1);
}

/* currently selected box */
.box-border {
  padding: 0
}
.box-border {
  border: 3px solid var(--color-dark)
}
#products .box-border {
  border: none
}
#products .box-border.sel {
  border: 3px solid var(--color-dark)
}

/* select buttons */
.online-two-iso .benefitselect A.button-style.green {
  background-color: var(--color-1);
  border-radius: 20px;
  color: var(--color-lite);
}
.online-two-iso .benefitselect A.button-style.green:hover {
  background-color: var(--color-2);
  box-shadow: none;
  color: var(--color-lite);
}
.online-two-iso .benefitselect A.button-style.green:focus {
  background-color: var(--color-2);
  box-shadow: none;
  color: var(--color-lite);
}
.online-two-iso .benefitselect A.button-style.green:active,
.online-two-iso .benefitselect A.button-style.green:active:hover,
.online-two-iso .benefitselect A.button-style.green:active:focus {
  background-color: var(--color-1);
  color: var(--color-lite);
}

/* remove division elements between benefits */
.division {
  display: none;
}

/* benefit description row colour */
.benefitselect .line-benefit-intro .line-description .row {
  background: white;
}
/* remove full benefit details link */
.bootstrap-iso.benefitselect .more-info {
  display: none;
}
/* remove background image shadow */
.box-border-bg {
  background: none;
}

/*currently selected box text colour */
.benefitselect .content-you-chose,
.benefitselect .content-you-chose p,
SPAN.green-number,
.benefitselect .in-Cart .you-pay H3,
.benefitselect .in-Cart .you-pay P SPAN.green-number {
  color: #666;
}
.in-Cart .you-chose .selected-plan {
  color: var(--color-dark);
}
.in-Cart .you-chose .selected-plan strong {
  font-weight: bold;
}
/* EOI pending asterisk */
.benefitselect .alignleft .pending-note {
  display: inline;
  float: none;
}
/* available products heading */
.benefitselect .products-header H4 {
  color: var(--color-1);
}
/* styling available options boxes */
.benefitselect .box-border-bg .content-box-border {
  background-color: #ededec;
}
.benefitselect .products .box-border.sel .content-box-border {
  background-color: #fff;
}
/* selected plan border box */
.benefitselect .products .box-border.sel,
.benefitselect .products .box-border.sel .header {
  background: var(--color-4);
}
.benefitselect .products .box-border.sel .header {
  padding-left: 0;
}
/* hide provider finder and prescription finder */
.available-options .links-group.four-links {
  display: none;
}
/* selected coverage text colour */
.option-credit-health .option.sel {
  color: #666;
}
/* see also link colour */
.benefitselect .linename > a:link {
  color: var(--color-1);
}
.benefitselect .linename > a:hover {
  color: var(--color-2);
}
.benefitselect .linename > a:focus {
  color: var(--color-2);
}
.benefitselect .linename > a:active,
.benefitselect .linename > a:active:hover,
.benefitselect .linename > a:active:focus {
  color: var(--color-1);
}

/* remove follow up info wording that appears before main followup content */
.benefitselect .followup-collect-info {
  display: none;
}

/* adjusting height of zero coverage message so it doesn't clash with inpur validation message */
.benefitselect .zeroInput-height {
  height: auto;
}

/* Remove zero coverage message */
.benefitselect span[ng-bind-html="vm.locale.zeroInputNoCover"] {
  display: none;
}

/*Increase width of Your cost column*/
.in-Cart .you-pay {
  width: 180px
}
/*Hide Cost details for Sacrifice 13th Month Any Amount/Sacrifice Additonal Premiums (without Social security) Any Amount/Sacrifice Additonal Premiums (with Social security) Any Amount/Equity Budget/Equity Cash Release lines*/
#lineid_14baa765-5978-49be-b510-454f5f205a9b .you-pay .ng-scope,
#lineid_14baa765-5978-49be-b510-454f5f205a9b .green-number,
.BenefitIntro_14baa765-5978-49be-b510-454f5f205a9b .YourCostDisplay small,
#lineid_47e49cb2-ff8c-424f-9fa7-1c248a14b33c .you-pay .ng-scope,
#lineid_47e49cb2-ff8c-424f-9fa7-1c248a14b33c .green-number,
.BenefitIntro_47e49cb2-ff8c-424f-9fa7-1c248a14b33c .YourCostDisplay small,
#lineid_7ec034b7-0c4d-4f81-ad04-ed9b3d455a53 .you-pay .ng-scope,
#lineid_7ec034b7-0c4d-4f81-ad04-ed9b3d455a53 .green-number,
.BenefitIntro_7ec034b7-0c4d-4f81-ad04-ed9b3d455a53 .YourCostDisplay small,
#lineid_4aeac1be-721d-4da2-8411-1f0400da2b5b .you-pay .ng-scope,
#lineid_4aeac1be-721d-4da2-8411-1f0400da2b5b .green-number,
.BenefitIntro_4aeac1be-721d-4da2-8411-1f0400da2b5b .YourCostDisplay small,
#lineid_b2b53f93-07b6-4287-81ef-7dd89e93e07c .you-pay .ng-scope,
#lineid_b2b53f93-07b6-4287-81ef-7dd89e93e07c .green-number,
.BenefitIntro_b2b53f93-07b6-4287-81ef-7dd89e93e07c .YourCostDisplay small{
display:none;
}

/*Hide Your Cost for Holiday Sell*/
#lineid_7c3d410b-2157-477f-89b1-4616f6149d35 .you-pay .ng-scope{
display: none;
}

/* Reduce font size of See Also links*/

.benefitselect .linename > a {
font-size: 15px;
}

/*MyBonus Selection page styling*/

/*Hide Investment Options title*/

#InvestmentOptionsTitle {
display:none;
}

/*Styling of MyBonus Allocation Table*/

.FundAllocationTable td.InvestmentOptionsHeader {
background-color: var(--color-4);
}

.InvestmentOptionsHeader {
background: var(--color-4); 
border: 1px solid var(--color-4);
}

/*Determine width of You Chose text*/
.in-Cart .you-chose {
   width: 235px;
}

/* Styling for description text added for plan or coverage*/
.DescriptionText {
  padding-top: 15px; 
  font-size: 14px;
}

/*================================================================================================== 10. Profile  ==================================================================================================*/
/* headings */
.online-two-iso P.sectionTitle,
html#profile body#profile .profile #profile-online-2 #dependantsTab P.full-name,
html#profile body#profile .profile #profile-online-2 #beneficiariesTab P.full-name {
  color: var(--color-1);
}
/* buttons */
html#profile body#profile #profile-online-2 .button-style.green,
html#profile body#profile #profile-online-2 .button-style.orange,
html#profile body#profile #profile-online-2 .button-style.blue {
  background-color: var(--color-3);
  border-radius: 20px;
  color: var(--color-lite);
}
html#profile body#profile #profile-online-2 .button-style.green:hover,
html#profile body#profile #profile-online-2 .button-style.green:focus,
html#profile body#profile #profile-online-2 .button-style.orange:hover,
html#profile body#profile #profile-online-2 .button-style.orange:focus,
html#profile body#profile #profile-online-2 .button-style.blue:hover,
html#profile body#profile #profile-online-2 .button-style.blue:focus {
  background-color: var(--color-2);
  box-shadow: none;
  color: var(--color-lite);
}
html#profile body#profile #profile-online-2 .button-style.green:active,
html#profile body#profile #profile-online-2 .button-style.green:active:hover,
html#profile body#profile #profile-online-2 .button-style.green:active:focus,
html#profile body#profile #profile-online-2 .button-style.orange:active,
html#profile body#profile #profile-online-2 .button-style.orange:active:hover,
html#profile body#profile #profile-online-2 .button-style.orange:active:focus,
html#profile body#profile #profile-online-2 .button-style.blue:active,
html#profile body#profile #profile-online-2 .button-style.blue:active:hover,
html#profile body#profile #profile-online-2 .button-style.blue:active:focus {
  background-color: var(--color-1);
  color: var(--color-lite);
}

/* header overlay for adding/editing/deleting dependants/beneficiaries */
html#profile body#profile .profile #profile-online-2 .header-overlay H5 {
  font-weight: 500;
}

/* dependants tab styling */
html#profile body#profile #profile-online-2 #dependantsTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #dependantsTab .right-taboff .sectionTitledimmed {
  color: var(--color-dark);
}

html#profile body#profile #profile-online-2 #dependantsTab .left-tabon .sectionTitle {
  color: var(--color-3);
  border-bottom: .5em solid var(--color-3);
  padding-bottom: .25em;
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon {
  border-bottom: .5em solid var(--color-3);
}
html#profile body#profile #profile-online-2 #dependantsTab .right-tabon .sectionTitledimmed {
  color: var(--color-3);
}

/* beneficiaries tab styling */
html#profile body#profile #profile-online-2 #beneficiariesTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-taboff .sectionTitledimmed {
  color: var(--color-dark);
}

html#profile body#profile #profile-online-2 #beneficiariesTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #beneficiariesTab .right-tabon .sectionTitle{
  color: var(--color-3);
  border-bottom: .5em solid var(--color-3);
  padding-bottom: .25em;
}
/* beneficiaries edit allocation popup */
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label {
  background-color: var(--color-3);
  border: 1px solid white;
  border-radius: 0;
  color: var(--color-lite);
  font-size: 1em;
  font-weight: normal;
  padding: 6px 12px;
  text-transform: uppercase;
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label.active {
  background-color: var(--color-1);
  box-shadow: none;
  color: var(--color-lite);
}
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:hover,
html#profile body#profile .profile #profile-online-2 #allocationDialog .btn-group label:focus {
  background-color: var(--color-2);
  color: var(--color-lite);
}

/* security tab styling */
.left-taboff,
.right-taboff {
  background: none;
}
html#profile body#profile #profile-online-2 #securityTab .left-taboff .sectionTitledimmedLeft,
html#profile body#profile #profile-online-2 #securityTab .right-taboff .sectionTitledimmed {
  color: var(--color-dark);
}
html#profile body#profile #profile-online-2 #securityTab .left-tabon .sectionTitle,
html#profile body#profile #profile-online-2 #securityTab .right-tabon .sectionTitle {
  color: var(--color-1);
  border-bottom: .5em solid var(--color-1);
  padding-bottom: .25em;
}

/* preferences toggle button */
#communicationPreferencesTab .ui-buttonset label {
  border: 1px solid #ccc;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text {
  background-color: var(--color-4);
  background-image: none;
}
#communicationPreferencesTab .ui-buttonset .ui-button.ui-state-active .ui-button-text:before {
  font-family: FontAwesome;
  content: '\f00c';
  position: relative;
  left: -.5em;
}

/* ensuring that the marketing preferences toggles are in alignment */
@media only screen and (min-width:992px){
  #communicationPreferencesTab p#marketingHeader + div.row {
    display: flex;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell {
    display: flex;
    flex-wrap: wrap;
  }
  html#profile body#profile .profile #profile-online-2 #profilecontainer #communicationPreferencesTab .content-box-border .row .grid-cell .ui-buttonset {
    align-self: flex-end;
  }
}

/*Alignment of address fields on Contact tab*/
html#profile #contactTab .content-box-border .row {
  display: flex;
  flex-wrap: wrap;
}

/*Hide Contact tab on Profile*/
.contact {
  display: none;
}
 
/*================================================================================================== Mailbox  ==================================================================================================*/
.k-state-selected {
  background-color: var(--color-4)!important;
}
/* save/delete popup modal */
div.tbs-modal h2 {
  color: white;
  text-transform: uppercase;
}

/*================================================================================================== 11. App registration  ==================================================================================================*/
#mobileRegistration .box-border {
  border: none;
}
#mobileRegistration .box-left-bg,
#mobileRegistration .box-border-bg {
  background: none;
}
#mobileRegistration #CMSEditableRegionDiv {
  padding: 1em;
}
#mobileRegistration .mobile-registration-fullwidth > .mobile-registration-left,
#mobileRegistration .mobile-registration-app-download {
  display: none;
}
#mobileRegistration .d-block {
  display: block;
}
#mobileRegistration .qr-background {
  background: var(--color-2)
}
#mobileRegistration p.lead {
  font-size: 21px;
}
#mobileRegistration p {
  font-size: 1em;
  font-weight: 300;
  padding-left: 0;
}
#mobileRegistration ol {
  margin: .5em 1em ;
  list-style: decimal;
}
#mobileRegistration-Content {
  font-size: 16px
}
#mobileRegistration .bootstrap-iso label {
  color: #000;
  font-size: 1em;
}
#mobileRegistration .bootstrap-iso input {
  display: block;
}
#mobileRegistration .bootstrap-iso #pwdMeter {
  margin-left: 0;
  margin-top: .5em;
  margin-bottom: .5em
}
#mobileRegistration .bootstrap-iso #newPasswordSave {
  float: none!important;
  width: 25%;
  border-radius: 20px;
  text-transform: none;
  background-color: var(--color-3);
}
#mobileRegistration .bootstrap-iso #newPasswordSave:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:focus {
  background-color: var(--color-2);
  box-shadow: none;
  padding: 6px 12px;
  border: none;
}
#mobileRegistration .bootstrap-iso #newPasswordSave:active,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:hover,
#mobileRegistration .bootstrap-iso #newPasswordSave:active:focus {
  background-color: var(--color-1);
}
#mobileRegistration .well-lg {
  padding: 18px 9px;
}
#mobileRegistration .fa span {
  font-family: Arial;
  padding-left: .5em;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width:991px) {
  #mobileRegistration .download-section p {
    padding-top: 1em;
  }
}
@media only screen and (max-width:769px) {
  #CMSEditableRegionDiv img {
    display: block;
  }
}
@media only screen and (min-width:768px) and (max-width:991px){
  .online-two-iso #MobileRegistation .page-content {
    width: 100vw;
  }
  #MobileRegistation .form-data .box-border-bg {
    padding-right: 0;
  }
}

/*================================================================================================== 12. TRS  ==================================================================================================*/
.trsdashboard .summary-myreward {
	visibility: hidden;
}
.trsdashboard .summarystatementdate {
	color: #666;
	text-align: center;
	font-size: 1.9em;
}

/* navigation link colour */
.trsdashboard .desktop-tab .nav-pills > li.active > a,
.trsdashboard .desktop-tab ul li a{
  color: var(--color-4);
}

/* selected tab styling */
.trsdashboard li.active {
  background-color: var(--color-4);
}

/* inactive tab link color */
.trsdashboard .desktop-tab .nav-pills > li:not(.active) .trs-icon + span {
  color: #000;
}

.trsdashboard .desktop-tab .nav-pills > li.active > a,
.trsdashboard .desktop-tab .nav-pills > li.active > a:hover,
.trsdashboard .desktop-tab .nav-pills > li.active > a:focus {
  color: #fff
}

/* vertical table styling */
.trsdashboard table[id*="table-"] thead th {
  background-color: var(--color-4);
  color: #fff
}
.trsdashboard table[id*="table-"] tbody td {
  font-size: 1rem;
}
.trsdashboard table[id*="table-"] tfoot td {
  padding-left: 10px;
}

/* remove accordion icons on mobile */
.trsdashboard .show-tab-mobile .trs-icon {
  display: none;
}

/*Styling the vertical tables to match the default style*/

.trsdashboard table[id*="table-"] thead th {display: none}
.trsdashboard .table,
.trsdashboard .table tbody tr td{border-top: none;}
.trsdashboard .table,
.trsdashboard .table tbody tr td{border-left: none;}
.trsdashboard .table,
.trsdashboard .table tbody tr td{border-right: none;}

/* Allowances, Variable Pay and Health and Protection tables */
#table-45b70337-e856-4e8f-8fd9-1480c40e26c2 tbody tr td:first-child,
#table-19c92ef7-0477-4902-bead-a233acbebf2a tbody tr td:first-child,
#table-ac795e49-7c2c-4583-ba92-34d4ce4510b2 tbody tr td:first-child {
  width: calc(100% / 12 * 7)
}

/* Mobility, Insurances, Retirement & Savings, Communications and Leisure & lifestyle tables */
#table-96cfb323-c2ac-4bdf-8101-01f69c5ddd50 tbody tr td:first-child,
#table-7930aab1-0501-4a4b-9c43-7855f914fe3b tbody tr td:first-child,
#table-c950f471-ba30-4e53-adc7-8f5240621d80 tbody tr td:first-child,
#table-81f9c3a2-f075-438a-ad83-67a17a04c2c9 tbody tr td:first-child,
#table-0181b13a-eaef-4598-bcab-d1a361f06062 tbody tr td:first-child {
  width: 50%
}
#table-96cfb323-c2ac-4bdf-8101-01f69c5ddd50 tbody tr td:nth-of-type(2),
#table-7930aab1-0501-4a4b-9c43-7855f914fe3b tbody tr td:nth-of-type(2),
#table-c950f471-ba30-4e53-adc7-8f5240621d80 tbody tr td:nth-of-type(2),
#table-81f9c3a2-f075-438a-ad83-67a17a04c2c9 tbody tr td:nth-of-type(2),
#table-0181b13a-eaef-4598-bcab-d1a361f06062 tbody tr td:nth-of-type(2) {
  width: 40%
}

.trsdashboard .chart_line_amount,
.trsdashboard table[id*="table"] tr td:last-child {
  text-align: right;
}
.trsdashboard table[id*="table"] tr td:last-child {
  padding-right: 30px
}

/*Specific styling for Interactive TRS Page*/

.interactive-TRS .hero-title {
  background-color: var(--color-4);
  color: #fff;
  margin-bottom: 1em;
  padding: .25em;
}
.interactive-TRS ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  -ms-grid-columns: 1fr 1fr 1fr;
  padding-bottom: 1em;
}
.interactive-TRS ul > li:first-child {
  -ms-grid-column: 1;
  -ms-grid-row: 1
}
.interactive-TRS ul > li:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1
}
.interactive-TRS ul > li:last-child {
  -ms-grid-column: 3;
  -ms-grid-row: 1
}
.interactive-TRS .h1 {
  color: var(--color-4);
  font-size: 5rem;
  font-weight: 700
}

#download_statement:before {
  background: var(--color-3);
  border-radius: 25px;
  color: var(--color-lite);
  content: 'download pdf';
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 6px 50px;
  text-transform: uppercase;  
}

#download_statement:hover:before,
#download_statement:focus:before{
  background-color: var(--color-2);
}

.home-module-trs-content .highcharts-label text tspan {
  font-size: 14px!important;
  font-family: 'Open Sans'!important;
}

/*Hide Standard Statement Date - shown next to print button*/

.summarystatementdate {
  visibility: hidden;
}

/* Hide print button on TRS page*/
.trsdashboard .summary-header .printbtn {
  display: none;
}

/*================================================================================================== 13. Specific popups  ==================================================================================================*/
/* 13a) forgot password */
/* progress bar colour */
.bootstrap-iso .progress-bar-success {
  background-color: var(--color-4);
}

/* 13b) modellers and tools */
/* overlay header */
.bootstrap-iso .modellersModalHeader {
  margin-top: 7px;
}
/* remove tab for Tax Modeller as only one widget presented in this modeller */
.modal-normal ul.modeller-links {
  display: none;
}
.modeller-container .modeler-description {
  background-color: white;
}
/* text color */
.modeller-container .row-header,
.modeller-container .row-summary {
  color: #666;
}
/* tax code input */
input:focus {
  box-shadow: none;
}
/* model button */
input.modeller-line-bottom {
  background-color: var(--color-3);
  border-radius: 20px;
  color: var(--color-lite);
  font-weight: normal;
  text-transform: uppercase;
}
input.modeller-line-bottom:hover {
  background-color: var(--color-2);
  color: var(--color-lite);
}
input.modeller-line-bottom:focus {
  background-color: var(--color-2);
  box-shadow: none;
  color: var(--color-lite);
}
input.modeller-line-bottom:active,
input.modeller-line-bottom:active:hover,
input.modeller-line-bottom:active:focus {
  background-color: var(--color-1);
  box-shadow: none;
  color: var(--color-lite);
}
@media only screen and (max-width: 767px){
  #TaxModelerContent {
    font-size: 14px
  }
}

/* 13c) manage dependants */
/* overlay header */
.bootstrap-iso .dependantModalHeader {
  margin-top: 7px;
}
.bootstrap-iso .dependantContainer .tab-header {
  background-color: white;
}
/* remove intro text created from resource string */
.dependantIntroText {
  display: none;
}

#allocationDialog .add-beneficiary {
  color: var(--color-3);
}
#allocationDialog .add-beneficiary:hover {
  color: var(--color-2);
}
#allocationDialog .add-beneficiary:focus {
  color: var(--color-2);
}
#allocationDialog .add-beneficiary:active,
#allocationDialog .add-beneficiary:active:hover,
#allocationDialog .add-beneficiary:active:focus {
  color: var(--color-1);
}

/* add, edit and remove links */
.dependant-list-top a.dependant-add-link,
.dependant-list a.dependant-edit,
.dependant-list a.dependant-remove {
  color: var(--color-1);
}
.dependant-list .dependant-add-item a.dependant-edit,
.dependant-list .dependant-add-item a.dependant-remove {
  color: var(--color-lite);
  padding: 6px 12px;
}
.dependant-list .dependant-add-item a.dependant-edit {
  background-color: var(--color-3);  
}
.dependant-list .dependant-add-item a.dependant-remove {
  background-color: var(--color-5)
}
.dependant-list-top a.dependant-add-link:hover,
.dependant-list a.dependant-edit:hover,
.dependant-list a.dependant-remove:hover {
  color: var(--color-2);
}
.dependant-list .dependant-add-item a.dependant-edit:hover,
.dependant-list .dependant-add-item a.dependant-remove:hover {
  background-color: var(--color-2);
  color: var(--color-lite)
}
.dependant-list-top a.dependant-add-link:focus,
.dependant-list a.dependant-edit:focus,
.dependant-list a.dependant-remove:focus {
  color: var(--color-2);
}
.dependant-list .dependant-add-item a.dependant-edit:focus,
.dependant-list .dependant-add-item a.dependant-remove:focus {
  background-color: var(--color-2);
  color: var(--color-lite)
}
.dependant-list-top a.dependant-add-link:active,
.dependant-list-top a.dependant-add-link:active:hover,
.dependant-list-top a.dependant-add-link:active:focus,
.dependant-list a.dependant-edit:active,
.dependant-list a.dependant-edit:active:hover,
.dependant-list a.dependant-edit:active:focus,
.dependant-list a.dependant-remove:active,
.dependant-list a.dependant-remove:active:hover,
.dependant-list a.dependant-remove:active:focus {
  color: var(--color-1);
}
.dependant-list .dependant-add-item a.dependant-edit:active,
.dependant-list .dependant-add-item a.dependant-edit:active:hover,
.dependant-list .dependant-add-item a.dependant-edit:active:focus,
.dependant-list .dependant-add-item a.dependant-remove:active,
.dependant-list .dependant-add-item a.dependant-remove:active:hover,
.dependant-list .dependant-add-item a.dependant-remove:active:focus{
  background-color: var(--color-1);
  color: var(--color-lite)
}
/* costs displayed on Dependants Covered tab */
.benefit-matrix .employee-cost .cost-number {
  color: #666;
}

/* table header colour when removing dependants that are attached to cover */
.table.reverse-header thead > tr > th {
  background-color: var(--color-3);
}

/*swap the order of the save and close buttons on dependant coverage summary */
.coverage-bottom .dependant-accept-btn,
.coverage-bottom .dependant-cancel-btn {
  position: relative;
}
.coverage-bottom .dependant-accept-btn {
  left: 4.5em;
}
.coverage-bottom .dependant-cancel-btn {
  right: 5em;
}

/* 13d) benefit matrix follow up items  */
/* overlay header */
#followup-items-overlay.online-followup-items #followup-items-title {
  background-color: var(--color-1);
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
/* close icon */
#followup-items-overlay a.close {
  top: 2px;
}
/* oustanding items complete icon */
.online-two-iso .success-icon {
  color: var(--color-4);
}
/* completed items dot indicator color */
.followup-content .progress-indicator .step-finished {
  background-color: var(--color-4);
}

/* 13e) benefit matrix T&Cs */
/* overlay header */
.benefit-matrix .benefitheader {
  text-transform: uppercase;
}
/* terms and conditions main text elements */
#main.matrix .modal-dialog .confirmchoice ul li {
  list-style: none;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .bootstrap-iso .confirmchoice .dl-horizontal dt {
    text-align: left;
  }
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default.active {
  background-color: var(--color-4);
}
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:hover,
.benefit-matrix .modal-footer #confirmation-buttons .btn-default:focus {
  border: 1px solid #ccc;
  border-radius: 0;
}

/* 13f) benefit selection election info collect */
/* header overlay */
.online-two-iso .modal-normal .modal-header .header-text {
  padding-left: 1em;
}

.election-info-collect .dependant-board .expand-sign {
  color: #666;
}

.election-info-collect .dependant-board .icon {
  background-image: none;
  width: 0
}
.election-info-collect .dependant-board .icon:before {
  color: var(--color-3);
  content: '\f0c0';
  font-family: 'FontAwesome';
  font-size: 3em;
  padding-right: .25em
}

/* 13g) benefit selection beneficiaries */
/* primary, contingent, none button group */
.benefitselect #allocationDialog .btn-group label:first-of-type {
  border-radius: 0;
}
.benefitselect #allocationDialog .btn-group label {
  border: 1px solid white;
}
.benefitselect #allocationDialog .btn-group .active {
  background-color: var(--color-4);
}
#allocationDialog .edit-beneficiary,
#allocationDialog .delete-beneficiary {
  color: var(--color-3);
}
#allocationDialog .edit-beneficiary:hover,
#allocationDialog .edit-beneficiary:focus,
#allocationDialog .delete-beneficiary:hover,
#allocationDialog .delete-beneficiary:focus {
  color: var(--color-2);
}
#allocationDialog .edit-beneficiary:active,
#allocationDialog .edit-beneficiary:active:hover,
#allocationDialog .edit-beneficiary:active:focus,
#allocationDialog .delete-beneficiary:active,
#allocationDialog .delete-beneficiary:active:hover,
#allocationDialog .delete-beneficiary:active:focus {
  color: var(--color-1);
}

/* 13h) benefit matrix Flex Budget */
/* header */
.bootstrap-iso .modal .modal-header .benefitheader a span[tbs-translate="AddingUp.TableTitle"] {
  color: white;
  cursor: default;
  text-decoration: none;
}
.benefit-matrix .reschash-instruction {
  color: #666;
}
@media only screen and (max-width: 767px){
  .bootstrap-iso .modal .modal-header .benefitheader {
    margin-top: 0;
    text-align: left;
    width: auto;
  }
  .bootstrap-iso .modal .modal-header .benefitheader a {
    font-size: 1rem;
  }
}

/* 13i) matrix exit warning */
#exit-confirm #exit-continue .blue:hover {
  background-color: var(--color-2);
}

/****************************************** benefit intro popup **************************************/
.faq-answer {
  padding-bottom: 1em;
}


/*================================================================================================== 14. Icons  ==================================================================================================*/
/* 14a) benefit icon general coding */
/* remove background images in readiness for using icons */
/* benefit matrix */
.benefit-matrix .benefitline .benefit-menu .img,
/* see also images */
div.see-also .img,
/* life event icons */
.benefit-matrix .active-benefits .img,
/* benefits overview icons */
#benefit-overview .summaryImage .img {
  background: none;
}

/* general styling for using icons for benefits */
.benefit-matrix .benefitline .benefit-menu .img::before,
div.see-also .img::before {
  font-family: OnlineTwoIconFont;
  font-size: 6em;
  color: var(--color-1);
}

#benefit-overview .summaryImage .img:before{
  font-family: OnlineTwoIconFont;
  font-size: 7em;
  color: var(--color-1); 
}

#Overview [class*="online-two-icon-"]::before{
 font-family: OnlineTwoIconFont;
  font-size: 9em;
  color: var(--color-1); 
}
#Overview [class*="online-two-icon-"]{
  text-align: center;
}

.trsdashboard .trs-icon i:before {
  font-family: OnlineTwoIconFont;
  font-size: 3rem;
  color: var(--color-4)
}
.trsdashboard .active .trs-icon i:before {
  color: var(--color-lite)
}

 /* TRS Icons: Salary & Wages*/
.trsdashboard .trs-icon i.PayAllowances:before,
.trsdashboard .trs-icon i.SalarisVergoedingen:before,
.trsdashboard .trs-icon i.SalairePrestations:before,
#Overview .online-two-icon-58::before,
.Salary .img::before {
  color: var(--color-1);
}

/* TRS Icons: Bonus*/
.trsdashboard .trs-icon i.Bonus:before {
  color: var(--color-2);
}

/* TRS Icons: Pension Plan*/
.trsdashboard .trs-icon i.PensionPlan:before,
.trsdashboard .trs-icon i.Aanvullendpensioenplan:before,
.trsdashboard .trs-icon i.Plandepensioncompleacutementaire:before {
  color: var(--color-3);
}

/* TRS Icons: Health & Protection*/
.trsdashboard .trs-icon i.HealthProtection:before,
.trsdashboard .trs-icon i.GezondheidszorgenInkomensbescherming:before,
.trsdashboard .trs-icon i.SanteacutePreacutevoyance:before {
  color: var(--color-4);
}

/* TRS Icons: My Flex Benefits*/
.trsdashboard .trs-icon i.MyFlexBenefits:before,
.trsdashboard .trs-icon i.MijnFlexBenefits:before,
.trsdashboard .trs-icon i.PrestationsMonFlex:before {
  color: var(--color-5);
}

/* icon size for 'see also' section of benefit selection page */
div.see-also .img:before {
  font-size: 50px;
  top: -.25em;
}

/* 14b) life event icon general coding */
/* background of image placeholder */
.benefit-matrix .active-benefits .img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: var(--color-1);
}
/* general styling for using icons for events */
.benefit-matrix .active-benefits .img:before {
  font-family: OnlineTwoIconFont;
  font-size: 4em;
  color: white;
}

/*================================================================================================== 15. Claims  ==================================================================================================*/
/* make a claim styling */
body#claim {
  padding-top: 0;
}
/* spacing and padding */
div#claimDetail.row,
div#receiptDetail.row,
div#Attachment.row,
#claimItemBreakdownDetail {
  padding-bottom: 0px
}
/* remove additional details section as not relevant */
#AdditionalDetail,
.claim-additional-info {
  display: none;
}
#Attachment > .grid-cell,
#ajax-uploader-group,
#ajax-uploader-group p:nth-of-type(2),
#tblFiles {
  margin-bottom: 0
}
/* page title and headings */
.online-two-iso .fsaClaimSubmitContainer .webpartTitle {
  background-color: #fff;
}
.fsaClaimSubmitContainer #flexClaimTitle h1,
.online-two-iso .fsaClaimSubmitContainer h3 {
  color: var(--color-1);
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
/* horizontal rules */
.fsaClaimSubmitContainer hr {
  margin: 0;
  padding: 5px 0;
  background-color: #fff;
}
/* label colour */
.online-two-iso .fsaClaimSubmitContainer label {
  color: var(--color-dark);
}

/* attach, cancel and submit buttons */
.online-two-iso .fsaClaimSubmitContainer .btn-success,
.online-two-iso .fsaClaimSubmitContainer .btn-default,
.online-two-iso .fsaClaimSubmitContainer .btn-primary {
  background-color: var(--color-1);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  transition: all .25s
}
.online-two-iso .fsaClaimSubmitContainer .btn-success:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-success:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-default:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-default:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-default:active:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:focus,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:hover,
.online-two-iso .fsaClaimSubmitContainer .btn-primary:active:focus {
  background-color: var(--color-2);
}

/* datepicker styling */
/* left, right and year/month/day selection buttons in header of datepicker */
.fsaClaimSubmitContainer table.uib-yearpicker thead th button.btn-default,
.fsaClaimSubmitContainer table.uib-monthpicker thead th button.btn-default,
.fsaClaimSubmitContainer table.uib-daypicker thead th button.btn-default {
  border-radius: 0
}
.fsaClaimSubmitContainer table.uib-yearpicker thead tr:first-of-type th:nth-of-type(2),
.fsaClaimSubmitContainer table.uib-monthpicker thead tr:first-of-type th:nth-of-type(2),
.fsaClaimSubmitContainer table.uib-daypicker thead tr:first-of-type th:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* day/month/year buttons of datepicker */
.fsaClaimSubmitContainer table.uib-yearpicker tbody td .btn-default,
.fsaClaimSubmitContainer table.uib-monthpicker tbody td .btn-default,
.fsaClaimSubmitContainer table.uib-daypicker tbody td .btn-default {
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;  
}

/* today and clear button group */
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group .btn {
  background-color: var(--color-1);
  border: none;
  transition: background-color .25s
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 1px solid #fff;
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group button:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #fff;
}
/* selected year/month/day and hover styling */
.fsaClaimSubmitContainer .uib-datepicker-popup .btn.btn-default.active,
.fsaClaimSubmitContainer .uib-datepicker-popup .btn-group .btn:hover {
  background-color: var(--color-2);
}
.fsaClaimSubmitContainer .uib-datepicker-popup .btn.btn-default.active .text-info {
  color: var(--color-lite);
}

/* claim submitted table header styling */
.claimSubmittedHeader {
  background-color: var(--color-dark);
}
.online-two-iso .claimSubmittedHeader h3 {
  color: #fff;
}

/* claim overview */
/* links */
body#StatementAndClaimSubmit #wrapper a {
  color: var(--color-3);
}
body#StatementAndClaimSubmit #wrapper a:hover,
body#StatementAndClaimSubmit #wrapper a:focus {
  color: var(--color-2);
  text-decoration: none;
}
body#StatementAndClaimSubmit #wrapper a:active,
body#StatementAndClaimSubmit #wrapper a:active:hover,
body#StatementAndClaimSubmit #wrapper a:active:focus {
  color: var(--color-1);
}
/* navigation tabs */
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A {
  text-transform: none;
}
.FSAStatementAndHistoryContainer .htabs-container,
.FSAStatementAndHistoryContainer .htabs-container .tabs-bg,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel STRONG,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A {
  background: none;
}
.FSAStatementAndHistoryContainer .htabs-container .tabs-bg {
  background: linear-gradient(to bottom, #fff, #ededed)
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI {
  background-color: transparent!important;
  background: url(/smartrewardNL/media/Images/Misc%20Icons/Aon_TBS-lite_Icons-9_off.png) no-repeat 50% 20%
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI:hover {
  background-color: transparent!important;
  background: url(/smartrewardNL/media/Images/Misc%20Icons/Aon_TBS-lite_Icons-9.png) no-repeat 50% 20%
}
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A {
  font-size: 1em;
}
#StatementAndClaimSubmit .FSAStatementAndHistoryContainer .htabs-container .tabs UL LI.sel A,
.FSAStatementAndHistoryContainer .htabs-container .tabs UL LI A:hover {
  border-bottom: .5em solid var(--color-dark);
  color: var(--color-dark);
  font-weight: bold;
  padding-bottom: 20px;
}

/* calim number column of calim data tables */
.FSAStatementAndHistoryContainer .claim-number {
  width: 125px;
}

/* headings */
.online-two-iso .FSAStatementAndHistoryContainer h1 {
  color: var(--color-1);
  margin-bottom: 0;
}
.online-two-iso .claim-history h2 {
  color: var(--color-dark);
}

/* hover effect for the tables */
.claim-history .claim-table > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* Pending, Approved and Rejected icons */
.claim-approved img {
  display: none;
}
.claim-approved a:before {
  font-family: FontAwesome;
  font-size: 1.75em;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.claim-approved a:hover {
  text-decoration: none;
}
.claim-approved a:hover:before,
.claim-approved a:focus:before{
  transform: scale(1.3);
}
.claim-approved a[title="Approved"]:before,
.claim-approved a[title="Goedgekeurd"]:before {
  content: '\f00c';
  color: #75bf71;
}
.claim-approved a[title="Rejected"]:before,
.claim-approved a[title="Geweigerd"]:before {
  content: '\f00d';
  color: var(--color-1);
}
.claim-approved a[title="Pending"]:before,
.claim-approved a[title="Afwachting"]:before {
  content: '\f0ec';
  color: var(--color-dark)
}

/* buttons in popup modal */
.claim-edit-link .btn.btn-primary,
.claim-edit-link .btn.btn-info {
  background-color: var(--color-3);
  color: #fff;
  border: none;
  border-radius: 25px;
  transition: background-color .25s
}
body#StatementAndClaimSubmit .btn-default {
  background-color: var(--color-5);
  color: #fff;
  border: none;
  border-radius: 25px;
  transition: background-color .25s
}
.claim-edit-link .btn.btn-primary:hover,
.claim-edit-link .btn.btn-primary:focus,
.claim-edit-link .btn.btn-primary:active,
.claim-edit-link .btn.btn-primary:active:hover,
.claim-edit-link .btn.btn-primary:active:focus,
.claim-edit-link .btn.btn-info:hover,
.claim-edit-link .btn.btn-info:focus,
.claim-edit-link .btn.btn-info:active,
.claim-edit-link .btn.btn-info:active:hover,
.claim-edit-link .btn.btn-info:active:focus,
body#StatementAndClaimSubmit .btn-default:hover,
body#StatementAndClaimSubmit .btn-default:focus,
body#StatementAndClaimSubmit .btn-default:active,
body#StatementAndClaimSubmit .btn-default:active:hover,
body#StatementAndClaimSubmit .btn-default:active:focus{
  background-color: var(--color-2);
}

/* selected tab styling on FSA statement tab */
body#StatementAndClaimSubmit #wrapper .spendingaccountsTab-container .tabs UL LI.sel A,
body#StatementAndClaimSubmit #wrapper .spendingaccountsTab-container .tabs UL LI A:hover {
  background-color: var(--color-dark);
  color: #fff;
  font-weight: bold;
}
/* table headings on FSA statement tab */
.fsa-table-caption .section_title,
.subtitle-claims .section_title {
  color: var(--color-dark);
}

.online-two-iso #wrapper.StatementAndClaimSubmit,
.online-two-iso .StatementAndClaimSubmit .page-content{
width: 75vw
}

.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI,
.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI A {
width: auto
}
.online-two-iso .StatementAndClaimSubmit .htabs-container .tabs UL LI + LI A {
padding-left: 1em
}
/*================================================================================================== 16. My Documents  ==================================================================================================*/
/* make table of documents responsive */
#tabledocuments {
  display: block!important;
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#tabledocuments th,
#tabledocuments td {
  padding: 5px;
}
#tabledocuments > thead > tr > th {
  background-color: var(--color-4);
}
a#btnNewDocument {
  color: var(--color-1)!important;
}
a#btnNewDocument:hover {
  color: var(--color-2)!important;
  text-decoration: none;
}
#dlguploadDocument #btn-upload-document-save,
#deleteDocumentDialog #dspdeleteDocument {
  background-color: var(--color-1);
  border-radius: 25px;
  font-weight: bold;
  transition: background-color .25s;
}
#dlguploadDocument #btn-upload-document-cancel,
#deleteDocumentDialog #btnCancelDocument .gray {
  background-color: var(--color-5);
  transition: background-color .25s;
}
#dlguploadDocument #btn-upload-document-save:hover,
#dlguploadDocument #btn-upload-document-save:focus,
#dlguploadDocument #btn-upload-document-cancel:hover,
#dlguploadDocument #btn-upload-document-cancel:focus,
#deleteDocumentDialog #dspdeleteDocument:hover,
#deleteDocumentDialog #dspdeleteDocument:focus,
#deleteDocumentDialog #btnCancelDocument .gray:hover,
#deleteDocumentDialog #btnCancelDocument .gray:focus {
  background-color: var(--color-2);
}
#dlguploadDocument #btn-upload-document-save:active,
#dlguploadDocument #btn-upload-document-save:active:hover,
#dlguploadDocument #btn-upload-document-save:active:focus,
#dlguploadDocument #btn-upload-document-cancel:active,
#dlguploadDocument #btn-upload-document-cancel:active:hover,
#dlguploadDocument #btn-upload-document-cancel:active:focus,
#deleteDocumentDialog #dspdeleteDocument:active,
#deleteDocumentDialog #dspdeleteDocument:active:hover,
#deleteDocumentDialog #dspdeleteDocument:active:focus,
#deleteDocumentDialog #btnCancelDocument .gray:active,
#deleteDocumentDialog #btnCancelDocument .gray:active:hover,
#deleteDocumentDialog #btnCancelDocument .gray:active:focus {
  background-color: var(--color-1);
}

/* Hide the status column in the documents table */
#documentsContainer table#tabledocuments th[data-bind*="locale.documentstatus"],
#documentsContainer table#tabledocuments td[data-bind*="DocumentStatusForDisplay"]{
  display: none;
}

/* overlay styling */
#dlguploadDocument.overlay-no-height-limit,
#dlguploadDocument textarea {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #dlguploadDocument .column-left {
    width: 100%;
    text-align: left;
  }  
}

/*================================================================================================== 17. Mobile  ==================================================================================================*/
/* login module buttons */
.online-two-iso.login .LoginPageContainer .login-module-zone .login-modules .mobile-buttons .btn {
  background-color: var(--color-1)!important;
}
@media only screen and (max-width: 767px){
  /* menu icon colour */
  .fa.fa-bars,
  .fa.fa-gear {
    color: var(--color-lite);
  }
  /* links in mobile hamburger menu */
  .online-two-iso #menu-no-dashboard li a,
  .online-two-iso #menu-no-dashboard li a.selected {
    color: var(--color-1);
  }
  /* mobile menu icons (hamburger and cog) */
  #header .main-menu-toogle:hover,
  #header .main-menu-toogle:focus,
  #header .user-toogle:hover,
  #header .user-toogle:focus {
    color: var(--color-2);
  }
  /* make height of greeting container auto to give proper spacing around the greeting */
  #home-online-three .dashboard-controls {
    height: auto
  }
  /* remove placeholder modules for when clients dont have TRS or My Documents or Discounts or Afinity modules */
  #home-online-three #home-integrated .Image1,
  #home-online-three #home-integrated .Image2
  {
    display: none;
  }
  #home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  font-family: Prelo Slab;
}
}
/* remove default icons applied to modules on homepage */
#home-online-three #home-integrated .modules-mobile .module-mobile i[class*="icon-"] {
  display: none;
}
/* remove duplicate module header */
#home-online-three #home-integrated .modules-mobile .module-content-header-container {
  display: none;
}
/* allow user to click anywhere on module title to expand the module */
#home-online-three #home-integrated .modules-mobile .module-mobile span.module-label {
  margin-left: 0;
  position: absolute;
}
#home-online-three #home-integrated .modules-mobile .module-mobile span.link {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}
/* centre homepage module icons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel div[class*="online-two-icon-"]{
  text-align: center;
}
/* homepage buttons */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy button.btn.btn-default {
  background-color: var(--color-1);
  border-radius: 20px;
  color: var(--color-lite);
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy a.btn.btn-default,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel button.btn.btn-default {
  padding: 12px 20px;
  width: 100%;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .generic-copy,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .account-copy {
  margin-top: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .event-content .text-light .days-left {
  color: #666;
}
/* claims modules */
#home-online-three #home-integrated .module-mobile #make-a-claim,
#home-online-three #home-integrated .module-mobile #manage-claims {
  padding-bottom: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .make-a-claim-copy.module-copy,
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .manage-claims-copy.module-copy {
  margin: 0;
}
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .manage-claims-copy.module-copy {
  height: auto;
}
/* claims pagers */
#home-online-three #home-integrated .modules-mobile .module-mobile .module-panel .module-copy .tbs-module-pager .tbs-pager {
  display: none;
}

/*================================================================================================== 18. Client specific styles  ==================================================================================================*/
/* homepage module layouts*/
@media only screen and (min-width: 768px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(3,1fr);
    -ms-grid-columns:1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-3"
      "module-2 module-2 module-5"
      "module-4 module-6 module-6"
      "module-7 module-7 module-8"
  }
}

@media only screen and (min-width: 1400px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(4,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-3 module-3"
      "module-2 module-2 module-5 module-4"
      "module-6 module-6 module-8 module-7"
	}
}
   
  @media only screen and (min-width: 1920px){
  #home-online-three #home-integrated .modules-right-side.grid-container {
    grid-template-columns:repeat(6,1fr);
    -ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "module-1 module-1 module-3 module-3 module-2 module-2"
      "module-5 module-4 module-6 module-6 module-8 module-7"
    }
}

/* initially hide all conditional content */
[class*="-eligible"] {
  display: none
}
 
 /****************************************** Using icons for homepage/elsewhere on the site *******************************************/
/* add any additional icons from the OnlineTwoIconFont that are required */

/*Benefit Intro Icons*/
/*Salaries & wages*/
#Overview .online-two-icon-58::before,
.Salary .img.BenefitImage_Salarieswages::before{
  content: '\e93a';
}

/*Variable salary components/Variable Gehaltsbestandteile*/
#Overview .online-two-icon-90::before,
.Salary .img.BenefitImage_VariableSalaryComponents::before{
  content: '\e95d';
}

/*Additional work/Mehrarbeit*/
#Overview .online-two-icon-116::before,
.Salary .img.BenefitImage_AdditionalWork::before{
  content: '\e977';
}

/*Exceptional contributions/Sachzuwendungen*/
#Overview .online-two-icon-61::before,
.Salary .img.BenefitImage_ExceptionalContributions::before{
  content: '\e93d';
}

/*Subsidies/Zuschüsse*/
#Overview .online-two-icon-28::before,
.Salary .img.BenefitImage_Subsidies::before{
  content: '\e91b';
}

/*Other salary components/Sonstige Bezüge*/
#Overview .online-two-icon-18::before,
.Salary .img.BenefitImage_OtherSalaryComponents::before{
  content: '\e911';
}

/*Employer’s contribution to company pension/Arbeitgeberzuschüsse zur betrieblichen Altersversorgung*/
#Overview .online-two-icon-30::before,
.Pension .img.BenefitImage_EmployersContributionToCompanyPension::before{
  content: '\e91d';
}

/*Other company pension/Entgeltumwandlung*/
#Overview .online-two-icon-170::before,
.Pension .img.BenefitImage_OtherCompanyPension::before{
  content: '\e9ae';
}

/*Insurance benefits/Versicherungsleistungen*/
#Overview .online-two-icon-169::before,
.health .img.BenefitImage_InsuranceBenefits::before{
  content: '\e9ad';
}

/*Health promotion/Gesundheitsförderung*/
#Overview .online-two-icon-39::before,
.health .img.BenefitImage_HealthPromotion::before{
  content: '\e927';
}

/*Shares/Aktien*/
#Overview .online-two-icon-87::before,
.saving .img.BenefitImage_Shares::before{
  content: '\e95a';
}

/*Other/Sonstiges*/
#Overview .online-two-icon-89::before,
.saving .img.BenefitImage_Other::before{
  content: '\e95c';
}

/*Mobility/Mobilität*/
#Overview .online-two-icon-09::before,
.payments .img.BenefitImage_Mobility::before{
  content: '\e908';
}

/*Food/Verpflegung*/
#Overview .online-two-icon-166::before,
.payments .img.BenefitImage_Food::before{
  content: '\e9aa';
}

/*Mobiles Arbeiten & Home Office */
#Overview .online-two-icon-74::before,
.payments .img.BenefitImage_Communication::before{
  content: '\e94a';
}

/*Other payments in kind/Sonstige Sachbezüge*/
#Overview .online-two-icon-143::before,
.payments .img.BenefitImage_OtherPaymentsInKind::before{
  content: '\e992';
}

/*Training & education/Fortbildung & Training*/
#Overview .online-two-icon-161::before,
.learning .img.BenefitImage_TrainingEducation::before{
  content: '\e9a5';
}

/*TRS Icons*/
/* TRS Icons: Lohn & Gehalt/Salary & Wages*/
.trsdashboard i.LohnGehalt::before,
.trsdashboard .active i.LohnGehalt::before,
.trsdashboard i.Salarieswages::before,
.trsdashboard .active i.Salarieswages::before{
  content: '\e93a';
}

/* TRS Icons: Betriebliche Altersversorgung / Company Pension*/
.trsdashboard i.BetrieblicheAltersversorgung::before,
.trsdashboard .active i.BetrieblicheAltersversorgung::before,
.trsdashboard i.Companypension::before,
.trsdashboard .active i.Companypension::before{
  content: '\e91d';
}
 
/* TRS Icons: Gesundheit / Health*/
.trsdashboard i.Gesundheit::before,
.trsdashboard .active i.Gesundheit::before,
.trsdashboard i.Health::before,
.trsdashboard .active i.Health::before {
  content: '\e927';
}

/* TRS Icons: Sparen / Saving*/
.trsdashboard i.Sparen::before,
.trsdashboard .active i.Sparen::before,
.trsdashboard i.Saving::before,
.trsdashboard .active i.Saving::before {
  content: '\e91f';
}
 
/* TRS Icons: Sachbezüge / Payments In Kind*/
.trsdashboard i.Sachbezuumlge::before,
.trsdashboard .active i.Sachbezuumlge::before,
.trsdashboard i.Paymentsinkind::before,
.trsdashboard .active i.Paymentsinkind::before {
  content: '\e951';
}

/* TRS Icons: Lernen / Learning*/
.trsdashboard i.Lernen::before,
.trsdashboard .active i.Lernen::before,
.trsdashboard i.Learning::before,
.trsdashboard .active i.Learning::before {
  content: '\e9a5';
}

/* Minification failed (line 3323, error number 1039): Token not allowed after unary operator: '-color-lite' */