body {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	text-align: center;
}
html, body {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

main, div, input, textarea, select, button, form, ul, th, td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

#over {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
	overscroll-behavior: none;
}
#over.u {
	opacity: 1;
}
#over.n {
	position: absolute;
	min-height: 100%;
}
#bx {
	position: absolute;
	display: none;
	max-width: calc(100% - 60px);
	background-color: #FFF;
	text-align: left;
	z-index: 2147483647;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
	font-size: 18px;
}
#bx>h1 {
	background-color: #F15B5A;
	margin: 0;
	padding: 8px 15px;
	font-size: 16px;
	cursor: default;
	background-image: none;
	color: #FFF;
}
#bx>div {
	padding: 15px;
	overflow-y: auto;
}
#bx>div>h1:first-child, #bx>div>h2:first-child {
	margin-top: 0;
}
#bx>div#close {
	display: block;
	width: 23px;
	height: 23px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#bx form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
#bx form.c.i {
	text-align: left;
}
#bx form.c .btn {
	margin: 0 3px;
}
#bx form input[type="text"], #bx form textarea {
	width: 100%;
	background: transparent;
	padding: 10px 0;
	border: 0;
	font-size: 18px;
	border-bottom: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	margin: 0 0 25px 0;
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}

#pickDate {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#pickDate table th, #pickDate table td,
div.nsp a, div.nsp>span
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#top {
	background: #525866;
	font-size: 14px;
}
#top>div {
	display: flex;
	align-items: center;
	min-width: 290px;
	max-width: 1160px;
	margin: 0 auto;
}
#top>div>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	align-self: stretch;
	border-right: 1px solid #9FA3AA;
	margin: 0 15px 0 0;
	cursor: pointer;
}
#top>div>span:hover {
	background: #000;
}
#top>div>span::after {
	display: block;
	content: "";
	width: 20px;
	height: 12px;
	background: url(/img/a.svg) no-repeat;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 4px 0 0;
}
#top>div>div {
	flex: 1;
	color: #FFF;
	text-align: left;
}
#top>div>a {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #9FA3AA;
	padding: 15px 15px 13px 15px;
}
#top>div>a::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 18px;
	height: 18px;
	background: url(/img/i_home.svg) 0/contain no-repeat;
	margin: -2px 0 0 0;
}
#top>div>a:hover {
	background: #000;
}

header {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12); 
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.12);
	font-size: 14px;
}
header>div {
	min-width: 320px;
	max-width: 1160px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}
header>div>a, nav {
	display: inline-block;
	vertical-align: middle;
}
header>div>a {
	width: 90%;
	max-width: 230px;
}
header>div>a img {
	width: 100%;
	vertical-align: top;
	margin: 15px 0;
}
nav {
	width: calc(100% - 285px);
	text-align: right;
	padding: 0 0 0 40px;
}
nav>a {
	display: inline-block;
	vertical-align: middle;
	color: #464339;
	border-top: 1px solid #FFF;
	padding: 12px 18px;
	margin: 0 0 0 5px;
	text-decoration: none;
	border-radius: 5px;
}
nav>a.a, nav>a:hover {
	background: #F15B5A;
	color: #FFF;
}

main {
	display: block;
	width: 100%;
	flex: 1;
	min-width: 300px;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer {
	background: #373E4C;
	border-bottom: 2px solid #1F2022;
	font-size: 14px;
}
footer::before {
	display: block;
	content: "";
	height: 30px;
	background: #434A5A;
	border-top: 6px solid #373E4C;
}
footer>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 290px;
	max-width: 1160px;
	margin: 0 auto;
	padding: 10px 15px;
	color: #FFF;
	text-align: left;
}
footer a {
	text-decoration: none;
	color: #FFF;
}

div.a2hs {
	cursor: pointer;
}

main.view {
	max-width: 100%;
	padding: 0;
}
main.view>iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
}

