/*//////////////////////////////////////////////////////////////////
[ GLOBAL ]*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background: #EDF0F5;
  height: 100%;
  font-family: "Open sans", sans-serif;
}

.dim {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1 !important;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

.clearfix {
  clear: both;
}

/* Alert */

.alert {
  padding: 0px;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 5;
  height: 300px;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #fff !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  width: 565px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.legalNotice{
	width: auto;
  border-radius: 4px;
  height: auto;
}

/* Alert - header - */

.alert-header {
  position: relative;
  font-size: 11px;
  font-weight: bold;
}

.alert-title {
  color: #1178BD;
  font-size: 22px;
  padding: 32px;
  border-bottom: 1px solid #CFD8DC;
  font-family: 'Ubuntu', sans-serif;
}

.alert .close {
  margin: -10px 32px 0 0;
  position: absolute;
  right: .3em;
  top: 50%;
  padding: 1px;
  float: none;
  height:19px;
  width: 19px;
}

.alert .x-btn {
  height:24px;
  width: 24px;
  padding: 0;
  background-color: transparent;
}

.alert .icon.icon-close {
  background-image: url(../images/bkg_b_phoenix_3.png);
  background-position: -82px -500px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
}

.legal-notice-close-div{
  width: 30px !important;
}

.legal-notice-header {
  padding: 32px;
}

.legal-notice-title{
  color: #1178BD;
	font-family: 'Ubuntu';
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.close-mentions-legals-btn{
	background-image: url(../images/bkg_b_phoenix_3.png);
	background-position: -80px -500px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
}

/* Alert - body - */

.custom-login-info {
  padding: 10px 15px !important;
}

.error_holder.alert-dialog {
  /*background: url(../images/i_alert_msg.png) no-repeat scroll 15px 50% !important;
  background-color: #FFF !important;*/
  box-sizing: initial;
  margin: 0 0 3px 7px;
  font-size: 13px;
  background-color: #FFF !important;
  font-size: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0;
  margin: 0px 32px !important;
  height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-info {
  font-size: 13px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  width: 85%;
  margin-left: 7.5%;
}

.legal-notice-body {
	font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
	padding: 34px;
  line-height: 1rem;
}

/* Alert - footer - */

.alert-footer {
  background: transparent !important;
  border: none;
  margin: 12px 0 0 0;
  padding: 10px 32px;
  border-top: 1px solid #CFD8DC;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.alert-footer button {
  margin: 6px 5px 6px 0px;
}

/* End Alert */

.images-par:hover,
#version-text:hover {
  cursor: pointer;
  color: #03A9F4;
}

.images-par {
  color: #01579B;
}

.popup_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  backdrop-filter: blur(4px);
  z-index: 1;
}

.emptyDaemon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4px;
  padding: 0px;
  max-width: 565px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.emptyDaemon h4 {
  padding: 0px;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  color: #1178BD;
}

.emptyDaemon .holder {
  border-radius: 4px;
  padding: 15px;
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
}

.emptyDaemon .holder p {
  font-size: 15px;
  margin: 0 0 10px 0;
  color: #606060;
  font-family: "Open Sans", sans-serif;
}

.emptyDaemon .holder a {
  display: block;
  margin: 10px 0;
  font-family: "Open Sans", sans-serif;
  color: #039BE5;
  text-decoration: none;
  font-size: 14px;
}

.emptyDaemon .holder img {
  margin: 0 6px -2px 0;
  width: 14px;

}

.btn_holder {
  padding: 16px 32px;
  text-align: right;
  border-top: 1px solid #CFD8DC;
}

.emptyDaemon button {
  cursor: pointer;
  background: #039BE5;
  padding: 10px 32px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: auto;
  height: 48px;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}

.emptyDaemon button:hover {
  background: #03A9F4;
}

/* error message */
#message {
  position: absolute;
  top: 25px;
  left: 50%;
  background: #fff;
  color: red;
  text-align: center;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 5px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 20px;
  display: none;
  font-family: "Open Sans", sans-serif;
}

.wrapperInfo.link2 {
  height: 100px;
  margin: 0px;
  bottom: 0px;
  position: absolute;
  width: 44%;
}

.wrapperInfo.link2 .link {
  width: 50%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 40px;
}

#iconePatient {
  float: right;
  margin-right: 50px;
}

#iconeInfo {
  float: left;
  margin-left: 10px;
}

.link {
  cursor: pointer;
}

#second-link {
  margin-top: 14px;
}

