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, #pickDate,
div.nav>a
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]):not([type=number]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


IE komp.:
-flex/column: min-height:1px / flex: 1 0 / max-width:100%
-main: +display:block

FILTER:
https://multicms.net/tools/color-solver/

*/

div.wover {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
div.wover.u {
	opacity: 1;
}
div.wover.n {
	position: absolute;
	min-height: 100%;
}
div.wover div.wover {
	position: absolute;
}
div.wbox {
	display: none;
	position: relative;
	min-width: 240px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-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;
	overscroll-behavior: none;
	font-size: 18px;
}
div.wbox>h1 {
	background-color: #E30613;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div {
	padding: 15px;
	overflow-y: auto;
	overscroll-behavior: contain;
}
div.wbox>div>h1:first-child, div.wbox>div>h2:first-child {
	margin-top: 0;
}
div.wbox>div.wclose {
	display: block;
	width: 25px;
	height: 24px;
	padding: 0;
	background: #000 url(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
div.wbox form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
div.wbox form.c.i {
	text-align: left;
}
div.wbox form.c .btn {
	margin: 15px 3px 0 3px;
	padding: 10px 15px;
	min-width: 100px;
}
div.wbox.s {
	max-width: 500px;
}
div.wbox.bn {
	max-width: auto;
	overflow-x: hidden;
}
div.wbox.bn img.img {
	display: block;
	max-width: calc(100vw - 60px);
	max-height: calc(100vh - 60px);
}
#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;
}
.ldng {
	position: relative;
}
.ldng>*:not(.ldng1) {
	opacity: 0.2;
	pointer-events: none;
}
div.ldng1 {
	position: absolute;
	z-index: 1000;
	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%);
}
div.ldng2 {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  -webkit-animation: ldng 2s infinite linear;
  animation: ldng 2s infinite linear;
}
div.ldng2::before, div.ldng2::after {
  content: "";
  display: inline-block;
  position: absolute;
}
div.ldng2::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
div.ldng2::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
@-webkit-keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}
@keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}

header {
	display: flex;
	justify-content: space-between;
	background: #333;
  border-bottom: 2px solid #666;
  text-align: left;
}
header div {
  color: #FFF;
  padding: 10px;
}
header a {
	text-decoration: none;
	color: inherit;
}
header a:hover {
	color: #EEE;
}
main {
	display: block;
	flex: 1;
  padding: 25px 15px;
  text-align: left;
	width: 100%;
	max-width: 1400px;
	align-self: center;
}
main.c {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer {
  background: #333;
  padding: 10px;
  text-align: left;
}

#root {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
#root>div:first-child {
	flex: 0 0 250px;
	margin: 0 30px 0 0;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#root>div:last-child {
	flex: 1;
}
#root>div:first-child>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 36px;
	padding: 10px;
	text-decoration: none;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: linear-gradient(180deg, rgba(255,255,255,1) 40%, rgba(221,221,221,1) 100%);
}
#root>div:first-child>a>b {
	display: block;
}
div.nav {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -10px 40px -10px;
}
div.nav>a {
	display: block;
	flex: 0 0 calc(25% - 20px);
	padding: 20px;
	margin: 10px;
	text-align: center;
	text-decoration: none;
	background: #EEE;
}
div.nav>a:hover {

}

div[data-chat-grp]>div:first-child {
	position: relative;
}
#chat_m {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow-y: auto;
}
#chat_i {
	display: flex;
	align-items: flex-start;
	border: 1px solid #999;
	padding: 2px;
	margin: 15px 0 0 0;
}
#chat_i>div:first-child {
	flex: 1;
	outline: 0;
	padding: 6px;
}
#chat_i>div:last-child {
	display: flex;
	text-align: center;
	align-items: center;
	cursor: pointer;
	background: #DDD;
	padding: 6px 12px;
}
#chat_i>div:last-child:hover {
	background: #AAA;
}
#chat_m div[data-i] {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 8px;
	margin: 10px 10px 0 0;
	min-width: 200px;
}
#chat_m div[data-i].m {
 background: #ECFFE6;
 /*align-self: flex-end;*/
}
#chat_m div[data-i]:first-child {
	margin-top: 0;
}
#chat_m div[data-i]>b:first-child {
	display: flex;
	justify-content: space-between;
	margin: 0 0 4px 0;
	font-size: 75%;
	color: #777;
}
/*
#chat_m div[data-i]>b:first-child>span {
}
*/
div[data-chat-grp]>div:first-child>span {
	display: none;
	position: absolute;
	z-index: 3000;
	right: 30px;
	bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #CCC;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-weight: 600;
	cursor: pointer;
}
div[data-chat-grp]>div:first-child>span::after {
	display: block;
	content: "";	
	position: absolute;
	bottom: -6px;
	left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #CCC transparent transparent transparent;
}

