@media (min-width: 1200px){
    .container-xl {
        max-width: 95%;
    }
}
@media (min-width: 1920px){
    .container-xl {
        max-width: 1920px;
    }
}

@media (max-width: 767px) {
    .page-body {
        margin-top: 0;
    }

    .container-main {
        padding: .4rem .2rem
    }
}

.page-wrapper .page-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

#navbar-menu .nav-link-title {
    padding-left: 5px;
}

#navbar-menu .fa {
    color: #333333;
}

.w-link, .w-link:hover {
    text-decoration: none;
    color: var(--tblr-card-color);
}

.btn-info i.fa {
    color: #ffffff !important;
}

.btn .d-none {
    margin-left: 5px;
}

.card-mob > .card-header {
    padding: 10px 20px
}

.card-mob .card-filter {
    padding: 10px 20px
}

@media screen and (max-width: 767px) {
    .list-group-mob .list-group-item {
        padding: 15px 15px;
    }

    .card-mob > .card-header {
        padding: 10px 15px
    }

    .card-mob .card-filter {
        padding: 10px 15px
    }
}

.card-header.card-tab {
    padding: 16px 24px !important;
}

.card-table tr td {
    font-size: .9rem;
}

/* data table */
#DataTable_wrapper .container-xl.pt-3 {
    padding-top: .5rem !important;
    padding-bottom: .25rem !important;
}

#DataTable_filter .form-control {
    padding: 0.3375rem 0.75rem;
    font-size: .875rem;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .8rem !important;
}

@media (max-width: 767px) {
    #dataTable_wrapper .container-xl .row .col-sm-12 {
        padding-bottom: 5px;
    }
}

.markdown > table > :not(caption) > * > *,
.table > :not(caption) > * > *,
.card-table tr td:last-child,
.card-table tr th:last-child {
    padding: 0.75rem 0.9rem !important;
}

/* data lits */
.data-list-process {
    display: none;
    z-index: 1;
    position: absolute;
    top: 25vh;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

/* validate */
span.error, label.error {
    color: red;
}

@media screen and (min-width: 768px) {
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand-image {
        height: 3rem;
    }
}

.loading-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #e6ecf3;
    background: rgba(230, 236, 243, 0.5);
}

.loading-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .col-sx, .col-dx {
        padding-top: 20px;
    }

}

.col-sx label.col-form-label {
    display: block;
    width: 100%;
    text-align: left !important;
}

.col-sx .col-md-9 {
    width: 100%;
}

/*.form-control{
    background-color: #fbfbfb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}*/
/* tom select  */
.clear-button {
    font-size: 1.5rem;
}

.table-mob .btn-sm {
    padding-left: 10px;
    padding-right: 10px;
}

/* goto top*/
.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.btn-annulla {
    /*    border: 0;
        box-shadow: none;*/
}

.btn {
    border-radius: 0;
}

.page-body {
    margin-top: 5px;
}

.bread-container {
    font-size: .8rem;
}

@media screen and (max-width: 767px) {
    .bread-container {
        display: none;
    }
}

.table-sm tr td, .table-sm tr th {
    padding: .4rem .3rem !important;
}

.accordion-button {
    font-size: 1rem;
}

.accordion-button i.fa {
    margin-right: .5rem;
}

a:hover {
    text-decoration: none;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.td-action {
    width: 1%;
    background-color: #f5f5f5;
}

.btn-accordion {
    display: block;
}

.table-accordion .accordion-collapse td {
    background-color: rgb(247 247 247);
}

.form-control {
    border-radius: 8px;
    border-color: #cccccc;
}

.col-sx .row-checkbox .col-form-label {
    display: none;
}

.obb {
    color: red;
}

.form-group {
    margin-bottom: .5rem;
}

.form-label {
    margin-bottom: .2rem;
}

.input-group-text {
    border-color: #cccccc;
}

.row-tipo {
    margin-bottom: 10px;
    /*align-items: center;*/
}

.row-tipo div a {

}

.row-tipo a {
    display: block;
    background-color: #ffffff;
    padding: 15px 10px;
    margin-top: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    color: #1d273b;
    min-height: 50px;
    align-items: center;
    font-size: 1rem;
   /* border-top: 2px solid var(--tblr-info)*/
}
.row-tipo a:hover{
    background-color: #eaf8ff;
}
.row-tipo a i {
    font-size: 2rem;
    margin-bottom: 5px;
    color: #4299e1
}
.row-tipo-all a{
    font-size: .9rem;
}
.fc-button-primary, .fc-button-primary:disabled {
    background-color: #4299e1 !important;
    text-transform: uppercase !important;
    border-color: #4299e1 !important;
}
.ts-wrapper.disabled {
    border: 0 !important;
}

.disabled .ts-control, .form-control:disabled {
    border: 0 !important;
    opacity: 10;
    color: #000000;
    background-color: #ffffff !important;
    font-weight: bold;
}
.accordion-button{
    padding: .6rem .8rem;
}
.list-xs .list-group-item {
    padding: 4px 3px !important;
}
.pw{
    border-bottom: 1px solid #e5e5e5;
}
.pw {
    display: block;
    background-color: #f5f5f5;
    padding: 3px;
    margin-bottom: 2px;
    font-size: 0.8rem;
}
.pw > div{
    font-size: 0.8rem;
    padding-bottom: 2px;
    padding-top: 5px;
}
.pw2 {
    font-size: 1rem;
}
.pw2 > div{
    font-size: 1rem;
}
.btn-block{
    width: 100%
}
.btn-block i.fa{
    margin-right: 4px;
}
.list-group-item{
    padding-left: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
@media screen and (min-width: 991px) {
    .lista-piatti {
        height: 28rem;
        overflow-y: scroll
    }
}
.cal-head{
    width: 12%;
    vertical-align: top;
}
.bg-1{
    background: #ffcc99 !important
}
.table-xs tr td{
    padding: 0.4rem 0.9rem !important;
}
span.fa{
    margin-right: 5px;
}
