html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:focus,
div.help-title:focus {
  outline: 0;
  text-decoration: none;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 184px;
  /* default */
  min-height: 100%;
  font-family: Arial, sans-serif;
}

p {
  margin: 0;
}

img {
  vertical-align: middle;
}


/*color*/

a,
a:hover,
a:focus {
  color: white;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:active,
a:hover {
  color: #337ab7;
}

footer .left-div,
footer .right-div {
  background-color: #EDECEC;
}

.report-header--bgcolor {
  background-color: #E5E3E3;
}

.text-blue {
  color: #0B4B7D;
}

.text-devil-gray {
  font-size: 15px;
  font-style: italic;
  color: #666666;
}

.text-grey {
  font-size: 14px;
  color: #666666;
}

.arrow-text-light-gray {
  color: #999999;
}


/*arrow-font*/

@font-face {
  font-family: 'arrow-font';
  src: url('../fonts/estensa-font.eot');
  src: url('../assets/fonts/estensa-font.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/estensa-font.woff') format('woff'), url('assets/fonts/estensa-font.ttf') format('truetype'), url('../assets/fonts/estensa-font.svg#cdi-fonf') format('svg');
  font-weight: normal;
  font-style: normal;
}

.arrow-up:after {
  content: '\0041';
}

.arrow-right:after {
  content: '\0042';
}

.arrow-left:after {
  content: '\0044'
}

.arrow-down:after {
  content: '\0043';
}


/*button style reset*/

button.button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 0;
}

button.button::-moz-focus-inner,
button.button::-webkit-focus-inner,
button.button::inner {
  border: 0;
  padding: 0;
}


/*END button style reset*/


/*button--right-round style*/

.button.button--right-round {
  position: relative;
  width: 130px;
  margin-right: -13px;
}

.button--right-round--layout {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

.button.button--right-round:after {
  position: relative;
  display: inline-block;
  left: -14px;
  width: 29px;
  height: 46px;
  line-height: 46px;
  border-radius: 0 23px 23px 0;
  /*font*/
  font-size: 18px;
  font-family: 'arrow-font';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  content: '\0042';
}

.button .button--right-round__text {
  display: inline-block;
  width: 101px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  padding: 0 30px 0 10px;
  overflow: hidden;
}


/*END button--right-round style*/


/*button :hover, :active behaviour and :focus reset*/

button:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

button:active {
  opacity: 1;
  transform: opacity 0.1s;
}

button:focus {
  outline: 0;
  text-decoration: none;
}

button.button-width-auto {
  width: auto !important;
}

button.button-width-auto span {
  width: auto !important;
}

/*HEADER*/
/*MEDIA */
header {
  min-width: 992px;
}

.menu {
  height: 40px;
}

.logo-back {
  height: 78px;
}

.lg-logo-container {
  text-align: center;
}

.lg-logo-container__logo {
  margin: -91px auto 0 auto;
  background-color: white;
  border: 1px solid lightgray;
  /*default*/
}

.lang {
  text-align: center;
  color: white;
  margin: 0 0 0 50%;
  width: 50%;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items:center;
}

div.help-title:hover {
  text-decoration: none;
  cursor: pointer;
}

input::placeholder {
  font-style: italic;
}

.lang>a,
.lang span {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
}


/*END Header*/
/* MEDIA */
section {
  min-width: 992px;
}


/*FOOTER*/

/** MEDIA */
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 992px;
}

footer .footer-container {
  overflow: hidden;
  background-color: transparent;
}

.footer-container--layout {
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

footer .footer-container>div {
  margin-bottom: -42px;
  transform: skew(-36deg);
}

footer .left-div {
  margin-left: -60px;
  padding-left: 60px;
  height: 150px;
}

.left-div--layout {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  -ms-flex: 1;
  display: -ms-flexbox;
  -ms-flex-pack: end;
}

footer .left-div .logo {
  overflow: hidden;
  width: 218px;
  height: 150px;
  background-color: white;
}

footer .left-div .logo>img {
  background-color: white;
  transform: skew(36deg) translateY(25%);
  /*margin-top: 12px;
    margin-left: 19px;
    transform: skew(36deg);*/
  /*border:1px solid lightgray;*/
}

footer .center-div {
  height: 66px;
}

.center-div--layout {
  flex: 0 0 650px;
  -ms-flex: 0 0 650px;
}

footer .right-div {
  height: 110px;
  margin-right: -60px;
  padding-right: 60px;
}

.right-div--layout {
  flex: 1;
  -ms-flex: 1;
}

#powered {
  font-size: 11px;
  line-height: 15px;
  color: #666666;
}

