html, body {
	margin: 0;
	height: 100%;
	font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", Arial;
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

.form {
	text-align: center;
}

.field {
	min-height: 56px;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
	text-align: left;
	color: inherit;
	position: relative;
	box-sizing: border-box;
}

.field.select:after {
	content: '';
	pointer-events: none;
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	border-right: 1px solid rgba(0,0,0,0.4);
	transform: rotate(45deg);
	right: 10px;
	top: 23px;
}

.field > input, .field > select, .field > .timer, .field > .textarea-opis-czynnosci {
	outline: none !important;
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	transition: opacity .15s cubic-bezier(.4,0,.2,1), border-color .15s cubic-bezier(.4,0,.2,1);
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 16px 14px;
	font-size: 16px;
	color: rgba(0,0,0,.87);
	caret-color: #990033;
	border: 1px solid rgba(0, 0, 0, .24);
	border-radius: 4px;
}

.field .timer {
	height: 78px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}

.timer input {
	border: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 50px;
	font-size: 40px;
	font-weight: bold;
	outline: none;
	text-align: center;
}

.timer input:focus {
	background-color: rgba(153, 0, 51, 0.2);
}

.timer input::selection {
	background-color: transparent;
}

.field label {
	color: rgba(0,0,0,.38);
	font-size: 16px;
	left: 10px;
	pointer-events: none;
	position: absolute;
	display: block;
	top: 19px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	transition: all 0.2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	background-color: #fff;
	padding: 0 4px;
}

.field.label_vis label {
	color: #990033;
	font-size: 12px;
	top: -6px;
	font-weight: 400;
	visibility: visible;
}

.form button, .form .button {
	line-height: 36px;
	padding: 0 16px;
	border: none;
	border-radius: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #990033;
	font-size: 14px;
	letter-spacing: .4px;
	font-weight: 500;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	text-decoration: none;
	display: inline-block;
}

.button.supporting {
	background: #ddd;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	vertical-align: top;
	padding: 0px 6px;
}

.form {
	max-width: 240px;
	margin: 0 auto;
	padding: 24px 0;
	padding-top: 48px;
}

.field .textarea-opis-czynnosci {
	height: 78px;
}

h3 {
	margin-top: 0;
	margin-bottom: 48px;
	color: #990033;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

.info {
	background-color: #e0b3c2;
	border: 1px solid #990033;
	border-radius: 4px;
	padding: 10px;
	font-size: 14px;
	color: #990033;
}

.z-2 {
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.z-3 {
	box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.z-4 {
	box-shadow:0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.z-6 {
	box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2);
}
.z-8 {
	box-shadow:0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
}
.z-16 {
	box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.z-24 {
	box-shadow:0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,0.2);
}

.gui-page-header {
	height: 56px;
	z-index: 4;
	background-color: #990033;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.body {
	position: absolute;
	overflow: auto;
	/*top: 56px;*/
	top: 108px;
	width: 100%;
	bottom: 0;
}

.gui-page-header button {
	text-align: center;
	height: 48px;
	width: 48px;
	line-height: 56px;
	font-size: 26px;
	flex: 0 0 auto;
	border: 0;
	background: none;
	margin: 4px;
	letter-spacing: 0.02em;
	text-shadow: none;
	color: rgba(255,255,255,.5);
	border-radius: 50%;
}

.gui-page-header button:active {
	outline: none;
	border: none;
	background-color: rgba(255,255,255,0.12);
}

.gui-page-header span {
	flex: 1 1 auto;
	font-size: 18px;
	margin-left: 8px;
	font-weight: 400;
	text-shadow: none;
	display: inline-block;
	color: #fff;
}



/* CONTEXT MENU */

@-webkit-keyframes renderoption {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes renderoption {
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes rendermenu {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes rendermenu {
	from {opacity: 0;}
	to {opacity: 1;}
}

.gui-contextmenu {
	position: absolute;
	min-width: 168px;
	background-color: #ffffff;
	z-index: 2001;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 2px;
	right: 12px;
	top: 12px;
	overflow: hidden;
	opacity: 0;
	max-height: 90%;
	max-width: 280px;
	padding: 8px 0;
	animation-name: rendermenu;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
	overflow-y: auto;
}

.gui-contextmenu div {
	padding-left: 64px;
	padding-right: 16px;
	height: 48px;
	opacity: 0;
	line-height: 48px;
	position: relative;
	color: rgba(0,0,0,0.87);
	animation-name: renderoption;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}

.gui-contextmenu div:active {
	background-color: #E0E0E0;
}

.gui-contextmenu div svg {  
	position: absolute;
	left: 24px;
	top: 12px;	
	color: rgba(0,0,0,0.54);
}

.gui-contextmenu div.with-checkbox {
	padding-right: 72px;
}

.gui-contextmenu div.with-checkbox::before {
	position: absolute;
	right: 18px;  
	top: 12px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 2px solid rgba(0,0,0,0.54);
	transition: all 0.2s;
	content: '';
	display: block;
}

.gui-contextmenu div.with-checkbox.checked::before {
	background-color: #990033;
	border-color: #990033;
}

.gui-contextmenu div.with-checkbox.checked::after {  
	content: 'check';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	position: absolute;
	right: 18px;
	top: 13px;
	width: 22px;
	height: 22px;
	right: 16px;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	color: rgba(255,255,255,1);
	transition: all 0.2s;
	animation-name: rendercheck;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}

.gui-contextmenu > div:nth-child(1) {
	animation-delay: 0s;
}

.gui-contextmenu > div:nth-child(2) {
	animation-delay: 0.07s;
}

.gui-contextmenu > div:nth-child(3) {
	animation-delay: 0.14s;
}

.gui-contextmenu > div:nth-child(4) {
	animation-delay: 0.21s;
}

.gui-contextmenu > div:nth-child(5) {
	animation-delay: 0.28s;
}

.gui-contextmenu > div:nth-child(6) {
	animation-delay: 0.35s;
}

.gui-contextmenu > div:nth-child(7) {
	animation-delay: 0.42s;
}


.gui-cover {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: opacity 0.2s ease;
}

.faded {
  opacity: 0 !important;
}

.gui-button {
	position: fixed;
	bottom: 12px;
	right: 16px;
	border-radius: 50%;
	height: 56px;
	min-width: 56px;
	width: 56px;
	padding: 0;
	overflow: hidden;
	display: inline-block;
	border: none;
	text-align: center;
	background: #990033;
	color: rgba(255,255,255,1);
	z-index: 5;
	outline: none;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}


.gui-message-window-c {  
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	top: 0;
	background-color: rgba(0,0,0,0.12);
}

.gui-message-window {
	min-width: 200px;
	background-color: #fff;
	z-index: 2001;
	border: none;
	border-radius: 2px;
	touch-action: none;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
	transition: opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	margin: 0 20px;
	transform: scale(1);
	opacity: 1;
	display: flex;
	flex-direction: column;
	max-height: 98%;
}

.gui-message-window.closed {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.gui-message-header {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 22px;
	color: #990033;
}

.gui-message-content {
	position: relative;
	padding: 24px;
	font-size: 16px;
	overflow: auto;
	max-height: 400px;
	color: rgba(0,0,0,0.54);
	flex: 1 1 auto;
}

.gui-message-buttons {
	padding: 8px;
	padding-left: 24px;
	flex: 0 0 auto;
	border-top: 1px solid rgba(0,0,0,0.12);
}

.gui-message-buttons::after {
	clear: both;
	content: ' ';
	display: block;
}

.gui-message-buttons button {
	float: right;
	margin-left: 8px;
	padding: 0 8px;
	font-size: 14px;
	line-height: 36px;
	white-space: nowrap;
	border: 0;
	color: #990033;
	background: none;
	min-width: 64px;
	font-weight: bold;
}

.gui-message-buttons button:active {
	background-color: #999;
}

.g4a {
	margin: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	background: #dddddd;
	border: 2px solid rgba(0,0,0,0.3);
	font-size: 16px;
}

.g4a[data-status="40"] {
	background: #ddffdd;
}

.g4a[data-status="50"] {
	background: #559955;
}

.g4a[data-status="50"][data-moja="1"] {
	background: #aaddaa;
}

.g4a[data-status="60"] {
	background: #ffffaa;
}

.g4a[data-status="60"][data-moja="1"] {
	background: #ffffdd;
}

.g4a[data-status="70"] {
	background: #dd8855;
}

.g4a[data-status="70"][data-moja="1"] {
	background: #ffddaa;
}

.g4a[data-status="210"] {
	background: #dd6666;
}

.g4a[data-status="210"][data-moja="1"] {
	background: #ffaaaa;
}

.g4a[data-moja="1"]:before {
	content: 'MOJE';
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	background: rgba(255,255,255,0.6);
	padding: 2px 6px;
	position: relative;
	top: -2px;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.3);
	margin-right: 6px;
}

@keyframes rendercheck {
	from {-webkit-transform: scale(0.2);transform: scale(0.2);}
	to {-webkit-transform: scale(1);transform: scale(1);}
}

.checkbox {
	padding-left: 32px;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 4px;
}

.checkbox.dense {
	line-height: 16px;
	margin-bottom: 10px;
}

.checkbox::before {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border: 2px solid rgba(0,0,0,0.54);
	transition: all 0.2s;
	content: '';
	display: block;
}

.checkbox.checked::before {
	background-color: #990033;
	border-color: #990033;
}

.checkbox.checked::after {  
	content: '✔';
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	left: 6px;
	top: 6px;
	width: 22px;
	height: 22px;
	color: rgba(255,255,255,1);
	transition: all 0.2s;
	animation-name: rendercheck;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}

.svgicon {
	width: 24px;
	height: 24px;
}

.sep-48 {
	margin-bottom: 48px;
}

.sep-36 {
	margin-bottom: 36px;
}


.request .checkbox span {
	display: block;
	line-height: 1px;
	font-size: 12px;
}

.request .checkbox {
	height: 48px;
}

.request .checkbox::before {
	top: 11px;
}

.request .checkbox.checked::after {
	top: 13px;
}

.logo {
	margin: 10px; height: 50px;
}

.gui-page-header .icon {
	border-radius: 50%; margin-left: 12px; margin-right: 4px;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(-360deg);
	}
}

.rotate svg {
	animation-name: rotate;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
}

#w_l1, #w_l2, #w_l3, #w_l4, #w_l5, #w_l6 {
	font-size: 14px;
	display: block;
	margin-bottom: 6px;
}

#w_l1, #w_l2 {
	text-align: center;
}

#w_l2 {
	margin-bottom: 16px;
}

#w_l4, #w_l5 {
	white-space: pre-wrap;
}

.body .empty {
	top: 50%;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	line-height: 40px;
	transform: translate(0, -50%);
	text-shadow: 1px 1px 1px #990033, 1px -1px 1px #990033, -1px 1px 1px #990033, -1px -1px 1px #990033;
}

#fnr.label_vis:after {
	content: '+48';
	display: block;
	position: absolute;
	top: 19px;
	left: 14px;
	border-right: 1px solid rgba(0,0,0,0.12);
	padding-right: 8px;
}

#fnr.label_vis input {
	padding-left: 56px;
}

