/* Coded with love by Mutiullah Samim */

html,body{
    /*background-image: url('../img/accessoReferti.jpg');*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    background-position: center;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.user_card {

    /*    width: 350px;
        margin-top: auto;
        margin-bottom: auto;
        background: #d7889d;
        opacity: 0.8;
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 5px;*/

    height: 900px;

    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #353b40;
    opacity: 0.93;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}
.brand_logo_container {
    position: absolute;
    height: 120px;
    width: 120px;
    top: 0px;

    padding: 10px;
    padding-right: 3px;
    text-align: center;
}
.brand_logo {
    height: 100%;

}
.form_container {
    margin-top: 20px;
    background: #353b40;
    opacity: 0.8;
}

.form_title
{
    margin-top:100px;

}
.prenotaButton{

    margin-bottom: 20px;
}

.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #2d507c !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}


div[aria-describedby=informativaDialog] .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    display: none;
}


.z-combobox-inp{
    width: 93%;
    height: 100%;
}

.z-combobox{
    padding: 0px
}

.z-combobox-btn,.z-combobox-btn-icon{
    height: 100% !important;
}

.orari{
    margin: 0;
    padding-top: 4%;
}

#accordion {
    padding: 10px;
    width: 100%;
    height: 500px;
    overflow-y: auto;
}
#accordion .ui-accordion-content{
    height: 500px !important;
}


#accordion h3{
    background-color: #ff8100 !important;
    color: white;
    font-weight: bolder;
    margin-bottom: 4px;
}