footer .tenant-address {
  font-family: Arial;
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 30px;
  transform: skew(36deg);
  height: inherit;
}

.footer-link {
  font-family: Arial;
  font-weight: bold;
  color: white;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  transform: skew(36deg);
  height: inherit;
}

header .lang > a,
footer .footer-link > a {
  padding: 0 6px;
  line-height:20px;
}
header .lang > a:not(:last-child),
footer .footer-link > a:not(:last-child) {
  border-right: 2px solid white;
}

footer .footer-link > a:first-child {
  padding-left: 0;
}

footer .footer-link > a:last-child {
  padding-right: 0;
}

#tenant-address__description {
  font-weight: bold;
}

footer .right-div .logo {
  padding: 23px 0 0 40px;
  transform: skew(36deg);
}

footer .right-div .logo img {
  width: 67px;
  height: 25px;
}


/*END Footer*/
/** MEDIA */
.welcome-message {
  margin: 35px auto 15px auto;
  width: 702px;
  text-align: center;
  font-size: 24px;
  color: #0B4B7D;
  line-height: 26px;
  text-transform: uppercase;
}


/*LogIn*/

@media (max-width: 699px) {

  .login {
    padding: 40px;
    margin: 0 auto;
  }

  .login .login-container .login-doctor-container {
    padding: 20px;
    margin: 0 auto;
    background-color: yellow;
  }
}

@media (min-width: 700px) {

  /** MEDIA */
  .login {
    width: 702px;
    margin: 0 auto;
  }

  /** MEDIA */
  .login .login-container {
    width: 548px;
    margin: 0 auto;
  }

  /** MEDIA */
  .login .login-doctor-container {
    width: 335px;
    margin: 0 auto;
  }

}

.login .login-container>p,
.login .login-doctor-container>p {
  color: #666666;
  font-family: Arial, sans-serif;
  font-size: 20px;
  padding: 30px 2px 22px 2px;
}

.login .login-container form.login-form--layout,
.login .login-doctor-container form.login-form--layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.login .login-container form.login-form--layout>.pin--layout,
.login .login-doctor-container form.login-form--layout>.pin--layout {
  flex-basis: 190px;
  -ms-flex: 0 0 190px;
}

.login .login-container .login-form--layout input,
.login .login-doctor-container .login-form--layout input {
  width: 190px;
  height: 60px;
  padding-left: 16px;
}

.login .login-container .login-form--layout>.pin--layout>.label-pin,
.login .login-doctor-container .login-form--layout>.pin--layout>.label-pin {
  font-size: 13px;
  line-height: 16px;
  color: #0B4B7D;
  margin-top: 21px;
  margin-bottom: 36px;
  padding-left: 2px;
}

@media (min-width: 700px) {

  /** MEDIA */
  .login-help {
    width: 702px;
    margin: 0 auto;
  }
}

@media (max-width: 699px) {

  /** MEDIA */
  .login-help {
    margin: 0 auto;
  }
}

.header-help {
  height: 46px;
  text-align: center;
  background-color: #B8B8B8;
  color: white;
  font-size: 20px;
  font-style: italic;
  line-height: 46px;
}

.header-help .arrow-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: white;
  color: #B8B8B8;
  vertical-align: middle;
  line-height: 26px;
  font-family: 'arrow-font';
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.login-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
}

.login-alert-warning.ng-hide {
  opacity: 0;
}

.login-alert-warning {
  opacity: 1;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  transition: opacity 2s;
  margin-bottom: 15px;
}


/*END Login*/


/* display Patient */

/** MEDIA */


@media (min-width: 700px) {

  .info-container {
    width: 702px;
    height: 176px;
    margin: 20px auto 0 auto;
    padding: 26px 22px 26px 40px;
  }

}

