.register-box {
    width: 50%;
}

.register-box-form {
    width: 60%;
}

@media (max-width: 991.98px) {
    html {
        font-size: 16px;
    }

    input[type=checkbox] {
        transform: scale(1);
        margin-right: 0.75rem;
    }

    td.k-hierarchy-cell.k-table-td a.k-icon.k-svg-icon {
        width: 1.5em;
        height: 1.5em;
    }

    .register-box {
        width: 90%;
    }
}

@media (min-width: 991.98px) {
    .avvisoCorpo {
        max-height: 100px;
        overflow-y: auto;
    }
}

.login-page, .register-page {
    height: 65vh;
}

@media (max-width: 767.98px) {
    .login-page, .register-page {
        justify-content: unset;
    }
}


.form-check-input {
    width: 20px;
    height: 20px;
}

.k-invalid-msg {
    width: 100%;
    margin-top: .25rem;
    font-size: 85%;
    color: #dc3545;
    font-weight: 700;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 85%;
    color: #dc3545;
    font-weight: 700;
}

.k-invalid-wrapper {
    border: 3px solid #dc3545;
}

.k-dateinput-disabled {
    background-color: #fff;
    opacity: 1;
    color: #6c757d;
    border-color: #f0f0f0;
}

.k-picker-solid {
    color: #212529;
    background-color: #fff;
}

.deni-header {
    background-color: #55BFF2;
    padding: 0px;
}

.deni-a {
    color: #FFDB58 !important;
}

    .deni-a:hover {
        text-decoration: underline;
        color: #0E3E9B !important;
    }

.deni-bgazure {
    background-color: #0FA0E6;
}

.deni-tazure {
    color: #0FA0E6;
}

.deni-tyellow {
    color: #FFDB58;
}

.deni-tblue {
    color: #0E3E9B;
}

.deni-tred {
    color: #ff0000;
}

.btn-deni-yellow {
    color: black;
    background-color: #FFDB58;
    border-color: #FFDB58;
}

    .btn-deni-yellow:hover {
        color: #ff0000;
        background-color: white;
        border-color: #FFDB58;
    }

.btn-deni-azure {
    color: yellow;
    background-color: #0FA0E6;
    border-color: #0FA0E6;
}

    .btn-deni-azure:hover {
        color: #0FA0E6;
        background-color: white;
        border-color: #0FA0E6;
    }

.btn-deni-blue {
    color: white;
    background-color: #0E3E9B;
    border-color: #0E3E9B;
}

    .btn-deni-blue:hover {
        color: #0E3E9B;
        background-color: white;
        border-color: #0E3E9B;
    }

.text-gray {
    color: darkslategray;
}


.dropdown-item:hover {
    background-color: #0FA0E6;
}

.k-pane-wrapper .k-view > div.k-header {
    padding: 0.5rem;
    border-bottom: 2px solid #0E3E9B;
}

.text-bg-orange {
    color: #fff !important;
    background-color: #ff851b !important;
}

.text-orange {
    color: #ff851b;
}

.callout-info-allb {
    border-right: 1px solid #117a8b;
    border-top: 1px solid #117a8b;
    border-bottom: 1px solid #117a8b;
}

.callout-secondary-allb {
    border-right: 1px solid #495057;
    border-top: 1px solid #495057;
    border-left: 5px solid #495057;
    border-bottom: 1px solid #495057;
}

html {
    /*font-size: 14px;*/
    position: relative;
    min-height: 100%;
    /*background-image: url("/img/DENI_medium.png");*/
    background-repeat: revert;
}

body {
    background-color: rgba(201, 197, 203, 0.965);
}

.login-page.body-fullH {
    min-height: 100vh !important;
    height: 100%;
}

.login-page {
    background-color: rgba(201, 197, 203, 0.965);
}

.content-wrapper {
    background-color: unset;
}

label {
    font-weight: 600 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
    color: #6c757d;
    border-color: #f0f0f0;
}

legend {
    border-bottom: 1px solid black;
}

.bg-light {
    background-color: #ececec !important;
}

#addressSuggestions {
    max-height: 200px;
    overflow-y: auto; /* Scroll automatico se ci sono troppi risultati */
}

    #addressSuggestions li:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

    #addressSuggestions li.active {
        background-color: #007bff;
        color: white;
    }
