/* Add here all your CSS customizations */
html, body {
    background-color: #FAFAFA !important;
}

.body-sign {
    max-width: 100%;
    height: 100%;
}

.inline-block {
    display: inline-block !important;
}

.invisible {
    position: absolute !important;
    visibility: hidden !important;
}

.content-body {
    padding: 20px !important;
    background-color: #FAFAFA !important;
}

.card-body {
    font-size: 11px;
    color: #000 !important;
    display: block;
}

    .card-body li a {
        font-size: 11px;
        color: #000 !important;
        overflow: hidden;
        display: block;
    }

.card-header, .card-header.bg-primary {
    font-size: 12px !important;
    background-color: #F8F8F8 !important;
}

    .card-header h4, .card-header.bg-primary h4 {
        color: #000 !important;
    }

/******* BUTTON *****/
.btn {
    border: none !important;
    border-radius: 3px !important;
    position: relative !important;
    padding: 0px;
    margin: 0px;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
    line-height: 38.3px !important;
    height: 38.3px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.dataTables_length select {
    border: none;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #CCC;
    border-radius: 0px;
    box-shadow: none !important;
    padding-right: 15px;
    padding-left: 15px;
    width: 70px !important;
    line-height: 38.3px !important;
    height: 38.3px !important;
}
/********************/
/******* GRID *******/
.e-row .dropdown-toggle, .e-alt_row .dropdown-toggle {
    border: none !important;
    padding: 0px !important;
    background-color: transparent !important;
}
/********************/

/******* LOGO *******/
.logo-container {
    height: 100%;
    display: inline-block;
}

    .logo-container .logo {
        color: #333 !important;
        text-decoration: none !important;
        height: 100%;
        display: inline-block;
        float: inherit !important;
        line-height: 60px;
        margin-left: 15px;
    }

        .logo-container .logo img {
            max-height: 40px;
            margin-right: 10px;
        }

        .logo-container .logo h3 {
            font-weight: 500;
            font-size: 0.9rem !important;
        }

/********************/
/****** FORM-CONTROL ******/
.form-control {
    box-shadow: none !important;
    font-size: 8pt !important;
    font-weight: 100 !important;
    font-family: 'Roboto' !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #BCBEC0;
    border-radius: 0px;
    box-shadow: none !important;
    line-height: 38.3px !important;
    height: 38.3px !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    -webkit-appearance: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

    .form-control:disabled, .form-control[readonly] {
        cursor: not-allowed;
    }

label.control-label {
    margin-bottom: 0px;
    color: #333;
    font-weight: normal !important;
    font-size: 11px;
}

.modal-title {
    margin: 0px;
    font-weight: 900;
}

.form-control:active, .form-control:focus {
}

/****** END FORM-CONTROL ******/

/****** ALERTIFY ******/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.alertify-message {
    font-size: 14px;
    padding: 15px;
    margin: 0;
}

.alertify-buttons {
    padding-right: 15px;
    background: #FFFFFF;
    border: none;
    text-align: right;
    padding-top: 0px;
    box-shadow: none !important;
}

    .alertify-buttons .btn {
        box-shadow: none !important;
        padding: 10px !important;
        margin-left: 5px !important;
        text-transform: none;
        font-size: 14px;
    }

.btn-default {
    background-color: #F8F8F8 !important;
    color: #333 !important;
    box-shadow: none !important;
}

/***** END ALERTIFY *****/

/****** THEME CUSTOM ******/
html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress.wizard-progress-lg {
    margin: 0 auto 5px;
    width: 50%;
}

.wizard-position-button {
    position: absolute;
    right: 20px;
    top: 35px;
}

.type-ahead-form {
    position: relative;
}

    .type-ahead-form i.searching {
        position: absolute;
        top: 9px;
        right: 10px;
        color: #CCC;
        font-size: 16px;
    }

.checkbox-big, .checkbox-big input {
    width: 30px;
    height: 30px;
}

    .checkbox-big input {
        margin-top: 8px;
    }

.nav-tab-custom .nav-tabs {
}

.cover {
    padding: 0px;
    border-radius: 5px;
    overflow: hidden !important;
    cursor: pointer;
}

.cover-pubblicazione {
    padding: 0px;
    border: solid 1px #F8F8F8;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    overflow: hidden !important;
    cursor: pointer;
}

.cover-mini {
    padding: 0px;
    border: none;
    border-radius: 5px;
    height: 46px;
    width: 46px;
    border: solid 1px #F8F8F8;
}

    .cover-mini img {
        border-radius: 5px;
    }

.cover-preview {
    padding: 0px;
    border: none;
    height: 46px;
    width: 46px;
}

/***** PANEL *******/
.card-body {
    background-color: #FFFFFF;
}

.card-header.bg-primary {
    width: 100%;
}

.card-accordion {
    margin-top: 0px !important;
}

/****** CHART *******/
.ct-chart {
    position: relative;
}

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}

    .ct-legend li {
        position: relative;
        padding-left: 23px;
        margin-right: 10px;
        margin-bottom: 3px;
        cursor: pointer;
        display: inline-block;
        font-size: 10px;
    }

        .ct-legend li:before {
            width: 14px;
            height: 14px;
            position: absolute;
            left: 0;
            content: '';
            border: 3px solid transparent;
            border-radius: 2px;
            top: 5px;
        }

.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}

