@charset "UTF-8";
/** orbico stylesheets 4.0.1 2020-11-20
* https://aip.solutions
*/
@font-face {font-family:'IBM Plex Reg';font-weight:normal;font-display:swap;src:url("../res/IBMPlexSans-Regular.woff2") format("woff2");}
@font-face {font-family:'IBM Plex Bold';font-weight:bold;src:url("../res/IBMPlexSans-Bold.woff2") format("woff2");}
@font-face {font-family:'FontAwesome';font-weight:bold;font-display:block;src:url("../res/fa-solid-900.woff2") format("woff2");}
/** general formatting */
/* base */
body, nav, menu, ul			{margin:0;padding:0;}
header, main, footer, section, h1, h2, h3
							{position:relative;display:block;box-sizing:border-box;}
.hide 						{display:none;}
footer						{text-align:right;}
/* titles */
h2, h3			{margin:0;color:#455A64;text-transform:uppercase;font-size:12px;line-height:46px;}
h4, h5, h6		{border-radius:8px;padding:12px;color:#BF360C;font-size:18px;background:#fee;text-align:center;z-index:100;}
h4				{color:#455A64;background:#FFEB3B;}
h5				{color:#88B314;background:#f6fbe7;margin:0px 0px 10px 0;}
.right			{float:right;}
/* links */
a 							{color:inherit;}
a[onclick]					{cursor:pointer;}
button						{display:inline-block;box-sizing:border-box;position:relative;vertical-align:bottom;width:120px;height:32px;margin:4px 0 4px 4px;border:2px solid #0288D1;border-radius:20px;color:#0288D1;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;text-transform:uppercase;background:#fff;outline:none;transition:all .4s;
	&.focus 				{border-color:#0288D1;color:#fff;background:#0288D1;}
	&:hover 				{box-shadow:0px 3px 6px #00000029;border-color:#0288D1;color:#fff;background:#0288D1;}
	&.red, &.alert 			{border-color:#d32f2f;color:#d32f2f;
		&:hover 			{background:#d32f2f;color:#fff}	
	}
	&.back					{float:left;}
	&.close					{float:left;
		&::before 			{display:none;}
	}
	&.pending 				{border-color: #FFC107;color: #FFC107;
		&:hover 			{background-color: #FFC107;color:#fff;}	
	}
	&.active 				{color:#0288D1;background-color:#fff;}
}
.button						{display:inline-block;border-radius:10px;width:48px;height:48px;line-height:48px;text-align:center;color:#607D8B;transition:all .4s;cursor:pointer;font-size:0;text-decoration:none;
	&::before 				{content:"";font-family:'FontAwesome';font-size:24px;}
	&.active 				{border-radius:0;background:#DBEBF3;color:#0288D1;}
}
.btn						{display:inline-block;border-radius:10px;width:32px;height:32px;line-height:32px;text-align:center;color:#607D8B;transition:all .4s;cursor:pointer;font-size:0;text-decoration:none;
	&::before 				{content:"";font-family:'FontAwesome';font-size:18px;}
	&:hover 				{border-radius:0;color:#fff;background:#0288D1}
	&.active 				{border-radius:0;background:#DBEBF3;color:#0288D1;
		&:hover 			{border-radius:0;color:#fff;background:#0288D1}	
	}
}
a.active + nav.action a:hover{border-radius:0;color:#fff;background:#0288D1}
p.focus						{background:#FFEB3B;outline:4px solid #FFEB3B;}
p.hint						{font-size:14px;}
/* lists */
thead th.num				{text-align:center;}
/* forms */
label						{display:flex;position:relative;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;flex-flow: row wrap;}
label:before				{content:attr(title);}
input, output, select, textarea		{box-sizing:border-box;min-height:40px;width:100%;margin:0px;border:1px solid #CFD8DC;border-radius:8px;color:#737373;padding:8px 4px 8px 8px;font-size:12px;background:#fff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .4s;cursor:pointer;}
/* input:focus, select:focus, textarea:focus, */
input:hover, select:hover, textarea:hover {background:#ffc;color:#000;}
input:hover::placeholder, input:focus::placeholder {opacity:1;}
input[readonly], select[readonly], textarea[readonly], output {background:#f7f7f7;color:#777;cursor:default;}
input[disabled], select[disabled], textarea[disabled] {background:#f7f7f7;color:#777;}
label.slct::after			{content:'\f107';position:absolute;right:26px;top:11px;font-family:'FontAwesome';font-size:17px;color:#737373;z-index:1;}
.form .slct::after 			{right:16px;top:29px}
/* basic elements response */
@media only screen and (min-width:480px) {
	/* h2, h3					{font-size:12px;line-height:46px;} */
	input, output, select, textarea {font-size:16px;}
	button 					{width:120px;height:40px;font-size: 16px;}
}
/* theme */
:root {
	/* default gray theme */
  	--black:  #000a23;
  	--main10: #263238;
  	--main20: #37474F;
  	--main30: #455A64;
  	--main40: #546E7A;
  	--main50: #607D8B;
 	--main60: #78909C;
 	--main70: #90A4AE;
 	--main80: #CFD8DC;
 	--main90: #ECEFF1;
 	/* accent elements */
 	--white:  #fff;
 	--blue: #42a5f5; 	/* blue */
 	--green: #24a148; 	/* green */
 	--yellow: #f1c21b;	/* yellow */
 	--orange: #ff832b;	/* orange */
 	--red: #da1e28;		/* red */

	 --state-ok:				#88B314;
	 --state-auto:			#88B314;
	 --state-manual:			#4A9BEC;
	 --state-warning: 		#FFC107;
	 --state-error:			#EB5100;
	 --state-offline:		#9BA7AE;
	 --state-active:			#FFEB3B;
	 --state-block:			#D500F9;
	 --green-light:			#F6FBE7;
	 --soft-black:			#263238;

 	/* system statuses */
 	/* background */		/* foreground */
 	--offline-b:#263238;  	--offline-f:#263238;
 	--online-b:#f5f8fa;  	--online-f:#263238;
	--manual-b:#0099e6;		--manual-f:#fff;
 	--auto-b:#8ec231; 		--auto-f:#3d5912;
 	--accept-b:#8ec231; 	--accept-f:#3d5912;
 	--active-b:#ffeb3b;		--active-f:#263238;
 	--error-b:#eb5100;		--error-f:#fff;
 	--estop-b:#eb5100;		--estop-f:#fff;
 	--reject-b:#eb5100;		--reject-f:#fff;
 }	
/** grid system */
/** main template */
html					{height:100%;overflow:auto;}
body 					{height:100%;min-width:375px;box-sizing:border-box;font-size:16px;font-family:'IBM Plex Reg',Arial,sans-serif; color:#263238;background:#607D8B;
	&.popup 			{background:rgba(0,0,0,0.5);overflow:hidden;height: auto;
		& h2			{padding-left:12px;line-height:40px;}
		& section 		{padding:0 12px 16px;font-size:0;}
		& label 		{font-size:14px;}
	}
	& form {height: 100%;}
}
body.popup section {padding-top:16px;min-height:320px;}
body.popup section.form article		{margin-bottom:8px;border:2px solid #fff;border-radius:8px;padding:8px;}
body.popup section.form article h3 	{margin-bottom:0;}
body.popup section.form article p 	{margin:0;}
body.popup section.form article label.u { width: 12.5%;}
body.popup section.form article label.q { width: 25%;}
body.popup section.form article label.s { width: 50%;}

/* header */
body > header		{position:fixed;left:0;top:0;height:100%;max-width:48px;background:#F5F8FA;box-shadow:3px 0px 6px #00000029;padding:48px 10px 0;transition:max-width .3s ease;overflow:hidden;z-index:101;-webkit-backface-visibility: hidden;
	&.active 			{width:100%;max-width:216px;overflow:hidden;transition:max-width .7s ease;background:#F5F8FA;
		& a.logo		{transform:translate(0px, 0px);}
		& nav.account	{width:196px;}
		& a.button:before {content:"\f060";}
		& .stats  {
		    & div		{opacity:1;transition:opacity 1s;}
			& h3		{font-size:16px;
				&::after 	{content:"\f061";display:initial;position:absolute;top:-9px;margin-left:4px;width:40px;border-radius:8px;height:40px;font-family:'FontAwesome';line-height:40px;}
				&:hover::after	{background:#01579B;color:#fff;}
			}
			& .smallchart 	{display: none;}
		}	
		& nav.action a::before	{left:45px;} 
	}
	& a.logo			{position:absolute;top:6px;left:0;transform:translate(-150px, 0px);margin:0;text-align:center;font-size:14px;width:100%;color:#607D8B;text-decoration:none;white-space:nowrap;transition:all .5s ease;
		& img			{display:block;margin:0;width: 100%;max-width: 165px;}
	}
	& a.button			{position:absolute;top:0;right:0;margin-left:-10px;line-height:48px;text-align:center;
		&::before		{content:"\f0c9";font-size:26px;font-family:'FontAwesome';}
		&:hover			{background:transparent;color:#607D8B;}
	}
	& nav 				{border:1px solid #ECEFF1;border-width:1px 0;padding:16px 0;background:#F5F8FA !important;
		&.account 		{position:absolute;bottom:0;border-bottom:0;padding-bottom:0;width:calc(100% - 20px);}
		&.action 		{border:none;padding:0;
			& a			{padding-left:75px;font-size:14px;
				&::before	{content:"\f1c9";font-size:17px;transition:.35s;}
			}
		}
		& a				{display:block;position:relative;margin-left:-10px;border-radius:10px;padding-left:55px;width:100%;height:48px;color:#607D8B;font-weight:bold;line-height:48px;font-size:16px;text-decoration:none;text-align:left;white-space:nowrap;overflow:hidden;transition:all .4s;background:#F5F8FA;
			&::before	{content:"";position:absolute;left:24px;transform:translate(-50%, 0);font-family:'FontAwesome';font-size:24px;}
			&:hover		{border-radius:0;color:#fff;background:#01579B;
				&::before 		{color:#fff;}
			}
			&.active	{border-radius:0;background:#DBEBF3;color:#0288D1;
				&::before		{color:#0288D1;}
			}
			&.active:hover	{border-radius:0;background:#01579B;color:#fff;
				&::before		{color:#fff;}
			}
			&.system::before	{content:"\f494";}
			&.service::before	{content:"\f06a";}
			&.transport::before	{content:"\f474";}
			&.report::before	{content:"\f073";}
			&.develop::before	{content:"\f121";}
			&.order::before		{content:"\f4de";}
			&.history::before	{content:"\f1da";}
			&.performance::before {content:"\f080";}
		    &.event::before		{content:"\f06a";}
			&.inventory::before	{content:"\f483";}
			&.opc::before		{content:"\f0e8";}
			&.profile::before	{content:"\f007";}
			&.logout::before 	{content:"\f2f5";}
		}
	}
	& div.stats 		{position:relative;margin-left:-10px;width:calc(100% + 20px);
		& h3 			{position:relative;margin:35px 0 0 -10px;width:216px;text-align:center;font-size:0;font-weight:bold;white-space:nowrap;letter-spacing: 0.3px;color: #455A64;text-transform: uppercase;line-height: unset;
			&::after 	{content:"STATS";display:block;margin-left:10px;font-size:12px;color:#607D8B;font-weight:normal;width:48px;}
		}
		& div			{margin:20px 0;opacity:0;transition:opacity .4s;width:216px;
			& h4		{margin:7px 0 0;font-weight:normal;text-align:center;white-space:nowrap;color:#263238;background: none;font-size: 18px;}
			&.chart		{position:relative;margin:0;text-align:center;
				&::before	{content:attr(data-percent)'%';position:absolute;right:50%;top:50%;transform:translate(50%, -50%);font-weight:700;font-size:24px;}}
		}
		& .smallchart	{position: absolute;top: 42px;width:48px;text-align:center;
			&  h4		{margin: 12px 0 0;font-size:12px;font-weight:normal;color:#607D8B;background: none;}
			& div		{opacity:1;width:48px;text-align:center;
				&::before	{font-size:12px;bottom: -20px;top: unset;}
			}
			&.triangle	{top:145px;
				& div	{position: relative;background:#cddc39;text-align: left;margin:0 0 8px 16px;width:  15px;height: 15px;border-radius:0 8px 0 0;transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
					&::before {content: '';position: absolute;background: inherit;width:  15px;height: 15px;border-radius:0 8px 0 0;transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);bottom: unset;}
					&::after  {content: '';position: absolute;background: inherit;width:  15px;height: 15px;border-radius:0 8px 0 0;transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);}
				}
				& span	{display:block;margin-bottom:-12px;font-size: 12px;font-weight:700;}
			}
		}
	}
	button				{margin-left:0;}
}
/* 	main content */
body > main				{width:100%;height:100%;
	> header			{position:fixed;top:0;left:54px;width:100%;min-height:48px;border-radius:0px 0px 8px 8px;padding:0 4px 0 8px;font-size:0;box-shadow:0px 3px 6px #00000029;background:#F5F8FA;overflow:hidden;z-index:100;
		& h3			{line-height:48px;margin-bottom:0;}
	}

}
nav.tab			{margin-bottom:10px;width: 100%;font-size:0;z-index:2;
	& a				{display:inline-block;padding: 8px;width:auto;min-width:80px;text-align: center;font-size: 12px;border-radius: 8px;background:#cfd8dc;text-decoration: none;margin-right: 5px;cursor: pointer;box-sizing:border-box;
		&.active, &:hover{color: #fff;font-weight: bold;background:#0288D1;}
	}
}
/* footer */
body > footer			{position:fixed;bottom:4px;width:100%;height:100px;font-size:0;background: url(../res/logobg.png) center bottom no-repeat;background-size: 300px;
	& address			{display:none;}
	& pre				{position:absolute;display:block;right:4px;bottom:0;margin:0;font-size:12px;}
}
/** page templates */
/* system overview */
main.system {
	> header			{width:calc(100% - 220px);
		.legend			{display:none;position:absolute;top:0;left:162px;
			& span		{display:inline-block;position:relative;padding:13px 0 0 8px;width:70px;color:#37474F;font-size:14px;
				i		{position:absolute;left:-7px;top:0;border-radius:0 0 8px 8px;width:8px;height:32px;}
			}
		}
	}
	& section.layout 	{min-width:1298px;min-height:520px;margin:0;padding:95px 0 0 56px;background:none;border-radius:0;box-shadow:none;overflow-y: unset;
		& svg 			{width:100%;height:100%;left:0;top:0;margin:0;padding:0;}
		&.fitv			{height:calc(100% - 4px);
			& svg 		{width:auto;}
		}
	}
	& nav.tab			{position: fixed;left: 70px;top: 60px;margin:0;
		& a				{width:100%;max-width:100px;font-size: 14px;background: #eee6;
			&.active, &:hover{background:#0288D1;}}
	}
	& aside				{display:block;position:fixed;right:3px;top:0;width:160px;max-height:48px;box-sizing:border-box;border-radius:0px 0px 8px 8px;padding:0;text-align:center;box-shadow:0px 3px 6px #00000029;background:#F5F8FA;transition:max-height .4s ease;overflow:hidden;z-index:100;
		&.active		{max-height:100%;transition:max-height 1s ease, transform .5s;background:#F5F8FA;
			&.open		{max-height:100%;overflow-y:scroll;}
			& header > h3::after	{transform:rotate(-180deg);}
		}
		& header		{/* border-bottom:1px solid #cfd8dc; */
			& p			{margin:0;display:flex;height:5px;
				& span 	{position:relative;flex:auto;margin:0 1px;
					& b	{display:block;width:100%;height:100%;background:#98a7ae;transition: transform 0.5s ease; transform-origin: center left;}
					&.online b {background:var(--online-b);}
					&.manual b {background:var(--manual-b);}
					&.active {background:var(--active-b);}
					&.auto {background:none;}
					&.auto b {background:var(--auto-b);}
					&.active {background:none;}
					&.active b {background:var(--active-b);}
					&.estop b {background:var(--estop-b);}
					&.error b {background:var(--error-b);}
				}
			}
			& h3		{cursor:pointer;line-height:35px;padding-bottom:8px;border-radius:0 0 8px 8px;
				&::after{content:"\f078";position:absolute;right:8px;font-family:'FontAwesome';transition:.4s;}
				& span	{display:inline-block;padding:0 4px;font-weight:bold;color:#191E21;}
			}
		}
		& svg			{display:block;margin:24px 8px 8px;padding:0;}
		& dl			{margin:0;border:1px solid #cfd8dc;border-width:1px 0;padding:13px 8px;font-size:0;text-align:left;
			& dt 		{display:inline-block;padding:4px 0;color:#607D8B;width:50%;font-size:12px;
				&::after{content:":";}
			}
			& dd		{display:inline-block;margin:0;font-weight:600;font-size:14px;width:50%;text-transform:capitalize;}
		}
		& form.stats	{
			& label {margin:15px 5px;}
			 & ul {margin:0px 10px;position: relative;overflow-y:scroll;max-height:400px;/*border-top:1px solid #cfd8dc; */
				&::after 	{content:"";display:block;position:absolute;top:0px;width:100%;height:8px;background:transparent linear-gradient(180deg, #00000054 0%, #00000000 100%) 0% 0%;border-radius:4px 4px 0px 0px;z-index:1;}
			}
			& li {display:block;position:relative;margin-bottom:8px;border:1px solid #ECEFF1;border-radius:4px;padding:10px 5px 10px 10px;overflow:hidden;font-weight:normal;text-align:left;font-size:13px;cursor:pointer;background:#fff !important;transition:all .4s;
				&::before {content:"";position:absolute;top:50%;border-radius:4px;transform:translate(-15px, -50%);width:10px;height:10px;transition:all .6s;}
				&:hover {background:#01579B !important;color:#fff;}
				&:hover::before {height:32px;}
				& span, & b {display: block;}
			}
		}
		& footer		{padding:15px 15px;border-top:1px solid #CFD8DC;
			& button	{width:100%;margin:0;}
		}
	}
	& div.zoom  		{position:fixed;bottom:8px;left:56px;z-index:2;width:100px;
		& button 		{width:40px;font-size:26px;line-height:24px;height:32px;vertical-align:middle;
			&.active	{border-color:#0288D1;color:#fff;background:#0288D1;}
		}
	}
	& div.tool  		{position:fixed;bottom:8px;right:16px;z-index:2;min-width:300px;
		& button 		{
			&.active	{border-color:#0288D1;color:#fff;background:#0288D1;}
		}
	}
	& div.event  		{position:fixed;display:none;bottom:60px;right:8px;z-index:2;min-width:300px;padding:4px 8px;text-align:right;
		&.alert			{background:transparent;}
		&.active		{display:block;}
		& b				{padding:4px 16px;margin:0 4px;border-radius:4px;background:var(--active-b);}
	}
	& div.blur			{position:fixed;display:none;left:0;top:0;width:100vw;height:100vh;text-align:center;line-height:100vh;font-weight:bold;color:white;text-shadow:2px 2px 8px black;background:#0000006d;z-index:90;}
}
main.offline div.zoom	{display:none;}
main.offline div.tool	{display:none;}
main.offline div.blur	{display:block;}

@media only screen and (min-width:720px) {
	main.system {
		> header 		{width:calc(100% - 304px);padding-left:24px;
			.legend			{display:block;}
		}
		& aside			{width:240px;
			& dl 	{
				& dt	{width:40%;font-size:14px;}
				& dd	{width:60%;font-size:16px;}
			}
		}
	}
}
@media only screen and (min-width:1080px) {
	main.system {
		> header 		{
			.legend		{left:240px;width:400px;
				& span		{font-size:16px;width:80px;}
			}
		}

	}
}
@media only screen and (min-width:1440px) {
}
@media only screen and (min-width:1800px) {
}
div.modal 		{position:absolute;display:none;left:20%;top:calc(50vh - 200px);width:210px;height:320px;background:white;box-shadow: 0 0 8px;border-radius:8px;z-index:100;}
.modal > h3		{margin:0 0 6px 0;height:32px;line-height:32px;border-radius:8px 8px 0 0;text-align:center;background:#eee;}
.modal > h3::after{content:"x";display:block;position:absolute;right:12px;top:0;color:red;font-weight:bold;cursor:pointer;}
.modal > header	{padding:0;width:100%;border:0;background:white;}
.modal output	{display:inline-block;margin:2px 0 2px 8px;line-height:24px;height:24px;width:80px;min-height:auto;padding:0;font-size:14px;border:0;border-radius:10px;font-weight:bold;text-align:center;background:#eee;}
.modal table	{position:relative;margin:0;width:100%;min-height:180px;margin-top:7px;font-size:14px;}
.modal th		{font-size:10px;font-weight:normal;line-height:16px;text-align:center;}

div.srm 		{}
.srm .cmd td, .srm .ack td {font-weight:bold;line-height:32px;background:#eee;text-align:center;}
.srm .coord td	{line-height:24px;font-size:12px;}
.srm .ack.text td {font-size:12px;font-weight:normal;line-height:20px;height:40px;background:white;}
.srm button		{width:80px;height:30px;font-size:12px;}

.srm .auto, .srm .free, .srm td.success, .srm h3.ready	{background:#8ec231;}
.srm h3.active, .srm output.active, .srm td.active {background:#FFEB3B;}
.srm output.ready, .srm td.ready {background:#8ec231;}
.srm .manual, .srm .full {background:#4A9BEC;}

div.check 		{height:265px;overflow:hidden;}
div.check .sscc {font-weight:bold;height:32px;line-height:32px;background:#eee;text-align:center;}
div.check p		{display:flex;justify-content:center;margin:4px 0;text-align:center;}
div.check span	{flex:auto;max-width:40px;height:20px;margin:4px 2px;border-radius:4px;text-align:center;font-size:12px;line-height:18px;background:#eee;}
div.check span.front {transform:translateY(-8px);}
div.check span.back  {transform:translateY(8px);}
div.check h4, div.check h5, div.check h6 {margin:8px 0 0 0;padding:8px 0;border-radius:0;font-size:16px;}
div.check .active {color:var(--active-f);background:var(--active-b);}
div.check .accept {color:var(--accept-f);background:var(--accept-b);}
div.check .reject {color:var(--reject-f);background:var(--reject-b);}
div.check .error  {color:var(--error-f);background:var(--error-b);}

/************************************************************************
	PA: to check and refactore
*/
a.active + nav.action a						{background:#DBEBF3;border-radius:0;}
/** form template **/
section						{margin:0 9px 0 56px;border-radius:0px 0px 8px 8px;padding:0px 10px 0;background:#ECEFF1;box-shadow:0px 3px 6px #00000029;z-index:1;max-height: calc(100% - 8px);overflow-y:auto;
	& header 				{overflow:hidden;background:#ECEFF1;padding:0px;
		& h3				{margin:0 0 16px 0;}
		& label				{margin-bottom:10px;padding-right:15px;max-width:50%;float:left;
			/* &::before 		{font-weight:600;font-size:12px;text-transform:uppercase;flex: 0 0 100%;} */
		}
		& input, & select   {flex:100%;}
		& a {position: relative;width: 30px;height: 30px;cursor: pointer;border-radius: 8px;float: right;margin-right:5px;
			&.btn:hover {background: none;color:#0288D1;}
			&.export::before {content:"\f56e";}
			&.print::before	{content:"\f02f";}	
			}
		& button {margin:0px 0px 4px 4px;}	
		}
	& .switch 				{display:inline-block;position:relative;margin:8px 15px 7px 0;width:48px;height:25px;vertical-align:middle;
		&::before			{display:none;}
		&.label 			{
			&::before		{display:block;line-height:24px;padding-left:56px;}
		}
		& input 			{opacity:0;width:0;height:0;}
		& input:checked + span {background:#0288D1;
			&:before {transform:translateX(22px);background:#DBEBF3;}
			&:before:hover{background-color:#FFFFFF}
		}
		& span				{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:34px;width:48px;height:25px;cursor:pointer;background:#607D8B;transition:.4s;
			&:before 		{content:"";position:absolute;left:4px;bottom:3px;border-radius:50%;height:19px;width:19px;background:#ECEFF1;transition:.4s;}
		}
	}
	&.form					{font-size:0;
		& h2				{margin:0px 0 0 0;max-width:720px;}
		& article 			{display:inline-block;max-width:720px;vertical-align:top;border-top:1px solid #cfd8dc;padding:20px 0px 20px 0;font-size:0;width:100%;box-sizing:border-box;
			& h3 			{margin:0; line-height:unset;}
			& p 			{margin-bottom:5px;
				& >span		{display:block;margin-bottom:5px;font-weight:bold;font-size:16px;
					&::after{content:":";}
				}
				& label		{display:inline-block;box-sizing:border-box;margin-bottom:5px;padding-right:5px;font-size:14px;vertical-align:middle;
					&.rest 	{margin-top:25px;}
					& input, & select, & output, & textarea {display:block;margin-left:0;width:100%;}
				}	
			}
			& footer 		{margin-top:15px;}
			& pre			{display:block;margin-left:0;width:100%;box-sizing:border-box;border-radius:8px;font-size:14px;}
			& table td {max-width: unset;}
		}
		& aside				{display:inline-block;padding:20px 0px 20px 0;width:100%;max-width:700px;}
	}
	&.alert					{position:absolute;top:40%;right:50%;transform:translate(50%, -50%);margin:0;width:95%;max-width:520px;height:auto;border-radius:8px;padding:24px 16px 16px 32px;background:#fff;box-shadow:0px 20px 40px #00000054;z-index:100;
		& header 			{border:none;overflow:visible;max-height:unset;}
		& h1				{margin:0 0 24px 0;color: #01579B;font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) var(--unnamed-font-size-30)/var(--unnamed-line-spacing-40) var(--unnamed-font-family-ibm-plex-sans);font-size: 30px;}
		& table 			{margin-bottom:20px;border-collapse:collapse;width:100%;
			& thead::after 	{display:none;}
			& th 			{padding:0 30px 10px 0;height:unset;vertical-align:bottom;text-align:left;font-size:11px;font-weight:normal;text-transform:uppercase;background:transparent;
				&::before 	{display:none;}
			}
			& tbody td 		{border:1px solid #CFD8DC;border-width:1px 0;padding:0 5px 0 0;background:transparent;}
		}	
		& .prev , & .next	{position:absolute;right:50%;transform:translate(100%, 0);padding:0 25px;text-align:left;
				&::before 		{position:absolute;left:10px;font-size:24px;top:5px;font-family:'FontAwesome';}
			}
		& .prev 			{text-align:right;transform:translate(-7%, 0);
				&::before 		{content:"\f053";}
			}
		& .next::before 	{content:"\f054";right:10px;left:unset;}
		/* & label::before 	{margin-left:8px;} */
	}
	&.zone-inf 				{background: none;box-shadow: unset;padding:0 8px;background:#F5F8FA;max-height:60%;
		&.detail 			{padding: 0;background: none;box-shadow: unset;
			& header 		{position: sticky;top: 0;left: 0px;width: calc(100% - 239px);min-height: 48px;border-radius: 0px 0px 8px 8px;padding: 8px 8px;padding-left:16px;font-size: 0;box-shadow: 0px 3px 6px #00000029;background: #F5F8FA;overflow: hidden;z-index: 2;}
		}
		&.active {
			& .zone-table	{max-height:1000px;}
			& header a::before	{transform:rotate(90deg)}
		}
		& header 			{position:sticky;top:0;border:none;margin-right:-8px;padding:8px 0 8px 17px;min-height:48px;font-size:0;background:#F5F8FA;z-index:10;
			& a  			{position:absolute;right:0;top:0;height:48px;width:48px;
				&::before 	{content:"\f063";position:absolute;top:0;right:0;bottom:0;left:0;transition:.2s;}
			}
		}
		& .zone-table		{position:relative;max-height:0;transition:max-height .5s;}
		& span 				{display:inline-block;margin-right:20px;vertical-align:middle;letter-spacing: 0.3px;color: #455A64;text-transform: uppercase;font-size: 12px;font-weight: bold;
			& em 			{margin-left:5px;letter-spacing:0.5px;color:#37474F;font-size:20px;font-style:normal;}
		}

		& table				{margin:-8px 0;border-collapse:separate;border-spacing:0 8px;
			& th 			{top:97px;padding:17px 10px 17px;height:unset;background:#F5F8FA;}
			& .empty 		{padding:0;width:150px;font-size:0;text-align:right;}
			& tbody td		{border:1px solid #ECEFF1;border-width:1px 0;padding:0;height:48px;background:#fff;overflow:hidden;
				&.num 		{padding:0 10px;}
				&:first-of-type		{border-radius:8px 0 0 8px;border-width:1px 0 1px 1px;}
				&:last-of-type		{border-radius:0 8px 8px 0;border-width:1px 1px 1px 0;}
			}
			& tfoot {
				& td			{padding:15px 0 15px 15px;background:#F5F8FA;}
				&  button		{padding-left:20px;float:right;
					&::before 	{content:"\f2f1";position:absolute;top:50%;left:8px;transform:translate(0px, -50%);font-family:'FontAwesome';font-size:24px;}
					&.focus::before {content:"\f055";}	
				}
			} 
		}
	} 

	& table {
		& td, & th 		{max-width: 37px;padding: 0 0 0 5px;font-size: 11px;white-space:pre-line;
			& sub 		{display: block;color: #607D8B;font-size: 10px;text-overflow: ellipsis;overflow: hidden;}
		}
		& tbody td 		{font-size: 13px;
			& sub 		{font-size:11px;}
		}
	}
	& .mobile			{display: table-cell;}
	&.gen.plan 			{position:relative;top:0;margin:0;padding:80px 0 10px 56px;height:100%;max-height:unset;overflow:scroll;box-shadow:none;box-sizing:border-box;background:transparent;width:100%; -ms-overflow-style:none;scrollbar-width:none;
	}
}
 nav.sub 			{top: 5px;left: 205px;margin-left:-5px;border-spacing: 5px 0;
		& .status 		{border-radius: 16px;height: 40px;width: 90px;font-weight: bold;padding: 0px 10px;box-sizing: border-box;border-top: 1px solid #CFD8DC;	word-break: keep-all;text-align: center;display: table-cell;vertical-align: middle;	line-height: 14px;	margin-right: 5px;}
}
	.filter 		{font-size:0;margin-bottom:5px;
		& .status 	{display: inline-block;position: relative;margin:0 5px 5px 0;border-top: 1px solid #CFD8DC;border-radius: 8px;background: #fff;width: 70px;padding-left: 17px;font-size: 12px;text-align:left;height: 33px;line-height: 32px;}
		& i 		{position:absolute;left:4px;border:2px solid #F5F8FA;border-width:0 2px 2px 2px;border-radius:0 0 8px 8px;width:6px;height:15px;box-sizing:content-box;}
	}
.edit				{color:#0288D1;
	&::before 		{/*content:"\f304"*/}
}
.remove				{color:#BF360C;
	&::before  		{content:"\f00d";}
}


/* alert */
.alert p em									{font-style:normal;font-weight:bold;}
.alert .stats								{position:absolute;right:0;top:-25px;}
.stats label								{display:inline-block;margin-left:15px;width:40px;height:40px;line-height:39px;text-align:center;font-weight:bold;font-size:11px;color:#455A64;}
.stats label i								{display:block;margin:-12px auto 0;border:2px solid #F5F8FA;border-radius:8px;width:24px;height:8px;box-sizing:border-box;}
label.status input 							{display:none;}
.alert .empty								{width:180px;}
label.invalid input							{border-color:#BF360C;}
label.invalid input::placeholder			{color:#BF360C;}
/* .alert p									{margin:0 0 15px;} */
/** popup template **/
/*
iframe.popup								{display:block;position:absolute;top:0;width:100%;height:100%;z-index:99;}
*/
iframe.popup                 				{z-index:100;position:absolute;top:0;width:720px;min-height:360px;margin:0px auto;padding:0;border:0px solid #fff;overflow:hidden;border-radius:8px;box-shadow:0px 20px 40px #00000054;outline:1000px solid rgba(0,0,0,0.5);}
.popup {
	& header							{width:100%;max-width:100%;height:40px;padding:0;}
	& h4, & h5, & h6					{margin:10px 0;}
	& a.close							{position:fixed;top:0px;right:0px;}
	& section							{margin:40px 0 0 0;padding-top:10px;
		& header 						{border:0;padding:0;}
	}
	& .list tfoot td::after				{height:auto;}
	& section.form article 				{border:0;}
}

div.period							{display: flex;flex-wrap: wrap;align-items:center;width:100%;max-width: 440px;float:left;
	&::before 						{content: attr(title);display:block;margin-bottom:10px;font-weight: 600;font-size: 12px;text-transform: uppercase;flex: 0 0 100%;}
	& label::before 				{font-size: 10px;}
}

/* table */
.list table					{border-collapse:collapse;width:100%;
	& tbody {
		& tr 					{
			&:hover td 			{background:#ffc;}
			/* &:hover .loadmore 	{background:transparent;} */
			&.tx td				{background:#fff;}
			&.tx:hover td 		{background:#ffc;}
			&.active > td, &.state-50 > td, &.status-50 > td {color:var(--state-ok);
				&:first-of-type::before 	{background:var(--state-active);}
			}
			&.status-50 > td {color:var(--soft-black);}
			&.draft > td:first-of-type::before 		{background:var(--state-manual);}
			&.pending > td,
			&.state-25 > td,
			&.state-35 > td,
			&.status-25 > td { color:var(--state-warning);
				&:first-of-type::before 	{background:var(--state-warning);}
			}
			&.finished > td, &.status-75 > td {color:var(--state-ok);
				 &:first-of-type::before	{background:var(--state-ok);}
			}
			&.failure > td, &.state--20 > td, &.status--50 > td { color: var(--state-error);
				&:first-of-type::before 	{background:var(--state-error);}
			}
			&.status-120 > td {color:var(--sharp-black);background:var(--state-block);}
		}
	}
	& thead 				{
		& th 				{position:sticky;top:-4px;padding:0 10px;height:48px;letter-spacing:0.28px;color:#263238;text-transform:uppercase;font-weight:normal;font-size:11px;text-align:left;background:#ECEFF1;z-index:10;
			&::before 		{content:"";display:block;position:absolute;bottom:-8px;left:0;width:100%;height:8px;background:transparent linear-gradient(180deg, #00000054 0%, #00000000 100%) 0% 0%;z-index:1;}
			&.title 		{font-weight:bold;white-space:nowrap;}
			&:first-of-type::before	{border-top-left-radius:4px;}
			&:last-of-type::before	{border-top-right-radius:4px;}
		&.asc 				{
			&::after 		{content:"\f0dd";position:absolute;bottom:23px;height:6px;line-height:2px;font-size:13px;font-family:'FontAwesome';transition:all .4s;}
		}
		&.desc 				{
			&::after 		{content:"\f0dd";position:absolute;bottom:20px;height:6px;line-height:2px;font-size:13px;font-family:'FontAwesome';transition:all .4s;transform:rotate(-180deg);}
		}
		& .btn {
			width: 48px;
			height: 48px;
			line-height: 48px;
		  }
		}
	}
	& tbody 			{
		& td 				{border-top:1px solid #ECEFF1;padding:0 10px;height:35px;background:#F5F8FA;transition:all .4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;box-sizing:border-box;
			&.num 			{color:#B0BEC5;padding-left:8px;}
			&.norecords		{background:transparent;text-align:center;
				&  h6		{color:#607D8B;font-size:16px;font-weight:normal;margin:50px 0;}
			}
		&:first-of-type		{position:relative;border-radius:4px 0 0 4px;padding-left:15px;
			&::before 		{content:"";position:absolute;left:0;top:50%;transform:translate(0, -50%);border-radius:0px 4px 4px 0px;width:4px;height:32px;}}
		&:last-of-type		{border-radius:0 4px 4px 0;}
		}
	}
	& .empty 				{text-align: right;padding: 0;font-size: 0;width: 48px;max-width: 48px;}
	& .loadmore 			{padding:5px 0;text-align:center;
		& button 			{padding-left:20px;width:190px;margin:0;
			&::before 		{content:"\f2f1";position:absolute;left:10px;top:4px;font-family:'FontAwesome';font-size:26px;}
		}
	}
	& tfoot 		{
		& td 		{position:sticky;bottom:0;border-top:1px solid #CFD8DC;padding-left:15px;min-width: calc(100% - 104px);height:43px;background:#ECEFF1;line-height:0;font-size:12px;letter-spacing:0.3px;text-transform:uppercase;box-shadow:-1px -1px 0px -1px rgb(207 216 220);}
		& b 		{margin-right:4px;}
	}
	& input 		{margin:0;border:2px solid transparent;border-radius:0;padding:0 10px;width:100%;height:100%;color:#263238;background:transparent;
		&:hover 	{color:#fff;}
		}
}
table.order tbody tr.status-50 td {background: #FFEB3B;}
.filterbtn::before						{content:"\f0b0";}
.up::before								{content:"\f077";}
.down::before							{content:"\f078";}
.add::before							{content:"\f067";}
.close::before							{content:"\f067";display:inline-block;color:red;transform:rotate(45deg);}

/*status*/
.status				{border:1px solid #CFD8DC;border-radius:8px;cursor:pointer;transition:all .4s;
	&:hover 		{background:#01579B;border-color:#01579B;color:#fff;}
	&.off			{background:#CFD8DC;color:inherit;border-color:#CFD8DC;
		&:hover 	{background:#CFD8DC;color:inherit;border-color:#CFD8DC;}
		& i 			{background:#CFD8DC;}
	}
}

.offline header h3 {background:#9BA7AE;}
.error header h3 {color:#fff;background:#EB5100;}
.estop header h3 {color:#fff;background:#EB5100;}
.manual header h3 {color:var(--manual-f);background:var(--manual-b);}
.auto header h3 {color:var(--auto-f);background:var(--auto-b);}


.error, .error,
aside ul li.error:before, 
table tbody tr.status--50 td:first-of-type::before, .type-2, .type-2:before	{background:#EB5100;}
.wrn,
aside ul li.wrn:before, 
table tbody tr.status-25 td:first-of-type:before, .type-3, .type-3:before	{background:#FFC107;}
.com,
aside ul li.com:before, 
table tbody tr.com td:first-of-type:before				{background:#CDDC39;}
.man, .manual,
aside ul li.man:before, 
table tbody tr.man td:first-of-type:before, .type-1, .type-1:before 		{background:#4A9BEC;}
.auto,
aside ul li.auto:before, 
table tbody tr.status-75 td:first-of-type:before, .type-4, .type-4:before	{background:#8ec231;}
.active,
aside ul li.active:before,
table tbody tr.status-50 td:first-of-type:before		{background:#0288D1;}
.offline												{background:#9BA7AE;}
.status-10												{background:#9BA7AE;}
.status--50												{background:#EB5100;}
.status-75												{background:#8ec231;}
.status-50												{background:#FFEB3B;}
.status-25												{background:#FFC107;}

table.storage tbody tr.status-50 td::before{background: #FFEB3B;}
table.storage th {text-align: left;}
.list table.storage tbody tr:hover td{background: #ffc;cursor: pointer;}
table.storage tbody tr.state-1 td {background:#f7f7f7;}
table.storage tbody tr.state-2 td {background:#ffc;}
table.storage tbody tr.state-5 td {color:#000;font-weight:bold;background:#CFD8DC;}


header.error				{border:1px solid #BF360C;background:#992800;}
section header.error		{margin:0 -8px;padding-left:25px;background:#992800;}
header.error h2,
header.error h2 span,
aside header.error, aside header.manual			{margin:0 -8px;padding:0 8px;}

::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px #EBEBEB; border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #C0BDCC; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #7A86A1; }

.plan::-webkit-scrollbar		{display:none;}
.plan svg						{display:block;position:relative;margin:auto;}
.master							{display:block;position:unset;margin:0;padding:20px 0 0 48px;height:90%;max-height:unset;min-height:600px;min-width:1200px;overflow:unset;}
.master svg						{position:unset;margin:0;width:100%;height:100%;}
.zone:hover .area				{stroke:#01579B;stroke-width:4;}
.zone, .modul					{cursor:pointer;}
.base							{fill:#98a7ae;stroke:#444a4d;stroke-miterlimit:10;stroke-width:2px;}
.base.ramp						{fill:url(#linear-gradient-1);}
.type							{fill:none;stroke:#7e8a8c;stroke-miterlimit:10;}
.shadow							{fill:#384850;opacity:0.33;}
.ramp-shadow          			{fill:url(#linear-gradient);}
.high-shadow            		{fill:#37474f;opacity:0.15;}
.units							{position:absolute;top:50%;right:50%;transform:translate(50%, -50%);border:2px solid #444a4d;border-radius:4px;width:32px;height:32px;line-height:29px;box-sizing:border-box;text-align:center;font-size:21px;font-style:normal;color:#98a7ae;background:#FFFFFF;box-shadow:4px 5px 1px 1px rgb(55 71 79 / 50%)}
.sensor 						{stroke:#444a4d;stroke-width:2px;}
.block-name						{font-size:14px;}
.zone-name						{font-size:15px;font-weight:700;}
.base.fixed						{fill:#cfd1d2;stroke:#585d5e;}
.chain							{stroke-dasharray:6 3;stroke:#444a4d;stroke-width:2px;fill:none;}
.chain.dash  					{stroke-dasharray:6 4;fill:none;}
.name-line						{stroke:#231f20;stroke-width:0.25px;}
.high							{fill:#818e93;}


/* modul status */
.error {
	& .base 		{fill:#ff5500;stroke:#992800;}
	& .type			{stroke:#e53000;}
	& .units		{border-color:#992800;color:#ff5500;}
	& .chain		{stroke:#e53000;}
	& .base.ramp	{fill:url(#linear-gradient-error);}
}
.manual {
	& .base 		{fill:#0099e6;stroke:#004966;}
	& .type			{stroke:#004966;}
	& .units		{border-color:#004966;color:#0099e6;}
	& .chain		{stroke:#004966;}
	& .base.ramp	{fill:url(#linear-gradient-manual);}
}
.active {
	& .base			{fill:#c7d900;stroke:#425900;}
	& .type			{stroke:#427900;}
	& .units		{border-color:#425900;color:#C7D900;}
	& .chain		{stroke:#427900;}
	& .base.ramp	{fill:url(#linear-gradient-active);}
}
.auto {
	& .base			{fill:#8ec231;stroke:#3d5912;}
	& .type			{stroke:#3d5912;}
	& .units		{border-color:#3d5912;color:#8ec231;}
	& .chain		{stroke:#3d5912;}
	& .base.ramp	{fill:url(#linear-gradient-auto);}
}

/* section.cron */
.cron pre 									{border-radius:8px;box-sizing:border-box;}
.half table tbody td						{max-width:70px;font-size:16px;}
/* section.list */

th.last::before								{border-radius:0 4px 0 0 ;}
td.last										{border-radius: 0 4px 4px 0;}
th.first::before							{border-radius:4px 0 0 0 ;}
td.first									{border-radius: 4px 0 0 4px;}

aside.open button::after					{content:"Close";}
.wms aside									{width: 240px;}
.wms aside header h2 span					{top:-10px;left: -5px;font-size: 24px;}
@-moz-document url-prefix(){
	.wms aside									{transform: translate(100%, 0px);}
	.wms aside.open								{transform: translate(0, 0px);}
	/* .wms main>a									{transform: rotate(90deg) translateX(0);position:fixed;right:-14px;} */
	.wms aside.open	+ a							{transform: rotate(90deg) translateY(240px);top: 10px;height: 28px;line-height: 26px;}
}
/* widths */
.i,   	.u		{width:25%;}	.si			{width: 12.5%;}
.ii,  	.q		{width:50%;}	.is			{width: 37.5%;}
.iii, 	.t		{width:75%}
.iv,  	.s,
.v,   	.su,
.vi,  	.sq,
.vii, 	.st,
.viii,	.ss		{width:100%;}
/* heights */
.x2				{height:150px;}
label.x2		{height:170px;}
/* @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none){
 section header input		{width:268px}
 section header .time input	{width:116px}
}} */

h2.s {width: 48%;}
h2 span.right {float: right;margin:0 20px;}
.popup.detailCP, .popup.detailSP{max-width: 758px;min-height:0;}

@media (min-width:360px) and (max-width:480px){
	aside dl dt {font-size: 11px;}
	a.generator, a.viewer, a.database {display: none;}
}

@media only screen and (min-width:480px){
		/* & label:before 		{flex:0 0 20%;} */
		& label input		{flex:1 0 80%;max-width:360px;}
	
	.btn 						{width:39px;height:39px;line-height:39px;
		&::before 				{font-size:24px;}
	}
	/* .filter .status 			{width: 70px;padding-left: 17px;font-size: 12px;height: 33px;} */
	/* nav.filter, nav.tab {overflow: scroll;white-space: nowrap;} */
	section {
		& header {margin: 10px 0px 0px;width: 100%;}
		& table {
			& td, & th {max-width:60px;}
		} 
		& table tbody td	{font-size: 16px;
			& sub 	{font-size: 12px;}
		}
	}
	section.list {padding: 0px 20px 0;}
	}	

@media (min-width:360px) and (max-width:670px){
	section.form article.s {width: 100%;}
	h2.s {width: 100%;}
}
@media only screen and (min-width:670px){
	.i,   		.u		{width:12.5%;min-width:73.75px;} .si{width: 6.35%;min-width:36.875px;}
	.ii,  		.q		{width:25%;min-width:147.5px;}	.is{width: 18.75%;min-width:110.625px;}
	.iii, 		.t		{width:37.5%;min-width:221.25px;}
	.iv,  		.s		{width:48.5%;min-width:295px;}
	.v,   		.su		{width:62.5%;min-width: 368.75px;}
	.vi,  		.sq		{width:75%;min-width: 442.5px;}
	.vii, 		.st		{width:87.5%;min-width:516.25px;}
	.viii,		.ss		{width:100%;min-width:590px;}
	.list h2, .detail h2		{display:inline-block;/*height:50px;padding-top:14px;margin-bottom:0;*/}
	section header label{width: 33.33%;}
	section.form article.s:last-of-type		{padding-right:0;}
	section.form article.s		{padding:10px 10px 20px 0;}	
	/* nav.filter {float: right;} */
	.list {
		& nav.tab {width: auto;display: inline;
		& a {min-width: 60px;}}
	}
}

@media only screen and (min-width:799px){
	.btn {width: 35px;}
	section header label		{max-width: 136px;}
	section header label input {font-size: 15px;}
	section.list header label {padding-right: 5px;}
	section header				{padding:10px 0px 5px;border-top: 1px solid #CFD8DC;border-bottom: 1px solid #CFD8DC;}
	.wms .detail				{width: calc(100% - 304px);}
	.wms aside					{transform: translate(0, 0px);}
	section {
		& .switch {margin: 8px 6px 7px 0;}
		&.form {
			& h2 {max-width: 600px;}
			& article.s {max-width: 600px;}
			& aside {padding:0;
				& article{padding-left:10px !important;}
			}
		}
	}
}
@media only screen and (min-width: 1023px){
	section {
		&.list 	{
			& table {
				& td, & th {display: table-cell;padding: 0 0 0 10px;max-width: 340px;white-space:unset;
					& sub 	{display: none;}
				}
				& th 		{max-width:80px;
					&.expand {max-width:340px;}
				}
			}
		}
	}
	h2, h3			{font-size:14px;}
	.filter 		{position:absolute;top:0;right:15px;z-index:3;
		& .status 	{border-radius:0 0 8px 8px;border-top:none;padding-left: 25px;width: 100px;height: 48px;line-height: 46px;font-size: 14px;}
		& i 		{left:6px;height:32px;width:8px;}
	}
	.list nav.tab	{margin-bottom:15px;
		& a			{font-size:14px;}
	}
	.list nav.tab	{margin-top:10px;}
	th.last::before, th.first::before{border-radius:0 ;}
	td.last						{border-radius:0;}
	.asc::after, .desc::after	{bottom:21px;margin-left:2px;}
	.list tfoot td::before		{left: -15px;width:calc(100% + 30px)}

}
@media screen and (min-width: 1023px) and (max-width: 1300px){ 

	section.form {
		& article.list {max-width:580px;/*float: right;*/}
	}
	section header				{padding:10px 10px 5px;}
	section header label		{max-width: 136px;}
	.btn {width: 35px;}
}
@media only screen and (min-width: 1275px){

	section.form article.half{width: 50%;float: left;padding-right: 10px;}
	section.form article.half:last-of-type{padding-right:0;}

	section.list header label {padding-right: 15px;}
	h2 {font-size: 16px;}
	.list nav.tab	{position:absolute;top:6px;left: 170px;margin-top:0px;max-width:fit-content;
		& a			{min-width:70px;}
	}
	button {margin: 0px 0px 4px 4px;}
	.filter 		{
		& .status {width: 110px;}
	}
}
@media only screen and (min-width: 1500px){
	.list table tbody td{height: 40px!important;font-size: 16px!important;}
	&.form					{font-size:0;
		& article 			{
			& p 			{margin-bottom:10px;}
		}
	}
	section header				{padding:20px 10px 10px;}
	section header label		{max-width: 185px;}
	.list nav.tab	{left: 200px;}
	section {
		&.form {
			& h2 {max-width: 720px;}
			& article.s {max-width: 720px;}
		}
	}

}

input::before{display: none!important;}
.popup.simulation				{width:480px;}


@media print {
	body {background: none;}
	body > footer {display: none;}
	body > header {display: none;}
	button {display: none;}
	a.print, a.export, label.switch, a.btn.add, a.clear {display: none;}
	nav.filter  {position: absolute;right: 5px;top:7px;}
	nav.filter label.status.off {display:none;}
	nav.tab a {display: none;}
	nav.tab a.active {display: inline-block;position: absolute;top: 7px;left: 20%;}
	td:first-of-type::before {display:none;}
	section header label.empty:last-of-type {padding-right: 0!important;}
	section {
		& header {background: none!important;
			& label{max-width:20%;}
			& .empty{padding-right: 15px;
				&:last-of-type{padding-right: 0px;
				}
			} 
		}
		& table {
		  & td, & th {height: 25px;max-width:70px;
			& sub{display:none;}
		  }
		}
	}
	section {margin:0px;background: none!important;box-shadow: unset;max-height: unset;}
	.list table {
		& tbody {
		  & td {white-space: normal;overflow: visible;padding:0px;padding-left:5px;background: none;}
		
		}
	}
	.list table {
		& thead{border-bottom:1px solid grey;background:none!important;
		& th {padding:0px;padding-left:5px;
			&:last-of-type{display: none;}
			&::before {display:none;}
		}
	}
		& tbody {
		  & td {
			&:last-of-type{display: none;}
		  }
	}
	}
}
/* label.date 	{width:185px!important;}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	display: none;
  }
@supports (-webkit-appearance:none) {
	
	input[type="date"] {
	  -webkit-appearance: none;
	  display: inline-block;
	  padding-right: 20px; 
	  background-image: url('../res/date.svg'); 
	  background-size: 16px; 
	  background-repeat: no-repeat; 
	  background-position: right 15px center;
	  cursor: pointer;
	  width:185px;
	}
} */
/* end of styles, enjoy! */