body {
    background-color: #ddd;
}

.form-filter {
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 12px;
    width: 100%
}

.fg-yellow-form {
    border-bottom: 2px solid #FF9800
}

.viewboxSN {
    display: none
}

.mini-charts-item .chart {
    padding: 12px 18px 20px;
}
.bg-ordine-todo { 
    background-color: #f97072 !important;
    color: #fff;
}
.bg-ordine-inviato {
    background-color: #C2DE90 !important
}

.bg-ordine-pending {
    background-color: #5fb2e2 !important
}

.bg-ordine-da-autorizzare, .bg-ordine-da-lavorare {
    background-color: #f9bd63 !important;
}
.bg-ordine-da-fatturare {
    background-color: #CDDC39 !important;
}
.bg-celeste, .bg-SQL {
    background-color: #97d4ed !important;
}

.bg-green, .bg-MQL {
    background-color: #6ff7c3 !important;
}

.bg-presa_in_carico {
    background-color: #fff605 !important;
}

.bg-non_lavorato {
    background-color: #ccc !important;
}

.bg-offerta_inviata, .bg-demo_fatta {
    background-color: #ffbf00 !important;
}

.bg-chiusa_positiva {
    background-color: #a7e425 !important;
}

.bg-chiusa_negativa {
    background-color: #ff0000 !important;
}

    .bg-chiusa_negativa td {
        color: #000 !important;
    }

.bg-lightgrey {
    background-color: #f0f0f0 !important;
}

.daterangepicker_input .fa-calendar {
    display: none
}

.table-striped > tbody > tr {
    border-top: 1px solid #fff
}

.row-filter input, .row-filter select, .s-select {
    padding: 5px;
    border: 1px solid #ddd;
}

.radio-inline {
    margin-bottom: 10px
}

#TabellaOrdini .zmdi-square-o, #TabellaOrdini .zmdi-check-square {
    font-size: 21px
}

.bg-ordine-selezionato {
    background-color: #ffff00 !important
}

.square-mini {
    font-size: 16px !important;
    color: #999 !important
}

.selectRow {
    cursor: pointer
}

table.dataTable {
    margin: 20px 0;
    border-collapse: collapse !important;
}

    table.dataTable thead [class*=sorting] {
        background-position: center right 25px;
    }

    table.dataTable.no-footer {
        border-bottom: 1px solid #F5F5F5;
    }

.dataTables_wrapper .dataTables_processing {
    overflow: hidden;
    padding: 20px 0 !Important;
    z-index: 200;
    height: 160px !important;
}
/*.page-loader-dati {
  background: rgba(255,255,255,0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-loader-dati .preloader {
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -55px;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-loader-dati .preloader p {
  white-space: nowrap;
  position: relative;
  left: -9px;
  font-size:14px;
  top: 22px;
  color: #7E7E7E;
}*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-bottom: -5px !important;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #007AC3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #007AC3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.dataTables_filter, .dataTables_length {
    padding: 0px 30px 0px;
}

    .dataTables_filter label, .dataTables_length label {
        font-weight: 400;
    }

    .dataTables_filter input, .dataTables_filter select, .dataTables_length input, .dataTables_length select {
        border: 1px solid #eee;
        height: 35px;
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: 100%;
        background-color: #fff;
    }

    .dataTables_length select {
        margin: 0 8px;
    }

    .dataTables_filter label {
        position: relative;
        font-size: 0;
    }

        .dataTables_filter label:after {
            content: '\f1c3';
            font-family: Material-Design-Iconic-Font;
            position: absolute;
            font-size: 18px;
            right: 15px;
            top: 5px;
        }

        .dataTables_filter label .form-control {
            padding-right: 35px;
            width: 100% !important;
            margin: 0 !important;
        }

.messaggioImport ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.formeditordini .fileinput-exists .close {
    display: none
}

@media (max-width:767px) {
    .dataTables_filter label {
        width: 100%;
    }
}

.dataTables_wrapper .dataTables_filter {
    width: 40%;
}

@media (max-width:767px) {
    .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    .dataTables_info {
        display: none;
    }
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter label {
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f1f1f1;
    vertical-align: top;
    color: #7E7E7E !important;
    margin: 0 2px;
    border: 0 !important;
    line-height: 21px;
    box-shadow: none !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #e4e4e4;
        color: #7E7E7E !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #58d6e6;
        color: #fff !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        font-size: 0;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
            font-family: Material-Design-Iconic-Font;
            font-size: 20px;
            line-height: 35px;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
            content: '\f2fa';
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
            content: '\f2fb';
        }

.dataTables_info, .dataTables_paginate {
    padding: 30px;
}

#dropZone {
    background: gray;
    border: black dashed 3px;
    width: 200px;
    padding: 50px;
    text-align: center;
    color: white;
}

@media (max-width: 500px) {
    .img-login {
        width: 100%
    }
}

@media (max-width: 410px) {
    .logo {
        width: 95%
    }

    .logout {
        display: none !important
    }
}

#MsgMoltiNotai {
    display: none;
}

.page-loading {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(255,255,255,0.8);
    z-index: 5;
    text-align: center;
    padding-top: 40%;
    display: none;
}

.boxtemplate .caption {
    min-height: 250px;
}

.h-150 {
    height: 150px;
}

.h-250 {
    height: 250px;
}

.h-300 {
    height: 300px;
}

.link-badge {
    position: relative;
}
.messaggioImport, .dettaglioInvio {
  word-break: break-word;
}
    .link-badge .badge-red {
        position: absolute;
        font-style: normal;
        background: #F44336;
        padding: 1px 5px;
        border-radius: 2px;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        margin: -8px 0px 0px -8px;
        color: #fff;
    }
        .link-badge .badge-red:empty {
            display:none;
        }
html:not(.ismobile) .page-loader {
    z-index:99999999;
}
div[id^=ServizioCosti_], div[id^=ServizioUnaTantum_], div[id^=ServizioCanoneAnnuale_], div#ServizioEServices, #ErrorMsg, #ServizioBundle {
    display: none;
    /*visibility:hidden*/
}
.alternative-row .row:nth-child(2n) {
    background-color: #f0f0f0;
}
html:not(.ismobile) .page-loader {
    background: rgba(255, 255, 255, 0.7);
}
.form-control:read-only {
    padding-left: 5px;
    padding-right: 5px;
}
.alert.alert-info a {
    color: #fff;
}
.sede-google-mybusiness{
    padding:20px;background-color:#f1f1f1;margin-bottom:20px;
}