h1.h {
	border-bottom: 1px solid #DADADA;
	color: #333;
	margin: 0 0 25px 0;
	text-align: left;
}
#hdr {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #DADADA;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}
#hdr>h1 {
	flex: 1;
	margin: 0;
}
#hdr>div {
	flex: 1;
	margin: 0 0 0 20px;
	text-align: right;
}
#hdr>div>div {
 display: inline-block;
 margin: 0 0 0 10px;
 white-space: nowrap;
}

div.kat {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
div.kat>a {
	position: relative;
	display: block;
	flex: 0 0 31.33%;
	margin: 1%;
	background: #EEE;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: 700;
}
div.kat>a>span {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F15B5A;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
}
div.kat>a.l::after {
	position: absolute;
	display: block;
	content: "";
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	background: url(/img/lck.svg) no-repeat right 0;
	background-size: contain;
}
div.kat>a::before, h2.kat::before {
	display: block;
	content: "";
	height: 90px;
	margin: 0 0 20px 0;
	background-repeat: no-repeat;
	background-position: center 0;
}
h2.kat::before {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-size: contain;
	margin: 0 15px 0 0;
}
div.kat>a.k1::before, h2.kat.k1::before {
	background-image: url(/img/i1.svg);
}
div.kat>a.k2::before, h2.kat.k2::before {
	background-image: url(/img/i2.svg);
}
div.kat>a.k3::before, h2.kat.k3::before {
	background-image: url(/img/i3.svg);
}
div.kat>a.k4::before, h2.kat.k4::before {
	background-image: url(/img/i4.svg);
}
div.kat>a.k5::before, h2.kat.k5::before {
	background-image: url(/img/i5.svg);
}
div.kat>a.k6::before, h2.kat.k6::before {
	background-image: url(/img/i6.svg);
}
div.kat>a.k7::before, h2.kat.k7::before {
	background-image: url(/img/i7.svg);
}
div.kat>a.k8::before, h2.kat.k8::before {
	background-image: url(/img/i8.svg);
}


h2.c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
h2.c>span:last-child {
	text-transform: none;
	text-align: right;
}
div.h2.cols {
	margin: 25px 0 15px 0;
}
div.h2.cols h2 {
	margin: 0;
}
div.vr {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin: 10px 0 0 0;
}
h2 select {
	font-weight: inherit;
	padding: 4px;
	margin: 0 10px;
}

div.sleg {
	margin: 0 0 40px 0;
}
div.sleg>div {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 15px 5px 0;
	line-height: 100%;
}
div.sleg>div>div {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
}

div.cols {
	display: flex;
	justify-content: space-between;
}
div.cols>div>h2:first-child {
	margin-top: 0;
}

#vmsg {
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin: 15px 0;
}
p.d {
	margin-top: -15px;
	color: #999;
	font-size: 11px;
}
.uootbl td.colx {
	padding-left: 15px;
}

div.bx {
	background: #EAEBEC;
	background: -moz-linear-gradient(top, #EAEBEC 0%, #CDCECD 100%);
	background: -webkit-linear-gradient(top, #EAEBEC 0%,#CDCECD 100%);
	background: linear-gradient(to bottom, #EAEBEC 0%,#CDCECD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEBEC', endColorstr='#CDCECD',GradientType=0 );
	border-radius: 6px;
	padding: 18px;
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}

div.mfrm {
	max-width: 600px;
	margin: 0 auto;
}

div.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.rqi {
	display: block;
	float: left;
	background: url(/img/req.png) no-repeat 0 0;
	padding: 0 0 0 15px;
	font-style: italic;
	margin: 10px 0;
	max-width: calc(100% - 150px);
	text-align: left;
}
#nreg {
	margin: -30px 0 60px 0;
}

#flst {
	margin: -10px;
}
#flst>div {
	margin: 10px;
	border: 1px solid #666;
	background: #F8F8F8;
	padding: 8px;
}
#flst>div>div:first-child {
	display: flex;
}
#flst>div>div:first-child>div:first-child {
	flex: 0 0 140px;
	margin: 0 10px 0 0;
}
#flst>div>div:first-child>div.d:first-child {
	flex: 0 0 70px;
}
#flst>div h2 {
	display: inline-block;
	font-size: inherit;
	margin: 0 0 6px 0;
}
#flst>div>div.s {
	margin: 0 0 8px 0;
}
#flst>div>div.p {
	font-size: 14px;
	margin: 8px 0 0 0;
}
#flst>div>div.a {
	margin: 5px 0 0 0;
}
#flst>div.fg {
	border: 1px solid #CCC;
	background: #FCFCFC;
}
#flst>div.fg, #flst>div.fg * {
	color: #666;
}
#flst>div>div.h {
	display: flex;
	margin: 0 0 10px 0;
}
#flst>div>div.h>div:last-child {
	flex: 1;
	margin: 0 0 0 8px;
}
#flst div.hst {
	margin: 10px 0 0 0;
}
#flst div.hst th, #flst div.hst td {
	font-size: 80%;
}

