/**/
body {
    background-color: #ecf0f5;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body, .dropdown-menu {
    font-size: 1rem;
}

.navbar-brand {
    width: 120px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/logo_cedi_small.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-color: #ffffff;*/
}

body.som .navbar-brand {
    background-image: url(../images/logo_cedip_small.png);
}

body.cash .navbar-brand {
    background-image: url(../images/logo_carico_small.png);
}

.card {
    border-radius: 0;
}

a {
    color: #337ab7;
}

label {
    /*display: block;*/
}

label .obb {
    color: red;
}

@media screen and (min-width: 992px) {
    #navbarSupportedContent .nav-item {
        display: table;
        height: 50px;
        width: 100%;
        text-align: center;
        border-left: 1px solid #ffffff4a;
    }

    #navbarSupportedContent .nav-item:first-child {
        margin-left: 10px;
    }

    #navbarSupportedContent .nav-item > a {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 18px;
        text-transform: capitalize;
        font-size: 14px;
        position: relative;
    }

    #navbarSupportedContent .nav-item > a .badge {
        position: absolute;
        top: 0;
        right: 5px;
    }
}

@media screen and (max-width: 1250px) {
    #navbarSupportedContent .nav-item > a {
        font-size: 13px;
    }
}

.bg-dark {
    background-color: #e31f25 !important;
}

.demo.bg-dark {
    background-color: #e31f25 !important;
}

#main-navbar.staging {
    background-color: #28a745 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-toggler {
    border-color: #ffffff;
}

.navbar-dark .navbar-toggler .fa {
    color: #ffffff;
    font-size: 24px;
}

.row-scheda .label {
    font-size: small;
    font-style: italic
}

.row-scheda .data {
    font-weight: bold;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-custom {
    text-transform: uppercase;
    font-size: 12px;

}

.btn-more {
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 10px;
}

.frontDashboard .more {
    float: right;
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .45rem 1rem;
    margin-bottom: 0rem;
    font-size: .75rem;
}

/*.breadcrumb-item a{
    color: #000;
}*/
.table-hover tbody tr:hover {
    background-color: #ffcc99;
}

.table {
    color: #000000 !important;
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;
}

.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    min-height: 38px;
    padding-top: 1px;
    font-size: 18px;
    border-radius: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.select2 {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }
}

.select2-container .select2-search--inline .select2-search__field {
    padding-left: 8px;
}

/* */
.header-title {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.header-title h1 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.header-title h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.row-filtri {
    margin-bottom: 10px;
}

.main-content {
    padding: 10px 0 20px 0;
}

.bg-dark {
    /* background-color: rgb(227,31,37) !important;*/
}

.table tr th {
    font-size: 0.9rem;
}

/* datatable */
div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
}

.dataTables_processing.card {
    background-color: #ffc107;
    top: 150px !important;
    z-index: 1;
}

@media (min-width: 768px) {
    .dataTables_wrapper .top .dataTables_info {
        float: left;
    }
}

.table > tbody > tr.selected > td {
    background-color: #ffcc99;
}

.table-responsive table thead th {
    white-space: nowrap;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
}

.table-responsive table .check,
.table-responsive table .id,
.table-responsive table .num,
.table-responsive table .attivo {
    width: 1%;
}

.table-responsive table .foto {
    width: 1%;
}

.table-responsive table tbody .foto {
    text-align: center;
    background-color: #e5e5e5;
}

.table-responsive table .data {
    width: 12%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

@media (min-width: 768px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
    }

}

@media (max-width: 767px) {
    .dataTables_length {
        /*  padding-top: 5px;*/
    }

    .tab-content .btn-group {
        padding-bottom: 10px;
    }

    .tab-content .btn-group {
        /* left: 50%;
         transform: translate(-50%, 0);*/
    }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #ffffff;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, .125);
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

body.frontDashboard .card-main {
    background-color: transparent;
    border: 0;
}

body.frontDashboard .card-main > .card-body {
    padding: 0;
}

/* thema */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
    color: #444 !important;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.chart-legend {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .chart-legend > li {
        float: left;
        margin-right: 10px;
    }
}

.box-comments {
    background: #f7f7f7;
}

.box-comments .box-comment {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
    content: " ";
    display: table;
}

.box-comments .box-comment:after {
    clear: both;
}

.box-comments .box-comment:last-of-type {
    border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
    padding-top: 0;
}

