html, body {
	padding: 0;
	margin: 0;
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, serif;
	background: #f5f5f5; 
}

* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 5px;
}

textarea {
	resize: vertical;
}

pre {
	margin: 5px 0 10px;
	font-weight: bold;
}

:focus {
	outline: none;
}

button, 
input[type=submit], 
input[type=button] {
	box-sizing: border-box;
	font-size: 14pt;
	padding: 10px 20px;
	background: #eee;
	border:0;
	border-bottom: 3px solid #bbb;
}

.btn-green {
	background: #0a0 !important;
	border-bottom: 3px solid #080 !important;
	color: #fff;
}

.btn-blue {
	background: #0af !important;
	border-bottom: 3px solid #08a !important;
	color: #fff;
}

.btn-red {
	background: #e00 !important;
	border-bottom: 3px solid #a00 !important;
	color: #fff;
}

select, 
textarea, 
input[type=text], 
input[type=search], 
input[type=password], 
input[type=date], 
input[type=email], 
input[type=tel], 
input[type=number] {
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px; 
	/*border-bottom: 3px solid #ccc;*/
	font-size: 14pt;
	box-sizing: border-box;
}

select:not(select[multiple]) {
	background: rgba(255, 255, 255, 0.9) url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat center right 10px;
	padding-right: 40px; 
}

input[type=text], 
input[type=search], 
input[type=password], 
input[type=date], 
input[type=email], 
input[type=tel], 
input[type=number] {
	display: block;
}

#topButtons {
	max-width: 1160px;
	/*height: 56px;*/
	margin: 0 auto;
}

#content {
	max-width: 1200px;
	/*height: 56px;*/
	margin: 0 auto;
}

#logged-out input[type=text], 
#logged-out input[type=number], 
#logged-out input[type=email], 
#logged-out input[type=tel], 
#logged-out input[type=password] {
	width: 100%;
}

#logged-out input {
	margin: 10px 0;
}

#logged-out {
	padding: 0px 0 0;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

input:focus, 
textarea:focus {
	outline: none;
}

input, 
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

#header input, 
#header select {
	background: transparent;
	border: 0;
	color: #fff; 
}

#header select {
	background: transparent url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat center right 10px;
}

#header {
	background: #df2236;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	z-index: 10;
	border-radius: 0;
	color: #fff; 
}

.user-name {
	/*float: right;*/
}

#all-menus > div > ul li a {
	display: block;
	padding: 5px 30px 5px 16px; 
	margin: 2px; 
	white-space: nowrap;
}

#all-menus > div > ul li:hover {
	background: rgba(255, 255, 255, 0.7);
}

#all-menus > div > ul li {
	display: block;
	padding: 0px;
	margin: 0;
}

#all-menus > div:hover > ul {
	max-height: 400px;
	transition: 0.5s max-height 0s;
}

#all-menus > div > ul {
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	margin: 0;
	background: #df2236;
	overflow: hidden;
	max-height: 0;
	transition: 0.2s max-height 0.1s;
}

/* #all-menus > a:nth-child(1) {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 30px;
	margin-left: -10px;
} */

#all-menus > div {
	cursor: pointer;
}

#all-menus > a, 
#all-menus > div {
	padding: 20px 8px;
	position: relative;
	color: #fff; 
	/*font-size: 10pt;*/
}

#all-menus * {
	color: #444;
	text-decoration: none;
}

#all-menus > * {
	display:inline-block;
}

#all-menus {
	text-align: right;
}

.content-top-distance {
	height: 60px;
}

.content-bottom-distance {
	height: 30px;
}

#content {
}

.main-container {
	position: relative;
}

.header-options > div table td {
	padding: 10px 0;
}

.header-options > div table tr td:nth-child(1) {
	padding-right: 20px; 
	font-size: 14pt; 
	color: #999; 
}

.header-options > div table tr td:nth-child(2) label {
	font-size: 8pt; 
	display: block;
	text-align: center;
	margin-top: 5px; 
}

.header-options > div table tr td:nth-child(2) i {
	font-size: 20px; 
}

.header-options > div table tr td:nth-child(2) span, 
.header-options > div table tr td:nth-child(2) a {
	display: inline-block;
	margin: 0 0 0 10px; 
	padding: 5px; 
	text-decoration: none;
	text-align: center;
	color: #df2236;
}

.header-options > div table tr td:nth-child(2) a.selected {
	border: 2px solid #eee; 
}

.header-options > div table tr td:nth-child(2) {
	text-align: right;
	color: #df2236;
	white-space: nowrap;
}

.header-options > div table {
	width: 100%; 
	border-spacing: 0;
}

.header-options > div {
	max-width: 1160px; 
	padding: 0px 20px; 
	margin: 0 auto; 
}

.header-options {
	background: #fff; 
	border-bottom: 2px solid #ddd; 
}

table.stock-init thead td {
	background: #eee;
}

table.stock-init tbody td {
	border-top: 1px solid #eee;
}

table.stock-init tbody tr:nth-child(odd) {
	background: #f4f4f4;
}

table.stock-init td {
	padding: 10px;
}

table.stock-init tr td:nth-child(2), 
table.stock-init tr td:nth-child(5) {
	width: 150px;
}

table.stock-init tr td:nth-child(4) {
	width: 200px;
}

table.stock-init tr td:nth-child(3) {
	width: 30px;
}

