html {
	min-height: 100%;
	position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #FFF;
	color: #666666;
	margin-bottom: 80px;
}

.modalPopup {
    height: 100% !important;
    overflow-y: scroll !important;
}


/** {
	-webkit-transition: 0.5s ease-in-out; 	-moz-transition: 0.5s ease-in-out; 	-o-transition: 0.5s ease-in-out; 	transition: 0.5s ease-in-out;
}*/

a,
a:link,
a:visited {
	color: #0462ac;
	opacity: 0.8;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

a:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	opacity: 1;
}
.fontNunito{
    font-family: Nunito;
    font-weight:100;
}
.bold {
	font-weight: bold;
}

.fa-fw {
	width: auto;
}

.nowrap {
	white-space: nowrap;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.p3{
    padding:3px!important;
}

.h400 {
	height: 400px;
}

.w-100{
    width:100%!important;
}

.mw-300{
    max-width:300px!important;
}

.mw-550{
    max-width:550px!important;
}

.mw-100{
    max-width:100px!important;
}

.inline {
	display: inline-block;
}

.note {
	color: #8a6d3b;
	font-size: 0.9em;
	font-weight: bold;
}

.noBorder {
	border: none !important;
	box-shadow: none !important;
}

/***** WRAPPER *****/
#wrapper.toggled {
	padding-left: 202px;
	box-shadow: none;
	transform: none;
}


/***** LOADING *****/

/* Absolute Center Spinner */

.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/* Transparent Overlay */

.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}


/* Animation */

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/***** FINE LOADING *****/


/***** BOTTONI *****/

@media (min-width:1024px) {
	.col-button-container {
		margin-top: 25px;
	}
}

.btn {
	padding: 5px 12px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	color: #FFF;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	box-shadow: none;
	text-shadow: none;
	background: none;
	border: none;
}

