@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

body {
    font-family: "Titillium Web", sans-serif !important;
  
        line-height:1.42857143;
        color:#333;
        background-color:#eeeeee;
}

a {
        color: #2E4D72;
}

#box_body_msg {
    width: 412px;
    height: 121px;
    float: left;
    padding: 11px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 24px;

#box_body_cookie {
    width: 412px;
    height: 121px;
    float: left;
    padding: 11px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 24px;


#header_semplice {
        align: left
        font-size: 12px;
        padding: 0px;
        border-top: 1px solid #f5f5f5;
        margin-top: 0px;
}

#body_semplice {
        font-family: 'Roboto',sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: .75em;
        color: #333;
}

.breadcrumb {
        color: #AD2B2B;
        font-weight: bold;
        font-size: 12px;
}

.sottotitolo_form {
        color: #AD2B2B;
}

#footer_semplice {
        text-align: center;
        font-size: 12px;
        padding: 15px;
        border-top: 1px solid #f5f5f5;
        margin-top: 30px;
}

span.footer-urp {
    color: #063;
    font-weight: bold;
}


@media (max-width: 767px) {
  body {
    padding:0;
  }
}

.center-div {
          position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay-lightbox {
        content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.6);
        position: absolute;
        margin-top: -2%;
        height: 101%;
}

.overlay-loa-select {

    height: 80%;
    width: 80%;
    z-index: 5;
    background-color: rgb(0,0,0);
    background-color: rgba(5,39,64, 1.0);
        /*background-color: rgba(57,57,84, 0.9);*/
    overflow-x: hidden;
    transition: 0.5s;
}
.v-center {
  margin-top:-12%;
  margin-bottom: 8%;
}
.img-tocenter {
        margin: 0 auto;
}
.footer {
        font-family: 'Exo', sans-serif;
        font-weight: 300;
        border: 1px solid transparent;
        border-radius: 4px;
}

.overlay-loa-select h1{
        font-size: 24px;
        color: white;
        font-style: bold;
        padding-bottom: 50px;
}

.overlay-loa-select h2{
        font-size: 14px;
        color: white;
        padding-top: 20px;
        padding-bottom: 10px;
}


.stylish-bordered-white {
        border:2px solid white;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-variant: small-caps;
        text-align: left;
        padding: 5px 5px 5px 5px;
        margin-inline-end: 50px;
        -webkit-padding-end: 10px;
        -webkit-margin-end: 50px;
        margin-inline-start: 50px;
        -webkit-padding-start: 10px;
        -webkit-margin-start: 50px;
}

.stylish-bordered-container {
        border:2px solid white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

.overlay-loa-select-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay-loa-select a {
    padding: 8px;
    text-decoration: none;
        font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay-loa-select a:hover, .overlay-loa-select a:focus {
    color: #f1f1f1;
}

.overlay-loa-select .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.fixed-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 10px 10px 10px;
}

.col-centered{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-fixed-width {
  position: relative;
  display: block;
  margin-bottom: 15px;
    width:50px;
    float:left;
}

.box-fixed-width-fluid {
    margin-right:100px;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

@media screen and (max-height: 450px) {
  .overlay-loa-select a {font-size: 20px}
  .overlay-loa-select .closebtn {
    font-size: 26px;
    top: 8px;
    right: 20px;
  }
}

.rosso { color: #FF0000; }

.right-breadcrumb {
    text-align: right;
}

.breadcrumb-wrapper {
    background-color: #f5f5f5;
    height: 34px;
}

.a-no-underline :visited  a:hover a:active {
    text-decoration: none;
}


.sspr-link a:link{
    color: #052740;
    font-weight: bold;
    text-decoration: underline;
}

/* visited link */
.sspr-link a:visited {
    color: #AD2B2B;
    text-decoration: underline;
}

/* mouse over link */
.sspr-link a:hover {
    color: #0066CC;
    text-decoration: none;
}

/* selected link */
.sspr-link a:active {
    color: #003366;
    font-style: italic;
    text-decoration: underline;
}

.sspr-link p {
    font-variant: small-caps;
    text-align: center;
    margin-bottom: -30px;
}

.right-breadcrumb {
    text-align: right;
}

.breadcrumb-wrapper {
    background-color: #f5f5f5;
    height: 34px;
}

.a-no-underline :visited  a:hover a:active {
    text-decoration: none;
}

.v-centered-p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.vertical-line {
   border-left: 6px solid green;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.spid-idp-support-link > a {
    padding:25px 25px 12px 12px !important;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.select-style {
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /* margin-left: 18px; */
    border: 1px solid #ccc;
    border-radius: 4px;
}
