@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
body {
  font-family: 'Roboto Flex', sans-serif;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
:placeholder {
  color: #54698d;
}
::-webkit-input-placeholder {
  color: #54698d;
}
:-moz-placeholder { /* Firefox 18- */
  color: #54698d;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #54698d;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #54698d;
}
/* Positioning */
.pr {
  position: relative;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}

img.logo {
  width: 160px;
}
a:hover, a:active {
  color: #005fb2;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.required {
  color: #CF4F43;
}
/*the UL above seems to break the next element so put in a no-op*/
code {}
.passwordul {
  padding-left: 0px;
  list-style-type: none;
}
/*the UL above seems to break the next element so put in a no-op*/
code {}
.passwordicon {
  padding-right: 8px;
  width: 16px;
}
.disabled {}
.small {
  font-size: 12px;
}
p.small a {
  font-size: 12px;
}
.zen-assistiveText {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
/* Style a link to look like a button */
a.button {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
a.primary, a.primary:link, a.primary:visited, a.primary:hover, a.primary:active {
  color: white;
}
a.secondary, a.secondary:link, a.secondary:primary, a.secondary:hover, a.secondary:active {
  color: #0070d2;
}
button#password-button:disabled {
  cursor: default;
}
.fiftyfifty {
  width: 48%;
}
.error {
  color: #CF4F43;
}
.errorcode {
  font-size: 10px;
  color: #54698d; /* Color for labels */
}
/* Inputs */
input#answer {
  margin-top: 8px;
}
select.input#question {
  padding: 12px 40px;
  background-image: url('/img/disclosure.gif');
  background-repeat: no-repeat;
  background-position: 14px 14px;
}
.input:focus {
  background-color: #ffffff;
  border: 1px solid #1589ee;
  outline: 0;
  box-shadow: 0 0 3px #0070D2;
}
input[type="checkbox"] {
  width: auto;
}
input.twofactor {
  background-image: url('/img/keys.png');
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}
input.error {
  border: 1px solid #C23934;
}
input[type="radio"] {
  margin-right: 12px;
  margin-bottom: 12px;
}
/* Removes native iOS button styling */
.tablewrapper {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
.password-wrapper {
  position: relative;
  background: #FFF;
}
.password-message {
  display: block;
  line-height: 45px;
  font-size: 10px;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
html[dir="rtl"] .password-message {
  right: auto;
  left: 0;
}
.password-none {
  border: 1px solid #1589ee;
}
.password-none-color {
  color: #16325c;
}
input.password-input.password-weak, input.password-input.password-weak:focus {
  border: 1px solid #C23934;
}
.password-weak-color {
  color: #CF4F43;
}
input.password-input.password-good, input.password-input.password-good:focus {
  border: 1px solid #4bca81;
}
.password-good-color {
  color: green;
}
.password-focus {
  border: 1px solid #1589ee;
}
.password-strong {}
.twofactor-input {
  background-image: url('/img/iconCode.png');
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}
.answer-input {
  padding: 12px !important;
}
.phone-input {
  background-image: url('/img/iconPhone.png');
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}
.clear-input {
  background-image: url('/img/iconClear.png');
  background-repeat: no-repeat;
  background-position: 12px, 12px;
  background-size: 14px 18px;
  padding: 12px 40px;
}
/*.rgtWrapper {
	padding: 20px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}*/
.standard_logo_wrapper {}
.standard_logo {}
#header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
}
.footer {
  position: relative;
  margin-top: -72px; /* negative value of footer height */
  height: 60px;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#content {}
p.large {
  font-size: 18px;
  font-family: SFSLight, Arial, sans-serif;
}
.important {
  font-weight: bold;
}
.wordwrap {
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
/* Login page sections */
#left {
  background: #25a1c6;
}
#right iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  float: right;
}
.container {
  border: 1px solid #D8DDE6;
  padding: 20px;
  border-radius: 4px;
  color: #16325c;
}
/* Login form */
#pwcaps {
  font-size: 12px;
  color: #54698d;
  margin-top: -8px;
}
#pwcapsicon {
  margin-right: 8px;
}
.inputgroup {
  position: relative;
}
.loginError {
  color: #CF4F43;
  margin-bottom: 14px;
  font-size: 12px;
}
#idcard-container {
  background-color: #ffffff;
  border: 1px solid #D8DDE6;
  padding: 2px;
  border-radius: 4px;
}
#idcard {
  padding: 3px;
  border-radius: 4px;
  position: relative;
}
#idcard-identity {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 43px;
  right: 36px;
  line-height: 32px;
}
.avatar {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  vertical-align: middle;
  margin-right: 8px;
  padding: 4px;
  display: inline-block;
}
.clearlink {
  margin-right: 8px;
  margin-top: 8px;
  float: right;
}
.clearicon {
  width: 16px;
  height: 16px;
  cursor: hand;
}
/* Login hint editing */
.nonscrollable {
  border-bottom: 1px solid #D8DDE6;
  border-radius: 4px;
  border-top: 1px solid #D8DDE6;
}
#manager ul {
  margin: 0;
  padding: 0;
}
#manager li {
  list-style-type: none;
  padding: 12px;
  font-size: 14px;
  border-left: 1px solid #D8DDE6;
  border-right: 1px solid #D8DDE6;
  border-bottom: 1px solid #f4f6f9;
  position: relative;
}
#manager li:hover, #manager li:focus {
  background-color: #f4f6f9;
}
#manager span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 68px;
  right: 36px;
  line-height: 32px;
}
.hintclearlink {
  margin-top: 8px;
  float: right;
}
.hintclearicon {
  width: 16px;
  height: 16px;
  cursor: hand;
}
/* Login hint chooser */
#chooser ul {
  margin: 0;
  padding: 0;
}
#chooser li {
  list-style-type: none;
  font-size: 14px;
  border-left: 1px solid #D8DDE6;
  border-right: 1px solid #D8DDE6;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 0px;
  position: relative;
}
#chooser li a:hover, #chooser li a:focus {
  background-color: #f4f6f9;
}
#idlist span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 68px;
  right: 12px;
  line-height: 32px;
}
#idlist a {
  color: #16325c;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  padding: 12px;
  font-size: 12px;
  box-sizing: border-box;
}
.thumbnail {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
}
.scrollable {
  border-bottom: 1px solid #D8DDE6;
  border-radius: 4px;
  border-top: 1px solid #D8DDE6;
  max-height: 200px;
  overflow: auto;
}
.activity {
  width: 8px;
  border-radius: 0px;
  vertical-align: middle;
  margin-right: 8px;
}
/* Login page IDP styling */
#or_use_idp {
  font-size: 18px;
  font-family: SFSLight, Arial, sans-serif;
}
#idp_section_buttons .thumbnail, #idp_section_chooser .thumbnail {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
/* button should be the same height with or without a logo */
#idp_section_buttons button {
  min-height: 50px;
  word-wrap: break-word;
}
#idp_chooser ul {
  margin: 0;
  padding: 0;
}
#idp_chooser li {
  list-style-type: none;
  font-size: 14px;
  border-left: 1px solid #D8DDE6;
  border-right: 1px solid #D8DDE6;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 0px;
}
#idp_chooser li a:hover {
  background-color: #f4f6f9;
}
#idp_chooser li a:focus {
  background-color: #f4f6f9;
}
#idplist a {
  color: #16325c;
  text-decoration: none;
  display: block;
  padding: 12px;
  font-size: 14px;
  word-wrap: break-word;
}
#idpscrollable {
  border-bottom: 1px solid #D8DDE6;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #D8DDE6;
  max-height: 190px;
  overflow: auto;
}
#idp_search {
  background-image: url('/img/grey_magnifier.png');
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-size: 16px 19px;
  padding: 12px 12px 12px 44px;
  border-bottom: 0px;
  background-color: #ffffff;
}
#idp_search:focus {
  border-bottom: 0px;
  background-color: #ffffff;
  border: 1px solid #1589ee;
  outline: 0;
  box-shadow: 0 0 3px #0070D2;
}
fieldset.borderless {
  border: 0;
  padding: 0 0 0 0;
  margin: 0;
  min-width: 0;
}
#errText {
  color: red;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 10px;
}
.errmsgg {
  border-color: red !important;
  background: url(/images/icon-fail.png) no-repeat right center #ffebef !important;
  color: #480000 !important;
  border: 1px solid #C23934 !important;
}
.errText {
  font-size: 85%;
  color: red;
  margin-top: -2px;
  padding-left: 0;
  padding-bottom: 12px;
}
label, .lbl_forgot {
	font-size: 12px;
}
label {
	color: #54698d;
}
.lbl_forgot {
	text-decoration: none;
}
.ebox {
  background-color: red;
  border-radius: 4px;
  padding: 5px;
  color: white !important
}
@media only screen and (max-width: 480px) {
  #wrapper {
    max-width: 100%;
    margin-left: inherit;
    left: inherit;
    padding-top: 20px !important;
  }
  #content {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
  }
  /* font must be at least 16px to prevent auto-zooming on iOS devices */
  input.input {
    font-size: 16px;
  }
}
.payreliefbnr {
  height: 100%;
  background: url(../images/payrelief_bnr.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.akkusearchblkM {
  position: relative;
}
.akkusearchHere {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 34px;
  font-family: arial;
  font-weight: bold;
  color: #fff
}
.akkusearchJob {
  position: absolute;
  top: 100px;
  left: 60px;
  font-size: 24px;
  font-family: arial;
  font-weight: normal;
  color: #fff
}
.akkusearchBtn {
  position: absolute;
  top: 160px;
  left: 60px;
}
.akkusearchBtn a {
  padding: 15px 20px;
  color: #5c5c5c;
  font-family: arial;
  font-size: 18px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
}
.akkusearchBtn a:hover {
  color: #fff;
  background: #1391F7
}
.payreliefbnr {
  height: 100%;
  background: url(../images/payreliefbnr.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.akkupayblkM {
  position: relative;
}
.akkupayHere {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 28px;
  font-family: arial;
  font-weight: bold;
  color: #fff
}
.akkupayBtn {
  position: absolute;
  top: 120px;
  left: 60px;
}
.akkupayBtn a {
  padding: 15px 20px;
  color: #5c5c5c;
  font-family: arial;
  font-size: 18px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
}
.akkupayBtn a:hover {
  color: #fff;
  background: #1391F7
}
.irmbnr {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.irmblkM {
  position: relative;
}
.irmHere {
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 28px;
  font-family: arial;
  font-weight: bold;
  color: #5c5c5c
}
.irmDesc { /*position:absolute; top:100px; left:60px;*/ padding-top: 15px;
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  color: #5c5c5c
}
.irmBtn { /*position:absolute; top:150px; left:60px;*/
}
.irmBtn a {
  padding: 15px 20px;
  color: #5c5c5c;
  font-family: arial;
  font-size: 18px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
}
.irmBtn a:hover {
  color: #fff;
  background: #1391F7
}
span.form-error.help-block {
  margin-bottom: 10px;
}
.back_to_login {
  margin: 10px 0px 0px;
  text-align: right;
}
/* Forgot Password Section CSS (forgotUserPassMBg----forget user name and password */
#forgotUserPassMBg, #forgotUserPassMBg #left {
  background: #fff !important;
}
#forgotUserPassMBg #wrapper {
  padding-top: 0px;
}
#forgotUserPassMBg #wrap {
  min-height: auto;
}
#forgotUserPassMBg #main {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 #e8e8e8;
  margin: 50px auto 0px auto;
  padding: 30px 0px;
  width: 600px;
}
#forgotUserPassMBg #content {
  padding: 10px;
}
#forgotUserPassMBg #footer {
  color: #66758f;
  clear: both;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}
