/* Minification failed. Returning unminified contents.
(1468,1): run-time error CSS1019: Unexpected token, found '}'
(1470,2): run-time error CSS1031: Expected selector, found '/'
(1470,2): run-time error CSS1025: Expected comma or open brace, found '/'
(1758,1): run-time error CSS1019: Unexpected token, found '@import'
(1758,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500')'
(3418,1): run-time error CSS1019: Unexpected token, found '}'
(3420,2): run-time error CSS1031: Expected selector, found '/'
(3420,2): run-time error CSS1025: Expected comma or open brace, found '/'
(3708,1): run-time error CSS1019: Unexpected token, found '@import'
(3708,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500')'
(5373,1): run-time error CSS1019: Unexpected token, found '}'
(5375,2): run-time error CSS1031: Expected selector, found '/'
(5375,2): run-time error CSS1025: Expected comma or open brace, found '/'
(5663,1): run-time error CSS1019: Unexpected token, found '@import'
(5663,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500')'
 */
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/Open-Sans-regular/Open-Sans-regular.eot');
  src: url('fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
       url('fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
       url('fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
       url('fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}



/* TABELLA */

/*
    .spanBordered:not(:empty) {
*/


#tblCostiRicavi td {
    text-align: right;
}

.spanBordered:not(:empty) {
    border: 1px solid !important;
    border-color: #ccc !important;
    /*text-align: left; */ /* ex: center */
    padding-left: 10px;
    padding-right: 10px;
}

.fieldsetBordered {
    border: 1px solid;
    border-color: silver;
}

th {
    padding: 0px !important;
    padding-bottom: 2px !important;
    background-color: lightgray; /*#337ab7;*/
    border-bottom: 2px solid white !important;
    text-align: center;
}

    th > button {
        float: left;
        margin-left: 8px !important;
    }

    th > a.btn {
        float: left;
        margin-left: 8px !important;
    }

.th-border-normal {
    border-bottom: 2px solid #ddd !important;
}

td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
    /*border: 2px solid #ccc !important;*/
}

#tblCastelletto th {
    text-align: center;
}

#tblCastelletto td {
    /*line-height: 12px;*/
    text-align: right;
}


.tdDescrizione {
    overflow-y: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    height: 23px;
    word-break: break-all;
    vertical-align: middle;
    min-width: 100px;
}

.col {
    float: left;
    display: block;
    position: relative;
    padding: 5px;
}

.th {
    font-weight: bold;
}

.tr {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.width-1 {
    width: 1%;
}

.width-2 {
    width: 2%;
}

.width-3 {
    width: 3%;
}

.width-4 {
    width: 4%;
}

.width-5 {
    width: 5%;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-8 {
    width: 8%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-11 {
    width: 11%;
}

.width-12 {
    width: 12%;
}

.width-13 {
    width: 13%;
}

.width-14 {
    width: 14%;
}

.width-15 {
    width: 15%;
}

.width-16 {
    width: 16%;
}

.width-17 {
    width: 17%;
}

.width-18 {
    width: 18%;
}

.width-20 {
    width: 20%;
}

.width-22 {
    width: 22%;
}

.width-24 {
    width: 24%;
}

.width-25 {
    width: 25%;
}

.width-28 {
    width: 28%;
}

.width-30 {
    width: 30%;
}

.width-32 {
    width: 32%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.divFixWidth {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
/* FINE TABELLA */

body, h1, h2, h3, h4, p, label, select, input, a {
    font-family: 'Open Sans', sans-serif !important;
}

#header {
    position: fixed;
    height: 40px;
    width: 100%;
    z-index: 99;
}

#bg {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg.jpg");
    width: 100%;
    height: 100%;
}

/*
#bg-home {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    opacity: 0.8;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg_home.jpg");
    width: 100%;
    height: 100%;
}
*/

#bg-home {
    background: url("img/bg_home.jpg") -25px -50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 75px);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

#menu-home {
    background: rgba(52, 51, 51, 0.6);
    height: 5rem;
    box-shadow: 0px 0px 3px #333;
    z-index: 9999;
    border: 0px;
}

    #menu-home a {
        color: white !important;
    }

#loginPopup .modal-dialog {
    margin-top: 6em;
}

#loginPopup .modal-content {
    text-align: center;
    background: rgba(999, 999, 999, 0.6);
    overflow: hidden;
}

#loginPopup .modal-header {
    /*background: rgba(999, 999, 999, 0.8);*/
}

#loginPopup h4 {
    font-size: 30px;
}

#loginPopup label {
    font-size: 18px;
}

#loginPopup .modal-content input {
    text-align: center;
}

#logo-login {
    width: 90px;
    /*background: white;
    border: 2px solid #ddd;
    border-radius: 50px;*/
    padding: 2px;
}

#distance-from-menu {
    margin-top: 57px;
}

#list-action-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}

.list-action-container {
    padding: 10px; /*20px;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 7px; /*15px;*/
    margin-bottom: 15px; /*30px;*/
    /*background: #f0f0f0;*/
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-action-container-small {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}


.padding-0 {
    padding: 0 !important;
}

.padding-1 .col {
    padding-top: 1px;
    padding-bottom: 1px;
}


#select-lsit-tipo-tabella-base {
    padding: 20px;
}

    #select-lsit-tipo-tabella-base label {
        float: left;
        line-height: 34px;
        margin-right: 10px;
        font-size: 16px;
    }

.tr-head {
    border-bottom: 2px solid #ddd;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width:767px) {
    #menu-home .navbar-collapse {
        background: rgba(52, 51, 51, 0.6);
    }
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#loading-img {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 99999;
    margin-top: 60px;
    display: none;
}

#flag-tipo-container input {
    margin-right: 15px;
}

.display-input {
    /*min-width: 50px;*/
    display: inline-block;
    margin-right: 30px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: middle;
}

.contents {
    display: contents !important;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    border: 0;
    width: auto;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.tab-pane {
    padding: 20px;
}

.flg-container input {
    margin-right: 10px;
}

.flg-container label {
    margin-right: 0px !important;
}

label input, label select {
    font-weight: normal !important;
    font: normal !important;
}

.input-full-size input {
    width: 100% !important;
}

.title {
    font-weight: 700;
}

.dxgvHeader_Moderno td {
    font-weight: 700;
}

.dxeButtonEdit_Moderno td.dxic {
    padding: 0px 0px 0px 0px !important;
}

.dxgvControl_Moderno, .dxgvDisabled_Moderno {
    font-family: 'Open Sans', sans-serif !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default {
    background: #37474F;
    border-color: #2e6da4;
    box-shadow: 0px 0px 3px #333;
    border: 0px;
}

    .navbar-default a {
        color: white !important;
        font-size: 16px;
    }

.navbar {
    border-radius: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #37474F;
}

.dropdown-menu {
    background: rgba(51,122,183,0.9); /*#37474F*/
    border-color: #2e6da4;
}

#user .dropdown-menu {
    background: #37474F; /*#37474F*/
    border-color: #2e6da4;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #2e6da4;
}

.navbar-brand {
    padding: 5px;
}

    .navbar-brand img {
        height: 100%;
    }

.nav-tabs .active a {
    border-color: #D1D1D1 !important;
    border-bottom: 1px solid white !important;
}

.nav-tabs {
    border-bottom: 1px solid #D1D1D1 !important;
}

.tab-content {
    border: 1px solid #D1D1D1 !important;
    border-top: 0px !important;
}

#anagrafica-details .tab-content {
    margin-bottom: 2em;
}

#dropdownMenuUtente {
    height: 50px;
}

#user {
    cursor: pointer;
}

.custom_jumbotron {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_home {
    /*padding-top: 5px;
    padding-bottom: 7.5px;*/
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_notifiche {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #eee;
    min-width: 270px;
}

.block-grey-opacity2 {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.block-grey-opacity {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .block-grey-opacity:hover {
        box-shadow: 0 5px 15px rgba(51,122,183,0.5);
        color: #2e6da4;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -kthtml-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

@media (min-width: 1200px) {
    .modal-xlg {
        width: 1170px;
    }
}

#footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 200px);
    color: rgba(999, 999, 999, 1);
    background: #37474F;
}

#footer-info-current-azienda {
    padding: 10px;
    /*float: right;*/
    width: 100%;
}

#distance-from-footer {
    margin-bottom: 5em;
}

.hidden {
    display: none;
}

#documento-container {
    position: relative;
    width: 100%;
    height: auto;
    /*background-image: url("/content/img/form_sheetbg.png");*/
    background-repeat: repeat;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 0px solid #ddd;
}

#anagrafica-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

.logo {
    /*background-image: url("/content/img/logo_quadrato.png");*/
    height: 40px !important;
}

.dettaglio-inner-tr {
    border: 1px solid #D1D1D1;
}

.dxgv {
    /*font-size: 10px !important;*/
    padding: 2px !important;
    /*text-align: center !important;*/
}

.dxgvHeader_Moderno {
    /*font-size: 10px !important;*/
    /*text-align: center !important;*/
    padding: 2px !important;
}

.dxWeb_edtCheckBoxUnchecked_Moderno {
    width: 15px;
    height: 15px;
}

.dxbButton_Moderno {
    font-size: 10px !important;
}

#gvTipoServizio_DXMainTable .dxgvHeader_Moderno, #gvTipoServizio_DXMainTable .dxgv {
    text-align: left !important;
}

#tabella-uplad-allegato td, #tabella-uplad-allegato th {
    padding-right: 5px;
}

a.glyphicon::first-letter {
    font-family: 'Glyphicons Halflings' !important;
}

a.glyphicon {
    font-family: 'Open Sans', sans-serif !important;
}

/*.list-action-container button {
    padding-bottom: 9px;
}*/

