/****************************
app CSS   
****************************/
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #B84322;
}
.nounderline {
  text-decoration: none !important;
}
.pointer {
  cursor: pointer !important;
}
label {
  font-weight: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #B84322 !important;
}
.dd {
  margin-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ger-inline-form .form-block {
  display: inline-block;
  margin-right: 1em;
}
.ger-inline-form .form-block label {
  display: inline-block;
  text-align: right;
  font-size: 14px !important;
}
.ger-inline-form .form-block input,
.ger-inline-form .form-block select {
  display: inline-block;
  width: auto;
  font-size: 14px !important;
}
.currency-cell {
  text-align: right;
}
.ger-button {
  border: 1px solid #B84322;
  color: #B84322;
}
.ger-button:hover {
  background-color: #f5f5f5;
}
.ger-button-fill {
  background-color: #c21b17 !important;
  color: white !important;
}
.ger-button-fill:hover {
  color: #f5f5f5 !important;
}
.ger-button-fill-secondary {
  background-color: #752127 !important;
  color: white !important;
}
.ger-button-fill-secondary:hover {
  color: #f5f5f5 !important;
}
.ger-button-fill-tertiary {
  background-color: #e9573d !important;
  color: white !important;
}
.ger-button-fill-tertiary:hover {
  color: #f5f5f5 !important;
}
.ger-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.mandatory:after {
  color: #d14;
  font-weight: bold;
  margin-left: 3px;
  content: "*";
}
.mandatory.invalid {
  color: #d14;
}
.mandatory.invalid:after {
  content: "* =>";
}
/****************************
override bootstrap
****************************/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  display: block;
}
.collapse.in {
  overflow: visible;
}
input[type="radio"] {
  width: 15px;
}
/****************************
settings menu
****************************/
.header-menu-wrapper {
  position: relative;
  margin-top: 10px;
}
.header-menu-wrapper a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}
.header-menu-wrapper a.btn span.glyphicon-cog {
  font-size: 1.5em;
  color: #878d99;
}
.header-menu-wrapper a.btn span.glyphicon-cog:hover {
  color: #6D6D6D;
}
.header-menu-wrapper a.btn span.fa {
  font-size: 1.4em;
  color: #878d99;
  margin-top: 4px;
}
.header-menu-wrapper a.btn span.fa:hover {
  color: #6D6D6D;
}
.header-menu-wrapper .dropdown-menu {
  min-width: 170px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 4px;
}
.header-menu-wrapper ul.dropdown-menu li a {
  padding-left: 10px;
  cursor: pointer;
  line-height: 1.5em;
}
.header-menu-wrapper ul.dropdown-menu li a label {
  border: 0;
  padding-left: 20px;
  line-height: 15px;
  width: auto!important;
  cursor: pointer;
}
.header-menu-wrapper ul.dropdown-menu li a span.glyphicon {
  padding-right: 10px;
}
.header-menu-wrapper #HLogout {
  background-image: none;
}
.header-menu-wrapper .divider {
  margin: 4px 0;
}
.header-menu-wrapper ul.dropdown-menu li a.glyphicon-item .glyphicon {
  font-size: 12px;
  padding-right: 5px;
}
.header-menu-wrapper ul.dropdown-menu li a.glyphicon-item label {
  float: none;
  padding-left: 0;
}
.header-menu-wrapper ul.dropdown-menu li a.fa-item .fa {
  font-size: 14px;
  padding-right: 3px;
}
.header-menu-wrapper ul.dropdown-menu li a.fa-item label {
  float: none;
  padding-left: 0;
}
/****************************
header links
****************************/
#Header .header-links {
  line-height: 54px;/*
  position: absolute;
  right: 8vw;
  */
}
#Header .header-links a {
  font-size: 14px;
  font-weight: bold;
  line-height: 54px;
  padding-top: 4px;
  display: inline-block;
  /*
	position: absolute;
	right: 50%;
	*/
  min-width: 100px;
  padding-right: 4rem;
}
#ger-cockpit-opener {
  float: right;
  margin-top: 1.9rem !important;
  margin-right: 3.5rem !important;
  cursor: pointer;
  color: #878d99;
}
#ger-cockpit-opener:hover {
  color: #6d6d6d;
}
#ger-cockpit-opener > svg {
  width: 2rem;
  display: inline-block;
}
/****************************
modal window
****************************/
/*
.modal {
	display: block;
}

.modal-body:before,
.modal-body:after {
	display: table;
	content: " ";
}

.modal-header:before,
.modal-header:after {
	display: table;
	content: " ";
}
*/
/****************************
override old skul cocoon css
****************************/
#Body {
  position: relative!important;
}
.Dialog.window {
  /* border: 0; */
  border: 1px solid #C53429;
}
.window .winBody {
  /*position: inherit;*/
  position: relative;
  top: 0;
}
.window .winHeader {
  margin: 0;
  font-size: 1em;
}
div.commands {
  height: auto;
  overflow: hidden;
  border: 0;
  margin-top: 1px;
}
div.areaFrame {
  background: none;
}
.area {
  padding-top: 0 !important;
}
h2.winTitle {
  width: 100%;
}
.dialog,
.wizard,
.windowDialog {
  top: 18px !important;
  border: 1px solid #C53429;
  border-top: 0;
}
.tableViewJs tr {
  border: 0;
}
.BE-insurers .insurersPanels .panelFrame h4.panel {
  background-color: transparent;
}
label.clean {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 20px !important;
  height: inherit;
}
span.gr-iconl {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/custom/spritelittle.png);
  background-repeat: no-repeat;
}
span.gr-iconb {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  background-image: url(../img/custom/sprite.png);
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.dropdown-menu > li > a label {
  line-height: 8px;
}
span.gear {
  background-position: 0px -140px;
}
span.uploadclaims {
  background-position: 0px 0px;
}
span.report {
  background-position: 0px -75px;
}
span.location {
  background-position: 0px -60px;
}
span.user {
  background-position: 0px -15px;
}
span.logout {
  background-position: 0px -30px;
}
span.calendar {
  background-position: 0px -45px;
}
span.exclose {
  background-position: 0px -160px;
}
span.search {
  background-position: 0px -120px;
}
span.mpnm-portal {
  background: url(../img/MPNMportal.png) left 2px no-repeat;
}
span.gr-iconl.search {
  background-position: 0px -90px;
}
span.gr-iconl.exclose {
  background-position: 0px -120px;
  width: 15px;
  position: absolute;
  left: 160px !important;
  top: 0px;
  opacity: 0.5;
  cursor: pointer;
}
span.gr-iconl.exclose:hover {
  background-position: -15px -120px;
}
/****************************
exception overlay
****************************/
.exception-overlay {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 10px;
  /*background: #333;*/
  background: #fff;
  -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.2);
}
.exception-overlay span.close-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/custom/spritelittle.png);
  background-repeat: no-repeat;
  background-position: 0px -120px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  padding: 0px 2px 15px 13px;
}
.exception-overlay span.exception-message {
  display: block;
  max-width: 50%;
  z-index: 10;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #fff;
}
.exception-overlay span.exception-message .error-reason {
  font-weight: bold;
}
.exception-overlay span.exception-message .error-reason.network {
  color: #8c8c8c;
}
.exception-overlay span.exception-message .error-details {
  margin-top: 15px;
}
.exception-overlay span.exception-message .error-details span.infos {
  color: #000;
}
.exception-overlay span.exception-message span {
  display: block;
  font-size: 14px;
  color: #b22c1b;
}
.exception-overlay span.exception-message a {
  font-size: 14px;
  color: #03A9F4;
}
.exception-overlay img.exception-background-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
/****************************
tooltip
****************************/
dt .tooltip-inner {
  white-space: normal;
  color: #000;
  background-color: #eee;
}
dt .tooltip.top .tooltip-arrow {
  border-top-color: #eee;
}
/****************************
inline field warning
****************************/
.field-warning {
  color: #b22c1b;
  font-weight: bold;
  position: absolute;
  border: 1px solid #b22c1b;
  background-color: #fcf8e3;
  padding: 0.5em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 10;
  text-align: right;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.field-warning .warning-title {
  float: left;
}
.field-warning .glyphicon {
  padding: 0 0 0 10px;
  font-size: 20px !important;
  cursor: pointer;
}
.field-warning .glyphicon-ok {
  color: green;
}
.field-warning .glyphicon-remove {
  color: red;
}
.field-warning p,
.field-warning p.message-container {
  text-align: left;
  line-height: 1.5em;
}
/****************************
underneath field warning
****************************/
.underneath-field-warning-container {
  position: relative;
  margin-bottom: 1.4em;
}
.underneath-field-warning-container .underneath-field-warning {
  font-size: 12px;
  color: red;
  display: block;
  left: 0;
  top: 2.6em;
  line-height: 1.2em;
  background-color: #f5f5f5;
}
/****************************
Varia
****************************/
.footer-note {
  color: #666;
}
.text-bold {
  font-weight: bold;
}
.btn-generali {
  background-color: #be1100;
}
html,
body {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFDFE;
}
body {
  background-image: url('/static/img/bg_generali_logo.jpg');
  background-color: #FFFDFE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
select,
select:active,
select:active:hover,
select:hover,
select:focus,
input,
input:active,
input:active:hover,
input:hover,
input:focus {
  outline-color: #be1100;
}
.btn-primary {
  background-color: #be1100;
  font-weight: bold;
  border-top-color: #f11600;
  border-left-color: #d81300;
  border-right-color: #b41000;
  border-bottom-color: #a50f00;
}
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #d21300;
  border-color: #be1100;
  outline-color: #be1100;
}
.btn.disabled,
.btn[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  background-color: #ccc;
  border-color: #bbb;
}
.login-box-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 690px;
  height: 320px;
  margin-left: -345px;
  margin-top: -160px;
  overflow: hidden;
  border-radius: 6px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fafafc;
  border-right: solid 1px #f2f0f0;
  border-bottom: solid 1px #f2f0f0;
  box-shadow: 0px 14px 29px 0px rgba(50, 50, 50, 0.33);
  background: #ebe9e9;
  background: linear-gradient(135deg, rgba(206, 204, 204, 0.45) 0%, rgba(252, 230, 230, 0.25) 8%, rgba(250, 249, 249, 0.85) 28%, rgba(254, 254, 254, 0.7) 28%, rgba(254, 254, 254, 0.7) 33.8%, rgba(222, 220, 220, 0.15) 34%, rgba(255, 250, 250, 0.75) 34%, rgba(255, 250, 250, 0.75) 47%, rgba(251, 249, 249, 0.6) 47%, rgba(254, 253, 253, 0.65) 100%);
}
.login-box-container header {
  position: absolute;
  margin-top: 44px;
  margin-left: 44px;
  z-index: 100;
}
.login-box-container .user-messages {
  position: absolute;
  margin-right: 60%;
  margin-left: 44px;
  top: 40%;
  font-size: 0.9em;
}
.login-box-container .user-messages .error-icon {
  position: absolute;
  font-size: 2em;
  color: #be1100 !important;
}
.login-box-container .user-messages .error-text {
  margin-left: 2.5em;
  display: inline-block;
  width: 210px;
}
.login-box-container .user-messages .challenge-question-text {
  display: inline-block;
  width: 210px;
}
.login-box-container .user-messages .error-container {
  position: relative;
}
.login-box-container .user-messages #session-expired,
.login-box-container .user-messages #user-locked,
.login-box-container .user-messages #user-failed-login-attempts,
.login-box-container .user-messages #new-password-sent,
.login-box-container .user-messages #new-password-not-sent,
.login-box-container .user-messages #forgotten-password-sent,
.login-box-container .user-messages #forgotten-password-not-sent,
.login-box-container .user-messages #password-already-sent,
.login-box-container .user-messages #password-sso-enabled,
.login-box-container .user-messages #env-sso-disabled,
.login-box-container .user-messages #sso-error,
.login-box-container .user-messages #username-not-matching,
.login-box-container .user-messages #user-sso-disabled,
.login-box-container .user-messages #username-not-found,
.login-box-container .user-messages #force-login-error,
.login-box-container .user-messages #already-logged-in,
.login-box-container .user-messages #bad-login,
.login-box-container .user-messages #wrong-mfa-code,
.login-box-container .user-messages #mfa-token-expired,
.login-box-container .user-messages #wrong-mfa,
.login-box-container .user-messages #input-not-valid,
.login-box-container .user-messages #not-configured,
.login-box-container .user-messages #wrong-mfa-code-instructions,
.login-box-container .user-messages #bad-mfa-login,
.login-box-container .user-messages #challenge-question-reset-credentials-instruction,
.login-box-container .user-messages #wrong-response {
  display: none;
}
.login-box-container #reminder-link {
  display: none;
}
.login-box-container .logo {
  position: absolute;
}
.login-box-container .logo .logo__payoff {
  padding-left: 0;
  position: relative;
}
.login-box-container .login-form {
  width: 373px;
  float: right;
  text-align: right;
  margin-top: 44px;
  margin-right: 44px;
}
.login-box-container .login-form #login-password,
.login-box-container .login-form #login-logged,
.login-box-container .login-form #challenge-question-verify {
  display: none;
}
.login-box-container .login-form .form-group {
  width: 100%;
  margin-bottom: 0.5em;
}
.login-box-container .login-form #force-login.form-group {
  margin-bottom: 0;
}
.login-box-container .login-form label {
  display: inline-block;
  color: #999;
}
.login-box-container .login-form .form-control {
  font-size: 0.9em;
  letter-spacing: -0.02em;
  width: 72%;
}
.login-box-container .login-form button.btn-primary {
  width: 72%;
  font-weight: bold;
}
.login-box-container .login-form .force-buttons button {
  width: 100px;
  margin-left: 5px;
  margin-top: 10px;
}
.login-box-container #reminder-link {
  position: absolute;
  bottom: 37px;
  left: 44px;
  color: #be1100;
  font-size: 0.9em;
  cursor: pointer;
}
.login-box-container .logo-gcc {
  position: absolute;
  bottom: 32px;
  right: 44px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-image: url('/static/img/logo_generali_gcc.png');
}
.login-box-container #password-reminder-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 315px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(135deg, #fefefd 0%, #fcfafa 100%);
  transition: top 0.3s ease-out, opacity 0.15s ease-in-out, visibility 0.3s ease-out;
}
.login-box-container #password-reminder-container .reminder-form {
  margin: 23% 44px 0;
}
.login-box-container #password-reminder-container .reminder-form form div {
  float: left;
}
.login-box-container #password-reminder-container .reminder-form form div.username {
  width: 77%;
}
.login-box-container #password-reminder-container p {
  margin-bottom: 1em;
}
.login-box-container #password-reminder-container input {
  width: 82%;
}
.login-box-container #password-reminder-container label {
  display: inline-block;
  color: #999;
}
.login-box-container.is-password-reminder #password-reminder-container {
  visibility: visible;
  top: 0;
  opacity: 1;
}
.change-password .caption {
  margin-bottom: 78px;
}
.change-password .change-password-form .fields {
  margin: 61px 44px 44px;
  float: right;
  width: 50%;
}
.change-password .change-password-form label {
  display: inline-block;
  color: #999;
  width: 40%;
  text-align: right;
}
.change-password .change-password-form .form-group {
  width: 100%;
}
.change-password .change-password-form .form-control {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  width: 58%;
}
.change-password .change-password-form .actions {
  position: absolute;
  bottom: 44px;
  right: 44px;
}
.change-password .change-password-form .actions #errors .glyphicon {
  position: absolute;
  font-size: 1.4em;
}
.change-password .change-password-form .actions #errors .error-text {
  display: inline-block;
  margin-left: 2em;
}
.change-password .change-password-form .actions button.btn-primary {
  float: right;
  font-weight: bold;
  width: 146%;
}
.change-password .change-password-form #oldpass-container {
  margin-bottom: 1em;
}
#footer {
  position: absolute;
  width: 100%;
  bottom: 2em;
  text-align: center;
  font-size: 0.8em;
  padding-right: 57px;
  color: #555;
}
#footer .exm {
  display: inline-block;
  width: 47px;
  height: 16px;
  background-image: url('/static/img/exm_logo.png');
  background-position: top right;
  background-repeat: no-repeat;
}
#footer .version {
  padding-left: 1em;
}
.password-strength-bar {
  display: inline-block;
  width: 100%;
}
.password-strength-bar .strength-label {
  display: inline-block;
  width: 40%;
  line-height: 1em;
  text-align: right;
  color: #B84322;
  font-size: 0.8em;
  padding-bottom: 0.25em;
  text-transform: capitalize;
}
.password-strength-bar .step-container {
  width: 40%;
}
.password-strength-bar .password-strength-step {
  display: inline-block;
  width: 13.8%;
  height: 4px;
  margin-right: 2px;
  background: #c8c8c8;
}
.qr-box {
  position: absolute;
  max-width: 33%;
  margin-top: 110px;
  margin-left: 44px;
}
.qr-box .qr-image {
  margin-bottom: 1.45rem;
}
.qr-box .mfa-info {
  font-size: 1.15rem;
}
.login-box-container-mfa .logo {
  font-size: .75rem;
}
.login-box-container-mfa .user-messages {
  top: 69%;
}
.password-strength-bar .password-strength-step.strength-1 {
  background: #f4364c;
}
.password-strength-bar .password-strength-step.strength-2 {
  background: #ffa600;
}
.password-strength-bar .password-strength-step.strength-3 {
  background: #ffe803;
}
.password-strength-bar .password-strength-step.strength-4 {
  background: #2ecc71;
}
.logo {
  text-align: center;
  font-size: 0.8em;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
}
.logo .logo__title {
  display: block;
  color: #be1100 !important;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1em;
  padding-top: 2px;
}
.logo .logo__payoff {
  display: block;
  font-weight: bold;
  font-size: 13.28px;
  line-height: 1em;
  color: #6D6D6D;
  position: absolute;
  bottom: 0;
  padding-left: 75px;
}
#generiskLogo {
  position: absolute;
  top: 0.6em;
  left: 1.4em;
  background-image: url('/static/img/header/generali_new_logo.png');
  background-repeat: no-repeat;
  background-position: 2px 2px;
  height: 54px;
  width: 300px;
}
