html {
    font-size: 18px;
    line-height: 1.555;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;
}
html, body {
    height: 100%;
}
.header {
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.2);
    margin-bottom: 16px;
}
.header .top-header {
    background: #008666;
    padding: 6.5px 18px;
}
.header .top-header .top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .top-header .top-header-content .left-zone.brand {
    display: block;
    color: #fff;
    font-size: .778em;
    padding: 12px 0;
    text-decoration: none;
    margin-right: 16px;
    white-space: nowrap;
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
}
.header .top-header .top-header-content .right-zone {
    display: flex;
    align-items: center;
    align-self: flex-start;
    height: 48px;
}
.header .bottom-header {
    position: relative;
}
.header .bottom-header > .bottom-header-internal {
    height: 80px;
    padding-left: 18px;
    padding-right: 18px;
    background: #ebebeb;
    display: flex;
    align-items: center;
}
.header .bottom-header .bottom-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
}
.header .bottom-header .bottom-header-content .brand-container {
    padding-left: 32px;
    margin-left: 0;
}
.header .brand-container a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
}
.header .brand-container a .icon {
    margin: 0;
    margin-right: 8px;
    width: 48px;
    height: 48px;
    fill: #fff;
    flex-shrink: 0;
    vertical-align: middle;
}
.header .brand-container a .icon img {
    max-width: 100%;
    height: auto;
}
.header .brand-container .brand {
    padding-right: 24px;
    color: #fff;
}
.header .brand-container a .brand h2 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
    max-width: 350px;
    color: #008666;
    font-size: .9rem!important;
    letter-spacing: .3px!important;
    text-transform: uppercase;
    text-decoration: none;
}
.header .brand-container a .brand h3 {
    font-size: .7rem;
    font-weight: 400;
    margin-bottom: 0;
    color: #005d47;
}
.footer {
    display: block;
    height: 100%;
    background-color: #3f4142;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 50vh 0 50vh #3f4142;
}
.footer .brand {
    padding: 32px 0;
}
.footer .brand a {
    color: #fff;
    text-decoration: none;
}
.footer .brand a:hover:not(.disabled) {
    text-decoration: underline;
}
.footer .brand .brand-text {
    color: #fff;
    padding-right: 24px;
}
.footer .brand .brand-text h2 {
    font-size: 1.777778rem;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: unset;
    line-height: 1.1;
}
.footer .brand .brand-text h3 {
    font-size: .889rem;
    margin-bottom: 0;
    font-weight: 600;
}
.limit-container {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: auto;
    margin-right: auto;
}
.centered {
    text-align: center;
}
body #main {
    background: #fff;
    margin: 0;
    color: #191919;
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
}
body #main h1 {
    font-size: 2.5rem;
    color: #3f4142;
    font-weight: 700;
    margin-top: 0;
}
body #main .h4 {
    font-weight: 600;
    line-height: 1.428;
    letter-spacing: normal;
    font-size: 1.1666rem;
}
body #main .h5 {
    font-weight: 400;
    letter-spacing: normal;
    font-size: 1.25rem;
}
body .main-body a {
    color: #008666;
}
body .btn {
    padding: 12px 24px;
    font-size: 16px;
    white-space: normal;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    color: #191919;
    background-color: transparent;
    border: 0 solid transparent;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body .btn.btn-primary {
    color: #fff;
    background-color: #008666;
    border-color: #008666;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
}
body .btn.btn-secondary {
    color: #fff;
    background-color: #3f4142;
    border-color: #3f4142;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
}
body .btn.btn-secondary:hover {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #262728;
}
body .btn-icon {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
body .btn.btn-primary:not(:disabled):active,
body .btn.btn-primary:not(:disabled):hover {
    color: #fff;
    background-color: #00533f;
    border-color: #004635;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    text-decoration: underline;
}
body .main-body .btn.btn-primary:not(:disabled):active,
body .main-body .btn.btn-primary:not(:disabled):hover {
    text-decoration: none;
}
body .main-body .title-description-wrapper .btn {
    padding: 12px 24px;
    font-size:16px;
    white-space:normal;
    text-decoration: none;
    /*font-weight: 600;
    text-align: center;
    vertical-align: middle;*/
}
body .main-body .title-description-wrapper .btn.btn-success {
    color: #fff;
    background-color: #008758;
    border-color: #008758;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
}
body .main-body .title-description-wrapper .btn.btn-danger {
    color: #fff;
    background-color: #d9364f;
    border-color: #d9364f;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15), 0 1px 1px rgba(0,0,0,.075);
}
body .main-body .title-description-wrapper .btn-success:hover {
    color: #fff;
    background-color: #00613f;
    border-color: #005437;
}
body .main-body .title-description-wrapper .btn-danger:hover {
    color: #fff;
    background-color: #c3253d;
    border-color: #b9233a;
}
body .main-body .btn-success:not(:disabled):not(.disabled).active,
body .main-body .title-description-wrapper .btn-success:not(:disabled):not(.disabled):active,
body .main-body .form-control:disabled+label.btn-success:not(:disabled):not(.disabled),
body .main-body .form-control[readonly]+label.btn-success:not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #005437;
    border-color: #00472e;
}
body .main-body .btn-danger:not(:disabled):not(.disabled).active,
body .main-body .title-description-wrapper .btn-danger:not(:disabled):not(.disabled):active,
body .main-body .form-control:disabled+label.btn-danger:not(:disabled):not(.disabled),
body .main-body .form-control[readonly]+label.btn-danger:not(:disabled):not(.disabled) {
    color: #fff;
    background-color: #b9233a;
    border-color: #ae2136;
}
body .main-body .btn:not(:disabled):not(.disabled).active,
body .main-body .btn:not(:disabled):not(.disabled):active,
body .main-body .form-control:disabled+label.btn:not(:disabled):not(.disabled),
body .main-body .form-control[readonly]+label.btn:not(:disabled):not(.disabled),
body .main-body .title-description-wrapper a:not(:disabled):not(.disabled).active,
body .main-body .title-description-wrapper a:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
body .main-body form label,
body .main-body label {
    margin-bottom: 0;
    color: #435a70;
    display: inline-block;
}
body .main-body .form-control {
    background-position: 100%!important;
    background-repeat: no-repeat!important;
    background-size: 45px 45%!important;
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #4c4c4c;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #979899;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body .main-body form input[type=date], body .main-body form input[type=datetime-local],
body .main-body form input[type=email], body .main-body form input[type=number],
body .main-body form input[type=password], body .main-body form input[type=search],
body .main-body form input[type=tel], body .main-body form input[type=text],
body .main-body form input[type=time], body .main-body form input[type=url],
body .main-body form textarea {
    border: none;
    border-bottom: 1px solid #5c6f82;
    border-radius: 0;
    padding: .375rem .5rem;
    outline: 0;
    height: 2.5rem;
    width: 100%;
    box-shadow: none;
    transition: .2s ease-out;
    font-weight: 700;
}
body .main-body form input:disabled {
    cursor: not-allowed;
    background-color: #e6e9f2;
    opacity: 1;
}
body .main-body .form-check {
    padding-left: 0;
    margin-top: 0.5rem;
}
body .main-body .form-check [type=checkbox],
body .main-body .form-check [type=radio] {
    position: absolute;
    left: -9999px;
    box-sizing: border-box;
    padding: 0;
}
body .main-body .form-check [type=checkbox]+label,
body .main-body .form-check [type=radio]+label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
body .main-body .form-check [type=radio]:not(:checked)+label:after,
body .main-body [type=radio]:not(:checked)+label:before {
    border-color: #5c6f82;
}
body .main-body .form-check [type=radio]:not(:checked)+label:after {
    z-index: -1;
    transform: scale(0);
}
body .main-body .form-check [type=radio]:checked+label:before {
    border-color: #008666;
}
body .main-body .form-check [type=radio]:checked+label:after {
    border-color: #008666;
    background-color: #008666;
    z-index: 0;
    transform: scale(.64);
}
body .main-body [type=radio]+label:after,
body .main-body [type=radio]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 5px;
    width: 22px;
    height: 22px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    transition: .2s ease-out;
}
body .main-body .form-check [type=checkbox]+label:after,
body .main-body .form-check [type=checkbox]+label:before {
    content: "";
    left: 0;
    position: absolute;
    transition: .2s ease-out;
    z-index: 1;
    border-style: solid;
    border-width: 2px;
}
body .main-body .form-check [type=checkbox]+label:before {
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #e6e9f2;
    border-radius: 1px;
    margin: 2px 5px;
    transform: rotate(37deg);
    transform-origin: 100% 100%;
}
body .main-body .form-check [type=checkbox]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border-color: transparent;
    left: 6px;
    top: 10px;
}
body .main-body .form-check [type=checkbox]:checked+label:before {
    top: 6px;
    left: 1px;
    width: 8px;
    height: 13px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 2px;
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 100% 100%;
    opacity: .8;
}
body .main-body .form-check [type=checkbox]+label:after {
    border-radius: 4px;
    height: 20px;
    width: 20px;
    margin: 6px 5px;
    top: 0;
}
body .main-body .form-check [type=checkbox]:checked+label:after {
    border-color: #088666;
    background-color: #008666;
    z-index: 0;
}
body .main-body .form-group {
    position: relative;
    margin-bottom: 3rem;
    margin-top: 0;
}
body .main-body .form-group label {
    background-color: transparent;
    position: absolute;
    font-weight: 600;
    line-height: calc(2.5rem - 1px);
    transition: .2s ease-out;
    top: 0;
    font-size: 1rem;
    cursor: text;
    display: block;
    max-width: 100%;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5rem;
}
body .main-body .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
body .main-body .input-group .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4c4c4c;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0 solid #979899;
    border-radius: 0;
}
body .main-body .input-group .input-group-text {
    padding: 0.375rem 0.5rem;
    border-bottom: 1px solid #5c6f82;
}
body .main-body .input-group>.custom-file, body .main-body .input-group>.custom-select,
body .main-body .input-group>.form-control, body .main-body .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

