﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
#modalCrud .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.body-crud::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.body-crud {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.modal-body {
    padding: 0 !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

#divLoading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 340px;
    height: 95px;
    background-color: #337ab7;
    border-radius: 10px;
    padding-top: 12px;
    padding-left: 12px;
    color: white;
    margin-top: 200px;
}

.iframe-crud {
    border: none;
}


.box.box-default {
    border-top-color: #3c8dbc;
}

.box.box-solid.box-default > .box-header {
    background-color: #c4dae8;
}

.box-header.with-border {
    border-bottom: 1px solid #3c8dbc;
}

table.dataTable > thead .sorting_disabled:before, table.dataTable > thead .sorting_disabled:after {
    display: none;
}

div.fc-event-title.fc-sticky {
    white-space: break-spaces;
    padding: 2px 5px;
    font-size:1rem;
}

.btn-risp{
    zoom:2;
}
.txt-risp {
    top: -7px;
    font-weight: bold;
}
#div-attesa {
    position: fixed;
    opacity: 0.75;
    top: 77px;
    width: 90%;
    background-color: white;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
}

@media (max-width: 1200px) {
    div.fc-event-title.fc-sticky {
        font-size: 0.7rem;
    }
    div.fc-daygrid-event-harness{
        margin-bottom:3px;
    }
    #table_interventi_wrapper > div > div.box-body {
        font-size: 0.7rem;
    }
    #table_interventi_wrapper .btn {
        font-size: 0.7rem;
    }
}

@media (max-width: 1024px) {
    .no-mobile {
        display: none;
    }
    .padding-mobile{
        padding-right:0.1rem !important;
    }
    .testo-capo{
        white-space:break-spaces;
    }
}