/* TABELLE */
.ibox-content .table {
    margin: 0;
    background: #fafafa;
}

.ibox-content .table table {
    background: white;
}

.wrapper table.table.display  thead th:after {
    right: 15px;
    top: 5px;
}

.wrapper table.table.display  thead th.no-sort:after {
    display: none;
}

.wrapper table.table.display {
    border-radius: 0 0 3px 3px;
    border: 1px solid #EBEBEB;
    margin: 0px 0px 10px!important;
    border-top: 0;
}

.wrapper table.table.display thead th {
    background: #ffffff;
    color: #1c1c1c;
    font-weight: 500;
    outline: none;
    padding: 5px 15px;
    border: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 33px;
    border-bottom: 1px solid #ebebeb;
}

.wrapper table.table.table-bordered.display  thead th {
    /* border-right: 1px solid #ececec; */
}

.wrapper table.table.table-bordered.display  thead .dt-checkboxes-select-all {

    width: 15px !important;
}

.wrapper table.table.display  thead th select {
    width: 100%;
    display: block;
    height: 30px;
    margin: -5px -5px;
    width: calc(100% + 10px);
    background: white;
    border: 1px solid #ececec;
}

.wrapper table.table.display  thead th:last-of-type {
    border-right: 0;
}

.wrapper table.table.display  tbody tr {
    background: white;
    outline: none;
}

.wrapper .dataTables_wrapper .dataTableInnerButtons > .btn {
    width: 33px;
    padding: 5px 0;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}

.wrapper .dataTables_wrapper .dataTableInnerButtons > .btn-group .btn {
    width: auto;
    padding: 5px 10px;
    display: block;
}

.wrapper .dataTables_wrapper .dataTableInnerButtons > .btn:first-child {
    margin-left: 0;
}

.dataTables_wrapper table.dataTable.table-hover > tbody > tr:hover,
.dataTables_wrapper table.dataTable.table-hover > tbody > tr.shown,
.dataTables_wrapper table.dataTable.table-hover > tbody > tr.shown + tr {
    background: #fafafa;
}


div.dataTables_wrapper div.dataTables_filter label {
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding: 0 0 0 15px;
    border-radius: 3px;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_filter label input {
    border: none;
    border-left: 1px solid #ebebeb;
    margin-left: 15px;
}

div.dataTables_wrapper > .row:first-child {
    background: #fafafa;
    margin: 0 0 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    /* border-bottom: 0; */
}

div.dataTables_wrapper div.dataTables_length label {
    padding: 0;
    margin: 0;
}

.wrapper table.table.display  tbody tr td {
    padding: 15px;
    outline: none;
    border-left: 0;
    line-height: 29px;
    vertical-align: inherit;
}

.wrapper table.table.display.table-bordered  tbody tr td {
    border-right: 1px solid #ececec;
}

table.table table.table {
    margin: 0;
}

.wrapper table.table.display  tbody tr td:last-of-type {
    border-right: 0;
}

.wrapper table.table.display  tbody tr.child {
    background: #fafafa;
}

.wrapper table.table.display  tbody tr.selected {
    background: #f2f2f2;
}

.wrapper table.table.display  tbody tr.ui-selecting {

    background: rgba(0, 123, 255, 0.11);
    color: #00224a;
    -webkit-box-shadow: inset #8cb6e6 0px 0px 3px;
    box-shadow: inset #8cb6e6 0px 0px 3px;
}

.wrapper table.table.display  tbody tr.selected.multiselected {
    background: rgba(0, 123, 255, 0.36);
    color: #00224a;
    -webkit-box-shadow: inset #8cb6e6 0px 0px 3px;
    box-shadow: inset #8cb6e6 0px 0px 3px;
}

.wrapper table.table.display  tbody tr.selected.multiselected td {
    border-color: #95bbe8;
}

.wrapper table.table.display  tbody tr td > a:not(.btn) {
    border: 1px solid;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
}

.wrapper table.table.display  tbody tr td > a:not(.btn):hover {
    color: #ed5565;
}

.wrapper table.table.display .dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before
{
    height: 35px;
    width: 60px;
    line-height: 35px;
    top: 5px;
    left: 5px;
    background: #fbfbfb;
    border: 1px solid;
    color: #01994d;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: 'Mostra';
    font-size: 12px;
    font-family: inherit;
    border-radius: 4px;
}

.wrapper table.table.display .dataTable.dtr-inline.collapsed>tbody>tr.parent[role="row"]>td:first-child:before {
    content: 'Chiudi';
    color: #ed5565;
}

.dataTables_wrapper  .dt-buttons {
    display: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination li > a {
    outline: none;
}

div.dataTables_wrapper > .row {
    position: relative;
}

div.dataTables_wrapper div.dataTables_processing.panel {
    top: 1px;
    margin: 0;
    left: 16px;
    right: 16px;
    bottom: 15px;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    border: none;
    border-radius: 0;
}

div.dataTables_wrapper div.dataTables_processing.panel .circlePreloader {
    background: none !important;
}

/* PULSANTI AZIONI */
#dataTableEdit,
#dataTableDelete,
#dataTableSocialShare,
#dataTableBugSolved,
#dataTableSendTestTemplate {
    display: none;
}

/* POPUP SELEZIONE */
#selectedRowCounts {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    color: #337ab7;
    padding: 10px 15px;
    border: 1px solid #8fbff9;
    border-right: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px -10px;
    box-shadow: rgba(0, 0, 0, 0.6) 5px 5px 15px -10px;
    border-bottom: 0;
}