/* Paginatore Datatables */
.pagination .active>.page-link, .pagination .page-link.active {
    background-color: #008666;
    border-color: #008666;
}
/* Card */
body .main-body .card-wrapper {
    display: flex;
}
body .main-body .card-wrapper.card-teaser-wrapper.card-teaser-block-2 {
    width: 100%;
    justify-content: space-between;
}
body .main-body .card-wrapper.card-teaser-wrapper.card-teaser-block-2>.card-teaser {
    flex: 0 0 49%;
}
body .main-body .card-wrapper.card-teaser-wrapper.card-teaser-wrapper-equal {
    align-items: stretch;
}
body .main-body .card-wrapper.card-teaser-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}
body .main-body .card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d9dadb;
    border-radius: 4px;
}
body .main-body .card {
    border: none;
    padding: 0;
    position: relative;
    width: 100%;
}
body .main-body .card .card-header {
    padding: 1rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #d9dadb;
}
body .main-body .card .card-header:first-child {
    border-radius: 3px 3px 0 0;
}
body .main-body .card-body {
    flex: 1 1 auto;
    padding: 2rem;
}
body .main-body .card .card-body {
    padding: 24px;
}
body .main-body .card .card-footer {
    padding: 1rem 2rem;
    background-color: transparent;
    border-top: 1px solid #d9dadb;
}
body .main-body .card .card-footer:last-child {
    border-radius: 0 0 3px 3px;
}