.btn-primary-inverse {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-primary-inverse:hover {
        background: #f1f1f1 !important;
    }

.btn-empty-row a {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-empty-row a:hover {
        background: #f1f1f1 !important;
    }

.btn-primary a {
    color: #FFFFFF;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.container {
    width: 100%;
}

.row {
    /*
    margin-right: 0px;  bootstrap's rows margins aren't to be removed. SF
    margin-left: 0px;*/
}

input[type=datetime] {
    width: 84px;
    text-align: left;
}

.alert-dismissible {
    padding-right: 15px;
}

.table-striped > div:nth-of-type(odd):not(.bg-danger):not(.bg-success), table.table-striped > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > a:nth-of-type(odd) > div, table.table-striped > a > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > div.bg-danger:nth-of-type(odd), table.table-striped > tbody > tr.bg-danger:nth-of-type(odd) > td {
    background-color: #ffcccc !important; /*#f0f0f0;*/
}

.table-striped > div.bg-success:nth-of-type(odd), table.table-striped > tbody > tr.bg-success:nth-of-type(odd) > td {
    background-color: #c2e2b6 !important; /*#f0f0f0;*/
}

a.list-link {
    color: black;
}

ul.dropdown-menu hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.text-box.single-line {
    border: 1px solid #AAAAAA;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
}

select {
    padding: 1px 0px 2px 0px;
}

.dxeButtonEdit_Moderno {
    border: 1px solid #AAAAAA;
}

.label-as-badge {
    border-radius: 1em;
}

.table-link {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

    .table-link:hover {
        background-color: rgba(51,122,183,0.9) !important;
        cursor: pointer;
        color: white;
    }

.rowSelected {
    background-color: lightgreen !important; /*rgba(51,122,183,0.9) */
}

.box-bordered {
    border-style: solid;
    border-color: #d9534f;
    border-left-width: 2px;
}

.field-validation-error {
    color: #a94442;
}

input[name=Quantita], input[name=Prezzo], input[name=Sconto], input[name=IvaSulPrezzoFinale], input[name=Imponibile], input[name=Costo], input[name=ImponibilePassivo], input[name=IvaSulPrezzoFinalePassivo], input[name=Ra], input[name=Provvigione] {
    text-align: right;
}

.input-validation-error {
    background-color: #ffdddd !important;
    border: 1px solid red;
}

.tr-head, div.row.tr-head {
    background-color: powderblue !important; /* paleturquoise, powderblue, lightblue */
}

.border-r-white {
    border-right: 1px solid #fff;
}

.customButtonDX {
    background-image: url('../content/img/send_mail_icon.png');
    background-repeat: no-repeat;
}

.left-icon {
    position: relative;
    display: inline-block;
}

    .left-icon label {
        vertical-align: sub;
    }

    .left-icon input {
        padding-left: 30px;
        margin-right: 8px;
    }

    .left-icon select {
        margin-right: 8px;
    }

    .left-icon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
        color: darkgrey;
    }

.btn-area {
    margin-right: 15px;
}

span > .form-control {
    height: 26px;
}

.testata-doc .row {
    margin-bottom: 5px;
}

span.form-control {
    padding-top: 3px;
    height: 26px;
}

textarea.form-control {
    padding: 3px 12px;
}

/* since row margins came back to bootstrap's -15px margins, we add 15px here to compensate for that loss */
.testata-details {
    padding-right: 15px;
    padding-left: 15px;
}



    .testata-details .spanBordered:not(:empty) {
        /*display: block;
width: 100%;*/
        height: 26px;
        padding: 6px 12px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        padding-top: 3px;
        /*max-width: 350px;*/
        overflow-x: hidden;
        overflow-y: hidden;
        word-break: break-all;
    }

    .testata-details .row {
        /* margin-bottom: 5px; */
    }

.row > .form-group {
    margin-bottom: 5px;
}

.doc-header .spanBordered:not(:empty) {
    /*display: block;
    width: 100%;*/
    display: inline-block;
    height: 26px;
    padding: 6px 12px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-top: 3px;
    /*max-width: 350px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    word-break: break-all;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.table-striped-body > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}

    .table-striped-body > tbody:nth-of-type(odd) td.alt-striped {
        background-color: #d0f1fb;
    }

.table-striped-body > tbody:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped tr:nth-of-type(odd) td.alt-striped {
    background-color: #d0f1fb;
}

.table-striped tr:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped-body > tbody:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped-body > tbody:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}

.table-striped tr:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped tr:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}



.filter-area {
    border: 1px solid;
    border-color: lightgrey;
    background-color: #FFFFCC;
}


/* NUOVE CLASSI DA RIVISITAZIONE INTERFACCIA CAMPI */

.top-fieldset {
    border: 0px;
    border: 1px solid #ddd;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    /*min-height: 150px;*/
}

.top-legend {
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 1px; /* ex 15 */
    margin-bottom: -8px;
    font-weight: bold;
    /*border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;*/
    padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
    color: #337ab7; /*#2e6da4; */
}


.top-label {
    color: #666;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 6px;
    margin-left: 5px;
    /* margin-top: 3px; */
}

/* always extends attachments box and borders it */
.allegati-prop {
    min-height: 134px;
    height: 134px;
    border: 1px solid #cccccc;
    padding-right: 1px;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 5px;
    margin-right: -5px;
}


    .allegati-prop > .table-responsive {
        height: 100%;
    }


.btn-add-allegati {
    float: left;
    padding: 5px 10px;
    margin: 5px 8px 5px 8px;
}


.description-prop {
    width: 100%;
}

.textfield-prop {
    width: 100% !important;
    height: 26px; /* apply standard height: sometimes empty fields collapse vertically */
}


.textarea-prop {
    margin-left: 5px;
    margin-right: -5px;
}


.dropdown-prop {
    width: 100%;
    height: 26px;
    padding: 0px;
}


.datapicker-prop {
    width: 100% !important;
    height: 26px;
}

.document-prop {
    width: 90%;
}



.combobox-prop {
    width: 100%;
    height: 26px;
}

.combobox-input-prop {
    width: calc(100% - 25px);
    padding-left: 4px;
    height: 26px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.combobox.allegati-prop {
    width: 100%;
}


.checkbox-prop {
    margin-top: 12px !important;
    display: initial;
    margin-right: -8px;
    margin-left: 20px;
    cursor: default;
}

/* properly vertically aligns label with left square for checkboxes */
.checkbox-inline > label {
    display: inline;
}

/* forms.less: 257 puts a hand cursor aorund checkboxes, that for us isn't both used and doesnt shows up correctly (only on borders around label); removing it */
.checkbox-inline {
    cursor: default;
}


.colorselect-field-prop {
    width: calc(100% - 45px) !important;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.colorselect-box-prop {
    width: 30px;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* spaziatura tra le checkbox */
.checkbox-space {
    padding: 0px !important;
}


.titolo-testata {
    margin: 0px !important;
}

.btn-create {
    margin-left: 8px;
}

span.display-input input:not([type='checkbox']).form-control {
    padding-left: 3px;
    padding-right: 3px;
}


/* CSS PER IMPORTAZIONE DA MES */


.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#legenda-animazione, legenda-unita {
    border: 0px solid #333;
    margin-top: 1em;
    background: rgba(241, 241, 241, 0.8);
    border: 1px solid #f1f1f1;
    /*margin-bottom: 30px;*/
    padding-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fase-container, .linea-container {
    /* padding: 2px;*/
}

.buffer-container {
    padding: 2px;
    text-align: center;
}

.fase, .linea {
    text-align: center;
    padding-bottom: 0px;
    margin-left: 1px;
    width: 100%;
    min-height: 430px;
}

.linea {
    min-height: 250px;
    margin-top: 10px;
}

.buffer {
    background: #ede99a;
    text-align: center;
    border: 0px solid #333;
    margin: 0 auto;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#display-avanzamento > .fase:first-of-type {
    border-left: 0px solid #333;
}

.fase h3 {
    /*min-height: 2em;*/
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 0px;
}

.buffer-animazione .block {
    background: #1C9B37;
}

.fase-animazione .block {
    min-width: 140px;
}

.fase-animazione .progress-bar, .item-l-blue {
    background-color: #56ACF5;
}

.block {
    position: relative;
    margin: 5px auto;
    width: 40%;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: table;
}

.unita-in-tempo {
    border: 2px solid rgb(0, 128, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: white;
}

.unita-ritardo-fase {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(225, 0, 0) !important;
    color: #FFF;
}

.unita-ritardo-totale {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: #FFF;
}

.unita-versata {
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
    color: #FFF;
}

.unita-da-produrre {
    border: 1px solid whitesmoke !important;
    background: whitesmoke !important;
}

.item-l {
    width: 30px;
    height: 15px;
    margin-left: 0px;
    margin-top: 2px;
}

.item-l-border-red {
    background: green;
    border: 2px solid red;
}

.item-l-blue {
    background: #56ACF5;
    border: 2px solid #56ACF5;
}

.buffer-animazione {
    min-height: 210px;
    margin-left: 20px;
    margin-top: -230px;
    background: #f1f1f1;
    border: 1px solid lightgreen;
    width: 50%;
}

    .buffer-animazione h3 {
        margin: 3px 0px 0px 0px;
        text-align: center;
    }

    .buffer-animazione .block {
        width: 100%;
        text-align: center;
        margin: 3px 0px 0px 0px;
    }

.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-edit-dettaglio {
    margin-right: 3px;
}

.voce-menu {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

/*.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em; /*1.5em*/
}

*/

.glyphicon.glyphicon-one-fine-dot {
    margin-bottom: -.8em;
    overflow: hidden;
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em;
}

.circle {
    background: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.doc-change-div {
    float: right;
    padding: 5px;
}

.span-titolo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60ch;
    font-size: 65%;
    display: inline-block;
    vertical-align: bottom;
    height: 22px;
}


input.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.tab-pane {
    padding-top: 10px;
    padding-bottom: 0px;
}

.pager {
    margin-top: 10px;
    margin-bottom: 10px;
}

#dettaglio-documento {
    margin-bottom: 0px;
}

#notifica td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.a-white {
    color: white !important;
    cursor: pointer;
}

.tab-color {
    color: red !important;
}

/*li[role=presentation]:not(.active) a{
    color: aqua;
}*/


.realcombo-red {
    color: red;
}

input[data-class="realcombo-red"] {
    color: red;
}

.truncate-link {
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
    white-space: nowrap;
}

.font-xs {
    font-size: 11px;
}

table.font-xs td {
    font-size: 11px;
}

div.row.font-xs > div {
    font-size: 11px;
}

.tab-label {
    font-weight: bold;
}

    .tab-label:not(.active) {
        color: #007bff
    }

.input-translate {
    width: calc(100% - 25px) !important;
}

    .input-translate + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

    .input-translate + .popover + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

.popover.top > .arrow:after,
.popover.bottom > .arrow:after,
.popover.right > .arrow:after,
.popover.left > .arrow:after {
    border-top-color: #c9302c;
}

.inline {
    display: inline !important;
}

select, input, input[type="checkbox"], input[type="radio"], input[type="file"], textarea {
    border: 1px solid #ccc;
}

    option:focus, select:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="file"]:focus, input[type="button"]:focus, button:focus, input:focus, textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.popover-content .field-validation-error {
    color: white;
}

.validation-icon {
    margin: auto;
    top: 0;
    bottom: 0;
    color: red;
    float: right;
}

input.combobox-input-prop[type=text][data-content]:not([data-content=""]) {
    background-color: #ffdddd;
    border: 1px solid red;
}

.realcombo-italic {
    font-style: italic;
}

.item-ddl-obsoleto {
    font-style: italic !important;
    opacity: 0.5;
}

.collapse-table {
    position: absolute;
    z-index: 1;
    border: 1px solid darkgray;
}

    .collapse-table > div {
        margin-bottom: 0px;
    }

div.row.margin-0 {
    margin-left: 0px;
    margin-right: 0px;
}

span.highlight {
    background: #ffd800;
}

/* TBL-COLOR  */
.tbl-color th.yellow-cell {
    background-color: burlywood;
    color: white;
}

.tbl-color th.green-cell {
    background-color: mediumseagreen;
    color: white;
}

.tbl-color th.blue-cell {
    background-color: lightskyblue;
    color: white;
}

.tbl-color > tbody:nth-of-type(odd) .yellow-cell {
    background-color: burlywood;
}

.tbl-color > tbody:nth-of-type(even) .yellow-cell {
    background-color: bisque;
}

.tbl-color > tbody:nth-of-type(odd) .green-cell {
    background-color: mediumseagreen;
}

.tbl-color > tbody:nth-of-type(even) .green-cell {
    background-color: lightgreen;
}

.tbl-color > tbody:nth-of-type(odd) .blue-cell {
    background-color: lightskyblue;
}

.tbl-color > tbody:nth-of-type(even) .blue-cell {
    background-color: lightblue;
}

/*#dettaglio-documento > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}*/

table.table-bordered th {
    border: 2px solid darkgray !important;
}

table.table-bordered td {
    border: 2px solid #ccc !important;
}

.div-no-results {
    text-align: center;
    color: red;
    font-weight: bold;
    padding: 15px !important;
    font-size: unset !important;
    margin-bottom: 0px;
}

#btn-filter {
    margin-right: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');

/* Toggle Styles */

#LayoutBody {
    padding-left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content {
    width: 100%;
    position: relative;
    margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #37474F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

    #sidebar header {
        background-color: #263238;
        font-size: 20px;
        /*line-height: 52px;*/
        text-align: center;
    }

        #sidebar header a {
            color: #fff;
            display: block;
            text-decoration: none;
        }

            #sidebar header a:hover:not(.active) {
                color: #fff;
            }

    #sidebar .nav {
    }

        #sidebar .nav a:not(.active) {
            background: none;
            border-bottom: 1px solid #455A64;
            color: #CFD8DC;
            padding: 16px 24px;
        }

        #sidebar .nav a {
            padding: 16px 24px;
        }

            #sidebar .nav a:hover:not(.active) {
                background: none;
                color: #ECEFF1;
            }

            #sidebar .nav a i {
                margin-right: 16px;
            }

    #sidebar li a {
        font-size: 16px !important;
    }

