html {
    height: 100%;
}
body{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444;
    line-height:initial;
}
html {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
body {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
.side, .side2, .side3 {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
table {
    width: 100%;
}
.dbwp_Page_Base,
.dbwp_Search_Base {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
table.dbwp_calendar {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
table.dbwp_XML_table {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
table.dbwp_XML_innertable {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
.tooltip {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
.popover {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-family: 'GT Walsheim','Roboto',sans-serif;
}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table td{
	padding:0px
}
.btn {
    border-radius: 0;
}
.btn-lg {
    padding: 0 40px;
}
/*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-title-container {
    /*float: left;*/
    display: flex;
    height: 50px;
}
/*@media (max-width: 767px) {
    .main-navbar-header .navbar-title-container {
        width: 100%;
    }
}*/
.main-navbar-header .navbar-title-container > .title {
    display: flex;
    margin-left: 15px;
    text-decoration: none;
}
/*.main-navbar-header .navbar-title-container > .hamburger-right {
    margin-left: auto;
}*/
.main-navbar-header .navbar-title-container > .title > div {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}
.main-navbar-header .subtitle {
    display: flex;
    height: 50px;
    margin-left: 30px;
}
.main-navbar-header .subtitle > div {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}
.main-navbar-header .navbar-nav .nav-link {
    padding: 15px;
    line-height: 20px;
}
.main-navbar-header .navbar-nav .dropdown-toggle:after {
    display: none;
}
.main-navbar-header .nav-link {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.9;
}
.primaryform {
    z-index:0;
    position: absolute;
}
/*SIDE MENU*/
.side {
    position: absolute;
    top: 50px;
    left: 0px;
    bottom: 0px;
    width: 60px;
    background-color: #2e93b8;
    background-image: linear-gradient(0deg,#32b0a8,#2e93b8);
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10000;
}
.side ul {
	list-style-type: none;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
.side ul > li {
	margin-bottom: 5px;
}
.side ul > li:last-child {
    margin-bottom: 0px;
}
.side > ul {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 27px 0;
}
.side > ul > li.hamburger-container {
    margin-top: auto;
}
.side,.side2,.side3 {
	font-size:12px;
	border:0px ; 
	color:#fff;
	-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 li {
	line-height:32px;
	white-space:nowrap;
	overflow:hidden;
}
a, a:visited {
	text-decoration:none;
	cursor:pointer;
}
.material-ripple > i.expand {
    position: absolute;
    right: 0;
}

.side a, .side2 a, .side3 a {
	line-height:32px;
	width:100%;
    float:left;
    text-decoration: none;
}
.side2 a, .side3 a {
	padding-right: 40px;
}
.side2,
.side3 {
    display: none;
    position: absolute;
    left: 100%;
    min-width: 200px;
    margin-top: 0px;
}
.side2 {
    background-color: #2e93b8;
    background-image: linear-gradient(0deg,#32b0a8,#2e93b8);
}
.side3 {
    background-color: #2e93b8;
    background-image: linear-gradient(0deg,#32b0a8,#2e93b8);
}
.side [class*="icon"] {
	display:inline-block;
	font-size:16px;
	width:40px;
	text-align:center;
}
.side [class*="icon"]:not(.expand) {
	width:60px;
}
.expand[class*="icon"] {
    color: transparent;
    /*display:none;*/
}
.side>ul>li>a {
	color:transparent;
}
.side .hamburger {
    width: 270px;
    text-align: left;
    padding: 0;
    padding-left: 20px;
    padding-top: 1px;
    outline: 0;
}
.side .hamburger:hover {
    opacity: 1;
}
.side .hamburger-box {
    height: 10px;
}
.side .hamburger-inner,
.side .hamburger-inner::before,
.side .hamburger-inner::after {
    width: 17px;
    height: 2px;
}
.side .hamburger-inner::before {
    top: -6px;
}
.side .hamburger-inner::after {
    bottom: -6px;
}
.side .hamburger--arrow.is-active .hamburger-inner::before{
    transform: translate3d(-5px, 2px, 0) rotate(-45deg) scale(0.7, 1);
}
.side .hamburger--arrow.is-active .hamburger-inner::after{
    transform: translate3d(-5px, -2px, 0) rotate(45deg) scale(0.7, 1);
}
.side .hamburger--arrowturn.is-active .hamburger-inner::before{
    transform: translate3d(4px, 2px, 0) rotate(45deg) scale(0.7, 1);
}
.side .hamburger--arrowturn.is-active .hamburger-inner::after{
    transform: translate3d(4px, -2px, 0) rotate(-45deg) scale(0.7, 1);
}
.side ul > li:hover > div[class*="side"],
.side ul > li:hover > div[class^="side"] {
    display: block;
}
.main-navbar-header .hamburger {
    padding: 14px;
}
.main-navbar-header .hamburger-box {
    height: 18px;
    width: 30px;
}
.main-navbar-header .hamburger-inner,
.main-navbar-header .hamburger-inner::before,
.main-navbar-header .hamburger-inner::after {
    background-color: #fff;
    width: 30px;
    height: 2px;
}
@media (min-width:768px) {
    .hamburger.navbar-toggle {
        display: none
    }
}
.material-ripple {
    position: relative;
    overflow: hidden; /* overflow nascosto per evitare che l'effetto si propaghi per un ampio raggio e farlo rimanere all'interno del pulsante */
    cursor: pointer;
    
}
.material-ripple > i{
  position: relative;
  display: block;
  padding: 0;
}

.top_right {
    position: absolute;
    right: 00px;
    top: 0px;
    white-space: nowrap;
}

.main {
    position: fixed;
    top: 50px;
    left: 60px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    /*background-color:#f4f4f4;*/
    z-index: 0;
    /*padding: 5px 3px;*/
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}

.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: 18px;
    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: 12px;
    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   */
.login_body {
    background-color: #2f9cb4;
    background-image: linear-gradient(90deg,#32afa9,#2e93b8);
}
.login_area {
    padding: 40px 100px;
    background-color: #fff;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
}
.login_area > .title {
    color: #32afa9;
    padding-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
}
.login_area .lost_password {
    text-transform: uppercase;
    font-weight: bold;
}
.logo_header {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
}
.logo_subheader {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.miniIcone {
    padding-right: 10px;
    padding-left: 10px;
}
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: 250px;
    display: inline;
}
@media (max-width: 768px) {
    .side.expanded .side2,
    .side.expanded .side3 {
        left: 60px;
        margin-top: 32px;
    }
}
.left200 {
    left: 250px;
}
@media (max-width: 768px) {
    .main {
        left: 0px;
    }
}
.side {
    z-index:1
}
.side2 {
    z-index:2
}
.side3 {
    z-index:3
}
.img-responsive {
    display:inline-block;
    max-height:80px;
}
.fillpage {
    width:100%;
}
.dbwp_title {
    font-size: 22px;
    padding: 20px 0;
}
.percIcon {
    -webkit-font-smoothing: antialiased;
}
.percIcon::before {
    content: "%";
    font-weight: bold;
    font-size: 17px;
    padding: 0px 2px 0px 2px;
    font-family: 'Roboto', sans-serif;
}
.main table {
    width: 100%;
}
.dropdown-menu > .dropdown-item {
    padding: 7px 16px;
}
.field200 {
    width: 200px;
}
.no-margin-right {
    margin-right: 0;
}
.navbar-icon {
    margin-right: 10px;
}
/*  ALERT   */
.j1Panel.j1Window > .card-header {
    background-color: transparent;
    border: 0;
}
.j1Panel.j1Window > .card-header > .card-title {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #31AAAC;
    text-transform: none;
}
.j1Panel.j1Window .card-title > .j1TopButton {
    font-size: 13px;
}
.j1Panel.j1Window .dbwp_button-group {
    display: flex;
    bottom: 0 !important;
}
.j1Panel.j1Window .dbwp_button-group > .btn {
    flex: 1;
    line-height: 39px;
    letter-spacing: 2px;
    background-color: #262626;
    margin-right: 1px;
    border-radius: 0;
}
.dbwp_grid > .dbwp_gridcell {
    align-self: flex-start;
}
/*  LISTA IN LISTA   */
.dbwp_Listform_Table .dbwp_Listform_Table > tbody {
    border: 0;
}
.dbwp_Listform_Table .dbwp_Listform_Table > tbody > tr:last-child > td {
    border-bottom: 2px solid #f4f6f6;
}
/*  BORDO SU CAMPI NON EDITABILI DENTRO AGLI INPUT GROUP   */
.dbwp_input-group .form-control:not(.dbwp_lookup):disabled,
.dbwp_input-group .form-control:not(.dbwp_lookup)[readonly="readonly"],
.dbwp_input-group .bootstrap-tagsinput.disabled,
.dbwp_input-group .form-control:not(.dbwp_lookup):disabled + .input-group-append,
.dbwp_input-group .form-control:not(.dbwp_lookup)[readonly="readonly"] + .input-group-append,
.dbwp_input-group .bootstrap-tagsinput.disabled + .input-group-append,
.dbwp_input-group .dbwp_Listform_Table span + .input-group-append {
    border-bottom: 1px solid #d9e1e3;
}
.dbwp_input-group > textarea.form-control ~ .input-group-append {
    align-self: flex-end;
}
/**************************************************************/
/*  MODIFICHE PER FONT E SPAZI PIU PICCOLI MATERIAL DESIGN    */
/**************************************************************/
body {
    font-size: 12px;
}
.dbwp_Page_Base, .dbwp_Search_Base {
    font-size: 12px;
}
.side [class*="icon"] {
    font-size: 15px;
}
.partheader {
    font-size: 17px;
}
.m0 {
    font-size: 11px;
}
.alert {
    font-size: 24px;
    font-weight: bold;
    padding-left: 7rem;
    padding-right: 7rem;
}
.dbwp_snackContainer{
    bottom: 2%;
}
.dbwp_title {
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: normal;
    padding: 10px 0;
}
.wp_Title {
    font-size: 14px;
}
.percIcon::before {
    font-size: 16px;
}
.btn {
    font-size: 12px;
}
.form-control,
.input-group .form-control {
    font-size: 14px;
    height: 24px;
    line-height: 1.14;
    padding: 3px 0 5px 0;
}
.form-control.dbwp_date,
.input-group .form-control.dbwp_date,
select.form-control {
    font-size: 12px;
    line-height: 1.33;
    padding: 4px 0;
}
.form-control:focus {
    padding-left: 8px;
}
.form-group label:not(.checkbox):not(.radio).active,
.form-group label:not(.checkbox):not(.radio) {
    top: -14px;
    font-size: 12px;
}
.dropdown-menu {
    font-size: 12px;
}
.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: 12px;
    height: 24px;
}
div.checkbox input[type="checkbox"] + .checkbox:before {
    font-size: 16px;
}
.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;*/
    line-height: 20px !important;
    padding: 0;
}
.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: 24px;
}
label {
    font-size: 12px;
    line-height: 1.33;
}
.card-title {
    font-size: 13px;
}
.has-error .control-label, .has-error .help-block {
    line-height: 1.33;
    font-size: 12px;
    position: relative;
    margin-top: 2px;
}
.form-group.multi-checkbox {
    margin-top: 0px;
}
.table td {
    padding: 0.5rem;
}
.dbwp_emptylist {
    margin: -0.5rem;
}
.input-group-text {
    font-size: 12px;
}