table.stock-init input {
	width: 100%; 
}

table.stock-init input[type=number] {
	text-align: right;
}

table.stock-init {
	width: 100%; 
	border-spacing: 0;
}

.ui_tpicker_unit_hide {
	display: none;
}

table.sel-stock-prod-head tr td:nth-child(2), 
table.sel-stock-prod-head tr td:nth-child(3) {
	width: 200px; 
}

table.sel-stock-prod-head td {
	padding: 10px; 
}

table.sel-stock-prod-head {
	width: 100%; 
	border-spacing: 0;
	padding: 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee; 
}

div.stock-prod-content table td {
	margin: -1px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 7px; 
	vertical-align: bottom;
	position: relative;
}

div.stock-prod-content table {
	width: 100%; 
	border-spacing: 0;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}

div.stock-prod-content {
	padding: 10px;
}

#print-stock-head td:nth-child(1) label {
	position: absolute;
	left: 20px;
}

#print-stock-head td:nth-child(2) {
	width: calc((100% / 8) * 1);
}

#print-stock-head-2 td:nth-child(2) label {
	position: absolute;
	left: 10px;
}

#print-stock-head-2 td:nth-child(2) {
	text-align: center;
}

#print-stock-head-2 td {
	font-size: 14pt;
	text-transform: uppercase;
}

#print-stock-head td:nth-child(1) {
	padding: 20px;
	font-size: 20pt;
	text-align: center;
	text-transform: uppercase;
	width: calc((100% / 8) * 7);
}

#print-stock-head {
	display: none;
}

.uc {
	text-transform: uppercase;
	white-space: normal;
}

.ct {
	text-align: center;
}

.rt {
	text-align: right;
}

.spw {
	width: calc((100% / 8) * 1);
}

.side-menu {
	float: left;
	width: 260px;
	position: relative;
}

.side-container iframe {
	width: calc(100% - 0px);
	height: calc(100vh - 140px);
	padding: 0;
	margin: 0;
	border: 0;
}

.main-list-inputs-full {
	padding: 0 !important;
	margin: -20px 0 20px;
}

.side-container {
	width: calc(100% - 260px);
	float: left;
}

.side-container-full {
	width: initial;
	float: none;
}

.side-items fieldset legend {
	font-size: 14pt;
	padding: 4px 20px;
	background: #f4f4f4;
}

.side-items fieldset {
	margin: 30px 0;
	padding: 20px; 
	position: relative;
	border: 0;
	background: #f4f4f4;
}

.side-items section obs {
	display: block;
	padding: 2px 0 10px;
	font-size: 9pt;
}

.side-items section pre {
	white-space: initial;
}

.side-items section label {
	color: #555;
	display: block;
	padding: 0 0 3px;
	font-size: 10pt; 
}

.side-items section input[type=number] {
	text-align: right;
}

.side-items section select, 
.side-items section textarea, 
.side-items section input[type=number], 
.side-items section input[type=password], 
.side-items section input[type=date], 
.side-items section input[type=url], 
.side-items section input[type=tel], 
.side-items section input[type=email], 
.side-items section input[type=search], 
.side-items section input[type=text] {
	width: 100%; 
}

.side-items section.main-actions {
	text-align: right;
	margin: 30px 0 0;
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.side-items section.main-actions-top {
	text-align: right;
	margin: 0 0 30px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.side-items div.divided-3 section:nth-child(2) {
	margin: 0 20px;
}

.side-items div.divided-3 section {
	float: left;
	width: calc(33% - 12px);
	margin: 0;
	align-content: end;
}

.side-items div.divided-2 section:nth-child(2) {
	margin: 0 0 0 20px;
}

.side-items div.divided-2 section {
	float: left;
	width: calc(50% - 11px);
	margin: 0;
	align-content: end;
}

.side-items div.divided-2, 
.side-items div.divided-3 {
	margin: 25px 0;
	display: flex;
}

.side-items section {
	display: block;
	padding: 0 0;
	margin: 25px 0;
}

#logged-out h2, 
.main-container h2, 
.main-list h2, 
.side-items h2 {
	padding: 10px 0 10px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
}

.side-items {
	padding: 20px;
}

.side-menu ul li a:hover {
	background: #eee;
	color: #333;
}

.side-menu ul li a label {
	font-weight: bold;
	width: 40px;
	text-align: center;
	display: inline-block;
}

.side-menu ul li a {
	display: block;
	padding: 10px 30px 10px 16px;
	color: #777;
	transition: all 0.4s;
	text-decoration: none;
}

.side-menu ul li.menu-selected {
	outline: 2px solid #df2236;
}

.side-menu ul li, 
.side-menu ul {
	display: block;
	padding: 0;
	margin: 0;
}

.side-menu {
	padding: 20px 0 0;
	margin: 0;
}

.main-items-container {
	background: #f2f2f2;
}

.main-items-container ul {
	display: block;
	float: left;
	padding: 10px; 
	margin: 20px; 
	background: #fff;
}

.main-items-container ul:nth-child(1) {
	width: 60%;
	margin-right: 0;
}

.main-items-container ul:nth-child(2) {
	width: calc(40% - 40px - 60px);
}

ul#used-items li > input, 
ul#used-items2 li > input {
	width: 100px;
	text-align: right;
}

ul#unused-items li > input, 
ul#unused-items li > span, 
ul#unused-items2 li > input, 
ul#unused-items2 li > span {
	display: none;
}