.ct-legend.ct-legend-inside li {
    display: block;
    margin: 0;
}

.ct-legend li.inactive:before {
    background: transparent;
}

.ct-legend .ct-series-0:before {
    background-color: #004990;
    border-color: #004990;
}

.ct-legend .ct-series-1:before {
    background-color: #0099e6;
    border-color: #0099e6;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #004990;
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #0099e6;
}

.ct-label {
    fill: #FFF;
    color: #FFF;
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #004990;
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #0099e6;
}

#ChartistGraph1 .ct-label {
    fill: #000;
    color: #000;
}

#ChartistGraph1 .ct-series.ct-series-b .ct-bar {
    stroke: #004990;
}

#ChartistGraph1 .ct-series.ct-series-a .ct-bar {
    stroke: #0099e6;
}

#ChartistGraph4 .ct-series-a .ct-slice-donut {
    stroke: #E36159;
}

#ChartistGraph4 .ct-series-b .ct-slice-donut {
    stroke: #FF7E77;
}

#ChartistGraph4 .ct-legend .ct-series-0:before {
    background-color: #E36159;
    border-color: #E36159;
}

#ChartistGraph4 .ct-legend .ct-series-1:before {
    background-color: #FF7E77;
    border-color: #FF7E77;
}

#ChartistGraph5 .ct-series-a .ct-slice-donut {
    stroke: #2BAAB1;
}

#ChartistGraph5 .ct-series-b .ct-slice-donut {
    stroke: #00C7CE;
}

#ChartistGraph5 .ct-legend .ct-series-0:before {
    background-color: #2BAAB1;
    border-color: #2BAAB1;
}

#ChartistGraph5 .ct-legend .ct-series-1:before {
    background-color: #00C7CE;
    border-color: #00C7CE;
}

#ChartistGraph2 .ct-series-a .ct-slice-donut {
    stroke: #0099e6;
}

#ChartistGraph2 .ct-series-b .ct-slice-donut {
    stroke: #59C7FF;
}

#ChartistGraph2 .ct-legend .ct-series-0:before {
    background-color: #0099e6;
    border-color: #0099e6;
}

#ChartistGraph2 .ct-legend .ct-series-1:before {
    background-color: #59C7FF;
    border-color: #59C7FF;
}

/**********************************************/
.widget-summary .summary {
    min-height: 0px;
    word-break: break-all;
}

.widget-summary a {
    text-decoration: none;
}

.card-min-height {
    min-height: 419px;
}

.card-min-height-charts {
    min-height: 233px;
}