.wrapperInfo a {
  color: #379BDE;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.wrapperInfo p {
  margin: 0px;
}

#close-cookies-btn {
  background-color: #999999;
  text-align: center;
  height: 35px;
  width: auto;
  font-size: 12px;
  letter-spacing: -0.05em;
  text-transform: none;
  white-space: nowrap;
}

.link img {
  margin-bottom: -5px;
  width: 20px;
  margin-right: 10px;
}

.instruction {
  text-align: center;
  font-size: 14px;
  color: #90A4AE;
}

/* Cookies notification */

.notification-panel {
  z-index: 1;
  bottom: 0;
  position: fixed;
  background-color: rgba(226,226,226,0.9) !important;
  height: 81px;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
}

.cc-notification-text {
  display: inline-block;
  padding: 20px 32px 0;
}

.cc-notification-text p {
  color: #666666;
  margin: 0px;
  display: block;
  padding-right: 220px;
  font-size: 10pt;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.cc-notification-buttons {
  margin-top: 0;
  text-align: left;
  display: inline-block;
  float: right;
  position: absolute;
  top: 20px;
  right: 0px;
}

.cc-notification-buttons button {
  background-color: #999999;
  text-align: center;
  height: 35px;
  width: auto;
  font-size: 12px;
  letter-spacing: -0.05em;
  text-transform: none;
  white-space: nowrap;
  font-size: 12px;
  margin-right: 60px;
  padding: 8px 16px;
  border-radius: 5px;
  letter-spacing: -0.05em;
  color: #ffffff;
  vertical-align: baseline;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.cc-notification-buttons button:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  #cc-notification-wrapper {
    height: 90px;
  }
}

@media only screen and (max-width: 555px) {

  .responsive-input,
  .responsive-label {
    display: block;
    margin: auto;
    float: none !important;
  }

  .responsive-label {
    text-align: center;
  }

  .wrap-login-long,
  .wrap-login {
    width: 100% !important;
  }

  .wrap-login-long,
  .form-wrapper,
  .form-header {
    text-align: center;
  }
}

@media only screen and (max-width: 420px) {
  .error-msg {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  #cc-notification-wrapper {
    height: 150px;
  }

  .cc-notification-text,
  .cc-notification-buttons {
    display: block;
    width: 100%;
  }

  .shadow {
    width: 100%;
  }
}

@media only screen and (max-width: 300px) {
  #cc-notification-wrapper {
    height: 180px;
  }
}

@media only screen and (max-height: 850px) {
  button,
  .input-login {
    height: 36px !important;
  }

  .form-header {
    display: none;
  }

  .logo-bcb.m-t-50 {
    margin-top: 30px !important;
  }

  .form-wrapper {
    padding: 0px 40px 40px 40px !important;
  }

  .logo {
    padding: 40px 0 20px 0 !important;
  }

  #togglePassword {
    top: 22% !important;
  }

}

/*---------------------------------------------*/

.logo {
  margin: 0 auto;
  padding: 60px 0 20px 0;
  text-align: center;
}

h1 {
  color: #1178BD;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}

label {
  color: #6f6f6e;
  font-size: 16px;
  line-height: 18px;
  padding: 9px 0 9px;
  display: block;
}

.cc-notification-text p {
  font-size: 10pt;
  line-height: 1em;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

textarea {
  outline: none;
  border: none;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  border-radius: 3px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 17px;
  height: 48px;
  width: 275px;
  display: inline-block;
  background-color: #039BE5;
  color: #fff;
  padding: 7px;
  text-align: left;
}

button img {
  padding-right: 10px;
  vertical-align: middle;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

.social-div {
  margin-top: 20px;
}

#csp_input {
  width: 275px;
  text-align: center;
  border-radius: 30px;
  height: auto;
  font-size: 11px;
  text-transform: uppercase;
  color: #039BE5;
  background-color: transparent;
  border: 1px solid #039BE5;
  font-weight: 600;
  height: 36px;
}

#csp_input:hover {
  background-color: #F7FAFB !important;
  border-color: #03A9F4;
  color: #03A9F4;
}

#PSC-icon,
#CPS-login-icon {
  position: relative;
  margin-left: 30px;
}

#PSC-icon::before,
#CPS-login-icon::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 20px !important;
  margin-left: -30px;
  top: -4px;
}

#PSC-icon::before {
  background: url(../images/PSC-login-icon.png) no-repeat center center;
}

#CPS-login-icon::before {
  background: url(../images/CPS-login-icon.png) no-repeat center center;
}