#selectedRowCounts h4 {
    font-size: 15px;
    margin: 0 0 5px;
}

#selectedRowCounts p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

#selectedRowCounts p b {
    font-size: 20px;
}

.kt-content {
    padding-top: 0;
}

.tab-content h2.title-divider {
    font-weight: 500;
    color: #1c1c1c;
    font-size: 16px;
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 15px 25px;
    display: block;
    margin: 15px -25px 15px;
    border-left: 0;
    border-right: 0;
    box-shadow: #ececec 1px 0px, #ececec -1px 0px;
}

.kt-content {
    opacity: 0;
}

.tag-el {
    cursor: pointer !important;
    margin-bottom: 7px !important;
}

.tag-el:hover{
    color: #207ab7;
}

.dataTableInnerButtons > .btn {
    width: 33px;
    padding: 5px 10px;
    text-align: center;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
}

.dataTableInnerButtons > .btn-group .btn {
    width: auto;
    padding: 5px 10px;
    display: block;
}

.dataTableInnerButtons > .btn:first-child {
    margin-left: 0;
}

#kt_content {
    padding-bottom: 0px;
}

div.dataTables_wrapper .datatable-scroll-container,
div.dataTables_wrapper .datatable-scroll-top {
    width: 100%;
    overflow-x: auto;
}

div.dataTables_wrapper .datatable-scroll-top > div {
    height: 1px;
}

div.dataTables_wrapper div.dataTables_processing.panel[style*="block"] + table {
    opacity: 0.3;
}

div.dataTables_wrapper .datatable-footer {
    display: flex;
    /* background: #ffffff; */
    /* border: 1px solid #ebebeb; */
    border-top: 0;
}

div.dataTables_wrapper .datatable-footer > div {
    flex: 1;
    padding: 10px 0 10px !important;
    line-height: 10px;
}

div.dataTables_wrapper .datatable-footer > .dataTables_info {
    line-height: 32px;
}

body {
    overflow-x: hidden;
}