ul#unused-items li > label, 
ul#unused-items2 li > label {
	padding: 11px 11px;
}

ul#used-items li > label, 
ul#used-items li > span, 
ul#used-items2 li > label, 
ul#used-items2 li > span {
	padding: 11px 5px;
}

ul#used-items li > label, 
ul#used-items2 li > label {
	width: calc(100% - 160px);
}

ul#unused-items li.placeholder, 
ul#used-items li.placeholder, 
ul#unused-items2 li.placeholder, 
ul#used-items2 li.placeholder {
	height: 42px;
	background: #ddd;
}

ul#unused-items li, 
ul#used-items li, 
ul#unused-items2 li, 
ul#used-items2 li {
	padding: 5px 12px;
	margin: 15px;
	position: relative;
	background: #f4f4f4;
}

ul#used-items li > *, 
ul#used-items2 li > * {
	float: left;
}

ul#unused-items, 
ul#unused-items2 {
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
}

ul#unused-items, 
ul#used-items, 
ul#unused-items2, 
ul#used-items2 {
	display: block;
	list-style: none;
}

#main-selector td {
	padding: 0;
	text-align: center;
	font-size: 30pt;
	background: #eee;
}

#main-selector {
	width: 100%;
	height: calc(100vh - 50px);
	padding: 10px 0;
	border-spacing: 40px;
}

.touch-list li a {
	display: block;
	margin: -50px -60px;
	padding: 50px 60px; 
	color: #444;
	text-decoration: none;
}

.touch-list li {
	display: block;
	margin: 20px; 
	padding: 50px 60px; 
	font-size: 20pt;
	color: #444;
	background: #eee;
}

.touch-list {
	display: block;
	padding: 10px; 
	margin: 0;
	list-style: none;
}

#touch-main { }

#touch-main input[type=text], 
#touch-main input[type=number] {
	display: inline-block;
	font-size: 72pt;
	padding: 12px 30px;
	width: 300px;
}

#touch-main input[type=number] {
	text-align: right;
}

#all-is-in ul li table td button, 
#all-is-in ul li table td input[type=button], 
#all-is-necessary table td input[type=button], 
#touch-main button, 
#touch-main input[type=button], 
#touch-main input[type=submit] {
	font-size: 40pt;
	padding: 15px 30px;
}

#touch-main table td {
	text-align: center;
	padding: 0;
}

#touch-main table {
	width: 100%; 
	border-spacing: 30px;
}

#touch-main h3 {
	text-align: center;
	font-size: 20pt;
	padding: 10px 0 20px;
	margin: 0;
}

h2 hr {
	padding: 0;
	margin: 15px 30px;
	border: 0;
	height: 1px;
	background: #aaa;
}

li span.additionals {
	font-size: 14pt;
	display: block;
	padding: 10px 0 0;
	color: #555;
}

h2.main-title, 
#touch-main h2 {
	text-align: center;
	font-size: 30pt;
	font-weight: normal;
	background: #f2f2f2;
	padding: 20px 10px;
	margin: 0 -10px 30px;
}

#touch-header a:nth-child(3), 
#touch-header a:nth-child(2) {
	position: absolute;
	top: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 40pt;
	display: block;
	padding: 30px 20px 38px 17px;
	line-height: 0;
	margin: 0;
}

#touch-header a:nth-child(3) {
	right: 0px;
	background: #e00;
}

#touch-header a:nth-child(2) {
	left: 0px;
	background: #333;
}

#touch-header {
	position: relative;
}

.touch-list-with-units li label span {
	opacity: 0.8;
	font-size: 20pt;
	display: inline-block;
	margin: 0 0 0 10px;
}

.touch-list-with-units-input li label span {
	opacity: 0.8;
	font-size: 14pt;
	display: inline-block;
	margin: 0 0 0 10px;
}

.touch-list-with-units-input li input {
	text-align: right;
	padding: 5px !important;
	font-size: 50pt !important;
	position: absolute;
	top: 46px;
	right: 20px;
	width: 200px !important;
}

.touch-list-with-units-input li label {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 200px;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	color: #444;
	display: block;
	padding: 2px 0;
	font-size: 20pt;
}

.touch-list-with-units li label {
	position: absolute;
	top: 30px;
	right: 20px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: block;
	padding: 20px 30px;
}

.touch-list-with-units li.done {
	background: #0c0;
	color: #fff;
}

.touch-list-with-units li.done:before {
	content : 'ok';
	left: 14px;
	background: rgba(255, 255, 255, 0.8);
}

.touch-list-with-units li:before {
	content: '×';
	display: block;
	font-size: 20pt;
	position: absolute;
	top: 52px;
	left: 20px;
	padding: 19px 10px 21px;
	border: 2px solid #444;
	color: #444;
	line-height: 0;
}

.touch-list-with-units-input li, 
.touch-list-with-units li {
	padding-right: 120px;
	padding-left: 80px;
	position: relative;
	font-size: 30pt;
}

.touch-list-with-units-input, 
.touch-list-with-units {
	margin-top: -20px !important;
}

.touch-commands {
	padding: 20px; 
	text-align: center;
}

#all-is-necessary table td button, 
#all-is-necessary table td input[type=button] {
	border: 10px solid #fff !important;
}

#all-is-necessary table td img {
	width: 80%; 
}