/* TABS */
body .main-body .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
body .main-body .nav-tabs {
    border-bottom: 1px solid #b1b1b3;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
    border-bottom-color: #dfe4f2;
    display: flex;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
}
body .main-body .nav-tabs a {
    text-decoration: none;
}
body .main-body .nav-tabs .nav-item {
    margin-bottom: 1px;
}
body .main-body .nav-tabs .nav-item {
    margin-bottom: 0;
    display: flex;
}
body .main-body .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
body .main-body .nav-tabs .nav-link {
    border-radius: 0;
    font-weight: 600;
    color: #5b6f82;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.778rem 1.333em;
    white-space: nowrap;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .main-body .nav-tabs .form-control:disabled+label.nav-link,
body .main-body .nav-tabs .form-control[readonly]+label.nav-link,
body .main-body .nav-tabs .nav-item.show .nav-link,
body .main-body .nav-tabs .nav-link.active {
    color: #4c4c4c;
    background-color: #fff;
    border-color: #b1b1b3 #b1b1b3 #fff;
}
body .main-body .nav-tabs .form-control:disabled+label.nav-link,
body .main-body .nav-tabs .form-control[readonly]+label.nav-link,
body .main-body .nav-tabs .nav-item.show .nav-link,
body .main-body .nav-tabs .nav-link.active {
    border-bottom-color: #008666;
    color: #008666;
    cursor: inherit;
}
body .main-body .tab-content>.tab-pane {
    display: none;
}
body .main-body .tab-content>.active,
body .main-body .tab-content>.form-control:disabled+label,
body .main-body .tab-content>.form-control[readonly]+label {
    display: block;
}
/* Chips */
body .main-body .chip {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    background: #fcfdff;
    border: 1px solid #dfe4f2;
    border-radius: 12px;
    height: 24px;
    min-width: 100px;
    padding: 0 16px 2px 8px;
    transition: all .05s;
    margin-right: 4px;
}
body .main-body .chip {
    display: inline-block;
    height: unset;
    cursor: pointer;
    line-height: 1rem;
    text-align: center;
}
body .main-body .chip.chip-simple {
    padding-right: 8px;
    margin: 4px auto;
}
body .main-body .chip.chip-primary {
    background-color: transparent;
    border-color: #008666;
    color: #008666;
}
body .main-body .chip.chip-secondary {
    background-color: transparent;
    border-color: #d9364f;
    color: #d9364f;
}
body .main-body .chip.chip-tertiary {
    background-color: transparent;
    border-color: #f0c250;
    color: #f0c250;
}
body .main-body .chip.chip-dark {
    background-color: transparent;
    border-color: #262728;
    color: #262728;
}
body .main-body .chip.chip-gray {
    background-color: transparent;
    border-color: #8b98a6;
    color: #8b98a6;
}
body .main-body .chip. .chip-label {
    font-size: .875rem;
    height: 16px;
    color: #fc6f82;
    margin-bottom: 0;
    transform: translateY(-2px);
    transition: color .05s;
    text-decoration: none;
}
body .main-body .chip.chip-primary>.chip-label {
    color: #008666;
}
body .main-body .chip:hover:not(.chip-disabled) {
    background: #8b98a6;
    border-color: #8b98a6;
    transition: background-color .1s;
}
body .main-body .chip.chip-primary:hover {
    background-color: #008666;
    border-color: #008666;
}
body .main-body .chip.chip-secondary:hover {
    background-color: #d9364f;
    border-color: #d9364f;
}
body .main-body .chip.chip-tertiary:hover {
    background-color: #f0c250;
    border-color: #f0c250;
}
body .main-body .chip.chip-dark:hover {
    background-color: #262728;
    border-color: #262728;
}
body .main-body .chip.chip-gray:hover {
    background-color: #8b98a6;
    border-color: #8b98a6;
}
body .main-body .chip .chip-label:hover {
    text-decoration: none;
}
body .main-body .chip:hover:not(.chip-disabled) .chip-label {
    color: #fff;
    transition: color .1s;
}
body .main-body .chip.chip-primary:hover>.chip-label {
    color: #fff
}

.float-right { float: right; }
.float-left { float: left; }
.clearfix { clear: both; }
.overflow-x-auto { overflow-x: auto; }
.shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; }
.border-0 { border: 0!important; }
.rounded { border-radius: 4px!important; }