div.tg {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/img/s4.svg) no-repeat 0/contain;
	margin: 0 0 -4px 0;
	cursor: pointer;
}
div.tg.a {
	background-image: url(/img/s5.svg);
}


.uview {
	background:#F9F9F9;
	border: 1px solid #666;
	padding: 8px;
	overflow: auto;
}
u[onclick] {
	cursor: pointer;
}

.cdot {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border: 1px solid #333;
	cursor: default;
}

form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
input.default, textarea.defaul {
	color: #CCC;
}
.fld, .fld100, .fldq, .fld100q,
form.flt input[type="text"], form.flt select
{
	border: 1px solid #A4A4A4;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}
.fld100, .fld100q {
	width: 100%;	
}
.fldq, .fld100q, input.q, select.q {
	background: url(/img/req.png) no-repeat right top;
}
.btn {
	display: inline-block;
	border: 0;
	color: #FFF;
	font-family: inherit;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	background: #525866;
	border-radius: 8px;
	padding: 7px 16px 8px 16px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	margin: 0 0 4px 0;
}
.btn.m {
	font-size: 15px;
	padding: 2px 4px;
	margin: 0;
}
.btn.f {
	font-size: 16px;
	padding: 5px 12px 6px 12px;
	margin: 0;
}
.btn:hover {
	color: #FFF;
	background: #F15B5A;
}
.btn:disabled, .btn:hover:disabled {
	cursor: default;
	background: #CCC;
}
a.btn.m {
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 4px;
	margin: 1px 0;
	vertical-align: middle;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

form[data-frm] table .btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

div.btns {
	margin-top: 15px;
}
div.btns.r {
	display: flex;
	justify-content: space-between;
}
div.btns.r>div:last-child {
	margin-left: 15px;
	text-align: right;
}
div.btns.m .btn {
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 6px;
}

div.num input[type="number"]::-webkit-inner-spin-button, 
div.num input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
div.num input[type=number] {
	-moz-appearance: textfield;
}
div.num {
	display: flex;
}
div.num>div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 30px;
	background: #FFF;
	border: 1px solid #A4A4A4; 
	font-family: Verdana;
	font-weight: bold;
	font-size: 18px;
	line-height: 100%;
	cursor: pointer;
	user-select: none;
}
div.num>div>span {
	position: absolute;
	right: -4px;
	top: 6px;
	z-index: 100;
}
div.num>div:nth-child(-n+2) {
	border-right: 0;
}
div.num>div:nth-last-child(-n+2) {
	border-left: 0;
}
div.num input {
	text-align: center;
}

body:not(#foo) input[type=checkbox], body:not(#foo) input[type=radio] {
	display: none;
}
body:not(#foo) input[type=checkbox]+label, body:not(#foo) input[type=radio]+label {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0 7px 35px;
	min-height: 14px;
	background: url(/img/chkv0.png) no-repeat 0 3px;
	margin-left: 0;
}
body:not(#foo) td:first-child input[type=checkbox]+label:empty, td:first-child body:not(#foo) input[type=radio]+label:empty {
	background-position: 0 0;
	padding-left: 26px;
}
body:not(#foo) input[type=checkbox]:checked+label {
	background-image: url(/img/chkv1.png);
}
body:not(#foo) input[type=checkbox]:disabled+label, body:not(#foo) input[type=radio]:disabled+label {
	opacity: 0.2;
}
body:not(#foo) input[type=radio]:checked+label {
	background-image: url(/img/chkvx.png);
}
body:not(#foo) input[type=radio]+label {
	margin-left: 20px;
}
body:not(#foo) input[type=radio]:first-child+label {
	margin-left: 0;
}

table.tb tr.r td, table.tb tr.r td a:not(.btn) {
	color: #E00;
}
table.tb tr.s td, table.tb tr.s td a {
	color: #CCC;
}
table.tb tr.b td, table.tb tr.b td a {
	font-weight: bold;
}
table.tb tr.sm td {
	border-top: 2px solid #E5E5E5;
	padding-top: 4px;
}
table.tb tr.sm td, table.tb tr.sm td a {
	font-weight: bold;
}

div.ov>table.tb {
	min-width: 460px;
}
table.tb.tp td {
	vertical-align: top;
}

table.tb tr.d>td {
	padding: 5px 15px 15px 15px;
}
table.tb table.tbl th, table.tb table.tbl td {
	font-size: 0.9em;
}
table.tb tr.d {
	display: none;
}

table.tb td.an {
	text-align: center;
	background-color: #CCC;
}
table.tb td.an.g {
	background-color: #C1FFC1;
}
table.tb td.an.r {
	background-color: #FFBBBB;
}
table.tb td.an.y {
	background-color: #FFE9D2;
}

table.tb.rm td:last-child {
	white-space: nowrap;
}
table.tb div.rm, table.tb div.cp {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	background: #EEE url(/img/ino.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: 0.3;
}
table.tb div.cp {
	background-image: url(/img/i_cpy.svg);
}
table.tb div.cp:hover,
table.tb div.rm:hover
{
	opacity: 1;
}

table.tb.lg {
	border-collapse: collapse;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #AAA;
}
table.tb.lg tr:first-child th {
	border-top: 2px solid #AAA;
}
table.tb.lg td:first-child {
	border-left: 2px solid #AAA;
}
table.tb.lg th:first-child {
	text-align: center;
}
table.tb.lg>tbody>tr>th {
	border-bottom: 2px solid #AAA;
	border-left: 2px solid #AAA;
}


div.tvyp {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

form.flt {
	margin: 0 0 20px 0;
}
form.flt>div {
	display: inline-block;
	white-space: nowrap;
	margin: 0 5px;
}
form.flt>div:first-child {
	margin-left: 0;
}
form.flt>div.r {
	float: right;
	margin: 0 0 0 15px;
}
form.flt::after {
	display: block;
	content: "";
	clear: both;
}
div.alrt, div.inf {
	background: #FDD;
	padding: 5px !important;
	font-weight: bold;
	margin: 8px 0;
}
div.inf {
	background: rgb(248,248,187);
}
div.alrt:first-child, div.inf:first-child {
	margin-top: 0;
}

div.dtz {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 5px solid #EEE;
}
div.dtz>div:first-child {
	font-weight: 600;
	margin: 0 0 15px 0;
}
div.dtz_n>input {
	border: 1px solid #CCC;
	padding: 5px;
	width: 100px;
	font-family: inherit;
	font-size-adjust: inherit;
}
div.dtz_s {
	display: flex;
	justify-content: flex-start;
}
div.dtz_s>div {
	padding: 5px;
	border: 1px solid #CCC;
	min-width: 50px;
	text-align: center;
	cursor: pointer;
}
div.dtz_s>div:nth-child(n+2) {
	border-left: 0;
}
div.dtz_s>div.a {
	background: #060;
	color: #FFF;
}
div.dtz_s.y>div.a:last-child {
	background: #C00;
}
div.dtz_h {
	display: none;
	margin: -5px 0 15px 0;
	font-style: italic;
	color: #666;
}
div.dtz>div:first-child>span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #CCC;
	margin: 0 0 0 10px;
	cursor: pointer;
}
div.dtz>div:first-child>span::after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "?";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
div.dtz_p {
	margin: 15px 0 0 0;
}
div.dtz_p>div:first-child {
	font-size: 12px;
	margin: 0 0 2px 0;
}
div.dtz textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 100%;
	font-family: inherit;
	font-size-adjust: inherit;
}
h2.z {
	background-color: #EEE;
	padding: 8px;
	font-size: 16px;
}

