.versionIndicator {
  float: right;
  line-height: 32px;
  margin-right: 17px;
}
#layout_content {
  position: absolute;
  width: 40%;
  margin: 0;
}
#MenuBarAlternative {
  position: absolute;
  display: flex;
  flex-direction: row;
  font: normal normal bold 18px/18px Poppins;
  margin: 30px;
}
#MenuBarAlternative .menuBarButton {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #2D79DD 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px;
  border-radius: 5px;
  border: solid 1px #2D79DD;
  color: white;
  height: 30px;
  width: 200px;
  cursor: pointer;
  z-index: 100;
  margin-left: 20px;
  margin-top: 10px;
}
#MenuBarAlternative .menuBarLink {
  padding-top: 2px;
  padding-bottom: 2px;
  cursor: pointer;
  z-index: 100;
  margin-left: 20px;
  text-decoration: none;
  font: normal normal normal 13px/18px Open Sans;
}
#SuiteTestMode {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  color: white;
  background-color: red;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 1px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Open Sans", Arial;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-left: 3px;
  vertical-align: top;
  position: absolute;
  left: 50%;
}
#Promotion {
  width: 60%;
  background-color: #032053;
  position: absolute;
  left: 40%;
  height: 100%;
  z-index: -99;
  overflow-y: clip;
}
#Promotion .half-circle {
  display: inline-block;
  /* add this */
  width: 150px;
  height: 75px;
  border-radius: 150px 150px 0 0;
  border-style: solid;
  border-width: 15px;
  border-bottom: 0px;
  border-color: #C573AD;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: -75px;
  z-index: -100;
}
#Promotion .background {
  width: 100%;
  background-color: #032053;
  height: 100%;
}
#Promotion .header {
  text-align: left;
  position: absolute;
  top: 15%;
  margin: 50px;
}
#Promotion .header .header_description {
  color: #C573AD;
  font: normal normal bold 18px/23px Poppins;
  text-shadow: 0px 3px 6px #00000029;
}
#Promotion .header .header_text {
  font: normal normal bold 35px/48px Poppins;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000029;
  max-width: 900px;
}
#Promotion .text_bottom_center {
  text-align: center;
  position: absolute;
  top: 70%;
  font: normal normal bold 26px/30px Open Sans;
  color: #FFFFFF;
  text-shadow: 0px 2px 6px #00000029;
  text-transform: uppercase;
  width: 100%;
}
#Promotion .check-list {
  position: absolute;
  top: 40%;
  margin: 50px;
  border-radius: 5px;
  opacity: 0.8;
}
#Promotion .check-list .check-list-item {
  color: #C573AD;
  font: normal normal normal 22px/23px Poppins;
  text-align: left;
  display: flex;
  flex-direction: row;
  margin: 10px;
  opacity: 1;
}
#Promotion .check-list .check-list-item .check-list-item-text {
  margin-left: 10px;
  color: #FFFFFF;
  font-size: 18px;
}
#Promotion .video_small {
  top: 40%;
  position: absolute;
  left: 15%;
  align-content: center;
  height: 45%;
  width: 70%;
}
#Promotion .video_large {
  align-content: center;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
#Promotion .video_large .video_button_fullscreen {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #1D4EF9;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
}
#Promotion .video_large .video_button_fullscreen_off {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #1D4EF9;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  display: none;
}
#Promotion .background_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  z-index: -10;
  position: absolute;
}
#Promotion .small_image_textupdate {
  position: absolute;
  bottom: -135px;
  right: 0;
  mix-blend-mode: multiply;
  transform: scale(0.5);
}
#Promotion .pc-screen-background {
  background-color: white;
  position: absolute;
  height: 175px;
  width: 308px;
  bottom: 54px;
  right: 200px;
}
#Promotion .background-pc {
  width: 374px;
  height: 300px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 165px;
  opacity: 0.76;
  filter: blur(50px);
}
#pnlWelcome {
  flex: 0 0 100px;
  display: flex;
  flex-direction: row;
}
#pnlWelcome .cierpa_logo {
  margin-left: -20px;
  transform: scale(0.75);
}
#panel_login {
  flex: 0 0 auto;
}
#panel_login .leftColumn {
  margin: 15px;
}
#panel_login .leftColumn .layout_form_input_line input,
#panel_login .leftColumn span {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  font: normal normal normal 13px/18px Open Sans;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  border: solid 1px gray;
}
#panel_login .loginLocales {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
#panel_login .loginLocales .login_title {
  text-align: left;
  font: normal normal bold 18px/18px Poppins;
  letter-spacing: 0px;
  color: #032053;
  flex-grow: 1;
}
#panel_login .loginLocales #locales a {
  cursor: pointer;
}
#panel_login.test_environment {
  border: 2px solid red;
  padding-top: 0px;
}
#panel_login.test_environment .loginLocales {
  flex-direction: column;
}
#panel_login.test_environment .loginLocales .login_title {
  background-color: red;
  color: white;
  height: 30px;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}