@media (max-width: 699px) {

  .info-container {
    height: 176px;
    margin: 20px auto 0 auto;
    padding: 26px 22px 26px 40px;
  }

}



.info-container--layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}


/*toRefactor*/

.info .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.info .patient-info {
  font-size: 13px;
  line-height: 24px;
}

.info .patient-info span:first-child {
  font-style: italic;
}


/*Elenco Referti Disponibili- Report.html*/


/*referti-common*/


@media (min-width: 700px) {

  /* MEDIA **/
  .report-header {
    width: 702px;
    height: 47px;
    margin: 70px auto 0 auto;
  }

}

@media (max-width: 699px) {

  /* MEDIA **/
  .report-header {
    height: 47px;
    margin: 70px auto 0 auto;
  }

}



.report-header .report-header__title {
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}

.font-title {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}


/* Visualizzazione referti disponibili*/

.report-header__icon-container {
  width: 70px;
  height: 70px;
  border-radius: 45px;
  margin: 0 auto -70px auto;
  text-align: center;
  line-height: 70px;
  position: relative;
  top: -53px;
}

.report-header__icon-container img {
  margin-bottom: 3px;
  vertical-align: middle;
  border-radius: 23px;
}

.report-header__icon-container--bgcolor {
  background-color: inherit;
}

/** MEDIA */

@media (min-width: 700px) {


  .report-container {
    width: 676px;
    margin: 3px auto 0 auto;
  }

}

@media (max-width: 699px) {


  .report-container {
    margin: 3px auto 0 auto;
  }

}



.report-container__availability {
  width: inherit;
  height: 33px;
  margin: 3px auto 0 auto;
}