#all-is-necessary table td {
	text-align: center;
	font-size: 26pt;
	color: #fff;
	padding: 0 20vw;
}

#all-is-necessary table {
	width: 100%; 
	height: 100%; 
}

#all-is-necessary {
	position: fixed;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
	background: #e00;
	color: #fff;
	display: none;
}

#all-is-in ul li label {
	position: absolute;
	top: 25px;
	right: 25px;
}

#all-is-in ul li table td {
	text-align: center;
	font-size: 30pt; 
}

#all-is-in ul li table {
	width: 100%; 
	border-spacing: 20px;
}

#all-is-in ul li h2 {
	padding: 0 0 10px; 
	margin: 0;
}

#all-is-in ul li {
	margin: 0px; 
	padding: 25px; 
	font-size: 20pt; 
	position: relative;
	border-bottom: 1px solid #ccc;
}

#all-is-in ul {
	display: block;
	padding: 20px; 
	margin: 0;
	list-style: none;
}

#all-is-in {
	position: fixed;
	display: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh; 
	z-index: 200;
	background: #eee;
	overflow: hidden;
	overflow-y: auto;
}

div.side-menu.main-tasks ul li label {
	position: absolute;
	background: #df2236;
	top: 8px;
	right: 0;
	/*color: #fff;*/
	display: block;
	padding: 2px 5px;
}

div.side-menu.main-tasks ul li {
	position: relative;
}

div.side-container.main-tasks fieldset ul li label:nth-child(2), 
div.side-container.main-tasks fieldset ul li label:nth-child(3) {
	width: 25%; 
	text-align: right;
}

div.side-container.main-tasks fieldset ul li label:nth-child(1) {
	width: 50%; 
}

div.side-container.main-tasks fieldset ul li label span {
	color: #aaa;
}

div.side-container.main-tasks fieldset ul li label {
	float: left;
	display: block;
}

div.side-container.main-tasks fieldset ul li {
	padding: 14px 0px;
	border-bottom: 1px solid #ccc;
}

div.side-container.main-tasks fieldset ul li:last-child {
	border-bottom: 0;
}

div.side-container.main-tasks fieldset ul {
	display: block;
	padding: 0px; 
	margin: 10px; 
	position: relative;
	list-style: none;
}

div.main-list-inputs {
	padding: 20px 0px 10px 10px;
}

div.main-list-inputs input, 
div.main-list-inputs select {
	width: 100%; 
}

.main-task-menu-selected {
	outline: 2px solid #df2236;
}

.half-height {
	height: 60vh;
}

.main-list-section table td a {
	color: #444;
	text-decoration: none;
	display: block;
	margin: -10px;
	padding: 10px;
}

h3.important-header a.main-back {
	display: inline-block;
	text-decoration: none;
	margin: -3px 10px -6px 0; 
	padding: 3px 10px 6px;
	background: #aaa;
	color: #fff;
}

h3.important-header a {
	text-decoration: none;
	color: #555;
}

h3.important-header {
	font-weight: normal;
	font-size: 20pt;
	padding: 20px 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.main-list-section table tbody tr:last-child td {
	border-top: 2px solid #ccc;
}

.main-list-section table thead td {
	border-bottom: 2px solid #ccc;
}

.main-list-section table td {
	padding: 10px;
	border-radius: 0;
}

.main-list-section table tr td:last-child label {
	font-weight: normal;
	color: #aaa;
	display: inline-block;
	margin: 0 0 0 10px;
}

/* .main-list-section table tr td:last-child {
	width: 200px; 
	text-align: right;
	font-weight: bold;
} */

.main-list-section table input[type='button'] {
	margin: -5px; 
	padding: 5px 10px; 
}

.main-list-section table tbody tr td:nth-child(5), 
.main-list-section table tbody tr td:nth-child(6), 
.main-list-section table tbody tr td:nth-child(7) {
	text-align: right;
}

.main-list-section table tr td:nth-child(1) {
	width: 20px; 
	padding-right: 10px; 
}

.main-list-section table tr td:nth-child(2) {
	width: 40px; 
	text-align: right;
	padding-right: 20px;
}

.main-list-section table tr:hover {
	background: #ddd;
}

.main-list-section table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}

.main-list-section table tbody tr.status-1 {
	background: rgba(0, 200, 0, 0.6);
}

.main-list-section table tbody tr.status-2 {
	background: rgba(240, 0, 0, 0.6);
}

.main-list-section table {
	width: 100%; 
	border-spacing: 0;
}

.main-list fieldset legend {
	padding: 10px 20px; 
	margin: 5px;
	font-size: 12pt;
}

.main-list fieldset {
	padding: 10px; 
	margin: 20px 0;
	border: 1px solid #ddd;
}

.filter-section .dateTimePickerUniYM {
	width: 240px;
	display: inline-block;
}