/*LOADER*/

.div-cssload-loader {
    background-color: rgba(211, 211, 211, 0.8); /* un po' di trasparenza per l'effetto overlay */
    height: 100vh; /* usa 100vh per garantire l'altezza del viewport */
    width: 100vw; /* usa 100vw per la larghezza del viewport */
    z-index: 9999; /* alza il valore per essere sopra tutto */
    position: fixed; /* garantisce che il loader rimanga fisso */
    top: 0; /* inizia dall'alto */
    left: 0; /* e da sinistra */
    display: flex;
    align-items: center; /* centra il contenuto verticalmente */
    justify-content: center; /* centra il contenuto orizzontalmente */
}

#floatingCirclesG {
    position: relative;
    width: 176px;
    height: 176px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(254,0,0);
    height: 32px;
    width: 32px;
    border-radius: 17px;
    -o-border-radius: 17px;
    -ms-border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 72px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 21px;
    top: 21px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 72px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 21px;
    top: 21px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 72px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 21px;
    bottom: 21px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 72px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 21px;
    bottom: 21px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
    0% {
        background-color: rgb(18,169,242);
    }

    100% {
        background-color: rgb(255,219,88);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(18,169,242);
    }

    100% {
        background-color: rgb(255,219,88);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(18,169,242);
    }

    100% {
        background-color: rgb(255,219,88);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(18,169,242);
    }

    100% {
        background-color: rgb(255,219,88);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(18,169,242);
    }

    100% {
        background-color: rgb(255,219,88);
    }
}


/* FIX MENU */

.menuPortal .dropdown-menu {
    border-radius: 0px;
    border: 1px solid #0FA0E6;
    box-shadow: none
}

.menuPortal a.nav-link, .menuPortal .dropdown-item, .menuPortal button.nav-link {
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
}

.menuPortal a i.fas, .menuPortal a i.fa-solid {
    color: #ffc107;
}

.menuPortal a.nav-link:hover, .menuPortal .dropdown-item:hover, .menuPortal button.nav-link:hover {
    background-color: #FFDB58;
    color: #0E3E9B;
}

.menuPortal ul.navbar-nav {
    height: 100%;
}

    .menuPortal ul.navbar-nav li.nav-item a.nav-link i {
        margin-right: 0.5em;
    }

.dropdown-divider {
    margin: 0.15rem 0;
    border-top: 1px solid #0E3E9B;
}

@media (min-width: 767.98px) {
    .layout-navbar-fixed .wrapper .content-wrapper {
        margin-top: calc(3.5rem);
    }

    .menuPortal {
        height: 3.5em;
    }

    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
        height: 100%;
        color: #FFDB58;
    }

        .navbar-nav .nav-item a {
            display: flex;
            align-items: center;
            height: 100%;
            border-right: 2px solid white;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0.75rem 0.75rem;
    }

    nav.deni-header .navbar-brand, nav.deni-header .navbar-toggler {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .menuPortal a.nav-link, .menuPortal .dropdown-item, .menuPortal button.nav-link {
        font-size: large;
        height: 3.5rem;
    }

    .login-page, .register-page {
        justify-content: unset;
    }
}

div.info-box div.info-box-content label {
    margin-bottom: 0px;
}
/*
div.container:has(div.menuPortal.show) {
	min-height: 23em;

}*/

.btn-outline-maroon {
    border-color: #d81b60;
    color: #d81b60;
}

    .btn-outline-maroon:hover {
        background-color: #d81b60;
        color: white;
    }

.btn-maroon {
    background-color: #d81b60;
    color: white;
}

    .btn-maroon:hover {
        border-color: #d81b60;
        color: #d81b60;
    }

.pWto-space p {
    margin-top: 0em;
    margin-bottom: 0em;
    line-height: 1.5em;
    white-space: break-spaces;
    word-break: break-word;
}

.form-check-input {
    border-color: blue;
}

form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.75rem;
    margin-left: 0;
}

.description-text {
    text-transform: uppercase;
    font-size: smaller;
    color: gray;
}

.description-block {
    text-align: unset;
    margin: 5px 0;
}