@keyframes pulse_btn_ok {
  0%, 100% {
    background-color: #032053;
  }
  50% {
    background-color: #2D79DD;
  }
}
#panel_login.waiting_for_reply #btnOk {
  animation: pulse_btn_ok 2s infinite;
  animation-timing-function: ease;
}
#panel_login #pnlButtons {
  clear: both;
  padding-bottom: 10px;
  margin: 15px;
}
#panel_login #pnlButtons .layout_form_input_line {
  margin: 0px;
}
#panel_login #pnlButtons #btnOk {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #2D79DD 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px;
  border-radius: 5px;
  border: solid 1px #2D79DD;
  color: white;
  height: 30px;
  width: 100%;
  cursor: pointer;
}
#panel_login #pnlButtons #btnOk:active {
  background-color: #032053;
}
#panel_login #pnlVersion {
  text-align: right;
  margin: 15px;
  font-size: 10px;
}
#panel_login #pnlVersion .login_info--version_date {
  margin-top: 5px;
}
#panel_forgot-password {
  flex: 0 0 auto;
  display: none;
}
#panel_forgot-password .login_title {
  text-align: left;
  font: normal normal bold 18px/18px Poppins;
  letter-spacing: 0px;
  color: #032053;
  flex-grow: 1;
}
#panel_forgot-password .leftColumn .layout_form_input_line input,
#panel_forgot-password .leftColumn span {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  font: normal normal normal 13px/18px Open Sans;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  border: solid 1px gray;
}
#panel_forgot-password .forgot-password_buttons {
  clear: both;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
}
#panel_forgot-password .forgot-password_buttons .layout_form_input_line {
  margin: 0px;
}
#panel_forgot-password .forgot-password_buttons #btnSendEmail {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #2D79DD 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px;
  border-radius: 5px;
  border: solid 1px #2D79DD;
  color: white;
  height: 30px;
  width: 50%;
  cursor: pointer;
}
#panel_forgot-password .forgot-password_buttons #lnkReturnToLoginForgotPassword {
  padding-top: 9px;
  padding-bottom: 2px;
  height: 30px;
  width: 50%;
  cursor: pointer;
  color: #2D79DD;
  text-align: right;
  font-size: 13px;
}
#panel_reset-password {
  flex: 0 0 auto;
}
#panel_reset-password .reset_password_title {
  text-align: left;
  font: normal normal bold 18px/18px Poppins;
  letter-spacing: 0px;
  color: #032053;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
