
tr.cst {
	cursor: pointer;
}
option.green {
	color: #00a65a;
}
option.exist {
	font-weight: 900;
	color: #000000;
}
footer.main {
	padding: 5px;
	position: absolute;
	bottom: 0px;
	height: 3%;
	/*min-height: 28px;*/
	left: 13%;
	right: 0px;
	text-align: right;
	background: #efefef;
	border-top: solid 1px #ccc;
    font-size: 12px;
}
.page-container .main-content {
	position: absolute;
	display: block;
	/* vertical-align: top; 
	padding: 20px 0 0 0;*/
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* box-sizing: border-box; */
	height: auto;
	bottom: 3%;
	top: 0px;
	right: 0px;
	left: 13%;
	overflow-y: auto;
	max-height: calc(100% - 19px);
}
.page-container, body {
	overflow: hidden;
}
.page-container .sidebar-menu {
	display: table-cell;
	vertical-align: top;
	background: #303641;
	width: 13%;
	position: relative;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar-collapse {
	display: none!important;
}

@media (max-width: 990px) {
footer.main {
	left: 65px;
}
.page-container .main-content {
	left: 65px;
}
.page-container, body {
	overflow: hidden;
}
.sidebar-collapse {
	display: none!important;
}
}

@media (max-width: 767px) {
.logo img {
	width: auto!important;
	height: 30px;
}
footer.main {
	left: 0px;
}
.page-container .sidebar-menu {
	display: block;
	width: 100%;
}
.page-container .main-content {
	top: 60px;
	left: 0px;
}
.page-container, body {
	overflow: hidden;
}
}
 input[type="date"]::-webkit-inner-spin-button {
 display: none;
 -webkit-appearance: none;
 margin: 0;
 padding: 3px;
}
input[type="date"], input[type="number"] {
	padding-right: 3px;
}
input[type="number"] {
	text-align: right;
}
.itsammenu {
	max-height: 500px;
	overflow-y: auto;
}
.I {
	color: #0073b7;
}
.C {
	color: #f4543c;
}
.tab-content {
	background-color: #fff;
}
.dw {
	border-left: dotted 1px #999;
	min-width: 55px;
	max-width: 70px;
}
.off {
	background-color: rgba(204, 204, 204, 0.4);
}
.dw dm {
	z-index: 0;
	color: rgba(204, 204, 204, 0.4);
	font-size: 40px;
	line-height: 0;
	font-weight: bold;
	float: left;
}
.lred {
	color: rgba(255, 0, 0, 0.2)!important;
}
.dw strong {
	z-index: 1;
	display: block;
	float: right;
	width: 100%;
}
.obi {
	font-size: 12px;
	color: #999;
	width: 100%;
	display: block;
	float: right;
}
	#loading-indicator {
		position: absolute;
		z-index: 90000;
		display: block;
		top: 0px;
		bottom: auto;
		left: 0px;
		right: 0px;
		opacity: 1;
		text-align: center;
		background-color: transparent;
	}
#loading-indicator i {
	margin: 0 auto;
	display: block;
	margin-top: 25%;
}
.dtl {
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.doble {
	border-bottom: solid 1px #000;
}
.double {
	border-top: solid 1px #000;
	border-bottom: dotted 1px #000;
	background-color: #efefef;
}
.login-page .login-header {
	color: #ffffff;
	position: relative;
	background: #373e4a;
	padding: 100 0 20 0;
	-moz-transition: all 550ms ease-in-out;
	-webkit-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
	transition: all 550ms ease-in-out;
}
.tile-stats:not(.tile-white-orange) .num {
	font-size: 250%;
	font-weight: bold;
	text-align: right;
}
.ticketList th:not(:first-child), .ticketList td:not(:first-child) {
	text-align: right;
}
.text-green {
	color: #0bab01;
	font-weight: bold;
}
.text-red {
	color: #f4543c;
	font-weight: bold;
}
.last_table {
	border-bottom: solid 1px #ccc;
}
.blink {
	-webkit-animation: BLK 2s infinite;  /* Safari 4+ */
	-moz-animation: BLK 2s infinite;  /* Fx 5+ */
	-o-animation: BLK 2s infinite;  /* Opera 12+ */
	animation: BLK 2s infinite;  /* IE 10+, Fx 29+ */
}
 @-webkit-keyframes BLK {
 0%, 5% {
 background-color: #00a65a;
}
 6%, 10% {
 background-color: transparent;
}
 11%, 20% {
 background-color: #00a65a;
}
 21%, 30% {
 background-color: transparent;
}
 31%, 50% {
 background-color: #00a65a;
}
 51%, 100% {
 background-color: transparent;
}
}
.btn-neg {
	cursor: pointer;
	color: #111;
	background-color: transparent !important;
	border-color: none !important;
}
.btn-neg:hover {
	color: #00acd6 !important;
}
.minus, .major {
	font-weight: 900;
}
.minus {
	color: #f4543c;
}
.major {
	color: #00acd6;
}
.fisso_variabile {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}
input {
	font-size: 12px;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
input[type="number"] {
	font-size: 20px;
}
.tile-white .icon {
	color: #e2e2e2 !important;
}
.tile-white .num {
	font-size: 200%;
}
.tile-stats:not(.tile-white-orange) {
	font-size: 12px;
	color: #fff;
}
.tile-stats:not(.tile-white-orange) h2 {
	font-size: 20px;
	color: #fff;
	margin-top: 0px;
}
table.dataTable thead th {
	position: relative;
	background-image: none !important;/* Remove the DataTables bootstrap integration styling */
}
table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: 'FontAwesome';
}
table.dataTable thead th.sorting:after, table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 50% !important;
	right: 8px;
	display: block;
	font-family: Entypo;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
table.dataTable thead th.sorting:after {
	font-family: 'FontAwesome';
	content: "\f0dc";
	color: #ddd;
	font-size: 0.8em;
	padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
	font-family: 'FontAwesome';
	font-weight: 900;
	content: "\f0dd";
}
div.dataTables_scrollBody table.dataTable thead th.sorting:after, div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after, div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
	top: 8px;
}
/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after, table.table thead th.sorting_asc:after, table.table thead th.sorting_desc:after {
	top: 8px;
}
.panel, .tile-stats {
	border: 1px solid #ccc;
	border-radius: 0 0 4px 4px;
	border-width: 0 1px 4px;
	border-top: 1px solid #ccc;
}
.tabs-vertical-env .tabs-vertical + .tab-content {
	margin-bottom: 0;
	min-height: 400px;
	background-color: #fff;
}
.buttons {
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
	padding: 10px;
}
textarea {
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}
.input-group-addon:first-child {
	border-right: 0;
	font-size: 14px;
	font-weight: 600;
	font-family: Arial;
}