.report-container__availability--layout {
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.report-detail {
  padding: 30px 0 30px 0;
  position: relative;
}

.report-detail .exam-header {
  padding: 0 30px;
}

/** MEDIA */
.report-detail .exam-detail {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  list-style: none;
  width: 580px;
  margin: 10px auto 35px auto;
}

.exam-header--font {
  font-size: 14px;
  line-height: 18px;
}

.exam-detail--font {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

/** MEDIA */
.report-detail .attachments-container {
  width: 580px;
  margin: 0 auto 0 auto;
  text-align: center;
}

.report-detail .attachments-container--layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
}

.report-detail .attachments-container>div {
  width: 128px;
  position: relative;
}

.report-detail .attachments-container div p {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 17px;
}

.button.button--remove {
  width: 118px;
  height: 38px;
  position: absolute;
  top: 30px;
  right: 9px;
  line-height: 38px;
  text-align: left;
}

.button--remove .button--remove__text {
  display: inline-block;
  width: 80px;
  text-align: left;
  padding: 0 0 0 14px;
}

.button .button__text {
  display: inline-block;
  width: 80px;
  text-align: right;
  padding: 0 4px 0 0;
}

.button.button--remove:after {
  /*font*/
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  color: inherit;
  font-family: 'arrow-font';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: -8px;
  content: '\0042\0044';
  text-align: left;
}

.button.close-images {
  background-color: #337AB7;
}

.button.close-images:after {
  width: 50px !important;
  height: 30px !important;
  padding-right: 7px;
  display: table-cell !important;
  vertical-align: middle;
  color: white;
  font-family: 'arrow-font';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: -8px;
  content: '\0042\0044';
}

.footnote {
  font-size: 11px;
  font-style: italic;
  padding: 0 0 0 40px;
}


/*override uibootstrap classe panel*/

.panel {
  border-radius: 6px;
  border-color: #337AB7;
  border-width: 2px;
  border-style: solid;
  background-color: white;
  z-index: 1;
  margin: 5px 0 0 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.panel .panel-body--layout {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  display: -ms-flexbox;
  -ms-flex-direction: column-reverse;
}

.panel .panel-body--layout>div {
  padding: 10px;
}

.panel .panel-body--layout button {
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: -2px -2px 0 0;
  border-radius: 0 6px 0 0;
}

.panel .panel-body--layout p {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* END Visualizzazione Referto Disponibile */


/*referto*/

.report-sharing {
  padding: 30px 0 10px 0;
}

.report-sharing>p,
.report-sharing form,
.report-sharing .sharing-doctor-container {
  padding: 0 10px 0 30px;
}

form.form-sharing {
  margin: /*td20px*/10px 0;
}

.form-sharing--layout {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
}

.report-header__icon-container--stacking-position {
  z-index: -1;
}

/*bootstrap-style per nascondere i label ma disponibili per i screen reader (Accessibility)*/

form.form-sharing label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

form.form-sharing input {
  width: 125px;
  height: 60px;
  padding: 12px 16px;
  border-radius: 0;
}


/*tentativo di sostituzione classe uiboostrap has-error*/


/* form.form-sharing input.have-error {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    }*/

form.form-sharing input::placeholder {
  font-style: italic;
}

.button--share {
  position: relative;
  width: 117px;
  height: 60px;
  /* la height è ereditata dal contenitore con flex stretch*/
  text-align: center;
}

.button.button--share:after {
  /*font*/
  content: '\0042';
  font-family: 'arrow-font';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px
}

.report-sharing__title {
  font-size: 14px;
  line-height: 18px;
}

.sharing-doctor-container {
  width: 100%;
  /*tdheight: 95px;*/
  margin: /*td30px*/20px 0;
  flex-flow: row;
}

.sharing-doctor-container--layout {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  padding-bottom: 7px;
}

.sharing-doctor-container-pin--layout {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  padding: 0 50px 7px 50px;
}

.sharing-doctor-container--layout>div,
.sharing-doctor-container-pin--layout>div {
  flex: 0 0 125px;
  width: 125px;
  -ms-flex: 0 0 125px;
}

.sharing-doctor-container h1 {
  /*reset*/
  margin: 10px 0 5px 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  /*style*/
  font-size: 15px;
  font-style: italic;
  color: #666666;
}

.sharing-doctor-container .tip>p {
  font-size: 14px;
  color: #666666;
  width: 125px;
  padding-right: 1px;
  /*piccolo hack per far vedere i 3 puntini*/
  overflow: hidden;
  text-overflow: ellipsis;
}


/*FAQACCORDION*/

.help-title {
  width: inherit;
  min-height: 34px;
  margin: 3px auto 0 auto;
  padding: 5px 40px 5px 40px;
  font-weight: bold;
}

.help-title--layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}

.help-title p {
  padding-right: 30px;
  -ms-flex: 0 1 auto;
}

.arrow-font {
  font-family: 'arrow-font';
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.help-dettaglio {
  padding: 22px 56px 24px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}

.help-dettaglio ul li {
  list-style: none;
  list-style-position: inside;
  text-indent: -9px;
}

.help-dettaglio li:before {
  content: '- ';
}

.help-dettaglio p {
  padding-left: 40px;
}


/* END FaqAccordion */


/* Tooltip container */

.tip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black; /* tooltip sottolineato con puntini */
}


/* Tooltip text */

.tip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: #555;
  /*default*/
  color: #fff;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  /* posiziona testo tooltip */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 0%;
  margin-left: 0%;
  /* tooltip Fade in  */
  opacity: 0;
  transition: opacity 1s;
}


/* freccia tooltip  */

.tip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  /*default*/
}


/* tooltip on mouse over */

.tip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/*spinner*/


/*include layout*/

.spinner-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}


/*include layout*/

.spinner-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99998;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
}


/*modal button*/

button.button--yes {
  width: 70px;
  height: 40px;
  font-size: 14px;
}

button.button--no {
  width: 70px;
  height: 40px;
  font-size: 14px;
}


/*modal uiboostrap override */

.modal-content,
.modal-body {
  border-radius: 2px !important;
}

.modal-title {
  /*background-color: #b79633;
    color: white;*/
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 2px !important;
}

.modal-body p {
  text-align: center;
}

.modal-footer button {
  margin: 0 0 0 10px !important;
}

.linkspid {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 8px
}

.linkspid:hover {
  text-decoration: underline
}

.button-spid-img {
  align-content: center;
  height: 40px;
  margin-top: 50px;
  margin-left: 0px
}

.input-warning {
  border: 1px solid #f00;
}

.pin-spid-error {
  border: 1.5px solid #ff1c1c;
}

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);