.btn {
	border: none;
	border-radius: 0;
	opacity: 0.8 !important;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.btn:hover {
	opacity: 1 !important;
}

.btn-primary {
	background-color: #4cae4c;
	border: none;
	border-radius: 0;
	/*opacity: 0.9;*/
	color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #4cae4c;
}

.btn-default,
.btn-link,
.btn-danger {
	color: #FFF;
}

.btn-default,
.btn-default:hover {
	background-color: #214F75;
	color: #FFF;
}

.btn-link,
.btn-link:hover {
	background-color: #0462ac;
	text-decoration: none;
    color: #FFF;
}

.btn-danger,
.btn-danger:hover {
	background-color: #d43f3a;
}

.btn-action,
.btn-action:hover {
	background: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	opacity: 1;
	background-color: #eee;
	color: #999;
}

.btn-default.buttons-search {
	background: url("../images/ico-search.png") no-repeat 8px center #214F75;
	padding-left: 38px;
}

.btn-default.buttons-search:hover,
.btn-default.buttons-search:focus {
	background-position: 10px center;
}

.btn-default.buttons-show-all {
    background: url("../images/eye-close-up.png") no-repeat 8px center #214F75;
    padding-left: 38px;
}

    .btn-default.buttons-show-all:hover,
    .btn-default.buttons-show-all:focus {
        background-position: 10px center;
    }

.btn-link.buttons-add {
	background: url("../images/ico-add.png") no-repeat center center transparent;
	display: inline-block;
	width: 28px;
	width: 28px;
	text-indent: -2000px;
	margin-left: 15px;
}

.btn-link.buttons-add_label {
	background: url("../images/ico-add_label.png") no-repeat left center transparent;
	color: #0462AC;
	display: inline-block;
	font-size: 0.5em;
	margin: 0 0 0 15px;
	padding: 0 0 0 24px;
	height: 20px;
}

.btn-link.buttons-add_label:hover {
	background-position: 2px center;
}

.btn-link.buttons-edit_label {
	background: url("../images/ico-edit_label.png") no-repeat left center transparent;
	color: #0462AC;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 24px;
	height: 20px;
	font-weight: 700;
}

.btn-link.buttons-edit_label:hover {
	background-position: 2px center;
}

.btn-default.buttons-edit {
	background: url("../images/ico-edit.png") no-repeat 8px center #214F75;
	;
	padding-left: 38px;
}

.btn-default.buttons-edit:hover,
.btn-default.buttons-edit:focus {
	background-position: 10px center;
}

.btn-primary.buttons-save {
	background: url("../images/ico-save.png") no-repeat 8px center #4cae4c;
	padding-left: 38px;
}

.btn-primary.buttons-save:hover,
.btn-primary.buttons-save:focus {
	background-position: 10px center;
}

.btn-danger.buttons-save {
	background: url("../images/ico-save.png") no-repeat 8px center #d43f3a;
	padding-left: 38px;
}

.btn-danger.buttons-save:hover,
.btn-danger.buttons-save:focus {
	background-position: 10px center;
}

.btn-primary.buttons-delete {
	background: url("../images/ico-delete.png") no-repeat 8px center #4cae4c;
	padding-left: 38px;
}

.btn-primary.buttons-delete:hover,
.btn-primary.buttons-delete:focus {
	background-position: 10px center;
}

.btn-link.buttons-forward {
	background: url("../images/ico-forward.png") no-repeat 8px center #0462ac;
	padding-left: 38px;
}

.btn-link.buttons-forward:hover,
.btn-link.buttons-forward:focus {
	background-position: 10px center;
}

.btn-default.buttons-reset {
	background: url("../images/ico-reset.png") no-repeat 8px center #7A96AD;
	padding-left: 38px;
	color: #ffffff;
}

.btn-default.buttons-reset:hover,
.btn-default.buttons-reset:focus {
	background-position: 10px center;
}

.btn-default.buttons-closeModal {
	background: url("../images/ico_close_modal.png") no-repeat center center transparent;
}

.btn-link.buttons-back {
	background: url("../images/ico-back.png") no-repeat 8px center #0462ac;
	padding-left: 38px;
	color: #ffffff;
}

.btn-link.buttons-reset:hover,
.btn-link.buttons-reset:focus {
	background-position: 10px center;
}

.btn-default.buttons-apply {
	background: url("../images/ico-apply.png") no-repeat 8px center #214F75;
	padding-left: 38px;
}

.btn-default.buttons-apply:hover,
.btn-default.buttons-apply:focus {
	background-position: 10px center;
}

.btn-default.buttons-lock {
	background: url("../images/ico-lock.png") no-repeat 8px center #4cae4c;
	padding-left: 38px;
}

.btn-default.buttons-unlock {
	background: url("../images/ico-unlock.png") no-repeat 8px center #214F75;
	padding-left: 38px;
}

.btn-default.buttons-lock:hover,
.btn-default.buttons-lock:focus,
.btn-default.buttons-unlock:hover,
.btn-default.buttons-unlock:focus {
	background-position: 10px center;
}

.btn-default.buttons-delete {
	background: url("../images/ico-delete.png") no-repeat 8px center #d9534f;
	padding-left: 38px;
}

.btn-default.buttons-delete:hover,
.btn-default.buttons-delete:focus {
	background-position: 10px center;
}

.btn-link.buttons-count {
	background: url("../images/ico-euro.png") no-repeat 8px center #0462ac;
	padding-left: 38px;
}

.btn-link.buttons-count:hover,
.btn-link.buttons-count:focus {
	background-position: 10px center;
}

.btn-link.buttons-list {
	background: url("../images/ico-list.png") no-repeat 8px center #0462ac;
	padding-left: 38px;
}

.btn-link.buttons-list:hover,
.btn-link.buttons-list:focus {
	background-position: 10px center;
}

.buttons-excel {
	background: url("../images/ico-excel.png") no-repeat 8px center #08743B;
	color: #FFF;
	border: none;
	border-radius: 0;
	padding-left: 38px;
	opacity: 0.8;
}

.buttons-excel:hover,
.buttons-excel:focus {
	color: #FFF;
	background-position: 10px center;
	opacity: 1;
}

a.btn-default,
a.btn-primary {
	color: #FFF;
}

.btn-primary.buttons-refresh {
    background: url("../images/ico-refresh.png") no-repeat 8px center #4cae4c;
    padding-left: 38px;
}

.btn-primary.buttons-refresh:hover,
.btn-primary.buttons-refresh:focus {
    background-position: 10px center;
}



/* buttons list */

.btn-link.buttons-icoEdit {
	display: inline-block;
	background: url("../images/ico-edit_list.png") no-repeat center center transparent;
	padding: 0;
	width: 24px;
	height: 24px;
	text-indent: -2000000px;
}

a.btn-link.buttons-icoEdit[disabled="disabled"] {
	cursor: not-allowed;
	opacity: 0.4;
}

a.btn-link.buttons-icoEdit[disabled="disabled"]:hover {
	opacity: 0.4;
}

.btn-link.buttons-icoDelete {
	display: inline-block;
	background: url("../images/ico-delete_list.png") no-repeat center center transparent;
	padding: 0;
	width: 24px;
	height: 24px;
	text-indent: -2000000px;
}

a.btn-link.buttons-icoDelete[disabled="disabled"] {
	cursor: not-allowed;
	opacity: 0.4;
}

a.btn-link.buttons-icoDelete[disabled="disabled"]:hover {
	opacity: 0.4;
}

.btn-link.buttons-info_label {
	background: url("../images/ico-info_label.png") no-repeat left center transparent;
	color: #0462AC;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 24px;
	height: 20px;
	font-weight: 700;
}

.btn-link.buttons-info_label:hover {
	background-position: 2px center;
}

.btn-link.buttons-icoInfo {
	display: inline-block;
	background: url("../images/icoinfo_list.png") no-repeat center center transparent;
	padding: 0;
	width: 24px;
	height: 24px;
	text-indent: -2000000px;
}

a.btn-link.buttons-icoInfo[disabled="disabled"] {
	cursor: not-allowed;
	opacity: 0.4;
}

a.btn-link.buttons-icoInfo[disabled="disabled"]:hover {
	opacity: 0.4;
}

.btn-action.buttons-checkAll_label {
	background: url("../images/ico-select-all_label.png") no-repeat left center transparent;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 24px;
	font-weight: 700;
	font-size: 18px;
}

.btn-action.buttons-unCheckAll_label {
	background: url("../images/ico-uncheck-all_label.png") no-repeat left center transparent;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 24px;
	font-weight: 700;
	font-size: 18px;
}

.btn-action.buttons-checkAll_label:hover {
	background-position: 2px center;
}

.btn-action.buttons-confirm_label {
	background: url("../images/ico-confirm-insert.png") no-repeat left center transparent;
	display: inline-block;
	color: #4cae4c;
	margin: 0;
	padding: 0 0 0 24px;
	font-weight: 700;
	font-size: 18px;
}

.btn-action.buttons-confirm_label:hover {
	background-position: 2px center;
}


/*button modal*/


/*.modal-dialog.allocazioni input[type="submit"] {
	border: none;
	border-radius: 0;
	opacity: 0.8 !important;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out; 	-moz-transition: 0.5s ease-in-out; 	-o-transition: 0.5s ease-in-out; 	transition: 0.5s ease-in-out;
	background-color: #4cae4c;
	color: #FFF;
	float: right;
}

.modal-dialog.allocazioni input[type="submit"]:hover {
	opacity: 1 !important;
	background-color: #4cae4c;
}*/


/**/


/***** FINE BOTTONI *****/


/***** HEADER *****/

.navbar.navbar-default {
    /*background-image: url("/images/particles_header.png"), linear-gradient(#134c95, #717dbf);*/
    
    background-repeat: repeat-x;
    /*background-color: #0462AC;*/
    border: medium none;
    border-radius: 0;
    height: 80px;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.navbar-header {
	line-height: 55px;
}

.navbar-default .navbar-toggle {
	opacity: 0.8;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	opacity: 1;
	background: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-brand {
    height: auto;
    padding: 10px;
    margin: 0 10px 0 0;
    border-right: 1px solid #FFF;
    /*background-color: #083b65;*/
}

canvas {
    top: 0px;
    position: absolute;
    
    background-image: linear-gradient(#134c95, #717dbf);
}

.sfondoHeader {
 
} 

#divHeader {
    top: 0px !important;
    position: absolute !important;
    background: transparent !important;
    box-shadow: unset !important;
    width: 100% !important;
}

#divHeaderOut {
    top: 0px !important;
    position: absolute !important;
    background: transparent !important;
    box-shadow: unset !important;
    width: 100% !important;
}


@media screen and (max-width: 600px) {
	.navbar-default .navbar-brand {
		margin: 0;
		display: block;
		float: none;
	}
	.navbar-default .navbar-brand > img {
		margin: 0 auto;
	}
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	/*background-color: #083b65;*/
}

.navbar-header h1.appTitle {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-size: 1.8em;
	color: #FFF;
	/*vertical-align: -moz-middle-with-baseline;*/
	float: left;
	line-height: 55px;
}

.navbar-header h1.appTitle span {
	line-height: 1em;
	font-style: italic;
}

.navbar-header h1.appTitle span.decor {
	color: #f59828;
	font-size: 0.9em;
	font-weight: bold;
}

.navbar-header h1.appTitle span.subtitle {
	font-size: 0.8em;
}


/*
.navbar-default .navbar-nav {
	line-height: 55px;
}
*/


/*.navbar-default .navbar-nav {
	color: #fff;
}*/

.navbar-header .nav.navbar-nav {
	background: none;
	/*border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;*/
}

.navbar-default .navbar-nav > li {
	padding: 0 20px;
	margin: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
	padding: 0;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	opacity: 0.8;
}

.navbar-default .navbar-nav > li > a:hover {
	opacity: 1;
	color: #FFF;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li {
		margin: 0 0 0 20px;
		padding: 0;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		font-size: 22px;
	}
}

.navbar-default .navbar-nav > li.open > a {
	opacity: 1;
	padding: 0 5px;
}

.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > .active > a {
	background: none;
	background-color: #083B65;
	opacity: 1;
	color: #FFF;
	padding: 0 5px;
}

.navbar-default .navbar-nav > li > a .fa {
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.navbar-default .navbar-nav > li > a .fa {
		margin-right: 0;
	}
}

.navbar-default .navbar-nav > li > a .fa-caret-down {
	font-size: 0.8em;
}


/*.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	
	color: #FFF;
}*/

.navbar-default .navbar-nav li.user > .dropdown-menu li {
	/*display: block;*/
	/*color: #333;*/
	padding: 12px;
	white-space: nowrap;
}

.navbar-default .navbar-nav li.user > .dropdown-menu li {
	/*display: block;*/
	/*color: #333;*/
	padding: 12px;
	white-space: nowrap;
}

.navbar-default .navbar-nav li.dropdown-sidebar {
	margin: 0;
}


/*button menu*/

.navbar-nav li.dropdown-sidebar .menu-button {
	background: none;
	border: none;
	border-radius: 4px;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 12px 12px 12px;
	vertical-align: middle;
	position: relative;
	height: 55px;
	opacity: 0.8;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.navbar-nav li.dropdown-sidebar .menu-button:hover {
	opacity: 1;
}

.navbar-nav li.dropdown-sidebar .menu-button .icon-bar {
	background-color: #426888;
	width: 24px;
	border-radius: 1px;
	display: block;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-default .navbar-nav li.dropdown-sidebar .menu-button .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav li.dropdown-sidebar .menu-button .menu-text {
	left: 6px;
	line-height: 0.5;
	position: absolute;
	top: 35px;
	color: #426888;
}

.navbar-default .navbar-nav li.dropdown-sidebar .menu-button .menu-text {
	color: #FFF;
}

.menu-button .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-default .navbar-nav > li > a.menu-button {
	padding: 12px;
	display: inline-block;
}


/**/


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
	/*position: fixed;*/
	top: 20px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
	outline: none;
}

.hamburger.is-closed:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
	background-color: #1a1a1a;
}

.hamburger.is-closed .hamb-top {
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
	top: 50%;
	margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
	bottom: 5px;
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
	top: 0;
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
	bottom: 0;
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
	background-color: #1a1a1a;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
	top: 50%;
	margin-top: -2px;
}

.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
	display: none;
}

