html { margin: 0;  padding: 0; }
body {
	width: 100%;
	margin: 0; 
	padding: 0;
	background: url(./img/design/pozadie-body.gif) repeat-x;
   background-color: White;
	color: #222; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
   text-align: justify;
}
body.noScrolls {
	position: fixed;
	overflow: hidden;
}

h1 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 24px;
	padding-top: 15px;
	padding-left: 6px;
}

h1 span { font-size: 14px; }

h2 { font-size: 16px; }

p {
	margin: 12px 0px;
}

p.hlaska {
	background-color: #e00;
	text-align: center;
	color: White;
}

p.hlaska.informacna {
	background-color: #FFDD9A;
	color: black;
}
p.hlaska.varovanie {
	background-color: #fff;
	color: #FF0034;
	text-align: left;
}
p.hlaska.modra {
	background-color: #B0E1FF;
	color: black;
}

p.hlaska.charakteristika{
	padding: 4px 0;
}

p.hlaska.charakteristika a{
	padding: 0 10px;
	color: #fff;
	border: 1px solid #4b4b4b;
	background-color: #BB0000;
}
p.hlaska.charakteristika a:hover{
	text-decoration: none;
	background: #7b0000;
}

form { margin: 0px; padding: 0px; }

a, input, select, textarea {	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input, select, textarea {
	color: #222;
	text-decoration: none;
}

input.admin-text, select, textarea { border: 1px #4B4B4B solid; }

input.admin-text {
   padding-left: 3px;
   border: 1px #000 solid;
   color: #146CB2;	
}
input.admin-submit,
button.admin-submit {
	background-color: #1A85C6;
	border: 1px #4B4B4B solid;
	color: white;
	cursor: pointer;
}
a.admin-btn {
	background-color:#1A85C6;
	border:1px solid #4B4B4B;
	color:white;
	cursor:pointer;
	padding: 1px 7px;
	width: 87px;
	display: block;
	margin-top: 10px;
}

a { color: #146CB2; text-decoration: underline; }
a:hover { text-decoration: none; }
a.activ{ font-weight: bold; }        

div#admin-hlavne-menu a { text-decoration: none; }

.tabulka_menu_poradie a {
	text-decoration: none;
}

#dashboad-left-menu ul li a,
a.zalozka_odkaz,
.zalozkyTextBox a,
.atomer-tabs li a,     
div.admin-lavy-stplec .objednavky a { 
	text-decoration: none;
}        
#defaultLang a {
	text-decoration: none;
}   

a.zalozka_odkaz:hover,
.zalozkyTextBox a:hover,
.atomer-tabs li a:hover,     
div.admin-lavy-stplec .objednavky a:hover,
#dashboad-left-menu ul li a:hover {
	text-decoration: underline;
} 
.active {
	font-weight: bold;
	text-decoration: none;
}    

a.zalozka_odkaz,
.zalozkyTextBox a,
.atomer-tabs li a,
div.admin-lavy-stplec a { 
	color: #222;
}               
a.zalozka_odkaz,
.zalozkyTextBox a,
.atomer-tabs li a { 
	text-decoration: none;
}  
a#pridatPoznamkuToggle,
a#flagToggle,
a.admin-submit,
a.admin-submit:hover { text-decoration: none; }

div.admin-lavy-stplec a.activ,
div.admin-lavy-stplec a.active { text-decoration: none; font-weight: bold; }
div.admin-lavy-stplec div.sekcia a:hover { text-decoration: none; }
a.zalozka_odkaz.aktivna, .zalozkyTextBox a.aktivna, .atomer-tabs li a.aktivna, div.admin-lavy-stplec a.aktivna {
	font-weight: bold;
	text-decoration: none;
}

#kategorieZoznam .tabulka_kategorie_menu_poradie a.zoznamKategoriiOdkaz {
	text-decoration: none;
}

a img { border: none; }



.endfloat {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

fieldset legend {	
	font-size: 18px;
}

.vpravo {
	text-align: right;
}

div.noscript {
	width: 400px;
	border: 3px solid silver;
	margin: 50px auto;
	padding: 10px;
}
div.noscript p {
	margin: 12px 0px;
}
span.loguser {
	color: white;
}
td.prihlasenie_img {
	text-align: center;
	padding-bottom: 10px;
}
input.seo {
	width: 500px !important;
}
td.nazov_polozky {
	vertical-align: top;
}
/*------------------------ a.likeButton -----------------------------------------*/
a.likeButton {
	display: block;
	float: left;
	padding-left: 8px;
	text-decoration: none;
	background-image: url(img/design/button_like_green_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}
a.likeButton strong {
	display: block;
	padding-right: 20px;
	line-height: 18px;
	padding: 10px 27px 17px 24px;
	color: #FFF;
	background-image: url(img/design/button_like_green.png);
	background-position: top right;
	background-repeat: no-repeat;
}
a.likeButton img {
	position: absolute;
	left: 0;
	top: 0;
}
a.likeButton.orange { background-image: url(img/design/button_like_orange_left.png); }
a.likeButton.orange strong { background-image: url(img/design/button_like_orange.png); }
a.likeButton.red { background-image: url(img/design/button_like_red_left.png); }
a.likeButton.red strong { background-image: url(img/design/button_like_red.png); }
a:hover.likeButton { background-position: bottom left; }
a:hover.likeButton strong { background-position: bottom right; }
a.likeButton.manualbutton { background-image: url(img/design/button_help_left.png); outline:none!important;}
a.likeButton.manualbutton strong { background-image: url(img/design/button_help_grad.png); padding-left:30px; padding-right:18px; }
/*------------------------ (a.likeButton) -----------------------------------------*/
/*------------------------hlavicka-----------------------------------------*/
div#admin-hlavicka {
	position: relative;
	width: 100%;
	height: 147px;
}
div#admin-hlavicka a {
	color: 	#222;
}

div#admin-hlavicka div#header_rightside_pannel { white-space: nowrap; }
div#admin-hlavicka div#admin-jazyky { position: absolute; padding-top: 7px; padding-left: 10px; white-space: nowrap; }
div#admin-hlavicka div#header_rightside_pannel a { display: block; float: left; margin: 1px; }
div#admin-hlavicka div#admin-jazyky a { display: block; float: left; margin: 1px; }
div#admin-hlavicka div#admin-jazyky a img { display: block; border: 2px #76CBEC solid; }
div#admin-hlavicka div#admin-jazyky a.aktivny img { border-color: white; }
div#admin-hlavicka div#admin-jazyky a:hover img { border: 2px #D6EFFA solid; }

div#admin-hlavicka div#admin-jazyky .mylink {
	padding: 0 10px;
	display: inline-block;
	border-left: 1px solid #524e44;
	margin-left: -4px;
}
div#admin-hlavicka div#admin-jazyky .mylink a {
	display: inline;
	float: none;
	margin: 0;
}

div#admin-jazyky .status.title {
	padding: 0 5px 0 20px;
}
div#admin-jazyky .status.name {
	color: #ff7777;
	background-image: url(./img/design/status_clock.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 25px;
}


div#admin-hlavicka a#admin-cms {
	position: absolute;
	left: 23px;
	top: 39px;
/*	background: url(./img/design/logo-cms.jpg) no-repeat;*/
}
div.accessError {
	position: relative;
	top: 100px;
	margin: 0px auto;
	width: 160px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

div#admin-hlavicka div#admin-kontakt  { 
	position: absolute;
	right: 15px;
	height: 35px;
	line-height: 35px;
	color: White; 
	font-size: 12px; 
}
div#admin-hlavicka div#admin-kontakt a  { color: white; font-size: 12px; }

div#admin-hlavicka div#admin-reklama {
	position: absolute;
	right: 130px;
	top: 55px;
	width: 567px;
	height: 65px;
	border: 2px #DFDFDF solid;
	background-color: White;
}
div#admin-hlavicka div#admin-reklama img {
	display: block;
}
div#admin-hlavicka div#admin-buttons {
	position: absolute;
	right: 200px;
	top: 55px;
	line-height: 18px;
}

div#admin-hlavicka div#admin-buttons a {
	margin-left: 3px;
}
div#admin-hlavicka div#admin-buttons a img{
	top: 10px;
	left: 6px;
}
div#admin-hlavicka div#admin-buttons a.orange img{
	top: 9px;
	left: 7px;
}
div#admin-hlavicka div#admin-buttons a.red img, a.likeButton.btn_prechod_do_ostrej.red img{
	top: 6px;
	left: 10px;
}

