@charset "utf-8";

/* html, body */
html, body {height: 100%; font-size: 15px;}
body { 
	font-family: 'Roboto', sans-serif; 
	color: #000000; 
	background-color: #ebebeb;
}

/* Global */
p {
	margin: 0;
	padding: 0;
}

* {margin: 0; padding: 0;}
* {box-sizing: border-box;}

input::-moz-focus-inner {border: 0; padding: 0;}
.footer {clear: both;}

a {color: #000000; text-decoration: none;}
a:hover {color: #c00a3f;}

/* wrapper */
.wrapper-out {
	width: 94%; 
	min-height: calc(100dvh - 150px); 
	margin: 0 auto;
}
.wrapper-in {
	width: 94%; 
	min-height: calc(100dvh - 110px); 
	margin: 0 auto;
}

/* bottom */
.bottom-out {
	width: 100%; 
	height: 150px; 
	margin: 0 auto;
	background-color: #233e6b;
}
.bottom-out-text {
	width: 92%;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom-out-tiraz {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 0 20px;
	background-color: #0d2141;
}
.bottom-in {
	width: 100%; 
	height: 110px; 
	position: fixed; 
	bottom: 0; 
	margin: 0 auto; 
	background-color: #233e6b;
}
.bottom-in-menu {
	width: 94%;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.bottom-in-tiraz {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px 0 20px;
	background-color: #0d2141;
}

/* container */
.page-container, .page-split, .form-container, .form-split, .item-container, .item-split {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

/* icons */
.menu-ico-on {
	border: 0; 
	display: block; 
	height: 30px; 
	width: auto; 
	cursor: pointer;
}
.menu-ico-off {
	border: 0; 
	display: block; 
	height: 30px; 
	width: auto; 
	cursor: not-allowed; 
	pointer-events: none;
	opacity: 0.2;
}
.menu-main-ico {
	border: 0; 
	display: block; 
	height: 40px; 
	width: auto;
}

/* margin: pr-%, p-px, r-rem; */
.mar-5p-0-0-0 {margin: 5px 0 0 0;}

/* padding */
.pad-5p {padding: 5px;}
.pad-10p {padding: 10px;}
.pad-20p {padding: 20px;}
.pad-30p {padding: 30px;}

.pad-0-8p {padding: 0 8px;}

.pad-10p-20p {padding: 10px 20px;}
.pad-20p-20p {padding: 20px 20px;}
.pad-30p-20p {padding: 30px 20px;}
.pad-40p-20p {padding: 40px 20px;}

.pad-20p-30p {padding: 20px 30px;}

/* float */

/* width */
.w-auto {width: auto;}
.w-120p {width: 120px;}
.w-140p {width: 140px;}
.w-160p {width: 160px;}

.w-10pr {width: 10%;}
.w-40pr {width: 40%;}
.w-32pr {width: 32%;}
.w-48pr {width: 48%;}
.w-50pr {width: 50%;}
.w-100pr {width: 100%;}

/* height */
.h-auto {height: auto;}
.h-5p {height: 5px;}
.h-10p {height: 10px;}
.h-20p {height: 20px;}
.h-30p {height: 30px;}
.h-40p {height: 40px;}
.h-50p {height: 50px;}
.h-60p {height: 60px;}
.h-70p {height: 70px;}
.h-80p {height: 80px;}
.h-90p {height: 90px;}
.h-100p {height: 100px;}
.h-110p {height: 110px;}
.h-120p {height: 120px;}
.h-130p {height: 130px;}
.h-140p {height: 140px;}

/* display */
.dis-block {display: block;}
.dis-flex {display: flex;}

/* flex */
.flex-a-center {align-items: center;}

.flex-j-center {justify-content: center;}
.flex-j-sp-between {justify-content: space-between;}

.flex-dir-row {flex-direction: row;}

/* CURSOR */
.cur-help {cursor: help;}
.cur-pointer {cursor: pointer;}
.cur-text {cursor: text;}

/* border */
.bord-0 {border: 0;}

/* border radius */
.bord-rad-5p {border-radius: 5px;}
.bord-rad-8p {border-radius: 8px;}
.bord-rad-20p {border-radius: 20px;}

/* OPACITA */
.op-01 {opacity: 0.1;}
.op-02 {opacity: 0.2;}
.op-03 {opacity: 0.3;}
.op-05 {opacity: 0.5;}
.op-07 {opacity: 0.7;}
.op-08 {opacity: 0.8;}
.op-09 {opacity: 0.9;}
.op-1 {opacity: 1;}

/* box shadow */

/* line height */
.lh-1-5 {line-height: 1.5;}

/* text align */
.a-left {text-align: left;}
.a-right {text-align: right;}
.a-center {text-align: center;}
.a-justify {text-align: justify;}

/* font size */
.fs-12p {font-size: 12px;}
.fs-13p {font-size: 13px;}
.fs-14p {font-size: 14px;}
.fs-15p {font-size: 15px;}
.fs-16p {font-size: 16px;}
.fs-17p {font-size: 17px;}
.fs-18p {font-size: 18px;}

/* font weight */
.fw-normal {font-weight: normal;}
.fw-bold {font-weight: bold;}

/* color */
.c-white {color: #FFFFFF;}
.c-black {color: #000000;}

.c-red-1 {color: #c00a3f;}

.c-blue-1 {color: #0d2141;}
.c-blue-2 {color: #233e6b;}
.c-blue-3 {color: #526c96;}
.c-blue-4 {color: #204b91;}
.c-blue-5 {color: #2d76ec;}
.c-blue-6 {color: #73a8fd;}
.c-blue-7 {color: #e3f0ff;}
.c-blue-8 {color: #eff6fd;}
.c-blue-9 {color: #f7fafd;}
.c-blue-10 {color: #f8fbfd;}

.c-gray-2 {color: #1c1c1c;}
.c-gray-3 {color: #2d2d2d;}
.c-gray-4 {color: #404040;}
.c-gray-5 {color: #636262;}
.c-gray-6 {color: #939292;}
.c-gray-7 {color: #d7d7d7;}
.c-gray-8 {color: #e6e6e6;}
.c-gray-9 {color: #f0f0f0;}
.c-gray-10 {color: #f5f5f5;}

/* background color */
.bc-white {background-color: #FFFFFF;}
.bc-black {background-color: #000000;}

.bc-blue-1 {background-color: #0d2141;}
.bc-blue-2 {background-color: #233e6b;}
.bc-blue-3 {background-color: #526c96;}
.bc-blue-4 {background-color: #204b91;}
.bc-blue-5 {background-color: #2d76ec;}
.bc-blue-6 {background-color: #73a8fd;}
.bc-blue-7 {background-color: #e3f0ff;}
.bc-blue-8 {background-color: #eff6fd;}
.bc-blue-9 {background-color: #f7fafd;}
.bc-blue-10 {background-color: #f8fbfd;}

.bc-gray-2 {background-color: #1c1c1c;}
.bc-gray-3 {background-color: #2d2d2d;}
.bc-gray-4 {background-color: #404040;}
.bc-gray-5 {background-color: #636262;}
.bc-gray-6 {background-color: #939292;}
.bc-gray-7 {background-color: #d7d7d7;}
.bc-gray-8 {background-color: #e6e6e6;}
.bc-gray-9 {background-color: #f0f0f0;}
.bc-gray-10 {background-color: #f5f5f5;}

/* forms */
input[type=text], input[type=password], input[type=email], input[type=number], input[type=date], select, textarea {
	width: 100%;
	padding: 20px;
	margin: 5px 0 0 0;
	display: inline-block;
	border: 1px solid #b3bbc3;
	border-radius: 8px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	outline: none;
	resize: none;
	background-color: #FFFFFF;
}
input:focus, select:focus, textarea:focus {background-color: #fdfdeb;}
input[type=submit], .form-submit {
  width: 100%;
  background-color: #249719;
  color: white;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
input[type="submit"]:hover {
  border: none;
  background-color: #41b835;
}
input[type="submit"]:focus {
	outline: none;
	box-shadow: 0 0 0 1px rgba(76, 175, 80, 1);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
label {cursor: pointer; color: #204b91; margin: 0 8px; padding: 0; font-size: 15px;}


/* NOTIFIKACE */
.notifikace_old {
	min-width: 90%; 
	position: fixed; 
	z-index: 9997; 
	bottom: 0; 
	left: 50%; 
	transform: translate(-50%, 0);  
	padding: 30px; 
	border-radius: 30px 30px 0 0; 
	text-align: center; 
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.notifikace {
	min-width: 90%; 
	position: fixed; 
	z-index: 9997; 
	top: 0; 
	left: 50%; 
	transform: translate(-50%, 0);  
	padding: 30px; 
	border-radius: 0 0 30px 30px; 
	text-align: center; 
	color: #FFFFFF;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.notif-ok {background-color: #249719;}
.notif-fal {background-color: #c00a3f;}
.img-notifikace {border: 0; height: 35px;}

/* autocomplete */
.ui-autocomplete {
	max-width: calc(100% - 60px);
    max-height: 500px;
    overflow-y: auto;
    z-index: 9998;
}
.ui-menu-item {
    padding: 8px 12px;
    cursor: pointer;
}
.ui-menu-item:nth-child(2n) {
	background-color: #f9f9f9;
}
.ui-menu-item:hover {
    background-color: #f7fafd;
}
.ui-menu .ui-state-active {
    background-color: transparent !important;
    color: #000 !important;
	border: 1px solid transparent !important;
}
.loader {background: url(./../images/loading.gif) no-repeat right center;}

/* klik na polozku */
/*.tap {-webkit-tap-highlight-color: transparent;}  schová modré podbarvení (Android/Chrome) */

.tap {
  position: relative;
  -webkit-tap-highlight-color: transparent; /* schová modré podbarvení (Android/Chrome) */
  outline: none;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
  will-change: transform;
}
.tap:active {
  transform: scale(0.98);
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
  background-color: rgba(255,255,255,.06);
}
/* volitelné – potlačení focusu u klávesnice jen když nechceš prstenec: */
.tap:focus-visible { outline: none; }

/* PopUps - vyzva k potvrzeni pred dalsi akci */
.pop-up-global {
	width: 100%; 
	height: 100%; 
	position: fixed; 
	z-index: 9999; 
	top: 0; 
	left: 0; 
	background-color: rgba(35,62,107, 0.70);
	display: none;
}
.pop-up-container {
	width: 90%; 
	min-height: 100px; 
	margin: 30% auto 0 auto;
}
.pop-up-main {
	width: 100%; 
	min-height: 50px; 
	float: left; 
	background-color: rgba(0,0,0, 0.75); 
	border-radius: 10px 10px 0 10px;
}
.pop-up-main-in {
	width: 96%; 
	min-height: 50px; 
	margin: 2% 0 2% 2%;
	float: left; 
	background-color: #FFFFFF; 
	border-radius: 4px;
}
.pop-up-main-top {
	width: 92%;
	min-height: 20px;
	float: left;
	margin: 10% 4% 0 4%;
	padding-bottom: 10%;
}
.pop-up-main-mid {
	width: 92%;
	min-height: 20px;
	float: left;
	margin: 0 4% 0 4%;
	padding-bottom: 10%;
}
.pop-up-main-bottom {
	width: 92%;
	height: 100px;
	float: left;
	margin: 0 4%;
	border-top: 1px solid #204b91;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop-up-close {
	width: 160px; 
	min-height: 20px; 
	float: right; 
	padding: 10px 0;
	background-color: rgba(0,0,0, 0.75); 
	border-radius: 0px 0px 10px 10px;
}