.row > div[class^="col-"] {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .fc-button-group {
        padding: 0 25px;
    }
    
    .fc-button-group .fc-button {
        width: 50%;
    }
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__section .kt-menu__section-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__heading .kt-menu__link-text,
.kt-aside-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu .kt-menu__item > .kt-menu__link .kt-menu__link-text
{
    color: #eaebff !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading .kt-menu__link-icon,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link .kt-menu__link-icon
{
    color: #6c63ff !important;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading,
.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link
{
    background-color: #111111 !important;
}

/*
 * FORM VALIDATOR
 */

.fw-custom-form-error-element {
    border: 1px solid #fd397a;
}

.fw-custom-form-error-label {
    color: #fd397a;
}

.fw-custom-form-error-tab {
    background-color: #fbb8b8 !important;
    color: #fd397a !important;
}

.fw-custom-form-error-tab.active {
    background-color: #fbe3e3 !important;
}

.customSwalBtn{
    background-color: #3085d6;
    border-left-color: #3085d6;
    border-right-color: #3085d6;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.0625em;
    margin: 30px 5px 0px 5px;
    padding: 10px 32px;
}

.customSwalBtnCancel{
    background-color: #aaa;
    border-left-color: #aaa;
    border-right-color: #aaa;
}

.kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__heading, .kt-aside-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #8780ff !important;
    color: #fff !important;
    border-radius: 10px;
    margin: 3px 15px;
    padding: 10px !important;
}

.kt-menu__link-icon > i {
    color: #fff;
}

.kt-section__title {
    margin-top: 20px;
}

.dz-image > img {
    width: 100% !important;
}

.tox-dialog {
    max-width: none !important;
    width: 50% !important;
}

.tox-dialog__body-nav {
    border-right: 1px solid #dedede !important;
}

.tag-el {
    cursor: pointer !important;
}

.tag-el > div {
    border: 1px solid #dedede !important;
    padding: 15px !important;
}

.tag-el-descr {
    font-size: 0.7em !important;
    font-style: italic !important;
}

.kt-pricing-4 .kt-pricing-4__top .kt-pricing-4__top-container.kt-pricing-4__top-container--fixed .kt-pricing-4__top-body {
    margin-top: 0 !important;
}

.pricing-item-custom {
    width: auto !important;
    text-align: center !important;
    font-weight: normal !important;
    color: #6c7293 !important;
}

.datepicker {
    z-index: 99999 !important;
}

.empty-page-container {
    text-align: center;
    padding: 0 10%;
}

.empty-page-container .title {
    margin-bottom: 10px;
}

.empty-page-container .title > h3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #8780ff;
}

.empty-page-container .subtitle {
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

.empty-page-container .subtitle > div {
    margin-bottom: 10px;
}

.empty-page-container .cta-box-suggested {
    border: 2px solid #8780ff;
    padding: 30px;
    border-radius: 20px;
}

.empty-page-container .cta-box-not-suggested {
    border: 2px solid #dedede;
    padding: 30px;
    border-radius: 20px;
}

.empty-page-container .cta-box-suggested .title,
.empty-page-container .cta-box-not-suggested .title {
    margin-bottom: 20px;
}

.empty-page-container .cta-box-suggested .title > h3,
.empty-page-container .cta-box-not-suggested .title > h3 {
    font-size: 2.5rem;
    font-weight: 300;
}

.empty-page-container .cta-box-suggested .content,
.empty-page-container .cta-box-not-suggested .content {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.empty-page-container .kt-portlet__body {
    margin-top: 30px;
}

.multirow_box {
    margin-right: 0;
    margin-left: 0;
    padding: 20px 10px;
    border: 1px solid #8780ff;
    margin-bottom: 20px;
}

.multirow_box div {
    margin-bottom: 0 !important;
}

#magazzino_table_list_wrapper > .row > div {
    margin-bottom: 0 !important;
}

.customSortable {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    padding: 10px;
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
    max-height: 300px;
    overflow-y: auto;
}

.customSortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    position: relative;
    float: left;
    text-align: center;
}

.customSortable li.separator {
    width: 50px;
}

.sortableDelete {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fd397a;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    z-index: 999;
    color: #fff;
}

tags.form-control {
    height: auto !important;
}

.kt-section__title {
    color: #252F4A !important;
}

label {
    font-weight: 500 !important;
    font-size: 1.05rem !important;
    color: #252F4A !important;
}

label span.required {
    color: #dc3545;
    padding-left: 0.25rem;
    font-weight: 600;
}