/* Grid System Column */
html body .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.row>.col-1, .row>.col-2, .row>.col-3, .row>.col-4,
.row>.col-5, .row>.col-6, .row>.col-7, .row>.col-8,
.row>.col-9, .row>.col-10, .row>.col-11, .row>.col-12 {
    flex: 0 0 100%;
    position: relative;
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
}
.row>.col-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
.row>.col-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
.row>.col-3 { flex: 0 0 25%; max-width: 25%; }
.row>.col-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
.row>.col-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
.row>.col-6 { flex: 0 0 50%; max-width: 50%; }
.row>.col-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
.row>.col-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
.row>.col-9 { flex: 0 0 75%; max-width: 75%; }
.row>.col-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
.row>.col-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
.row>.col-12 { flex: 0 0 100%; max-width: 100%; }
/* Margin */
.mr-0 { margin-right: 0!important; }
.mr-1 { margin-right: 4px!important; }
.mr-2 { margin-right: 8px!important; }
.mr-3 { margin-right: 16px!important; }
.mr-4 { margin-right: 24px!important; }
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 4px!important; }
.mt-2 { margin-top: 8px!important; }
.mt-3 { margin-top: 16px!important; }
.mt-4 { margin-top: 24px!important; }
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 4px!important; }
.mb-2 { margin-bottom: 8px!important; }
.mb-3 { margin-bottom: 16px!important; }
.mb-4 { margin-bottom: 24px!important; }
.ml-0 { margin-left: 0!important; }
.ml-1 { margin-left: 4px!important; }
.ml-2 { margin-left: 8px!important; }
.ml-3 { margin-left: 16px!important; }
.ml-4 { margin-left: 24px!important; }
/* Padding */
.pr-1 { padding-right: 4px!important; }
.pr-2 { padding-right: 8px!important; }
.pr-3 { padding-right: 16px!important; }
.pr-4 { padding-right: 24px!important; }
.pt-1 { padding-top: 4px!important; }
.pt-2 { padding-top: 8px!important; }
.pt-3 { padding-top: 16px!important; }
.pt-4 { padding-top: 24px!important; }
.pb-1 { padding-bottom: 4px!important; }
.pb-2 { padding-bottom: 8px!important; }
.pb-3 { padding-bottom: 16px!important; }
.pb-4 { padding-bottom: 24px!important; }
.pl-1 { padding-left: 4px!important; }
.pl-2 { padding-left: 8px!important; }
.pl-3 { padding-left: 16px!important; }
.pl-4 { padding-left: 24px!important; }