.box-comments .box-comment img {
    float: left;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments .username {
    color: #444;
    display: block;
    font-weight: 600;
}

.box-comments .text-muted {
    font-weight: 400;
    font-size: 12px;
}

.box .table > caption + thead > tr:first-child > td,
.box .table > caption + thead > tr:first-child > th,
.box .table > colgroup + thead > tr:first-child > td,
.box .table > colgroup + thead > tr:first-child > th,
.box .table > thead:first-child > tr:first-child > td,
.box .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

/* small box */
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.small-box > .inner {
    padding: 10px;
    z-index: 1;
    position: relative;
}

.small-box .inner a,
.small-box .inner a:hover {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 0;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    font-size: 85px;
}

@media (max-width: 767px) {
    .small-box {
        text-align: center;
    }

    .small-box .icon {
        /*display: none;*/
    }

    .small-box p {
        font-size: 12px;
    }
}

.small-box-footer a {
    color: #ffffff;
    margin-left: 10px;
}

/* bg color */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

[class^="bg-"].disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/* stato ordini */
.badge.inv,
.badge.ver,
.badge.conf,
.badge.att {
    color: #ffffff;
}

.badge.att {
    background-color: #dd4b39;
}

.badge.inv {
    background-color: #00c0ef;
}

.badge.ver {
    background-color: #f39c12;
}

.badge.conf {
    background-color: #00a65a;
}

/* button loading */
@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;

    box-sizing: border-box;

    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;

    width: 24px;
    height: 24px;

    -webkit-animation: ld 0.9s ease-in-out infinite;
    -moz-animation: ld 0.5s ease-in-out infinite;
    -o-animation: ld 0.1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;

    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;

    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;

    width: 14px;
    height: 14px;
}

.ld {
    position: absolute;
    margin-left: -40px;
    margin-top: -35px
}

.ld.m-progress:before {
    border-left-color: transparent;
    border-right-color: transparent;
    border: 2px solid #333333;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tabs-custom {
    margin-bottom: 20px;
}

.tabs-custom .nav-link {
    background-color: #e5e5e5;
    margin-right: 5px;
    padding: .4rem .8rem;
    font-size: 1rem;
    border-color: #e9ecef #e9ecef #dee2e6;
}

/* page loader */

#modal_loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}


div#page_loader, div.page_loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat rgba(255, 255, 255, 0.5);
}

.form-control {
    padding: 5px 9px;
    border-radius: 0;
    /*border-top: 0;
    border-left: 0;
    border-right: 0;*/
}

.form-control, .select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    background-color: #fafafa;
    border-radius: 0 !important;
    /*  border-top: 0;
      border-left: 0;
      border-right: 0;*/
}

.body-iframe {
    background-color: #ffffff;
}

@media screen and (min-width: 768px) {
    .modal-full .modal-lg {
        max-width: 95%;
    }

    .modal-full .modal-content {
        min-height: 90vh;
    }
}

.modal-lg iframe {
    width: 100%;
    height: 500px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 95%
    }

    .modal-lg iframe {
        height: 600px;
    }
}

.pz i {
    font-size: 12px;
}

.um {
    font-size: 14px;
}

.table-responsive.scroll {
    max-height: 350px;
}

.table-responsive.scroll-search {
    max-height: 300px;
}

.btn-group-dx {
    float: right;
}

@media screen and (min-width: 992px) {
    .btn-group-dx {
        margin-top: 32px;
    }
}

@media screen and (max-width: 991px) {
    .btn-group-dx {
        margin-bottom: 15px;
    }
}

.row-dashboard tr td {
    font-size: 14px;
}

/* */
.col-btn-right {
    text-align: right;
}

.col-btn-right i {
    margin-right: 3px;
}

@media screen and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-md {
        display: none;
    }
}

.nav-item.active {
    font-weight: bold;
}

.alert2 {
    margin-bottom: 5px;
    padding: .5rem .75rem;
}

.th-fixed th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}

.input-danger {
    background-color: #ff9999 !important;
}

.input-warning {
    background-color: #ffc107 !important;
}

.tabel-warning2 {
    background-color: #fff2cb;
}

.row-dettaglio .col-custom {
    padding-top: 10px;
    padding-bottom: 20px;
}

.row-dettaglio .col-custom .label-data {
    font-size: 14px;
    display: block;
}

.row-dettaglio .col-custom .tot-data {
    font-size: 22px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}

.row-dettaglio .row-data:last-child .tot-data {
    border-bottom: 0;
}

.row-dettaglio .col-custom .row-data {
    padding-top: 5px;
    padding-bottom: 0px;
}

.row-dettaglio .col-data {
    background: #f1f1f1;

}

.row-dettaglio .col-table {
    background: #f5f5f5;

}

.row-dettaglio .col-data .btn-ordine .badge {
    font-size: 14px;
    line-height: 13px;
    margin-left: 3px;
}

/* etichette prodotti */
.eti span {
    margin: 0 5px;
}

.eti i {
    padding: 3px;
    color: #ffffff;
}

.eti span.btn {
    padding: 1px 2px;
    color: #ffffff;
}

.eti span.btn-warning i {
    color: #000000;
}

[class*="span-fa-"] i, .layer-filtri .fa {
    padding: 3px;
    font-size: 13px;
}

.eti-ord i, .span-fa-check i {
    background-color: #28a745;
    color: #fff;
}