.filter-section {
	padding: 10px 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.main-list {
}

table.stock-regularize tr td:nth-child(3) input {
	width: 120px;
	display: inline-block;
}

table.stock-regularize tr td:nth-child(2), 
table.stock-regularize tr td:nth-child(3) {
	width: 160px; 
	text-align: right;
}

table.stock-regularize tbody td {
	border-top: 1px solid #ccc;
}

table.stock-regularize td {
	padding: 7px 10px;
}

table.stock-regularize {
	width: 100%; 
	border-spacing: 0;
}

li.touch-list-elements-noleftpadding {
	padding-left: 20px !important;
	padding-right: 240px !important;
}

table.touch-steps tbody tr td:nth-child(1) {
	background: #df2236;
}

table.touch-steps tbody tr td:nth-child(3) {
	background: #0cf;
}

table.touch-steps tbody tr td:nth-child(1), 
table.touch-steps tbody tr td:nth-child(3) {
	width: 140px;
}

table.touch-steps tbody td input {
	width: 100% !important; 
}

table.touch-steps tbody td {
	padding: 0;
	margin: 0;
	font-size: 20pt; 
	font-weight: bold;
	text-align: center;
}

table.touch-steps thead td {
	font-size: 14pt;
	text-align: left !important;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 10px 0 5px !important;
}

table.touch-steps {
	width: 100%; 
	border-spacing: 10px; 
}

select.left-unformated {
	-webkit-appearance: none;
	background: #f4f4f4;
	width: 100%; 
}

table.vertical-header thead tr {
	background: rgba(0, 0, 0, 0.06);
}

table.vertical-header td:nth-child(even), 
table.vertical-header tr:nth-child(even) {
	background: rgba(0, 0, 0, 0.04);
}

table.vertical-header {
	width: 100%; 
	border-spacing: 0;
}

table.vertical-header td {
	padding: 5px;
}

table.vertical-header tbody tr td:nth-child(1) > div {
	width: 200px;
}

table.vertical-header tbody td input {
	width: calc(100% + 6px); 
	margin: -3px;
	text-align: right;
	padding: 8px 4px;
}

table.vertical-header thead td {
	/* Something you can count on */
	height: 260px;
	white-space: nowrap;
	vertical-align: bottom;
}

table.vertical-header thead td > div {
	transform: 
	/* Magic Numbers */
	translate(0px, 0px)
	/* 45 is really 360 - 45 */
	/*rotate(315deg);*/
	rotate(270deg);
	width: 30px;
}
table.vertical-header thead td:hover > div > span {
	overflow: visible;
}

table.vertical-header thead td > div > span {
	/*border-bottom: 1px solid #ccc;*/
	padding: 5px 10px;
	width: 240px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.preorder-new-stuffs input[type=submit] {
	font-size: 12pt;
	padding: 10px 16px !important;
}

.preorder-new-stuffs input[type=text] {
	width: 130px !important;
	display: inline-block;
}

.preorder-new-stuffs {
	text-align: left !important;
}

table.tbl-full tr:nth-child(odd) {
	background: #f6f6f6;
}

table.tbl-full tr:nth-child(even) {
	background: #fff;
}

table.tbl-full td {
	padding: 10px;
	color: #555;
}

table.tbl-full {
	width: 100%; 
	border-spacing: 0;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

.no-avail {
	background: #f4f4f4;
	text-align: center;
	padding: 60px 10px 80px !important;
	font-style: italic;
}

.avail-detail {
	/*background: #f4f4f4;*/
	text-align: center;
	padding: 30px 10px 40px !important;
	/*font-style: italic;*/
	color: #e00;
}

#result {
	background: #0a0; 
	color: #fff;
	font-size: 14pt;
	text-align: center;
	display: block;
	padding: 20px 10px; 
}

#result2 {
	/*background: #0a0; */
	/*color: #fff;*/
	font-size: 12pt;
	text-align: center;
	display: block;
	padding: 10px 10px; 
	color: #e00;
}

td.res-uni {
	background: #adf;
}

.swiper-container-photo {
	/*height: calc(100vh - 300px);*/
	/*overflow: hidden;*/
}

.swiper-slide-photo {
	/*height: calc(100vh - 300px);*/
	/*height: initial !important;*/
	background: #eee;
	border-radius: 10px; 
	box-sizing: border-box;
	padding: 10px 30px; 
	/*font-size: 10pt; */
}

.swiper-pagination-bullets {
	text-align: center;
}

.swiper-pagination-bullet {
	margin: 2px; 
}

.event-image {
	width: 100%;
}

.persmod {
	margin: -10px;
	width: 100%;
	padding: 8px 2px !important;
	min-width: 50px;
	text-align: right;
	background: #fff !important; 
}

div.event-less iframe {
	height: 450px !important;
}

div.event-less {
	max-height: 100px; 
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	padding-bottom: 20px; 
}

div.event-less.show-all {
	max-height: 600vh;
}

div.fade-event-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
	background-image: url(/images/white-fade.png);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	padding: 15px 5px 0; 
	text-align: center;
	font-size: 9pt; 
	box-sizing: border-box;
	/*font-weight: bold;*/
}

div#date-selector.opened, 
div#login-content.opened {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.6);
	z-index: 100; 
}

div#date-selector > div, 
div#login-content > div {
	max-width: 400px; 
	padding: 40px; 
	background: #fff;
	height: calc(100vh - 140px);
	margin: 30px auto;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
}

div#date-selector label.close, 
div#login-content label.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #e00;
	font-size: 20pt;
	line-height: 16pt;
	padding: 12px;
}

div#date-selector, 
div#login-content {
	display: none;
}

div#date-selector div ul label {
	display: block;
	padding: 10px 20px; 
	background: #ddd; 
	color: #aaa;
}

div#date-selector div ul label.dsel-full {
	background: #faa; 
	color: #888;
	/*color: #aaa;*/
}