.menu-item .active {
    background-color: turquoise;
    color: black;
    border-right: 5px solid #37474F; /* aliceblue  turquoise */
    padding-left: 25px;
}

    .menu-item .active:hover {
        background-color: turquoise;
        color: black;
        border-right: 5px solid #37474F; /* aliceblue  turquoise */
        padding-left: 25px;
    }




.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Scuro";
        padding-left: 10px;
        background-color: black;
        color: white;
    }

    .onoffswitch-inner:after {
        content: "Chiaro";
        padding-right: 10px;
        background-color: white;
        color: black;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#link-home:hover {
    text-decoration: none;
}

input[type="text"]#Username {
    background-color: white;
}


.real-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

div.tab-pane{
    padding-bottom:10px;
}
div.tab-content{
    margin-bottom: 10px;
}
#progetto-details .tab-pane {
    min-height: 500px;
}

/* TABELLA */

/*
    .spanBordered:not(:empty) {
*/


#tblCostiRicavi td {
    text-align: right;
}

.spanBordered:not(:empty) {
    border: 1px solid !important;
    border-color: #ccc !important;
    /*text-align: left; */ /* ex: center */
    padding-left: 10px;
    padding-right: 10px;
}

.fieldsetBordered {
    border: 1px solid;
    border-color: silver;
}

th {
    padding: 0px !important;
    padding-bottom: 2px !important;
    background-color: lightgray; /*#337ab7;*/
    border-bottom: 2px solid white !important;
    text-align: center;
}

    th > button {
        float: left;
        margin-left: 8px !important;
    }

    th > a.btn {
        float: left;
        margin-left: 8px !important;
    }

.th-border-normal {
    border-bottom: 2px solid #ddd !important;
}

td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
    /*border: 2px solid #ccc !important;*/
}

#tblCastelletto th {
    text-align: center;
}

#tblCastelletto td {
    /*line-height: 12px;*/
    text-align: right;
}


.tdDescrizione {
    overflow-y: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    height: 23px;
    word-break: break-all;
    vertical-align: middle;
    min-width: 100px;
}

.col {
    float: left;
    display: block;
    position: relative;
    padding: 5px;
}

.th {
    font-weight: bold;
}

.tr {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.width-1 {
    width: 1%;
}

.width-2 {
    width: 2%;
}

.width-3 {
    width: 3%;
}

.width-4 {
    width: 4%;
}

.width-5 {
    width: 5%;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-8 {
    width: 8%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-11 {
    width: 11%;
}

.width-12 {
    width: 12%;
}

.width-13 {
    width: 13%;
}

.width-14 {
    width: 14%;
}

.width-15 {
    width: 15%;
}

.width-16 {
    width: 16%;
}

.width-17 {
    width: 17%;
}

.width-18 {
    width: 18%;
}

.width-20 {
    width: 20%;
}

.width-22 {
    width: 22%;
}

.width-24 {
    width: 24%;
}

.width-25 {
    width: 25%;
}

.width-28 {
    width: 28%;
}

.width-30 {
    width: 30%;
}

.width-32 {
    width: 32%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.divFixWidth {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
/* FINE TABELLA */

body, h1, h2, h3, h4, p, label, select, input, a {
    font-family: 'Open Sans', sans-serif !important;
}

#header {
    position: fixed;
    height: 40px;
    width: 100%;
    z-index: 99;
}

#bg {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg.jpg");
    width: 100%;
    height: 100%;
}

/*
#bg-home {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    opacity: 0.8;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg_home.jpg");
    width: 100%;
    height: 100%;
}
*/

#bg-home {
    background: url("img/bg_home.jpg") -25px -50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 75px);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

#menu-home {
    background: rgba(52, 51, 51, 0.6);
    height: 5rem;
    box-shadow: 0px 0px 3px #333;
    z-index: 9999;
    border: 0px;
}

    #menu-home a {
        color: white !important;
    }

#loginPopup .modal-dialog {
    margin-top: 6em;
}

#loginPopup .modal-content {
    text-align: center;
    background: rgba(999, 999, 999, 0.6);
    overflow: hidden;
}

#loginPopup .modal-header {
    /*background: rgba(999, 999, 999, 0.8);*/
}

#loginPopup h4 {
    font-size: 30px;
}

#loginPopup label {
    font-size: 18px;
}

#loginPopup .modal-content input {
    text-align: center;
}

#logo-login {
    width: 90px;
    /*background: white;
    border: 2px solid #ddd;
    border-radius: 50px;*/
    padding: 2px;
}

#distance-from-menu {
    margin-top: 57px;
}

#list-action-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}

.list-action-container {
    padding: 10px; /*20px;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 7px; /*15px;*/
    margin-bottom: 15px; /*30px;*/
    /*background: #f0f0f0;*/
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-action-container-small {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}


.padding-0 {
    padding: 0 !important;
}

.padding-1 .col {
    padding-top: 1px;
    padding-bottom: 1px;
}


#select-lsit-tipo-tabella-base {
    padding: 20px;
}

    #select-lsit-tipo-tabella-base label {
        float: left;
        line-height: 34px;
        margin-right: 10px;
        font-size: 16px;
    }

.tr-head {
    border-bottom: 2px solid #ddd;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width:767px) {
    #menu-home .navbar-collapse {
        background: rgba(52, 51, 51, 0.6);
    }
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#loading-img {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 99999;
    margin-top: 60px;
    display: none;
}

#flag-tipo-container input {
    margin-right: 15px;
}

.display-input {
    /*min-width: 50px;*/
    display: inline-block;
    margin-right: 30px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: middle;
}