div.nsp, #pickDate {
	position: absolute;
	display: none;
	left: 0;
	margin: 0 !important;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	text-align: left;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
div.nsp div {
	margin: 2px 0;
	padding: 10px 15px;
}
div.nsp>div, div.nsp>a {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>a {
	font-size: 16px;
}
div.nsp>div:hover, div.nsp>a:hover {
	background-color: #EEE;
}
div.nsp>div.a, div.nsp>a.a {
	background-color: #DDD;
}
div.nsp>div[data-s], div.nsp>a[data-s] {
	display: flex;
	justify-content: space-between;
}
div.nsp>div[data-s]>span:last-child, div.nsp>a[data-s]>span:last-child {
	margin: 0 0 0 15px;
	color: #999;
}

div.nsp>span.c {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(/img/nspc.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.nsp>span.x {
	display: block;
	background-color: #D8D8D8;
	padding: 4px;
}
div.nsp>span.x span {
	text-decoration: underline;
	cursor: pointer;
}

div.nspp{position:absolute;right:5px;top:0;bottom:0;width:18px;z-index:5000;cursor:default;padding:2px 0 0 0}
div.nspp>div{width:0;height:0;border-style:solid;border-width:8px 4px 0 4px;border-color:#000 transparent transparent transparent;margin:15px 0 0 5px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

table.n.pd td {
	padding-bottom: 4px;
}

option.g {
	background: #E0E0E0;
}


#pickDate {
	overflow: hidden;
	right: auto !important;
	font-size: inherit;
}
#pickDate table {
	width: 100%;
	border-top: 1px solid #666;
	border-spacing: 0;
}
#pickDate table th, #pickDate table td {
	min-width: 34px;
	text-align: center;
	font-size: inherit;
	line-height: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 6px 0;
	cursor: pointer;
}
#pickDate table th {
	font-style: normal;
	background: #DDD;
	cursor: default;
}
#pickDate table th:first-child, #pickDate table td:first-child {
	border-left: 0;
}
#pickDate table td.p, #pickDate table td.n {
	background: #EEE;
}
#pickDate>div {
	text-align: center;
}
#pickDate table td.t {
	position: relative;
}
#pickDate table td.t::after {
	display: block;
	content: "";
	position: absolute;
	border: 2px solid #C00;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	pointer-events: none;
}
#pickDate table td.a {
	background: #000 !important;
	color: #FFF;
}
#pickDate table td:hover {
	background: #CCC;
}
#pickDate table th.m:hover {
	background: #EEE;
	cursor: pointer;
}
#pickDate>div:first-child select, #pickDate>div input[type="number"], #pickDate>div:last-child>span, #pickDate div.cl>div {
	display: inline-block;
	width:auto;height:auto; /*kvuli jinym*/
	font-family: inherit;
	font-size: inherit;
	border: 0;
	padding: 2px;
	outline: 0;
}
#pickDate>div input[type="number"] {
	width: 56px;
	text-align: center;
	vertical-align: top;
}
#pickDate>div input[type="number"].n2 {
	width: 92px;
	text-align: left;
}
#pickDate>div:first-child>div:first-child, #pickDate>div:first-child>div:last-child {
	float: left;
	padding: 2px 4px;
	cursor: pointer;
}
#pickDate>div:first-child>div:last-child {
	float: right;
}
#pickDate>div:first-child>div:first-child::after, #pickDate>div:first-child>div:last-child::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #000000 transparent transparent;
}
#pickDate>div:first-child>div:last-child::after {
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
}
#pickDate>div:first-child>div:first-child:hover:after {
	border-color: transparent #999 transparent transparent;
}
#pickDate>div:first-child>div:last-child:hover:after {
	border-color: transparent transparent transparent #999;
}
#pickDate>div:last-child {
	border-top: 1px solid #666;
	padding: 3px 0;
}
#pickDate>div:last-child>span {
	float: left;
	padding: 0;
	margin: 1px 0 0 4px;
}
#pickDate>div:last-child>input {
	width: 38px;
	text-align: left;
}
#pickDate>div:last-child>input:last-child {
	margin: 0 0 0 20px;
}
#pickDate div.cl {
	min-width: 190px;
}
#pickDate div.cl>div {
	display: block;
}
#pickDate div.cl>div:first-child {
	background: #DDD;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#pickDate div.cl>div:nth-child(3) {
	background: #DDD;
}
#pickDate div.cl>div:last-child {
	padding: 4px;
}
#pickDate div.cl input.btn {

}
.oi1+img {
	margin: 3px 0 -3px -22px;
	cursor: pointer;
}
input[data-pick-date] {
	width: 108px;
}
input[data-pick-date="2"] {
	width: 152px;
}