div#date-selector ul {
	list-style: none;
	padding: 10px;
	margin: 0;
}

div#date-selector li {
	display: block;
	padding: 0;
	margin: 3px; 
}

div#date-selector input[type=radio] {
	display: none;
}

div#date-selector input[type=radio] + label {
	color: #444;
	background: #afa;
	/*font-style: italic;*/
} 

div#date-selector input[type=radio]:checked + label {
	color: #fff;
	background: #0a0;
	/*font-style: normal;*/
} 

table.list-table thead tr:first-child td {
	background: #fff;
}

table.list-table tbody td {
	border-top: 1px solid #ddd; 
}

table.list-table thead td {
	text-align: center;
	background-color: #eee !important;
}

table.list-table td.disabled {
	background: rgba(0, 0, 0, 0.02);
}

table.list-table td.deleted {
	background: rgba(200, 0, 0, 0.02);
}

table.list-table td {
	padding: 5px 8px; 
	border-radius: 0;
}

table.list-table tbody td:nth-col(3) {
}

table.list-table {
	width: 100%; 
	border-spacing: 0;
}

#to-fullscreen {
	background-color: #fff;
}

td.td-date {
	white-space: nowrap;
}

td.pers-avail, 
td.pers-full {
	text-align: center;
	/*padding-right: 15px !important; */
}

label.in-point {
	display: block;
	padding: 3px 0 5px; 
	font-size: 9pt; 
	color: #888;
}

td.in-ch-point {
	padding: 5px 5px 5px 80px !important;
	background: #f4f4f4;
	border-bottom: 2px solid #ddd;
	text-align: left !important;
	font-style: italic;
	font-size: 10pt; 
}

.brand-fill-grey, 
.brand-fill-red {
	fill: #ccc;
}

.top-brand-container > svg {
	height: 10px; 
	position: absolute;
	top: 42px; 
}

.top-brand-container table tr:nth-child(2) td:nth-child(2) {
	width: 40px; 
}

.top-brand-container table tr:nth-child(2) td {
	font-size: 8pt; 
	text-align: right;
}

.top-brand-container table tr:nth-child(1) td {
	font-size: 16pt; 
	white-space: nowrap;
}

.top-brand-container table svg {
	height: 11px; 
}

.top-brand-container table {
	position: absolute;
	top: 0px; 
	left: -5px; 
	border-spacing: 5px; 
}

.top-brand-container a {
	text-decoration: none;
	color: #eee; 
}

.top-brand-container {
	position: relative;
}

.table-month-select-sharing > div {
	position: absolute;
	top: 40px;
	padding: 2px 0 0;
	width: 36px;
	/*overflow: hidden;*/
	right: 8px;
	display: none;
	z-index: 3;
	background: #eee;
	white-space: nowrap;
}

.table-month-select-sharing {
	position: relative;
}

.table-month-select > table > tbody > tr > td:first-child a {
	text-decoration: none;
	color: #df2236; 
}

.table-month-select > table > tbody > tr > td:first-child {
	font-size: 17pt; 
}

.table-month-select > table > tbody > tr > td:last-child > table {
	margin: 0 0 0 auto; 
}

.table-month-select > table > tbody > tr > td:last-child a {
	text-decoration: none;
}

.table-month-select > table > tbody > tr > td:last-child label {
	font-size: 17pt; 
	color: #df2236; 
	font-weight: bold;
}

.table-month-select > table > tbody > tr > td:last-child a {
	color: #777; 
	margin-bottom: 2px; 
}

.table-month-select > table > tbody > tr > td:last-child {
	text-align: right;
	font-size: 9pt; 
}

.table-month-select > table td > a, 
.table-month-select > table td > label {
	display: block;
	padding: 10px; 
}

.table-month-select > table td {
	padding: 0;
	vertical-align: bottom;
}

.table-month-select > table {
	width: 100%; 
	border-spacing: 0;
}

.table-month-select {
	margin: 0 -10px; 
}

.table-month-reservation td {
	background: #fff; 
	padding: 10px; 
	font-size: 10pt; 
	width: calc(100% / 7);
}

.table-month-reservation tr td:nth-child(6) a, 
.table-month-reservation tr td:nth-child(7) a, 
.table-month-reservation tr td:nth-child(6), 
.table-month-reservation tr td:nth-child(7) {
	color: #df2236;
}

.table-month-reservation thead td {
	text-align: center;
	font-weight: bold;
}

.table-month-reservation {
	width: 100%; 
	border-spacing: 1px; 
	background: #aaa; 
}

.table-month-reservation-day label {
	position: absolute;
	top: 4px; 
	left: 4px; 
	display: block;
	padding: 2px 10px 3px; 
	font-size: 9pt; 
	font-weight: normal;
	color: #fff; 
	background: #df2236; 
	border-radius: 100px; 
	border: 2px solid #fff; 
}

.table-month-reservation-day a {
	text-decoration: none;
	color: #555; 
	margin: -27px -10px -10px;
	padding: 27px 10px 10px; 
	display: block;
}

.table-month-reservation-day a.selected-day {
	background: #df2236;
	color: #fff !important; 
	margin: -27px -10px -15px;
	padding: 27px 10px 15px; 
}

.table-month-reservation td.selected-day-list ul li a {
	color: #222; 
	text-decoration: none;
}

.table-month-reservation td.selected-day-list ul li {
	padding: 7px 100px 7px 10px; 
	margin: 1px; 
	position: relative;
}

