.logo_image{
    width: 70%;
}

.logo_auth{
    width: 40%;
    margin: auto;
    display: flex;
}

.footer {

    margin-left: 0px !important;

}

.create-report{
    float:right;
    background-color: #51bb25 !important;
    border-color: #51bb25 !important;

}

.create-report:hover{
    color:#fff;

}


.cke_editable {
    font-size: 13px;
    line-height: 0.5 !important;
    word-wrap: break-word;
}

.legend{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.legend li{
    margin: 0px 20px;
}

.circle-color{
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px;
    margin-right: 9px;
    border-radius: 50%;
}

.profile_img{
    width:37px;
    height:37px;
}

.welcome_img{
    width:70px;
    height:70px;
}

.float-right{
    float:right;
}

.color-white{
    color:white !important;
}

.no-button{
    border: none;
    background: none;
}

.time_input{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #524f4f40;
}

.suspendig-appointment{
    opacity:0.4;
}

input[type=color]{
    border-radius: 50%;
    height: 50px;
    width: 60px;
    border: none;
    outline: none;
    -webkit-appearance: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
    padding: 0;	
}
input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 100%;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a7aeb642;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.table_td_custom{
    font-size: 18px;
    padding-top: 23px;
}

.icon_custom{
    color:#16f0df;
    transition:0.2s all;
}

.icon_custom:hover{
    color:#132658;
    transition:0.2s all;
}

.margin-right-30{
    margin-right: 30px;
}

.input_table {
    border-radius: 0;
    width: 50%;
    background: #f8f8f8;
    border: none;
}

.input_table:focus{
    background: #f8f8f8;
}

.button-agenda{
    right: 3rem;
    position: absolute;
    transition:1.5s;
}

.modal_agende{
    max-width:1000px;
}

.modal_event {
    max-width: 800px;
}

.add_agenda{
     width: 2rem;
     height: 2rem;
     fill: #16f0df;
     border-radius: 50%;
     cursor: pointer;
     transition:0.2s;
}

.button-add-fascia{
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid black;
    transition:0.5s;
}

.button-remove-fascia{
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid red;
    transition:0.5s;
    color:red;
}

.button-remove-fascia:hover{
   box-shadow: 0px 0px 10px 10px #cacaca47;
}

.button-add-fascia:hover{
    box-shadow: 0px 0px 10px 10px #cacaca47;
}


.none{
    display: none !important;
}

.card_agenda{
    /*cursor:pointer;*/
    box-shadow:unset;
    z-index:3;
}

.card_riepilogo{
    
   padding: 30px; 
}

.card_riepilogo p{
    text-transform: uppercase;
    font-size: 16px;
}

.card_agenda:hover{
    
    box-shadow:0 0 40px rgb(8 21 66 / 5%);
    
}

.card-section-hide {
    width: 100%;
    height: 80px;
    background: white;
    padding: 20px 20px;
    padding-top: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    top: -6.5rem;
    z-index: 2;
    text-align: right;
    transition: 0.3s;
}

.card .card-footer-agenda > svg {
    
    transition: 0.2s;
    transition-delay: 0s;
    height: 0;
}


.icon-agenda {
    fill: #ffffff00;
    margin-right: 15px;
    stroke: #fff;
    cursor: pointer;
}


.body-card-agenda{
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.agenda-select:hover .card-section-hide{
    
    top:-3rem;
    
}

.button-agenda-card{
    vertical-align: middle;
    font-size: 15px;
    background: white;
    border-radius: 15px;
    font-weight: bold;
    margin-top: -1rem;
}

.card_agenda:hover .card-footer-agenda  > svg{
    
    height: 30px;
    transition-delay: 0.5s;
}


.card_agenda .card-body .luogo{
    font-size: 20px;
    margin-bottom: 0; 
    font-weight:bold;
}

.card_agenda .card-body .indirizzo{
    font-size: 16px;
}

.add_agenda:hover{
    box-shadow: 0px 0px 18px 0px #00000052;
}

.data_loader{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    background: #ffffff;
    border-radius: 15px;
}

.data_loader_home {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: 0.5s all;
    background: #ffffff;
    border-radius: 15px;
    z-index: 999;
}

.show_loader{
    opacity: 0.8;
    visibility: visible;
    
}
.center_loader{
    position: relative;
    top: 30%;
}


.disable_token{
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    z-index: 99;
    transition:0.5s all;
}



.enable_token{
   opacity: 0;
   visibility:hidden;
   transition:0.5s all;
    
}

.error_section {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    min-width: 25%;
}

.success_section {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9999;
    min-width: 25%;
}

.file-content .folder .folder-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    background-color: #f6f7fb;
    width: calc(25% - 15px);
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    transition: 0.5s all;
}

.folder-box:hover{
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    border: 0;
    background-size: 16px 12px;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container.select2-container--default.select2-container--open  {
  z-index: 5000;
}


element.style {
    /* width: 100%; */
}
.select2-container.select2-container--default.select2-container--open {
    z-index: 5000;
}
.select2 {
    max-width: 100%;
    width: 100% !important;
}


.status_button{
    font-size: 12px !important;
    cursor: default !important;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.status_active{
    color: white;
    background-color: #43d539 !important;
    border-color: #43d539 !important;
}


.status_pending{
    color: white;
    background-color: #ffe630f7 !important;
    border-color: #ffe630f7 !important;
}

.status_inactive{
    color: white;
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}

.no-border-no-padding{
    padding: 0 !important;
    border: 0 !important;
}

.no-border{
    
    border: none;
}

.select2-container .select2-selection--single {
    border-radius: 0rem !important;
    border: 0px;
    border-color: #f6f7fb;
    height: 40px !important;
    border-bottom: 1px solid #ced4da;
    padding: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 0px !important;
    border: 0px;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    padding-top: 6px;
    margin-top: 6px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px !important;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0 !important;
    cursor: text;
    outline: 0;
    padding-top: 6px;
    margin-top: 6px;
}

.right-radius-0{
    
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.left-radius-0{
    
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.text-end{
    text-align:right;
}

.modal-layout{
    
    max-width: 60%;
}

.cke_chrome {
    display: block;
    border-top: 1px solid #f7f7f7;
    padding: 0;
    border: 1px solid #0000001a !important;
}

.swal-button {
   
    transition: 0.5s;
    
}

.swal-button--danger:not([disabled]):hover {
    background-color: #78cbf2 !important;
}

.file-content .files .file-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    background-color: #f6f7fb;
    width: calc(25% - 15px);
    display: inline-block;
    position: relative;
    margin: 5px !important;
}

.file_link{
    
    transition:0.5s all;
    cursor:pointer;
}

.file_link:hover {
    box-shadow: 0px 0rem 2rem 5px rgb(0 0 0 / 15%) !important;
}


.pagination-primary .page-item.active-page .page-link {
    color: #fff !important;
    background-color: var(--theme-deafult) !important;
    border-color: var(--theme-deafult);
}

.list_doctor{
    min-height: 500px;
}

.list_appointment{
    min-height: 500px;
}

.appointment-card{
    
    min-height: 600px;
}

.accettato{
    cursor:pointer;
}

.overlay-app{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #13406957;
    top: 0;
    left: 0;
    display: none;

}

/*.sospeso .appointment-card{*/
    
/*opacity: 0.3;*/
/*}*/

.sospeso .appointment-card .overlay-app{
    
display: block;
}

.sospeso::after{
    content: 'IN ATTESA DI CONFERMA';
    position: absolute;
    top: 15rem;
    left: 5rem;
    font-weight: 500;
    font-size: 20px;
    background: white;
    padding: 10px 10px;
}

.appointment-card h5{
    
    text-transform:uppercase;
}


.no-shadow{
        -webkit-box-shadow: none;
    box-shadow: none;
}

.page-link {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    color: #000;
    font-style: italic;
}


.fc-timegrid-event .fc-event-time {
    font-weight: bold;
    white-space: nowrap;
    /* font-size: .85em; */
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
    color: black;
}



.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    color: black;
    font-weight: bold;
}

.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 0;
    color: black !important;
    left: 0;
    right: 0;
    border: 0px;
    cursor: pointer;
    border-radius: 0;
}

.fc-timegrid-event .fc-event-main {
    padding: 10px 15px 0;
}

.list-client{
    position: absolute;
    width: 95%;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #78787859;
}

.li-client {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ced4da;
    transition:0.5s all;
}

.li-client {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ced4da;
    transition:0.5s all;
}

/*.li-client::after {*/
/*    content: '>';*/
/*    right: 1rem;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    font-size: 20px;*/
/*    line-height: 20px;*/
    /*right: 0;*/
/*}*/

.li-client > span{
    z-index: 3;
    background: #ffffff;
    position: relative;
    
}

.loader_search{
    height: 50px;
    width: 50px;
    position: absolute;
    top: 1.5rem;
    right: 0;
}

.loader-box .loader-38 {
    height: 0.1em;
    width: 0.1em;
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658;
    box-shadow: -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658, -0.2em -0.2em 0 0.1em #132658;
    -webkit-animation: loader-38 6s infinite;
    animation: loader-38 6s infinite;
}



.custom-card {
    overflow: hidden;
    padding: 30px !important;
}


@-webkit-keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; } }