.unavailable-note {
	color: #990033!important;
	font-size: 12px;
}

.gui-message-content .subheader {
	font-size: 11px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 8px;
	display: block;
}

.gui-message-content .subheader:nth-of-type(1) {
	margin-top: 0;
}

@media (orientation: portrait) {
  .hidden-portrait {
    display: none;
  }
}

.gui-filters {
	height: 52px;
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	white-space: nowrap;
	width: 100%;
	overflow-y: scroll;
	background-color: #f0f0f0;
}

.gui-filters > div {
	display: inline-block;
	margin: 7px;
	height: 36px;
	border: 1px solid #990033;
	border-radius: 4px;
	line-height: 36px;
	font-size: 11px;
	color: #990033;
	padding: 0 8px;
	background-color: #fff;
	margin-right: 0;
	box-sizing: border-box;
	padding-right: 25px;
	position: relative;
}

.gui-filters > div > svg {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

#sort-label:after {
	content: '';
	pointer-events: none;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	border-bottom: 1px solid #990033;
	border-right: 1px solid #990033;
	transform: rotate(45deg);
	right: 9px;
	top: 13px;
}

#search-label {
	display: none;
	padding-right: 2px;
}

#search-label b {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.gui-filters > div:active {         
	background-color: rgba(153,0,51,0.3);
}

#sort-label .asc, #sort-label .desc {
	display: none;
}

#sort-label.asc .asc, #sort-label.desc .desc {
	display: inline-block;
}

.loc-info {
	color: #990033;
	padding-left: 32px;
	display: block;
	position: relative;
}

.loc-info:before {
	content: 'i';
	position: absolute;
	left: 4px;
	top: 4px;
	display: block;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #990033;
	color: #fff;
	line-height: 21px;
}