body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    color: #444;
    /*line-height: initial;*/
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.4285;
    color: #333333;
}
.main>table, .editDIV>table {
    width:100%
}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table td{
	padding:0px
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}
/*NAVBAR*/
.main-navbar-header {
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}
.main-navbar-header .navbar-brand {
    padding: 7px 3px;
    height: 50px;
}
.main-navbar-header .navbar-brand img {
    height: 100%;
}
.main-navbar-header .breadcrumb {
    margin: 0;
    padding: 0;
    margin-top: 7px;
    background-color: transparent;
}
.main-navbar-header .breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}
.main-navbar-header .navbar-nav .nav-link {
    padding: 15px;
    line-height: 20px;
}
.main-navbar-header .navbar-nav .dropdown-toggle:after {
    display: none;
}
.logout-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 15px;
    line-height: 20px;
}

.dbwp_overlap {
    padding: 7px;
}
/*SIDE MENU*/
ul {
    list-style-type: none;
    cursor: pointer;
    padding: 0px;
}

.side li {
    line-height: 30px;
/*    padding: 3px 0px;*/
    white-space: nowrap;
}

.side > i {
}

.side li:hover, .side button:hover {
    color: #fff;
}

.side li:not(.selected) > a {
    border-left: 3px solid #2B363B;
}

.side li.selected > a {
    border-left: 3px solid #68e139;
    color: #68e139;
}

    .side li.selected > a > [class*="icon"]:before {
        color: #68e139;
    }

.side li > ul > li > a {
    padding-left: 20px;
}

.side a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-size: .875rem;
}

.side li > ul {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s;
}

.side.expanded li > ul.expanded {
    max-height: 600px;
    overflow: hidden;
    transition: max-height 1s;
}

.topmenu {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 60px;
    left: 53px;
    background-color: rgb(255, 255, 255);
    z-index: 0;
    text-align: right;
    font-size: .875rem;
    line-height: 60px;
    transition: left 0.5s;
    z-index: 1;
    white-space: nowrap;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);*/
    border-bottom: 0.5px solid #acd1e3;
}

.topcorner {
    white-space: nowrap;
    margin-top: 7px;
}

    .topcorner img {
        height: 35px;
        vertical-align: top;
        padding-left: 3px;
        margin-top: 5px;
    }

.topmenu a, .topmenu button {
    text-decoration: none;
    color: #6a757a;
    position: relative;
    display: inline-block;
    width: 100%;
    border: none;
    background-color: transparent;
}

    .topmenu button:active,
    .topmenu button:focus {
        outline: none;
    }