.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
	content: '';
	display: block;
	width: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
	opacity: 1;
	display: block;
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
}


/*dropdown menu*/

@media screen and (min-width: 768px) {
	.nav.navbar-nav > li.dropdown .open .dropdown-menu {
		margin-top: 10px;
	}
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu,
.nav.navbar-nav > li.dropdown .open .dropdown-menu {
	border-top: 2px solid #083b65;
	border-radius: 2px;
	padding: 0;
	min-width: 200px;
	margin: 0;
	background-color: #FFF;
	font-size: 0.9em;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li,
.nav.navbar-nav > li.dropdown.open .dropdown-menu div li:first-child {
	border-top: 1px solid #eee;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li:first-child {
	border: none;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li > a {
	padding: 0;
	color: #0462AC;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li > a .fa {
	color: #e85e5e;
	margin-left: 5px;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li > a:hover {
	background: none;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li > a.disabled {
	cursor: not-allowed;
	color: #999;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li > a.disabled:hover {
	opacity: 1;
	background: none;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li.active > a {
	background: none;
	background-color: #FAFCFF;
	font-weight: 700;
}


/*.nav.navbar-nav > li.dropdown.open .dropdown-menu > li.menu-header {
	background-color: #083b65;
	color: #FFF;
	text-align: left;
	line-height: 1;
	padding: 6px;
	font-weight: 700;
}*/

@media screen and (min-width: 768px) {
	.nav.navbar-nav > li.dropdown.open .dropdown-menu::after {
		border-color: transparent transparent #083b65;
		border-style: solid;
		border-width: 0 10px 10px;
		bottom: 100%;
		content: "";
		height: 0;
		position: absolute;
		right: 11px;
		width: 0;
	}
	.nav.navbar-nav > li.dropdown.open .dropdown-menu::after,
	.nav.navbar-nav > li.dropdown > .open .dropdown-menu::after {
		left: 10px;
		right: auto;
	}
}

.nav.navbar-nav > li.dropdown.open a.user + .dropdown-menu::after {
	right: 10px;
	left: auto;
}

.nav.navbar-nav > li.user.dropdown.open .dropdown-menu::after,
.nav.navbar-nav > li.user.dropdown > .open .dropdown-menu::after {
	right: 10px;
	left: auto;
}

.nav.navbar-nav > li.dropdown.open .dropdown-menu li a.logout i.mdi {
	font-size: 24px;
	color: #E85E5E;
}

.navbar-settings {
	display: inline-block;
	float: none;
}

.navbar-settings > li > a {
	padding: 0;
}

.nav.navbar-settings > li > a:hover,
.nav.navbar-settings > li > a:focus {
	background: none;
}

.navbar-settings > li > a .mdi-settings::before {
	font-size: 22px;
	transform: rotate(0deg) scale(1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
}

.navbar-settings > li.dropdown.open .dropdown-menu > li > a {
	font-size: 14px;
}


/**/


/***** FINE HEADER *****/


/***** BREADCRUMB *****/

.breadcrumb {
	margin: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 0;
}


/***** AUTOCOMPLETE *****/

ul.autocomplete_completionListElement {
	border-radius: 4px;
	margin-top: 2px;
	z-index: 999999;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	float: left;
	list-style: outside none none;
	/*min-width: 160px;*/
	width: auto !important;
	padding: 5px 0;
	position: absolute;
	background-color: #FFF;
	overflow: auto;
	max-height: 300px;
}


/*
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	
}
*/

ul.autocomplete_completionListElement > li {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 20px;
	padding: 3px 20px;
	white-space: nowrap;
	cursor: pointer;
}

ul.autocomplete_completionListElement > li:hover,
ul.autocomplete_completionListElement > li:focus
/*ul.autocomplete_completionListElement:hover > li, 
ul.autocomplete_completionListElement:focus > li */

{
	background-color: #0081c2;
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
}


/***** PAGE *****/

.page-header {
	margin-top: 20px;
	position: relative;
}

.page-header h2 {
	margin: 0;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
}

.page-header h2NB {
	margin: 0;
	font-size: 2em;
	font-weight: 500;
	line-height: 1;
}

.page-header + h3 {
	margin-bottom: 20px;
	margin-top: -15px;
	font-size: 1.5em;
}

a.userGuide:link,
a.userGuide:visited {
	/*background: url("../images/ico-guide.png") no-repeat scroll center center transparent;*/
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 100%;
	line-height: 1;
	/* text-indent: -200000px;*/
	vertical-align: middle;
	/*width: 24px;*/
}


/*.userGuide {
	position: absolute;
	right: 0;
	bottom: 9px;
}

.userGuide .mdi {
	font-size: 22px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.userGuide:hover .mdi,
.userGuide:focus .mdi {
	margin-right: 4px;
}*/

.alert {
	/*margin: 20px 0;*/
	display: block;
    padding: 10px;
}

.panel {
	margin-bottom: 10px;
	border-radius: 0;
	/*	border: none;*/
	border: 1px solid #eaeaea;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}


/*.panel + * {
	margin-bottom: 20px;
}*/

.panel-default > .panel-heading {
	background: none;
	background-color: #F2F4F6;
	color: #6F7B8A;
	/*border: none;*/
	border-bottom: 1px solid #eaeaea;
	font-size: 1.3em;
	border-radius: 0;
}

.panel-title {
	font-size: inherit;
}

.panel-title a {
	color: #6f7b8a;
	opacity: 1;
}

.panel-title > a .mdi-arrow-up-drop-circle:before {
	transform: rotate(0deg) scale(1);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 22px;
	vertical-align: middle;
}

.panel-title > a.collapsed .mdi-arrow-up-drop-circle:before {
	transform: rotate(180deg) scale(1);
}


/*.panel-default > .panel-body {
	background-color: #E9ECF0;
}*/

.panel-default.panelWhite {
	box-shadow: none;
	border: none;
}

.panel-default.panelWhite > .panel-heading {
	background: none;
	background-color: transparent;
}

.panel-default.panelWhite > .panel-body {
	background: none;
	padding: 0;
}

.panel.resume {
	color: #6c6c6c;
	font-size: 0.9em;
}

.panel.resume h4 {
	font-size: 1.2em;
	border-bottom: 1px dashed #6c6c6c;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.panel.resume ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.panel.resume label {
	margin: 0;
}

.panel.resume .plusButton {
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
}

.panel.resume .plusContent {
	margin: 10px -10px 0 -10px;
	overflow: hidden;
}

.panel.resume_c {
	color: #00589C;
	background-color: #e4ecfc;
}

.panel-group .panel {
	border-radius: 0;
}

.panel + .panel,
.panel-group .panel + .panel {
	margin-top: 20px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}


/*form*/

select,
textarea,
input {
	color: #666666;
}

.radio div {
	display: inline-block;
}

.radio div label,
.radio div .label {
	margin-left: 15px;
}

.radio div:first-child label,
.radio div:first-child .label {
	margin-left: 0;
}

.form-inline.label-up .form-group label,
.form-inline.label-up .form-group .label {
	display: block;
	float: none;
	margin: 0;
}

.form-inline.label-up .radio,
.form-inline.label-up .checkbox {
	vertical-align: bottom;
}

.form-inline.label-up .btn {
	display: block;
	margin: 10px 0;
}

.form-control {
	color: inherit;
}

.form-control-inline {
	display: inline-block;
	width: auto;
	/*margin-right: 15px;*/
}

.form-control::-webkit-input-placeholder {
	/* Chrome, Safari e Opera +15 */
	color: #999;
}

.form-control:-moz-placeholder {
	/* Firefox ( dalla 4 alla 18 versione ) */
	color: #999;
}

.form-control::-moz-placeholder {
	/* Firefox dalla versione 19 in poi */
	color: #999;
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer dalla versione 10 */
	color: #999;
}

.bottomButtonsContainer input,
.bottomButtonsContainer button, 
.bottomButtonsContainer a {
	margin-top: 10px;
}

.sideButtonsContainer input,
.sideButtonsContainer button {
	margin-top: 19px;
}

.topButtonsContainer {
	margin-bottom: 10px;
}

.DataTablesTopButtonsContainer {
	margin-bottom: -15px;
}


/*CSS CHECKBOX*/

.checkbox-styled {
	display: block;
	margin: 0 !important;
	float: left;
	padding: 0 !important;
}

.checkbox-styled input[type="checkbox"] {
	display: none;
}

.checkbox-styled input[type="checkbox"] + span {
	text-transform: uppercase;
	background: #0462ac;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	width: auto;
	height: auto;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 10px 20px;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0.6;
}

.checkbox-styled input[type="checkbox"] + span:hover {
	opacity: 1;
}

.checkbox-styled input[type="checkbox"]:checked + span {
	padding-left: 30px;
}

.checkbox-styled input[type="checkbox"] + span:before {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.checkbox-styled input[type="checkbox"]:checked + span:before {
	display: block;
	font-size: 22px;
	left: 10px;
	position: absolute;
	top: 3px;
	content: "\2713";
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.checkbox-styled input[type="checkbox"] + span.sad:before {
	content: ":(";
}

.checkbox-styled input[type="checkbox"]:checked + span {
	opacity: 1;
}


/*riepilogo*/

.panel.resume .col-xs-1,
.panel.resume .col-sm-1,
.panel.resume .col-md-1,
.panel.resume .col-lg-1,
.panel.resume .col-xs-2,
.panel.resume .col-sm-2,
.panel.resume .col-md-2,
.panel.resume .col-lg-2,
.panel.resume .col-xs-3,
.panel.resume .col-sm-3,
.panel.resume .col-md-3,
.panel.resume .col-lg-3,
.panel.resume .col-xs-4,
.panel.resume .col-sm-4,
.panel.resume .col-md-4,
.panel.resume .col-lg-4,
.panel.resume .col-xs-5,
.panel.resume .col-sm-5,
.panel.resume .col-md-5,
.panel.resume .col-lg-5,
.panel.resume .col-xs-6,
.panel.resume .col-sm-6,
.panel.resume .col-md-6,
.panel.resume .col-lg-6,
.panel.resume .col-xs-7,
.panel.resume .col-sm-7,
.panel.resume .col-md-7,
.panel.resume .col-lg-7,
.panel.resume .col-xs-8,
.panel.resume .col-sm-8,
.panel.resume .col-md-8,
.panel.resume .col-lg-8,
.panel.resume .col-xs-9,
.panel.resume .col-sm-9,
.panel.resume .col-md-9,
.panel.resume .col-lg-9,
.panel.resume .col-xs-10,
.panel.resume .col-sm-10,
.panel.resume .col-md-10,
.panel.resume .col-lg-10,
.panel.resume .col-xs-11,
.panel.resume .col-sm-11,
.panel.resume .col-md-11,
.panel.resume .col-lg-11,
.panel.resume .col-xs-12,
.panel.resume .col-sm-12,
.panel.resume .col-md-12,
.panel.resume .col-lg-12 {
	margin: 0 0 5px 0;
}


/*tabs*/

.tabs-container {
	margin-top: 20px;
}

.tab-content {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	padding: 20px 15px 10px 15px;
}


/*.tab-content > .tab-pane {
	overflow: hidden;
}*/

h3.tab_drawer_heading {
	width: auto;
}

.tab_drawer_heading {
	display: none;
}


/*.tab-pane .panel-default {
	margin: 0;
}*/

.tab-header h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
}

@media screen and (max-width: 800px) {
	.tabs-container .nav.nav-tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #aec4d2;
		color: #222;
		border-bottom: 1px solid #fff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		/*user-select: none;*/
	}
	.d_active {
		background-color: #fff;
		color: #222;
		border-bottom: 7px solid #aec4d2;
	}
}


/**/


/*tabelle*/


/*.dataTables_wrapper {
	margin-top: 20px;
}*/

.table {
	max-width: none;
	width: 100% !important;
}

caption {
	font-weight: bold;
}

.table > thead > tr > th {
	/*background-color: #F9F8F5;*/
	/*border-bottom-color: #E4ECFC;*/
	/*border-bottom-color: #083B65;*/
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
	vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #eaeaea;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border: none;
	border-bottom: 2px solid #546672;
	background-color: #fff;
}

.table > thead > tr > th.input {
	width: 20px !important;
}

.table tr.total th,
.table tr.total td {
	border-top-width: 2px;
	font-weight: bold;
	background-color: #FDF6E4;
}

table.dataTable.table-condensed > thead > tr > th {
	padding: 5px;
}

table > thead > tr > th {
	padding: 5px;
	text-align: left !important;
}


/*table.dataTable {
	margin-top: 20px !important;
}*/

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 1.2em;
	font-weight: 600;
	height: auto;
	left: 0;
	line-height: 8px;
	margin: 0 5px 0 0;
	min-width: 8px;
	padding: 4px;
	position: inherit;
	text-align: center;
	text-indent: inherit;
	top: 0;
	width: auto;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	padding-left: 8px;
}

/*table.dataTable thead .sorting_asc::after {
	content: "";
}*/

div.dataTables_wrapper div.dataTables_info {
	font-size: 12px;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #F4B525;
	color: #8a6d3b;
}

.table > tbody > tr > td.day {
	min-width: 80px;
}

.table > tbody > tr > td.note {
	min-width: 150px;
}

.table > tbody > tr > td input[type="image"] {
	opacity: 0.8;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.table > tbody > tr > td input[type="image"]:hover {
	opacity: 1;
}

.table > tbody > tr > td .label.label-primary {
	display: block;
}


/**/

.pagination > li > a,
.pagination > li > span {
	border: none;
	padding: 5px 10px;
	font-size: 14px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #265a88;
	border-color: #265a88;
}

label.block {
	display: block;
}

.form-group.inline {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.form-control.date {
	width: auto;
}

.form-control.year {
	width: auto;
}

blockquote {
	margin: 0;
}

.blockquote-reverse,
blockquote.pull-right {
	border: none;
}

.badge.info {
	padding: 0;
	font-size: 20px;
	background-color: #0462ac;
}

.radio label:first-child,
.checkbox label:first-child {
	margin-right: 15px;
}

.radio,
.checkbox {
	margin: 0 0 15px 0;
}

.wAuto {
	width: auto;
}

fieldset {
	border: 1px solid #eaeaea;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 20px 20px 0;
}

fieldset + fieldset {
	margin-top: 20px;
}

legend {
	border: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	color: #0462AC;
	position: relative;
	font-size: 18px;
}


/*
legend:before {
	position: absolute;
	top: 14px;
	left: -30px;
	content: "";
	width: 30px;
	display: inline-block;
	height: 3px;
	background-color: #0462AC;
}

legend:after {
	position: absolute;
	top: 14px;
	left: -30px;
	content: "";
	width: 3px;
	display: inline-block;
	height: 40px;
	background-color: #0462AC;
}*/

.panel-title > a .fa-angle-down {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-size: 22px;
	vertical-align: middle;
}

.panel-title > a.collapsed .fa.fa-fw.fa-angle-down {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}


/***** SIDEBAR NAV *****/

#sidebar {
	top: 56px;
	max-width: 201px;
	width: auto;
	background-color: #2F4050;
}

.sidebar-nav {
	position: relative;
	width: 100%;
	color: #FFF;
}

.sidebar-nav > .sidebar-brand {
	background-color: #293846;
	padding: 10px;
	height: auto;
}

.sidebar-nav > .sidebar-brand a {
	color: #93a3b5;
}

.sidebar-nav li {
	position: relative;
	/*border-bottom: 1px solid #93a3b5;*/
	text-indent: 0 !important;
	line-height: 1.4;
}

.sidebar-nav li.sidebar-brand {
	text-indent: 10px;
}

.sidebar-nav li a {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	color: #93a3b5;
	display: block;
	text-decoration: none;
	/*text-indent: 20px;*/
	/*white-space: nowrap;*/
	opacity: 1;
	background-color: #2F4050;
	padding: 10px;
}

.sidebar-nav li:hover > a,
.sidebar-nav li > a:hover, 
.sidebar-nav li a.active{
	background-color: #293846;
	color: #fff;
	opacity: 1;
}

.sidebar-nav li > a > i {
	display: inline;
	font-size: 12px;
	vertical-align: middle;
	margin-left: 5px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.sidebar-nav li:hover > a > i,
.sidebar-nav li > a:hover > i {
	margin-left: 10px;
}

.sidebar-nav li ul {
	left: 0;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 1;
	min-width: 200px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	z-index: -1;
	font-size: 0.9em;
}

.sidebar-nav li ul:after {
	right: 100%;
	top: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(8, 59, 101, 0);
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.sidebar-nav li:hover > ul {
	visibility: visible;
	left: 100%;
}


/*.sidebar-nav li ul li {
	border-top: 1px solid #eee;
}*/

.sidebar-nav li ul li a {
	color: #fff;
	background-color: #293846;
	padding: 12px;
	text-indent: 0;
	line-height: 1;
}

.sidebar-nav li ul li:hover > a,
.sidebar-nav li ul li > a:hover,
.sidebar-nav li ul li > a.active {
	background-color: #fafcff;
	color: #0462ac;
	opacity: 1;
}


/***** FINE SIDEBAR NAV *****/


/***** FOOTER *****/

.footer {
	bottom: 0;
	height: 50px;
	line-height: 50px;
	position: absolute;
	width: 100%;
	background-color: #334454;
	color: #FFF;
}

.footer .container {
	/*background-color: #334454;*/
}

.footer p {
	margin: 0;
}

.footer p.inline {
	margin: 0 10px;
}

.footer .text {
	margin: 0;
	color: #fff;
	float: right;
}

.footer a {
	color: #fff;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: underline;
}


/***** FINE FOOTER *****/


/***** RETURN TO TOP *****/

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #0462ac;
	background: rgba(4, 98, 172, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

.cd-top {
	display: inline-block;
	height: auto;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	white-space: nowrap;
	/*background: rgba(232, 98, 86, 0.8);*/
	background: rgb(4, 98, 172);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	text-align: center;
	z-index: 999999;
}

.cd-top i {
	color: #fff;
	margin: 0;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 60px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 0.7;
}

.cd-top.cd-is-visible:hover {
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.stileRowspan{
    border-bottom:none;
    border-top:none;
    font-size:0;
}

.scrollable{
    height:400px; 
    overflow-y: scroll; 
    overflow-x: hidden;
}

.form-control.input-date {
	width: auto !important;
    display: inline-block;
}

/*.input-group.date {
	display: inline-block;
}*/

.input-group.date .input-group-addon {
    font-size: 15px;
    width: auto;
    height: 30px;
    padding: 0 15px;
	z-index:1600 !important;
}

.input-group.date-search .input-group-addon {
    font-size: 15px;
    width: auto;
    height: 30px;
    padding: 0 15px;
}

.excelCont {
    /*display: inline-flex;*/
    margin-top: 25px;
    margin-bottom: 30px;
}

.msgSintesi{
	/*display: inline-flex;*/
	margin-top: 25px;
	font-size:small;
}

.exportTemplate {
	padding-right: 10px;
	margin-top: -15px;
}