div[data-vid] {
	position: relative;
	max-width: 1600px;
	margin: 30px auto;
}
div[data-vid]>img {
	max-width: 100%;
}
div[data-vid] div.play {
	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%);
	width: 76px;
	height: 76px;
	background: url(/img/play.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
	border-radius: 50%;
}
div[data-vid] div.play:hover {
	opacity: 0.9;
}
.video-js, .video-js .vjs-tech {
	position: relative !important;
	width: 100% !important;
	height: auto !important;
}
.video-js {
	position: absolute !important;
	z-index: 1000;
	left: 0;
	top: 0;
}
.vjs-poster {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.vjs-control, .vjs-control div {
color: #FFF;
}
.vjs-default-skin .vjs-volume-control {
margin-right: 5px !important;
}
.vjs-default-skin .vjs-volume-handle {
	top: -0.1em;
}
.vjs-loading-spinner {
	top: 90% !important;
	left: 96% !important;
}
.vjs-default-skin .vjs-volume-control .vjs-volume-handle {
	top: -1px !important;
}

#s_lgn {
	width: 100%;
	max-width: 500px;
}

div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
div.gal a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

/*
#rmenu {
	float: right;
}
#scan {
	width: 32px;
	height: 32px;
	background: url(img/i_scan.svg) no-repeat 0/100%;
	cursor: pointer;
}
	*/

#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;
}
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 {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>div:hover {
	background-color: #EEE;
}
div.nsp>div.a {
	background-color: #DDD;
}
div.nsp>div[data-s] {
	display: flex;
	justify-content: space-between;
}
div.nsp>div[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:0;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:6px 3px 0 3px;border-color:#000 transparent transparent transparent;margin:65% 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%);
}
#pickDate {
	overflow: hidden;
	right: auto !important;
}
#pickDate table {
	width: 100%;
	border-top: 1px solid #666;
	border-spacing: 0;
}
#pickDate table th, #pickDate table td {
	min-width: 23px;
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 4px 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: Verdana;
	font-size: 11px;
	border: 0;
	padding: 2px;
	outline: 0;
}
#pickDate>div input[type="number"] {
	width: 56px;
	text-align: center;
}
#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;
}


#cookies {
	position: fixed;
	z-index: 2000000;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	padding: 30px;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: left;
}
#cookies>div {
	margin: 0 auto;
	max-width: 1404px;
}
#cookies a {
	color: #FFF;
}
#cookies div, #cookies td {
	color: #FFF;
}
#cookies>div>div:first-child>div {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#cookies_b {
	text-align: right;
}
#cookies_b>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_b>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_b>div:hover {
	background: #3F8F31;
	color: #FFF;
}
#cookies_i {
	display: none;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
