/* Minification failed. Returning unminified contents.
(3100,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3101,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3102,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3105,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3106,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    min-width: 1280px; /* Suppose you want minimum width of 1000px */
    min-height: 100vh !important;
    width: 100% !important;
}

#RenderBody .container-fluid {
    max-width: 2550px !important;
}

.color-black{
    color: black !important;
}

.color-white {
    color: white !important;
}

.users-visibility {
    background-color: #51a351 !important;
}
.color-orange {
    color: #DC512C !important;
}

.btn-funcMassive {
    background-color: #DC512C !important;
    margin-right: 10px;
}

.btn-group > .btn:hover:enabled, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    background-color: #d1d1d1;
}

.fluid-loader {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 50px;
    position: relative;
    background: transparent url(img/ajax-loader.gif) center 34px no-repeat;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 550px;
    padding: 15px;
}
.nomargin {
    margin: 0 !important;
}

.m10t {
    margin-top: 10px;
}

.m40l {
    margin-left: 40px;
}

.m45l {
    margin-left: 45px;
}

.mr14 {
    margin-right: 14px;
}

.m10b {
    margin-bottom: 10px !important;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    /*
        configuro tutti badge della libreria mustache
    */

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999999;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .label:empty,
    .badge:empty {
        display: none;
    }

a.label:hover,
a.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #dc512c;
}

.label-important-bright,
.badge-important-bright {
    background-color: #E2562B;
}