div#admin-hlavicka div#admin-buttons .testing {
	width: 140px;
	height: 33px;
	background: url(./img/design/testing.png) no-repeat;
	float: left;
	padding: 2px 2px 2px 33px;
	margin-right: 7px;
	margin-left: 3px;
	line-height: 15px;
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}
div#admin-hlavicka div#admin-buttons .testing .prevadzka_obal {
	position: relative;
	z-index: 2;
	font-size: 11px;
	padding-left: 2px;
}
div#admin-hlavicka .prevadzka_hover {
	display: none;
	position: absolute;
	top: 37px;
	left: 50px;
	z-index: 2;
	cursor: default;
}
div#admin-hlavicka .testing:hover .prevadzka_hover {
	display: block;
}
div#admin-hlavicka .prevadzka_hover .arrow {
	position: absolute;
	top: 2px;
	left: 15px;	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}
div#admin-hlavicka .prevadzka_hover .inner {
	margin-top: 12px;
	display: block;
	background: #FFF;
	padding: 15px 10px;
	text-align: center;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div#admin-hlavicka .prevadzka_hover .inner span {
	cursor: pointer;
	color: #158fcd;
	text-decoration: underline;
	padding-left: 25px;
	background: url(./img/design/hodiny.jpg) no-repeat scroll 0% 50%;
}
div#admin-hlavicka .prevadzka_hover .inner span.over {
	color: #ff0000;
	text-decoration: none;
	cursor: default;
}
div#admin-hlavicka .prevadzka_hover .inner span:hover {
	text-decoration: none;
}
div#admin-hlavicka div#admin-buttons .testing .progess_obal {
	width: 140px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1;
}
div#admin-hlavicka div#admin-buttons .testing .progress {
	height: 33px;
	background: #fff;
}
div#admin-hlavicka a#admin-logout {
	position: absolute;
	display: block;
	right: 30px;
	top: 70px;
	width: 50px;
	height: 48px;
	background: url(./img/design/logout2.png) no-repeat;
}
/*-----------------------(hlavicka)----------------------------------------*/


/*------------------------hlavne menu--------------------------------------*/
div#admin-hlavne-menu {
	position: relative;
	width: 1240px;
	height: 35px;
	line-height: 35px;
	/*overflow: hidden;*/
}

div#admin-hlavne-menu h1 {
	float: left;
	width: 292px;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	color: White;
	font-size: 20px;
	font-weight: normal;
	border-right: 1px #C1E1F1 solid;
}
div#admin-hlavne-menu h1 span { margin-right: 8px; height: 35px; }
div#admin-hlavne-menu h1 span img { display: block; }

div#admin-hlavne-menu ul {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div#admin-hlavne-menu > ul {
	height: auto;
	width: 935px;
}
div#admin-hlavne-menu ul li { 
	display: inline; 
	float: left;
	background: url(./img/design/pozadie-hlavne-menu-hover.gif) repeat-x;
	position: relative;
}

div#admin-hlavne-menu ul li .titleSpan {
	top: -9px;
	left: 120px;
	width: 200px;
	line-height: normal;
}
div#admin-hlavne-menu ul li ul li .titleSpan {
	top: 0px;
	left: 224px;
}

div#admin-hlavne-menu ul li a { 
	position: relative;
	display: block; 
	float: left;
	color: White;
	padding-left: 45px;
	padding-right: 15px;
	border-right: 1px #4FA6D6 solid;
	font-size: 16px;
	background: url(./img/design/pozadie-hlavne-menu.gif) repeat-x;
	height: auto;
	text-align: left;
	line-height: 35px;
}

div#admin-hlavne-menu ul li a.inactive { background-image: none; background-color: #ccc; color: #989898}
div#admin-hlavne-menu ul li a.inactive:hover { background-color: #ccc; }
div#admin-hlavne-menu ul li a.inactive img {
	opacity: 0.4;
}

div#admin-hlavne-menu ul li a.active { background-image: none; background-color: transparent; }
div#admin-hlavne-menu ul li a:hover { background-image: none; background-color: transparent; text-decoration: none; }
div#admin-hlavne-menu ul li a span 
{ 
	position: absolute; 
	display: block; 
	float: left; 
	top: 0px; 
	left: 5px;
	width: 32px; 
	height: 35px; 
}

div#admin-hlavne-menu ul li a span img 
{ 
	position: absolute; 
	display: block; 
	float: left; 
	top: 0px; 
	left: 3px;
	height: 35px; 
}
/* druha uroven */
div#admin-hlavne-menu ul li:hover a.first_level { 
	background-image: none; 
	background-color: transparent; 
	text-decoration: none; 
}
div#admin-hlavne-menu ul li.inactive:hover a {
	background-color: #ccc;
}
div#admin-hlavne-menu ul li:hover a.first_level.inactive:hover {
	background-color: #ccc;
}

div#admin-hlavne-menu ul li:hover ul {
	display: block;
	float: none;
}
div#admin-hlavne-menu ul li ul {
	position: absolute;
	top: 35px;
	left: 0px;
	display: none;
	z-index: 9999;
}

div#admin-hlavne-menu ul li ul li {
	display: block;
	background: #3F7889;
	padding-left: 7px;
}
div#admin-hlavne-menu ul li ul li a {
	width: 165px;
	overflow: hidden;
	border-bottom: 1px solid #8BDCF4;
	background: #168BAE;
	padding-left: 53px;
	float: none;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 8px;
	line-height: normal;
}
div#admin-hlavne-menu ul li ul li a span img {
	height: auto;
}

/* -------------- submenu vo vyskakovacom menu ------------ */
div#admin-hlavne-menu ul.hover-submenu {
	position: relative;
	top: 0px;
	display: block;
	height: auto;
	line-height: normal;
	float: none;
	border-bottom: 1px solid #c1bcb2;
	padding: 8px 0px 10px 15px;
}

div#admin-hlavne-menu ul.hover-submenu li {
	padding: 2px 0px;
	display: block;
	float: none;
	background: none;
}

div#admin-hlavne-menu ul.hover-submenu li a {
	padding: 0px;
	border: none;
	font-weight: normal;
	display: block;
	float: none;
	width: 100%;
	text-decoration: underline;
	background-color: #3F7889; 
}

div#admin-hlavne-menu ul.hover-submenu li a:hover {
	text-decoration: none;
}

div#admin-hlavne-menu ul.hover-submenu li a.activ {
	font-weight: bold;
}


/*-----------------------(hlavne menu)-------------------------------------*/

/*----------------------- admin-obal -------------------------------------*/
div#admin-obal { display: none; clear: both; background: url(./img/design/pozadie-lavy-stlpec.gif) left repeat-y; width: 1240px;}
.jvs div#admin-obal { display: block; }
.jvs div.noscript { display: none; }
/*-----------------------(admin-obal)-------------------------------------*/


/*----------------------- lavy-stplec -------------------------------------*/
div#admin-lavy-stplec {
	width: 303px;
	min-height: 400px;
	_height: 400px;
	float: left;
}

	
div#admin-lavy-stplec ul.admin-left-menu {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
}

div#admin-lavy-stplec ul.admin-left-menu li {
	display: block;
	height: 42px;
	background: url(./img/design/pozadie-li.jpg) no-repeat;
}

div#admin-lavy-stplec ul.admin-left-menu li a {
	display: block;
	height: 40px;
	position: relative;
	padding-top: 2px;
	padding-left: 50px;
	color: White;
	font-size: 18px;
	background: url(./img/design/pozadie-li-a.jpg) no-repeat;
	text-decoration: none;
	border-top: 1px #8BDCF4 solid;
	/*line-height: 15px;*/
}




div#admin-lavy-stplec ul.admin-left-menu li a span.admin-podnadpis { 
	position: absolute;
	left: 50px;
	top: 22px;
	width: 250px;
	font-size: 12px; 
	cursor: pointer;
	text-align: left;
	height: 20px;
	overflow: hidden;
}

div#admin-lavy-stplec ul.admin-left-menu li a span.admin-ico {
	position: absolute;
	left: 10px;
	top: 4px;
} 

div#admin-lavy-stplec ul.admin-left-menu li a:hover, div#admin-lavy-stplec ul li a.admin-aktivny  {
	background-image: none;
	background-color: transparent;
	border-top: 1px #ABC4CC solid;
}

ul.left-submenu li {
    line-height: 20px;
}
/*-----------------------(lavy-stplec)-------------------------------------*/

