.hide {
  display: none !important;
}

/*
$formulaGreen: #34a835;
$lightGoldenrodYellow: #fafad2;
*/
/* fix BMC-3179 interlinea testi e datalake */
/*$inputGroupAddonMinWidth:2*$fontSize;*/
/*$inputListItemHoverBgColor:#eaeaea;*/
/*$inputListItemHoverTextColor:#333333;*/
/*$inputListItemHighlightBgColor:$highlightBgColor;*/
/*$inputListItemHighlightTextColor:$highlightColorText;*/
/*$radioButtonWidth:1.642em;
$radioButtonHeight:1.642em;*/
/*$disabledOpacity: 0.3;*/
:root {
  --input-border-color: #d9e2ea;
  --input-hover-border-color: #d9e2ea;
  --input-focus-border-color: #d9e2ea;
}

/* BE - MENU ---------------------------------- */
/* BE - STATUS BAR ---------------------------------- */
/*RESERVATIONS ----------------------------------------------------*/
/*PLANNER ----------------------------------------------------*/
/* Open Sans Variable Font - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 1 999;
  font-stretch: 75% 125%;
  src: url("/beback/javax.faces.resource/fonts/open-sans-var/OpenSans-VariableFont_wdth,wght.ttf.xhtml?ln=primefaces-be-ui-2023") format("truetype-variations");
  font-display: swap;
}
/* Open Sans Italic Variable Font - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 1 999;
  font-stretch: 75% 125%;
  src: url("/beback/javax.faces.resource/fonts/open-sans-var/OpenSans-Italic-VariableFont_wdth,wght.ttf.xhtml?ln=primefaces-be-ui-2023") format("truetype-variations");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #202124;
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
}

.ajaxLoaderWrapper {
  position: absolute;
  overflow: auto;
  width: 100%;
}
.ajaxLoaderWrapper .ajaxloader {
  text-align: center;
}
.ajaxLoaderWrapper .ajaxloader > div {
  height: 100vh;
  line-height: 100vh;
  background-color: rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

:root,
body,
label,
body .ui-widget:not(.pi),
body .ui-widget .ui-widget:not(.pi),
input,
select,
textarea {
  font-size: 13px;
  line-height: 1.4em;
}
:root.v4-small,
body.v4-small,
label.v4-small,
body .ui-widget:not(.pi).v4-small,
body .ui-widget .ui-widget:not(.pi).v4-small,
input.v4-small,
select.v4-small,
textarea.v4-small {
  font-size: 0.785em;
}
:root.v4-big,
body.v4-big,
label.v4-big,
body .ui-widget:not(.pi).v4-big,
body .ui-widget .ui-widget:not(.pi).v4-big,
input.v4-big,
select.v4-big,
textarea.v4-big {
  font-size: 1.285em;
}

html,
body {
  height: 100vh;
}

.login-panel {
  height: 100%;
}

.login-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background: #1b70e8;
  background: linear-gradient(180deg, #1b70e8 0%, #0f3e80 100%);
}
.login-wrapper > div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 40px 120px;
}
.login-wrapper > div.action {
  width: 100%;
}
.login-wrapper > div.info {
  max-width: 540px;
  background-color: white;
  flex-direction: column;
  justify-content: space-between;
  /*width: calc(100% / 3);*/
  height: 100%;
}
.login-wrapper .action .wrap {
  text-align: center;
  padding-top: 150px;
}
.login-wrapper .action .wrap .form-container {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin: auto;
  width: 280px;
  padding: 1em;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 1em;
}
.login-wrapper .action .wrap .form-container .input-wrapper {
  max-width: 220px;
  margin: auto;
  padding-bottom: 24px;
}
.login-wrapper .action .wrap .brand-image {
  position: absolute;
  width: 220px;
  height: auto;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.login-wrapper .action .wrap .login-logo {
  width: 140px;
  height: auto;
  margin: 8em auto 1em auto;
}
.login-wrapper .action .wrap .extra-login-logo {
  width: 140px;
  height: auto;
  margin: 1em auto 1em auto;
}
.login-wrapper .action .wrap .ui-inputfield {
  width: 100%;
  margin-top: 1em;
}
.login-wrapper .action .wrap .ui-button {
  display: block !important;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.login-wrapper .action .wrap a.subinfo {
  color: white;
  font-size: 0.875em;
  font-weight: 300;
}
.login-wrapper .action .wrap .user-info {
  font-size: 0.875em;
  margin: 1em auto auto auto;
  color: #b9b9b9;
}
.login-wrapper .action .wrap .ssl {
  text-align: center;
}
.login-wrapper .action .wrap .ssl .ssl-logo {
  margin: 3em auto auto auto;
  width: 140px;
  height: auto;
}
.login-wrapper.extra {
  background: #202124;
}

.info > div {
  /*width: 250px;*/
}
.info > div h3 {
  line-height: 1.5em;
  font-size: 1.285em;
  color: #0f3e80;
}
.info > div h4 {
  color: #0f3e80;
  text-transform: uppercase;
}
.info > div a {
  color: #1b70e8;
  text-decoration: underline;
}
.info > div a:hover {
  color: #0f3e80;
}
.info > div.logo img {
  width: 240px;
  height: auto;
}
.info > div.communications > div {
  margin-top: 1em;
  max-height: 40vh;
  line-height: 1.5em;
}
.info > div.legal {
  line-height: 1.5em;
}
.info > div.legal .worktime,
.info > div.legal .contacts {
  margin-top: 1em;
}
.info > div.legal .worktime i,
.info > div.legal .contacts i {
  color: #0f3e80;
  margin-right: 0.5em;
}
.info > div.legal .worktime i.fa-phone,
.info > div.legal .contacts i.fa-phone {
  transform: rotate(90deg);
}