.contents {
    display: contents !important;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    border: 0;
    width: auto;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.tab-pane {
    padding: 20px;
}

.flg-container input {
    margin-right: 10px;
}

.flg-container label {
    margin-right: 0px !important;
}

label input, label select {
    font-weight: normal !important;
    font: normal !important;
}

.input-full-size input {
    width: 100% !important;
}

.title {
    font-weight: 700;
}

.dxgvHeader_Moderno td {
    font-weight: 700;
}

.dxeButtonEdit_Moderno td.dxic {
    padding: 0px 0px 0px 0px !important;
}

.dxgvControl_Moderno, .dxgvDisabled_Moderno {
    font-family: 'Open Sans', sans-serif !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default {
    background: #37474F;
    border-color: #2e6da4;
    box-shadow: 0px 0px 3px #333;
    border: 0px;
}

    .navbar-default a {
        color: white !important;
        font-size: 16px;
    }

.navbar {
    border-radius: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #37474F;
}

.dropdown-menu {
    background: rgba(51,122,183,0.9); /*#37474F*/
    border-color: #2e6da4;
}

#user .dropdown-menu {
    background: #37474F; /*#37474F*/
    border-color: #2e6da4;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #2e6da4;
}

.navbar-brand {
    padding: 5px;
}

    .navbar-brand img {
        height: 100%;
    }

.nav-tabs .active a {
    border-color: #D1D1D1 !important;
    border-bottom: 1px solid white !important;
}

.nav-tabs {
    border-bottom: 1px solid #D1D1D1 !important;
}

.tab-content {
    border: 1px solid #D1D1D1 !important;
    border-top: 0px !important;
}

#anagrafica-details .tab-content {
    margin-bottom: 2em;
}

#dropdownMenuUtente {
    height: 50px;
}

#user {
    cursor: pointer;
}

.custom_jumbotron {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_home {
    /*padding-top: 5px;
    padding-bottom: 7.5px;*/
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_notifiche {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #eee;
    min-width: 270px;
}

.block-grey-opacity2 {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.block-grey-opacity {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .block-grey-opacity:hover {
        box-shadow: 0 5px 15px rgba(51,122,183,0.5);
        color: #2e6da4;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -kthtml-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

@media (min-width: 1200px) {
    .modal-xlg {
        width: 1170px;
    }
}

#footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 200px);
    color: rgba(999, 999, 999, 1);
    background: #37474F;
}

#footer-info-current-azienda {
    padding: 10px;
    /*float: right;*/
    width: 100%;
}

#distance-from-footer {
    margin-bottom: 5em;
}

.hidden {
    display: none;
}

#documento-container {
    position: relative;
    width: 100%;
    height: auto;
    /*background-image: url("/content/img/form_sheetbg.png");*/
    background-repeat: repeat;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 0px solid #ddd;
}

#anagrafica-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

.logo {
    /*background-image: url("/content/img/logo_quadrato.png");*/
    height: 40px !important;
}

.dettaglio-inner-tr {
    border: 1px solid #D1D1D1;
}

.dxgv {
    /*font-size: 10px !important;*/
    padding: 2px !important;
    /*text-align: center !important;*/
}

.dxgvHeader_Moderno {
    /*font-size: 10px !important;*/
    /*text-align: center !important;*/
    padding: 2px !important;
}

.dxWeb_edtCheckBoxUnchecked_Moderno {
    width: 15px;
    height: 15px;
}

.dxbButton_Moderno {
    font-size: 10px !important;
}

#gvTipoServizio_DXMainTable .dxgvHeader_Moderno, #gvTipoServizio_DXMainTable .dxgv {
    text-align: left !important;
}

#tabella-uplad-allegato td, #tabella-uplad-allegato th {
    padding-right: 5px;
}

a.glyphicon::first-letter {
    font-family: 'Glyphicons Halflings' !important;
}

a.glyphicon {
    font-family: 'Open Sans', sans-serif !important;
}

/*.list-action-container button {
    padding-bottom: 9px;
}*/

