﻿body{
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#444;
    line-height:initial;
}
table{
	padding:0;
	margin:0;
	border-collapse:collapse;
}
table td{
	padding:0px
}
/*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 17px;
    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;
}
/*SIDE MENU*/
.side{
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:40px;
	background-color:#444;
    z-index:1;
}
.side,.side2,.side3 {
	font-size:14px;
	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);
}
.side ul {
	list-style-type: none;
	cursor:pointer;
	padding:0px;
	margin:0px;
}

.side li {
	line-height:40px;
	white-space:nowrap;
	overflow:hidden;
}
a, a:visited {
	text-decoration:none;
	cursor:pointer;
}
.material-ripple > i.expand {
	position:absolute;
	left:180px;
	width:15px;
}

.side a, .side2 a, .side3 a {
	line-height:40px;
	width:100%;
    float:left;
    text-decoration: none;
}
.side2 a, .side3 a {
	padding-right: 13px;
}
.side2 {
	position:absolute;
	left:40px;
	min-width:200px;
	margin-top:0px;
	background-color:#444;
}
.side3 {
	position:absolute;
	min-width:200px;
	left:200px;
	margin-top:0px;
	background-color:#666;
}
.side [class*="icon"] {
	display:inline-block;
	font-size:16px;
	width:40px;
	text-align:center;
	color:#fff;
}
.side2 [class*="icon"]:not(.expand) {
    line-height: 16px;
    padding: 12px;
}
.expand[class*="icon"] {
    color:transparent;
    /*display:none;*/
}
.side>ul>li>a {
	color:transparent;
}
.side .hamburger {
    width: 270px;
    text-align: left;
    padding: 0;
    padding-left: 11px;
    padding-top: 1px;
    outline: 0;
    line-height:48px;
    border-bottom:1px solid #666;
}
.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);
}
.side2,
.side3 {
    display: none;
}
.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: 40px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    /*background-color:#f4f4f4;*/
    min-width: 800px;
    z-index: 0;
    padding: 5px 3px;
}
.mainModale {
    
}

.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;
}

.alert:not(.fc-today) {
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
}

.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 {
    width:400px;
    margin:0 auto;
    padding: 50px;
    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);
    text-align:center;
}
.login_area .main-logo {
    margin-bottom: 40px;
}
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;
}

table.dbwp_Page_Base div.dbwp_multicheckbox {
    float: left;
    padding: 0px;
}

span.dbwp_input_date .datebox {
    width: 60px;
}

.login_body {
	background-color: #aaa;
}
.input_box {
	padding: 5px;
	width: 250px;
}
.login_btn {
	background-color: #29954B;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border: 0px;
	padding: 10px 50px;
	cursor: pointer;
}
.login_btn:hover {
	background-color: #36C160;
}
.login_link{
   text-decoration:underline
}
.gwtop{
    margin-left:40px;
}
.bootstrap-datetimepicker-widget {
    width: 300px !important;
}