.side {
    position: fixed;
    width: 53px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #2B363B;
    border: 0px;
    overflow: auto;
    color: #fff;
    -ms-overflow-style: none;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

    .side::-webkit-scrollbar {
        display: none;
    }

    .side [class*="icon"]:before {
        margin-left: 8px;
        margin-right: 8px;
        font-size: 1.4rem;
        width: 35px;
        display: inline-block;
        padding: 0 !important;
        color: #576B75;
        text-align: center;
    }

div.iconBig {
    margin-top: 10px;
    cursor: pointer;
}

.side .iconBig:before {
    padding: 0px 14px 0px 14px;
}

.side a:focus, .side a:hover {
    color: #68e139;
}

.side a:not([href]):not([tabindex]):focus, .side a:not([href]):not([tabindex]):hover {
    color: #68e139;
}

.main {
    position: fixed;
    top: 60px;
    left: 53px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding: 0px;
    transition: left 0.5s;
    background-color: #fff;
}

.setting {
    cursor: pointer;
    padding: 0px 20px 0px 20px;
    display: inline-block;
    line-height: 60px;
}

    .setting:hover {
        color: #fff;
        background-color: #68C639;
    }

.menu_dropdown {
    position: absolute;
    top: 60px;
    line-height: 40px;
    z-index: 2;
    display: none;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

    .menu_dropdown div {
        background-color: #f8f9fa;
        text-align: center;
        white-space: nowrap;
    }

    .menu_dropdown a {
        padding: 2px 20px;
    }

        .menu_dropdown div:hover, .menu_dropdown a:hover {
            background-color: #68C639;
            color: #fff !important;
        }

.menu label {
    font-weight: 600 !important;
    font-size: .75rem !important;
    margin-left: .15rem !important;
}

.topmenu li:hover .menu_dropdown {
    display: block;
}

.topmenu ul li, .topmenu ul {
    display: inline-block;
}

.side.expanded {
    width: 13.5rem;
    transition: width 0.5s;
}

.main.expanded, .topmenu.expanded {
    left: 13.5rem;
    transition: left 0.5s;
}

a.expandable:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-size: .875rem;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    padding: 0px 8px 0px 8px;
    content: "\f105";
}

a.expandable.expanded:after {
    content: "\f107"
}

.side li > a:hover {
    background-color: #41494d;
}

@media (max-width: 767px) {
    .topmenu > ul > li:first-child {
        display: none;
    }
}

@media (max-width: 600px) {
    .main {
        left: 0px;
    }
}
.part {
    display: inline-block;
    width: 300px;
    height: 240px;
    border: 1px solid #f0f0f0;
    margin: 10px;
    background-color: #fff;
    float: left;
    font-weight: bold;
    vertical-align: top;
    position: relative;
}
.partx2 {
    width: 622px;
}
.party2 {
    height: 500px;
}
.partheader {
    height: 20px;
    font-size: 20px;
    padding: 10px;
    position: relative;
    color: #777;
    border-bottom: 1px solid #f0f0f0;
}
.wp_test {
    border-collapse: collapse;
    width: 290px;
}
.wp_test td {
    border-bottom: 1px solid #ddd;
}
.wp_test td:hover {
    background-color: #f0f0f0;
}
.mcont {
    padding: 7px;
}
.m0 {
    width: 83px;
    height: 80px;
    margin: 2px;
    padding: 4px;
    color: white;
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}
.m1 {
    background-color: #ff6a00;
}
.m2 {
    background-color: #00A200;
}
.m3 {
    background-color: #900099;
}
.m4 {
    background-color: #0A5BC4;
}
.m5 {
    background-color: #B3B3B3;
}
.mx {
    background-color: #f0f0f0;
}
.m1:hover, .m2:hover, .m3:hover, .m4:hover, .m5:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.48);
    margin: 0px 2px 4px 2px;
    float: left;
}
.tile_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
i.tile:before {
    font-size: 80px;
}
.checkred {
    width: 10px;
    height: 10px;
    background-color: #ff0000;
    display: inline-block;
    margin-right: 10px;
}
.checkblu {
    width: 10px;
    height: 10px;
    background-color: #0000ff;
    display: inline-block;
    margin-right: 10px;
}
.checkyellow {
    width: 10px;
    height: 10px;
    background-color: #ffff00;
    display: inline-block;
    margin-right: 10px;
}
.photo {
    max-height: 100px;
    max-width: 100px;
}
.editor {
    /*position:fixed;*/
    bottom: 5px;
    right: 5px;
}
.login_body {
    background-color: #aaa;
}
.login_area {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 500px;
    padding: 40px 40px;
    background-color: #eee;
    -webkit-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px 0px rgba(0,0,0,0.75);
}
.login_area .main-logo {
    /*margin-bottom: 20px;*/
}
.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
table.dbwp_Page_Base td .lstbox {
    width: 196px;
}
table.dbwp_Page_Base td .lookup {
    /*width: 170px;*/
}
table.dbwp_Page_Base input.chkbox {
    width: 20px;
}
.miniIcone {
    padding-right: 10px;
    padding-left: 10px;
}
table.dbwp_Page_Base td.txtbox250 {
    width: 250px;
}
table.dbwp_Page_Base input.campiRicerca {
    display: block;
    white-space: nowrap;
}
table.dbwp_Page_Base label.campiRicerca {
    width: 170px;
    display: block;
    white-space: nowrap;
}
table.dbwp_Page_Base select.campiRicerca {
    display: block;
    white-space: nowrap;
}
span.dbwp_input_date .datebox {
    width: 60px;
}
@media (min-width: 768px) {
    .bottom_menu{
        display:none;
    }
}
@media (min-width: 768px) {
    .hamburger-right{
        display:none;
    }
}
@media (max-width: 768px) {
    .side{
        display:none;
    }
    .side .hamburger {
        display:none;
    }
    /*.main {
        left:0px;
    }
    .side.width200{
        display:inline;
    }*/
}
.side.expanded {
    width: 216px;
    display: inline;
}
.side.expanded .expand,
.side.expanded > ul > li > a {
    color: white;
    -webkit-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
}
@media (max-width: 768px) {
    .side.expanded .side2,
    .side.expanded .side3 {
        left: 40px;
        margin-top: 40px;
    }
}
.left200 {
    left: 200px;
}
@media (max-width: 768px) {
    .main {
        left: 0px;
    }
}
.side {
    z-index:1
}
.side2 {
    z-index:2
}
.side3 {
    z-index:3
}
.full-width {
    width: 100%;
}
.no-margin-right {
    margin-right: 0;
}
/*.main table {
    width: 100%;
}*/

.div-h {
    vertical-align: top;
}

.vertical-splitter {
    height: 100%;
}

.side.no-transition {
    -webkit-transition: width 0.0s !important;
    transition: width 0.0s !important;
}