.italia-it-button {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #FFF;
  font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  border: 0;
  text-align: center;
  cursor: pointer;
  overflow: hidden
}

.italia-it-button-icon,
.italia-it-button-text {
  display: block;
  float: left
}

.italia-it-button-icon {
  margin: 0 -.4em 0 0;
  padding: 0.6em .8em .5em;
  border-right: rgba(255, 255, 255, 0.1) 0.1em solid
}

.italia-it-button-text {
  padding: .95em 1em .85em 1em;
  font-size: 1.15em;
  text-align: center
}

svg {
  width: 1.8em;
  height: 1.8em;
  fill: #fff
}

.italia-it-block {
  display: block
}

.italia-it-button-size-s {
  font-size: 10px;
  width: 150px
}

.italia-it-button-size-s>span img {
  width: 19px;
  height: 19px;
  border: 0
}

.italia-it-button-size-m {
  font-size: 15px;
  width: 220px
}

.italia-it-button-size-m>span img {
  width: 29px;
  height: 29px;
  border: 0
}

.italia-it-button-size-l {
  font-size: 20px;
  width: 280px
}

.italia-it-button-size-l>span img {
  width: 38px;
  height: 38px;
  border: 0
}

.italia-it-button-size-xl {
  font-size: 25px;
  width: 340px
}

.italia-it-button-size-xl>span img {
  width: 47px;
  height: 47px;
  border: 0
}

.button-spid {
  background-color: #06C;
  color: #FFF
}

.button-spid svg {
  fill: #FFF
}

.button-spid:hover {
  background-color: #036;
  color: #FFF
}

.button-spid:active {
  background-color: #83BEED;
  color: #036
}

.spid-idp-button {
  position: absolute;
  z-index: 1039;
  display: none
}

.spid-idp-button .spid-idp-button-menu,
.spid-idp-button .spid-idp-button-panel {
  list-style: none;
  background: white;
  border: solid 1px #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 0;
  margin: 0
}

#spid-idp-button-small-get,
#spid-idp-button-medium-get,
#spid-idp-button-small-post,
#spid-idp-button-medium-post {
  width: 230px
}

#spid-idp-button-large-get,
#spid-idp-button-large-post {
  width: 270px
}

#spid-idp-button-xlarge-get,
#spid-idp-button-xlarge-post {
  width: 330px
}

.spid-idp-button .spid-idp-button-panel {
  padding: 10px
}

.spid-idp-button.spid-idp-button-tip {
  margin-top: 8px
}

.spid-idp-button.spid-idp-button-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block
}

.spid-idp-button.spid-idp-button-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block
}

.spid-idp-button.spid-idp-button-tip.spid-idp-button-anchor-right:before {
  left: auto;
  right: 9px
}

.spid-idp-button.spid-idp-button-tip.spid-idp-button-anchor-right:after {
  left: auto;
  right: 10px
}

.spid-idp-button.spid-idp-button-scroll .spid-idp-button-menu,
.spid-idp-button.spid-idp-button-scroll .spid-idp-button-panel {
  max-height: 180px;
  overflow: auto
}

.spid-idp-button .spid-idp-button-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px
}

.spid-idp-button .spid-idp-button-menu li>a,
.spid-idp-button .spid-idp-button-menu label {
  display: block;
  font-family: "Titillium Web", HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  font-weight: 600;
  font-size: .9em;
  color: #06C;
  text-decoration: underline;
  line-height: 18px;
  padding-top: 5px;
  white-space: nowrap;
  border-bottom: 1px solid #ddd
}

.spid-idp-button .spid-idp-button-menu li>a:hover,
.spid-idp-button .spid-idp-button-menu label:hover {
  color: #036;
  cursor: pointer;
  background-color: #F0F0F0
}

.spid-idp-button .spid-idp-button-menu li>a img {
  height: 25px;
  padding: 10px 0 10px 10px;
  border: 0
}

.idp-button-idp-logo {
  font-size: 100%;
  height: 10%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #CCC;
  background-color: #FFF;
  padding: 15px;
  text-align: left;
  cursor: pointer
}

.idp-button-idp-logo:hover {
  background-color: #F0F0F0
}

.idp-button-idp-logo img {
  height: 25px;
  vertical-align: middle;
  cursor: pointer
}