.card-min-height-charts-render {
    min-height: 483px;
}

ul.widget-todo-list li:last-child {
    border-bottom: 1px dotted #ddd;
}

/*********** DATATABLES ***************/
.pagingtype {
    padding-right: 10px;
    padding-top: 0px;
    float: left;
}

.paginginfo {
    float: left;
    height: 38.3px;
    margin-top: 3px;
    line-height: 38.3px !important;
}

    .paginginfo .dataTables_info {
        font-size: 11px !important;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0px;
}

ul.dropdown-menu {
    padding: 10px !important;
}

    ul.dropdown-menu li a {
        color: #333 !important;
        font-size: 12px !important;
        line-height: 24px !important;
    }

table.table-striped table tr {
    background-color: rgba(0,0,0,0) !important;
}

/********************/
.dropzone {
    min-height: 362px !important;
    border: dashed 1px #ccc !important;
    background: white !important;
    padding: 0px !important;
    position: relative !important;
    padding: 3px !important;
    border-radius: 5px !important;
}

.cover-delete {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: red;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 5px;
}

    .cover-delete i {
        font-size: 14px;
        color: #FFF;
    }

.tab-content {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    border-top: 0;
    padding: 0px;
}

/***********/
.field-required {
    border-bottom: solid 1px red;
}

/***********/
.typeinline {
    border: none;
    border-bottom: solid 1px #CCC;
}

.text-bold {
    font-weight: bold;
}

.btn-sm {
    line-height: 28.3px !important;
    height: 28.3px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 576px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 992px !important;
    }
}

/*************/
.dataTables_wrapper table thead th {
    padding-right: 25px !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.6em;
}

.table th {
    padding-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 11px !important;
}

.table td {
    padding-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    font-size: 11px !important;
}

.dataTables_wrapper table.dataTable {
    table-layout: fixed;
}

    .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase;
    }

        .dataTables_wrapper table.dataTable th label {
            margin: 0px;
        }

/***** TABLE CATALOGO ******/
table.table-catalogo tbody tr {
    height: 64px !important;
    vertical-align: top !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    line-height: 16px !important;
}

table.tbl-details-registrazioni tbody tr, table.tbl-details-registrazioni tbody tr td {
    height: 16px !important;
    vertical-align: middle !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    line-height: 16px !important;
}

table.tbl-details-registrazioni th, table.tbl-details-registrazioni td {
    border: none !important;
}

/***************/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

/**************/
.dropdown button {
    background: none;
    border: none;
    cursor: pointer;
}

.dropdown-menu li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
}

.progress {
    background: #FFF;
    box-shadow: none;
}

/**************/
.mw-100 {
    max-width: 100%;
}

.e-ddl-popup.e-js {
    max-width: 100% !important;
}

.wizard-steps {
    border: none !important;
}

/**************/
.box {
    border-left: solid 5px #CCC;
    margin-bottom: 0px;
    padding: 10px;
}

.box-green, .box-red, .box-orange, .box-yellow {
    padding: 10px;
}

.box-red {
    border-left: solid 5px #FF0000;
}

.box-green {
    border-left: solid 5px #007F0E;
}

.box-orange {
    border-left: solid 5px #FF6A00;
}

.box-yellow {
    border-left: solid 5px #FFD800;
}

.box .title {
}

.box .count {
    font-size: 18px;
    font-weight: bold;
}

/*************/
#panelField {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.container-search {
    border: solid 1px #CCC;
    background-color: #F8F8F8;
    padding: 10px;
    height: 70px;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}

.container-header-search {
    font-style: italic;
}

.container-body-search {
    font-weight: 900;
}

.container-body-id {
    visibility: hidden;
    position: absolute;
}

.container-search-li {
    float: left;
    list-style: none;
    padding-bottom: 15px;
    position: relative;
    padding-right: 20px;
    position: relative;
}

.container-search-li-search:before {
    content: "" !important;
}