.btn-primary-inverse {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-primary-inverse:hover {
        background: #f1f1f1 !important;
    }

.btn-empty-row a {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-empty-row a:hover {
        background: #f1f1f1 !important;
    }

.btn-primary a {
    color: #FFFFFF;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.container {
    width: 100%;
}

.row {
    /*
    margin-right: 0px;  bootstrap's rows margins aren't to be removed. SF
    margin-left: 0px;*/
}

input[type=datetime] {
    width: 84px;
    text-align: left;
}

.alert-dismissible {
    padding-right: 15px;
}

.table-striped > div:nth-of-type(odd):not(.bg-danger):not(.bg-success), table.table-striped > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > a:nth-of-type(odd) > div, table.table-striped > a > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > div.bg-danger:nth-of-type(odd), table.table-striped > tbody > tr.bg-danger:nth-of-type(odd) > td {
    background-color: #ffcccc !important; /*#f0f0f0;*/
}

.table-striped > div.bg-success:nth-of-type(odd), table.table-striped > tbody > tr.bg-success:nth-of-type(odd) > td {
    background-color: #c2e2b6 !important; /*#f0f0f0;*/
}

a.list-link {
    color: black;
}

ul.dropdown-menu hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.text-box.single-line {
    border: 1px solid #AAAAAA;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
}

select {
    padding: 1px 0px 2px 0px;
}

.dxeButtonEdit_Moderno {
    border: 1px solid #AAAAAA;
}

.label-as-badge {
    border-radius: 1em;
}

.table-link {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

    .table-link:hover {
        background-color: rgba(51,122,183,0.9) !important;
        cursor: pointer;
        color: white;
    }

.rowSelected {
    background-color: lightgreen !important; /*rgba(51,122,183,0.9) */
}

.box-bordered {
    border-style: solid;
    border-color: #d9534f;
    border-left-width: 2px;
}

.field-validation-error {
    color: #a94442;
}

input[name=Quantita], input[name=Prezzo], input[name=Sconto], input[name=IvaSulPrezzoFinale], input[name=Imponibile], input[name=Costo], input[name=ImponibilePassivo], input[name=IvaSulPrezzoFinalePassivo], input[name=Ra], input[name=Provvigione] {
    text-align: right;
}

.input-validation-error {
    background-color: #ffdddd !important;
    border: 1px solid red;
}

.tr-head, div.row.tr-head {
    background-color: powderblue !important; /* paleturquoise, powderblue, lightblue */
}

.border-r-white {
    border-right: 1px solid #fff;
}

.customButtonDX {
    background-image: url('../content/img/send_mail_icon.png');
    background-repeat: no-repeat;
}

.left-icon {
    position: relative;
    display: inline-block;
}

    .left-icon label {
        vertical-align: sub;
    }

    .left-icon input {
        padding-left: 30px;
        margin-right: 8px;
    }

    .left-icon select {
        margin-right: 8px;
    }

    .left-icon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
        color: darkgrey;
    }

.btn-area {
    margin-right: 15px;
}

span > .form-control {
    height: 26px;
}

.testata-doc .row {
    margin-bottom: 5px;
}

span.form-control {
    padding-top: 3px;
    height: 26px;
}

textarea.form-control {
    padding: 3px 12px;
}

/* since row margins came back to bootstrap's -15px margins, we add 15px here to compensate for that loss */
.testata-details {
    padding-right: 15px;
    padding-left: 15px;
}



    .testata-details .spanBordered:not(:empty) {
        /*display: block;
width: 100%;*/
        height: 26px;
        padding: 6px 12px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        padding-top: 3px;
        /*max-width: 350px;*/
        overflow-x: hidden;
        overflow-y: hidden;
        word-break: break-all;
    }

    .testata-details .row {
        /* margin-bottom: 5px; */
    }

.row > .form-group {
    margin-bottom: 5px;
}

.doc-header .spanBordered:not(:empty) {
    /*display: block;
    width: 100%;*/
    display: inline-block;
    height: 26px;
    padding: 6px 12px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-top: 3px;
    /*max-width: 350px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    word-break: break-all;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.table-striped-body > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}

    .table-striped-body > tbody:nth-of-type(odd) td.alt-striped {
        background-color: #d0f1fb;
    }

.table-striped-body > tbody:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped tr:nth-of-type(odd) td.alt-striped {
    background-color: #d0f1fb;
}

.table-striped tr:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped-body > tbody:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped-body > tbody:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}

.table-striped tr:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped tr:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}



.filter-area {
    border: 1px solid;
    border-color: lightgrey;
    background-color: #FFFFCC;
}


/* NUOVE CLASSI DA RIVISITAZIONE INTERFACCIA CAMPI */

.top-fieldset {
    border: 0px;
    border: 1px solid #ddd;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    /*min-height: 150px;*/
}

.top-legend {
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 1px; /* ex 15 */
    margin-bottom: -8px;
    font-weight: bold;
    /*border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;*/
    padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
    color: #337ab7; /*#2e6da4; */
}


.top-label {
    color: #666;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 6px;
    margin-left: 5px;
    /* margin-top: 3px; */
}

/* always extends attachments box and borders it */
.allegati-prop {
    min-height: 134px;
    height: 134px;
    border: 1px solid #cccccc;
    padding-right: 1px;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 5px;
    margin-right: -5px;
}


    .allegati-prop > .table-responsive {
        height: 100%;
    }


.btn-add-allegati {
    float: left;
    padding: 5px 10px;
    margin: 5px 8px 5px 8px;
}


.description-prop {
    width: 100%;
}

.textfield-prop {
    width: 100% !important;
    height: 26px; /* apply standard height: sometimes empty fields collapse vertically */
}


.textarea-prop {
    margin-left: 5px;
    margin-right: -5px;
}


.dropdown-prop {
    width: 100%;
    height: 26px;
    padding: 0px;
}


.datapicker-prop {
    width: 100% !important;
    height: 26px;
}

.document-prop {
    width: 90%;
}



.combobox-prop {
    width: 100%;
    height: 26px;
}

.combobox-input-prop {
    width: calc(100% - 25px);
    padding-left: 4px;
    height: 26px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.combobox.allegati-prop {
    width: 100%;
}


.checkbox-prop {
    margin-top: 12px !important;
    display: initial;
    margin-right: -8px;
    margin-left: 20px;
    cursor: default;
}

/* properly vertically aligns label with left square for checkboxes */
.checkbox-inline > label {
    display: inline;
}

/* forms.less: 257 puts a hand cursor aorund checkboxes, that for us isn't both used and doesnt shows up correctly (only on borders around label); removing it */
.checkbox-inline {
    cursor: default;
}


.colorselect-field-prop {
    width: calc(100% - 45px) !important;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.colorselect-box-prop {
    width: 30px;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* spaziatura tra le checkbox */
.checkbox-space {
    padding: 0px !important;
}


.titolo-testata {
    margin: 0px !important;
}

.btn-create {
    margin-left: 8px;
}

span.display-input input:not([type='checkbox']).form-control {
    padding-left: 3px;
    padding-right: 3px;
}


/* CSS PER IMPORTAZIONE DA MES */


.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#legenda-animazione, legenda-unita {
    border: 0px solid #333;
    margin-top: 1em;
    background: rgba(241, 241, 241, 0.8);
    border: 1px solid #f1f1f1;
    /*margin-bottom: 30px;*/
    padding-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fase-container, .linea-container {
    /* padding: 2px;*/
}

.buffer-container {
    padding: 2px;
    text-align: center;
}

.fase, .linea {
    text-align: center;
    padding-bottom: 0px;
    margin-left: 1px;
    width: 100%;
    min-height: 430px;
}

.linea {
    min-height: 250px;
    margin-top: 10px;
}

.buffer {
    background: #ede99a;
    text-align: center;
    border: 0px solid #333;
    margin: 0 auto;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#display-avanzamento > .fase:first-of-type {
    border-left: 0px solid #333;
}

.fase h3 {
    /*min-height: 2em;*/
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 0px;
}

.buffer-animazione .block {
    background: #1C9B37;
}

.fase-animazione .block {
    min-width: 140px;
}

.fase-animazione .progress-bar, .item-l-blue {
    background-color: #56ACF5;
}

.block {
    position: relative;
    margin: 5px auto;
    width: 40%;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: table;
}

.unita-in-tempo {
    border: 2px solid rgb(0, 128, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: white;
}

.unita-ritardo-fase {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(225, 0, 0) !important;
    color: #FFF;
}

.unita-ritardo-totale {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: #FFF;
}

.unita-versata {
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
    color: #FFF;
}

.unita-da-produrre {
    border: 1px solid whitesmoke !important;
    background: whitesmoke !important;
}

.item-l {
    width: 30px;
    height: 15px;
    margin-left: 0px;
    margin-top: 2px;
}

.item-l-border-red {
    background: green;
    border: 2px solid red;
}

.item-l-blue {
    background: #56ACF5;
    border: 2px solid #56ACF5;
}

.buffer-animazione {
    min-height: 210px;
    margin-left: 20px;
    margin-top: -230px;
    background: #f1f1f1;
    border: 1px solid lightgreen;
    width: 50%;
}

    .buffer-animazione h3 {
        margin: 3px 0px 0px 0px;
        text-align: center;
    }

    .buffer-animazione .block {
        width: 100%;
        text-align: center;
        margin: 3px 0px 0px 0px;
    }

.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-edit-dettaglio {
    margin-right: 3px;
}

.voce-menu {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

/*.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em; /*1.5em*/
}

*/

.glyphicon.glyphicon-one-fine-dot {
    margin-bottom: -.8em;
    overflow: hidden;
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em;
}

.circle {
    background: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.doc-change-div {
    float: right;
    padding: 5px;
}

.span-titolo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60ch;
    font-size: 65%;
    display: inline-block;
    vertical-align: bottom;
    height: 22px;
}


input.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.tab-pane {
    padding-top: 10px;
    padding-bottom: 0px;
}

.pager {
    margin-top: 10px;
    margin-bottom: 10px;
}

#dettaglio-documento {
    margin-bottom: 0px;
}

#notifica td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.a-white {
    color: white !important;
    cursor: pointer;
}

.tab-color {
    color: red !important;
}

/*li[role=presentation]:not(.active) a{
    color: aqua;
}*/


.realcombo-red {
    color: red;
}

input[data-class="realcombo-red"] {
    color: red;
}

.truncate-link {
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
    white-space: nowrap;
}

.font-xs {
    font-size: 11px;
}

table.font-xs td {
    font-size: 11px;
}

div.row.font-xs > div {
    font-size: 11px;
}

.tab-label {
    font-weight: bold;
}

    .tab-label:not(.active) {
        color: #007bff
    }

.input-translate {
    width: calc(100% - 25px) !important;
}

    .input-translate + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

    .input-translate + .popover + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

.popover.top > .arrow:after,
.popover.bottom > .arrow:after,
.popover.right > .arrow:after,
.popover.left > .arrow:after {
    border-top-color: #c9302c;
}

.inline {
    display: inline !important;
}

select, input, input[type="checkbox"], input[type="radio"], input[type="file"], textarea {
    border: 1px solid #ccc;
}

    option:focus, select:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="file"]:focus, input[type="button"]:focus, button:focus, input:focus, textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.popover-content .field-validation-error {
    color: white;
}

.validation-icon {
    margin: auto;
    top: 0;
    bottom: 0;
    color: red;
    float: right;
}

input.combobox-input-prop[type=text][data-content]:not([data-content=""]) {
    background-color: #ffdddd;
    border: 1px solid red;
}

.realcombo-italic {
    font-style: italic;
}

.item-ddl-obsoleto {
    font-style: italic !important;
    opacity: 0.5;
}

.collapse-table {
    position: absolute;
    z-index: 1;
    border: 1px solid darkgray;
}

    .collapse-table > div {
        margin-bottom: 0px;
    }

div.row.margin-0 {
    margin-left: 0px;
    margin-right: 0px;
}

span.highlight {
    background: #ffd800;
}

/* TBL-COLOR  */
.tbl-color th.yellow-cell {
    background-color: burlywood;
    color: white;
}

.tbl-color th.green-cell {
    background-color: mediumseagreen;
    color: white;
}

.tbl-color th.blue-cell {
    background-color: lightskyblue;
    color: white;
}

.tbl-color > tbody:nth-of-type(odd) .yellow-cell {
    background-color: burlywood;
}

.tbl-color > tbody:nth-of-type(even) .yellow-cell {
    background-color: bisque;
}

.tbl-color > tbody:nth-of-type(odd) .green-cell {
    background-color: mediumseagreen;
}

.tbl-color > tbody:nth-of-type(even) .green-cell {
    background-color: lightgreen;
}

.tbl-color > tbody:nth-of-type(odd) .blue-cell {
    background-color: lightskyblue;
}

.tbl-color > tbody:nth-of-type(even) .blue-cell {
    background-color: lightblue;
}

/*#dettaglio-documento > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}*/

table.table-bordered th {
    border: 2px solid darkgray !important;
}

table.table-bordered td {
    border: 2px solid #ccc !important;
}

.div-no-results {
    text-align: center;
    color: red;
    font-weight: bold;
    padding: 15px !important;
    font-size: unset !important;
    margin-bottom: 0px;
}

#btn-filter {
    margin-right: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');

/* Toggle Styles */

#LayoutBody {
    padding-left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content {
    width: 100%;
    position: relative;
    margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    /*overflow-y: auto;*/
    background: #37474F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    overflow: visible;
}

    #sidebar header {
        background-color: #263238;
        font-size: 20px;
        /*line-height: 52px;*/
        text-align: center;
    }

        #sidebar header a {
            color: #fff;
            display: block;
            text-decoration: none;
        }

            #sidebar header a:hover:not(.active) {
                color: #fff;
            }

    #sidebar .nav {
    }

        #sidebar .nav a:not(.active) {
            background: none;
            border-bottom: 1px solid #455A64;
            color: #CFD8DC;
            padding: 16px 24px;
        }

        #sidebar .nav a {
            padding: 16px 24px;
        }

            #sidebar .nav a:hover:not(.active) {
                background: none;
                color: #ECEFF1;
            }

            #sidebar .nav a i {
                margin-right: 16px;
            }

    #sidebar li a {
        font-size: 16px !important;
    }

.menu-item .active {
    background-color: turquoise;
    color: black;
    border-right: 5px solid #37474F; /* aliceblue  turquoise */
    padding-left: 25px;
}

    .menu-item .active:hover {
        background-color: turquoise;
        color: black;
        border-right: 5px solid #37474F; /* aliceblue  turquoise */
        padding-left: 25px;
    }




.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Scuro";
        padding-left: 10px;
        background-color: black;
        color: white;
    }

    .onoffswitch-inner:after {
        content: "Chiaro";
        padding-right: 10px;
        background-color: white;
        color: black;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#link-home:hover {
    text-decoration: none;
}

input[type="text"]#Username {
    background-color: white;
}


.real-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

div.tab-pane{
    padding-bottom:10px;
}
div.tab-content{
    margin-bottom: 10px;
}
#progetto-details .tab-pane {
    min-height: 500px;
}

/* TABELLA */

/*
    .spanBordered:not(:empty) {
*/


#tblCostiRicavi td {
    text-align: right;
}

.spanBordered:not(:empty) {
    border: 1px solid !important;
    border-color: #ccc !important;
    /*text-align: left; */ /* ex: center */
    padding-left: 10px;
    padding-right: 10px;
}

.fieldsetBordered {
    border: 1px solid;
    border-color: silver;
}

th {
    padding: 0px !important;
    padding-bottom: 2px !important;
    background-color: lightgray; /*#337ab7;*/
    border-bottom: 2px solid white !important;
    text-align: center;
}

    th > button {
        float: left;
        margin-left: 8px !important;
    }

    th > a.btn {
        float: left;
        margin-left: 8px !important;
    }

.th-border-normal {
    border-bottom: 2px solid #ddd !important;
}

td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    vertical-align: middle !important;
    /*border: 2px solid #ccc !important;*/
}

#tblCastelletto th {
    text-align: center;
}

#tblCastelletto td {
    /*line-height: 12px;*/
    text-align: right;
}


.tdDescrizione {
    overflow-y: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    height: 23px;
    word-break: break-all;
    vertical-align: middle;
    min-width: 100px;
}

.col {
    float: left;
    display: block;
    position: relative;
    padding: 5px;
}

.th {
    font-weight: bold;
}