.label-important[href],
.badge-important[href] {
    background-color: #e06342;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning-bright,
.badge-warning-bright {
    background-color: #FFBF00;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #51a351;
}

.label-success-bright,
.badge-success-bright {
    background-color: #85C61B;
}

.label-success[href],
.badge-success[href] {
    background-color: #356635;
}

.label-info,
.badge-info {
    background-color: #2f96b4;
}

.label-info-bright,
.badge-info-bright {
    background-color: #6DBEE0;
}

.label-info[href],
.badge-info[href] {
    background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

    .label-inverse[href],
    .badge-inverse[href] {
        background-color: #1a1a1a;
    }

h2 .badge,
h2 .label {
    position: relative;
    top: 14px;
    line-height: 0px;
    padding: 6px 7px 0 7px;
    margin-right: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*
    configuro le tabelle mustache
*/

.sc-table {

    margin: 0 !important;
}

.sc-table {
    border: none;
    font-size: 15px;
    line-height: 1.5em;
}

    .sc-table tr th {
        text-align: left;
        padding: 14px 0 14px 10px;
        border: none;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5em;
    }

    .sc-table th span.separator {
        display: inline-block;
        float: left;
        width: 1px;
        height: 18px;
        margin: 0px 7px 0 -10px;
        border-left: solid 1px #eaeaea;
    }

    .sc-table > tbody > tr:first-of-type > td {
        border-top: solid 1px #eaeaea;
    }

        .sc-table > tbody > tr:first-of-type > td:first-child {
            border-top-left-radius: 3px;
        }

        .sc-table > tbody > tr:first-of-type > td:nth-last-child(1) {
            border-top-right-radius: 3px;
        }

    .sc-table > tbody > tr:nth-last-child(1) > td:first-child {
        border-bottom-left-radius: 3px;
    }

    .sc-table > tbody > tr:nth-last-child(1) > td:nth-last-child(1) {
        border-bottom-right-radius: 3px;
    }

    .sc-table > tbody > tr > td:first-child {
        border-left: solid 1px #eaeaea;
    }

    .sc-table > tbody > tr > td:nth-last-child(1) {
        border-right: solid 1px #eaeaea;
    }

    .sc-table td {
        vertical-align: middle;
        padding: 6px 10px;
        background-color: #f7f7f7;
        border: none;
        border-bottom: solid 1px #eaeaea;
    }

    .sc-table td {
        line-height: 15px;
        font-weight: 400;
    }

        .sc-table td.bold, .sc-table .tFoot > td {
            font-weight: 600;
        }

        .sc-table td small {
            font-size: 0.8em;
            font-weight: 400;
        }

    /*-- alternate row --*/
    .sc-table tbody tr:nth-child(even) > td {
        background-color: #fff;
    }

    .sc-table tbody tr.temp td {
        border-color: #EAD798;
        background-color: #FCE7A9;
    }

    .sc-table tbody tr.assenza td {
        background-color: #EAD3D0;
    }
    /*--- bootstrap accordion style fix for Table ---*/
    .sc-table tr.collapse-row td {
        border-bottom: none;
    }

    .sc-table tr.collapsable-row > td {
        border-top: none !important;
        border-bottom: solid 1px #ddd;
    }

    .sc-table tr.collapsable-row > td .collapse {
        border-top: solid 1px #eee;
        background-color: #fff;
    }

    .sc-table .tFoot td {
        font-size: 1.1em;
        padding-top: 10px;
        background-color: transparent;
        border: none !important;
    }

    .sc-table a {
        font-weight: 400;
    }

    /*
        colorare di arancione la tabella mustache uan volta selezionato l'impresa
    */


    .sc-table tbody tr.success td,
    .table tbody tr.success td {
        background-color: #dff0d8 !important;
    }

    .sc-table tbody tr.error td,
    .table tbody tr.error td {
        background-color: #f2dede !important;
    }

    .sc-table tbody tr.warning td,
    .table tbody tr.warning td {
        background-color: #fcf8e3 !important;
    }

    .sc-table tbody tr.info td,
    .table tbody tr.info td {
        background-color: #d9edf7 !important;
    }

    .sc-table tbody tr.success:hover td,
    .table-hover tbody tr.success:hover td {
        background-color: #d0e9c6 !important;
    }

    .sc-table tbody tr.error:hover td,
    .table-hover tbody tr.error:hover td {
        background-color: #ebcccc !important;
    }

    .sc-table tbody tr.warning:hover td,
    .table-hover tbody tr.warning:hover td {
        background-color: #faf2cc !important;
    }

    .sc-table tbody tr.info:hover td,
    .table-hover tbody tr.info:hover td {
        background-color: #c4e3f3 !important;
    }

    /*
        button cambio pagina
    */
.pagination {
    height: 30px;
    margin:0px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination li {
        display: inline;
    }

    .pagination a,
    .pagination span {
        float: left;
        padding: 0 14px;
        line-height: 30px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-left-width: 0;
    }

        .pagination a:hover,
        .pagination .active a,
        .pagination .active span {
            background-color: #f5f5f5;
        }

    .pagination .active a,
    .pagination .active span {
        color: #999999;
        cursor: default;
    }

    .pagination .disabled span,
    .pagination .disabled a,
    .pagination .disabled a:hover {
        color: #999999;
        cursor: default;
        background-color: transparent;
    }

    .pagination li:first-child a,
    .pagination li:first-child span {
        border-left-width: 1px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .pagination li:last-child a,
    .pagination li:last-child span {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    .pagination.pagination-element ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .pagination.pagination-element a,
    .pagination.pagination-element span {
        border: none;
        padding: 0 10px;
    }
.pagination.pagination-element span.icon32 {
    display: inline-block;
    height: 30px;
    width: 32px;
    margin: 0;
    padding: 0;
    background: transparent url(img/arrows.png) 0 0;
    background-repeat: no-repeat;
    border: none;
}

.pagination.pagination-element a:hover {
    background-color: transparent;
}

.pagination.pagination-element span.icon32.d-arrow-left,
.pagination.pagination-element .disabled span.icon32.d-arrow-left,
.pagination.pagination-element .disabled span.icon32.d-arrow-left:hover {
    background-position: 0 0;
}

    .pagination.pagination-element span.icon32.d-arrow-left:hover {
        background-position: 0 -32px;
    }

.pagination.pagination-element span.icon32.arrow-left,
.pagination.pagination-element .disabled span.icon32.arrow-left,
.pagination.pagination-element .disabled span.icon32.arrow-left:hover {
    background-position: -32px 0;
}

    .pagination.pagination-element span.icon32.arrow-left:hover {
        background-position: -32px -32px;
    }

.pagination.pagination-element span.icon32.arrow-right,
.pagination.pagination-element .disabled span.icon32.arrow-right,
.pagination.pagination-element .disabled span.icon32.arrow-right:hover {
    background-position: -64px 0;
}

    .pagination.pagination-element span.icon32.arrow-right:hover {
        background-position: -64px -32px;
    }

.pagination.pagination-element span.icon32.d-arrow-right,
.pagination.pagination-element .disabled span.icon32.d-arrow-right,
.pagination.pagination-element .disabled span.icon32.d-arrow-right:hover {
    background-position: -96px 0;
}

    .pagination.pagination-element span.icon32.d-arrow-right:hover {
        background-position: -96px -32px;
    }

.pagination.pagination-element a {
    color: #444;
}

    .pagination.pagination-element a:hover {
        color: #000;
    }

.pagination.pagination-element .disabled a {
    color: #999;
    background-color: #E4E8EA;
}


/*
    per posizionare correttamente i pulsanti che utilizzano questa classe
*/

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
}

.input-ultra-mini {
    width: 20px;
}

.input-xmini {
    width: 40px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 110px;
}

.input-small-2-fa-fw {
    width: 120px;
}


.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xlarge-log {
    width: 516px;
}

.input-xxlarge {
    width: 530px;
}

.pagination-centered {
    text-align: center;
}

#footer, footer {
    padding: 20px 0px 5px 0px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

a {
    color: #e06342;
    text-decoration: none;
}

.btn-link {
    color: #e06342;
    text-decoration: none;
}

.bg-gray {
    background-color: #fdfdfd;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.has-switch label:active,
.has-switch label.active {
    background-color: #cccccc \9;
}

.has-switch label i {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    pointer-events: none;
}

.has-switch span {
    text-align: center;
    z-index: 1;
    width: 33%;
}

    .has-switch span.switch-left {
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-left-radius: 2px;
    }

    .has-switch span.switch-right {
        color: #333333;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #f0f0f0;
        background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: linear-gradient(to bottom, #f0f0f0, #ffffff);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffffff', GradientType=0);
        border-color: #ffffff #ffffff #d9d9d9;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #ffffff;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

        .has-switch span.switch-right:hover,
        .has-switch span.switch-right:focus,
        .has-switch span.switch-right:active,
        .has-switch span.switch-right.active,
        .has-switch span.switch-right.disabled,
        .has-switch span.switch-right[disabled] {
            color: #333333;
            background-color: #ffffff;
            *background-color: #f2f2f2;
        }

        .has-switch span.switch-right:active,
        .has-switch span.switch-right.active {
            background-color: #e6e6e6 \9;
        }

    .has-switch span.switch-primary,
    .has-switch span.switch-left {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #005fcc;
        background-image: -moz-linear-gradient(top, #dc512c, #e06342);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc512c), to(#e06342));
        background-image: -webkit-linear-gradient(top, #dc512c, #e06342);
        background-image: -o-linear-gradient(top, #dc512c, #e06342);
        background-image: linear-gradient(to bottom, #dc512c, #e06342);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc512c', endColorstr='#e06342', GradientType=0);
        border-color: #e06342 #e06342 #e06342;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #0088cc;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-primary:hover,
        .has-switch span.switch-left:hover,
        .has-switch span.switch-primary:focus,
        .has-switch span.switch-left:focus,
        .has-switch span.switch-primary:active,
        .has-switch span.switch-left:active,
        .has-switch span.switch-primary.active,
        .has-switch span.switch-left.active,
        .has-switch span.switch-primary.disabled,
        .has-switch span.switch-left.disabled,
        .has-switch span.switch-primary[disabled],
        .has-switch span.switch-left[disabled] {
            color: #ffffff;
            background-color: #0088cc;
            *background-color: #0077b3;
        }

        .has-switch span.switch-primary:active,
        .has-switch span.switch-left:active,
        .has-switch span.switch-primary.active,
        .has-switch span.switch-left.active {
            background-color: #006699 \9;
        }

    .has-switch span.switch-info {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #41a7c5;
        background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
        background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
        border-color: #5bc0de #5bc0de #28a1c5;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #5bc0de;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-info:hover,
        .has-switch span.switch-info:focus,
        .has-switch span.switch-info:active,
        .has-switch span.switch-info.active,
        .has-switch span.switch-info.disabled,
        .has-switch span.switch-info[disabled] {
            color: #ffffff;
            background-color: #5bc0de;
            *background-color: #46b8da;
        }

        .has-switch span.switch-info:active,
        .has-switch span.switch-info.active {
            background-color: #31b0d5 \9;
        }

    .has-switch span.switch-success {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #58b058;
        background-image: -moz-linear-gradient(top, #51a351, #62c462);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
        background-image: -webkit-linear-gradient(top, #51a351, #62c462);
        background-image: -o-linear-gradient(top, #51a351, #62c462);
        background-image: linear-gradient(to bottom, #51a351, #62c462);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
        border-color: #62c462 #62c462 #3b9e3b;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #62c462;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-success:hover,
        .has-switch span.switch-success:focus,
        .has-switch span.switch-success:active,
        .has-switch span.switch-success.active,
        .has-switch span.switch-success.disabled,
        .has-switch span.switch-success[disabled] {
            color: #ffffff;
            background-color: #62c462;
            *background-color: #4fbd4f;
        }

        .has-switch span.switch-success:active,
        .has-switch span.switch-success.active {
            background-color: #42b142 \9;
        }

    .has-switch span.switch-warning {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #f9a123;
        background-image: -moz-linear-gradient(top, #f89406, #fbb450);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
        background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
        background-image: -o-linear-gradient(top, #f89406, #fbb450);
        background-image: linear-gradient(to bottom, #f89406, #fbb450);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
        border-color: #fbb450 #fbb450 #f89406;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #fbb450;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-warning:hover,
        .has-switch span.switch-warning:focus,
        .has-switch span.switch-warning:active,
        .has-switch span.switch-warning.active,
        .has-switch span.switch-warning.disabled,
        .has-switch span.switch-warning[disabled] {
            color: #ffffff;
            background-color: #fbb450;
            *background-color: #faa937;
        }

        .has-switch span.switch-warning:active,
        .has-switch span.switch-warning.active {
            background-color: #fa9f1e \9;
        }

    .has-switch span.switch-danger {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #d14641;
        background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
        background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
        border-color: #ee5f5b #ee5f5b #e51d18;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #ee5f5b;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-danger:hover,
        .has-switch span.switch-danger:focus,
        .has-switch span.switch-danger:active,
        .has-switch span.switch-danger.active,
        .has-switch span.switch-danger.disabled,
        .has-switch span.switch-danger[disabled] {
            color: #ffffff;
            background-color: #ee5f5b;
            *background-color: #ec4844;
        }

        .has-switch span.switch-danger:active,
        .has-switch span.switch-danger.active {
            background-color: #e9322d \9;
        }

/* ============================================================
* bootstrapSwitch v1.2 by Larentis Mattia @spiritualGuru
* http://www.larentis.eu/switch/
* ============================================================
* Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
* ============================================================ */
.has-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #bbb #bbb #ccc;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 100px;
}

.has-switch.switch-mini {
    min-width: 72px;
}

.has-switch.switch-small {
    min-width: 80px;
}

.has-switch.switch-large {
    min-width: 120px;
}

.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}

    .has-switch.deactivate label,
    .has-switch.deactivate span {
        cursor: default !important;
    }

.has-switch > div {
    display: inline-block;
    width: 150%;
    position: relative;
    top: 0;
}

    .has-switch > div.switch-animate {
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: left 0.5s;
    }

    .has-switch > div.switch-off {
        left: -50%;
    }

    .has-switch > div.switch-on {
        left: 0%;
    }

.has-switch input[type=checkbox] {
    display: none;
}

.has-switch span,
.has-switch label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 100%;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 20px;
}

    .has-switch span.switch-mini,
    .has-switch label.switch-mini {
        padding-bottom: 4px;
        padding-top: 4px;
        font-size: 10px;
        line-height: 9px;
    }

    .has-switch span.switch-small,
    .has-switch label.switch-small {
        padding-bottom: 3px;
        padding-top: 3px;
        font-size: 12px;
        line-height: 18px;
    }

    .has-switch span.switch-large,
    .has-switch label.switch-large {
        padding-bottom: 9px;
        padding-top: 9px;
        font-size: 16px;
        line-height: normal;
    }

.has-switch label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    width: 34%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f2f2f2', GradientType=0);
    border-color: #f2f2f2 #f2f2f2 #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .has-switch label:hover,
    .has-switch label:focus,
    .has-switch label:active,
    .has-switch label.active,
    .has-switch label.disabled,
    .has-switch label[disabled] {
        color: #ffffff;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .has-switch label:active,
    .has-switch label.active {
        background-color: #cccccc \9;
    }

    .has-switch label i {
        color: #000;
        text-shadow: 0 1px 0 #fff;
        line-height: 18px;
        pointer-events: none;
    }

.has-switch span {
    text-align: center;
    z-index: 1;
    width: 33%;
}

    .has-switch span.switch-left {
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-left-radius: 2px;
    }

    .has-switch span.switch-right {
        color: #333333;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #f0f0f0;
        background-image: -moz-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: -o-linear-gradient(top, #f0f0f0, #ffffff);
        background-image: linear-gradient(to bottom, #f0f0f0, #ffffff);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffffff', GradientType=0);
        border-color: #ffffff #ffffff #d9d9d9;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #ffffff;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

        .has-switch span.switch-right:hover,
        .has-switch span.switch-right:focus,
        .has-switch span.switch-right:active,
        .has-switch span.switch-right.active,
        .has-switch span.switch-right.disabled,
        .has-switch span.switch-right[disabled] {
            color: #333333;
            background-color: #ffffff;
            *background-color: #f2f2f2;
        }

        .has-switch span.switch-right:active,
        .has-switch span.switch-right.active {
            background-color: #e6e6e6 \9;
        }

    .has-switch span.switch-primary,
    .has-switch span.switch-left {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #005fcc;
        background-image: -moz-linear-gradient(top, #dc512c, #e06342);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc512c), to(#e06342));
        background-image: -webkit-linear-gradient(top, #dc512c, #e06342);
        background-image: -o-linear-gradient(top, #dc512c, #e06342);
        background-image: linear-gradient(to bottom, #dc512c, #e06342);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc512c', endColorstr='#e06342', GradientType=0);
        border-color: #e06342 #e06342 #e06342;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #0088cc;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-primary:hover,
        .has-switch span.switch-left:hover,
        .has-switch span.switch-primary:focus,
        .has-switch span.switch-left:focus,
        .has-switch span.switch-primary:active,
        .has-switch span.switch-left:active,
        .has-switch span.switch-primary.active,
        .has-switch span.switch-left.active,
        .has-switch span.switch-primary.disabled,
        .has-switch span.switch-left.disabled,
        .has-switch span.switch-primary[disabled],
        .has-switch span.switch-left[disabled] {
            color: #ffffff;
            background-color: #0088cc;
            *background-color: #0077b3;
        }

        .has-switch span.switch-primary:active,
        .has-switch span.switch-left:active,
        .has-switch span.switch-primary.active,
        .has-switch span.switch-left.active {
            background-color: #006699 \9;
        }

    .has-switch span.switch-info {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #41a7c5;
        background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
        background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
        background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
        border-color: #5bc0de #5bc0de #28a1c5;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #5bc0de;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-info:hover,
        .has-switch span.switch-info:focus,
        .has-switch span.switch-info:active,
        .has-switch span.switch-info.active,
        .has-switch span.switch-info.disabled,
        .has-switch span.switch-info[disabled] {
            color: #ffffff;
            background-color: #5bc0de;
            *background-color: #46b8da;
        }

        .has-switch span.switch-info:active,
        .has-switch span.switch-info.active {
            background-color: #31b0d5 \9;
        }

    .has-switch span.switch-success {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #58b058;
        background-image: -moz-linear-gradient(top, #51a351, #62c462);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
        background-image: -webkit-linear-gradient(top, #51a351, #62c462);
        background-image: -o-linear-gradient(top, #51a351, #62c462);
        background-image: linear-gradient(to bottom, #51a351, #62c462);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
        border-color: #62c462 #62c462 #3b9e3b;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #62c462;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-success:hover,
        .has-switch span.switch-success:focus,
        .has-switch span.switch-success:active,
        .has-switch span.switch-success.active,
        .has-switch span.switch-success.disabled,
        .has-switch span.switch-success[disabled] {
            color: #ffffff;
            background-color: #62c462;
            *background-color: #4fbd4f;
        }

        .has-switch span.switch-success:active,
        .has-switch span.switch-success.active {
            background-color: #42b142 \9;
        }

    .has-switch span.switch-warning {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #f9a123;
        background-image: -moz-linear-gradient(top, #f89406, #fbb450);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
        background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
        background-image: -o-linear-gradient(top, #f89406, #fbb450);
        background-image: linear-gradient(to bottom, #f89406, #fbb450);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
        border-color: #fbb450 #fbb450 #f89406;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #fbb450;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-warning:hover,
        .has-switch span.switch-warning:focus,
        .has-switch span.switch-warning:active,
        .has-switch span.switch-warning.active,
        .has-switch span.switch-warning.disabled,
        .has-switch span.switch-warning[disabled] {
            color: #ffffff;
            background-color: #fbb450;
            *background-color: #faa937;
        }

        .has-switch span.switch-warning:active,
        .has-switch span.switch-warning.active {
            background-color: #fa9f1e \9;
        }

    .has-switch span.switch-danger {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #d14641;
        background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
        background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
        background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
        border-color: #ee5f5b #ee5f5b #e51d18;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #ee5f5b;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .has-switch span.switch-danger:hover,
        .has-switch span.switch-danger:focus,
        .has-switch span.switch-danger:active,
        .has-switch span.switch-danger.active,
        .has-switch span.switch-danger.disabled,
        .has-switch span.switch-danger[disabled] {
            color: #ffffff;
            background-color: #ee5f5b;
            *background-color: #ec4844;
        }

        .has-switch span.switch-danger:active,
        .has-switch span.switch-danger.active {
            background-color: #e9322d \9;
        }

.noPadding{
    padding: 0px;
}

.m60t {
    margin-top: 60px;
}
.m60b {
    margin-bottom: 60px;
}

.m30t {
    margin-top: 30px;
}

.m30b {
    margin-bottom: 30px;
}

.m39t {
    margin-top: 39px;
}

.m5r {
    margin-right: 5px;
}
.m5l {
    margin-left: 5px;
}
.m8l{
    margin-left: 8px;
}

.m7r {
    margin-right: 7px;
}

.m8r {
    margin-right: 8px;
}

.m10r {
    margin-right: 10px;
}
.m10l {
    margin-left: 10px;
}

.m15r {
    margin-right: 15px;
}
.m15l {
    margin-left: 15px;
}
.m15t {
    margin-top: 15px;
}
.m15b {
    margin-bottom: 15px;
}
.m5t {
    margin-top: 5px !important;
}

.m7t {
    margin-top: 7px !important;
}

.m8t {
    margin-top: 8px !important;
}
.m8b {
    margin-bottom: 8px !important;
}
.m50t {
    margin-top: 50px;
}
.nomargin-b {
    margin-bottom: 0 !important;
}

.margin12-t {
    margin-top: 12px;
}

.margin30-b {
    margin-bottom: 30px;
}

.m20b {
    margin-bottom: 20px !important;
}

.pad20v {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m25-r {
    margin-right: 25px;
}

.no-bold {
    font-weight: 200;
}


.back-title {
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 7px;
    text-align: center;
}

/******************* UI */
/*! jQuery UI - v1.10.3 - 2013-09-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.selectable.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 8.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.progress-animated .bar {
    background: url(images/progressbar.gif) !important;
    filter: none;
}

.fileupload-loading {
    float: right;
    width: 32px;
    height: 32px;
    background: url(images/loading.gif) center no-repeat;
    background-size: contain;
    display: none;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle,
    .files .toggle,
    .files .btn span {
        display: none;
    }

    .files .name {
        width: 80px;
        word-wrap: break-word;
    }
}
/* end fileupload */


.light {
    color: #e94a37;
    font-weight: 100;
    display: inline;
    width: 1px;
    height: 18px;
    padding: 0 0 0 10px;
    margin: 0px 10px;
    border-left: solid 1px #dfdfe2;
}

/*
    barra situazione imprese
*/

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 0px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .progress.span4 {
        width: 300px;
    }

    .progress .bar {
        width: 0%;
        height: 100%;
        color: #ffffff;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* --------------------------------------------------------- WIZARD STEPS -------------------------------------------------------- */
.wizard {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    -ms-boder-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    padding: 0 10px 10px 10px;
}

    .wizard li {
        display: inline-block;
        padding: 10px 5px 0 5px;
        text-align: center;
    }

        .wizard li.first {
            padding-left: 0px;
        }

        .wizard li .wizard-step-title {
            display: inline-block;
            vertical-align: top;
            padding-left: 0px;
            text-align: center;
            color: #999;
            margin: 10px 5px 0 5px;
            font-size: 0.8em;
            line-height: 1em;
        }

        .wizard li .wizard-step.active {
            border-color: #e94a37;
            color: #e94a37;
        }

        .wizard li .wizard-step-title.active {
            color: #e94a37;
        }

        .wizard li .wizard-step-title.done {
            color: #68852e;
        }

        .wizard li .wizard-step {
            display: block;
            margin: 0px auto;
            height: 30px;
            width: 30px;
            font-size: 1.1em;
            line-height: 1.6em;
            text-align: center;
            -ms-boder-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            color: #999;
            border: 1px solid #999;
            background: white;
        }

            .wizard li .wizard-step.done {
                border: 1px solid #82a242;
                background-color: #8cb130;
                background-image: -moz-linear-gradient(top, #9cc44c, #8cb130);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9cc44c), to(#8cb130));
                background-image: -webkit-linear-gradient(top, #9cc44c, #8cb130);
                background-image: -o-linear-gradient(top, #9cc44c, #8cb130);
                background-image: linear-gradient(to bottom, #9cc44c, #8cb130);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc44c', endColorstr='#8cb130', GradientType=0);
                border-color: #82a242 #68852e #68852e;
                -ms-box-shadow: inset 0px 1px #d2e4b1, 0px 1px 3px rgba(0,0,0,0.35);
                -webkit-box-shadow: inset 0px 1px #d2e4b1, 0px 1px 3px rgba(0,0,0,0.35);
                -moz-box-shadow: inset 0px 1px #d2e4b1, 0px 1px 3px rgba(0,0,0,0.35);
                box-shadow: inset 0px 1px #d2e4b1, 0px 1px 3px rgba(0,0,0,0.35);
                color: #fff;
                text-shadow: 0px 1px rgba(0,0,0,0.15);
            }

                .wizard li .wizard-step.done .icon-white, .wizard li .wizard-step.active [class*="icon"] {
                    margin-top: 4px;
                }

.validationMessageFor {
    color: red;
}

.rdbFix {
    margin-top: 3px !important;
}

.back-title {
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
}

.modal.large {
    width: 900px;
    margin-left: -450px; /* - width/2 */
}

.m20t{
    margin-top: 20px;
}
.m40t {
    margin-top: 40px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.well-small, .well-mini {
    padding: 9px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.well-mini {
    padding: 3px;
}

.well-white {
    background-color: #fff;
}




.tag-container {
    margin: 0;
    padding: 0;
    list-style: none;
    text-space-collapse: collapse;
}

    .tag-container li.no-elements {
        display: inline-block;
        width: 100%;
        border: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .tag-container.block-child > .tag {
        display: block;
    }
/* for .tag look at -> .btn & .btn-primary */
.tag {
    margin: 0px 4px 4px 0px !important;
    padding: 2px 7px;
}


.tag {
    display: inline-block !important;
    *display: inline !important;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border-color: #f2f2f2 #f2f2f2 #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #f2f2f2;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
 .tag:hover {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }
    .tag.selected {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #5bb75b;
        background-image: -moz-linear-gradient(top, #62c462, #51a351);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
        background-image: -webkit-linear-gradient(top, #62c462, #51a351);
        background-image: -o-linear-gradient(top, #62c462, #51a351);
        background-image: linear-gradient(to bottom, #62c462, #51a351);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
        border-color: #51a351 #51a351 #387038;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #51a351;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

  .tag.selected:hover
 {
        color: #ffffff;
        background-color: #51a351;
        *background-color: #499249;
    }


/*
    Elementi per pagina
*/

input-append,
.input-prepend {
    font-size: 0;
    white-space: nowrap;
}

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input,
    .input-append .dropdown-menu,
    .input-prepend .dropdown-menu {
        font-size: 14px;
    }

    .input-append input,
    .input-prepend input,
    .input-append select,
    .input-prepend select,
    .input-append .uneditable-input,
    .input-prepend .uneditable-input {
        position: relative;
        margin-bottom: 0;
        *margin-left: 0;
        vertical-align: top;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

        .input-append input:focus,
        .input-prepend input:focus,
        .input-append select:focus,
        .input-prepend select:focus,
        .input-append .uneditable-input:focus,
        .input-prepend .uneditable-input:focus {
            z-index: 2;
        }

    .input-append .add-on,
    .input-prepend .add-on {
        display: inline-block;
        width: auto;
        height: 38px;
        min-width: 16px;
        padding: 8px 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        text-align: center;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #fafafa;
        border: 1px solid #ccc;
    }

    .input-append .add-on,
    .input-prepend .add-on,
    .input-append .btn,
    .input-prepend .btn,
    .input-append .btn-group > .dropdown-toggle,
    .input-prepend .btn-group > .dropdown-toggle {
        vertical-align: top;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-append .active,
    .input-prepend .active {
        background-color: #a9dba9;
        border-color: #ccc;
    }

    .input-prepend .add-on,
    .input-prepend .btn {
        margin-right: -1px;
    }

        .input-prepend .add-on:first-child,
        .input-prepend .btn:first-child {
            -webkit-border-radius: 2px 0 0 2px;
            -moz-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
        }

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

    .input-append input + .btn-group .btn:last-child,
    .input-append select + .btn-group .btn:last-child,
    .input-append .uneditable-input + .btn-group .btn:last-child {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

    .input-append .add-on:last-child,
    .input-append .btn:last-child,
    .input-append .btn-group:last-child > .dropdown-toggle {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .input-prepend.input-append input + .btn-group .btn,
    .input-prepend.input-append select + .btn-group .btn,
    .input-prepend.input-append .uneditable-input + .btn-group .btn {
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

td .btn-custom {
    font-size: 0.9rem;
}

.btn-custom {
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.btn-custom:hover:enabled{
    background-color: #e5e5e5;
}

.bootstrap-switch {
    height: 38px;
}

.bootstrap-switch-label {
    height: 38px;
}

td .bootstrap-switch {
    height: 32px;
}

td .bootstrap-switch-label {
    height: 32px;
}

/*   Icone status   */
.iconStatus {
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 26px;
    color: white;
    line-height: 30px;
    margin: auto;
    border: 1px solid;
}

.iconStatus-small {
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 15px;
    color: white;
    line-height: 15px;
    margin: auto;
    border: 1px solid;
    display: inline-block;
}

#iconStatus{
    display:inline-block;
}

.iconStatus0 {
    border-color: #dc512c;
    background-color: #dc512c;
}

.iconStatus100 {
    border-color: #dc512c;
    background-color: #dc512c;
}

.iconStatus200 {
    border-color: #17a2b8;
    background-color: #17a2b8;
}

.iconStatus300 {
    border-color: #f89406;
    background-color: #f89406;
}

.iconStatus400 {
    border-color: #f89406;
    background-color: #f89406;
}
.iconStatus400 {
    border-color: #f89406;
    background-color: #f89406;
}

.iconStatus500 {
    border-color: #51a351;
    background-color: #51a351;
}

.iconStatus600 {
    border-color: #2f96b4;
    background-color: #2f96b4;
}
/*  END icon status     */

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #df5c39;
}

.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #df5c39;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

/* ------------------------------------------------------------- TOW BUTTON  ------------------------------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #df5c39;
    border-color: #df5c39;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #c44d2d;
        border-color: #c44d2d;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #c44d2d;
        border-color: #c44d2d;
        box-shadow: 0 0 0 0.2rem #ffcfc2;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #df5c39;
        border-color: #df5c39;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #c44d2d;
        border-color: #c44d2d;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem #c44d2d;
        }

/*	switch bootstrap	*/
    .custom-switch-small {
        height: 28px !important;
    }

    .custom-switch-small .custom-control-label-small::before {
        height: 28px !important;
    }

    .custom-switch-small .custom-control-label-small::after {
        height: 24px !important;
    }

    .custom-switch-text-inline {
        width: 100% !important;
    }

    .custom-switch {
        top:0px;
        padding-left: 3rem;
        margin-top: -4px;
        height: 38px;
        width: 150px;
    }

    .custom-switch .custom-control-label::before {
        left: -3rem;
        width: 60px;
        height: 38px;
        pointer-events: all;
        border-radius: 0.2rem;
    }

    .custom-switch .custom-control-label::after {
        left: calc(-3rem + 2px);
        width: 20px;
        height: 34px;
        background-color: #adb5bd;
        border-radius: 0.2rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    }
     .custom-switch .custom-control-label-inline {
        /* display: inline-block; */
        padding: 1rem 0 0 1.5rem;
        vertical-align: middle;
        white-space: pre-wrap;
        word-wrap: break-word;
        line-height: 1;
        height: 100%;
        width: 100%;
        font-weight: normal;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(35px);
    transform: translateX(35px);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-control-input-green:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #58b058;
    background-color: #58b058;
}

.custom-control-input-red:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #d9534f;
    background-color: #d9534f;
}


/*
    sovrascrivo quelli di bootstrap per i titoli e le scritte nella sezione utenti
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

.fas.disabled,
.fas[disabled],
.disabled > .fas,
[disabled] > .fas {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.far.disabled,
.far[disabled],
.disabled > .far,
[disabled] > .far {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.btn.disabled,
.btn[disabled],
.disabled > .btn,
[disabled] > .btn {
    cursor: not-allowed;
    pointer-events: none;
}


/* BOOTSTRAP ALERT */
.alert {
    padding: 20px 15px 15px 15px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .alert,
    .alert h4 {
        color: #c09853;
    }

        .alert h4 {
            margin: 0;
        }

        .alert .close {
            position: relative;
            top: -2px;
            right: -21px;
            line-height: 20px;
        }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info h4 {
        color: #3a87ad;
    }

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

/* Breadcrumb navigation */
.breadcrumbLink {
    color: #333;
}

.breadcrumbLink :hover {
    color: #333 !important;
}


.dx-icon-edit {
    color: #0f0f0f !important;
}

.dx-icon-trash {
    color: #0f0f0f !important;
}

.dx-icon-add {
    color: #0f0f0f !important;
}



/*form control*/
.form-control-with-button {
    width: 70% !important;
}


/*  Area mmoduli */
.ModuleIcon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    color: rgb(34, 114, 186);
    background-color: #2272ba;
    line-height: 80px;
    margin: auto;
}

.ModuleIcon-small {
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 33px;
    color: rgb(34, 114, 186);
    background-color: #2272ba;
    line-height: 62px;
    margin: auto;
}

.ModuleIcon-disaled {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    color: rgb(34, 114, 186);
    background-color: #D4D4D4;
    line-height: 80px;
    margin: auto;
}

.AzioneIcon {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    color: rgb(34, 114, 186);
    background-color: #DC512C;
    line-height: 80px;
    margin: auto;
}

.AzioneIcon-disaled {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 35px;
    color: rgb(34, 114, 186);
    background-color: #D4D4D4;
    line-height: 80px;
    margin: auto;
}

.module :hover {
    background-color: #f4f4f4;
}

.noHover {
    pointer-events: none;
}

.ModuleLink :hover {
    background-color: #f4f4f4;
}

.fileuploader-container {
    border: 1px dashed #d3d3d3;
    height: 100%;
    width: 100%;
}

/*  dxSelectBox - How to wrap text */
.dx-list-item-content {
    white-space: normal;
}

.dx-datagrid .dx-grandtotal {
    background-color: #f5f5f5;
}

/*tooltip devextreme*/

/*.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
    color: rgb(255, 255, 255);
    border-color: #212529;
    height: 30px;
    background-color: #212529;
    border-radius: 3px;
    padding: 4px 7px;
    text-align: center;
    font-style: normal;
}
.dx-tooltip-wrapper.dx-popover-wrapper .dx-popover-arrow:after {
    background-color: #212529;
    color: rgb(255, 255, 255);
    border-color: #212529;
    width: 30px;
    font-style: normal;
}*/


.toolbarcounters {
    color: rgb(0, 0, 0);
    font-size: 14px;
    width:500px;
    padding-top: 15px;
    vertical-align:bottom;
}

.itemsToDo {
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.itemsToDo.counter {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.itemsToDo.counter0 {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.itemsDone {
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.itemsDone.counter {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.itemsDone.counter0 {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.itemsUnavailable {
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.itemsUnavailable.counter {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.itemsUnavailable.counter0 {
    width: 100px;
    font-weight: 700;
    text-align: right;
    padding-left: 5px;
}

.dx-header-row .impresaDisabilitata {
    background-color: #fff1ce !important;
}
.dx-header-row .impresaAbilitata {
 
}

 .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

 .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

 .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

 ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

 .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.bottomLeft {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index:  999;
}

.PPVersion {
    margin-bottom: 5px;
    margin-left: 10px;
}

/* DEVEXTREME GRID */
.dx-datagrid .dx-header-filter {
    color: #2272ba;
    position: relative;
    font: 14px/1 DXIcons;
}

.dx-treelist-container .dx-header-filter {
    color: #2272ba;
    position: relative;
    font: 14px/1 DXIcons;
}

.dx-datagrid .dx-header-filter-empty {
    color: rgba(149, 149, 149, 0.5);
}

.dx-treelist-container .dx-header-filter-empty {
    color: rgba(149, 149, 149, 0.5);
}

.btndisabled {
    opacity: 0.65;
}

.HideCell {
    visibility: hidden;
}

.dxAlternationColor {
    background-color: #f5f5f5;
}

div.inline {
    float: left;
}

.strutturaImpChange {
    background-color: #fff3cd;
}

.mouse-pointer {
    cursor: pointer;
}

.form-container {
    padding: 20px;
    background-color: #fff;
}
.tab-gridcontainer {
    padding: 20px;
    min-height: 350px;
    background-color: #fff;
}

.tab-gridcontainer-sm {
    padding: 20px;
    min-height: 200px;
    background-color: #fff;
}

.PermessoSelItem {
    color: #e06342;
    padding-left: 5px;
    padding-right: 5px;
}

.PermessoSelItem:hover {
    background-color: #E06342;
    color: white;
}

.missing-conto {
    background-color: #f08080 !important;
    color: whitesmoke;
}

.legend-label-green {
    background-color: #d6e8d3 !important;
    color: whitesmoke;
}

.undefined-value {
    background-color: #f08080 !important;
    color: whitesmoke;
}

.no-access-to-object {
    background-color: #f08080 !important;
    color: whitesmoke;
}
.conto-personalizzato {
    background-color: #fff3cd !important;
    color: whitesmoke;
}



@media print {
    a [href]:after {
        visibility: hidden !important;
    }
}

@media print {
    #pager,
    form,
    .noprint {
        display: none !important;
        height: 0;
    }


        .noprint, .noprint * {
            display: none !important;
            height: 0;
        }
}

.yellow-folder-color {
    color: #F3D883 !important;
}


.repository-icon-PDF {
    color: #C22400 !important;
}

.repository-icon-DOC,
.repository-icon-DOCX {
    color: #2B579A !important;
}

.repository-icon-XLS,
.repository-icon-XLSX {
    color: #217346 !important;
}

.repository-icon-JPG,
.repository-icon-JPEG,
.repository-icon-PNG {
    color: #8c73d8 !important;
}

.repository-icon-CSV {
    color: #8c73d8 !important;
}

.repository-icon-default {
    color: #acb59e !important;
}

#calendarScadenze {
    height: calc(100vh - 320px) !important;
}



/* ------------------------------------------------------------- ARTICLE ------------------------------------------------------------- */
.article .statictip {
    margin-right: 10px;
    margin-top: 14px;
}

.article:hover .statictip {
    -webkit-animation: moveLeftTip 0.3s ease-out both;
    -moz-animation: moveLeftTip 0.3s ease-out both;
    -o-animation: moveLeftTip 0.3s ease-out both;
    -ms-animation: moveLeftTip 0.3s ease-out both;
    animation: moveLeftTip 0.3s ease-out both;
}

.article {
    margin-top: 30px;
}

    .article + .article {
        margin-top: 40px;
    }

    .article .title {
        font-weight: 600;
    }

        .article .title.tow {
            color: #e94a37;
            font-weight: 600;
        }

    .article .footer {
        border: none;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 20px 0 0 0;
        padding: 10px 0;
    }

        .article .footer ul {
            margin: 0;
            padding: 0;
        }

            .article .footer ul li.separator {
                margin: 0px 7px 0 2px;
                padding-left: 10px;
                border-left: solid 1px #eaeaea;
            }

    .article.readed .title {
        color: #767676;
    }

    .article.readed .statictip .statictip-inner-date {
        background-color: #767676;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .article.readed .statictip.top .statictip-arrow {
        border-top-color: #767676;
    }

    .article.readed .statictip.right .statictip-arrow {
        border-right-color: #767676;
    }

    .article.readed .statictip.left .statictip-arrow {
        border-left-color: #767676;
    }

    .article.readed .statictip.bottom .statictip-arrow {
        border-bottom-color: #767676;
    }

#article-controls {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #article-controls ul li {
        display: inline;
    }



.statictip {
    position: relative;
    display: inline-block;
    padding: 5px;
    font-size: 11px;
}

    .statictip.top {
        margin-top: -3px;
    }

    .statictip.right {
        margin-left: 3px;
    }

    .statictip.bottom {
        margin-top: 3px;
    }

    .statictip.left {
        margin-left: -3px;
    }

.statictip-inner, .statictip-inner-date {
    padding: 15px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #e94a37;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color .40s;
    -moz-transition: background-color .40s;
    -o-transition: background-color .40s;
    transition: background-color .40s;
}

.statictip-inner-date {
    padding: 10px;
}

    .statictip-inner-date h2 {
        color: #fff;
        padding: 0;
        margin: 0;
        line-height: 26px;
    }

        .statictip-inner-date h2 * {
            margin-top: 3px;
            color: #fff;
            text-transform: uppercase;
        }

.statictip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: border-color .40s;
    -moz-transition: border-color .40s;
    -o-transition: border-color .40s;
    transition: border-color .40s;
}

.statictip.top .statictip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #e94a37;
}

.statictip.right .statictip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #e94a37;
}

.statictip.left .statictip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #e94a37;
}

.statictip.bottom .statictip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #e94a37;
}

/*colore export excel e pdf*/
.my-custom-icon-button-xls .fa-file-xls {
    --fa-primary-color: #10743e;
    --fa-primary-opacity: 4;
    --fa-secondary-color: #10743e;
}
.my-custom-icon-button-pdf .fa-file-pdf {
    --fa-primary-color: #dc1b20;
    --fa-secondary-color: #dc1b20;
}