.container-search-icon {
    font-size: 32px;
    background-color: #CCC;
    color: #FFF;
    border: solid 1px #999;
    cursor: pointer;
    height: 70px;
    overflow: hidden;
}

    .container-search-icon a {
        color: #FFF;
    }

.container-search-li-close {
    position: absolute;
    top: -10px;
    right: 15px;
}

.checkbox-custom {
    display: inline;
}

/************/
html .wizard-progress .wizard-steps li a span, html.dark .wizard-progress .wizard-steps li a span {
    background: #F8F8F8;
    color: #CCC;
    border: 2px solid #F8F8F8;
}

html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
    white-space: nowrap;
}

html .wizard-progress .wizard-steps li a.active span, html.dark .wizard-progress .wizard-steps li a.active span {
    border-width: 2px;
    color: #4B81A8;
    border-color: #4B81A8;
    background: #FFF;
}

html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    line-height: 55px;
    padding-left: 0px;
}

html .wizard-progress.wizard-progress-lg .steps-progress, html.dark .wizard-progress.wizard-progress-lg .steps-progress {
    height: 2px;
}

.popover {
    max-width: 100%;
}

.e-upload-box .e-drag-text {
    padding-bottom: 10px !important;
}
/************/
.filelist {
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    background-color: #555;
    color: #FFF !important;
    text-decoration: none !important;
}

.help-upload-file {
    height: 95px;
    min-height: 0px !important;
    line-height: 30px !important;
    border-radius: 0px !important;
    border-width: 3px !important;
    font-weight: 900;
}

ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

/************/
.modal-fixed-height {
    height: 500px;
}

#pleaseWaitDialog .modal-dialog {
    position: absolute;
    top: 0px;
    right: 30px;
}

.table_popover tr td {
    white-space: nowrap;
    padding-right: 5px;
}

    .table_popover tr td label {
        text-align: right;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
    }

.widget-summary .summary-icon {
    font-size: 2.2rem;
}

/********************/
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}

/***********/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: inherit !important;
    border-bottom: solid 1px #F0F0F0 !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.ffl-wrapper input:valid + label, .ffl-wrapper input:disabled + label {
    top: -10px !important;
    color: #000;
    line-height: 1.2;
    font-size: 9pt !important;
    left: 0px;
}

.ffl-wrapper select:valid + label, .ffl-wrapper select:disabled + label {
    top: -10px !important;
    color: #000;
    line-height: 1.2;
    font-size: 9pt !important;
    left: 0px;
}

.ffl-wrapper .checkbox-default + label {
    top: -10px !important;
    color: #000;
    line-height: 1.2;
    font-size: 9pt !important;
    left: 0px;
}

.ffl-floated input[type="text"]:focus, .ffl-floated input[type="password"]:focus, .ffl-floated textarea:focus, .ffl-floated select:focus {
    border-bottom: 1px solid #F0F0F0 !important
}