.media-left {
    margin-right: 10px;
}
.dbwp_Home {
    margin-left: 5px;
}
/**************************************************************/
/*  MODIFICHE PER FONT E SPAZI PIU PICCOLI MATERIAL DESIGN    */
/**************************************************************/
/*body {
font-size: 13px;
}
.side, .side2, .side3 {
    font-size: 13px;
}
.side [class*="icon"] {
    font-size: 15px;
}
.partheader {
    font-size: 17px;
}
.m0 {
    font-size: 11px;
}
.alert {
    font-size: 11px;
}
.dbwp_title {
    font-size: 19px;
    padding: 10px 0;
}
.wp_Title {
    font-size: 14px;
}
.percIcon::before {
    font-size: 16px;
}
.btn {
    font-size: 13px;
}
.form-control,
.input-group .form-control {
    font-size: 13px;
    height: 33px;
}
.dropdown-menu {
    font-size: 13px;
}
.input-group-append>button.btn, .input-group-append>span.btn, .input-group>span.form-control, .input-group>a.form-control,
.input-group-prepend, .input-group-append {
    font-size: 13px;
    height: 33px;
}
div.checkbox input[type="checkbox"] + .checkbox:before {
    font-size: 18px;
}
.main-navbar-header .breadcrumb {
    margin-top: 10px;
}
table.dbwp_Page_Base, table.dbwp_Search_Base {
    font-size: 13px;
}
.form-group {
    margin-bottom: 0;
}
.dbwp_Listform_Table > tbody > tr > td .btn {
    line-height: 20px;
    padding: 0 1rem;
}
.dbwp_Listform_Table > tbody > tr > td .form-control {
    height: 20px !important;
}
.dbwp_Listform_Table > tbody > tr > td .input-group-append > button.btn, .dbwp_Listform_Table > tbody > tr > td .input-group-append > span.btn,
.dbwp_Listform_Table > tbody > tr > td .input-group > span.form-control, .dbwp_Listform_Table > tbody > tr > td .input-group > a.form-control,
.dbwp_Listform_Table > tbody > tr > td .input-group-prepend, .dbwp_Listform_Table > tbody > tr > td .input-group-append {
    height: 20px;
}
.dbwp_Listform_Table > tbody > tr > td .form-control + .input-group-append {
    padding: .5rem 2rem 0 .5rem;
}
.dbwp_Listform_Table > tbody > tr > td .input-group {
    display: flex;
}
.btn {
    line-height: 33px;
}
label {
    font-size: 13px;
}
.card-title {
    font-size: 13px;
}
.form-group label:not(.checkbox):not(.radio) {
    font-size: 13px;
    top: 9px;
}
.has-error .control-label, .has-error .help-block {
    line-height: 12px;
    font-size: 12px;
    bottom: -18px;
}
.form-group.multi-checkbox {
    margin-top: 10px;
}
.table td {
    padding: 0.5rem;
}
.dbwp_emptylist {
    margin: -0.5rem;
}
*/
    /********************************************************/
    /*  MODIFICHE PER FONT E SPAZI PIU PICCOLI BOOTSTRAP    */
    /********************************************************/
    body {
    font-size: 15px;
}
.side, .side2, .side3 {
    font-size: 14px;
}
.side [class*="icon"] {
    font-size: 16px;
}
.partheader {
    font-size: 18px;
}
.m0 {
    font-size: 12px;
}
.alert {
    font-size: 12px;
}
.dbwp_title {
    font-size: 20px;
}
.wp_Title {
    font-size: 15px;
}
.percIcon::before {
    font-size: 17px;
}
.btn {
    font-size: 15px;
}
.form-control,
.input-group .form-control {
    font-size: 15px;
    height: 34px;
}
.dropdown-menu {
    font-size: 14px;
}
.input-group-prepend, .input-group-append, .input-group-btn, .input-group-btn>button {
    font-size: 14px;
    height: 34px;
}
.dbwp_Listform_Table > tbody > tr > td .input-group-append,
.dbwp_Listform_Table > tbody > tr > td .input-group-btn,
.dbwp_Listform_Table > tbody > tr > td .input-group-btn > button {
    height: 24px;
}
.card-title {
    font-size: 16px;
}
.dbwp_Page_Base, .dbwp_Search_Base {
    font-size: 15px;
}
.form-group {
    margin-bottom: 0;
}
.dbwp_Listform_Table > tbody > tr > td .btn {
    line-height: 22px;
    padding: 0 1rem;
}
.dbwp_Listform_Table > tbody > tr > td .form-control {
    height: 24px !important;
    padding: 0 1rem;
}
.dbwp_Listform_Table > tbody > tr > td .input-group-append {
    padding: 0 6px;
    height: auto;
}
.table td {
    padding: 0.3rem;
}
.card-body {
    padding: 0.3rem;
}
.dbwp_grid > .dbwp_gridcell {
    padding: 3px 7px;
}
.row {
    margin-right: 0px;
}
label {
    margin-bottom: 0.3rem;
}
.card-header {
    padding: 0.5rem 0.8rem;
}

.dbwp_file{
    min-width: 200px;
}
#logo-top > a > img {
    float: left;
    margin-left: 1rem;
    margin-top: -10px;
    width:80px;
    height:80px;
}
.topmenu {
    display: flex;
    justify-content: space-between;
}
#left-top {
    display: flex;
    gap: 1rem;
}