.tr {
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.width-1 {
    width: 1%;
}

.width-2 {
    width: 2%;
}

.width-3 {
    width: 3%;
}

.width-4 {
    width: 4%;
}

.width-5 {
    width: 5%;
}

.width-6 {
    width: 6%;
}

.width-7 {
    width: 7%;
}

.width-8 {
    width: 8%;
}

.width-9 {
    width: 9%;
}

.width-10 {
    width: 10%;
}

.width-11 {
    width: 11%;
}

.width-12 {
    width: 12%;
}

.width-13 {
    width: 13%;
}

.width-14 {
    width: 14%;
}

.width-15 {
    width: 15%;
}

.width-16 {
    width: 16%;
}

.width-17 {
    width: 17%;
}

.width-18 {
    width: 18%;
}

.width-20 {
    width: 20%;
}
.width-21 {
    width: 21%;
}
.width-22 {
    width: 22%;
}
.width-23 {
    width: 23%;
}
.width-24 {
    width: 24%;
}

.width-25 {
    width: 25%;
}

.width-28 {
    width: 28%;
}

.width-30 {
    width: 30%;
}

.width-32 {
    width: 32%;
}

.width-33 {
    width: 33%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-45 {
    width: 45%;
}

.width-50 {
    width: 50%;
}

.width-55 {
    width: 55%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-95 {
    width: 95%;
}

.width-100 {
    width: 100%;
}

.divFixWidth {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
/* FINE TABELLA */

body, h1, h2, h3, h4, p, label, select, input, a {
    font-family: 'Open Sans', sans-serif !important;
}

#header {
    position: fixed;
    height: 40px;
    width: 100%;
    z-index: 99;
}

#bg {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    /*opacity: 0.8;*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg.jpg");
    width: 100%;
    height: 100%;
}

/*
#bg-home {
    z-index: -1;
    top: 0 !important;
    text-align: center;
    position: fixed;
    opacity: 0.8;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("img/bg_home.jpg");
    width: 100%;
    height: 100%;
}
*/

#bg-home {
    background: url("img/bg_home.jpg") -25px -50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    height: calc(100% + 75px);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}

#menu-home {
    background: rgba(52, 51, 51, 0.6);
    height: 5rem;
    box-shadow: 0px 0px 3px #333;
    z-index: 9999;
    border: 0px;
}

    #menu-home a {
        color: white !important;
    }

#loginPopup .modal-dialog {
    margin-top: 6em;
}

#loginPopup .modal-content {
    text-align: center;
    background: rgba(999, 999, 999, 0.6);
    overflow: hidden;
}

#loginPopup .modal-header {
    /*background: rgba(999, 999, 999, 0.8);*/
}

#loginPopup h4 {
    font-size: 30px;
}

#loginPopup label {
    font-size: 18px;
}

#loginPopup .modal-content input {
    text-align: center;
}

#logo-login {
    width: 90px;
    /*background: white;
    border: 2px solid #ddd;
    border-radius: 50px;*/
    padding: 2px;
}

#distance-from-menu {
    margin-top: 57px;
}

#list-action-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}

.list-action-container {
    padding: 10px; /*20px;*/
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 7px; /*15px;*/
    margin-bottom: 15px; /*30px;*/
    /*background: #f0f0f0;*/
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.list-action-container-small {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 30px;
    /*background: #f0f0f0;*/
}


.padding-0 {
    padding: 0 !important;
}

.padding-1 .col {
    padding-top: 1px;
    padding-bottom: 1px;
}


#select-lsit-tipo-tabella-base {
    padding: 20px;
}

    #select-lsit-tipo-tabella-base label {
        float: left;
        line-height: 34px;
        margin-right: 10px;
        font-size: 16px;
    }

.tr-head {
    border-bottom: 2px solid #ddd;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width:767px) {
    #menu-home .navbar-collapse {
        background: rgba(52, 51, 51, 0.6);
    }
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

#loading-img {
    position: fixed;
    width: auto;
    height: auto;
    z-index: 99999;
    margin-top: 60px;
    display: none;
}

#flag-tipo-container input {
    margin-right: 15px;
}

.display-input {
    /*min-width: 50px;*/
    display: inline-block;
    margin-right: 30px;
    margin-left: 5px;
    font-weight: normal;
    vertical-align: middle;
}

.contents {
    display: contents !important;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    border: 0;
    width: auto;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: bold;
}

.tab-pane {
    padding: 20px;
}

.flg-container input {
    margin-right: 10px;
}

.flg-container label {
    margin-right: 0px !important;
}

label input, label select {
    font-weight: normal !important;
    font: normal !important;
}

.input-full-size input {
    width: 100% !important;
}

.title {
    font-weight: 700;
}

.dxgvHeader_Moderno td {
    font-weight: 700;
}

.dxeButtonEdit_Moderno td.dxic {
    padding: 0px 0px 0px 0px !important;
}

.dxgvControl_Moderno, .dxgvDisabled_Moderno {
    font-family: 'Open Sans', sans-serif !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-default {
    background: #37474F;
    border-color: #2e6da4;
    box-shadow: 0px 0px 3px #333;
    border: 0px;
}

    .navbar-default a {
        color: white !important;
        font-size: 16px;
    }

.navbar {
    border-radius: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #37474F;
}

.dropdown-menu {
    background: rgba(51,122,183,0.9); /*#37474F*/
    border-color: #2e6da4;
}

#user .dropdown-menu {
    background: #37474F; /*#37474F*/
    border-color: #2e6da4;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #2e6da4;
}

.navbar-brand {
    padding: 5px;
}

    .navbar-brand img {
        height: 100%;
    }

.nav-tabs .active a {
    border-color: #D1D1D1 !important;
    border-bottom: 1px solid white !important;
}

.nav-tabs {
    border-bottom: 1px solid #D1D1D1 !important;
}

.tab-content {
    border: 1px solid #D1D1D1 !important;
    border-top: 0px !important;
}

#anagrafica-details .tab-content {
    margin-bottom: 2em;
}

#dropdownMenuUtente {
    height: 50px;
}

#user {
    cursor: pointer;
}

.custom_jumbotron {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_home {
    /*padding-top: 5px;
    padding-bottom: 7.5px;*/
    padding-left: 15px;
    margin-bottom: 15px;
    color: inherit;
    background-color: #eee;
}

.custom_jumbotron_notifiche {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #eee;
    min-width: 270px;
}

.block-grey-opacity2 {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.block-grey-opacity {
    background: rgba(999, 999, 999, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

    .block-grey-opacity:hover {
        box-shadow: 0 5px 15px rgba(51,122,183,0.5);
        color: #2e6da4;
        -webkit-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -kthtml-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

@media (min-width: 1200px) {
    .modal-xlg {
        width: 1170px;
    }
}

#footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 200px);
    color: rgba(999, 999, 999, 1);
    background: #37474F;
}

#footer-info-current-azienda {
    padding: 10px;
    /*float: right;*/
    width: 100%;
}

#distance-from-footer {
    margin-bottom: 5em;
}

.hidden {
    display: none;
}

#documento-container {
    position: relative;
    width: 100%;
    height: auto;
    /*background-image: url("/content/img/form_sheetbg.png");*/
    background-repeat: repeat;
    padding-top: 1em;
    padding-bottom: 1em;
    border: 0px solid #ddd;
}

#anagrafica-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

.logo {
    /*background-image: url("/content/img/logo_quadrato.png");*/
    height: 40px !important;
}

.dettaglio-inner-tr {
    border: 1px solid #D1D1D1;
}

.dxgv {
    /*font-size: 10px !important;*/
    padding: 2px !important;
    /*text-align: center !important;*/
}

.dxgvHeader_Moderno {
    /*font-size: 10px !important;*/
    /*text-align: center !important;*/
    padding: 2px !important;
}

.dxWeb_edtCheckBoxUnchecked_Moderno {
    width: 15px;
    height: 15px;
}

.dxbButton_Moderno {
    font-size: 10px !important;
}

#gvTipoServizio_DXMainTable .dxgvHeader_Moderno, #gvTipoServizio_DXMainTable .dxgv {
    text-align: left !important;
}

#tabella-uplad-allegato td, #tabella-uplad-allegato th {
    padding-right: 5px;
}

a.glyphicon::first-letter {
    font-family: 'Glyphicons Halflings' !important;
}

a.glyphicon {
    font-family: 'Open Sans', sans-serif !important;
}

/*.list-action-container button {
    padding-bottom: 9px;
}*/