#zocial-keycloak-oidc,
#zocial-oidc {
  width: 275px;
  font-size: 11px;
  font-family: 'Ubuntu', sans-serif;
  text-decoration: none;
  color: #6F7072;
  text-transform: uppercase;
  font-weight: 600;
  height: 36px;
  display: inline-grid;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 15px;
}

#zocial-keycloak-oidc:hover,
#zocial-oidc:hover {
  opacity: 0.8;
  background-color: #F7FAFB !important;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.reset-button-area {
  display: inline-block;
  margin-left: 10px !important;
}

.container-login {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.wrap-login {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 480px;
  max-width: 400px;
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}

.wrap-login-long {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  width: 480px;
  max-width: 400px;
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 10%);
}

.login-center {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#ps-logo {
  width: 220px;
}

.login-pf-social-link {
  text-align: center;
  margin-bottom: 20px;
}

.logo img {
  width: 185px;
}

.text-center {
  text-align: center;
}

.forgot-pwd {
  color: #039BE5;
  text-decoration: none;
  font-size: 12px;
}

.forgot-psw {
  text-align: center;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-20,
.mB_20 {
  margin-bottom: 20px !important;
}


.cps-btn {
  background-color: #039BE5;
}

.border-login {
  height: 10px;
}

.border1 {
  background-color: #009add;
  height: 10px;
  width: 50%;
  float: left;
}

.border2 {
  background-color: #ea7b0d;
  height: 10px;
  width: 25%;
  float: left;
}

.border3 {
  background-color: #6f6f6e;
  height: 10px;
  width: 25%;
  float: left;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.compatibility {
  display: block;
  padding-right: 20px;
  width: 100%;
  text-align: right;
}

.compatibility span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.inner-footer {
  background-color: #424251;
  color: #c9c9c9;
  font-size: 10px;
  padding: 3px 0;
  width: 100%;
}

.inner-footer p {
  font-size: 10px;
  color: #c9c9c9;
  margin-top: 0px;
}

.wrapper-footer1 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-right: 10px;
}

.close {
  margin-right: -15px;
  margin-top: 2px;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-footer1 .left {
  display: inline-block;
  padding-left: 10px;
}

.wrapper-footer1 .right {
  display: inline-block;
  float: right;
}

.wrapper-footer2 .right {
  float: right;
  padding-right: 10px;
}

.login-form {
  width: 100%;
}

.form-wrapper {
  padding: 0px 40px 60px 40px;
}

.section-divider {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #CFD8DC;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-divider span {
  font-size: 14px;
  background-color: #fff;
  padding: 0 10px;
  color: #CFD8DC;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
}

.login-float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*------------------------------------------------------------------
[ Input ]*/

input {
  font: inherit;
  font-size: 16px;
  color: #555555;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  padding: 6px 0 7px;
  transition: 0.3s;
}

.input-login {
  background: #F5F7F8;
  height: 48px;
  width: 280px;
  margin-bottom: 12px;
  padding: 0px 10px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
}

div.validate-input {
  text-align: center;
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill::first-line {
  font-size: 13px;
}


.login-form-btn,
.cps-btn {
  width: 275px;
  padding: 10px 32px;
  text-align: center;
}

.login-form-btn:hover {
  background-color: #03A9F4 !important;
}

.cps-btn:hover {
  background-color: #03A9F4 !important;
}

.notCompatiblePopup {
  display: none;
  width: 25%;
  padding: 18px;
  background-color: #e6e5e5;
  position: absolute;
  right: 20px;
  bottom: 100px;
  font-size: 0.8em;
}

.browserIcons ul {
  display: flex;
}

.notCompatiblePopup .browserIcons li {
  display: flex;
  flex-direction: column;
  margin-right: -.25em;
  position: relative;
  top: 1.25em;
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
}

.notCompatiblePopup .browserIcons li span {
  color: #6f6f6e;
  padding: 10px 0 0 0;
}

.notCompatiblePopup .compat_title,
.notCompatiblePopup .notOptimized {
  font-weight: bolder;
  margin-bottom: 5px;
  color: #6f6f6e;
  display: flex;
  align-items: center;
}

.compat_title img {
  margin: 0 10px 0 0;
  width: 15px;
}

.text-right {
  text-align: right;
}

.ok_btn {
  width: auto !important;
  height: 48px !important;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  padding: 0px 32px;
}

.ok_btn:hover {
  background-color: #03A9F4 !important;
}

.forget_text {
  margin-top: 7px;
  font-size: 14px;
}

.mT_10 {
  margin-top: 10px;
}

.mT_20 {
  margin-top: 20px;
}

.mB_15 {
  margin-bottom: 15px;
}

.m_0 {
  margin: 0 !important;
}

.gray_text {
  color: #90A4AE !important;
}

.close_popup_daemon {
  width: 14px;
  cursor: pointer;
}

.daemon_hedaer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 32px;
  border-bottom: 1px solid #CFD8DC;
}

.demaon_icon_holder {
  padding-right: 15px;
}

.wrapper-footer2 {
  display: none;
}

.update_deamon_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.update_deamon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #e4e4e4;
  border-radius: 3px;
  padding: 15px 25px;
  max-width: 500px;
  width: 500px;
  border: 1px solid #333333;
}

.update_deamon #close_popup,
.update_deamon .close_popup_daemon {
  display: none;
}

.update_deamon h4 {
  padding: 0px 0 16px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  color: #606060;
}

.update_deamon .holder {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
}

.update_text_warning {
  margin-bottom: 3px !important;
}

.update_deamon .holder p {
  font-size: 13px;
  margin: 0 0 10px 0;
  color: #606060;
  font-family: "Open Sans", sans-serif;
}

.update_deamon .holder a {
  display: block;
  margin: 4px 0;
  font-family: "Open Sans", sans-serif;
  color: #009ADD;
  text-decoration: none;
  font-size: 14px;
}

.update_deamon .holder img {
  margin: 0 6px -4px 0;

}

.update_deamon button {
  cursor: pointer;
  background: #009ADD;
  padding: 10px 10px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  width: auto;
  height: 36px;
  font-size: 12px;
}

.instruction_holder {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  margin: 0 auto;
  width: 475px;
  padding: 20px;
}

.instruction_holder p {
  margin: 0;
}

.instruction_holder a {
  outline: none !important;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  width: auto;
  background-color: #009bde;
  color: #fff;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0 0 0;
  display: inline-block;
  white-space: nowrap;
}

.instruction_holder_h {
  text-align: center !important;
}

.instruction_p {
  color: gray !important;
}

.instruction_a {
  text-align: center !important;
}

.instruction_a a {
  color: #0084b4;
  background: #fff;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
  height: auto;
  margin-top: 10px;
  font-weight: 500;
}

.Complexity {
  margin-top: 5px;
  color: #90A4AE;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.Complexity_imgs {
  width: 15px;
  margin-bottom: -3px;
}

.footer-element{
	padding: 0 12px;
	border: 1px solid #c9c9c9;
    border-width: 0 1px 0 0;
    color: #c9c9c9;
}

.footer-link{
	text-decoration: solid;
    color: #c9c9c9;
}
#togglePassword {
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 28%;
}