@media (max-width: 576px) {
    html, body {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 576px) {
    .limit-container {
        max-width: 540px;
    }
    body #main h1 {
        font-size: 2.666rem;
        letter-spacing: -1.2px;
        line-height: 1.25;
    }
    body #main .h4 {
        font-size: 1.555rem;
    }
    body #main .h5 {
        font-size: 1.333rem;
    }
    body .main-body .chip .chip-label {
        font-size: .778rem;
        font-weight: 500;
    }
    .row>.col-sm-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
    .row>.col-sm-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
    .row>.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .row>.col-sm-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
    .row>.col-sm-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
    .row>.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .row>.col-sm-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
    .row>.col-sm-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
    .row>.col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .row>.col-sm-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
    .row>.col-sm-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
    .row>.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
    .mt-sm-0 { margin-top: 0!important; }
    .mr-sm-0 { margin-right: 0!important; }
    .mb-sm-0 { margin-bottom: 0!important; }
    .ml-sm-0 { margin-left: 0!important; }
}
@media (min-width: 768px) {
    .limit-container {
        max-width: 668px;
    }
    .row>.col-md-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
    .row>.col-md-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
    .row>.col-md-3 { flex: 0 0 25%; max-width: 25%; }
    .row>.col-md-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
    .row>.col-md-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
    .row>.col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .row>.col-md-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
    .row>.col-md-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
    .row>.col-md-9 { flex: 0 0 75%; max-width: 75%; }
    .row>.col-md-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
    .row>.col-md-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
    .row>.col-md-12 { flex: 0 0 100%; max-width: 100%; }
    .mt-md-0 { margin-top: 0!important; }
    .mr-md-0 { margin-right: 0!important; }
    .mb-md-0 { margin-bottom: 0!important; }
    .ml-md-0 { margin-left: 0!important; }
}
@media (min-width: 992px) {
    .limit-container {
        max-width: 960px;
    }
    .header .top-header {
        height: 48px;
        padding: 0;
    }
    .header .top-header .top-header-content {
        height: 48px;
        padding: 0 18px;
    }
    .header .bottom-header > .bottom-header-internal {
        height: 120px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
    }
    .header .bottom-header .bottom-header-content {
        padding-left: 18px;
        padding-right: 18px;
    }
    .header .bottom-header .bottom-header-content .brand-container {
        padding-left: 0;
    }
    .header .brand-container a .icon {
        margin-right: 16px;
        width: 82px;
        height: 82px;
    }
    .header .brand-container a .brand h2 {
        font-size: 1.1rem!important;
    }
    .header .brand-container a .brand h3 {
        font-size: .889em;
    }
    .card {
        border: none;
        margin-right: -6px;
    }
    .row>.col-lg-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
    .row>.col-lg-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
    .row>.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
    .row>.col-lg-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
    .row>.col-lg-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
    .row>.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
    .row>.col-lg-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
    .row>.col-lg-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
    .row>.col-lg-9 { flex: 0 0 75%; max-width: 75%; }
    .row>.col-lg-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
    .row>.col-lg-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
    .row>.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
    .mt-lg-0 { margin-top: 0!important; }
    .mr-lg-0 { margin-right: 0!important; }
    .mb-lg-0 { margin-bottom: 0!important; }
    .ml-lg-0 { margin-left: 0!important; }
}
@media (min-width: 1200px) {
    .limit-container {
        max-width: 1184px;
    }
    .row>.col-xl-1 { flex: 0 0 8.3333333333%; max-width: 8.3333333333%; }
    .row>.col-xl-2 { flex: 0 0 16.6666666667%; max-width: 16.6666666667%; }
    .row>.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
    .row>.col-xl-4 { flex: 0 0 33.3333333333%; max-width: 33.3333333333%; }
    .row>.col-xl-5 { flex: 0 0 41.6666666667%; max-width: 41.6666666667%; }
    .row>.col-xl-6 { flex: 0 0 50%; max-width: 50%; }
    .row>.col-xl-7 { flex: 0 0 58.3333333333%; max-width: 58.3333333333%; }
    .row>.col-xl-8 { flex: 0 0 66.6666666667%; max-width: 66.6666666667%; }
    .row>.col-xl-9 { flex: 0 0 75%; max-width: 75%; }
    .row>.col-xl-10 { flex: 0 0 83.3333333333%; max-width: 83.3333333333%; }
    .row>.col-xl-11 { flex: 0 0 91.6666666667%; max-width: 91.6666666667%; }
    .row>.col-xl-12 { flex: 0 0 100%; max-width: 100%; }
    .mt-xl-0 { margin-top: 0!important; }
    .mr-xl-0 { margin-right: 0!important; }
    .mb-xl-0 { margin-bottom: 0!important; }
    .ml-xl-0 { margin-left: 0!important; }
}


.alert_div {
    border: 2px solid orange;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff5e6; /* Colore di sfondo leggermente arancione */
    color: #ff8c00; /* Colore del testo arancione scuro */
}

.submit-req label:after {
    content: "*";
    /*color: red;  Colore dell'asterisco, puoi modificarlo a tuo piacimento */
    margin-left: -5px; /* Spazio tra il testo del label e l'asterisco */
}

.spinner {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.spinner-hide {
	display: none!important;
}