.spid-top-menu-space-10>a img {
  margin-top: 10px
}

.spid-top-menu-space-20>a img {
  margin-top: 20px
}

.spid-top-menu-line {
  border-top: 5px solid #000
}

.spid-idp-support-link>a {
  padding: 5px 0 10px 10px
}

.spid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

/*
    Inizio stile spid button
*/

.spid-container {
  width: 230px;
  background: white;
  border: solid 1px #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 1px;
  margin: 0;
  margin-top: 8px;
  position: absolute;
  z-index: 10;
  /*margin-left:20px;*/
}

.spid-ul {
  list-style: none;
  background: white;
  overflow: visible;
  padding: 0;
  margin: 0;
}

.spid-li {
  border-bottom: 1px solid #ddd;
  line-height: 18px;
  padding-top: 5px;
}



.spid-li:hover {
  background-color: #F0F0F0
}

.spid-li img {
  height: 45px;
  padding: 10px 0 10px 10px;
  display: block;
}

.spid-li.spid-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spid-li.spid-info .linkspid {
  padding-left: 10px;
}
.spid-container ul.spid-ul li:last-child {
  border-bottom: none;
}
.spid-triangle2 {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e4e4e4;
}



.spid-container::before {
  position: absolute;
  top: -8px;
  left: 9px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  display: inline-block;
}

.spid-container::after {
  position: absolute;
  top: -6px;
  left: 10px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  display: inline-block;
}

.login-spid-form-text {
  margin-right: 10px
}

.login-agid-logo--container {
  text-align:center;
}
  .login-agid-logo--container .login-agid-logo {
    margin-top: 20px;
    padding: 10px 10px 20px 10px;
    width: 250px;
  }

.login-controller--container {
  min-height: 820px;
}

/*modal spid*/

.support-info-title {
  font-size: 1.5em; 
  font-weight: bold; 
  text-align: center; 
  margin: 30px 0 5px 0;
}

.support-info-box {
  border: 2px solid #6894B1; 
  margin: 10px; 
  padding: 5px;
}

.support-info-box div {
  padding: 5px 0;
}

.support-info-box div span {
  font-weight: bold;
}

header, section, footer {
  width: 100% !important;
  min-width: 702px !important;
}

header:focus,
section:focus,
footer:focus {
  outline: none;
}
header:hover,
section:hover,
footer:hover {
  cursor: auto;
}

@media (max-width:1106px) {
  header .lang {
    margin: 0 0 0 75%;
    width: 25%;
  }
  footer .footer-container.footer-container--layout {
    /* flex-flow: wrap; */
  }

  footer .left-div.left-div--layout {
    /* order: 2;
          min-width: 50%; */
    margin-left: -80px;
    height: 150px;
  }

  footer .left-div.left-div--layout .logo {
    height: 150px;
    width: 160px;
    line-height: 100px;
  }

  footer .left-div.left-div--layout .logo img {
    width: 130px;
    transform: skew( 36deg ) translate(10%, -10%);
  }

  footer .center-div.center-div--layout {
    /* order: 1; */
    /* margin-bottom: 0; */
    /* min-width: 100%;
          transform: none; */
    display: block !important;
    height: 70px;
    flex-shrink: 1;
  }

  footer .right-div.right-div--layout {
    /* order: 2; */
    /* min-width: 50%; */
    height: 150px; /*td110px + padding 30px su .logo*/
  }

  footer .center-div.center-div--layout > * {
    /* transform: none; */
    /* text-align: center; */
  }

  footer .center-div.center-div--layout div.tenant-address,
  footer .center-div.center-div--layout p.footer-link {
    display: block;
    height: 50%;
    padding: 0 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer .center-div.center-div--layout div.tenant-address {
    text-align: right;
    padding-top: 8px;
  }

  footer .center-div.center-div--layout p.footer-link {
    text-align: left;
    padding-bottom: 10px;
  }

  footer .right-div.right-div--layout .logo {
    min-width: 110px;
    padding-top: 40px; /*td30px + height:110px su .right-div-layout*/
    padding-left: 10px;
  }
  footer .footer-container > div {
    margin-bottom: -40px;
  }
}
