/*
 *  RadioPanel by A.S.V. Studios APPS - CSS Style
 *  Powered by A.S.V. Studios APPS
 *  
 *  Aggiornamento file CSS: 25 Marzo 2024 - Versione pannello 1.15.3 Stable
 *
 *  Se il file CSS risulta una versione minore rispetto al pannello radio e hai problemi ad visualizzare alcuni elementi, cancella le cache del tuo browser.
 *
 */


/* IMPORTAZIONE FONT E/O ELEMENTI NEL CSS */


@import url("bootstrap.min.asv.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@font-face {
    font-family: "Daddy";
    src: url("fonts/daddy.ttf") format("truetype");
    font-display: swap;
}



/* STYLE GENERALE */

:root{
    --timetable-menu-list-indicator: 90deg;
}

*{
    font-family: sans-serif !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.selectAllowed{
    user-select: text;
}

.grassetto{
    font-weight: 600 !important;
}

a{
    color: #ffc107;
}

.clickable{
    cursor: pointer;
}

dt {
    margin-bottom: 15px;
    font-weight: normal;
}

dd {
    margin-bottom: 15px;
    margin-inline-start: 13px;
}

ol > li{
    margin-bottom: 5px;
}

.rp-button{
    border: none;
    padding: 7px 15px;
    width: 100%;
    border-radius: 5px;
    color: white;
    background: #00000073 !important;
    position: relative;
    transition: 100ms;
    text-decoration: none;
}

.rp-button:hover{
    background: #000000a9 !important;
}

.rp-button:active{
    background: #000000 !important;
}

.mb-3{
    margin-bottom: 0.55rem !important;
}

.button-green{
    color: #66cf3c;
}

.button-blue{
    color: #00BCD4;
}

.button-red{
    color: #F44336;
}

.button-yellow{
    color: #FFC107;
}

input[type=text].rp-form, input[type=password].rp-form, input[type=date].rp-form, input[type=number].rp-form{
    margin: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #00000073;
    text-align: left;
    transition: 100ms;
}

input[type=text].rp-form::placeholder, input[type=password].rp-form::placeholder, input[type=number].rp-form::placeholder{
    color: #ffffff75;
    text-align: left;
}

input[type=text].rp-form:disabled, input[type=password].rp-form:disabled, input[type=number].rp-form:disabled{
    color: #ffffff75 !important;
}

input[type=submit].right{
    margin: 15px 0 0 auto;
    width: auto;
    display: block;
}

::-webkit-calendar-picker-indicator{
    background-color: #aaabe7;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.rp-formCheckControl{
    margin-bottom: 4px;
}

.rp-formCheckControl > input[type=checkbox]{
    margin-right: 5px;
}

.rp-formCheckControl > label{
    font-weight: 100;
    color: #f5f5f5fc;
}

.rp-select{
    margin: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 7px;
    border: none;
    color: white;
    background-color: #00000088 !important;
    text-align: left;
    transition: 100ms;
    appearance: none;
    background: #00000088 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

input[type=text].rp-form:active, input[type=password].rp-form:active, input[type=text].rp-form:hover, input[type=password].rp-form:hover, input[type=text].rp-form:focus, input[type=password].rp-form:focus{
    background-color: #000000aa;
    outline: none;
}

input[type=text].disabled, input[type=password].disabled{
    color: gray;
}

input:read-only{
    color: #ffffffcc !important;
}

.form-text{
    color: #ffffffcc !important;
    margin-left: 0!important;
}

.rp-newTag{
    position: absolute;
    top: 35px;
    left: -49px;
    margin: 0px 0px 0px 0px;
    rotate: -90deg;
    background: #be7414;
    padding: 5px 7px;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rp-boxNotify{
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    box-shadow: #00002464 0px 5px 5px 0px;
    border-radius: 5px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.notify-attenzione{
    background: #ff9800b8 !important;
}

.rp-boxNotify > p{
    font-weight: 500;
    padding: 7px 0;
    margin: 0;
}

.alert{
    position: relative;
    padding: 7px 10px;
    margin-bottom: 1rem;
    border: solid 2px white;
    border-radius: 7px;
}

.alert-danger{
    border-color: #b10000;
    background-color: #550000a3;
    color: white;
}

.rp-alertSUCCESSO{
    padding: 5px 15px 5px 15px;
    margin: 0;
    background: #0e7f21b8;
    border-radius: 7px;
    border: 2px solid #11a911;
    display: block;
    text-align: center;
}

.rp-alertERRORE{
    padding: 5px 15px 5px 15px;
    background: #7f0e0eb8;
    border-radius: 7px;
    border: 2px solid #a91111;
    display: block;
    text-align: center;
}

.INDICATORE{
    border: 0.5px solid red;
}

.centerText{
    text-align: center;
}

.noMargin{
    margin: 0;
}

.marginBottom10{
    margin-bottom: 10px;
}

.noPadding{
    padding: 0;
}

.float-box{
    display: inline-block;
    width: 100%;
}

.float-left{
    float: left;
    width: auto;
}

.float-right{
    float: right;
    width: auto;
}



/* LOGIN PAGE */

.startpage{
    margin: 0 !important;
    padding: 0 !important;
    background: #180054 url(../_img/backgroundStartPage.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
}

.boxLogin, .boxTec{
    background: #00002499;
    color: white;
    position: absolute;
    padding: 15px 15px 15px 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: #00002499 0px 5px 5px 0px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

@media (max-width: 768px){
    .boxLogin, .boxTec{
        width: 95%;
    }
}

.boxLogin{
    width: 375px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.boxLogin > h1, .boxTec > h1{
    font-family: "Daddy", sans-serif !important;
    font-size: 2.3rem;
    margin: 0 0 10px 0;
}

.boxLogin > h2, .boxTec > h2{
    font-weight: 600;
    font-size: 1.4rem;
    margin: 0 0 0px 0;
}

.boxLogin > p, .boxTec > p.update{
    font-weight: 600;
    font-size: 1.0rem;
    margin: 0 0 10px 0;
}

.boxLogin > form{
    margin: 15px 0 15px 0;
}

.boxLogin > form > .mb-3 >input[type=text].rp-form, .boxLogin > form > .mb-3 >input[type=password].rp-form{
    text-align: center !important;
}

.boxLogin > form > .mb-3 >input[type=text].rp-form::placeholder, .boxLogin > form > .mb-3 >input[type=password].rp-form::placeholder{
    text-align: center !important;
}

.boxLogin > a.resetpassword, .boxLogin > p#resetMessage{
    color: white;
    font-size: 0.85rem;
    font-weight: 400;
    margin: 0;
}

.boxLogin > a.resetpassword{
    cursor: pointer;
}

.boxLogin > p#resetMessage{
    margin-top: 5px;
}

.boxTec{
    scrollbar-width: auto;
    scrollbar-color: #ffffff33 #000000;
}

.boxTec::-webkit-scrollbar {
    width: 7px;
}

.boxTec::-webkit-scrollbar-track {
    background: #ffffff00;
}

.boxTec::-webkit-scrollbar-thumb {
    background-color: #ffffff33;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    border: 0px none #000000;
}

.footerLogin{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    text-transform: capitalize;
    color: #dbdbdb80;
    font-size: 0.80rem;
    text-align: center;
    width: 100%;
}

.footerLogin > a{
    color: #dbdbdb80;
}

/* Panel Pages */

.panelpage{
    margin: 0 !important;
    padding: 0 !important;
    background: #260b41 url(../_img/bgpage.webp) center top no-repeat;
    background-size: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.rp-navbar{
    position: sticky;
    top: 13px;
    z-index: 20;
    width: 100%;
    padding: 0 15px;
    margin: 13px 0 23px 0;
}

.rp-navbar > .rp-nav{
    background: #00002499;
    height: 55px;
    width: 100%;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    position: relative;
    box-shadow: #00002499 0px 5px 5px 0px;
    border-radius: 10px;
}

.rp-navbar > .rp-nav > .rp-navHeader{
    display: inline;
}

.rp-navbar > .rp-nav > .rp-navHeader > .menu, .rp-navbar > .rp-nav > .rp-navHeader > .title{
    display: block;
    font-size: 25px;
    float: left;
    cursor: pointer;
}

.rp-navbar > .rp-nav > .rp-navHeader > .menu{
    margin-left: 30px;
    padding: 10px 0 0 0;
    color: #ddddddcc !important;
}

.rp-navbar > .rp-nav > .rp-navHeader > .title{
    font-family: "Daddy", sans-serif !important;
    padding: 11px 0 0 0;
    margin-left: 15px;
}

.rp-navbar > .rp-nav > .rp-navLinks{
    display: inline;
    float: right;
    font-size: 18px;
    font-weight: 300 !important;
    margin-right: 30px;
    padding: 15px 0 0 0;
}

.rp-navbar > .rp-nav > .rp-navLinks > a{
    color: #ffffffbb;
    text-decoration: none;
    transition: 150ms ease;
    margin-left: 15px;
}

.rp-navbar > .rp-nav > .rp-navLinks > a:hover{
    color: #ffffff;
}

.rp-menuPanel{
    position: fixed;
    z-index: 19;
    top: 0;
    left: -300px;
    width: 300px;
    height: calc(100%);
    padding: 0px 15px 0px 15px;
    transition: 250ms ease;
    backdrop-filter: blur(9px);
    background: #110f3c8a;
    -webkit-backdrop-filter: blur(9px);
}

.activeMenu{
    left: 0;
}

.rp-menuPanel > .rp-menuItems{
    height: calc(100% - 100px);
    margin-top: 85px;
    overflow: auto;
    padding: 0 0 0 0;
    border-radius: 10px;
}

.rp-menuPanel > .rp-menuItems::-webkit-scrollbar{
    width: 0px;
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem{
    background: #00002499;
    padding: 13px 13px 13px 13px;
    margin-bottom: 10px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem > .rp-menuTitle{
    text-align: left;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
    border-bottom: 3px solid #2e3185;
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem > .rp-menuLink{
    display: block;
    color: #dddddd;
    text-decoration: none;
    transition: 250ms ease;
    margin-bottom: 2px;
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem > .rp-menuLink:before{
    content: "\00b7";
    margin-right: 5px;
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem > .rp-menuLink:hover{
    color: #ffffff;
    padding-left: 3px !important;
    font-weight: 600;
}

.rp-menuPanel > .rp-menuItems > .rp-menuItem > .rp-menuLink:hover::before{
    content: ">";
}

.muro{
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(9px);
    opacity: 0;
    transition: 250ms;
}

.muroActive{
    z-index: 15 !important;
    opacity: 100 !important;
}

.container{
    padding: 0;
    margin-bottom: 0;
}

.rp-content{
    margin: 0;
    padding: 0px 25px 0 25px;
    flex: 1;
}

.rp-content > .welcome{
    background: url(../_img/backgroundPanelPage.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 75px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: #00002499 0px 5px 5px 0px;
}

.rp-content > .welcome > h1{
    font-family: "Daddy", sans-serif !important;
    font-size: 4.5rem;
    margin: 0;
    text-shadow: 0px 3px 4px #0000008c;
}

.rp-content > .welcome > p{
    margin: -5px 0 5px 0;
    font-size: 1.3rem;
    font-style: italic;
}

.rp-pageContent{
    background: #000024aa;
    border-radius: 10px;
    padding: 13px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    margin-bottom: 15px;
}

.rp-pageContent > h1{
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.75rem;
    border-bottom: 3px solid #2e3185aa
}

.rp-content > .container > .unibody{
    background: #00002499;
    padding: 13px;
    margin-bottom: 15px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.rp-box, .rp-articleBox{
    background: #000024aa;
    padding: 13px 13px 13px 13px;
    margin-bottom: 15px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.rp-articleBox{
    margin-top: 15px !important;
    margin-bottom: 4px;
    background: #bcf6ff33;
    box-shadow: none !important;
    border-radius: 5px;
    backdrop-filter: blur(0px) !important;
    -webkit-backdrop-filter: blur(0px) !important;
}

.rp-box > h2, .titleBox{
    text-align: center;
    font-weight: 600;
    font-size: 1.55rem;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    color: #ededed;
    border-bottom: 3px solid #2e3185aa
}

.rp-box > h3, .rp-article > h3{
    text-align: center;
    font-weight: 600;
    font-size: 1.40rem;
    padding: 0px 0px 10px 0px;
    margin-bottom: 15px;
    color: #ededed;
    border-bottom: 3px solid #2e3185aa
}

.rp-article > h3{
    background: #00000000;
    border-radius: 0;
    text-align: left;
    padding: 0 0 7px;
    border-bottom: solid 1px #ffffff55;
}

.rp-article > p{
    margin: 12px 0 0 0;
}

.rp-box > p.counter{
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.boxrequest{
    width: 100%;
    background-color: #bcf6ff33;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 17px 20px 19px 20px;
}

.boxrequest > table{
    width: 100%;
}

.boxrequest > .noRequestTitle, .boxrequest > p.noRequestSubtitle, .boxrequest > table > tbody > tr > td > p{
    margin: 0;
    padding: 0;
}

.boxrequest > .noRequestTitle, .boxrequest > p.noRequestSubtitle{
    text-align: center;
}

.boxrequest > .noRequestTitle{
    font-weight: 600;
    margin-bottom: 3px;
}

.boxrequest > table > tbody > tr > td > .deleteRequest{
    color: white;
    text-decoration: none;
    background: #d90d0dc9;
    border: 1px solid #db5252;
    padding: 15px 18px;
    font-weight: 700;
    border-radius: 7px;
    box-shadow: 0px 2px 2px #000000ff;
}

.accordion{
    width: 100%;
    margin: auto;
}

.accordion-item{
    border: none;
    margin-bottom: 15px;
    background-color: #00002466;
    border-radius: 10px !important;
    color: white;
}

.accordion-header{
    text-align: left;
    font-weight: 800;
    font-size: 1.15rem;
    padding: 8px 25px;
    border-radius: 10px;
    background: #2e3185aa;
    color: #ededed;
}

.accordion-header:before{
    content: ">";
    color: white;
    position: absolute;
    right: 30px;
    z-index: 10;
    font-weight: 400;
    transform: rotate(var(--timetable-menu-list-indicator));
    opacity: 0.75;
}

.accordion-content{
    display: none;
    padding: 18px 25px 20px 25px;
}

.active .accordion-content{
    display: block;
    overflow: auto;
}

.rp-footer{
    position: relative;
    margin: 0px 0 0 0;
    padding: 0px 0 25px 0;
}

.rp-footer:before{
    content: "";
    background: url(../_img/footerpage.webp) bottom center no-repeat;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    height: 706px;
    width: 100%;
    z-index: -1000;
    display: block;
}

.rp-footerContent{
    width: calc(100% - 50px);
    margin: auto;
}

.rp-footerContent > h2.footerTitle{
    text-align: center;
    font-family: "Daddy", sans-serif !important;
    margin-bottom: 10px;
}

.rp-footerBox{
    text-align: center;
    background: #00002499;
    padding: 15px;
    margin-top: 0px;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    font-size: 0.90rem;
    color: #ffffffdd;
    box-shadow: #00002464 0px 5px 5px 0px;
}

.rp-footerBox > a{
    color: #ffffffdd;
}

.rp-footerBox > h3{
    text-align: center;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 8px;
    margin-bottom: 10px;
    background: #2e3185aa;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.rp-footerBox > p{
    margin: 0 5px 2px 5px;
    padding: 0;
}

.rp-footerBox > p > a{
    color: #d9c6c6;
    text-decoration: none;
}

.rp-footerBox > p > a:hover{
    color: #ffffff;
    text-decoration: underline;
}



/* Termini & Condizioni Page */

.boxTec{
    width: 800px;
    top: 5%;
    left: 50%;
    height: 82%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    overflow: auto;
}

.boxTec-reject{
    width: 670px;
    height: auto;
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px 25px;
    vertical-align: middle;
}

.boxTec > h2.rifiiutato, .boxTec > img.rifiiutato{
    margin: 0 0 25px 0;
}

.boxTec > .contratto{
    text-align: justify;
}

.boxTec > .contratto > h4{
    margin: 35px 0 17px 0;
    font-weight: 600;
    text-align: center;
}

.boxTec > .contratto > dl > dt{
    font-weight: 500;
}

.boxTec > .contratto > dl > dt > b{
    font-weight: 600;
}

.firma{
    text-align: center;
}

.firma > form > input.rp-button{
    width: 100px !important;
    margin: 0px 2px;
}

.boxTec > form > input.rp-button[value=Disconnetti]{
    width: 125px !important;
    margin: 0 5px;
}

.firma > form > input.rp-button[value=Rifiuta]{
    color: #ebbaba !important;
}

.firma > form > input.rp-button[value=Accetta]{
    color: #9ec99e !important;
}



/* ADATTAMENTO PER MOBILE */

@media (max-width: 1400px){
    
}

@media (max-width: 1200px){
    
}

@media (max-width: 992px){
    
}

@media(max-width: 876px){
    .rp-navbar > .rp-nav > .rp-navLinks{
        display: none;
    }

    .hide-876{
        display: none;
    }
}

@media (max-width: 768px){
    .rp-button{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .float-left, .float-right{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    
    .rp-alertSUCCESSO, .rp-alertERRORE{
        width: 100% !important;
        margin-top: 10px !important;
    }

    .rp-navbar{
        position: fixed;
        top: 0px;
        z-index: 20;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .rp-navbar > .rp-nav{
        border-radius: 0px;
    }

    .rp-content{
        margin-top: 75px;
    }

    .rp-menuPanel > .rp-menuItems{
        height: calc(100% - 90px);
        margin-top: 75px;
    }

    .rp-content > .welcome > h1{
        font-size: 3.94rem;   
        margin-bottom: 10px;
    }

    .rp-footer::before{
        background-size: 200%;
        bottom: -70px;
    }

    .rp-footerBox{
        width: 100%;
        display: block;
        left: 0;
        border-radius: 0;
        margin-top: 5px;
        padding: 25px 25px;
        position: absolute;
        background: #00002499;
    }
}

@media (max-width: 576px){
    .hide-576{
        display: none;
    }
}