html {
	height:100%;
}
body {
	border: none;
	height:100%;
	margin: 0;
	padding: 0;
	font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
	background-color: #DDDDDD;
	-webkit-user-select: none;
	overscroll-behavior-y: contain;
}
a {
	text-decoration: none;
	color: dodgerblue;
}
input.mycheckbox {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.fontbig {
	font-size: 24px;
}
.fontmedium {
	font-size: 21px;
}
.fontsmall {
	font-size: 16px;
}
.fontverysmall {
	font-size: 14px;
}
.fontveryverysmall {
	font-size: 12px;
}

#app {
	box-sizing: border-box;
	min-height:100%;
	margin: auto;
	border: 0 solid lightgray;
	padding: 0;
	outline: 0;
	background-color: white;
}
#alert {
	box-sizing: border-box;
	margin: auto;
	border: 0 solid lightgray;
	padding: 0;
	outline: 0;
	height: 100%;
	background-color: white;
	display: none;
}
#confirm {
	box-sizing: border-box;
	margin: auto;
	border: 0 solid lightgray;
	padding: 0;
	outline: 0;
	height: 100%;
	background-color: white;
	display: none;
}
#wait {
	box-sizing: border-box;
	margin: auto;
	border: 0 solid lightgray;
	padding: 0;
	outline: 0;
	height: 100%;
	background-color: white;
	display: none;
}
#btnFocus, #btnAlertFocus, #btnConfirmFocus {
	color: white;
	background-color: white;
	border: none;
	cursor: default;
}
.maxw {
	max-width: 800px;
	margin: auto;
	padding: 0 8px;
}
.midw {
	max-width: 600px;
	margin: auto;
	padding: 0 8px;
}
.minw {
	max-width: 400px;
	margin: auto;
	padding: 0 8px;
	background-color: white;
}
.nomaxw {
	margin: auto;
	padding: 0 8px;
}