.fa-eye:before {
  color: #78909C;
}

/*//////////////////////////////////////////////////////////////////
[ Media ]*/

.cookies-con{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.cookies-con .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}
.cookies-con .content{
  background: #f9f9f9;
  padding: 40px;
  width: 560px;
  border-radius: 4px;
}
.cookies-con .content h3, .cookies-con .content p{
  margin-bottom: 25px;
  text-align: center;
}
.cookies-con .content h4{
  font-weight: 400;
    text-align: center;
    color: #707070;
    margin-bottom: 10px;
}
.cookies-con .content h3{
color: #444;
font-size:20px;
font-weight: 700;
}
.cookies-con .content p{
  color: #707070;
}
.cookies-con .content p a{
color :#444;
font-weight: 700;
}
.cookies-con .content .cookies-group{
  margin: 0 -40px;
    border-top: 2px solid #fff;
    padding: 15px 40px 0 40px;
}
.cookies-con .content .cookies-group h5{
  color: #444;
  margin-bottom: 5px;
}
.cookies-con .content .cookies-group p{
  text-align: left;
}
.cookies-con .content .btns-con.cookies{
  justify-content: space-between !important;
}
.cookies-con .content .btns-con{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cookies-con .content .btns-con button {
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  height: auto;
  width: auto;
}
.cookies-con .content .btns-con button.modify{
  background: transparent;
  margin-right: 25px;
  border: 1px solid #039BE5;
  color: #039BE5;
}
.cookies-con .content .btns-con button[disabled]{
  background-color: gray;
  cursor: auto;
}
.ProSanteConnect_LOGO{
      margin: 0 auto;
      width: 275px;
  }
  a#zocial-sncf-oidc {
    display: none;
  }
  a#zocial-sncf-oidc-ecps {
    display: none;
  }