div.rdb>a {
	display: inline-block;
	vertical-align: top;
	margin: 3px 3px 0 3px;
	padding: 8px 14px 5px 14px;
	background: #DDD;
	border-bottom: 3px solid #525866;
	text-decoration: none;
}
div.rdb>a.a, div.rdb>a:hover {
	background: #525866;
	color: #FFF;
}


table.uorw{table-layout:fixed;margin:5px 0;border-spacing:0;width:100%;background-color:#FFF;border-top:1px solid #666;border-right:1px solid #666;border-left:1px solid #666}
table.uorw>tbody>tr>td,table.uorw>tbody>tr>th{border-bottom:1px solid #666;border-left:1px solid #666;padding:1px;margin:0}
table.uorw>tbody>tr.hd>td,table.uorw>tbody>tr>th{padding:4px;background-color:#DDD;font-style:normal}
table.uorw>tbody>tr.hd>td,table.uorw>tbody>tr>th:first-child{border-left:0}
table.uorw>tbody>tr>td.sk.a{background-color:#060}
table.uorw>tbody>tr>td:first-child,table.uorw td.b{border-left:0}
table.uorw input:not([type=checkbox]),table.uorw select{border:0;background-color:transparent;width:100%;height:23px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:2px;margin:0;font-family:inherit;font-size:inherit;outline:none}
table.uorw input:focus,table.uorw select:focus{background-color:#F1F1F1}
table.uorw input.sl,table.uorw input.mn{text-align:right}
table.uorw>tbody>tr>td.x,table.uorw.x td{padding:2px 3px}
table.uorw>tbody>tr div.mv,table.uorw>tbody>tr div.rm{opacity:0.3;width:16px;height:25px;background:url(/img/updown.png) no-repeat center center;cursor:pointer}
table.uorw>tbody>tr div.rm{background-image:url(/img/ino.png)}
table.uorw>tbody>tr.mv td,table.uorw>tbody>tr.mv input,table.uorw>tbody>tr.mv select{background:#EEE}
table.uorw>tbody>tr div:hover,table.uorw>tbody>tr.mv div.mv{opacity:1}

body.drg_mv, body.drg_mv * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}
div.uploader {
    border: 1px solid #A4A4A4;
    padding: 6px;
    margin: 20px 0;
}
td>div.uploader {
		margin: 0;
}
div.uploader div.b {
    cursor: pointer;
		background: url(/img/att.svg) no-repeat 0 center;
		background-size: 16px 16px;
		padding: 3px 0 3px 24px;
}
div.uploader.drg div.b {
    background-color: #EEE;
}
div.uploader table {
    width: 100%;
    border: 0;
    border-spacing: 0;
}
div.uploader table:not(:empty) {
    margin: 0 0 6px 0;
}
div.uploader table:not(:empty) {
    margin-top: 6px;
}
div.uploader table td {
    text-align: left;
    cursor: default;
    user-select: none;
}
body:not(.drg_mv) div.uploader table tr:hover td {
    background: #EEE;
}
div.uploader table tr.itm_drg td {
    background: #FEE;
}
div.uploader table td:last-child {
    width: 25px;
    text-align: right;
}
div.uploader table td:nth-last-child(2) {
    width: 50px;
    text-align: right;
}
div.uploader div.rmv::after {
    display: inline-block;
    vertical-align: middle;
    content: "x";
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #C00;
    cursor: pointer;
		margin: -5px 0 0 0;
}
div.uploader.th td:first-child {
    width: 32px;
    padding: 0 8px 0 0;
}
div.uploader.th td:first-child>div {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center center;
}
div.uploader.th td:first-child img {
	vertical-align: top;
	border: 0;
}

#vid_cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	overscroll-behavior: none;
}
#vid_s {
	display: flex;
	/*align-items: flex-end;*/
	justify-content: center;
	height: 100%;
	overflow: hidden;
	background: #000;
}
#vid_p{display:flex;justify-content:space-between;align-items:center;position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,0.4);padding:10px}
#vid_p>div:last-child{display:flex;justify-content:flex-end}
#vid_p>div:last-child>div{display:none;margin:3px}
#vid_p>div:last-child>div#vid_close{display:block}
#vid_i,#vid_v{width:100vw;max-height:100vh;height:auto;object-fit:contain;margin:0 auto;vertical-align:top}
#vid_i,#vid_st,#vid_so{display:none}
#vid_v{width:100%}
#vid_z{background:transparent;outline:none;color:#FFF;padding:5px 10px}
#vid_z option{color:#000}
#vid_flash{display:inline-block;vertical-align:middle;width:20px;height:36px;background:url(/img/i_fl0.svg) no-repeat;margin:-2px 10px 0 0 !important}
#vid_flash.a{background-image:url(/img/i_fl1.svg)}
#btn_snap{display:none}
#vid_ac {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9999;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
  -webkit-text-shadow: 0 0 3px #000;
  -moz-text-shadow: 0 0 3px #000;
	text-shadow: 0 0 3px #000;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin: 10px 0;
}
div.pg, div.pg td, div.pg select {
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}
table.n {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
table.n.m {
	max-width: 400px;
}
table.n.t td {
	vertical-align: top;
}
table.gal {
	width: 100%;
	border: 0;
}
table.gal td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #999;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

div.ov {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

input[type="password"].pwd_tg::-ms-clear,input[type="password"].pwd_tg::-ms-reveal{display:none}
div.pwd_tg {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 18px;
	height: 12px;
	background: url(/img/eye.svg) no-repeat;
	background-size: contain;
	right: 14px;
	top: 14px;
	cursor: default;
}

@media print {
 #header, #footer,
 form.flt, h1.h, h2.kat
 {
	display: none;
 }
 #main {
	float: none;
	width: 100%;
 }
}

@media only screen and (max-width: 1160px) {
	#top>div {
		padding-left: 0;
	}
}
@media only screen and (max-width: 840px) {
	header>div>a, nav {
	 display: block;
	 width: auto;
	 text-align: center;
	}
	nav {
		padding-left: 0;
	}
}
@media only screen and (max-width: 780px) {
	div.kat>a {
		flex: 0 0 48%;
	}
	div.cols {
		display: block;
	}
	div.cols>div:first-child {
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 630px) {
	#hdr {
		display: block;
	}
	#hdr>div {
		margin: 15px 0 0 0;
		text-align: left;
	}
	#hdr>div>div {
		margin: 0 10px 0 0;
	}
}
@media only screen and (max-width: 480px) {
 div.kat>a {
	flex: 0 0 98%;
 }
 #vid_z {
	max-width: 150px;
 }
}
@media only screen and (max-width: 440px) {
 table.n, table.n>tbody, table.n>tbody>tr, table.n>tbody>tr>th, table.n>tbody>tr>td {
	display: block;
	width: 100%;
 }
 table.n>tbody>tr>td:first-child {
	margin: 0 0 3px 0;
 }
 table.n>tbody>tr>td:last-child {
	margin: 0 0 10px 0;
 }

}