div.cookies {
	margin: 18px 0 0 0;
}
div.cookies>div:first-child>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
div.cookies>div:first-child>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	color: #FFF;
	font-size: 1.05em;
	font-weight: 700;
}
div.cookies div.cookies_m {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	cursor: pointer;
}
div.cookies div.cookies_m::before {
	display: inline-block;
	content: ">";
	font-weight: 900;
	margin: 0 6px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_m.a::before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.cookies div.cookies_c {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border-radius: 8px;
	width: 70px;
	height: 24px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
div.cookies div.cookies_c>div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	left: 2px;
	top: 2px;
	background: #3F8F31;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_c>div::after {
	display: block;
	content: "ANO";
	font-size: 12px;
	color: #FFF;
}
div.cookies div.cookies_c.d {
	pointer-events: none;
}
div.cookies div.cookies_c.d>div {
	background: #666;
}
div.cookies div.cookies_c.n>div {
	left: 33px;
	background: #900;
}
div.cookies div.cookies_c.n>div::after {
	content: "NE";
}
div.cookies table {
	display: none;
	width: 100%;
	min-width: 600px;
	border: 0;
	border-spacing: 0;
	margin: 15px 0 0 0;
}
div.cookies table th, div.cookies table td {
	padding: 3px 10px;
}
div.cookies table th {
	background: #555;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
}
div.cookies table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.cookies table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cookies table tr:nth-child(odd) td {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
}
div.cookies>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	margin: 0 0 8px 0;
}
@media only screen and (max-width:420px) {
 #cookies {
	padding: 15px;
 }
 div.cookies>div:first-child>div:first-child>div:first-child {
	flex: 0 0 100%;
 }
 div.cookies>div:first-child>div:first-child>div:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
}
#cookies-consent {
	display: inline-block;
	cursor: pointer;
	color: inherit;
}
#cookies-consent:hover {
	text-decoration: underline;
}

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%;
}

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,
form.frm select, form.frm input[type="text"], form.frm input[type="email"], form.frm textarea
{
	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, input[data-required], textarea[data-required] {
	background: url(img/req.png) no-repeat right top;
}
.btn {
	display: inline-block;
	border: 0;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #525866;
	border-radius: 8px;
	padding: 9px 16px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	margin: 0 0 4px 0;
}
.btn.m {
	padding: 5px 9px;
	margin: 0;
}
.btn:hover {
	color: #FFF;
	background: #F15B5A;
}
.btn:disabled, .btn:hover:disabled {
	cursor: default;
	background: #CCC;
}
a.btn.m {
	font-size: 14px;
	border-radius: 4px;
	margin: 1px 0;
	vertical-align: middle;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

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 0 35px;
	min-height: 21px;
	background: url(img/chk0.png) no-repeat 0 0;
}
body:not(#foo) input[type=checkbox]+label:empty, body:not(#foo) input[type=radio]+label:empty {
	padding: 0;
	width: 27px;
	height: 27px;
}
body:not(#foo) input[type=checkbox]:checked+label{
	background-image: url(/img/chk1.png);
}
body:not(#foo) input[type=radio]:checked+label{
	background-image: url(/img/chkx.png);
}

input[type="text"]::-ms-clear, input[type="search"]::-ms-clear, input:not([type])::-ms-clear {
	display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	display: none;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type="number"] {
	-moz-appearance: textfield;
}

form.frm>table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
form.frm>table td {
	padding: 4px 0;
}
form.frm input.n, form.frm select.n {
	width: 180px;
}
form.frm input.n+span {
	display: inline-block;
	margin: 0 0 0 10px;
}
form.frm h2 {
	margin: 15px 0 0 0;
}
form.frm tr:first-child>td>h2 {
	margin-top: 0;
}

table.dot, table.pln {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table.dsum {
	border-spacing: 0;
	border-left: 1px solid #c89d9d;
	border-top: 1px solid #999;
}
table.dot th, table.dot td,
table.dsum th, table.dsum td,
table.pln th, table.pln td
{
	padding: 8px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.dsum td {
	font-weight: bold;
}
table.dot.ot {
	margin: 0 0 30px 0;
}
table.dot.ot th, table.dot.ot td, table.dot.ob th, table.dot.ob td {
	text-align: center;
}
table.dot.ot th:nth-child(2), table.dot.ot td:nth-child(2) {
	text-align: left;
}
table.dot.ot td:nth-child(n+3) {
	width: 90px;
}
table.dot.ob {
	margin: 15px 0 0 0;
}
table.dot.ob td {
	width: 25%;
}
table.dot.bd td:nth-child(n+3) {
	width: 70px;
	text-align: center;
}
table.dot.bd+div.bcols>table {
	margin: 10px 0 0 0;
}
table.dot.bd+div.bcols>table td:last-child {
	width: 70px;
	text-align: center;
}
table.rsl th {
	padding-top: 15px;
}
table.rsl th:nth-child(2) {
	text-align: right;
}
table.rsl td[colspan] {
	border: 1px solid #999;
	padding: 15px;
}
table.rsl tr.g {
	color: #999;
}

div.pr {
	color: #888;
	font-size: 85%;
	margin: 3px 0;
}

div.bcols, div.pden {
	display: flex;
	justify-content: space-between;
}
div.bcols>*:first-child {
	margin-right: 20px;
}
div.bcols.b {
	align-items: flex-end;
}

div.pden {
	align-items: center;
	background: #EEE;
	padding: 10px;
	margin: 0 0 20px 0;
}
div.pden>div:first-child {
	font-weight: 700;
}

div.alrt {
	margin: 10px 0;
	padding: 8px;
	background-color: #FFCCCC;
	border: 3px solid #C00;
}
div.ov {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

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;
}
body.drg_mv, body.drg_mv * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}

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, nav, footer, #lcol, #rcol {
	display: none;
 }
 #main, main {
	width: 100%;
 }
}

@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
 #root>div:first-child {
	display: none;
 }
}
@media only screen and (max-width:760px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: 100%;
	margin: 0 0 30px 0;
 }
}