.header {
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0 0 0 0;
	outline: 0;
	color: black;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 72px;
	position: fixed;
	z-index: 9999;
}
.subheader {
	background-color: #EEE;
	box-sizing: border-box;
	margin: 0;
	padding-top: 2px;
	outline: 0;
	top: 72px;
	text-decoration: none;
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 9999;
}
.subheader2 {
	background-color: #FFF;
	box-sizing: border-box;
	margin: 0;
	padding-top: 2px;
	outline: 0;
	top: 72px;
	text-decoration: none;
	text-align: left;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 9999;
}
.headerplaceholder {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
}
.headerplaceholder2 {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
}
.subheaderplaceholder {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 116px;
}
.subheader2placeholder {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 156px;
}
.headerbuttonl {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 16px 0 0 0;
	background-color: #0066ff;
	float: left;
	width: 13%;
	height: 48px;
	cursor: pointer;
}
.headerbuttonr {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 16px 0 0 0;
	background-color: #0066ff;
	float: left;
	width: 13%;
	height: 48px;
	cursor: pointer;
}
.headerbuttontext {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 24px 0 0 0;
	background-color: #0066ff;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	float: left;
	width: 13%;
	height: 48px;
	cursor: pointer;
}
.headerlogo {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 4px 0 0 0;
	background-color: #0066ff;
	color: white;
	text-align: center;
	vertical-align: text-bottom;
	text-decoration: none;
	font-size: 24px;
	float: left;
	width: 74%;
	height: 68px;
	cursor: default;
}
.title {
	cursor: default;
	font-size: 22px;
	margin: auto;
	padding: 8px;
	text-align: center;
	color: rosybrown;
}
.label {
	cursor: default;
	font-size: 18px;
	color: dodgerblue;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.labelro {
	cursor: default;
	font-size: 18px;
	color: rosybrown;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.labelcheckbox {
	cursor: pointer;
	font-size: 18px;
	color: dodgerblue;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}
.inputtext {
	box-sizing: border-box;
	width: 100%;
	min-height: 32px;
	font-size: 22px;
	background-color: #F8F8F8;
	border-top: none;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #DDD;
	color: black;
	padding: 2px;
	margin: 0 0 8px 0;
	text-align: left;
	cursor: pointer;
}
.textro {
	cursor: default;
	box-sizing: border-box;
	width: 100%;
	font-size: 22px;
	background-color: #F8F8F8;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #EEE;
	padding: 2px;
	margin: 0 0 8px 0;
}
.textinfo {
	cursor: default;
	font-size: 22px;
	padding: 16px;
}
.textdata {
	cursor: default;
	font-size: 22px;
	padding: 2px;
}
.textdatasmall {
	cursor: default;
	font-size: 16px;
	padding: 2px;
}
.texticon {
	border: none;
	text-align: center;
	width: 22px;
	cursor: pointer;
	vertical-align: text-bottom;
}
.texticonbig {
	font-size: 32px;
	cursor: pointer;
}
.underlined {
	text-decoration: underline;
}
.inlinebutton {
	cursor: pointer;
	background-color: #EEE;
	border: 1px solid #BBB;
	border-radius: 5px;
	padding: 6px;
	margin: 0;
	text-align: center;
}
button {
	box-sizing: border-box;
	display: block;
	width: 80%;
	cursor: pointer;
	background-color: #EEE;
	border: 1px solid #BBB;
	border-radius: 5px;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* table per disegno forms stile bootstrap ////////////////////////////////////////////////////////////////////////// */
.myform {
	width: 100%;
	table-layout: fixed;
}
.myform tr {
	border: none;
	margin: 0;
	padding: 0;
}
.myform td {
	border: none;
	margin: 0 2px 0 2px;
	padding: 0 4px 0 4px;
}
.myform .separator {
	height: 16px;
}
.myform .separatorvisible {
	line-height: 16px;
	background-color: #888;
}
.myform .tips {
	cursor: default;
	font-size: 16px;
	color: #888;
	padding-bottom: 16px;
	display: none;
}
.myform .material-icons {
	cursor: pointer;
	border: none;
	text-align: center;
}

/* table per menu /////////////////////////////////////////////////////////////////////////////////////////////////// */
.mymenu {
	width: 100%;
	font-size: 22px;
}
.mymenu tr {
	cursor: pointer;
	height: 48px;
}
.mymenu .trsmall {
	cursor: default;
	height: 24px;
}
.mymenu .separator {
	cursor: default;
	background-color: #EEE;
	height: 8px;
	font-size: 1px;
}
.mymenu .bottom {
	cursor: default;
	background-color: #EEE;
}
.mymenu .icon {
	cursor: default;
	border: none;
	text-align: center;
	width: 40px;
	padding-top: 10px;
}

/* table per liste generiche //////////////////////////////////////////////////////////////////////////////////////// */
.mylist {
	width: 100%;
	font-size: 22px;
	border-collapse: collapse;
}
.mylist tr {
	cursor: pointer;
	height: 48px;
	border-bottom: 2px solid #EEE;
}
.mylist .icon {
	border: none;
	text-align: center;
	width: 40px;
	padding-top: 10px;
}
.mylist .selected {
	background-color: #EEE;
}
.mylist .singlecell {
	padding-left: 16px;
	padding-right: 16px;
}
.mylist .multicell {
	padding-left: 8px;
	padding-right: 8px;
}

/* table per input time ///////////////////////////////////////////////////////////////////////////////////////////// */
.myinputtime {
	width: 100%;
	max-width: 320px;
	table-layout: fixed;
	margin: auto;
}
.myinputtime tr {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 48px;
}
.myinputtime td {
	border: none;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
}
.myinputtime .minutes {
	font-size: 20px;
	background-color: white;
	color: #888;
}

.myinputtime .selected {
	color: white;
	background-color: dodgerblue;
}
.myinputtime .oldvalue {
	color: white;
	background-color: #CCC;
}
.myinputtime .separator {
	cursor: default;
	height: 8px;
	font-size: 1px;
}
.myinputtime .ok {
	background-color: #EEEEEE;
}

/* table per input date ///////////////////////////////////////////////////////////////////////////////////////////// */
.myinputdate {
	width: 100%;
	max-width: 320px;
	table-layout: fixed;
	margin: auto;
}
.myinputdate tr {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 48px;
}
.myinputdate tr .today {
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.myinputdate tr .daysofweek {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.myinputdate td {
	border: none;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
}
.myinputdate .navbar {
	border: none;
	padding: 16px 0 0 0;
	cursor: pointer;
}
.myinputdate .today {
	border: none;
	background-color: white;
	color: dodgerblue;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	cursor: pointer;
}
.myinputdate .label {
	border: none;
	background-color: white;
	/*color: black;*/
	font-size: 22px;
	text-align: center;
	cursor: default;
}
.myinputdate .daysofweek {
	border: none;
	background-color: white;
	color: #888;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	cursor: default;
}
.myinputdate .outofrange {
	font-size: 18px;
}
.myinputdate .selected {
	color: white;
	background-color: #CCC;
}
.myinputdate .highlighted {
	color: red;
}
.myinputdate .disabled {
	color: #AAA;
	cursor: default;
}
.myinputdate .separator {
	cursor: default;
	height: 8px;
	font-size: 1px;
}
.myinputdate .separatorvisible {
	cursor: default;
	height: 8px;
	background-color: #EEE;
	font-size: 1px;
}
.myinputdate .ok {
	background-color: #EEEEEE;
}
/* table stile planning ///////////////////////////////////////////////////////////////////////////////////////////// */
.myplanning {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
.myplanning tr {
	border: none;
	margin: 0;
	padding: 0;
}
.myplanning td {
	margin: 0;
	padding: 0;
}
.myplanning .separator {
	line-height: 8px;
}
.myplanning .typeseparator {
	line-height: 16px;
	background-color: #FAFAFA;
}
.myplanning .separatorvisible {
	line-height: 1px;
	background-color: #EEE;
}
.myplanning .righello {
	line-height: 8px;
	color: #888;
	cursor: default;
	text-align: center;
}
.myplanning .extradata {
	background-color: lightcyan;
	text-align: center;
}
.myplanning .material-icons {
	cursor: pointer;
	border: none;
	text-align: center;
}
.myplanning .currenttime {
	cursor: default;
	border: none;
}
.myplanning .dayseparator {
	background-color: #DDD;
	cursor: default;
}

/* colori custom //////////////////////////////////////////////////////////////////////////////////////////////////// */
.coloractive {
	color: dodgerblue;
}
.colordisabled {
	color: darkgray;
}
.colorvalidate {
	color: green;
}
.colorvalidatelight {
	color: limegreen;
}
.coloralert {
	color: tomato;
}
.colorwarning {
	color: orange;
}
.colorwhite {
	color: white;
}
.colordarkgray {
	color: #666;
}
.colorreverse {
	background-color: #888;
	color: #FFF;
}

.colorheader {
	background-color: #0066ff;
	color: white;
}
.colorheaderalert {
	background-color: lightcoral;
}
.colorheaderconfirm {
	background-color: blue;
	color: white;
}
.colorheaderwait {
	background-color: lightgray;
	color: white;
}
.colorrequired {
	background-color: lightgoldenrodyellow;
}

/* table per report ///////////////////////////////////////////////////////////////////////////////////////////////// */
.myreport {
	width: 100%;
	font-size: 18px;
	border-collapse: collapse;
}
.myreport tr {
	cursor: pointer;
	border: none;
}
.myreport .label {
	color: rosybrown;
	font-size: 16px;
	text-align: right;
}
.myreport .separator {
	cursor: default;
	height: 8px;
	background-color: #EEE;
}

/* planning ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.headerplanning {
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: 160px;
	position: fixed;
	z-index: 9998;
}
.headerplanningw {
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	color: #000;
	background-color: #FFF;
	width: 100%;
	height: 188px;
	position: fixed;
	z-index: 9998;
}
.headerplaceholderplanning {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 160px;
}
.headerplaceholderplanningw {
	border: 0;
	background-color: white;
	left: 0;
	top: 0;
	width: 100%;
	height: 188px;
}
.datebrowserbutton {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 8px 0 0 0;
	background-color: white;
	color: dodgerblue;
	text-decoration: none;
	font-size: 32px;
	float: left;
	width: 25%;
	cursor: pointer;
	height: 32px;
}
.datebrowserlabel {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 16px 0 0 0;
	text-decoration: none;
	font-size: 22px;
	background-color: #FFF;
	color: dodgerblue;
	float: left;
	width: 50%;
	height: 40px;
	cursor: pointer;
}
.trplanningrisorsa {
	padding: 0;
	border: none;
	margin: 0;
	cursor: default;
}
.trplanninggrafico {
	line-height: 12px;
	padding: 0;
	border: none;
	margin: 0;
}
.tdplanninggrafico {
	padding: 0;
	border: none;
	margin: 0;
}

.colorplanninglibero {
	background-color: white;
	cursor: default;
}
.coloraulaimpegnata {
	background-color: deepskyblue;
	background-image: linear-gradient(to right, deepskyblue, blue);
	cursor: pointer;
}
.coloraulaimpegnataselected {
	animation: blinkcoloraulaimpegnataselected 1s infinite;
}
@keyframes blinkcoloraulaimpegnataselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: deepskyblue;}
	75%		{ background-color: deepskyblue;}
	100%	{ background-color: blue;}
}
.coloraereoimpegnato {
	background-color: deepskyblue;
	background-image: linear-gradient(to right, deepskyblue, blue);
	cursor: pointer;
}
.coloraereoimpegnatoselected {
	animation: blinkcoloraereoimpegnatoselected 1s infinite;
}
@keyframes blinkcoloraereoimpegnatoselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: deepskyblue;}
	75%		{ background-color: deepskyblue;}
	100%	{ background-color: blue;}
}
.coloristruttoreimpegnato {
	background-color: limegreen;
	background-image: linear-gradient(to right, limegreen, green);
	cursor: pointer;
}
.coloristruttoreimpegnatoselected {
	animation: blinkcoloristruttoreimpegnatoselected 1s infinite;
}
@keyframes blinkcoloristruttoreimpegnatoselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: limegreen;}
	75%		{ background-color: limegreen;}
	100%	{ background-color: green;}
}
.colorpilotaimpegnato {
	background-color: dimgray;
	background-image: linear-gradient(to right, darkgray, dimgray);
	cursor: pointer;
}
.colorpilotaimpegnatoselected {
	animation: blinkcolorpilotaimpegnatoselected 1s infinite;
}
@keyframes blinkcolorpilotaimpegnatoselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: darkgray;}
	75%		{ background-color: darkgray;}
	100%	{ background-color: dimgray;}
}
.colorblocco {
	background-color: tomato;
	cursor: pointer;
}
.colorbloccoselected {
	animation: blinkcolorbloccoselected 1s infinite;
}
@keyframes blinkcolorbloccoselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: tomato;}
	75%		{ background-color: tomato;}
	100%	{ background-color: tomato;}
}
.colorfuoriorario {
	background-color: gold;
	cursor: pointer;
}
.colorfuoriorarioselected {
	animation: blinkcolorfuoriorarioselected 1s infinite;
}
@keyframes blinkcolorfuoriorarioselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: gold;}
	75%		{ background-color: gold;}
	100%	{ background-color: gold;}
}
.colorselezione {
	background-color: yellow;
	cursor: pointer;
}
.colordaconfermare {
	background-color: #990000;
	background-image: linear-gradient(to right, #999900, #990000);
	cursor: pointer;
}
.colordaconfermareselected {
	animation: blinkcolordaconfermareselected 1s infinite;
}
@keyframes blinkcolordaconfermareselected {
	0%		{ background-color: yellow;}
	25%		{ background-color: yellow;}
	50%		{ background-color: #999900;}
	75%		{ background-color: #999900;}
	100%	{ background-color: #990000;}
}

.colorplanningpimpegnato {
	background-color: dimgray;
	background-image: linear-gradient(to right, darkgray, dimgray);
	cursor: default;
}
.colorplanningpimpegnatodame {
	background-color: deepskyblue;
	background-image: linear-gradient(to right, deepskyblue, blue);
	cursor: pointer;
}
.colorplanningpdaconfermare {
	background-color: tomato;
	background-image: linear-gradient(to right, lightpink, red);
	cursor: pointer;
}

.inscadenza {
	background-color: gold;
}
.scaduto {
	background-color: tomato;
}

/* nasconde spin buttons in input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* firefox */
input[type=number] {
	-moz-appearance: textfield;
}