.btn-menu-state.player-but {
    display: none;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.row-red .selected-row {
    background-color: #FF7070 !important;
    color: #FFF !important;
}

    .row-red .selected-row i {
        color: #FFF !important;
    }

.row-orange .selected-row {
    background-color: #FFA468 !important;
    color: #FFF !important;
}

    .row-orange .selected-row i, .row-orange .selected-row a {
        color: #FFF !important;
    }

.row-yellow .selected-row {
    background-color: #FFE97C !important;
    color: #333 !important;
}

    .row-yellow .selected-row i {
        color: #333 !important;
    }

.ui-autocomplete {
    z-index: 9999 !important;
}

.bg-red {
    background-color: red;
    color: #FFF;
}

.tooltip-inner {
    max-width: 400px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
    font-size: 12px !important;
}

.nav.nav-tabs li a.btn-primary {
    background: #FFFFFF !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    color: #CCC !important;
    border-radius: 0px !important;
    text-transform: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

    .nav.nav-tabs li a.btn-primary:hover {
        border-bottom: solid 3px !important;
    }

.text-overflow {
    overflow: hidden;
}

td.card-ellipsis {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.card-ellipsis-passaggi-musicali {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.fa-circle {
    color: #F1F1F1;
}

    .fa-circle.circle-green {
        color: #007F0E;
    }

    .fa-circle.circle-light-green {
        color: #94CE00;
    }

    .fa-circle.circle-yellow {
        color: #FFD800;
    }

    .fa-circle.circle-orange {
        color: #FF6A00;
    }

    .fa-circle.circle-red {
        color: #FF0000;
    }

    .fa-circle.green {
        color: #007F0E;
    }

    .fa-circle.light-green {
        color: #94CE00;
    }

    .fa-circle.yellow {
        color: #FFD800;
    }

    .fa-circle.orange {
        color: #FF6A00;
    }

    .fa-circle.red {
        color: #FF0000;
    }

.dt-responsive input + label {
    padding: 0px !important;
    margin: 0px !important;
}

.dataTables_info {
    display: inline-block;
}

html .wizard-progress.wizard-progress-lg ul li, html.dark .wizard-progress.wizard-progress-lg ul li {
    max-width: 150px;
}

    html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
        white-space: nowrap;
        overflow: visible;
    }

.content-body:not(.card-margin) > .row + .row {
    padding-top: 0px !important;
}

.summary-icon.bg-primary {
    background-color: #F8F8F8 !important;
}

    .summary-icon.bg-primary i {
        color: #000 !important;
    }

.jconfirm-holder button {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
    padding-bottom: 0px !important;
}

.jconfirm.jconfirm-material .jconfirm-box {
    border-top: solid 5px #CCC !important;
    padding-top: 20px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 10px !important;
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(255,255,255,0.67);
}

.widget-summary .summary .amount {
    font-size: 1.1vw !important
}

.widget-summary .summary-icon {
    font-size: 1.1vw !important
}

.sidebar-left {
    width: 240px;
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .nano.hovered {
        width: 240px;
    }
}

@media only screen and (min-width: 768px) {
    html.fixed .content-body {
        margin-left: 240px;
    }
}

@media only screen and (min-width: 768px) {
    html.fixed .page-header {
        left: 240px;
    }
}

@media only screen and (max-width: 500px) {
    .widget-summary .summary .amount {
        font-size: 1.8em !important
    }

    .widget-summary .summary-icon {
        font-size: 1.8em !important
    }
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }




/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer,
    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track,
    .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: 0.4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }


    /* update scrollbar offset if both scrolls are visible */

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }


    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible,
        .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

/*****************************/
.scroll-pubblicazione {
    max-height: 230px !important;
}

    .scroll-pubblicazione .scrollbar-inner {
        max-height: 230px !important;
        margin-bottom: 20px;
    }

.row-odd {
    background-color: rgba(0, 0, 0, 0.05);
}

html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    width: 60px !important;
    height: 60px !important;
    margin-top: -17px !important;
    margin-left: -30px !important;
    border-radius: 60px !important;
    line-height: 52px !important;
    font-size: 22px !important;
    border-width: 4px !important;
}

html .wizard-progress.wizard-progress-lg ul li a span, html.dark .wizard-progress.wizard-progress-lg ul li a span {
    line-height: 55px !important;
    font-size: 22px !important;
    padding-left: 3px;
}

html .wizard-progress.wizard-progress-lg ul li a, html.dark .wizard-progress.wizard-progress-lg ul li a {
    padding-top: 50px !important;
    font-size: 11px !important;
}

html .wizard-progress.wizard-progress-lg .wizard-steps, html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
    padding-top: 10px;
}

html .wizard-progress.wizard-progress-lg .steps-progress, html.dark .wizard-progress.wizard-progress-lg .steps-progress {
    top: 25px !important;
    background-color: #F1F1F1 !important;
}

.notifications .notification-menu .notification-title {
    background: #CCCCCC !important;
}

    .notifications .notification-menu .notification-title .badge-default {
        background-color: #999999 !important;
    }