.table-month-reservation td.selected-day-list ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.table-month-reservation td.selected-day-list table td.small {
	width: 20px; 
	white-space: nowrap;
}

.table-month-reservation td.selected-day-list table td:after {
	content: ' ';
	float: none;
	clear: left;
}

a.list-a {
	text-decoration: underline !important; 
	color: #222 !important;
	/*text-decoration: none;*/
	/*float: left;*/
	display: inline-block;
	margin: -3px 5px 0 0;
	padding: 3px 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
} 

.table-month-reservation td.selected-day-list table td a {
	text-decoration: none;
}

.table-month-reservation td.selected-day-list table td > div {
	position: relative;
}

.table-month-reservation td.selected-day-list table td > div > div {
	position: absolute;
	bottom: 22px;
	padding: 2px 0;
	width: 36px;
	/*overflow: hidden;*/
	right: 0px;
	display: none;
	z-index: 3;
	background: #eee;
	white-space: nowrap;
}

.table-month-reservation td.selected-day-list table td {
	padding: 5px; 
	background: transparent;
	white-space: initial;
	width: calc(100% - 80px);
	position: relative;
	line-height: 17pt; 
}

.table-month-reservation td.selected-day-list table {
	width: 100%; 
	border-spacing: 0;
	padding: 0 5px; 
}

.table-month-reservation td.selected-day-list {
	background: #df2236;
	color: #fff; 
	position: relative;
}

.table-month-reservation-day {
	position: relative;
	padding-top: 27px !important; 
	text-align: right;
	font-weight: bold;
	font-size: 12pt !important; 
	color: #555; 
}

.good-to-known {
	text-align: center;
	display: none;
}

.good-to-known-title i {
	transition: all 0.5s;
}

.good-to-known-title.good-to-known-title-opened i {
	transform: rotate(90deg);
}

.all-experiences {
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%; 
	padding: 12px 0; 
	border-radius: 0;
	text-align: center;
	color: #fff; 
	background: #df2236;
	text-decoration: none;
}

.guest-vt-content * {
	box-sizing: border-box;
}

section.pg-content-lists-mosaic {
    margin: 20px auto 30px;
    text-align: center;
}

section.pg-content-lists-mosaic > div > a, 
section.pg-content-lists-mosaic > a, 
section.pg-content-lists-mosaic > div > span, 
section.pg-content-lists-mosaic > span {
    position: relative;
    display: inline-block;
    width: calc(25% - 20px);
    margin: 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    color: #555; 
    font-size: 10pt; 
}

section.pg-content-lists-mosaic > div span > img, 
section.pg-content-lists-mosaic > span > img, 
section.pg-content-lists-mosaic > div > a > img, 
section.pg-content-lists-mosaic > a > img {
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

section.pg-content-lists-mosaic > div > span > div, 
section.pg-content-lists-mosaic > span > div, 
section.pg-content-lists-mosaic > div > a > div, 
section.pg-content-lists-mosaic > a > div {
    height: 60px;
    position: relative;
    white-space: normal;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

section.pg-content-lists-mosaic > div > a > div > label, 
section.pg-content-lists-mosaic > a > div > label {
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    width: calc(100% - 20px);
    height: 48px;
    text-align: center;
}

section.pg-content-lists-mosaic > div > a > div > label table, 
section.pg-content-lists-mosaic > a > div > label table {
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

.pg-content-pkg-top > table, 
.pg-content-prg-top > table {
    width: 100%;
    border-spacing: 0;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(1), 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding: 0;
    position: relative;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(1) > td:nth-child(2), 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding: 20px 30px 20px;
    background: #eee;
    border-top-right-radius: 10px;
    width: 400px;
    min-height: 400px;
    vertical-align: top;
}

.pg-content-pkg-top > table > tbody > tr:nth-child(2) > td:nth-child(1), 
.pg-content-prg-top > table > tbody > tr:nth-child(2) > td:nth-child(1) {
	border-radius: 0 0 10px 0;
    /*border-bottom-right-radius: 10px;*/
    color: #fff;
    background: #df2236;
    width: 400px;
    /*display: none;*/
}

.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) video, 
.pg-content-prg-top > table > tbody > tr:nth-child(1) > td:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    display: block;
    position: absolute;
    top: 0;
}

.reservation-prg-main {
    font-size: 16pt;
    text-align: center;
    text-transform: uppercase;
}

#send-message {
    display: inline-block;
    font-size: 16pt;
    padding: 18px 40px 20px;
    background: #df2236;
    color: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    text-decoration: none;
}

.prg-included {
    margin: -30px;
}

.prg-included table {
    width: 100%;
    border-spacing: 30px;
}

.prg-included table td {
    width: 33.33%;
    padding: 0;
    vertical-align: top;
}

.prg-included table td h3 {
    background: #dedede;
    position: relative;
}

.prg-included table td h3 img {
    background: #df2236;
    display: block;
    padding: 5px;
    width: 40px !important;
    height: 40px !important;
}

.prg-included table td h3 span {
    position: absolute;
    top: 10px;
    left: 50px;
    color: #666;
    font-size: 12pt;
}

.prg-included table td ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.prg-included table td ul li {
    padding: 5px 0;
    margin: 0;
}

.section-distance {
    height: 30px;
}

