@charset "UTF-8";

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Titillium Web', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Default font */
/*p, li, h1, h2, h3, h4, h5, h6, label, button[type="submit"], td, th, a, span {
    font-family: 'Titillium Web', sans-serif;
}*/
input, select, button {
    font-family: 'Titillium Web', sans-serif;
}
select {
    font-size: 16px;
}

/* Header */
.c-header {
    background-color: #0066cc;
    padding: 50px 0 0;
    position: relative;
}
.c-header__closer {
    overflow: visible;
    box-sizing: border-box;
    border: none !important;
    background-color: #0066cc;
    margin: 0 !important;
    height: 480px;
    left: 0;
    bottom: -160px;
    width: 99.999999%;
    -webkit-transform: skewX(0) skewY(-2deg);
    -ms-transform: skewX(0) skewY(-2deg);
    transform: skewX(0) skewY(-2deg);
    display: block !important;
    position: absolute !important;
    z-index: 5;
}
.c-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}
.c-header .c-header__title {
    top: 22px;
    left: 130px;
    position: absolute;
    font-size: 28px !important;
    line-height: 32px !important;
}
.c-header__content {
    position: relative;
}

@media (max-width: 600px) {
    .c-header img {
        width: 60px;
    }
    .c-header .c-header__title {
        top: 10px;
        left: 80px;
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .c-header {
        padding: 20px 0 0;
    }

    body #container {
        padding-top: 130px;
    }
    .c-header__closer {
        bottom: -90px;
    }
}
@media (max-width: 450px) {
    .c-header .c-header__title {
        top: 14px;
        font-size: 17px !important;
        line-height: 19px !important;
    }
    .c-header .c-header__title br {
        display: none;
    }
}

/* Site body */
#container {
    min-height: calc( 100vh - 574px );
    padding-top: 250px;
    box-sizing: border-box;
    padding-bottom: 64px;
}

