:root {
    --bs-blue: #007ac3;
    --bs-btn-font-size: 0.875rem;
}

.btn-outline-primary {
    --bs-btn-color: #007ac3;
    --bs-btn-border-color: #007ac3;
    --bs-btn-hover-bg: #007ac3;
    --bs-btn-hover-border-color: #007ac3;
    --bs-btn-active-bg: #007ac3;
    --bs-btn-active-border-color: #007ac3;
}
.btn {
    --bs-btn-font-weight: 600;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 3px;
}
.btn-primary {
    --bs-btn-bg: #007AC3;
    --bs-btn-border-color: #007AC3;
    --bs-btn-hover-bg: #003D62;
    --bs-btn-hover-border-color: #003D62;
    --bs-btn-active-bg: #003D62;
    --bs-btn-active-border-color: #003D62;
    --bs-btn-disabled-bg: #007AC3;
    --bs-btn-disabled-border-color: #007AC3;
}
.accordion-button:not(.collapsed) {
    color: #003D62;
    background: none !important;
    box-shadow: none;
}
button:focus:not(:focus-visible) {
    border: none;
    box-shadow: none;
}
.dropdown-menu {
    --bs-dropdown-font-size: 0.875rem;
}
    a {
    color: #005C92;
}
.content-left {
    background-color: #005C92;
}
.container.align-normal {
    align-self: normal;
}
.cd-overlay-nav span,
.cd-overlay-content span {
    background-color: #005C92 !important;
}

a.btn_1, .btn_1 {
    background: #007ac3;
}

    a.btn_1:hover, .btn_1:hover {
        color: #fff;
        background-color: #E5202E;
    }

.max-width-500 {
    width: 500px;
    max-width: 100%;
}

.nav-top {
    top: 15px;
    right: 20px;
    position: absolute;
    z-index: 5;
}

.btn-round {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #dadada;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    font-size: 20px;
    color: #222;
    border: none;
}

    .btn-round:hover {
        background: #007ac3;
        color: #fff;
    }

.menu-trigger .icon-cancel-1, .menu-trigger.close-nav .icon-menu-1 {
    display: none;
}

.menu-trigger.close-nav .icon-cancel-1 {
    display: inline-block;
}
.h-100px {
    height: 100px;
}
.h-50px {
    height: 50px;
}
.maxh-500 {
    max-height:500px;
}
.overflow-y {
    overflow-y:auto;
    overflow-x:hidden;
}
a.backward:hover {
    background: #85BC20;
}

a.backward {
    border: none;
    color: #191919;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #dadada;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
    padding: 12px 30px;
}
.ui-widget-header {
    background: #85BC20;
}
button.forward, button.submit {
    background-color: #007ac3;
}
.backward:hover, .forward:hover {
    background: #fff;
    color: #007ac3;
}
.container_radio .checkmark:after {
    background-color: #007ac3;
}
.outputMsg p{
    padding: 0px;
    margin: 0px;
}
.outputMsg ul {
    list-style:disc;
    padding: 5px 0px 5px 30px;
    margin: 0px;
}
.punteggio {
    border:10px solid #000;
    border-radius:50%;
    width:200px;
    height:200px;
    text-align:center;
    vertical-align: middle;
    line-height:180px;
    display: inline-block;
}
    .punteggio.green {
        color: #a4cd58;
        border-color: #a4cd58;
    }
    .punteggio.red {
        color:#f29097;
        border-color:#f29097;
    }
    .punteggio.blu {
        color: #409bd2;
        border-color: #409bd2;
    }
    .alternative-row .row:nth-child(2n+1) {
        background: #ededed;
    }
h5 {
    color: #409bd2;
}
.custom-form-switch .form-check-input {
    width: 3.4em;
    height: 1.7em;
}
.custom-form-switch .form-check-label {
    font-size: 15px;
    padding: 6px 10px;
}
.custom-form-switch .form-check-input:checked, .custom-form-switch .form-check-label::before {
    background-color: #a4cd58;
    border-color: #a4cd58;
}
.prospetto-punteggio {
    display: flex;
    flex-wrap: nowrap;
}
.prospetto-punteggio ul {
    list-style: none;
    padding: 0px;
    margin:0px;
    width: 30%;
}
    .prospetto-punteggio ul li {
        padding:14px 10px;
        margin-bottom:5px;
        margin-right:5px;
    }
        .prospetto-punteggio ul li:last-child {
            margin-bottom: 0px;
        }
        .prospetto-punteggio ul li.active {
            margin-right: 0px;
        }
        .prospetto-punteggio .testo {
            width: 70%;
            padding: 15px;
            text-align: justify;
            color:#000;
        }
#AccordionRisultato .accordion-header button {
    font-size:20px;
}
.btn_small {
    padding:8px 12px;
    font-weight: normal;
}
.edit-answer {
    display:none;
}
.approval-answer {
    padding-bottom: 80px;
}
    .approval-answer li:last-child {
        border-bottom: none !important;
    }
    .validate-bar {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 15px;
    }
.alertify .ajs-header {
    font-family: "Work Sans", Arial, sans-serif;
    font-weight: bold;
}
.alertify .ajs-body {
    font-family: "Work Sans", Arial, sans-serif !important;
    text-align: justify;
}
.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
}
.box-modifica {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: background 0.5s;
}
.bg-white-opacity {
    background: rgba(255,255,255,0.7);
    padding: 20px;
}
    .box-modifica:hover {
        background: rgba(0,0,0,0.3);
    }
ul.list-group.list-group-striped li:nth-child(2n+1) {
    background: #eee;
}
img {
    max-width:100%;
    height:auto;
}
@media screen and (max-width: 992px) {
    .content-right {
        overflow: initial;
    }
}
@media screen and (max-width: 600px) {
    .prospetto-punteggio .testo {
        text-align: left;
    }
}
.container_check small {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
}
.row-filter .form-control,
div.dataTables_wrapper div.dataTables_filter input {
    height: auto;
}
.row-filter select {
    border: 1px solid #d2d8dd;
    width:100%;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {

    font-size: 13px;
}
.alert p{
    margin-bottom:0px;
    text-align:center
}
.page-link {
    font-size:13px

             }