.gallery-container {
    padding: 20px;
    /* border: 1px solid #888; */
    border-radius: 10px;
    background: #eee;
    text-align: center;
}

.gallery-container img {
    margin: 10px;
    width: 300px;
    max-width: 100%;
    border-radius: 5px;
}

.yt-gallery-container iframe {
    width: 300px;
    max-width: 100%;
    height: 200px;
    border: 0;
    margin: 10px;
    border-radius: 5px;
}

#to-fullscreen .fullscreen-hide {
}

#to-fullscreen:fullscreen .fullscreen-hide {
	display: none;
}

#to-fullscreen .fullscreen-show {
	display: none;
}

#to-fullscreen:fullscreen .fullscreen-show {
	display: block;
}

#mainWindowContainerInstant, 
#mainWindowContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7);
	z-index: 110;
	border-spacing: 15px; 
}

#mainWindowContainerInstant.opened, 
#mainWindowContainer.opened {
	display: block;
}

#mainWindowInstant, 
#mainWindow {
	margin: 0 auto;
	background: #fff;
	color: #555; 
	max-width: 600px; 
	border-radius: 10px; 
}

#mainWindowHeaderInstant, 
#mainWindowHeader {
	position: relative;
}

#mainWindowHeaderInstant label, 
#mainWindowHeader label {
	font-size: 14pt; 
	padding: 10px;
	margin: 0; 
	border-bottom: 1px solid #ccc;
	display: block;
}

#mainWindowHeaderInstant span, 
#mainWindowHeader span {
	position: absolute;
	color: #e00;
	font-size: 16pt; 
	top: 0;
	right: 0;
	padding: 10px 20px; 
	display: block;
	cursor: pointer;
}

#mainWindowContentInstant, 
#mainWindowContent {
	max-height: 80vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px; 
}

#mainWindowContainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.7);
	z-index: 110;
}

#mainWindowContainer.opened {
	display: block;
}

#mainWindow {
	margin: 0 auto;
	background: #fff;
	max-width: 600px; 
	border-radius: 10px; 
}

#mainWindowHeader {
	position: relative;
}

#mainWindowHeader label {
	font-size: 14pt; 
	padding: 10px;
	margin: 0; 
	border-bottom: 1px solid #ccc;
	display: block;
}

#mainWindowHeader span {
	position: absolute;
	color: #e00;
	font-size: 16pt; 
	top: 0;
	right: 0;
	padding: 10px 20px; 
	display: block;
	cursor: pointer;
}

#mainWindowContent {
	max-height: 80vh;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px; 
}

.datas-more {
	padding: 20px 30px; 
	background: #ddd; 
	margin: 20px 0;
}

.uppercase {
	font-size: 10pt; 
}

fieldset.reservations legend, 
fieldset.reservations {
	background: #f4f4f4;
}

.side-items section.daily-promo > label {
	display: block;
	padding: 14px; 
	font-weight: bold;
	color: #fff; 
	background: #e00; 
	text-align: center;
	font-size: 15pt; 
}

.daily-promo {
	margin: 50px 0;
}

.unavailable-day {
	opacity: 0.6;
}

.current-day {
	outline: 5px solid #555; 
	z-index: 1;
	position: relative;
}

.pg-content {
	padding: 0 15px; 
}

.calendar-promo {
	display: inline-block;
	background: #fff; 
	color: #df2236; 
	padding: 4px 5px; 
	margin: -4px 3px -4px -1px;
	font-weight: bold;
	border-radius: 100px; 
}



@media screen and (max-width: 1200px) {

	#header {
		padding: 0 10px;
		width: calc(100% - 20px);
	}

	#content {
		padding: 0 10px;
	}
	
}

@media screen and (max-width: 600px) {

	.side-menu, 
	.side-container {
		width: initial;
		float: none;
	}

	.side-items {
		padding: 20px 0;
	}

	.side-container {
		order: 1;
	}

	.side-menu {
		order: 2;
	}

	.main-container {
		display: flex;
		flex-direction: column;
	}

	div.event-less iframe {
		height: 260px !important;
	}

	#all-menus > a, #all-menus > div {
		font-size: 8pt !important;
	}

	table.list-table thead td {
		font-size: 10pt; 
	}

	td.table-name {
		font-size: 10pt !important;
	}

	.content-top-distance {
		height: 120px; 
	}

	.top-brand-container {
		background: #fff;
		margin: 0 -10px;
		border-radius: 0;
		padding: 5px 15px;
	}

	.top-brand-container > svg {
		position: relative;
		margin: 4px 10px; 
	}

	.brand-fill-grey {
		fill: #888;
	}

	.brand-fill-red {
		fill: #df2235;
	}

	section.pg-content-lists-mosaic > div > span, 
	section.pg-content-lists-mosaic > span, 
	section.pg-content-lists-mosaic > div > a, 
	section.pg-content-lists-mosaic > a {
	    width: calc(100% - 20px);
	}

	.side-items div.divided-3 section {
		width: calc(33% - 13px);
	}

	.top-brand-container a {
		color: #df2235;
	}

	.top-brand-container table {
		position: relative;
	}

	.top-brand-container table tr:nth-child(2) td {
		color: #999; 
	}

}

@media screen and (max-width: 440px) {

	div#date-selector > div, 
	div#login-content > div {
		max-width: calc(100vw - 100px);
		height: calc(100vh - 100px);
		padding: 20px;
	}

}