/* Footer */
.c-footer {
    background-color: #00264d;
    padding: 55px 0 15px;
    position: relative;
    z-index: 1;
}
.c-footer__title, .c-header__title {
    font-size: 28px;
    margin-bottom: 52px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 700;
}
.c-footer__boxes {
    margin: 0 -20px;
}
.c-footer__box {
    width: 33.3333%;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.c-footer p {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
}
.c-footer p:last-child {
    margin-bottom: 10px;
}
.c-footer__box-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 32px;
    color: #ffffff;
}
.c-footer__subbox {
    padding: 16px 0;
    border-top: 1px solid #5a6772;
}
.c-footer__subbox-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding-bottom: 24px;
    color: #ffffff;
}
.c-footer__subbox a {
    color: #65dcdf;
    font-weight: 700;
    text-decoration: underline;
}
.c-footer img {
    float: left;
    width: 60px;
    margin-top: -15px;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media (max-width: 780px) {
    .c-footer__box {
        width: 100%;
    }
    .c-footer__title, .c-header__title {
        font-size: 20px;
        line-height: 22px;
    }
}
@media (max-width: 700px) {
    .c-footer img {
        margin-top: -10px;
    }
}
@media (max-width: 500px) {
    .c-footer img {
        float: none;
        margin-right: 0;
    }
}

/* Site closure */
.c-closure {
    background-color: #001326;
    padding: 0;
    color: #ffffff;
}
.c-closure img {
    height: 50px;
    float: right;
}
.c-closure .float-left {
    padding: 16px 0 0;
}

/* Generic elements */
.wrapper {
    /*max-width: 1260px;*/
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
    z-index: 10;
    position: relative;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

@media (max-width: 767px) {
    .mobile-float-none {
        float: none;
    }
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.c-title {
    font-weight: 700;
    margin-bottom: 32px;
}
.c-title--type1 {
    color: #0066cc;
    font-size: 32px;
    line-height: 38.4px;
}
.c-title--type2 {
    color: #1c2024;
    font-size: 40px;
    line-height: 48px;
}
.c-title--type3 {
    color: #5a6772;
    font-size: 54px;
}
.c-title--exception {
    max-width: 920px;
    width: 100%;
}

.c-content p,  
.c-content label, 
.c-content span.label {
    color: #1c2024;
    line-height: 27.9px;
    letter-spacing: 0.18px;
    font-size: 18px;
    display: block;
}
.c-content li {
    color: #1c2024;
    line-height: 27.9px;
    letter-spacing: 0.18px;
    font-size: 18px;
}

.c-content small {
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}

.c-content p {
    margin-bottom: 32px;
}

.c-content ul, 
.c-content ol {
    margin-bottom: 32px;
    margin-left: 30px;
}

.c-content ul {
    list-style: disc;
}
.c-content ol {
    list-style: upper-alpha;
}
.c-content ul.no-style,
.c-content ol.no-style {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 15px;
}
.c-content p+ul, 
.c-content p+ol {
    margin-top: -20px;
}

hr {
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 0 0 32px;
    padding: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.c-content form label, 
.c-content form span.label {
    color: #333333;
    margin-bottom: 5px;
}

form {
    margin-bottom: 32px;
}

form input[type="text"], 
form input[type="tel"], 
form input[type="email"], 
form input[type="date"], 
form input[type="password"],
select.normal,
textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1c2024;
    padding: 0 12px;
    line-height: 40px;
    height: 40px;
    font-family: 'Titillium Web', sans-serif;
    display: block;
    margin-bottom: 22px;
    width: 100%;
    max-width: 450px;
    font-size: 16px;
    box-sizing: border-box;
}
form input[type="file"] {
    font-family: 'Titillium Web', sans-serif;
    display: block;
    margin-bottom: 22px;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
}
form textarea {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}

.c-content form label.more-margin-label, 
.c-content form span.label.more-margin-label {
    margin-bottom: 22px;
}

form {
    width: 100%;
}

form button, .c-link-button {
    background-color: #0066cc;
    color: #ffffff;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 18px;
    text-decoration: none !important;
    margin-top: 5px;
}
form button:hover, .c-link-button:not(.c-link-button--disabled):hover {
    background-color: #047df5;
}
form button:disabled {
    background-color: #0066cc;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    cursor: not-allowed;
}

@keyframes blinker {
    50% {
        -webkit-opacity: 0.25;
        -moz-opacity: 0.25;
        -o-opacity: 0.25;
        -ms-opacity: 0.25;
        opacity: 0.25;
    }
}

.disable-for-loading {
    cursor: not-allowed;
    animation: blinker 1s linear infinite;
}
button.disable-for-loading {
    background-color: #0066cc !important;
}
.c-link-button--secondary.disable-for-loading {
    background-color: #dddddd !important;
}

.c-link-button--secondary {
    background-color: #dddddd;
    color: #1c2024;
}
.c-link-button--secondary:not(.c-link-button--disabled):hover {
    background-color: #eeeeee;
}
.c-link-button--disabled {
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    cursor: not-allowed;
}
.disabled-fields {
    cursor: not-allowed;
    display: none;
}
.disabled-fields > * {
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    cursor: not-allowed;
}

.with-transition {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.c-form__message, .c-table-message {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #129ad3;
    padding: 8px 20px;
    color: #ffffff !important;
    font-size: 18px;
    margin-bottom: 22px !important;
    width: auto;
}
.c-form__message--success, .c-table-message--success {
    background-color: #3f9b38;
}
.c-form__message--error, .c-table-message--error {
    background-color: #d31212;
}

table {
    border-top: 15px solid #ffffff;
    background-color: #f9f9f9;
    margin-bottom: 15px !important;
}

table.dataTable tr.even td { 
    background-color: #eeeeee; 
}
table.dataTable tbody td.actions-margin {
    padding: 6px 8px;
}
.c-button {
    margin: 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    color: #ffffff;
    background-color: #0066cc;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.c-button:hover {
    background-color: #047df5;
}
.c-button i {
    font-size: 16px;
}
.c-button--red {
    background-color: #d31212;
}
.c-button--red:hover {
    background-color: #ff2929;
}
.c-button--yellow {
    background-color: #d97910;
}
.c-button--yellow:hover {
    background-color: #f78f1e;
}
.c-button--green {
    background-color: #3f9b38;
}
.c-button--green:hover {
    background-color: #4ab442;
}
.c-button--disabled {
    cursor: not-allowed;
    background-color: #aaaaaa !important;
}

.dataTables_wrapper {
    margin-bottom: 32px;
}

.editable-cell {
    cursor: pointer;
}
.editable-cell:after {
    content: "\f303";
    font-size: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #333333;
    margin-left: 5px;
    vertical-align: top;
}

.c-tabs {
    list-style: none !important;
    border-bottom: 1px solid #dddddd;
    margin-left: 0 !important;
    font-size: 0;
    margin-top: 0 !important;
}
.c-tabs li {
    display: inline-block;
    background-color: #dddddd;
    margin-right: 1px;
    margin-bottom: -1px;
}
.c-tabs li a {
    color: #1c2024;
    text-decoration: none !important;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    display: block;
}
.c-tabs li.current, 
.c-tabs li:hover {
    background-color: #0066cc;
}
.c-tabs li.current a, 
.c-tabs li:hover a {
    color: #ffffff;
}

.status-ko {
    color: #d31212;
    font-weight: 700;
}
.status-pending {
    color: #d97910;
    font-weight: 700;
}
.status-ok {
    color: #3f9b38;
    font-weight: 700;
}

.medias-status span, 
.area2-status span {
    margin-right: 5px;
    /*-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;*/
    cursor: help;
    color: #ffffff;
    background-color: #0066cc;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.medias-status span {
    cursor: help;
    pointer-events: initial !important;
}
.medias-status.icon-col-red span, 
.area2-status.icon-col-red span {
    background-color: #d31212;
}
.medias-status.icon-col-yellow span, 
.area2-status.icon-col-yellow span {
    background-color: #d97910;
}
.medias-status.icon-col-green span, 
.area2-status.icon-col-green span {
    background-color: #3f9b38;
}
.medias-status.icon-col-grey span, 
.area2-status.icon-col-grey span {
    background-color: #aaaaaa;
    pointer-events: none;
    user-select: none;
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
}

.instance-step {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.hidden-step {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    height: 0;
    overflow: hidden;
}

.c-modal-shadow {
    background-color: rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 90;
}
.c-modal {
    max-width: 550px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 32px 32px 32px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
    display: none;
    max-height: calc( 100vh - 15% );
    overflow: overlay;
}
.c-modal--big {
    max-width: 750px;
}
@media (max-height: 600px) {
    .c-modal {
        top: 0;
        bottom: 0;
        overflow: overlay;
    }
}
.c-modal form {
    margin-bottom: 7px;
}
.c-modal button[type="submit"], .c-modal .c-link-button {
    margin-top: 15px;
}
.hr-minor-margins {
    margin-bottom: 22px;
}
#display-errors-here {
    margin-bottom: 22px;
}

.c-accordion {
    background-color: #f8f8f8;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}
.c-accordion input[type="date"] {
    height: 36px;
    line-height: 36px;
    border: 1px solid #666666;
}
.c-accordion__title {
    color: #333333;
    font-size: 18px;
    display: block;
    padding: 12px 15px;
    cursor: pointer;
    font-weight: 600;
}
.c-accordion__content {
    padding: 12px 15px 2px;
    background-color: #ffffff;
}
.c-accordion.hidden .c-accordion__content {
    /*display: none;*/
    padding: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    top: -20px;
}
.c-accordion label, .c-accordion input, .c-accordion p.action {
    font-size: 16px !important;
}

.c-accordion .fa-solid {
    margin-right: 10px;
}
.c-accordion .fa-circle-check {
    color: #3f9b38;
}
.c-accordion .fa-circle-xmark {
    color: #d31212;
}

.c-accordion img {
    max-width: 100%;
    margin-bottom: 22px;
    max-height: 200px;
    width: auto;
    height: auto;
}
.c-accordion p.action {
    margin-bottom: 22px;
}
.c-accordion small {
    margin-top: -12px;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 22px;
}
.c-accordion small strong {
    font-weight: 600;
}

.c-accordion__form.hidden, 
.c-accordion__data.hidden,
label.access-type.hidden-access {
    display: none !important;
}

#put-instance-data-here p, #put-instance-data-here ul {
    margin-bottom: 22px;
}

#cropper {
    display: block;
    margin-bottom: 32px;
}
#cropper img {
    display: block;
    max-width: 100%;
    max-height: 600px;
}

#cropped-img {
    margin-bottom: 32px;
    max-width: 100%;
    max-height: 200px;
}

.here-pass-photo span {
    cursor: zoom-in;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #efefef;
    background: #efefef;
    border-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0066cc;
    background: #0066cc;
    border-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.disabled-facilities {
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    cursor: not-allowed;
}
.disabled-document {
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    -o-opacity: 0.55;
    -ms-opacity: 0.55;
    opacity: 0.55;
    pointer-events: none;
    user-select: none;
}

.editable-cell.editing:after {
    display: none !important;
}
.editable-cell.editing input {
    line-height: initial !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 16px !important;
    background-color: transparent !important;
    width: auto !important;
    max-width: 100% !important;
    outline: 0 !important;
}
/*@keyframes blinker {
    50% {
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        -o-opacity: 0.5;
        -ms-opacity: 0.5;
        opacity: 0.5;
    }
}*/
.editable-cell {
    -webkit-transition: background-color .1s, linear, color .1s linear;
    -moz-transition: background-color .1s, linear, color .1s linear;
    -o-transition: background-color .1s, linear, color .1s linear;
    -ms-transition: background-color .1s, linear, color .1s linear;
    transition: background-color .1s, linear, color .1s linear;
    
}
.editable-cell.saving-now {
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    pointer-events: none;
    user-select: none;
}
.editable-cell.saving-now:after {
    content: "\f00c";
    color: #ffffff;
}
.editable-cell.just-saved {
    background-color: #5fb359 !important;
    color: #ffffff;
    pointer-events: none;
    user-select: none;
}
.editable-cell.just-saved:after {
    content: "\f00c";
    color: #ffffff;
}
.editable-cell.not-saved {
    background-color: #d93f3f !important;
    color: #ffffff;
    pointer-events: none;
    user-select: none;
}
.editable-cell.not-saved:after {
    content: "\f00d";
    color: #ffffff;
}
.c-accordion small.special-small {
    font-weight: 500;
    font-style: normal;
    margin: 4px 0 0 29px;
}

.c-read-more {
    max-height: 240px;
    overflow-y: hidden;
    position: relative;
    margin-bottom: 32px;
    cursor: pointer;
}
.c-read-more:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.c-read-more__explode {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #0066cc;
    line-height: 20px;
    pointer-events: none;
    user-select: none;
}
.c-read-more.open {
    margin-bottom: 0;
    max-height: none;
    overflow-y: initial;
    cursor: initial;
}
.c-read-more.open:after, 
.c-read-more.open .c-read-more__explode {
    display: none;
}

.minor-additional-space {
    height: 12px;
}

.dashboard-operation-list li {
    margin-bottom: 10px;
}
.dashboard-operation-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .c-title--type1 {
        font-size: 25px;
        line-height: 28px;
    }
    .c-title--type2 {
        font-size: 28px;
        line-height: 32px;
    }
    .c-content p, .c-content label, .c-content span.label, .c-content li {
        font-size: 16px;
        line-height: 22px;
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.c-datatable-container {
    overflow-x: overlay;
}
.dataTables_wrapper {
    min-width: 992px;
}

@media (max-width: 1050px) {
    .c-datatable-container {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, 
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        text-align: left !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: #efefef !important;
    }
    body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #0066cc !important;
        color: #ffffff !important;
    }
    .c-datatable-container {
        margin-bottom: 20px;
    }
    .dataTables_wrapper {
        margin-bottom: 12px;
    }
}

.spid-idp-button.spid-idp-button-tip:after {
    top: -4px !important;
}
#spid-idp-button-small-get, #spid-idp-button-medium-get, #spid-idp-button-small-post, #spid-idp-button-medium-post {
    max-width: 300px !important;
    width: 100% !important;
}
.spid-idp-button .spid-idp-button-menu li.spid-idp-button-link {
    width: 50% !important;
    display: inline-block !important;
}
.spid-idp-button .spid-idp-button-menu, .spid-idp-button .spid-idp-button-panel {
    border: none !important;
}
.spid-idp-button .spid-idp-button-menu li.spid-idp-button-link>a, .spid-idp-button .spid-idp-button-menu label {
    padding: 5px 15px 5px !important;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    justify-content: center;
}
.spid-idp-button .spid-idp-button-menu li.spid-idp-button-link>a img {
    padding: 0 !important;
    box-sizing: border-box;
    height: auto !important;
    max-height: 40px !important;
    width: auto !important;
    max-width: 100% !important;
}

.italia-it-button-text {
    padding: 1.05em 1em 1em 1em;
}

.frc-captcha {
    margin-bottom: 17px;
}

.c-content .c-read-more ol ul, 
.c-content .c-read-more ul ol, 
.c-content .c-read-more ol ol,
.c-content .c-read-more ul ul {
    margin-bottom: 0;
}

.readonly-input {
    cursor: not-allowed;
}

.required-red {
    color: red;
}

#fixed-warning {
    background-color: #d31212;
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 3px solid #fff;
    border-radius: 54px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer;
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { 
        transform: translate(0,  0px); 
    }
    50% { 
        transform: translate(0, 15px); 
    }
    100% { 
        transform: translate(0, -0px); 
    }    
}

@media (max-width: 750px) {
    #fixed-warning {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 20px;
        line-height: 40px;
    }
}

.c-modal--special-style .attachment-url {
    display: block;
}
.c-modal--special-style .attachment-url img {
    margin-top: 15px;
}

.not-clickable-buttons .c-link-button {
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    -o-opacity: 0.65;
    -ms-opacity: 0.65;
    opacity: 0.65;
    pointer-events: none;
    user-select: none;
}

.special-long-title {
    float: left;
    margin-bottom: 10px;
}

.exception-padding-top {
    padding-top: 24px;
}
.exception-spacing {
    height: 24px;
}