BODY, HTML {
	background: #efefef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 0;
	padding: 0;
}

/* odkazy
*/
a {
  color: #227BBD;
  text-decoration: none;
}

a:hover {
  color: #E75C00;
  text-decoration: none;
}

/*		PRIHLASENIE ADMINISTRATORA
*/
.table {
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.button_login {
	padding: 4px 20px !important;
	border: 1px solid #999;
	background: #aaa;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.button_logout {
  border: 1px solid #aaa !important;
  background: #ccc !important;
  color: #fff;
  font-weight: bold;
  font-size: 12px !important;
  padding: 1px 3px 2px !important;
  cursor: pointer; 
}

.login {
	margin: auto;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-border-radius: 6px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 6px; /* definícia pre gecko jadro Firefox */
	border-radius: 6px; /* CSS3 definícia pre všetky prehliadače */
}

.login strong {
	font-size: 14px;
}

.login input {
	border: 1px solid #bbb;
	padding: 4px 5px;
	font-size: 14px;
	-webkit-border-radius: 4px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 4px; /* definícia pre gecko jadro Firefox */
	border-radius: 4px; /* CSS3 definícia pre všetky prehliadače */
}


/*	OBSAH PO PRIHLASENI
*/
#all {
	position: relative;
	width: 1000px;
	margin: 20px auto;
	padding: 0;
}

#body {
	position: relative;
	width: 960px;
	margin: 0 0 40px;
	padding: 20px 20px 30px;
	float: left;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px; /* definícia pre webkit jadro Safari a Chrome*/
   -moz-border-radius: 8px; /* definícia pre gecko jadro Firefox */
   border-radius: 8px; /* CSS3 definícia pre všetky prehliadače */
   background: #FFF;
}

H1 {
	position: relative;
	width: 560px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	font-style: italic;
	color: #54504D;
	background: url(/images/logo_mkhlas.png) no-repeat left;
}

H1 a {
	display: inline-block;
	width: 100px;
	height: 40px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

DIV.user_info {
	position: relative;
	width: 400px;
	margin: 5px 0 0;
	padding: 0;
	float: left;
}

DIV.clear {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

DIV.clear_t10 {
	position: relative;
	width: 100%;
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

DIV.clear_t20 {
	position: relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	float: left;
}

a.logout {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(/images/icon_logout.png) no-repeat left;
}

DIV.top_menu, DIV.top_menu_2 {
	position: relative;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #6D6763;
}

.top_menu ul {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
}

.top_menu_2 ul {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 0 200px;
	float: left;
}

.top_menu li, .top_menu_2 li {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.top_menu li a, .top_menu_2 li a {
	display: inline-block;
	padding: 6px 30px;
	color: #fff;
	border-right: 1px solid #fff;
}

.top_menu li:last-child a, .top_menu li:last-child a {
	border: 0px;
}

.top_menu li:hover, .top_menu_2 li:hover {
	background: #444;
}

li.tm_red {
	background: #BF1A27;
}

DIV.select_lang {
	position: relative;
	width: 88px;
	height: 21px;
	margin: 3px 1px 0 0;
	padding: 0 0 0 15px;
	float: right;
	background: #444;
}

.select_lang a {
	color: #fff;
	line-height: 20px;
}

.select_lang ul {
	position: absolute;
	top: 20px;
	left: -29px;
	width: 130px;
	margin: 0;
	padding: 2px;
	display: none;
	z-index: 200;
}

.select_lang li  {
	position: relative;
	width: 120px;
	margin: 2px 0 0;
	padding: 0 0 0 10px;
	list-style: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	background: #6D6763;
	border: 1px solid #222;
	cursor: pointer;
	float: left;
	color: #fff;
}

.select_lang li:hover {
	background: #444;
}


/* OBSAH STRANKY
*/
H2 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #194CA6;
}

H3 {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-weight: normal;
}


/* filter pre vypis cenovych ponuk
*/
DIV.clear_filter {
	position: relative;
	left: 150px;
	width: 600px;
	margin: 0;
	padding: 3px 0 0;
	float: left;
}

#filter_link {
	display: inline-block;
	width: 100%;
	float: left;
}

#filter_block {
	position: relative;
	width: 100%;
	margin: 5px 0 0;
	padding: 0 0 10px;
	float: left;
}

DIV.filter_line {
	position: relative;
	left: 10px;
	width: 570px;
	height: 3px;
	margin: 3px 0 0;
	padding: 0;
	float: left;
	border-top: 2px solid white;
}

DIV.filter_line_2 {
	position: relative;
	left: 2%;
	width: 96%;
	height: 3px;
	margin: 3px 0 0;
	padding: 0;
	float: left;
	border-top: 1px solid white;
}

#main ul {
	margin: 0;
	padding: 0;
	float: left;
}