#forgotUserPassMBg #wrapper #content h3 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
}
#forgotUserPassMBg #wrapper #content h5 {
  text-align: center;
  margin: 10px 0px 25px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal
}
#forgotUserPassMBg .forgmarg-15 {
  margin-top: 15px !important
}
#forgotUserPassMBg #main.updatemarginT {
  margin-top: 15px !important
}
#forgotUserPassMBg .forgmarg-20 {
  margin-bottom: 20px !important
}
@media only screen and (max-width: 680px) {
  #forgotUserPassMBg #main {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #e8e8e8;
    margin: 10px auto 0px auto;
    padding: 10px;
    width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  #forgotUserPassMBg #main {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #e8e8e8;
    margin: 10px auto 0px auto;
    padding: 10px 0px;
    width: 310px;
  }
}
@media only screen and (max-height: 1200px) {
  #forgotUserPassMBg #main {
    margin-top: 150px !important;
  }
  #forgotUserPassMBg #main.updatemarginT {
    margin-top: 80px !important;
  }
}
@media only screen and (max-height: 800px) {
  #forgotUserPassMBg #main {
    margin-top: 15px !important;
  }
  #forgotUserPassMBg #main.formarginT {
    margin-top: 80px !important;
  }
  #forgotUserPassMBg #main.updatemarginT {
    margin-top: 10px !important;
  }
}
@media only screen and (max-height: 500px) {
  #forgotUserPassMBg #main {
    margin-top: 15px !important;
  }
  #forgotUserPassMBg #main.formarginT {
    margin-top: 20px !important;
  }
  #forgotUserPassMBg #main.updatemarginT {
    margin-top: 10px !important;
  }
}
.mobileDiv {
  margin: 0;
  padding: 0;
  overflow: hidden;
  clear: both;
  display: inline-block;
  width: 100%;
}
.mobileDiv .mobile1 {
  float: left;
  margin: 0;
  padding: 25px 0 0;
  width: 30%;
  text-align: center;
}
.mobile1 h6 {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
.headding {
  font-size: 45px;
  color: #333;
  padding: 50px 0 10px 0px;
  font-weight: bold;
}
.info {
  margin: 0;
  padding: 0 30px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.irmBtn {
  position: static;
  padding: 50px 30px 0 0;
  float: right;
}
.irmBtn a:hover {
  background: #df2b3a;
}
.twoCenterBtns {
  width: 100%; /*margin-top: 15px;*/ text-align: center;
}
.btnLeft {
  margin-left: -45px;
}
.liveDemo {
  padding: 20px 0 40px 0;
}
.liveDemo a {
  padding: 15px 20px;
  color: #FFFFFF;
  font-family: arial;
  font-size: 18px;
  background: #0058AF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  -moz-box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
  box-shadow: 3px 6px 5px 0px rgba(51, 50, 51, 1);
}
.liveDemo a:hover {
  background: #FFFFFF;
  color: #0058AF;
}
.moz-text-html .hse-column-container {
  max-width: 600px !important;
  width: 600px !important
}
.moz-text-html .hse-column {
  display: table-cell;
  vertical-align: top
}
.moz-text-html .hse-section .hse-size-12 {
  max-width: 600px !important;
  width: 600px !important
}
[owa] .hse-column-container {
  max-width: 600px !important;
  width: 600px !important
}
[owa] .hse-column {
  display: table-cell;
  vertical-align: top
}
[owa] .hse-section .hse-size-12 {
  max-width: 600px !important;
  width: 600px !important
}
[owa] .hse-section .hse-size-3 {
  max-width: 180px !important;
  min-width: 120px !important
}
[owa] .hse-section .hse-size-6 {
  max-width: 300px !important;
  width: 300px !important
}