#panel_reset-password .leftColumn .layout_form_input_line input,
#panel_reset-password .leftColumn span {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  font: normal normal normal 13px/18px Open Sans;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding-left: 10px;
  box-sizing: border-box;
  border: solid 1px gray;
}
#panel_reset-password .reset-password_buttons {
  clear: both;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
}
#panel_reset-password .reset-password_buttons .layout_form_input_line {
  margin: 0px;
}
#panel_reset-password .reset-password_buttons #btnResetPassword {
  padding-top: 2px;
  padding-bottom: 2px;
  background: #2D79DD 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px;
  border-radius: 5px;
  border: solid 1px #2D79DD;
  color: white;
  height: 30px;
  width: 50%;
  cursor: pointer;
}
#panel_reset-password .reset-password_buttons #returnToLoginResetPassword {
  padding-top: 9px;
  padding-bottom: 2px;
  height: 30px;
  width: 50%;
  cursor: pointer;
  color: #2D79DD;
  text-align: right;
  font-size: 13px;
}
.layout_form_fieldname {
  font-weight: 600;
  display: block;
  width: 85px;
  margin-bottom: 8px;
}
.layout_form_input_button {
  width: 118px;
  margin-right: 1px;
}
#pnlLoginContainer {
  width: 60%;
  padding: 10px;
  position: absolute;
  left: 20%;
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50%;
}
#pnlWelcome strong {
  display: block;
  text-align: center;
  color: darkGray;
}
.rightColumn a {
  color: #FFF;
  text-decoration: none;
  line-height: 16px;
}
.error {
  background-color: #B5344C4D;
  color: black;
  border: solid 1px #B5344C;
  display: block;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
.info {
  background-color: #17C35B4D;
  color: black;
  display: block;
  padding: 10px;
  border: 1px solid #17C35B;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
a.lnkLogin,
a.lnkLogin:visited {
  color: white;
}
a.lnkLogin:hover {
  text-decoration: none;
}
.SocialContainer .subscriptionWrapper {
  float: left;
  position: absolute;
  left: 0;
  bottom: 150px;
  margin-left: 30px;
  user-select: none;
  width: 470px;
}
.SocialContainer .subscriptionWrapper .subscriptionHeader {
  cursor: pointer;
  width: 270px;
  height: 38px;
  background-color: #4d4274;
  color: white;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .headerLabel {
  margin-left: 10px;
  line-height: 38px;
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .fa-minus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
.SocialContainer .subscriptionWrapper .subscriptionHeader .fa-plus {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  cursor: pointer;
}
.SocialContainer .links {
  position: absolute;
  left: 0;
  bottom: 25px;
  margin-left: 30px;
  background-color: white;
  height: 30px;
  display: flex;
}
.SocialContainer .links .linkedIn,
.SocialContainer .links .youtube,
.SocialContainer .links .subscribe,
.SocialContainer .links .cierpa {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  background-color: #2D79DD;
  color: white;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
.SocialContainer .links .linkedIn .fa-linkedin,
.SocialContainer .links .youtube .fa-linkedin,
.SocialContainer .links .subscribe .fa-linkedin,
.SocialContainer .links .cierpa .fa-linkedin,
.SocialContainer .links .linkedIn .fa-youtube,
.SocialContainer .links .youtube .fa-youtube,
.SocialContainer .links .subscribe .fa-youtube,
.SocialContainer .links .cierpa .fa-youtube,
.SocialContainer .links .linkedIn .fa-newspaper,
.SocialContainer .links .youtube .fa-newspaper,
.SocialContainer .links .subscribe .fa-newspaper,
.SocialContainer .links .cierpa .fa-newspaper,
.SocialContainer .links .linkedIn .fa-globe-pointer,
.SocialContainer .links .youtube .fa-globe-pointer,
.SocialContainer .links .subscribe .fa-globe-pointer,
.SocialContainer .links .cierpa .fa-globe-pointer {
  float: left;
  line-height: 20px;
  margin-top: 5px;
  margin-left: 8px;
}
.SocialContainer .links .linkedIn .volgen,
.SocialContainer .links .youtube .volgen,
.SocialContainer .links .subscribe .volgen,
.SocialContainer .links .cierpa .volgen {
  float: left;
  margin-left: 5px;
  font-weight: 600;
  line-height: 20px;
}
.SocialContainer .links .link_description {
  flex: 0 0 auto;
  color: #032053;
  font: normal normal bold 13px/18px Poppins;
  margin-top: 6px;
  margin-right: 10px;
}
.SocialContainer .links .subscriptionContent {
  width: 0;
  height: 50px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  overflow: hidden;
  background-color: white;
  display: flex;
  border-radius: 5px;
}
.SocialContainer .links .subscriptionContent input {
  flex: 0 0 auto;
  margin-top: 7px;
  margin-left: 10px;
  width: 230px;
  height: 30px;
  padding-left: 3px;
  border-radius: 4px;
  border: solid 1px #C5C4CB;
}
.SocialContainer .links .subscriptionContent button {
  flex: 0 0 auto;
  background-color: #2D79DD;
  color: white;
  width: 233px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #2D79DD;
  cursor: pointer;
  box-shadow: 3px 3px 6px #00000029;
  margin-top: 10px;
  margin-left: 10px;
}
#lnkForgotPassword {
  color: #2D79DD;
  margin-top: 15px;
  margin-left: 15px;
}
@media (max-width: 1000px) {
  #Promotion {
    display: none;
  }
  #layout_content {
    width: 100%;
  }
}