/*----------------------- obsah -------------------------------------*/
div#admin-obsah {
	float: left;
	width: 904px;
	padding: 10px;
	padding-bottom: 80px;
	min-height: 378px;
	_height: 378px;
	margin: 9px 0 9px 9px;
	border: 2px #F4F4F4 solid;
	/*position: relative;*/
}

div#admin-obsah div.admin-login {
	padding-top: 70px;
	text-align: left;
}
div#admin-obsah div.admin-login input.admin-text {
	width: 175px;
}

/*------------------------------zalozky----------------------------------------------*/
div.zalozka {
	position: relative;
	top: -5px;
	width: 882px;
	background-color: #F4F4F4;
	border: 1px #C5C5C5 solid;
	padding: 20px 10px 20px 10px;
	z-index: 100;
}

div#odkazy_zalozky a.zalozka_odkaz { 
	display: block;
	float: left;
	padding: 3px 15px 3px 15px;
	margin-top: 15px;
	background-color: #F4F4F4;
	border: 1px #C5C5C5 solid;	
	border-left-color: #5F5F5F;
	border-bottom: none;
	z-index: 200;
}

div#odkazy_zalozky a.aktivna { 
	position: relative;
	border-left-color: #C5C5C5;
	top: -3px;
	padding: 6px 15px 3px 15px;
}
/*------------------------------(zalozky)----------------------------------------------*/

/*-----------------------(obsah)-------------------------------------*/


/*----------------------- pata -------------------------------------*/
div#admin-pata {
	clear: both;
	height: 20px;
	line-height: 20px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: White;
	font-size: 10px;
	background: #4B4B4B url(./img/design/pozadie-pata.gif) repeat-x;
}
div#admin-pata span.verzia {
	float: right;
}
/*-----------------------(pata)-------------------------------------*/
.dashed td {
	border-top: 1px dashed #666;
}

select {
    max-width:600px;
}

.userShops select {
	color: #282828;
	max-width: 300px;
}
.userShops select option {
	color: #282828;
}
.userShops select option.live,
.shopSelect2Dropdown .live {
	font-weight: bold;
	color: green;
}
.userShops select option.blue,
.shopSelect2Dropdown .blue {
	font-weight: bold;
	color: blue;
}
.shopSelect2 .select2-choice {
	min-width: 250px;
}
div#admin-hlavicka .shopSelect2 a {
	color: #000000;
}
.shopSelect2Dropdown {
	margin-left: 1px;
}
.shopSelect2Dropdown .select2-search {
	padding-top: 4px;
}



.tofull {
	width: 400px;
	height: auto;
	padding: 20px;
}
.tofull td.nazov_polozky {
	text-align: right;
}

input.textbox {
	padding-left: 3px;
	border: 1px #000 solid;
	color: #146CB2;
	background: #fff;
	width: 167px;
}
input.textbox.disabled {
	background-color: #ccc;
	color: #666;
}