@keyframes loader-38 {
  0% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; }
  8.33% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df; }
  16.66% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df; }
  24.99% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  33.32% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; }
  41.65% {
    -webkit-box-shadow: 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: 0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df; }
  49.98% {
    -webkit-box-shadow: 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df; }
  58.31% {
    -webkit-box-shadow: -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  66.64% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  74.97% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  83.3% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, 0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  91.63% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df, -0.2em 0.2em 0 0.1em #16f0df; }
  100% {
    -webkit-box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df;
            box-shadow: -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df, -0.2em -0.2em 0 0.1em #16f0df; } }
  



/*.li-client:hover{padding-left: 40px;}*/

.add-patient{
    
    float: right;
}



/*DATE*/

.gallery-cell {
  text-align: left;
  counter-increment: gallery-cell;
  height: 70px;
  margin-top: 10px;
  line-height: 50px;
}

.owl-next {
    position: absolute !important;
    right: 0em !important;
        top: 1.5rem;
}

.owl-prev {
    position: absolute !important;
    left: 0em !important;
        top: 1.5rem;
}


.gallery:after {
  content: 'flickity';
  display: none; /* hide :after */
}

@media screen and ( min-width: 768px ) {
  /* disable Flickity for large devices */
  .gallery:after {
    content: '';
  }
}

.flickity-button{
    display:none;
}

.flickity-page-dots{
    display:none;
}


.filtro{
 
font-size: 15px;
font-stretch: normal;
font-style: normal;
line-height: normal;
font-weight: bold;
letter-spacing: 1.5px;
text-align: center;
color: #20509e6b !important;
padding-right: 25px;
padding-bottom: 12px;
padding-top: 12px;
padding-left: 25px;
transition: 0.5s;
}

.filtroactive {
    border-radius: 10px;
    background-color: #ffffff;
    color: #20509e !important;
}

.data{
    
    position: relative;
    top: 8rem;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
 
    color: #20509e;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    top: 0rem;
    min-height: 1200px;
    transition: 0.5s;
}

.fasce_orarie{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    min-height: 500px;
    padding-top: 30px;
}

.select-fascia {
    border: 1px solid #2755a1fa;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 15px;
    color: #2755a1fa;
    background: #fff;
    padding: 10px;
    transition:0.5s all;
}

.prenotated{
    
    opacity: 0.5;
    text-decoration: line-through;
    cursor: default;
}

.no_hour{
    border: 1px solid #2755a100;
    width: 80%;
    margin: auto;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 15px;
    color: #2755a1fa;
    background: #fff0;
    padding: 10px;
}

.select-fascia:hover{
    box-shadow:0px 0px 20px 5px #afacac61;
}

.plus_hour{
    background: white;
    text-align: center;
    padding: 20px;
    box-shadow: inset 0px -20px 20px 0px #b7b7b726;
}
.plus_hour > p {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    color: #3f51b5;
    transition: 0.5s;
}
.plus_hour > p:hover{
    
    text-decoration:underline;
    
}

.openHour{
min-height:1620px !important;
}

.delete{
    
    background:red;
    background-color:red !important;
    border-color:red !important;
}

.delete:hover{
    color:#fff !important;
    background:red;
    background-color:red !important;
    border-color:red !important;
}

.btn-info {
    background-color: #6ec4c7 !important;
    border-color: #6ec4c7 !important;
}


.btn-info {
    background-color: #6ec4c7 !important;
    border-color: #6ec4c7 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #6ac2c5 !important;
    border-color: #68c1c4 !important;
}

@media screen and (max-width: 575px) {
  .file-content .folder .folder-box,
  .file-content .files .file-box {
    width: calc(100%); }
  .file-content .btn-outline-primary {
    margin-top: 10px; } }
    
    
.dati_prestazione{
        
    max-height: 0;
    opacity: 0;
    transition: 0.5s all;
    z-index: -1;
    position: relative;
}

.open{
        
    max-height: 30rem;
    opacity: 1;
    z-index:1;
}

.search_button{
    cursor: pointer;
    margin-top: .5rem;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link {
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    margin-bottom: 10px;
}

.p-home-app{
    
    margin-top: 0.5rem !important;
    font-size: 14px !important;
}
.icon-app{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}


.button-app {
    background-color: transparent !important;
    color: #132658 !important;
    border: 1px solid #132658;
}

.loader_search_appointment{
    
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    left: 0;
    border-radius: 15px;
    
}







.progressbar-procedures{
    
counter-reset:step;
    
position: relative;
    
z-index:5;
    
margin: auto;
    
display: table-row;
}

.progressbar-procedures li{
    
list-style-type: none;
    
float: left;
    
width: 50%;
    
position: relative;
    
text-align: center;
    
display: table-cell;
    
min-height: 100px;
    
margin: 10px;
    
vertical-align: middle;
}

/*.progressbar-procedures li:before{*/
/*    content: counter(step);*/
/*    counter-increment: step;*/
/*    width: 50px;*/
/*    transition: 0.2s cubic-bezier(1, 0.01, 1, 1);*/
/*    height: 50px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 52px;*/
/*    font-size: 25px;*/
/*    display: block;*/
/*    text-align: center;*/
/*    box-shadow: 0rem 0rem 1rem rgba(0,0,0,.15)!important;*/
/*    border-radius: 50%;*/
/*    background:white;*/
/*}*/

.step {
    background: #ffffff;
    padding: 15px;
    height: 50px;
    width: 50px;
    border-radius: 15px;
    transition: 0.2s;
    box-shadow: 0rem 0rem 1rem rgba(0,0,0,.15)!important;
}

.active .step{
    
    background: #132658;
}

.progressbar-procedures li:after{
    
content: '';
    
position: absolute;
    
width: 2px;
    
height: 6rem;
    
transition: 0.2s cubic-bezier(1, 0.01, 1, 1);
    
opacity: 0.3;
    
top: -5rem;
    
left: 1.5rem;
    
z-index: -1;
    
background: linear-gradient(to left, #b2b7c3 50%, #011039 50%);
    
background-size: 200% 100%;
    
background-position: right bottom;
}

.progressbar-procedures li:first-child:after{
    content:none;
}

.progressbar-procedures li.active{
    color:white;
    transition:1s;
}

.progressbar-procedures li.active:before{
    
    background-color: #011039;
    transition: 0.2s cubic-bezier(1, 0.01, 1, 1);
    color:white;

}

.progressbar-procedures li.active:after{
    opacity:1;
    background-position: left bottom;
    
}

 .procedure{
     display:none;
 }
 
 .procedureActive{
     display:block;
 }
 
 
 
 .block-day{
    background: repeating-linear-gradient( 
    45deg,transparent,
    transparent 10px,
    rgb(219 219 219 / 67%) 0,rgb(226 226 226 / 75%) 20px);
 }
 
 .steps{
    
    box-shadow: 5px 0px 18px 0px #c0c0c06b;
    padding: 150px 50px;
    width: 10.5rem;
    height: 100%;
    z-index: 10;
    background: #ffffffd9;
    position: fixed;
}

.background-register{
        min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background: url(../images/login/login_bg.jpg);
    background-position: center;
    padding: 30px 0;
}



.next{
    
    /*position: fixed;*/
    /*right: 2rem;*/
    /*bottom: 1rem;*/
    background: #132658;
    
}

.prev{
    
    /*position: fixed;*/
    /*right: 10rem;*/
    /*bottom: 1rem;*/
    background: #132658;
    opacity: 0;
    transition: 0.2s;
    
}

.navigation_register{
    
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1rem;
    margin-top: 30px;
    text-align: center;
    
}

.btn-append{
    background: #132658;
    color: white;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0.25rem 2rem;
    border-bottom: 0px solid #ced4da;
}

.login-register {
    width: 800px !important;
}

.mb-10{
    margin-bottom:100px;
}


.login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus {
        border: 0px;
    border-bottom: 1px solid #efefef;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-card .login-main .theme-form input {
    background-color: #f3f3ff00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.alert-custom{
    /*width:100%;*/
    margin:0;
}


.alert{
    
    z-index: 999999 !important;
}


.alert-success {
    background-color: rgba(81, 187, 37, 0.8);
    border-color: rgba(81, 187, 37, 0.9);
    color: #51bb25e6;
}

.alert-danger {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: rgba(220, 53, 69, 0.9);
  color: #dc3545e6; 
    
    
}

.show_pw{
    position: absolute;
    right: 0;
    bottom: 4.8rem;
    background: white;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 50%;
    cursor:pointer;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
 background-color:#fff;
}



@media only screen and (max-width: 575.98px) {



.steps {
    box-shadow: 5px 0px 18px 0px #c0c0c06b;
    padding: 15px 60px;
    width: 100%;
    height: 6rem;
    z-index: 10;
    background: #ffffffd9;
    position: fixed;
    top: 0;
}


.progressbar-procedures {
    counter-reset: step;
    position: relative;
    z-index: 5;
    margin: auto;
    display: block;
}


.progressbar-procedures li {
    list-style-type: none;
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    display: table-cell;
    min-height: 50px;
    margin: 10px;
    vertical-align: middle;
}


.step {
    background: #ffffff;
    padding: 15px;
    height: 50px;
    width: 50px;
    border-radius: 15px;
    transition: 0.2s;
    box-shadow: 0rem 0rem 1rem rgba(0,0,0,.15)!important;
}


.progressbar-procedures li:after {
    content: '';
    position: absolute;
    width: 6rem;
    height: 2px;
    transition: 0.2s cubic-bezier(1, 0.01, 1, 1);
    opacity: 0.3;
    top: 1.5rem;
    left: -4rem;
    z-index: -1;
    background: linear-gradient(to left, #b2b7c3 50%, #011039 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.error_section {
    position: fixed;
    right: 4rem;
    left: 3rem;
    bottom: 4rem;
    z-index: 9999;
    width: 20rem;
}

.success_section {
    position: fixed;
    right: 4rem;
    left: 3rem;
    bottom: 4rem;
    z-index: 9999;
    width: 20rem;
}

}

.report-recent{
    padding: 15px 40px !important;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}

.icon-report{
    margin: 0px 10px;
}


.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: #13978d !important;
    border-color: #13978d !important;
}

@media only screen and (max-width: 1024px) {
.fc .fc-toolbar-title {
    font-size: 1em;
    margin: 0;
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em;
    height: 160rem;
}

.fc table tr{
    height:50px;
}

}