.btn-primary-inverse {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-primary-inverse:hover {
        background: #f1f1f1 !important;
    }

.btn-empty-row a {
    color: #337ab7 !important;
    background: #fff !important;
    border: 1px solid #337ab7 !important;
    padding: 1px 5px !important;
    font-size: 10px !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

    .btn-empty-row a:hover {
        background: #f1f1f1 !important;
    }

.btn-primary a {
    color: #FFFFFF;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.container {
    width: 100%;
}

.row {
    /*
    margin-right: 0px;  bootstrap's rows margins aren't to be removed. SF
    margin-left: 0px;*/
}

input[type=datetime] {
    width: 84px;
    text-align: left;
}

.alert-dismissible {
    padding-right: 15px;
}

.table-striped > div:nth-of-type(odd):not(.bg-danger):not(.bg-success), table.table-striped > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > a:nth-of-type(odd) > div, table.table-striped > a > tr > td:nth-of-type(odd) {
    background-color: #f1f1f1; /*#f0f0f0;*/
}

.table-striped > div.bg-danger:nth-of-type(odd), table.table-striped > tbody > tr.bg-danger:nth-of-type(odd) > td {
    background-color: #ffcccc !important; /*#f0f0f0;*/
}

.table-striped > div.bg-success:nth-of-type(odd), table.table-striped > tbody > tr.bg-success:nth-of-type(odd) > td {
    background-color: #c2e2b6 !important; /*#f0f0f0;*/
}

a.list-link {
    color: black;
}

ul.dropdown-menu hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.text-box.single-line {
    border: 1px solid #AAAAAA;
    padding: 2px;
    overflow: hidden;
    white-space: nowrap;
}

select {
    padding: 1px 0px 2px 0px;
}

.dxeButtonEdit_Moderno {
    border: 1px solid #AAAAAA;
}

.label-as-badge {
    border-radius: 1em;
}

.table-link {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

    .table-link:hover {
        background-color: rgba(51,122,183,0.9) !important;
        cursor: pointer;
        color: white;
    }

.rowSelected {
    background-color: lightgreen !important; /*rgba(51,122,183,0.9) */
}

.box-bordered {
    border-style: solid;
    border-color: #d9534f;
    border-left-width: 2px;
}

.field-validation-error {
    color: #a94442;
}

input[name=Quantita], input[name=Prezzo], input[name=Sconto], input[name=IvaSulPrezzoFinale], input[name=Imponibile], input[name=Costo], input[name=ImponibilePassivo], input[name=IvaSulPrezzoFinalePassivo], input[name=Ra], input[name=Provvigione] {
    text-align: right;
}

.input-validation-error {
    background-color: #ffdddd !important;
    border: 1px solid red;
}

.tr-head, div.row.tr-head {
    background-color: powderblue !important; /* paleturquoise, powderblue, lightblue */
}

.border-r-white {
    border-right: 1px solid #fff;
}

.customButtonDX {
    background-image: url('../content/img/send_mail_icon.png');
    background-repeat: no-repeat;
}

.left-icon {
    position: relative;
    display: inline-block;
}

    .left-icon label {
        vertical-align: sub;
    }

    .left-icon input {
        padding-left: 30px;
        margin-right: 8px;
    }

    .left-icon select {
        margin-right: 8px;
    }

    .left-icon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
        color: darkgrey;
    }

.btn-area {
    margin-right: 15px;
}

span > .form-control {
    height: 26px;
}

.testata-doc .row {
    margin-bottom: 5px;
}

span.form-control {
    padding-top: 3px;
    height: 26px;
}

textarea.form-control {
    padding: 3px 12px;
}

/* since row margins came back to bootstrap's -15px margins, we add 15px here to compensate for that loss */
.testata-details {
    padding-right: 15px;
    padding-left: 15px;
}



    .testata-details .spanBordered:not(:empty) {
        /*display: block;
width: 100%;*/
        height: 26px;
        padding: 6px 12px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        padding-top: 3px;
        /*max-width: 350px;*/
        overflow-x: hidden;
        overflow-y: hidden;
        word-break: break-all;
    }

    .testata-details .row {
        /* margin-bottom: 5px; */
    }

.row > .form-group {
    margin-bottom: 5px;
}

.doc-header .spanBordered:not(:empty) {
    /*display: block;
    width: 100%;*/
    display: inline-block;
    height: 26px;
    padding: 6px 12px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-top: 3px;
    /*max-width: 350px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    word-break: break-all;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}

.table-striped-body > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}

    .table-striped-body > tbody:nth-of-type(odd) td.alt-striped {
        background-color: #d0f1fb;
    }

.table-striped-body > tbody:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped tr:nth-of-type(odd) td.alt-striped {
    background-color: #d0f1fb;
}

.table-striped tr:nth-of-type(even) td.alt-striped {
    background-color: #e6f3f7;
}

.table-striped-body > tbody:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped-body > tbody:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}

.table-striped tr:nth-of-type(odd) td.alt-striped.variant {
    background-color: #dff0d8;
}

.table-striped tr:nth-of-type(even) td.alt-striped.variant {
    background-color: #eef3ec;
}



.filter-area {
    border: 1px solid;
    border-color: lightgrey;
    background-color: #FFFFCC;
}


/* NUOVE CLASSI DA RIVISITAZIONE INTERFACCIA CAMPI */

.top-fieldset {
    border: 0px;
    border: 1px solid #ddd;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    /*min-height: 150px;*/
}

.top-legend {
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 1px; /* ex 15 */
    margin-bottom: -8px;
    font-weight: bold;
    /*border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;*/
    padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
    color: #337ab7; /*#2e6da4; */
}


.top-label {
    color: #666;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 6px;
    margin-left: 5px;
    /* margin-top: 3px; */
}

/* always extends attachments box and borders it */
.allegati-prop {
    min-height: 134px;
    height: 134px;
    border: 1px solid #cccccc;
    padding-right: 1px;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 5px;
    margin-right: -5px;
}


    .allegati-prop > .table-responsive {
        height: 100%;
    }


.btn-add-allegati {
    float: left;
    padding: 5px 10px;
    margin: 5px 8px 5px 8px;
}


.description-prop {
    width: 100%;
}

.textfield-prop {
    width: 100% !important;
    height: 26px; /* apply standard height: sometimes empty fields collapse vertically */
}


.textarea-prop {
    margin-left: 5px;
    margin-right: -5px;
}


.dropdown-prop {
    width: 100%;
    height: 26px;
    padding: 0px;
}


.datapicker-prop {
    width: 100% !important;
    height: 26px;
}

.document-prop {
    width: 90%;
}



.combobox-prop {
    width: 100%;
    height: 26px;
}

.combobox-input-prop {
    width: calc(100% - 25px);
    padding-left: 4px;
    height: 26px;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.combobox.allegati-prop {
    width: 100%;
}


.checkbox-prop {
    margin-top: 12px !important;
    display: initial;
    margin-right: -8px;
    margin-left: 20px;
    cursor: default;
}

/* properly vertically aligns label with left square for checkboxes */
.checkbox-inline > label {
    display: inline;
}

/* forms.less: 257 puts a hand cursor aorund checkboxes, that for us isn't both used and doesnt shows up correctly (only on borders around label); removing it */
.checkbox-inline {
    cursor: default;
}


.colorselect-field-prop {
    width: calc(100% - 45px) !important;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}


.colorselect-box-prop {
    width: 30px;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* spaziatura tra le checkbox */
.checkbox-space {
    padding: 0px !important;
}


.titolo-testata {
    margin: 0px !important;
}

.btn-create {
    margin-left: 8px;
}

span.display-input input:not([type='checkbox']).form-control {
    padding-left: 3px;
    padding-right: 3px;
}


/* CSS PER IMPORTAZIONE DA MES */


.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#legenda-animazione, legenda-unita {
    border: 0px solid #333;
    margin-top: 1em;
    background: rgba(241, 241, 241, 0.8);
    border: 1px solid #f1f1f1;
    /*margin-bottom: 30px;*/
    padding-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fase-container, .linea-container {
    /* padding: 2px;*/
}

.buffer-container {
    padding: 2px;
    text-align: center;
}

.fase, .linea {
    text-align: center;
    padding-bottom: 0px;
    margin-left: 1px;
    width: 100%;
    min-height: 430px;
}

.linea {
    min-height: 250px;
    margin-top: 10px;
}

.buffer {
    background: #ede99a;
    text-align: center;
    border: 0px solid #333;
    margin: 0 auto;
    padding-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#display-avanzamento > .fase:first-of-type {
    border-left: 0px solid #333;
}

.fase h3 {
    /*min-height: 2em;*/
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 0px;
}

.buffer-animazione .block {
    background: #1C9B37;
}

.fase-animazione .block {
    min-width: 140px;
}

.fase-animazione .progress-bar, .item-l-blue {
    background-color: #56ACF5;
}

.block {
    position: relative;
    margin: 5px auto;
    width: 40%;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    display: table;
}

.unita-in-tempo {
    border: 2px solid rgb(0, 128, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: white;
}

.unita-ritardo-fase {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(225, 0, 0) !important;
    color: #FFF;
}

.unita-ritardo-totale {
    border: 2px solid rgb(255, 0, 0) !important;
    background: rgb(0, 160, 0) !important;
    color: #FFF;
}

.unita-versata {
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
    color: #FFF;
}

.unita-da-produrre {
    border: 1px solid whitesmoke !important;
    background: whitesmoke !important;
}

.item-l {
    width: 30px;
    height: 15px;
    margin-left: 0px;
    margin-top: 2px;
}

.item-l-border-red {
    background: green;
    border: 2px solid red;
}

.item-l-blue {
    background: #56ACF5;
    border: 2px solid #56ACF5;
}

.buffer-animazione {
    min-height: 210px;
    margin-left: 20px;
    margin-top: -230px;
    background: #f1f1f1;
    border: 1px solid lightgreen;
    width: 50%;
}

    .buffer-animazione h3 {
        margin: 3px 0px 0px 0px;
        text-align: center;
    }

    .buffer-animazione .block {
        width: 100%;
        text-align: center;
        margin: 3px 0px 0px 0px;
    }

.header-green {
    position: relative;
    color: white;
    text-align: center;
    background: rgba(28, 131, 155, 1);
    margin: 0 auto;
    border-radius: 2px;
    padding: 5px;
    margin-top: 0.5em;
    margin-bottom: 0em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn-edit-dettaglio {
    margin-right: 3px;
}

.voce-menu {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

/*.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em; /*1.5em*/
}

*/

.glyphicon.glyphicon-one-fine-dot {
    margin-bottom: -.8em;
    overflow: hidden;
}

.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 2.5em;
}

.circle {
    background: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.doc-change-div {
    float: right;
    padding: 5px;
}

.span-titolo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 60ch;
    font-size: 65%;
    display: inline-block;
    vertical-align: bottom;
    height: 22px;
}


input.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    /*background-color: #fff;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.form-control-sm {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.tab-pane {
    padding-top: 10px;
    padding-bottom: 0px;
}

.pager {
    margin-top: 10px;
    margin-bottom: 10px;
}

#dettaglio-documento {
    margin-bottom: 0px;
}

#notifica td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.a-white {
    color: white !important;
    cursor: pointer;
}

.tab-color {
    color: red !important;
}

/*li[role=presentation]:not(.active) a{
    color: aqua;
}*/


.realcombo-red {
    color: red;
}

input[data-class="realcombo-red"] {
    color: red;
}

.truncate-link {
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block;
    white-space: nowrap;
}

.font-xs {
    font-size: 11px;
}

table.font-xs td {
    font-size: 11px;
}

div.row.font-xs > div {
    font-size: 11px;
}

.tab-label {
    font-weight: bold;
}

    .tab-label:not(.active) {
        color: #007bff
    }

.input-translate {
    width: calc(100% - 25px) !important;
}

    .input-translate + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

    .input-translate + .popover + .glyphicon-exclamation-sign {
        padding-right: 45px;
    }

.popover.top > .arrow:after,
.popover.bottom > .arrow:after,
.popover.right > .arrow:after,
.popover.left > .arrow:after {
    border-top-color: #c9302c;
}

.inline {
    display: inline !important;
}

select, input, input[type="checkbox"], input[type="radio"], input[type="file"], textarea {
    border: 1px solid #ccc;
}

    option:focus, select:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="file"]:focus, input[type="button"]:focus, button:focus, input:focus, textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.popover-content .field-validation-error {
    color: white;
}

.validation-icon {
    margin: auto;
    top: 0;
    bottom: 0;
    color: red;
    float: right;
}

input.combobox-input-prop[type=text][data-content]:not([data-content=""]) {
    background-color: #ffdddd;
    border: 1px solid red;
}

.realcombo-italic {
    font-style: italic;
}

.item-ddl-obsoleto {
    font-style: italic !important;
    opacity: 0.5;
}

.collapse-table {
    position: absolute;
    z-index: 1;
    border: 1px solid darkgray;
}

    .collapse-table > div {
        margin-bottom: 0px;
    }

div.row.margin-0 {
    margin-left: 0px;
    margin-right: 0px;
}

span.highlight {
    background: #ffd800;
}

/* TBL-COLOR  */
.tbl-color th.yellow-cell {
    background-color: burlywood;
    color: white;
}

.tbl-color th.green-cell {
    background-color: mediumseagreen;
    color: white;
}

.tbl-color th.blue-cell {
    background-color: lightskyblue;
    color: white;
}

.tbl-color > tbody:nth-of-type(odd) .yellow-cell {
    background-color: burlywood;
}

.tbl-color > tbody:nth-of-type(even) .yellow-cell {
    background-color: bisque;
}

.tbl-color > tbody:nth-of-type(odd) .green-cell {
    background-color: mediumseagreen;
}

.tbl-color > tbody:nth-of-type(even) .green-cell {
    background-color: lightgreen;
}

.tbl-color > tbody:nth-of-type(odd) .blue-cell {
    background-color: lightskyblue;
}

.tbl-color > tbody:nth-of-type(even) .blue-cell {
    background-color: lightblue;
}

/*#dettaglio-documento > tbody:nth-of-type(odd) {
    background-color: #f0f0f0;
}*/

table.table-bordered th {
    border: 2px solid darkgray !important;
}

table.table-bordered td {
    border: 2px solid #ccc !important;
}

.div-no-results {
    text-align: center;
    color: red;
    font-weight: bold;
    padding: 15px !important;
    font-size: unset !important;
    margin-bottom: 0px;
}

#btn-filter {
    margin-right: 15px;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500');

/* Toggle Styles */

#LayoutBody {
    padding-left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#content {
    width: 100%;
    position: relative;
    margin-right: 0;
}

/* Sidebar Styles */

#sidebar {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    /*overflow-y: auto;*/
    background: #37474F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    overflow: visible;
}

    #sidebar header {
        background-color: #263238;
        font-size: 20px;
        /*line-height: 52px;*/
        text-align: center;
    }

        #sidebar header a {
            color: #fff;
            display: block;
            text-decoration: none;
        }

            #sidebar header a:hover:not(.active) {
                color: #fff;
            }

    #sidebar .nav {
    }

        #sidebar .nav a:not(.active) {
            background: none;
            border-bottom: 1px solid #455A64;
            color: #CFD8DC;
            padding: 16px 14px;
        }

        #sidebar .nav a {
            padding: 16px 24px;
        }

            #sidebar .nav a:hover:not(.active) {
                background: none;
                color: #ECEFF1;
            }

            #sidebar .nav a i {
                margin-right: 16px;
            }

    #sidebar li a {
        font-size: 16px !important;
    }