/* ---------------------------------- hoverHelps --------------------------------------------- */
div.hoverHelps {
	display: inline;
	position: relative;
	padding-left: 1px;
}
div.hoverHelps .symbol {
	color: red;
	cursor: pointer;
	display: inline;
	font-weight: bold;
}
div.hoverHelps .symbol div {
	background-image: url(img/design/hoverhelps_symbol.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	zoom: 1;
	cursor: help;
}
div.hoverHelps .helpsWrapper {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 11px;
	top: -5px;
	left: 13px;
}
div.hoverHelps.hover .helpsWrapper {
	display: block;
}
div.hoverHelps .helpsWrapper .helpsInner {
	width: 150px !important;
	position: relative;
	background-color: #fcfcfc;
}
div.hoverHelps .helpsWrapper .helpsInner .helpsText {
	padding: 5px;
	color: #434343;
	font-size: 11px;
	text-align: left;
}
div.hoverHelps .helps_bg {
	background-color: transparent;
	border: 0;
	position: absolute;
	height: 10px;
	width: 10px;
	margin: 0;
	padding: 0;
}
div.hoverHelps .helps_tl, 
div.hoverHelps .helps_tr,
div.hoverHelps .helps_bl,
div.hoverHelps .helps_br {
	background-image: url(img/design/hoverhelps_corners.png);
	background-repeat: no-repeat;
} 
div.hoverHelps .helps_t, 
div.hoverHelps .helps_b {
	left: 0;
	width: 100%;
	background-image: url(img/design/hoverhelps_topbot.png);
	background-repeat: repeat-x;
}
div.hoverHelps .helps_r, 
div.hoverHelps .helps_l {
	top: 0px;
	height: 100%;
	background-image: url(img/design/hoverhelps_leftright.png);
	background-repeat: repeat-y;
}
div.hoverHelps.mistake .helps_tl, 
div.hoverHelps.mistake .helps_tr,
div.hoverHelps.mistake .helps_bl,
div.hoverHelps.mistake .helps_br {
	background-image: url(img/design/hoverhelps_mistake_corners.png); 
}
div.hoverHelps.mistake .helps_t, 
div.hoverHelps.mistake .helps_b {
	background-image: url(img/design/hoverhelps_mistake_topbot.png);
}
div.hoverHelps.mistake .helps_r, 
div.hoverHelps.mistake .helps_l {
	background-image: url(img/design/hoverhelps_mistake_leftright.png);
}
div.hoverHelps.mistake .helpsWrapper .helpsInner {
	background-color: #fb9d9d;
}
div.hoverHelps .helps_tl {
	top: -10px;
	left: -10px;
	background-position: top left;
}
div.hoverHelps .helps_tr {
	top: -10px;
	right: -10px;
	background-position: top right;
}
div.hoverHelps .helps_bl {
	bottom: -10px;
	left: -10px;
	background-position: bottom left;
}
div.hoverHelps .helps_br {
	bottom: -10px;
	right: -10px;
	background-position: bottom right;
}
div.hoverHelps .helps_t {
	top: -10px;
	background-position: top left;
}
div.hoverHelps .helps_b {
	bottom: -10px;
	background-position: bottom left;
}
div.hoverHelps .helps_r {
	right: -10px;
	background-position: top right;
}
div.hoverHelps .helps_l {
	left: -10px;
	background-position: top left;
}

div.hoverHelps .helpsWrapper .helpsText strong {
	font-size: 14px;
}
div.hoverHelps .helps_arrow {
	background-color: transparent;
	background-image: url(img/atomer/hoverhelps_arrows.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0;
	position: absolute;
	height: 9px;
	width: 20px;
	margin: 0;
	padding: 0;
	top: 5px;
	left: -25px;
}
/* ---------------------------------- (hoverHelps) --------------------------------------------- */


/* ---------------------------------- table.tbzoznam --------------------------------------------- */


table.tbzoznam {
	width: 100%;
	border: 1px #000 solid ;
	border-collapse: collapse;
	background-color: #EEEEEE;
	margin: 5px 0px;
}
table.tbzoznam th {
	border: 1px #000 solid ;
	background-color: #32698D;
	text-align: center;
	padding: 5px;
	color: #fff;
}
table.tbzoznam th a {
	color: #fff;
}
table.tbzoznam td {
	padding: 5px;
	text-align: center;
	border: 1px #000 solid ;
}
table.tbzoznam td.center {
	text-align: center;
}
table.tbzoznam td input.textbox {
   padding-left: 3px;
   border: 1px #000 solid;
   color: #146CB2;
   background: #fff;
}
table.tbzoznam td.nadpis {
	background: #FFC970;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
table.tbzoznam td.listovanie {
	background: #73AFC1;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

table.tbzoznam td.listovanie a {
	margin: 1px;
	padding-left: 1px;
	padding-right: 1px;
	color: #ddd;
	text-align: center;
	font-weight: bold;
}
table.tbzoznam td.listovanie a:hover { text-decoration: none; }
table.tbzoznam td.listovanie a.aktivna { text-decoration: none; color: white;}
table.tbzoznam table td { border: none; }
table.tbzoznam tr td.spolu { background: #AAAAAA; }

table.table_listovanie td.listovanie {
	background: #73AFC1;
}

div.admin-submit.hover { background-position: bottom left; }
div.admin-submit.payment {
	background: #ce0a0a url(img/design/button_payment_top.gif) repeat-x scroll 0 0;
	overflow: hidden;
	position: relative;
	min-width: 157px;
	max-width: 198px;
	padding: 0;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:2px 2px 5px #A3A3A3;
	height: auto;
	width: auto;
}

div.admin-submit.payment p {
	color: #FFF;
	font-weight: bold;
	padding: 16px 5px 16px 42px;
	background-image: url(img/design/button_payment_img.png);
	background-position: 12px center;
	background-repeat: no-repeat;
	line-height: 18px;
	text-align: left;
}
div.admin-submit.payment.hover {background: #fa4848 url(img/design/button_payment_bottom.gif) repeat-x scroll 0 0;}
div.admin-submit.payment.disabled { background: #bebebe url() repeat-x scroll 0 0; opacity: 1}
/* ---------------------------------- (table.tbzoznam) --------------------------------------------- */

/* ---------------------------------- (preloader) --------------------------------------------- */
#preloader-loading {
	cursor: default;
	display: none;
	left: 50%;
	top: 50%;
	margin: -64px 0 0 -64px;
	overflow: hidden;
	position: fixed;
	z-index: 1501;
	width: 128px;
	height: 128px;
	background-image: url(img/design/atom_preloader_bg.png);	
	background-position: 0 0;
	background-repeat: no-repeat;
}
#preloader-loading div {
	background-image: url(img/design/wait.gif);	
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	width: 128px;
	height: 128px;
}
/* ---------------------------------- (preloader) --------------------------------------------- */
/* ---------------------------------- titleSpan --------------------------------------------- */
.titleSpan {
	position: absolute;
	display: block;
	font-size: 11px;
	color: #434343;
	text-align: center;
	z-index: 100;
	overflow: hidden;
	padding-left: 14px;
}
.titleSpan .text {
	display: block;
	background-color: #fcfcfc;
	border: 1px solid #d8d8d8;
	padding: 5px 8px;
	position: relative;
}
.titleSpan .img {
	display: block;
	position: absolute;
	width: 15px;
	height: 16px;
	top: 6px;
	left: 0;
	background: url(img/design/img_titlespan_arrow.png) no-repeat left center;
}
.titleSpan.right {
	padding-left: 0px;
	padding-right: 13px;
}
.titleSpan.right .text {
	max-width: 304px;
	white-space: normal;
	line-height: 18px;
}
.titleSpan.right .img {
	display: block;
	position: absolute;
	width: 15px;
	height: 16px;
	top: 6px;
	right: 0px;
	left: auto;
	background: url(img/design/img_titlespan_arrow2.png) no-repeat left center;
}
.button_checkdns .titleSpan .text {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* ---------------------------------- (titleSpan) --------------------------------------------- */
.checkbox {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-right: 8px;
	background: url(img/design/admin_checkbox.png) no-repeat;
	display: block;
	float: left;
	position: relative;
	top: -5px;
}
.radio {
	width: 22px;
	height: 22px;
	padding: 0;
	background: url(img/design/radio.png) no-repeat;
	display: block;
	position: relative;
	/*top: -5px;*/
}
span.select {
	position: absolute;
	width: 52px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 49px;
	padding: 1px 22px 1px 10px;
	color: #FFF;
	font-weight: bold;
	font: 20px/49px "Trebuchet MS",Arial,Helvetica,sans-serif;
	background: url(img/design/select.png) no-repeat;
	overflow: hidden;
}
select.styled {
	padding: 3px 0;
}



.comment-bonus {
	padding: 0 15px 16px 15px;
}
.comment-bonus div {
	background: #fff8bb url(img/design/img_light_bulb.png) no-repeat scroll 10px 6px;
	border: 1px solid #d5cc31;
	padding: 10px 40px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.comment-bonus.size14, 
.comment-bonus.size14 a {
	font-size: 14px;
}
/* ---------------------------------- onlinePayments --------------------------------------------- */
.onlinePayments {
	margin-top: 10px;
	border-top: 6px solid #7b7b7b;
	background-color: #f6f6f6;
	padding: 23px 0 0;
	position: relative;
	font-size: 14px;
}
.onlinePayments p {
	margin: 0;
	padding: 0;
}
#onlinePaymentsForm {
	width: 100%;
}
.onlinePayments .divLeft {
	width: 426px;
	float: left;
}
.onlinePayments .divRight {
	width: 405px;
	float: right;
}
.onlinePayments .suma td, 
.onlinePayments .suma th {
	padding: 8px 0 0 0;
}
.onlinePayments .suma_bez_dph td {
	padding: 0;
}
.onlinePayments .toPayOld {
	font-weight: bold;
}
.onlinePayments .toPay {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}
.onlinePayments .toPay .price {
	color: #ff2828;
}
.onlinePayments label, 
.onlinePayments .iwish {
	font-weight: bold;
}
.onlinePayments table {
	width: auto;
}
.onlinePayments table .nameCell .price{
	color: #fb7800;
}
.onlinePayments table td {
	padding: 8px 0;
}
.onlinePayments table tr.own td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.onlinePayments table td.nameCell {
	padding-left: 5px;
	width: 430px;
}
.onlinePayments table tr.own .bonus {
	display: none;
}
.onlinePayments table tr.own .bonusCoupon,
.onlinePayments table tr.own .bonus.visible {
	display: block;
	padding-left: 125px;
}
.onlinePayments table tr.own td.inputCell {
	vertical-align: top;
	padding-top: 9px;
}
.onlinePayments table tr .bonusCoupon {
	color: #39A600;
}
.onlinePayments .transferPay table tr .bonusCoupon, 
.onlinePayments .transferPay table tr .bonus:not(.visible) span:not(.permanent_bonus), 
.onlinePayments .transferPay table tr .bonus.visible .value span:not(.permanent_bonus) {
	display: none;
}


.onlinePayments table tr.own td.nameCell {
	width: 100%;
	vertical-align: top;
}
.onlinePayments table tr.own td.nameCell .other {
	display: block;
	float: left;
	width: 110px;
	text-align: left;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	padding: 1px 15px 1px 0;
}
.onlinePayments table td.inputCell {
	width: 25px;
	padding-left: 25px;
}
.onlinePayments input.textbox {
	background-color: transparent;
	background-image: url(img/design/input_payment.png);
	border: 0;
	height: 22px;
	line-height: 22px;
	padding: 6px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	width: 124px;
}
.discountCoupon input.textbox {
	background-color: transparent;
	background-image: url(img/design/input_payment2.png);
	border: 0;
	height: 22px;
	line-height: 22px;
	padding: 6px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	width: 200px;
}
.onlinePayments table tr.text.bottom td {
	padding: 5px 40px 5px 0;
}

.onlinePayments .payOptions {
	padding: 15px 15px 20px;
}
.onlinePayments .payOptions .payOptionDiv {
	border: 1px solid #c1c0c0;
	background-color: #e7e7e7;
	text-align: center;	
	float: left;
	margin: 10px 15px 0;
}
.onlinePayments .payOptions .payOptionDiv.hover, 
.onlinePayments .payOptions .payOptionDiv.active {
	border-color: #6bd531;
	background-color: #d6ffbb;
}
.onlinePayments .payOptions .payOptionDiv label,
.onlinePayments .payOptions .payOptionDiv span, 
.onlinePayments .payOptions .payOptionDiv input {
	cursor: pointer;
}
.onlinePayments .payOptions label {
	display: block;
	padding: 8px 5px 4px;	
	font-weight: normal;
	font-size: 12px;
}
.onlinePayments .payOptions label .name { font-size: 14px; }
.onlinePayments .payOptions label .image {
	display: block;
	padding: 20px 14px 12px;
	min-height: 31px;
	min-width: 88px;
}
.onlinePayments .payOptions .payOptionDiv169 label .image {
	padding-top: 5px;
	padding-bottom: 5px;
}
.onlinePayments .payOptionText {
	
}
.onlinePayments .payOptionText p {
	background: transparent url('img/design/img_info.png') no-repeat scroll 29px 2px;
	margin:0;
	display: none;
	padding: 2px 0 2px 57px;
	font-size: 12px;
}

.onlinePayments div.zalohovka {
	padding-top: 10px;
	padding-left: 10px;
}
.onlinePayments div.zalohovka a {
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 11px;
	padding-left: 25px;	
	background-image: url(img/design/pdf.png);
	background-position: 3px center;
	background-repeat: no-repeat;
	text-align: left;
}
.onlinePayments .error {
	color: #FF2828;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0 0px 38px;
	text-align: left;
}

.onlinePayments .onlinePaymentSystemsForms form input[type=image]{
	display: none;
}

.onlinePayments .onlinePaymentsSum {
	position: relative;
	padding: 20px;
	border-top: 1px solid #6bd531;
	border-bottom: 1px solid #6bd531;
	background-color: #d6ffbb;
}
.onlinePayments .onlinePaymentsSum table td { text-align: left; }
.onlinePayments .onlinePaymentsSum table th { text-align: right; }
.onlinePayments .onlinePaymentsSum table tr.platba th { font-size: 14px; }
.onlinePayments .onlinePaymentsSum table tr.suma { font-size: 22px; }
.onlinePayments .onlinePaymentsSum table tr.suma td { color: #FF2828; }

/* ---------------------------------- nice-button --------------------------------------------- */
.nice-button {
	border: 1px solid black;
	background-position: center center;
	background-repeat: repeat-x;
	cursor:pointer;
	width: auto;
	
	display:inline-block;
	zoom:1;
	*display:inline;	
}
.nice-button .nice-button-inner {
	border: 1px solid white;
}
.nice-button,
.nice-button .nice-button-inner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nice-button .nice-button-text {
	line-height: 18px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 3px 26px 5px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #1f2f08;
}

.nice-button.color-green {
	border-color:#538712;
	background-color: #82c427;	
	background-image: url(img/design/nice-button/bg_color_green.png);
}
.nice-button.color-green.hover {
	background-image: url(img/design/nice-button/bg_color_green_hover.png);
}
.nice-button.color-green .nice-button-inner{ border-color:#c0ef78; }

.nice-button.color-red {
	border-color:#8b130e;
	background-color: #ca2522;	
	background-image: url(img/design/nice-button/bg_color_red.png);
}
.nice-button.color-red.hover {
	background-image: url(img/design/nice-button/bg_color_red_hover.png);
}
.nice-button.color-red .nice-button-inner{ border-color:#f37474; }

/* ---------------------------------- (nice-button) --------------------------------------------- */

/* ---------------------------------- (onlinePayments) --------------------------------------------- */
/* ---------------------------------- discountCoupon --------------------------------------------- */
.discountCoupon {
	position: relative;
	padding: 20px 20px 20px;
	border-top: 1px solid #d5cc31;
	border-bottom: 1px solid #d5cc31;
	background-color: #fff8bb;
}
.discountCoupon p {
	margin: 0;
}
.discountCoupon div.admin-submit.payment {background: #519c41 url(img/design/button_coupon_top.gif) repeat-x scroll 0 0;}
.discountCoupon div.admin-submit.payment.hover {background: #79c269 url(img/design/button_coupon_bottom.gif) repeat-x scroll 0 0;}
.discountCoupon div.admin-submit.payment p {background-image: url("img/design/button_coupon_img.png");}
.discountCoupon table td {
	padding: 0;
}
.discountCoupon table td.first label {
	white-space: nowrap;
}
.discountCoupon td.second .inner {
	position: relative;
}
.discountCoupon .inner .load {
	position: absolute;
	top: 1px;
	left: 170px;
}
.discountCoupon .discountCouponInfo {
	position: absolute;
	padding-left: 11px; 
	top: -48px;
	left: 10px;
}
.discountCoupon .discountCouponInfo .arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background: transparent url("img/design/img_coupon_arrow.png") no-repeat scroll left center;
}
.discountCoupon .discountCouponInfo .infoWrapper {
	position: relative;
	border: 1px solid #dcd8ba;
	background-color: #fffffe;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 5px 5px 5px #f1eab1;
	-moz-box-shadow: 5px 5px 5px #f1eab1;
	box-shadow: 5px 5px 5px #f1eab1;
	
	padding: 4px 15px 4px 14px;
	max-width: 300px;
}
.discountCoupon .discountCouponInfo .infoWrapper table td,
.discountCoupon .discountCouponInfo .infoWrapper table th {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.discountCoupon .discountCouponInfo .infoWrapper table th {
	white-space: nowrap;
}
.discountCoupon .discountCouponInfo .infoWrapper table td {
	font-weight: bold;
	padding-left: 25px;
	white-space: nowrap;
}
.couponFromCookie .coupon-normal,
.coupon-cookie,
.coupon-cookie .coupon-cookie-info.discountCouponInfo .arrow {
	display: none;
}
.couponFromCookie .coupon-cookie {
	display: table-row;
}
.coupon-cookie .coupon-cookie-info {
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
	display: inline-block;
}
.coupon-cookie .coupon-cookie-info .infoWrapper {
	display: flex;
	align-items: center;
	width: auto;
	max-width: none;
}
.coupon-cookie .coupon-cookie-info .bonus {
	margin-right: 20px;
	font-weight: bold;
	font-size: 1.3em;
}
.coupon-cookie .coupon-cookie-info .close {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	opacity: 0.7;
}
.coupon-cookie .coupon-cookie-info .close:hover {
	opacity: 1;
}
.coupon-cookie .coupon-cookie-info .close::before,
.coupon-cookie .coupon-cookie-info .close::after {
	position: absolute;
	left: 10px;
	content: ' ';
	height: 20px;
	width: 2px;
	background-color: green;
}
.coupon-cookie .coupon-cookie-info .close:before {
	transform: rotate(45deg);
}
.coupon-cookie .coupon-cookie-info .close::after {
	transform: rotate(-45deg);
}


.discountCoupon .couponReport {
	padding: 15px 0 0 0;
	color: green;
	font-weight: normal;
}
.discountCoupon .couponReport.error {
	color: red;
}
.discountCoupon .coupon-overlay {
	height: 100%;
	width: 100%;
	/*background-image: url(img/design/bg_coupon-overlay.png);*/
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background-color: #EEEEEE;
	filter: Alpha(Opacity=20);
	opacity: 0.2;
}
.discountCoupon.disabled {
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.discountCoupon.disabled .coupon-overlay { display: block; }

/* ---------------------------------- (discountCoupon) --------------------------------------------- */
/* ---------------------------------- PaymentsResult & ReportWrapper --------------------------------------------- */
div.paymentResult p {
	margin: 0;
}
div.paymentResult .line { padding-top: 25px; }
div.paymentResult .line div {
	background-color: #e4e4e4;
	width: 100%;
	height: 2px;
}
div.paymentResult .support {
	text-align: center;
}
div.paymentResult .support p {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px;
}
div.paymentResult .support .emailSpan {
	color: #f98901;
	font-size: 14px;
	font-weight: bold;
}
div.paymentResult .creditAdd {
	font-size: 18px;
	padding-top: 20px;
    text-align: center;
}
div.paymentResult .creditAdd .credit {
	color: #fb7800;
	font-weight: bold;
}
div.paymentResult .reportOwn td {
	padding-right: 20px;
}
div.paymentResult .reportOwn tr.sum {
	font-size: 18px;
}
div.paymentResult .reportOwn tr.sum .credit {
	color: #fb7800;
	font-weight: bold;
	font-size: 1.1em;
}
div.reportDiv {
	
}
div.reportDiv .reportStatus {
	font-size: 22px;
	font-weight: bold;
	height: 35px;
	padding: 14px 0 6px;
	text-align: center;
	width: 100%;
	
	background-color: #cde696;
    color: #587b1a;
}
div.reportDiv .reportStatus .text {
    display: inline;
    padding-left: 55px;
    position: relative;
}
div.reportDiv .reportStatus .text img {
	left: 0;
    position: absolute;
    top: -8px;
}

div.reportDiv .reportStatus.error {
	background-color: #f8caca;
    color: #000;
}
div.reportDiv .reportStatus.warning {
	background-color: #fffad3;
    color: #000;
}


/* ---------------------------------- ReportWrapper --------------------------------------------- */
div.reportWrapper p {
	margin: 0;
}
div.reportWrapper .line { padding-top: 25px; }
div.reportWrapper .line div {
	background-color: #e4e4e4;
	width: 100%;
	height: 2px;
}
div.reportWrapper .support {
	text-align: center;
}
div.reportWrapper .support p {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 0 10px;
}
div.reportWrapper .support .emailSpan {
	color: #f98901;
	font-size: 14px;
	font-weight: bold;
}
div.reportWrapper .secondText {
	font-size: 18px;
	padding-top: 20px;
    text-align: center;
}
div.reportWrapper .secondText .credit {
	color: #fb7800;
	font-weight: bold;
}
div.reportWrapper div.reportDiv {
	
}
div.reportWrapper div.reportDiv .reportStatus {
	font-size: 22px;
	font-weight: bold;
	height: 35px;
	padding: 14px 0 6px;
	text-align: center;
	width: 100%;
	
	background-color: #cde696;
    color: #587b1a;
}
div.reportWrapper div.reportDiv .reportStatus .text {
    display: inline;
    padding-left: 55px;
    position: relative;
}
div.reportWrapper div.reportDiv .reportStatus .text img {
	left: 0;
    position: absolute;
    top: -8px;
}

div.reportWrapper div.reportDiv .reportStatus.error {
	background-color: #f8caca;
    color: #000;
}
div.reportWrapper div.reportDiv .reportStatus.warning {
	background-color: #fffad3;
    color: #000;
}
/* ---------------------------------- (ReportWrapper) --------------------------------------------- */
/* ---------------------------------- (PaymentsResult & ReportWrapper) --------------------------------------------- */
div.notationDialogObal a {
	
	color: #FA7800;
}
/* ---------------------------------- atomerUserHelpDiv --------------------------------------------- */

div.atomerUserHelpDiv {
	padding: 18px 0 11px 15px;
}
div.atomerUserHelpDiv .wrapper {
	position: relative;
	background-color: transparent;
	background-image: url(img/design/atomer_user_help.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 281px;
	height: 113px;
}
div.atomerUserHelpDiv .wrapper .inner {
	padding: 9px 0 0 12px;
}
div.atomerUserHelpDiv .wrapper .inner p {
	margin: 0;
	color: #000;
	font-size: 13px;
}
div.atomerUserHelpDiv .wrapper .inner p.row1 {
	font-size: 17px;
}
div.atomerUserHelpDiv .wrapper .inner p.row2 {
	color: #878787;
}
div.atomerUserHelpDiv .wrapper .inner p.row3 {
	font-size: 22px;
	font-family: Georgia, serif;
	color: #fb8b01;
}
div.atomerUserHelpDiv .wrapper .inner p.row4 {
	position: relative;
	top: -2px;
}
/* Extended */
div.atomerUserHelpDiv.extended {
	padding: 18px 0 11px 14px;
}
div.atomerUserHelpDiv.extended .wrapper {
	background-image: none;
	width: 279px;
	height: auto;
}
div.atomerUserHelpDiv.extended .wrapper .inner {
	/*padding: 2px 8px 0 2px;*/
	padding: 0;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row1 {
	font-size: 23px;
	line-height: 28px;
	padding: 10px 8px 8px 21px;
	text-align: left;
	background: transparent url(img/design/atomer_user_help_extended_top.png) scroll no-repeat left top;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row2 {
	color: #000000;
	padding: 0px 8px 0px 2px;
	background: transparent url(img/design/atomer_user_help_extended_middle.png) scroll no-repeat left center;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row2 span.tp_help {
	display: block;
	/*height: 57px;*/
	background-image: url(img/design/atomer_user_help_extended_img.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	text-align: left;
	color: #000000;
	padding: 0 0 11px 72px;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row2 span.tp_help span {
	display: block;
	padding-top: 9px;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row2 a {
	text-decoration: underline;
	padding: 0;
	color: #fb7800;
	font-size: 16px;
}

div.atomerUserHelpDiv.extended .wrapper .inner p.row2 a.link {
	font-size: 14px;
	margin-top: -3px;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row2 a:hover {
	text-decoration: none;
}
div.atomerUserHelpDiv.extended .wrapper .inner p.row4 {
	background: transparent url(img/design/atomer_user_help_extended_bottom.png) scroll no-repeat left bottom;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 8px 18px 21px;
	top: 0;
}
/* ---------------------------------- (atomerUserHelpDiv) --------------------------------------------- */


input.admin-submit.design {
	display: inline;
	border: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 9px 15px;
	background-position: top left;
	background-repeat: repeat-x;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 5px 5px 5px #c9c8c8;
	-moz-box-shadow: 5px 5px 5px #c9c8c8;
	-webkit-box-shadow: 5px 5px 5px #c9c8c8;
}
input.admin-submit.design.red {
	background-color: #cf0b0b;
	background-image: url(img/design/button_design_red_top.gif);
}
input.admin-submit.design.red.hover {
	background-color: #fa4949;
	background-image: url(img/design/button_design_red_bottom.gif);
}

div.calendar {
	z-index: 1200;
}

a.forgotten {
	color: #FB7800;
}

/* -- Modal window ---------------------------------------------------------- */
div.modalWindow {
	display: none;
	background-color: #FFF;
	border: 3px solid #524C4C;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
}
.asModalWindow {
	background-color: #FFF;
	border: 3px solid #524C4C;
}
div.modalWindow .vrch {
	background-color: #E3DDCF;
	border-bottom: 1px solid #B4AEA2;
	cursor: move;
}
div.modalWindow .vrch h2 {
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
div.modalWindow .vrch a {
	background: transparent url(img/design/zavriet.gif) scroll no-repeat right center;
	display: block;
	float: right;
	padding-right: 20px;
	margin-right: 10px;
}
div.modalWindow .vrch h2,
div.modalWindow .vrch a {
	height: 24px;
	line-height: 24px;
}
div.modalWindow .box {
	padding: 10px;
}
div.asModalWindow .submit a, 
div.modalWindow .submit a {
	text-decoration: underline;
	color: #FB7800;
	color: #FA7800;
}
div.asModalWindow .submit a:hover, 
div.modalWindow .submit a:hover {
	text-decoration: none;
}
div.modalWindow .submit {
	text-align: left;
}
/* -------------------------------------------------------------------------- */

.lostMyPass.modalWindow {
	display: none;
    width: 340px;
	margin-left: -170px;
	left: 50%;
	top: -153px;
}
.lostMyPass.modalWindow .vrch {
	cursor: default;
}
.lostMyPass td.text {
	padding-bottom: 10px;
}

div.submodules ul {}
div.submodules ul li.inactive,
div.submodules ul li span {display: none !important;}
div.submodules ul li a {text-decoration: underline;}
div.submodules ul li a:hover {text-decoration: none;}

/* ---------------- */
/* ED-EDITABLE
/* -------------------------------------------------------------------------- */
div.ed-editable {
	border: 0px solid #524C4C;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1px;
}
tr.ed-editable-row.hover div.ed-editable {
	border-width: 1px;
	border-style: dashed;
	padding: 0;
}
tr.ed-editable-row.hover div.ed-editable.hover,
div.ed-editable.hover {
	border-width: 1px;
	border-style: solid;
	padding: 0;
	cursor: text;
}
div.ed-editable-holder {
	position: absolute;
	top:0;
	left:0;
	display: none;
}
div.ed-editable-wrapper {
	position: relative;
	border: 1px solid #ccc;
	background-color: #FBF9EA;
}
div.ed-editable-inner {
	padding: 10px 20px;
	max-width: 450px;
}
div.ed-editable-inner .ed-editable-buttons {
	padding: 5px 0 0 0;
}
div.ed-editable-inner .ed-editable-buttons a {
	color: #FB7800;
	text-decoration: underline;
}
div.ed-editable-inner .ed-editable-buttons a:hover{text-decoration: none;}
/* -------------------------------------------------------------------------- */

/* ---------------- */
/* CITAJ JAZYKY
/* -------------------------------------------------------------------------- */
.chooseLang {
	display: inline-block;
	position: relative;	
	zoom:1;
	top:5px;
	width: 51px;
	height: 17px;
}
.chooseLang .inner {
	background-color: #316B8E;
	padding: 1px;
	z-index: 2;
	position: absolute;
	top:0;
	left:0;
}
.chooseLang .list {
	display: none;
	padding: 3px 0;
}
.chooseLang .choice {
	clear: both;
	cursor: pointer;
}
.chooseLang .choice.hover {
	background-color: #33BEEA;
}
.chooseLang .endfloat {height:0;}
.chooseLang .choice .flag {
	width: 16px;
	height: 11px;
	overflow: hidden;
	position: relative;
	padding: 2px;
}
.chooseLang .choice .flag, 
.chooseLang .choice .arrow{
	float: left;
}
.chooseLang .choice .arrow {
	background: transparent url(img/design/img_lang_menu_arrow.gif) scroll no-repeat 0 -15px;
	margin-left: 1px;
	width: 13px;
	height: 15px;
}
.chooseLang .choice.first .arrow {background-position: 0 0;}
	
.chooseLang .choice .flag img {
	border: 0;
}
#admin-cms { z-index: 1;}
#admin-jazyky { z-index: 2; }
/* -------------------------------------------------------------------------- */
div#admin-hlavicka .userhelp,
div#admin-hlavicka .loguser {
	position: relative;
	z-index: 5;
}
div#admin-hlavicka div#header_rightside_pannel {
	position: absolute;
	right: 3px;
	top: 0px;
}
div#admin-hlavicka .userhelp .span-middle,
div#admin-hlavicka .loguser .span-middle {
	cursor: pointer;
	padding: 9px 8px;
}
div#admin-hlavicka .userhelp.hover .span-middle, 
div#admin-hlavicka .userhelp.show .span-middle,
div#admin-hlavicka .loguser.hover .span-middle, 
div#admin-hlavicka .loguser.show .span-middle {
	background-color: #05AAE1;
}
div#admin-hlavicka .userhelp .span-arrow,
div#admin-hlavicka .loguser .span-arrow {
	background: transparent url(img/design/img_lang_menu_arrow.gif) scroll no-repeat top right;
	margin-left: 10px;
	width: 11px;
	height: 15px;
	
	display: inline-block;
	zoom:1;
	position: relative;
	top: 3px;
}
div#admin-hlavicka div#userhelpDiv,
div#admin-hlavicka div#loguserDiv {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 8px;
	z-index: 4;
	
	background-color: #05AAE1;
	border: 2px solid #05AAE1;
}
div#admin-hlavicka div#loguserDiv .opt {
	float: left;
}
div#admin-hlavicka div#userhelpDiv .opt,
div#admin-hlavicka div#loguserDiv .opt {
	padding: 4px 0px 6px;
}
div#admin-hlavicka div#userhelpDiv .opt a,
div#admin-hlavicka div#loguserDiv .opt a  {
	float: none;
	line-height: 16px;
}

/* ---------------- */
/* ADMIN HELP
/* -------------------------------------------------------------------------- */
.adminhelp {
	display: inline-block;
	zoom:1;
	*display:inline;
	position: relative;
}
.adminhelp .adminhelp-button {
	background: transparent url(img/design/info_icon.png) no-repeat scroll center center;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #cf4e33;
	text-decoration:none;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	display: inline-block;
	font-family: Arial;
	cursor:pointer;
	margin-left: 5px;
	zoom:1;	
	filter: Alpha(Opacity=55);
	opacity: 0.55;
	*display:inline;
}
.adminhelp .adminhelp-button.no-boss {
	cursor:help;
}
.adminhelp .adminhelp-button.green { background-image:url(img/design/info_icon_green.png); }
.adminhelp .adminhelp-button.red { background-image:url(img/design/info_icon_red.png); }

.adminhelp .adminhelp-button.astext {
	width: 35px;
	padding: 1px 0 3px;
}
.adminhelp .adminhelp-button:hover { text-decoration:none; }
.adminhelp .adminhelp-text { 
	display: block; 
	color: black; 
	font-weight: normal; 
	text-align: justify;
}
.adminhelp .adminhelp-inner, 
.adminhelp-form {
	display: none;
	position: absolute;
	width: 320px;
	top: -14px;
	left: 48px;
	left: 19px;
	z-index: 101;
}
.adminhelp.button-hover .adminhelp-inner{ display: block; }
.adminhelp.button-hover .adminhelp-button { 
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.adminhelp-inner .box-top {
	background: transparent url(img/design/bubble_bg_top.png) no-repeat scroll 0 0;
	height: 9px;
}
.adminhelp-inner .box-middle {
	background: transparent url(img/design/bubble_bg_mid.png) repeat-y scroll 0 0;
	min-height: 30px;
	padding: 0 18px 0 22px;
}
.adminhelp-inner .box-bottom {
	background: transparent url(img/design/bubble_bg_btm.png) no-repeat scroll 0 0;
	height: 13px;
}
.adminhelp-inner .box-arrow {
	background: transparent url(img/design/bubble_bg_hrot.png) no-repeat scroll 0 0;
	height: 29px;
	width: 12px;
	position: absolute;
	left:0;
	top: 10px;
}
.adminhelp-form { top: -5000px; left: -5000px; }
.adminhelp-form .adminhelp-inner form textarea {
	width: 270px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.adminhelp-form .adminhelp-inner .hlaska {
	margin-top: 0;
	margin-bottom: 5px;
}

.adminhelp-form .admin-help-tabs {
	width: 280px!important;
	margin: auto!important;
}

.adminhelp-form .admin-help-tabs .ui-tabs-panel {
	padding: 3px;
}
.adminhelp-form .admin-help-tabs .ui-tabs-nav li:first-child {
	border-color: #C5C5C5;
}
.adminhelp-form .admin-help-tabs ul {
	background: none!important;
	background-color: transparent!important;
}
.adminhelp-form .admin-help-tabs {
	background: none!important;
	background-color: transparent!important;
}
.adminhelp-form .admin-help-tabs > div, .adminhelp-form .admin-help-tabs div.ui-tabs-panel {
	background-color: #F9F9F9;
}

.adminhelp-form .admin-help-tabs ul li {
	background: none repeat scroll 0 0 #DDDDDD!important;
}
.adminhelp-form .admin-help-tabs ul li a {
	color: #000000!important;
}
.adminhelp-form .admin-help-tabs ul li.ui-tabs-selected,
.adminhelp-form .admin-help-tabs ul li.ui-tabs-active {
	background: none repeat scroll 0 0 #F9F9F9!important;

	margin-bottom: 0;
	padding-bottom: 1px;
	margin-top: -3px;
}
.adminhelp-form .admin-help-tabs ul li.ui-tabs-selected a,
.adminhelp-form .admin-help-tabs ul li.ui-tabs-active a {
	color: #000000!important;
	padding: .7em 1em .5em;
}
.adminhelp-form .admin-help-tabs .ui-widget-header {
	border-bottom: 1px solid #c5c5c5;                  
}
.admin-help-tabs.ui-tabs .ui-tabs-panel {
	border: 0;
}
/* -------------------------------------------------------------------------- */


/*------------------------------listovanie v zozname----------------------------------------------*/
div.zoznam-listovanie {
	display: inline-box;
	zoom: 1;
	*display:inline;
}
div.zoznam-listovanie input.textbox.page {
	border-color: #4B4B4B;
	width: 38px;
}
div.zoznam-listovanie span {
	display: inline;
	padding: 0 5px;
}
div.zoznam-listovanie a {
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	line-height: 18px;
	font-size: 0;
	margin: 0 1px;
	height: 18px;	
}
div.zoznam-listovanie a img {
	position: relative;
	top: 5px;
	_top: 0px;
}
div.zoznam-listovanie a.disabled {
	cursor: default;
	opacity: 1;
}
/*------------------------------------------------------------------------------------------------------*/
/*------------------------------ Autosave panel ------------------------------*/

.autoSavePannel .autoSaveRestore {
	padding: 10px 12px 0px 12px;
	font-size: 11px;
	color: #5E5A5A;
	text-align: left;
}
.autoSavePannel .autoSaveRestore ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.autoSavePannel .autoSaveRestore ul li {
	list-style: none;
	background-color: transparent!important;
	display: inline;
	position: relative;
}
.autoSavePannel .autoSaveRestore ul li.hover .divAutoSavePreview {
	display: block;
}
.autoSavePannel .autoSaveRestore ul li.hover .divAutoSavePreview.byIframe {
	top: 20px;
}
.autoSavePannel a.autosavelink {
	float: right;
	padding: 10px 12px 0px 0px;
}

.autoSavePannel .autoSaveRestore a.autoSaveRestoreLink {
	color: #146CB2!important;
	font-size: 11px;
}

.autoSavePannel .divAutoSavePreview {
	z-index: 100;
	position:absolute;
	border:3px solid #C0C0C0;
	display:none;
	background: White;
	padding: 10px;
	color: #222222;
	font-size: 8px;
	max-width: 542px;
	top: 20px;
	left: 0px;
}
.autoSavePannel .divAutoSavePreview.byIframe {
	display: block;
	top: -9999px;
}

.autoSavePannel .autoSaveRestore ul li.hover .divAutoSavePreview.byIframe.iframeTop {
	top: -209px;
}

.autoSavePannel .autoSaveRestore .divAutoSavePreview a {
	font-size: 8px;
}

.autoSavePannel .divAutoSavePreview td, 
.autoSavePannel .divAutoSavePreview th {
	vertical-align: top;
	padding: 2px 5px;
}

.autoSavePannel .divAutoSavePreview td {
	border: 1px solid #B9CFE6;
}

/*----------------------------------------------------------------------------*/
.facebook_panel {
    height: 180px;
    right: -234px;
    position: absolute;
    top: 166px;
    width: 281px;
    z-index: 100;
}
.facebook_panel .holder {
	background: url("img/design/fb-side-notext.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	display: block;
	overflow: hidden;
	border-top-left-radius: 5px; 
	border-bottom-left-radius: 5px; 
	width: 42px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	box-shadow: -1px 1px 15px 0px rgba(50, 50, 50, 0.82);
   z-index: 101;
   font-size: 9px;
   color: #bac8e6;
   text-align: center;
   padding: 8px 1px 8px 4px;
   letter-spacing: -0.3px;
   line-height: 11px;
}
.facebook_panel .holder.EN {
	font-size: 9px;
	padding-top: 10px;
	height: 148px;
}
.facebook_panel .facebook_panel_inner {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 47px;
    padding: 0;
    position: relative;
    z-index: 105;
}
.login_to_facebook {
	width: 183px;
}
.admin-lavy-stplec .login_to_facebook {                                                 
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.25);      
	margin: 10px 0 11px 14px;
	width: 270px;
}               
.admin-lavy-stplec .facebook-icon {
	float: left;
	margin: 0px 12px 12px 0px;
}    
.admin-lavy-stplec .login_to_facebook .textik {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
	text-align: left;
}   
.admin-lavy-stplec .login_to_facebook_inner {
 	padding: 6px;
} 
.admin-lavy-stplec .facebook_box {
	margin: 10px 0 11px 14px;
	overflow: hidden;
	width: 270px;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
}


.more_options {
	position: fixed;
	left: 310px;
	bottom: 0px;
}            
.more_options .more_options_inner {
	background: white;
	padding: 0px;
	position: absolute;     
	min-width: 360px;
	bottom: 0px;         	
	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
	transition: all 0.5s;          
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #D7CFBC;
	border-bottom: none;
	overflow: hidden;
} 
.more_options .more_options_nadpis {
	font-size: 16px;
	font-weight: bold;
	color: black;
	background: url("./img/atomer/atomer_pozadie-body3.gif") repeat-x scroll left bottom #ffffff;
	padding: 4px 12px 5px;
	text-align: center;
}

.more_options .more_options_inner_padding {                       
	padding: 0px 16px;
	height: 0px;
	overflow: hidden;	
}

.more_options:hover .more_options_inner_padding {
	height: auto;	
}
.bonus-button-holder {
	padding: 14px 0px 26px;
}

#status {
	display: none;
	background: #4965b3;
	color: white;
	display: none;
	max-width: 167px;
	padding: 8px;	
}

.debug_info {
	background: white;
	padding: 20px;
	margin: 40px;
	border: 3px solid darkred;
	display: none;
}

.ui-atomer-state-highlight {
	background: #FFF4CE;
	border: 1px solid #F6A828;    
	height: 29px;
	margin: 10px;
	width: 606px;
}
.likeButton.btn_prechod_do_ostrej{
	top: 55px;
	left: 300px;
}
.atomer-admin-select option.inactive {
	color: #888888;
}
.atm_today {
	background-color: #FFF000;
	padding: 0 5px;
	margin: 0 2px;
	font-weight: bold;
}

.atm_yesterday {
	background-color: #FAE9FF;
	padding: 0 5px;
}


.atomer-tooltip {
	display: block;
	position: absolute;
	width: 230px;
	top: -10px;
	right: -239px;
	z-index: 101;
}
.atomer-tooltip .box-middle {
	background-color: #FFF;
	min-height: 16px;
	line-height: 16px;
	padding: 10px 15px 10px 22px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-shadow: 1px 3px 6px #cccccc;
}
.atomer-tooltip .box-arrow {
	background: transparent url(img/design/bubble_bg_hrot2.png) no-repeat scroll 0 0;
	height: 24px;
	width: 12px;
	position: absolute;
	left: -11px;
	top: 7px;
}
.atomer-tooltip form textarea {
	width: 270px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.atomer-tooltip .hlaska {
	margin-top: 0;
	margin-bottom: 5px;
}

#admLoginPassTooltip .box-middle {
	background-image: url(img/design/warning20.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 40px;
}
.atm_cal_show {
	background-color: #168DCC; 
	cursor: default; 
	color: #FFFFFF;
	padding: 0 5px;
}
.atm_cal_show:hover {
	background-color: #2F6D90;
}
.noflash-wrapper {
	border: 1px solid #888;
	background: rgba(238,0,0,0.1);
	border-radius: 3px;	
	padding: 7px 10px;
	text-align: center;
}
.noflash-wrapper .text {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.noflash-wrapper .img img { border: 0; }
.noflash-wrapper .img a { position: relative; display: inline-block; }
.noflash-wrapper .img span {
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 44px;
	text-decoration: none;
	color: #6d6d6d;
	width: 137px;
	text-align: left;
	line-height: 14px;
	font-size: 0.9em;
	font-weight: bold;
	overflow: hidden;
}

/* ------------------ Pohyby v administracii (logy ------------------ */
#filter_field .userShops {
    display: table;
}
#filter_field .userShops label {
	display: table-cell;
    vertical-align: middle;
	padding-right: 4px;
}
#checkSessionModal p {
	margin: 10px 0 0;
}
.ui-widget.checkSessionDialog,
.ui-widget.checkSessionDialog button {
	font-size: inherit;
	font-family: inherit;
}
.ui-widget-content.checkSessionDialog,
.ui-widget-content.checkSessionDialog .ui-widget-content {
	border-color: #a6c9e2;
}
.ui-corner-all.checkSessionDialog,
.ui-corner-all.checkSessionDialog .ui-corner-all {
	border-radius: 0;
}
.ui-widget.checkSessionDialog .ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
	padding: 0.2em 0.3em;
}
.ui-dialog.checkSessionDialog .ui-widget-header {
	border-color: #a43300;
	background: #cb0000;
	color: #FFFFFF;
	font-size: 1.2em;
}
.ui-dialog.checkSessionDialog .ui-dialog-buttonpane button {
	border-color: #4b4b4b;
	background: #3d3729;
	float: right;
	color: #ffffff;
	padding: 0;
}
.ui-dialog.checkSessionDialog .ui-dialog-buttonpane button:active {
	background: #625944;
}
/* --------------------------- atomerDialog --------------------------------- */
.ui-dialog.atomerDialog .ui-widget-header {
	background: #f89901;
	border-color: #de8a06;
	font-size: 1.2em;
}

.ui-dialog.atomerDialog.v112 {
	z-index: 101;
}
.ui-dialog.atomerDialog.v112 .ui-widget-header {
	color: #ffffff;
}
.ui-dialog.atomerDialog.v112 .ui-dialog-titlebar-close {
	border: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
}
.ui-dialog.atomerDialog.v112 .ui-dialog-titlebar-close:hover {
	background: #1a85c6;
	font-weight: normal;
	color: #ffffff;
}
.ui-dialog.atomerDialog.v112 .ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
.ui-dialog.atomerDialog.v112 .ui-dialog-titlebar-close span {
	display: inline-block;
	margin: inherit;
}
.ui-dialog.atomerDialog.v112 .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -9px;
}
.ui-dialog.atomerDialog.v112 .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	padding: .4em 1em;
	cursor: pointer;	
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;	
	border-radius: 3px;
}
.ui-dialog.atomerDialog.v112 .ui-dialog-buttonpane button:hover,
.ui-dialog.atomerDialog.v112 .ui-dialog-buttonpane button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	color: #2b2b2b;
}
.ui-widget-overlay {
	position: fixed;
}

.ui-dialog.atomerDialog.v112 .ui-button {
	
}
/* -------------------------- (atomerDialog) -------------------------------- */
#dialogNevyplneneZameranieEshopu .nadpis {
	margin: 15px 0;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
#dialogNevyplneneZameranieEshopu .text {
	margin-bottom: 15px;
}
#dialogNevyplneneZameranieEshopu select.styled {
	z-index: 1005;
}
.zameranieEshopu span.select {
	position: absolute;
	width: 203px;
	height: 37px;
	padding: 1px 24px 1px 14px;
	color: #FFF;
	font: 14px/37px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-weight: bold;
	background: url(./img/design/invoice_select.png) no-repeat;
	overflow: hidden;
	border-radius: 6px;
	text-align: left;

	white-space: nowrap;
	text-overflow: ellipsis;
}
.zameranieEshopu select.styled {
	height: 39px;
	width: 241px;
}
.zameranieEshopu select option[value="0"] {
	display: none;
}
.element-select2.select2-container {
	min-width: 250px;
}
.element-select2-dropdown .select2-result {
	text-align: left;
}
.element-select2-dropdown .select2-result.gray {
	color: gray;
}