.eti-esa i, .span-fa-hourglass-end i, .esa {
    background-color: #ffc107;
    color: #000;
}

.eti-fuori-ass i, .span-fa-exclamation-circle i, .fuori-ass {
    background-color: #dc3545;
    color: #fff;
}

.eti-nuo i, .span-fa-calendar-plus i, .nuo {
    background-color: #17a2b8;
    color: #fff;
}

.eti-ric i, .span-fa-random i, .ric {
    background-color: #007bff;
    color: #fff;
}

.eti-spo i, .span-fa-certificate, .spo {
    background-color: #0fa0e8;
    color: #fff000;
}

.eti-off i, .span-fa-tag, .off {
    background-color: #ffffff;
    color: #28a745;
}

.eti-vol i, .span-fa-map i, .vol {
    color: #dc3545;
    background-color: #fff000;
}

.eti-ass i, .span-fa-luggage-cart i, .ass {
    color: #fff;
    background-color: #6c757d;
}

.layer-filtri .fa {
    width: 28px;
    margin-right: 3px;
}

.layer-filtri .fa:before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layer-filtri label {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding-bottom: 2px;
}

span.error {
    color: red;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2rem;
    text-transform: uppercase;
}

.req {
    border-color: red;
}

.req-select .select2-selection {
    border: 1px solid red;
}

.btn-xs {
    font-size: 12px;
    padding: 2px 6px;
}

@media screen and (min-width: 1200px) {
    .f-nav {
        z-index: 9999;
        position: fixed;
        top: 0;
        background-color: #f1f1f1;
        padding: 10px 0;
        width: 16%;
    }
}

/* semaforo */
.semaforo-ordine {
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 1;
    font-size: 26px;
    color: #cccccc;
}

.sem-1, .sem-0 {
    color: #dc3545;
}

.sem-2 {
    color: #ffc107;
}

.sem-3 {
    color: #28a745;
}

.btn.sem-1 {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.btn.sem-2 {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000000;
}

.btn.sem-3 {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
}

.ordine-0, .ordine-8 {
    background-color: #ffc107;
}

.ordine-9, .ordine-7, .ordine-12 {
    background-color: #dc3545;
    color: #ffffff;
}

.ordine-1 {
    background-color: #28a745;
    color: #ffffff;
}

.ordine-10 {
    background-color: #17a2b8;
}

.ordine-11 {
    background-color: #00c0ef;
}

.user-logged {
    line-height: 12px;
}

.user-logged small {
    font-size: 10px;
}

.table-ante tbody tr td {
    padding: 2px 4px;
}

.table-ante tbody tr td .form-control {
    padding: 2px 10px;
    height: 28px;
}

.table-ante tbody tr td .btn-sm {
    padding: 2px 6px;
}

.table-ante thead tr th.qta {
    width: 80px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #000000;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #adadad;
    border-color: #adadad;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

@media screen and (max-width: 1199px) {
    .row-filtri-ordine .box-data {
        padding-bottom: 10px;
    }
}

.tabs-ordine .nav-link.active {
    font-weight: bold;
}

.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: 40px;
    height: 40px;
    display: table;
    background: rgba(255, 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: 40px;
    display: table-cell;
    vertical-align: middle;
}

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


#cd-shadow-layer {
    background: rgba(67, 87, 121, 0.6);
}

#cd-right {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#cd-right {
    background: #FFF;
}

#cd-right {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    padding-top: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    #cd-right {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #cd-right {
        width: 30%;
        padding-top: 20px;
    }
}

#cd-right {
    right: -100%;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

#cd-right.speed-in {
    right: 0;
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    display: none;
}

#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

#data_table input[type="number"]:disabled {
    background: #ff9999;
}

.readonly-custom {
    background-color: #fafafa !important;
}

.art-name {
    background-position: left top;
    background-size: 50px auto;
    background-repeat: no-repeat;
    height: 50px;
    padding-left: 55px;
    display: block;
    line-height: 19px;
}

.art-name div {
    color: #0a0a0a;
    font-size: 12px;
}

.table .from-qty {
    width: 100px;
}

.form-categorie {
    max-height: 500px;
    overflow-y: auto;
    width: 500px;
    background-color: #ecf0f5
}

.btn-categorie {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ecf0f5
}

.form-filtri {
    background-color: #ecf0f5;
    width: 350px;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_info {
        overflow: auto !important;
        padding-bottom: 10px;
    }

    .form-filtri {
        width: auto;
    }

    .form-categorie {
        width: auto;
    }
}

.badge-ajax {
    font-size: 1rem;
    text-transform: uppercase;
}

.progress-bar {
    font-size: 18px;
}

.my-row {
    margin-bottom: 10px;
}

.my-row .lab {
    font-weight: bold;
    font-size: 0.8rem;
}

.my-row .my-block {
    font-size: 0.9rem;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 62px;
}