.notifications .notification-menu:before, .notifications .notification-icon:before {
    border-bottom-color: #CCC !important;
}

.widget-summary .summary-icon {
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
}

.notifications .notification-menu .content {
    padding: 12px;
    font-size: 11px;
}

.modal.transparent .modal-content {
    background-color: transparent !important;
    border: none !important;
    color: #FFF !important;
}

.userbox .profile-picture img {
    width: 30px !important;
    height: 30px !important;
    border: solid 1px #EEE !important;
    padding: 2px !important;
}

.help-upload {
    height: 90px !important;
    min-height: 90px !important;
    background-color: #F1F1F1 !important;
}

.dropzone .dz-preview {
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0px !important;
    min-width: 100% !important;
}

    .dropzone .dz-preview .dz-image img {
        width: 100%;
    }

.dropzone .dz-default.dz-message {
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0px;
}

.dropzone .dz-preview .dz-image {
    overflow: hidden !important;
    width: 100% !important;
    position: relative !important;
    display: block !important;
    height: 100% !important;
    z-index: 10 !important;
    border-radius: 3px !important;
}

.dropzone .dz-preview .dz-remove {
    font-size: 12px !important;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    display: none !important;
}

.dropzone_credits {
    border: dashed 1px #ccc !important;
    background: white !important;
    padding: 0px !important;
    position: relative !important;
    padding: 3px !important;
    border-radius: 5px !important;
}

    .dropzone_credits .dz-preview {
        position: relative !important;
        display: inline-block !important;
        vertical-align: top !important;
        margin: 0px !important;
        min-width: 100% !important;
    }

.dropzone .dz-preview .dz-details {
    padding: 24px 1em !important;
}

    .dropzone .dz-preview .dz-details .dz-size {
        font-size: 14px !important;
    }

.menu-button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
    margin-top: 6px;
}

.row-update td:nth-child(2) {
    background-color: #FFA468 !important;
    color: #FFF !important;
}

.menu-button .btn-default {
    background-color: #FFF !important;
}

.checkbox-custom-login label:before, .checkbox-custom-register label:before {
    border-radius: 3px !important;
    border: solid 2px #F0F0F0 !important;
    margin-top: -10px !important;
}

/************** SELECT2 *****************/
.select2-container--bootstrap .select2-selection {
    color: #555;
    outline: 0;
    box-shadow: none !important;
    font-size: 8pt !important;
    font-weight: 100 !important;
    font-family: 'Roboto' !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none;
    padding: 0px;
    margin: 0px;
    border-bottom: solid 1px #BCBEC0;
    border-radius: 0px;
    box-shadow: none !important;
    line-height: 38.3px !important;
    height: 38.3px !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    -webkit-appearance: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom: solid 1px #BCBEC0;
}

.select2-container--bootstrap .select2-dropdown {
    margin-top: 0px;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #BCBEC0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #BCBEC0;
    border-radius: 0px;
    color: #555;
    font-size: 8pt;
    line-height: 38.3px !important;
    height: 38.3px !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #CCC;
    color: #555;
}

.select2-container--bootstrap .select2-results__option {
    color: #555 !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background: #fff;
    border: 1px solid #BCBEC0;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin: 12px 5px 0px 0px;
    padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: 0 0;
    padding: 0 0px;
    margin-top: 6px;
    min-width: 5em;
}

.select2-container--bootstrap .select2-dropdown--above {
    border-bottom: 1px solid #BCBEC0;
}

.select2-dropdown {
    border-radius: 0px;
}

.footer {
    height: 26px !important;
    background-color: #FFF !important;
    position: fixed !important;
    bottom: 0px !important;
    width: 100% !important;
    z-index: 9989 !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: 'Roboto';
}

.footer a{
    color:#000 !important;
}

    .footer a.active {
        font-weight: 900 !important;
        text-decoration: underline !important;
    }