.menu-item .active {
    background-color: turquoise;
    color: black;
    border-right: 5px solid #37474F; /* aliceblue  turquoise */
    padding-left: 25px;
}

    .menu-item .active:hover {
        background-color: turquoise;
        color: black;
        border-right: 5px solid #37474F; /* aliceblue  turquoise */
        padding-left: 25px;
    }




.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Scuro";
        padding-left: 10px;
        background-color: black;
        color: white;
    }

    .onoffswitch-inner:after {
        content: "Chiaro";
        padding-right: 10px;
        background-color: white;
        color: black;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

#link-home:hover {
    text-decoration: none;
}

input[type="text"]#Username {
    background-color: white;
}


.real-details {
    background: #FFF;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 3px 8px rgba(0,0,0,.3);
}

div.tab-pane{
    padding-bottom:10px;
}
div.tab-content{
    margin-bottom: 10px;
}
#progetto-details .tab-pane {
    min-height: 500px;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

div.Dark {
    background-color: #37474F;
}

div.Light {
    background-color: #ffffff;
}

div.NoSet {
    background-color: #ffffff;
}

body.Dark {
    background-color: #37474F;
    color: #fff !important;
    border-color: #fff !important;
}

body.Dark div.theme-element .card-header {
    /*background-color: rgba(255, 255, 255, 0.24);*/
    background: -moz-linear-gradient( top, #AAAAAA 0%, #AAAAAA 80%, #DDDDDD 92%, #EEEEEE);
    background: -webkit-gradient( linear, left top, left bottom, from(#AAAAAA), color-stop(0.80,#AAAAAA ), color-stop(0.92,#DDDDDD ), to(#EEEEEE));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*border: 1px solid #965F06;*/
    -moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
    text-shadow: -1px -1px 2px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.4);
}

    body.Dark div.theme-element .card-body {
        background: -moz-linear-gradient( top, #37474F 0%, #37474F 80%, #666b6f 92%, #818588);
        background: -webkit-gradient( linear, left top, left bottom, from(#37474F), color-stop(0.80,#37474F), color-stop(0.92,#666b6f ), to(#818588));
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        /*border: 1px solid #965F06;*/
        /*-moz-box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
-webkit-box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
box-shadow: 0px 1px 1px rgba(000,000,000,0.5), inset 1px 2px 0px rgba(255,255,255,0.4);
text-shadow: 1px 1px 2px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.4);*/
    }


body.Dark table {
    color: #fff;
    background-color: #37474F;
}

    body.Dark table.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

body.Dark a {
    color: aliceblue;
}

body.Dark .table-hover tbody tr:hover {
    color: #212529;
    background-color: #9e9e9e;
}

body.Dark .dropdown-menu {
    background-color: #6c757d !important;
}

body.Dark .tsvg1 {
    fill: #eeeeee;
}

body.Dark .lsvg1 {
    stroke: #eeeeee;
}

body.Dark .psvg1 {
    /*fill: #eeeeee;*/
    stroke: #ffffff;
}

body.Dark span.arrow-up {
    background-image: url(img/arrow-up-dark.png);
}

body.Dark span.arrow-down {
    background-image: url(img/arrow-down-dark.png);
}

body.Dark span.stable {
    background-image: url(img/stable-dark.png);
}

body.Dark span.icon-led {
    background-image: url(img/Led-dark.png);
    width: 28px;
    height: 28px;
    display: inline-block;
}

body.Dark span.icon-led-i {
    background-image: url(img/Led_I-dark.png);
    width: 28px;
    height: 28px;
    display: inline-block;
}

body.Dark span.icon-led-m {
    background-image: url(img/Led_M-dark.png);
    width: 28px;
    height: 28px;
    display: inline-block;
}

body.Dark span.icon-led-p {
    background-image: url(img/Led_P-dark.png);
    width: 28px;
    height: 28px;
    display: inline-block;
}

body.Dark span.icon-led-t {
    background-image: url(img/Led_T-dark.png);
    width: 28px;
    height: 28px;
    display: inline-block;
}


body.Dark .close {
    color: #ffffff;
}

body.Dark circle.circleLed {
    stroke: #FFFFFF;
}

body.Dark text.textLed {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

body.Dark .btn-outline-secondary {
    color: #ffffff;
    border-color: #ffffff;
}

body.Dark .btn-secondary {
    color: #37474F;
    border-color: #EEEEEE;
    background-color: #EEEEEE;
}

body.Dark .tr-head, body.Dark div.row.tr-head {
    background-color: royalblue !important;
}

body.Dark .table-striped > a:nth-of-type(odd) > div, body.Dark table.table-striped > a > tr > td:nth-of-type(odd) {
    background-color: gray; /*#f0f0f0;*/
}
body.Dark .table-striped > div.row:nth-of-type(odd) {
    background-color: gray; /*#f0f0f0;*/
}

    /*body.Dark .table-striped > a:nth-of-type(even) > div, body.Dark table.table-striped > a > tr > td:nth-of-type(even) {
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }

    body.Dark .table-striped > div.row:nth-of-type(even) {
        border-left: 1px solid gray;
        border-right: 1px solid gray;
    }*/

body.Dark .bg-success {
    background-color: #40826D;
}

body.Dark .top-legend {
    color:deepskyblue;
}

body.Dark .top-label {
    color: white;
}

body.Dark th {
    color: black;
}

    body.Dark select, body.Dark input[type="text"], body.Dark textarea, body.Dark input[type="text"]#Username, body.Dark .panel-body, body.Dark textarea {
        background-color: #555;
        color: white;
    }

body.Dark div.btn-group > ul li.item.sel {
    background-color: #555;
}
body.Dark div.btn-group > ul li.item {
    color: white;
}
body.Dark div.drop-down-search a span{
    color: #555;
}
body.Dark .custom_jumbotron_home {
    color:black;
}
    body.Dark #user .dropdown-menu, body.Dark .navbar, body.Dark #sidebar, body.Dark #sidebar .nav a:not(.active), body.Dark #footer {
        background-color: #617d8B !important;
    }
body.Dark .menu-item .active {
    border-right: 0px;
}
body.Dark #anagrafica-details {
    background-color: #37474F !important;
}
    body.Dark span.spanBordered, body.Dark .modal-content, body.Dark .real-details {
        color: white !important;
        background-color: #37474F !important;
    }

body.Dark .btn-primary{
    border-color: powderblue !important;
}
body.Dark .btn-danger {
    border-color: darkorange !important;
}