#main li {
	width: auto;
	margin: 0;
	padding: 0 0 3px;
	list-style: none;
}

/* strankovacie menu
*/
DIV.sitelink {
	position: relative;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	float: left;
	text-align: center;
}

.sitelink a {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 2px 4px;
	background: #227BBD;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.sitelink a:hover {
	background: #1D5B87;
}

.sitelink span {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 2px 4px;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

span.select {
	background: #BF1A27;
}

/* tabulky
*/
.tdnp {
  padding: 0px !important;
}

.tdlp {
  padding-left: 5px;
}

.tdlp10 {
  padding-left: 10px;
}

.tdtp {
  padding-top: 10px;
}

.tdtp15 {
  padding-top: 15px;
}

.tdtp6 {
  padding-top: 6px;
}

.tdr {
  text-align: right;
}

.tdc {
  text-align: center;
}

.trlgreen {
	background: #efefef;
}

.trlblue {
	background: #E0FFFF;
}

.trblue {
	border: 1px solid #8CD50E;
	color: #490;
	padding: 8px 10px;
}                

.trsilver {
	background: #DADADA;
}

.trlsilver, .trlblue_gradient {
	background: #EEE;
}

.trwhite {
	background: #fff;
}

P.right {
	float: right;
	margin: 0;
	padding: 0;
}

/* zaoblenie rohov
*/
.radius4 {
	-webkit-border-radius: 4px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 4px; /* definícia pre gecko jadro Firefox */
	border-radius: 4px; /* CSS3 definícia pre všetky prehliadače */
}

.radius6 {
	-webkit-border-radius: 6px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 6px; /* definícia pre gecko jadro Firefox */
	border-radius: 6px; /* CSS3 definícia pre všetky prehliadače */
}

.radius8 {
	-webkit-border-radius: 8px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 8px; /* definícia pre gecko jadro Firefox */
	border-radius: 8px; /* CSS3 definícia pre všetky prehliadače */
}

/* pisma
*/
.bold {
  font-weight: bold;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.line18 {
	line-height: 18px;
}

.line20 {
	line-height: 20px;
}

.line24 {
	line-height: 24px;
}

.upper {
  text-transform: uppercase;
}

.space {
  font-size: 2px;
  line-height: 4px;
}

.silver {
	color: #999;
}

.border {
  border: 1px solid #888;
  -webkit-border-radius: 4px; /* definícia pre webkit jadro Safari a Chrome*/
	-moz-border-radius: 4px; /* definícia pre gecko jadro Firefox */
	border-radius: 4px; /* CSS3 definícia pre všetky prehliadače */
}

.bbb {
	border-bottom: 1px solid #ddd;
}

.bbb2 {
	border-bottom: 1px solid #FFF;
}

.btb {
	border-top: 1px solid #ddd;
}

.btb2 {
	border-top: 2px solid #FFF;
}

.red {
  color: #f50;
}

.blue {
  color: #08F;
}

.hand {
  cursor: pointer;
}

.hidden {
  display: none;
}

/* formularove prvky
*/
.radio {
	margin: 0 3px 0 0;
}

input, textarea {
	border: 1px solid #bbb;
	padding: 2px 5px;
	resize: none;
}

.input_file {
	width: 240px;  
	margin: 0; 
	border: 1px solid #777;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

select {
	border: 1px solid #bbb;
	padding: 2px auto 2px 4px;
}

/* styly pre tlacidla
*/

.button1,
.button1b,
.button2,
.button2b,
.button3,
.button3b,
.button4,
.button4b {
	display: inline-block;
}


a.button1 {
	display: inline-block;
	background-color: #09BEFF;
	padding: 3px 12px 3px 8px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	border-left: 10px solid #099EDF;
	cursor: pointer;
}

a:hover.button1 {
	background-color: #099EDF;
}

a.button1b {
	display: inline-block;
	background-color: #09BEFF;
	padding: 2px 6px 2px 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
}

a:hover.button1b {
	background-color: #099EDF;
}

a.button2 {
	background-color: #BBB;
	padding: 3px 12px 3px 8px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	border-left: 10px solid #AAA;
	cursor: pointer;
}

a:hover.button2 {
	background-color: #AAA;
}

a.button2b {
	background-color: #BBB;
	padding: 2px 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
}

a:hover.button2b {
	background-color: #AAA;
}

a.button3 {
	background-color: #E80;
	padding: 2px 6px 2px 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
}

a:hover.button3 {
	background-color: #D70;
	padding: 2px 6px 2px 6px;
	color: #FFF;
	font-weight: bold;
}

a.button3b {
	background-color: #E80;
	padding: 3px 12px 3px 8px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border-left: 10px solid #D70;
	cursor: pointer;
}

a:hover.button3b {
	background-color: #D70;
}

a.button4 {
	background-color: #E40;
	padding: 2px 6px 2px 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	border: 0px;
	cursor: pointer;
}

a:hover.button4 {
	background-color: #E20;
	padding: 2px 6px 2px 6px;
	color: #FFF;
	font-weight: bold;
}


/* AUTOCOMPLETE
*/
.ac_results {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
	background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
	padding: 0;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ac_results li {
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
	padding: 2px 5px;
}
.ac_results li span {
	color: #ff4fdf;
	font-weight: 700;
}
.ac_loading {
	background: #FFF url(/images/indicator.gif) right center no-repeat;
}
.ac_odd {
	background-color: #e4e4e4;
}
.ac_over {
	background-color: #6D6763;
	color: #FFF;
}


/* Poznamky
*/

*:focus {
    outline: none;
}

input:required {
    box-shadow: none;
}
input:invalid {
    box-shadow: none;
}

.filter-block {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.select-filter {
	height: 26px;
	font-size: 14px;
	color: #444;
	border: 1px solid #999;
	background: #fff;
}

.select-filter-2 {
	height: 22px;
	font-size: 12px;
	color: #444;
	border: 1px solid #999;
	background: #fff;
}

.select-disabled {
	color: #999;
	border: 1px solid #ccc;
}

.input-filter {
	font-size: 14px;
	line-height: 1.2;
	padding: 4px 10px;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 4px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.width-100p {
	width: 100%;
}

.max-width-200px {
	max-width: 200px;
}

.max-width-300px {
	max-width: 300px;
}

a.button-filter, a.button-filter-pasive {
	display: inline-block;
	background-color: #09BEFF;
	padding: 5px 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	border-left: 10px solid #099EDF;
	cursor: pointer;
}

a:hover.button-filter {
	background-color: #099EDF;
}

a.button-filter-pasive {
	background: #ccc;
	border-left: 10px solid #ccc;
}

a:hover.button-filter-pasive {
	background-color: #ccc;
}

.poznamky-lista, .poznamky-block {
	display: table;
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 10px;
	border-spacing: 0;
}

.poznamky-lista>div {
	width: 100%;
	display: table-row;
	background: #ddd;
}

.poznamky-lista div div {
	display: table-cell;
	width: 30%;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px 0 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.poznamky-lista div div:first-child {
	padding: 5px 0 5px 10px;
	text-align: left;
}

.poznamky-lista div div:nth-child(2) {
	width: 7%;
	border-radius: 0;
}

.poznamky-lista div div:nth-child(3) {
	width: 63%;
	border-radius: 0 6px 6px 0;
}

.poznamky-block>div {
	display: table-row;
	background: #eaf5ff;
}

.poznamky-block:nth-child(2n)>div {
	background: #eee;
}

.poznamky-block>div div {
	display: table-cell;
	width: 30%;
	padding: 7px 10px;
	vertical-align: middle;
	border-radius: 6px 0 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.poznamky-block div div span {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.poznamky-block div div:nth-child(2) {
	width: 7%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}

.poznamky-block div div:nth-child(3) {
	width: 58%;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.poznamky-block div div:nth-child(4) {
	width: 5%;
	padding-left: 6px;
	padding-right: 8px;
	border-radius: 0 6px 6px 0;
}

.poznamky-block textarea {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 6px;
	float: left;
	background: rgba(255,255,255,0.7);
	font-size: 14px;
	color: #777;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
}

.button-poznamky {
	display: inline-block;
	background-color: #79BEEF;
	margin: 0;
	padding: 6px 8px;
	color: #FFF;
	font-size: 12px;
	border: 0px;
	border-radius: 6px;
}

.button-poznamky:hover {
	color: #fff;
	background-color: #69AEDF;
}

.blueshadow {
	box-shadow: 0 0 4px 0 rgba(40,150,250,1);
}

.blueborder {
	border: 1px solid #7AF !important;
}

.opacity-80p a {
	opacity: 40%;
}



/* 04/2024 */
.redborder {
	border: 1px solid red !important;
}

label {
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}














