@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height:0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }

.ie7 img { -ms-interpolation-mode: bicubic; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
body, select, input, textarea { color:#666; }

/*  General Settings  */
body {
	background:url('../img/bgs/bg_aside_main.png') repeat-y 263px 0;
	font-family:'PT Sans', Arial, sans-serif;
	font-size:13px;
	*font-size:small;
	zoom:1;
}
body section[role=navigation] {
	width:271px;
	height:auto;
	padding:25px 0;
	position:absolute;
	top:0;
	left:0;
}
body section[role=main] {
	background-color:#fff;
	min-width:669px;
	height:100%;
	margin-left:271px;
	padding:25px;
}
select, input, textarea, button { font:99% sans-serif; }
h1, h2, h3, h4, h5, h6, strong, b, th { font-weight:bold; }
em, i { font-style:italic; }
ul, ol { margin:0 0 1em 1em; }
ol { margin-left:2em; }
ol { list-style-type:decimal; }
a { outline:none; }
a:hover {}
a:hover, a:active { outline:none; }
a.outside {
	padding-right:10px;
	background-position:top right;
	background-repeat:no-repeat;
}

/*  Fixed Layout  */
body.fixed {
	background-color:#e6e6e6;
	background-image:none;
}
.fixed .fixed-wraper {
	width:990px;
	margin:0 auto;
	position:relative;
	background:url('../img/bgs/bg_aside_main.png') repeat-y 263px 0;
}
.fixed .fixed-wraper section[role=main] {
	min-width:0;
	background-image:url('../img/bgs/bg_fixed.png');
	background-repeat:repeat-y;
	background-position:right;
	padding-right:32px;
}


/*  General Classes  */
.small { width:33%; }
.medium { width:66%; }
.large { width:99%; }
.left { float:left; }
.right { float:right; }

/*  Navigation Layout :: Header  */
section[role=navigation] header {
	margin:0 2px 25px 0;
	padding-left:25px;
}
section[role=navigation] header a {
	background:url('../img/sample_logo.png') no-repeat;
	width:148px;
	height:31px;
	text-indent:-9999em;
	display:block;
}
section[role=navigation] header h1 {
	margin-top:3px;
	font-weight:normal;
	font-style:italic;
	text-shadow:none;
}

/*  Navigation Layout :: User Info  */
#user-info {
	height:55px;
	background:url('../img/bgs/bg_aside_userinfo.png') no-repeat;
	border-top:1px solid;
	margin:0 2px 25px 0;
	padding:18px 25px;
}
#user-info img {
	width:48px;
	height:48px;
	padding:3px;
	background-color:#fff;
	border:1px solid;
	float:left;
}
#user-info div {
	float:left;
	margin-left:15px;
}
#user-info div > a {
	display:block;
	font-size:108%;
	text-decoration:none;
	line-height:100%;
}
#user-info em { font-size:93%; }
#user-info ul {
	margin:5px 0 0;
	list-style:none;
}
#user-info ul li {
	float:left;
	margin-right:5px;
}
#user-info ul li:last-child { margin-right:0; }
#user-info .button-link { font-size:80%; }

/*  Navigation Layout :: Nav  */
#main-nav {
	margin-bottom:25px;
	font-size:116%;
}
#main-nav ul li.current a, #main-nav ul li.current a:hover, #main-nav ul li a:hover,
#main-nav ul li li a:hover, #main-nav ul li.current li a:hover {}
#main-nav > ul, #main-nav > ul li, #main-nav > ul li.current, #main-nav ul li li { background-repeat:no-repeat; }
#main-nav > ul { background-position:bottom; }
#main-nav > ul li, #main-nav > ul li.current { background-position:0 0; }
#main-nav > ul li:last-child { padding-bottom:2px; } /* Proper background rendering */
#main-nav ul li a {
	display:block;
	font-weight:bold;
	padding:7px 0 7px 50px;
	text-decoration:none;
	-webkit-transition:color 400ms ease;
	-moz-transition:color 400ms ease;
	transition:color 400ms ease;
	background-position:25px 8px;
	background-repeat:no-repeat;
	height:21px;
}
#main-nav ul ul {
	margin-left:50px;
	padding-bottom:10px;
}
#main-nav ul li li, #main-nav ul li li.current {
	padding:2px 0 2px 10px;
	background-position:0 9px;
}
#main-nav ul li li a, #main-nav ul li.current li a {
	font-weight:normal;
	padding:0;
	font-size:85%;
	text-shadow:none;
	height:auto;
}
#main-nav ul li span {
	float:right;
	display:block;
	position:relative;
	top:-28px;
	padding:2px 5px;
	border:1px solid;
	margin-right:20px;
	font-size:77%;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.ie7 #main-nav ul li span, .ie8 #main-nav ul li span { top:-28px; }

/*  Sample Icons  */
#main-nav ul li a.dashboard { background-image:url('../img/icons/icon_nav_dashboard.png'); }
#main-nav ul li a.projects { background-image:url('../img/icons/icon_nav_projects.png'); }
#main-nav ul li a.products { background-image:url('../img/icons/icon_nav_products.png'); }
#main-nav ul li a.events { background-image:url('../img/icons/icon_nav_events.png'); }
#main-nav ul li a.articles { background-image:url('../img/icons/icon_nav_articles.png'); }
#main-nav ul li a.gallery { background-image:url('../img/icons/icon_nav_gallery.png'); }
#main-nav ul li a.settings { background-image:url('../img/icons/icon_nav_settings.png'); }
#main-nav ul li a.users { background-image:url('../img/icons/icon_event_bomb.png'); }
#main-nav ul li a.reklamace {background-image:url('../img/icons/icon_notification_attention.png');}

/*  Navigation Layout :: Sidebars  */
.sidebar {
	margin:0 27px 25px 25px;
	display:block;
	font-size:93%;
	overflow:hidden;
	clear:both;
}
.sidebar p {
	margin:8px 0;
	line-height:140%;
}
.sidebar p:last-child { margin-bottom:0; }
.sidebar ul { margin:0 0 15px 15px; }
.sidebar h2 {
	font-size:116%;
	margin-bottom:12px;
}
.sidebar img {
	padding:3px;
	margin:0 auto 25px auto;
	border:1px solid;
}

.sidebar.separator, .sidebar .separator {
	border-top:3px solid;
	padding-top:8px;
}
.sidebar.separator { padding-top:25px; }
.sidebar .button-link { float:right; }

/*  Content Layout :: Widgets  */
#widgets-container { display:block; height: 70px; }
.widget {
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display:block;
	height:35px;
	width:160px;
	float:left;
	margin:0 15px 15px 0;
	padding:5px;
	font-size:93%;
}
.ie7 .widget { margin-bottom:0; }
.widget a {
	text-decoration:none;
	display:block;
}
.widget:last-child { margin-right:0; }
.widget span {
	display:block;
	height:35px;
	width:36px;
	float:left;
	margin-right:10px;
	font-size:350%;
	text-align:center;
	line-height:80%;
}
.widget p {
	float:left;
	position:relative;
	top:-4px;
}
.widget strong {
	font-size:153.9%;
	display:block;
}
.widget strong sup { top:-0.3em }
.widget.text-only p { padding-left:5px; }
.widget.add-new-widget { border-style:dashed; }
.widget.add-new-widget span {
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999em;
	margin-right:2px;
}
.widget.add-new-widget strong { padding-top:5px; }
.widget .close-widget {
	position:relative;
	text-decoration:none;
	float:right;
	top:-8px;
}

/*  Sample Widgets  */
#new-visitors span, #new-orders span {
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:no-repeat;
}
#new-visitors span { background-image:url('../img/widgets/widget_increase.png'); }
#new-orders span { background-image:url('../img/widgets/widget_decrease.png'); }

#cartwidget span { background-image:url('../img/widgets/widget_cart.png'); }

#kcfinderlink strong { font-size: 140%; margin-top: 3px; cursor: pointer; }

#kcfinderlink { cursor: pointer; }

#cartwidget
{
  position: absolute;
  top: 25px;
  right: 25px;
  cursor:pointer;
}

/*  Content Layout :: Nested Box  */
.nested {
	border:1px solid inset;
	padding:15px;
	overflow:hidden;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ie7 article.nested, .ie8 article.nested { border:none; }
.ie7 section.nested, .ie8 section.nested, .ie7 article.nested .article-container, .ie8 article.nested .article-container { border:1px solid; }

/*  Content Layout :: Nested Box :: Article  */
article.nested { padding:0; }
article.nested header { margin:10px 20px 20px; }
article.nested section { margin:0 20px 20px; }
article.nested footer { margin:20px; }

/*  Content Layout :: Main Content  */
article { margin-bottom:2%; }
article .article-container {
	display:block;
	overflow:hidden;
}
article header {
	height:27px;
	border-bottom:3px solid;
	padding-bottom:8px;
	margin-bottom:20px;
}
article header h2 {
	font-size:167%;
	float:left;
}
article header nav { float:right; }
article section { overflow:hidden; }
article section h3, article section h4, article section h5 { margin-bottom:.8em; }
article section h3 { font-size:153.9%; }
article section h4 { font-size:131%; }
article section h5 {
	font-size:108%;
	text-transform:uppercase;
}
article section p {
	font-size:100%;
	line-height:160%;
	margin-bottom:0.67em;
}
article section p:last-child { margin-bottom:0; }
article section ul li {
	list-style:none;
	padding-left:10px;
	background-position:0 center;
	background-repeat:no-repeat;
}
article section ul.list-style-checkmark li, article section ul.list-style-cross li, article section ul.list-style-arrow li { padding-left:25px; }
article section ul.list-style-checkmark li { background:url('../img/icons/list-style/icon_list_style_checkmark.png') no-repeat 0 1px; }
article section ul.list-style-cross li { background:url('../img/icons/list-style/icon_list_style_cross.png') no-repeat 0 1px; }
article section ul.list-style-arrow li { background:url('../img/icons/list-style/icon_list_style_arrow.png') no-repeat 0 1px; }
article section ul li, article section ol li { line-height:150%; }
article footer {
	clear:both;
	padding-top:10px;
	margin-top:20px;
	border-top:1px solid;
	font-size:85%;
}

/*  Content Layout :: Main Content :: Block Layout */
.half-block { 
	width:49%;
	margin-right:2%;
	float:left;
}
.third-block {
	width:32%;
	margin-right:2%;
	float:left;
}
.quarter-block {
	width:23.5%;
	margin-right:2%;
	float:left;
}
.clearrm { margin-right:0; }
.clearfix {
	zoom:1;
	clear:both;
}

/*  Content Layout :: Main Content :: Tabs */
.tab-switch {
	display:block;
	position:relative;
	top:7px;
}
.tab-switch li {
	float:left;
	list-style:none;
	margin-right:15px;
}
.tab-switch li:last-child { margin-right:0; }
.tab-switch li:last-child a { padding-right:0; }
.tab-switch li a {
	display:block;
	padding:0 3px 12px;
	text-decoration:none;
	height:16px;
}
.tab-switch li a.current {
	background-position:bottom center;
	background-repeat:no-repeat;
}
.tab {
	clear:both;
	display:block;
	overflow:hidden;
}

/*  Content Layout :: Main Content :: Sidetabs */
.sidetabs {
	background-repeat:repeat-y;
	overflow:hidden;
  background-position: -40px 0px;
}
.sidetab-switch {
	float:left;
	width:121px;
}
.sidetab-switch a {
	display:block;
	padding:10px 0;
	text-decoration:none;
}
section .sidetab-switch li {
	background:none;
	padding-left:0;
	border-bottom:1px solid;
}
.sidetab-switch li a.current { border-right:1px solid; }
.sidetab-switch p {
	margin:20px 20px 0 0;
	font-size:85%;
}
.sidetab {
	display:block;
	overflow:hidden;
	padding-left:20px;
}

/*  Content Layout :: Main Content :: Buttons */
.button-switch {
	display:block;
}
.button-switch li {
	float:left;
	list-style:none;
	margin-right:7px;
}
.button-switch li:last-child { margin-right:2px; }
.button-switch li a.button {
	height:18px;
	padding:4px 15px;
}

/*  Content Layout :: Main Content :: Accordion */
.accordion {
	margin:0;
	border-top:1px solid;
}
.accordion li {
	background:none;
	list-style:none;
	padding:10px 0;
	border-bottom:1px solid;
}
.accordion div { margin-top:15px; }
.accordion .accordion-switch {
	cursor:pointer;
	display:block;
	text-decoration:none;
	margin-right:15px;
}
.accordion .accordion-switch, .accordion .accordion-switch:hover {
	background-position:center right;
	background-repeat:no-repeat;
}
.accordion .accordion-switch h3 {
	margin:0;
	text-shadow:none;
	font-size:116%;
	font-weight:normal;
}

/*  Buttons  */
.button-link, .button, button {
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-decoration:none;
	text-shadow:0 1px 2px #666;
	white-space:nowrap;
	cursor:pointer;
	vertical-align:baseline;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
	overflow:visible;
	width:auto;
}
article section p .button-link { padding:0 6px; }

/*  Buttons :: Button Like Link  */
.button-link {
	background-color:#ae432e;
	padding:2px 6px;
	border:none;
	color:#fff;
}
.button-link.blue { background-color:#066d99; }
.button-link.green { background-color:#6a9912; }
.button-link.gray { background-color:#929494; }
.button-link:hover {
	background-color:#4c4c4c;
	color:#fff;
}

/*  Buttons :: Button  */
.button, button {
	border:1px solid;
	padding:4px 15px;
	margin-bottom:2px;
	font-weight:bold;
	height:28px;
}
a.button, span.button {
	height:18px;
	font-weight:normal;
}
article section p a.button {
	height:16px;
	line-height:100%;
	padding:5px 15px;
}

/*  Buttons :: Button :: Disable  */
.button.disabled, button:disabled {
	text-shadow:none;
	box-shadow:none;
	cursor:not-allowed;
	font-weight:normal;
}

/*  Notifications  */
.notification {
	display:block;
	clear:both;
	padding:10px 10px 10px 36px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid;
	color:#646464;
	background-position:10px 12px;
	background-repeat:no-repeat;
	margin:10px 0;
}
.close-notification {
	float:right;
	text-decoration:none;
	color:#737373;
	position:relative;
	top:-10px;
	right:-2px;
}
.close-notification:hover { color:#333; }
.notification.error {
	background-color:#f2d4ce;
	background-image:url('../img/icons/icon_notification_error.png');
	border-color:#ae432e;
}
.notification.error strong { color:#ae432e; }
.notification.success {
	background-color:#d9e6c3;
	background-image:url('../img/icons/icon_notification_success.png');
	border-color:#77ab13;
}
.notification.success strong { color:#69990f; }
.notification.attention {
	background-color:#faf6d4;
	background-image:url('../img/icons/icon_notification_attention.png');
	border-color:#e6c26e;
}
.notification.attention strong { color:#be8007; }
.notification.information {
	background-color:#cee6f2;
	background-image:url('../img/icons/icon_notification_information.png');
	border-color:#058dc7;
}
.notification.information strong { color:#0576a6; }
.notification.note {
	background-color:#f2f2f2;
	background-image:url('../img/icons/icon_notification_note.png');
	border-color:#d1d1d1;
}
.notification.note strong { color:#737373; }

/*  Breadcrumbs  */
#breadcrumbs {
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 0 25px 0;
}
#breadcrumbs li {
	float:left;
	list-style:none;
	margin:0 5px 0 0;
	padding-left:10px;
	background:url('../img/icons/icon_breadcrumbs.png') no-repeat center left;
}
#breadcrumbs li:first-child {
	background:none;
	padding-left:0;
	margin-top:0;
}
#breadcrumbs li:last-child { margin-right:0; }
#breadcrumbs li a { display:block; }
#breadcrumbs li:first-child a {
	height:16px;
	width:16px;
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:no-repeat;
}
#breadcrumbs li:first-child a:hover { background-position:0 -16px; }

/*  Prgoress Bars  */
.progress-bar {
	border:1px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	height:25px;
	margin:0.67em 0;
}
.progress-bar div {
	border-radius:5px;
	display:block;
	height:27px;
	text-align:center;
	position:relative;
	top:-1px;
}
.progress-bar div span {
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:relative;
	top:4px;
}
.progress-bar div span sup { top:-0.2em; }
.progress-bar.red div { background-color:#ae432e; }
.progress-bar.blue div { background-color:#058dc7; }
.progress-bar.green div { background-color:#77ab13; }

/*  Content Images  */
article img {
	padding:4px;
	background-color:#fff;
	border:1px solid;
}
div.tab > img, div.tab > .image-frame img { margin-top:0; }

/*  Content Image Mini Menu  */
.image-frame { position:relative; }
.image-frame.left { margin-right:15px; }
.image-frame.right { margin-left:15px; }
.image-actions {
	background:#000;
	display:none;
	position:absolute;
	right:12px;
	bottom:16px;
	z-index:10;
	list-style:none;
	margin:0;
	padding:6px 10px;
	opacity:.85;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.image-gallery .image-actions { bottom:20px; }
.image-actions li {
	background:none;
	float:left;
	font-size:85%;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px solid #333;
}
.image-actions li:last-child {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.image-actions li a {
	color:#fff;
	text-decoration:none;
}
.image-actions li a:hover { text-decoration:underline; }

/*  Content Image Gallery  */
.image-gallery {
	margin:0 0 0 10px;
	overflow:hidden;
}
.image-gallery > li {
	float:left;
	list-style:none;
	background:none;
	padding:0;
	margin-right:10px;
	line-height:220%;
}
.image-gallery > li:last-child { margin-right:0; }

/*  Tags  */
.tag {
	display:block;
	color:#fff;
	font-size:93%;
	padding:2px 0;
	margin:0 auto;
	text-align:center;
	width:60px;
	height:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 0 2px #b3b3b3;
	-moz-box-shadow:0 0 2px #b3b3b3;
	box-shadow:0 0 2px #b3b3b3;
}
.tag.red { background-color:#ae432e; }
.tag.blue { background-color:#058dc7; }
.tag.green { background-color:#77ab13; }
.tag.orange { background-color:#ef561a; }
.tag.gray { background-color:#b3b3b3; }

/*  Ajax Loading Gif  */
.loader {
	display:block;
	float:left;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:3px 0 0 5px;
}

/*  Emoticons  */
.emoticon {
	display:inline-block;
	text-indent:-9999em;
	height:16px;
	width:16px;
	vertical-align:middle;
	background-position:0 0;
	background-repeat:no-repeat;
}

/*  File Extensions  */
.extension {
	padding-left:20px;
	background-position:0 1px;
	background-repeat:no-repeat;
}

/*  Stats Summary */
.stats-summary {
	margin:10px 0;
	padding:0;
}
.stats-summary li {
	list-style:none;
	display:block;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	min-height:32px;
	background-image:none;
	line-height:100%;
}
.stats-summary p, .stats-summary .stats-count { float:left; }
.stats-summary .stats-view {
	float:right;
	margin:2px 2px 0 0;
	padding:5px 15px;
	height:15px;
}
.stats-summary .stats-count {
	display:block;
	min-width:60px;
	text-align:right;
	font-size:197%;
	padding:10px 15px 0 0;
}
.stats-summary p { margin:5px 0 0; }

/*  Event Logs  */
.logs {
	margin:0;
	padding:0;
}
.logs li {
	background-position:10px 8px;
	background-repeat:no-repeat;
	background-image:url('../img/icons/icon_event.png');
	list-style:none;
	display:block;
	padding:10px 10px 10px 35px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	line-height:100%;
}
.logs li h4 {
	text-shadow:none;
	font-size:100%;
}
.logs li.event { background-image:url('../img/icons/icon_event_log.png'); }
.logs li.bomb { background-image:url('../img/icons/icon_event_bomb.png'); }
.logs li .logs-timestamp {
	float:right;
	font-size:93%;
}
.logs li .logs-event {
	text-decoration:none;
	font-size:116%;
}
.logs li .logs-meta a { text-decoration:none; }

/*  Contacts  */
.contacts {
	margin:0;
	padding:0;
	display:block;
	padding:10px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.contacts li {
	background:none;
	list-style:none;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	padding:0 0 10px;
	border-bottom:1px solid;
	line-height:100%;
}
.contacts li:last-child {
	border:none;
	margin:0;
	padding:0;
}
.contacts li img {
	max-width:100px;
	max-height:100px;
	padding:3px;
	margin-right:15px;
	border:1px solid;
	float:left;
}
.contacts li a.contacts-user {
	margin:2px 0;
	display:block;
	font-size:108%;
	text-decoration:none;
}
.contacts li em { font-size:93%; }
.contacts li ul {
	margin:8px 0 0;
	list-style:none;
	overflow:hidden;
}
.contacts li ul li {
	float:left;
	margin:0 5px 0 0;
	padding:0;
	border:none;
}
.contacts li ul li:last-child { margin-right:0; }
.contacts li .button-link { font-size:80%; }

/*  Tickets  */
.tickets, .tickets ul, .tickets ul ul {
	overflow:hidden;
	margin:0;
	padding:0;
}
.tickets li {
	display:block;
	list-style:none;
	background:none;
	padding:0;
	margin:0;
	height:100%;
}
.tickets li li { float:left; }
.tickets .ticket-header {
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid;
}
.tickets .ticket-header li, .tickets .ticket-data li {
	text-align:center;
	padding:0;
	width:15%;
}
.ie7 .tickets li.ticket-header-age, .ie7 .tickets li.ticket-data-age { width:14% !important; }
.ie7 .tickets li.ticket-data { position:relative; top:-4px; }
.tickets .ticket-header li { font-weight:bold; }
.tickets .ticket-header .ticket-header-activity, .tickets .ticket-data .ticket-data-activity { width:40%; }
.tickets .ticket-data {
	padding:5px 0;
	margin:0;
	border-bottom:1px solid;
	min-height:45px;
	overflow:hidden;
}
.tickets .ticket-data .ticket-data-activity { text-align:left; }
.tickets .ticket-data .ticket-data-activity p { margin:0; }
.tickets .ticket-data .ticket-data-user strong { display:block; }
.tickets .ticket-data .ticket-data-ticket, .tickets .ticket-data .ticket-data-priority, .tickets .ticket-data .ticket-data-age { padding-top:13px; }
.tickets .ticket-data .ticket-details {
	margin:5px 15px;
	border-top:1px dotted;
}
.tickets .ticket-data .ticket-details dl {
	overflow:hidden;
	padding:9px;
	border:1px solid;
	margin-bottom:10px;
}
.tickets .ticket-data .ticket-details dd, .tickets .ticket-data .ticket-details dt {
	float:left;
	width:13%;
	margin-bottom:5px;
}
.tickets .ticket-data .ticket-details dd { margin-right:2%; }
.tickets .ticket-data .ticket-details dd:nth-child(3n+3) { margin-right:0; }
.tickets .ticket-data .ticket-details dt { width:19%; }
.tickets .ticket-data .ticket-details dt.clear { clear:left; }
.tickets .ticket-data .ticket-details h4 {
	text-shadow:none;
	margin:15px 0;
}
.tickets .ticket-data .ticket-details h5 {
	text-shadow:none;
	text-transform:uppercase;
}
.tickets .ticket-data .ticket-details .ticket-details-actions {
	float:right;
	margin:0;
	padding:10px 0;
}
.tickets .ticket-data .ticket-details .ticket-details-actions li {
	width:auto;
	margin-left:5px;
}
.tickets .tag { line-height:120%; }

/*  Wizard  */
.wizard-steps {
	margin:0 0 25px;
	text-align:center;
	height:35px;
	border-bottom:3px solid;
	
}
.wizard-steps li {
	font-size:116%;
	height:100%;
	display:inline-block;
	padding:0 15px;
	
}
.ie7 .wizard-steps li {
	display:block;
	float:left;
}
.wizard-steps li a {
	display:block;
	text-decoration:none;
	position:relative;
	padding-bottom:25px;
	background-repeat:no-repeat;
	background-position:center 27px;
}
.wizard-steps li a.current, .wizard-steps li a.done { background-position:center -92px; }


/*  Modal  */
.modal { display:none; }
.nyroModalDom h2 { font-size:167%; }
.nyroModalDom h2, .nyroModalDom h3, .nyroModalDom h4, .nyroModalDom h5 { margin-bottom:.8em; }
.nyroModalDom h3 { font-size:153.9%; }
.nyroModalDom h4 { font-size:131%; }
.nyroModalDom h5 {
	font-size:108%;
	text-transform:uppercase;
}
.nyroModalDom p {
	font-size:100%;
	line-height:160%;
	margin-bottom:0.67em;
}
.nyroModalDom p:last-child { margin-bottom:0; }

/*  Forms  */
form {
	margin-top:25px;
	padding-bottom:10px;
}
form.table-form { margin-top:0; }
button, input, select, textarea { margin:0; }
textarea { overflow:auto; }
fieldset {
	-moz-border-radius:3px;
	border-radius:3px;
	padding:25px 25px 0;
	margin-bottom:25px;
	border:1px solid;
}
legend {
	font-size:116%;
	padding:0 1em;
}
.ie6 legend, .ie7 legend { margin-left:-7px; }
.ie8 legend, .ie7 legend { margin-bottom:30px; }
.ie8 legend { top:-25px; }
.ie7 legend { top:-35px; }
form dt {
	width:150px;
	text-align:right;
}
form dd {
	position:relative;
	top:-24px;
	left:165px;
  width: 70%;
}

form dd .small
{
  width: 50%;
}
dd p {
	font-size:77%;
	position:relative;
	top:2px;
  width: 90%;
}
input, textarea, select {
	border:1px solid;
	-moz-border-radius:1px;
	border-radius:1px;
}
input.small, textarea.small { width:25%; }
input.medium, textarea.medium { width:50%; }
input.large, textarea.large { width:75%; }
input.full, textarea.full { width:97%; }
input[type=text], input[type=password], textarea, select { padding:7px 6px 5px; }
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
input[type="checkbox"], input[type="radio"] {
	background:none;
	border:none;
}
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor:pointer; }
label { font-weight:bold; }
select { width:auto; }
.checkbox, .radio {
	width:200px;
	position:relative;
	left:185px;
	text-align:left;
}
.checkbox label, .radio label { font-weight:normal; }
.checkbox { top:-5px; }
.radio { top:-3px; }
form dd.text {
	top:-18px;
	color:#666;
	width:490px;
}
form dd.text p {
	top:-1px;
	font-size:100%;
	color:#666;
}

button {
	width:auto;
	overflow:visible;
}
form span.valid-side-note, span.invalid-side-note {
	margin-left:10px;
	padding:0 0 0 25px;
	background-repeat:no-repeat;
	background-position:left center;
}
form span.valid-side-note { background-image:url(../img/icons/icon_success.png); }
form span.invalid-side-note { background-image:url(../img/icons/icon_error.png); }
.ie7 input[type=checkbox], .ie8 input[type=checkbox], .ie9 input[type=checkbox],
.ie7 input[type=radio], .ie8 input[type=radio], .ie9 input[type=radio] {
	border:none;
	box-shadow:none;
}
.ie7 .checkbox., .ie8 .checkbox.], .ie9 .checkbox { top:-7px; }
.ie7 .radio, .ie8 .radio, .ie9 .radio { top:-5px; }
.ie7 td select {
	position:relative;
	top:-3px;
	left:-15px;
}
input:disabled, input.disabled {
	box-shadow:none;
	cursor:not-allowed;
}
input.datepicker {
	background:url(../img/icons/icon_calendar.png) no-repeat 6px 6px;
	padding-left:30px;
	cursor:pointer;
}
.ie9 input.datepicker { background-position:6px 5px; }

/*  jQuery Datepicker  */
.jq-datepicker {
	border:1px solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jq-datepicker .datepick-nav {
	height:20px;
	padding-top:5px;
}
.jq-datepicker .datepick-ctrl { padding:5px 0 3px; }
.jq-datepicker .datepick-nav, .jq-datepicker .datepick-ctrl, .jq-datepicker .datepick-month,
.jq-datepicker .datepick-month-header, .jq-datepicker .datepick-month-header select, .jq-datepicker .datepick-month-header input,
.jq-datepicker .datepick-cmd:hover, .jq-datepicker .datepick-ctrl .datepick-cmd:hover, .jq-datepicker .datepick-month th,
.jq-datepicker .datepick-month th a { background:none; }
.jq-datepicker .datepick-month-header, .jq-datepicker .datepick-month-header select, .jq-datepicker .datepick-month-header input { height:auto; }
.jq-datepicker .datepick-month-header select {
	border:1px solid;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
.jq-datepicker .datepick-month table {
	margin-top:5px;
	border-top:1px solid;
}
.jq-datepicker .datepick-month table td { width:30px; }
.jq-datepicker .datepick-month a, .jq-datepicker .datepick-month span { padding:11px 0; }
.jq-datepicker .datepick-month th, .jq-datepicker .datepick-month th a {
	border-top:none;
}

/*  HTML Calnedar  */
.htmlcalendar {
	width:100%;
	border-collapse:collapse;
	border:1px solid;
	table-layout:fixed;
}
.htmlcalendar tbody tr {
	background:none;
	min-height:110px;
}
.htmlcalendar tbody th, .htmlcalendar tbody td {
	border:1px solid;
	padding:0;
	margin:0;
}
.htmlcalendar tbody td {
	min-width:110px;
	width:15%;
}
.htmlcalendar .week {
	width:56px;
	padding:0;
	font-weight:normal;
	font-size:131%;
	text-align:right;
}
.htmlcalendar .week span, .htmlcalendar .week sup { padding-right:8px; }
.htmlcalendar .day > div { min-height:110px; }
.htmlcalendar .calendar-entry { 
	padding:8px;
	text-align:right;
	font-size:131%;
}
.htmlcalendar .week span, .htmlcalendar .calendar-entry span {
	display:block;
	font-weight:bold;
	margin-bottom:0;
}
.htmlcalendar .week span { margin-bottom:5px; }
.htmlcalendar .calendar-event { padding:0 5px 5px; }
.htmlcalendar .calendar-event .event {
	display:block;
	padding:3px 6px;
	margin-bottom:5px;
	vertical-align:middle;
	text-align:center;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.ie7 .htmlcalendar .calendar-event .event { padding:3px 5px; }
.htmlcalendar .calendar-event .event a {
	display:block;
	text-decoration:none;
}
.htmlcalendar .calendar-event .event a:hover { text-decoration:none; }

/*  HTML Calendar Actions  */
.htmlcalendar-actions {
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
}
.htmlcalendar-actions li {
	background:none;
	list-style:none;
	padding:12px 0 0;
	margin:0;
	width:25%;
	float:left;
	display:block;
	vertical-align:middle;
}
.htmlcalendar-actions li.current-month {
	width:49%;
	text-align:center;
}
.htmlcalendar-actions li.current-month h4 {
	font-size:156%;
	text-shadow:none;
	margin:0;
}
.htmlcalendar-actions li.current-day { font-size:118%; }
.htmlcalendar-actions li.actions { padding:0; }
.htmlcalendar-actions li.actions ul {
	float:right;
	margin:0;
	padding:0;
}
.htmlcalendar-actions li.actions li {
	width:auto;
	padding:0;
	margin-right:5px;
}
.htmlcalendar-actions li.actions li:last-child { margin-right:0; }
.htmlcalendar-actions li.actions a.button { padding:6px 15px; }

/*  Tables  */
table {
	width:100%;
	font-size:85%;
	border-top:1px solid;
	border-bottom:1px solid;
  font-family:Arial, sans-serif;
}
tbody {
	border-top:1px solid;
	border-bottom:1px solid;
}
th, td {
	padding:5px 0;
	height:36px;
	text-align:center;
	border-bottom:1px solid;
	vertical-align:middle;
}

table.tiny td
{
  height: 16px;
  color: #000;
  font-size: 10pt;
}

th { padding:10px 0; }
th { font-size:116%; }
table input[type="checkbox"] {
	margin:0 6px;
	position:static;
}

table .pagination {
	float:right;
	margin:5px 0;
}
table .pagination li {
	float:left;
	list-style:none;
	background:none;
	padding:0;
	margin-right:5px;
}
table .pagination li.hellip { padding-top:2px; }
table .pagination li:last-child { margin-right:0; }

table .actions {
	margin:0 5px 0;
	padding:0;
}
table .actions li {
	background:none;
	list-style:none;
	display:inline-block;
	margin-right:5px;
	padding:0;
}
.ie7 table .actions li {
	display:block;
	float:left;
}
table .actions li a {
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999em;
}
table .actions li:last-child { margin-right:0; }
table .actions .view { background:url('../img/icons/icon_table_view.png') no-repeat 0 0; }
table .actions .edit { background:url('../img/icons/icon_table_edit.png') no-repeat 0 0; }
table .actions .delete { background:url('../img/icons/icon_table_delete.png') no-repeat 0 0; }

/*  Table Mini Actions  */
.toggle-table-switch {
	display:block;
	height:16px;
	width:16px;
	padding:4px;
	text-indent:-999em;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid;
	margin:0 auto;
}
.table-switch {
	position:absolute;
	margin:2px 0 0;
	padding:2px 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid;
	z-index:1;
	margin-left:6px;
}
.ie7 .table-switch { margin-left:-13px; }
.ie8 .table-switch, .ie9 .table-switch { margin-left:9px; }
.table-switch li {
	background:none;
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	border-bottom:1px solid;
}
.table-switch li:last-child { border:none; }
.table-switch li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}
.no-js .table-switch, .no-js .toggle-table-switch { display:none; }



/*  Login Page  */
.login { background-image:none; }
.login section[role=main], .login .mainsec {
	margin:100px auto 0;
	min-width:380px;
	width:380px;
	background:none;
}
.login section[role=main] > a, .login .mainsec > a {
	background:url('../img/sample_logo.png') no-repeat;
	width:148px;
	height:31px;
	text-indent:-9999em;
	display:block;
}
.login #login-box {
	margin-top:25px;
	border-radius:3px;
}
#login-box .article-container {
	border:1px solid;
	padding:25px 25px 15px;
	border-radius:3px;
}

.login form {
	overflow:hidden;
	margin-top:15px;
}
.login form fieldset { margin-bottom:15px; }
.login form dt { width:50px; }
.login form dt.checkbox {
	left:85px;
	width:200px;
}
.login form dd { left:65px; }
.login-links {
	margin:0;
	float:right;
}

/*  Login Page Footer Links  */
.login-links a { text-decoration:none; }
.login-links li {
	float:left;
	list-style:none;
	background:none;
	padding:2px 10px;
	border-left:1px solid;
	border-right:1px solid;
}
.login-links li:first-child { border-left:none; }
.login-links li:last-child {
	padding-right:0;
	border-right:none;
}

/*  Error Pages  */
.error-page { background-image:none; }
.error-page section[role=main] {
	margin:80px auto 0;
	min-width:600px;
	width:600px;
	background:none;
}
.error-page p {
	margin-bottom:10px;
}
.error-page p.description {
	text-align:center;
	font-size:156%;
	margin-bottom:25px;
	font-weight:bold;
}
.error-page a.button { float:right; }
.error-page strong {
	display:block;
	text-align:center;
	font-size:1000%;
}

.addtocart
{
  display: block;
  width: 17px;
  height: 11px;
  background: url('../img/shopping-cart-ico-grey.gif') no-repeat;
  position:relative;
  top: 12px;
}

.addtocart.incart
{
  background: url('../img/shopping-cart-ico-green.gif') no-repeat;
}

.addtocart img
{
  display: none;
}

.incart img
{
  border: 2px lime solid !important;
  background: lime;
}

a.lostpwd
{
  cursor: pointer;
}

img.previewitem
{
  max-width: 200px;
  max-height: 200px;
}

div.directupload,
div.directupload2
{
  border: 2px dashed #484848;
  max-width: 200px;
  text-align: center;
  padding: 20px;
  font-size: 20pt;
  font-weight: bold;
}

table.min td, table.min th
{
  height: 12px;
}

div.letaky-uploader
{
  border: 2px dashed #484848;
  max-width: 300px;
  text-align: center;
  padding: 20px;
  font-size: 20pt;
  font-weight: bold; 
}

div.letaky-uploader div
{
  font-size: 10px;
  color: #808080;
  text-align: left;
}

div.letaky-uploader div b
{
  color: #909090;
  display: inline-block;
  width: 70%
}

div.letaky-uploader div span
{
  text-align: right;
  display: inline-block;
  width: 30%
}

div.letaky-uploader-new
{
  border: 2px dashed #484848;
  max-width: 300px;
  text-align: center;
  padding: 20px;
  font-size: 20pt;
  font-weight: bold; 
}

div.letaky-uploader-new div
{
  font-size: 10px;
  color: #808080;
  text-align: left;
}

div.letaky-uploader-new div b
{
  color: #909090;
  display: inline-block;
  width: 70%
}

div.letaky-uploader-new div span
{
  text-align: right;
  display: inline-block;
  width: 30%
}


div.letaky-drop
{
  margin-left: 400px;
  position:absolute;
  top: 150px;
  left: 270px;
}

div.letaky-drop img
{
  margin: 5px;
}

div.letaky-drop img.red
{
  border-color: red;
}

iframe.terms
{
  width: 80%;
  height: 300px;
  margin: 20px 0px;
  margin-left: 150px;
  background: #efefef;
}

.zmenit
{
  cursor:pointer;
}

.redcol
{
  color: red;
}

div.imagebox
{
  width: 310px;
  float: left;
  margin: 5px 5px 20px 5px;
  position: relative;
}

div.imagebox span.remPhotoDetail
{
  display: block;
  float: left;
  color: red;
  font-size: 11px;
  background: #f2f2f2;
  padding: 10px;
  cursor: pointer;
}

div.imagebox select
{
  float: right;
  margin-right: 10px;
}

.sortForm
{
    margin-bottom: 20px;
}

.sortForm input{
    width:60px;
  //  margin-right: 10px;
}

.sortForm table{
    width:350px;
}

.sortForm .sorFormButton{
    margin-right: 10px;
}

.filter_sort_btn{
    cursor:pointer;
}

.filter_sort_btn:hover{
    text-decoration: underline;
}

.sort_info{
    text-transform: uppercase;
    font-weight: bold;
}

.unsetCenaFiltr{
    cursor:pointer;
    text-transform: uppercase;
    font-size: 12px;
    background:url('../img/icons/list-style/icon_list_style_cross.png') no-repeat top 50% right 0;
    padding-right: 15px;
    background-size: 12px 12px;
}

.unsetCenaFiltr:hover{
    text-decoration: underline;
    
}


.deleteFile{
    width: 95px;
    margin-top: 10px;
    cursor:pointer;
    text-transform: uppercase;
    font-size: 12px;
    background:url('/img/icons/list-style/icon_list_style_cross.png') no-repeat top 50% right 0;
    padding-right: 10px;
    background-size: 12px 12px;
}

.deleteFile:hover{
    text-decoration: underline;
    color:#ae432e;
    
    
}


.texyInfo .block{
	width:360px;
	display: inline-table;
	margin-right: 20px;
}

.texyInfo{
	  background-color: #fafafa;
	padding: 20px;  color: #808080;
	box-shadow: inset 0px 0px 3px #ababab;
	width:800px;
	right:-900px;
	top:1%;
	font-size: 12px;
	z-index:1000;
	
	position:fixed;
	border-radius: 3px;
	
}
.texyInfo h2{
	padding-bottom: 10px;	
	padding-top: 10px;
	text-decoration: underline;
	}

.texyInput{
	padding: 7px;
  background: #F9F9F9;
  border: 1px dashed #B4B4B4;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}
.texyInput.description_textarea{
  white-space: normal; 
} 

.texyInfo .closeTexyinfo{
	float:right;
	cursor:pointer;
	font-weight: bold;
	margin-right: 10px;
	
}

.texyInfo .closeTexyinfo:hover{
	color:#ae432e;
}

.texyInfo h3{
	margin-bottom: 0px;
}

.texyInfo .code{

	
	  padding: 7px;
  background: white;
  border: 1px dashed #B4B4B4;
  
	
		font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}


.sortimentParams,.sortimentTags{
	  padding: 7px;
  background: #F9F9F9;
  border: 1px dashed #B4B4B4;
  width:400px;
  margin-top: 10px;
  padding-bottom: 2px;
}

.paramItem, .tagItem, .tagItemRem,.tagItemDelete{
	padding-right: 20px;
	background: url('../img/icons/icon_error.png') no-repeat right 5px top 50%;
	background-size: 10px;
	margin-bottom: 5px;
}

.paramsAdd{
	
	width:150px;
	margin-right: 10px;
}

.whisperSearch{
	position:relative;
	
}

.whisperOut{
	background-color: white;
	border:1px solid grey;
	
	position:absolute;
	width:150px;
	display:none;
}


.paramSingleAdd{
	cursor:pointer;
	padding:5px;
	border-bottom: 1px solid #ccc;
	
}

.paramSingleAdd:hover{
	background: rgba(197, 192, 192, 0.6);	
	
}

.commentInfo{
        text-align: left;
       
       
    }
    
     .commentHeight{
        height: 0px;
        
       
        max-width: 150px;
    }
    
    .editForm th{
		width: 150px;
	}
	
	
	.whispItem{
		cursor:pointer;
	padding:5px;
	border-bottom: 1px solid #ccc;
	}
	
	
	.whispItem:hover{
	background: rgba(197, 192, 192, 0.6);	
	
}

.tagsField{
	width: 98% !important;
	padding: 1% !important;
	margin-bottom: 25px;
	float: left;
}

.tagType{
	color:#ae432e;
	font-weight: bold;
}

.tagSingleAdd,.tagSingleAddSortiment{
	cursor:pointer;
	padding: 5px;
	//border-bottom: solid 1px #ccc;
}

.tagSingleAdd:hover,.tagSingleAddSortiment:hover{
	color:white;
	background-color:#ae432e;
}


.mainPageImagePreview{
  margin-right:10px;
  display:inline-block;
  max-width:10%; 
  overflow:hidden;
}

.col1{
    padding:0.5% ;
	width:7.333% !important;
	float:left !important;
	
}
.col2{
	width:15.666% !important;
	padding:0.5% ;
	float:left !important;
}
.col3{
	width:24% !important;
	padding:0.5%;
	float:left !important;
}
.col4{
	width:32.333% !important;
	padding:0.5% ;
	float:left !important;
}
.col5{
	width:40.666% !important;
	padding:0.5% ;
	float:left !important;
}
.col6{
	width:49% !important;
	padding:0.5%;
	float:left !important;
}
.col7{
	width:57.333% !important;
	padding:0.5% ;
	float:left !important;
}
.col8{
	width:65.666% !important;
	padding:0.5% ;
	float:left !important;
}
.col9{
	width:74% !important;
	padding:0.5% ;
	float:left !important;
}
.col10{
	width:82.333% !important;
	padding:0.5% ;
	float:left !important;
}
.col11{
	width:90.666% !important;
	padding:0.5% ;
	float:left !important;
}
.col12{
	width: 99% !important;
	padding:0.5% ;
	float:left !important;
}

.row{
	width: 100% !important;
	float:left !important;
	padding:5px 0px;
}


.uniqueEmailForm input[type="submit"]{
  padding: 10px;
}

select.senderSelect{
  padding: 4px;
  margin-bottom: 3px;
}

input[name="send_email"]{
  text-align: center;
   padding: 10px;
}

@media print {
  div.texyInfo{
    display: none;
  }
  fieldset.uniqueEmailForm{
    display: none;
  }
  .print_hidden{
    display:none;
  }
}

.sub_struktura1 td{
  
  padding: 5px 0px;
  height: 20px;
  text-align:left;
}
.sub_struktura1{
  padding-left:20px; 
    font-size:14px;
    color:#D9D9D6;
}

.sub_struktura1 td a{
  color:#D9D9D6;
}
.sub_struktura1:nth-child(even){
  background-color: #63666A;
}
.sub_struktura1:nth-child(odd){
  background-color: #53565A;
}


.sub_struktura2{
  font-size: 12px;
  color:#6E6259;
}
.sub_struktura2 td{
  padding: 4px 0px;
  height: 15px;
  text-align:left;

}

.sub_struktura3{
  font-size: 10px;
  color:#6E6259;
}
.sub_struktura3 td{
  padding: 2px 0px;
  height: 13px;
  text-align:left;

}

.sub_struktura2:nth-child(even){
  background-color: #D9D9D6;
}
.sub_struktura2:nth-child(odd){
  background-color: #CBC4BC;  
}

.main_struktura td{
  border-width: 3px;
  border-top:3px solid black;
  font-size: 18px;
  background-color: #31261D;
  color:#D9D9D6;
  text-align:left;
}
.main_struktura td a{
  color:#D9D9D6;
}

table.struktura th,table.struktura td{
  text-align: left;

  padding-left: 10px;
}

table.struktura td:first-child{
  text-align: center !important; 
}

table.struktura .sub_struktura1 td:nth-child(2){
  text-align: center;
}
table.struktura .sub_struktura2 td:nth-child(3){
  text-align: center;
}

.remove_tag_from_struktura{
      padding-right: 20px;
    background: url('../img/icons/icon_error.png') no-repeat right 5px top 50%;
    background-size: 10px;
    margin-bottom: 5px;
}


.tabs_selectors{
  width: 100%;
  margin: 20px 0px;
  background-color: #f2f2f2;
  border:1px solid #e6e6e6;  
  padding-left: 10px;
  border-bottom: 1px solid #ae432e;
  position: relative;
}

.tabs_selectors .tab_button{
  border:1px solid #f2f2f2;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}

.tabs_selectors .tab_button:hover{
  color:#ae432e;
}



.tabs_selectors .tab_button.selected{
  border: 1px solid #ae432e;
  padding-bottom: 6px;
  padding-top: 6px;
  cursor:default;
  background-color: white;
  color:#ae432e;
  margin-bottom: -1px;
  margin-top: -1px;
  border-bottom-color: white;
  border-radius: 4px 4px 0px 0px;
}

.tab_content:not(.active)
{
  width: 100% !important;
  display: none;
}

.tab_content .highcharts-container{
  
}

#changelog h1{
  font-size: 22px;
  margin-bottom: 30px;
}
#changelog .verze_blok{
  margin-bottom: 15px;
}

#changelog .verze_nadpis{
  font-size: 18px;
  margin-bottom: 5px;
}

#changelog .verze_obdah_akce_nazev{
  font-size: 14px;
  font-weight: bold;
}
#changelog .verze_obsah_akce{
  margin-bottom: 5px;
}

a.portal_version{
  width: 100%;
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.povoleny_pocet_znaku{
  font-size: 10px;

  width: auto;

  padding: 5px 0px;
}

div.table_cloned table td{

  
}
div.table_cloned_header{
  position:fixed;
  max-height: 0px;
  
  top:0px;
  height: 58px;
  overflow: hidden;

}

div.table_cloned_header.show{
  height: 58px;
  max-height: 58px;
}

.reklamace_search{
  position: absolute;
  right: 30px;
  top:145px;
}

.reklamace_search input{
  margin-left: 10px;
  width: 200px;
}

.reklamace_count{
  display: inline-block;
  border: 1px solid #ae432e;
  font-size: 10px;
  min-width: 13px;
  border-radius: 3px;
  height: 14px;
  padding: 0px 3px;
  line-height: 14px;
  text-align: center;
  color: #ae432e;
}

.selected .reklamace_count{
  background-color: #ae432e;
  color: #fff;
  text-shadow: 0 1px 2px #666;
}

.reklamace_filter_info{
  font-size: 18px;
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
  color: #ae432e;
}

.reklamace_button_small{
  font-size: 10px;
}

table.reklamace_cekajici th:first-letter{
  text-transform: uppercase;
}

table.reklamace_cekajici td{
  padding: 0px 0px;
}

.button-link.warning{
  cursor: default;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  margin: 0px 0px;
  font-size: 30px;
}

.reklamace_edit{
  display: inline-table;
  max-width: 800px;
}
.edit_panel{
  width: 100%;
  display: inline-block;
  height: 80px;
}
.edit_panel > *{
  width: 100%;
}
.edit_panel_2{
  width: 49%;
}

.edit_panel .value{
  font-size: 18px;
}

.edit_panel .value input{
  margin: 5px 0px;
}

.edit_panel .value .datepicker{
  font-size: 16px;
} 

.insert_new_date{
  font-size: 14px;
  margin-top: 5px;
}

.hidden_calendar_pick{
  display: none;
}

.edit_panel_line_3{
  display: inline-block;
  width: 30%;
}

.edit_panel_line:last-child{
  clear: both;
}

.reklamace_message{
  color:#ae432e;
  margin: 30px 0px;
  font-weight: bold;
}

form#dokumenty_upload{
  margin-top: 0px;
  margin-bottom: 20px;
}

form#dokumenty_upload button.dokumenty_upload_button{
  margin-left: 10px;
}

section#nova_relamace h1{
  font-size: 18px;
}

section#nova_relamace select,section#nova_relamace input[name="pobocka_search"]{
  font-size: 14px;
}
.edit_panel textarea,.edit_panel input{
  font-size: 14px;
}

.edit_panel textarea{
  width: 500px;
  height: 200px;
  margin-bottom: 30px;
}
.reklamace_vyhledana_polozka{
  display:inline-block;
  margin-right:5px;
  margin-bottom:5px;
}
.reklamace_pocet_kusu_polozky{
  width: 30px;
  text-align: center;
}

.reklamace_poznamky_polozky{
  width: 300px;
  width: 300px;
}
.reklamace_vyhledana_polozka_nenalezeno{
  display:inline-block;
  margin-right:5px;
  margin-bottom:5px;
}
.reklamace_polozky_images{
  position: relative;
  
}
.reklamace_polozky_images .reklamace_preview{
  position: absolute;
  max-height: 30px;
  top:8px;
  transition:top 0.25s, max-height 0.25s;
}
.reklamace_polozky_images:hover .reklamace_preview{
  position: absolute;
  max-height: 200px;
  top:-160px;
}
.reklamace_search_find{
    font-weight: bold;
    color:#0084CA;
}
.reklamace_dokumenty_options{
  display: inline-block;
  margin-right: 20px;
  
}

.struktura_popis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 800px;
}

.tickets .tickets_search
{
  position: absolute;
  right: 40px;
  top:100px;
}

.tickets .ticket_new{
  position: absolute;
  right: 40px;
  top:40px;
  font-size: 16px;
  padding: 10px 15px;
}

.tickets table{
  margin-top: 30px;

}

.tickets table thead th.sortable{
  cursor: pointer;
}
.tickets table thead th.sortable:hover{
  text-decoration: underline;
}

.tickets table thead th.sortable.sorted{
  background-color:#ddd;
}


.tickets table thead th,.tickets table tbody td{
  padding: 0px 0px 0px 5px;
  
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: left;
}
.tickets table tbody td{
  height: 26px;
}
.tickets_loader{
  display: none;
  left:50%;
  top:200px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 15px;
  position: absolute;
  border:1px solid #ddd;
  font-size: 20px;
  
}

.tickets_filter_types,.tickets_filter_users{
  margin-top: 10px;
}

.tickets_stav,.tickets_user{
  display: inline-block;
  margin-right: 15px;
}

.tickets_stav input,.tickets_user input{
  vertical-align: middle;
  margin-right: 5px;
}

.ticket_detail_button{
  text-decoration: none;
}
.ticket_detail_button{
  text-decoration: underline;
}

.ticket_stav_button{
  margin-right: 5px;
}

.ticket_users,.ticket_stav{
  margin-bottom: 10px;
}
.ticket_user_button{
  margin-right: 5px;
  padding: 3px 8px;
  height: auto;
}

.col12{
  width: 100%;
}
.col6{
  width: 50%;
}

.col12 input{
  width: 90%;
}

.col12 textarea{
  width: calc(90% - 10px);
}
.col6 > input{
  width: 80%;
}
.col12 textarea{
  height: 150px;
  padding: 10px !important;
  text-align: left !important;
  white-space: normal;
}

.ticket_head{
  width: 48%;

  
}
.ticket_detail{
  width: 48%;

}

.tickets .row{
  width: 100%;
  padding: 0px ;
}

.ticket_poznamka{
  background-color: white;
  border-color: #FFD900;
}
.ticket_edit_zaznam{
  border:2px solid #ddd;
  border-radius: 5px;
  background-color:#eee;
  position: relative;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px 10px !important;
  transition: max-height 0.25s;
}

.ticket_zaznam_poznamka{
  background-color: #F2F0A1;
}

.ticket_edit_datum{
  font-size: 16px;
  color:#ae432e;
  font-family: Consolas, monaco, monospace;
}

.ticket_edit_zaznam.opened{

  padding-bottom: 15px !important  ;
}

.ticket_edit_zaznam .button_open{
  position: absolute;
  bottom:8px;
  left: 10px;
  width: calc(100% - 45px);
  text-align: center;
  border:2px solid #ae432e;
  background-color: white;
  padding: 7px 10px 7px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.ticket_edit_zaznam .button_open:hover{
  background-color: #ddd;
}

.ticket_edit_text{
  font-family: Consolas, monaco, monospace;
}

.ticket_edit_show_html{
  position: absolute;
  cursor: pointer;
  top:10px;
  right: 30px;
}

.ticket_edit_show_html:hover{
  color:red;
}

.ticket_edit_show_html_message 
{
  display: none;
  position: fixed;
  top:20px;
  left:20px;
  height: 80%;
  border:2px solid #ddd;
  border-radius: 5px;
  background-color:#fff;
  width: calc(100% - 40px);
  z-index: 200;
}
.ticket_edit_html_message_close{
  position: absolute;
  cursor: pointer;
  top:10px;
  right: 30px;
}

.ticket_edit_html_message_close:hover{
  color:red;
}

#ticket_edit_send_email_check{
  width: 15px; 
  vertical-align: middle; 
  margin-left: 20px;
}

.tickets .messages{
  padding-top: 30px !important;
}

.ticket_user_button{
  background-color: #aaa !important;
  
}

.ticket_user_button.asigned,.ticket_user_button:hover{
  background: none;
  background-color:#0084CA !important;
}


.tickets .sticky_message, .heureka .sticky_message{
  position: absolute;
  top: -60px;
  right: 200px;
  border: 2px solid #ae432e;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  background-color: #d9d9d9;
  padding: 10px 20px;
  color:#4c4c4c;
  font-weight: bold;
  transition:top 0.25s;
  min-width: 300px;
  text-align: center;
}



.tickets .sticky_message.show, .heureka .sticky_message.show {
  top:0px;
}

.tickets_t_email_vysledky{
  position: absolute;
  z-index: 1000;
  border-top:1px solid #ddd;
}

.ticket_email_whisper{
  padding: 5px 10px;
  border:1px solid #ddd;
  border-top: none;

  background-color: white;
  cursor:pointer;
  
}

.ticket_email_whisper:hover{
  background-color: #eee;
}

.komtentare-reply .texyInput{
  white-space: pre-wrap !important;
}

.ticket_edit_zaznam .button_open{
  display: none;
}

.reklamacni_formular .reklamace_mezera{
  margin-top: 30px;
}

.reklamacni_formular input,.reklamacni_formular label,.reklamacni_formular textarea{
  display: block;
  width: 100%;
}
.reklamacni_formular label{
  padding-top: 10px;
}
.reklamacni_formular input,.reklamacni_formular textarea{
    border: 1px solid #afaaaa;
    background-color: #f2f2f2;
    padding: 12px 20px;
      outline: none;
    color: #323030;
}

.reklamacni_formular input:focus,.reklamacni_formular textarea:focus{
  border-color: #111 !important; 
}

.reklamacni_formular textarea{
  height: 114px;
  resize: none;
}

.reklamacni_formular textarea[name="n_zavada"]{
  height: 174px !important;

}

.reklamacni_formular span.label_another{
  font-size: 12px;
  line-height: 14px;
  display: block;
  padding-top: 15px;
}

.reklamacni_formular input[type="submit"]{
    cursor: pointer;

    height: 43px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #ae432e;
    margin-top: 30px;
    border: none;
}

.reklamacni_formular input[name="n_datum"]{
  font-family: arial;
}

.reklamacni_formular h2{
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.reklamacni_formular ul,.reklamacni_formular li{
  list-style: disc !important;
}

.remove_search_date{
  margin-top: 10px;
}
 

.reklamacni_formular_item{
    border: 1px solid rgb(84, 170, 21);
    background-color: #f2f2f2;
    padding: 12px 20px;
    outline: none;
    color: #323030; 
    margin-bottom: 10px;
}
.reklamacni_formular_item:last-child{
  margin-bottom: 0px;
}


.nastaveni-kasvo h1{
  font-size: 28px;
    margin-bottom: 15px;
}

.nastaveni-kasvo h2{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nastaveni-kasvo .nastaveni-karta{
  background: #e6e6e6;
  padding: 15px 15px;
  margin-bottom: 15px;
  float:left;
  padding-top: 0px;
  width: 100%;
  border:1px solid #Aaa;
  box-shadow: inset -5px -5px 5px #ddd;
}

.nastaveni-kasvo .odeslat_ceny{
  margin-top: 15px;
}

.nastaveni-kasvo form{
  float:left;
  margin-top: 0px;
  padding-bottom: 0px;
}

.nastaveni-karta.doprava input{
  text-align: right;
}


.reklamace_odpovedna_osoba{
  position: absolute;
  right: 0px;
  top:0px;
  font-size: 18px;
  text-align: right;
  
}

.objendakvy_table table{
  width: 100%;
}

.objendakvy_table thead{
  width: 100%;

}

.objendakvy_table tbody{
  width: 100%;
}

.fotka_orientace{
  width: 50px !important;
  display: inline-block;
}
.fotografie_orientace .variantImageBlock{
  height: 86px;
  max-width: 60px;
  display: block;
  float: left;
  margin-right: 10px;
}

.fotografie_orientace .variantImageBlock a{
  min-height: 60px;
}
.fotografie_orientace .variantImageBlock a
{
  display: inline-block;
  max-width: 62px;
}

.fotografie_orientace .imageOfProductVariant img{
  width: 80% !important;
}

.fotografie_orientace .typeOfImageShown{
  right:3px;
}

.zbozi_single_varianta_vyprodej_if{
  width: 70%;
  float: left;
  border: 1px dashed #cb6652;
  padding-left: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.zbozi_single_varianta_vyprodej_if label{
  height: auto !important;
  
}

.heureka h1{
  font-size: 16px;
}

.heureka .col_search{
  text-align: right;
}

.heureka td.nazevzbozi{
  text-align: left;
  padding-left: 50px;
}

input.heureka_cpc_input{
  text-align: right;
  margin-right: 10px;
}
.heureka .search_term{
  color:#ff0000;
  font-size: 16px;
  margin-bottom: 30px;
}

.heureka_sparovano{

  background-color: #6a9912;
  border-radius: 3px;
  color:white;
  display: inline-block;
  padding: 0px 5px ;
}
.texyInput.large{
  white-space: pre-wrap;
}

.nastav_jako_nejprodavanejsi{
  width: 80%;
  text-align: center;
  position: relative;
}

.nastav_jako_nejprodavanejsi.active{
  background-color: #6a9912;
  border-color: #6a9912;
  transition:none;
}

.nastav_jako_nejprodavanejsi.active:hover{
  background: #b54c37 !important;
  border-color: #cb6652 #b74d39 #803121 !important;
  
}
.nastav_jako_nejprodavanejsi.active:hover:after{
  content: "ODEBRAT";
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #b54c37;
}

div.nastaveni_upozorneni{
  color: white;
  background-color: #007B4B;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 14px;
}

div.tabs_content{
  position: relative;
}

div.remove_asigned_items_from_list{
  position: absolute;
  right: 0px;
  top: -10px;
}

table.min tr.jeSkladem td,table.min tr.jeSkladem th{
  color: #009F4D;
  font-weight: bold;
}

div.legend{
  position: absolute;
  left: 15px;
}

div.legend_item{
  float:left;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

div.legend_item.green{
  background-color: #009F4D;
}

div.legend_label{
  float:left;
  line-height: 15px;
  font-size: 12px;
  padding-top: 1px;
  
}

div.callcentrum_filter{
  padding-top: 15px;
  padding-bottom: 15px;
}

div.callcentrum_filter select{
  margin-left: 15px;
  width: 150px;
}

.slevove-kupony h1{
  font-size: 28px;

}

.slevove-kupony .row{
  float: none !important;
  width: auto !important;
}

.slevove-kupony .header{
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
  box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.1);
}

.slevove-kupony .nova-sleva h3{
  margin-bottom: 0px;
}


.slevove-kupony .nova-sleva,.slevove-kupony .nova-sleva-vygenerovana{
  border:1px solid #eee;
  padding: 15px;
  padding-top: 10px;
  background-color: #fafafa;
  margin-bottom: 30px;
  box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.1);
}

.slevove-kupony .nova-sleva-vygenerovana{
  border-style: dashed;
}

.slevove-kupony .nova-sleva-vygenerovana{
  font-size: 20px;
}

.slevove-kupony .nova-sleva-vygenerovana span.nova-castka-slevy{
  color:white;
  padding: 2px 5px;
  background-color: #ae432e;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.slevove-kupony .nova-sleva-vygenerovana span.novy-kod-slevy{
  display: block;
  border: 1px solid #ddd;
  padding: 2px 5px;
  background-color:white;
  border-radius: 5px;
  text-align: center;

}
.slevove-kupony .nova-sleva label{
  margin-bottom: 5px;
  display: block;
}

.slevove-kupony .nova-sleva button{
  width: 100% !important;
  margin-top: 10px;
  outline: none !important;
  font-size: 20px;
  height: 40px;
  text-transform: uppercase;
}

.slevove-kupony .nova-sleva select{
  font-size: 20px;
}

.slevove-kupony .nova-sleva input{
  font-size: 14px;
  padding:6px;
  font-weight: normal;
}

.slevove-kupony .tabulka-slev td.poznamka{
  cursor: help;  
}

.slevove-kupony .tabulka-slev td.eshop:first-letter{
  text-transform: uppercase;
}

.slevove-kupony .tabulka-slev td.uplatneno{
  color:#00AB84;
  font-weight: bold;
}

div#upominky_objednavek{
  right: 230px;
  position: absolute;
  font-size: 13px;
  padding-left: 10px; 
  display: none;
  cursor: pointer;
}

div#upominky_objednavek:hover{
  border-color: #ae432e;
  color: #ae432e;
}

div#upominky_objednavek div{
  position: absolute;
  right: 15px;
  color: #ae432e;
  font-weight: bold;top: 0px;
  line-height: 47px;
  font-size: 28px;
}

div.kontaktovani_zakaznika{
  position: absolute;
  right: 30px;
  width: 500px;
  z-index: 0;
}

div.kontaktovani_zakaznika td.kontakt_datum{


}

div.kontaktovani_zakaznika td.kontakt_popis{
  text-align: justify;
  padding-right: 15px;
}

div.kontaktovani_zakaznika th,td{
  padding-top: 2px;
  padding-bottom: 2px;
  
}

div.kontaktovani_zakaznika table textarea[name="novyKontakt"]
{
  width: 93%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  resize: none;
  
}

@media (max-width: 1460px) {
  div.kontaktovani_zakaznika{
    position: relative;
    right: auto;
    left: 20px;
    width: 600px;
    margin-bottom: 30px;
  }
}


.vzroniky_latek_zbozi{
  width: 1000px;
}

.vzroniky_latek_zbozi_latka{
  border: 1px solid #ddd;
  padding: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 16px;
  width: 18%;
  display: inline-block;
}
.vzroniky_latek_zbozi_latka:hover{
  border-color: #ff0000;
  cursor: pointer;
}

.vzroniky_latek_zbozi_latka img{
  width: 50px;
  height: 18px;
  padding-right: 8px;
  vertical-align: middle;
  
}

.vzroniky_latek_zbozi_latka.vyjmka{
  border-color: #ff0000;
  position: relative;
}

.vzroniky_latek_zbozi_latka.vyjmka:after{
  content: "x";
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #ff0000;
  border-radius: 15px;
  color:white;
  right: 10px;
  top:1px;
}


#zbozi-feed .tab_button a{
  text-decoration: none;
}
#zbozi-feed h1{
  font-size: 26px;
}
#zbozi-feed .filter_zbozi{
  position: fixed;
  border: 1px solid #ddd;;
  right: 30px;
  padding: 10px 15px;
  padding-left: 45px;
  top: 120px;
  z-index: 100;
  background-color: #f2f2f2;
  box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.1);
  border-top-color: #ae432e;
}
#zbozi-feed .filter_zbozi > div{
  display: inline-block;
}
#zbozi-feed .filter_zbozi > i{
  position: absolute;
  left: 10px;
  top:10px;
  font-size: 36px;
}
#zbozi-feed .filter_zbozi > div.nadpis_filtru{
  display: block !important;
  font-weight: bold;
}
#zbozi-feed > div > section{
  position: relative;
}

#zbozi-feed .filter_zbozi .typ_feedu label{
  margin-right: 15px;
}
#zbozi-feed .zbozi .zbozi-add{
  background-color: #719949;
}
#zbozi-feed .zbozi .zbozi-add:hover{
  background-color: #1D252D;
}

.feed_sortiment_select_box{
  position: absolute;
  left: calc(50% - 179px);
  top: -100px;
  opacity: 0;
  background-color: #f2f2f2;
  padding: 15px;
  box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  border-top-color: #ae432e;
  transition: all 0.5s ease-out 0s;
}

.feed_sortiment_select_box.active{
  top: 30%;
  opacity: 1;
}

input#filesToUpload{

  width: 250px;
}

table.soubory_k_produktu{
  margin-top: 5px;
}
table.soubory_k_produktu th{
  padding: 2px;
  height: 20px;
}

i.remove_soubor_from_zbozi{
  cursor: pointer;
}

i.remove_soubor_from_zbozi:hover{
  color: #ff0000;
}

.filesToUploadStatus{
  display: inline-block;
  width: 200px;
  height: 20px;
  position: absolute;
  margin-left: 15px;

}

.zobrazit_vsechny_objednavky,.zobrazit_vsechny_objednavky_new{
  width: 100%;
  border:1px solid #ddd;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
  background-color:
}

.text-red{
  color:#ae432e !important;
}


.class_vzronik_barva{
  color: #BB29BB;
  font-weight: bold;
}

.vysledek_overeni_kuponu_sleva{
  padding-top: 30px;
  font-size: 20px;
}


button.grey{
  background: rgba(76,76,76,1);
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(71,71,71,0.94) 39%, rgba(44,44,44,0.93) 50%, rgba(0,0,0,0.92) 51%, rgba(17,17,17,0.91) 60%, rgba(43,43,43,0.89) 76%, rgba(28,28,28,0.86) 91%, rgba(19,19,19,0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.98)), color-stop(25%, rgba(102,102,102,0.96)), color-stop(39%, rgba(71,71,71,0.94)), color-stop(50%, rgba(44,44,44,0.93)), color-stop(51%, rgba(0,0,0,0.92)), color-stop(60%, rgba(17,17,17,0.91)), color-stop(76%, rgba(43,43,43,0.89)), color-stop(91%, rgba(28,28,28,0.86)), color-stop(100%, rgba(19,19,19,0.85)));
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(71,71,71,0.94) 39%, rgba(44,44,44,0.93) 50%, rgba(0,0,0,0.92) 51%, rgba(17,17,17,0.91) 60%, rgba(43,43,43,0.89) 76%, rgba(28,28,28,0.86) 91%, rgba(19,19,19,0.85) 100%);
  background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(71,71,71,0.94) 39%, rgba(44,44,44,0.93) 50%, rgba(0,0,0,0.92) 51%, rgba(17,17,17,0.91) 60%, rgba(43,43,43,0.89) 76%, rgba(28,28,28,0.86) 91%, rgba(19,19,19,0.85) 100%);
  background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(71,71,71,0.94) 39%, rgba(44,44,44,0.93) 50%, rgba(0,0,0,0.92) 51%, rgba(17,17,17,0.91) 60%, rgba(43,43,43,0.89) 76%, rgba(28,28,28,0.86) 91%, rgba(19,19,19,0.85) 100%);
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,0.98) 12%, rgba(102,102,102,0.96) 25%, rgba(71,71,71,0.94) 39%, rgba(44,44,44,0.93) 50%, rgba(0,0,0,0.92) 51%, rgba(17,17,17,0.91) 60%, rgba(43,43,43,0.89) 76%, rgba(28,28,28,0.86) 91%, rgba(19,19,19,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
  border-color: black;
}

button.grey:hover{
  background: rgba(76,76,76,1);
  background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(50%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
  background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}

.images_stavy_objednavky{
  padding-left: 10px;
  padding-right: 10px;
}
.images_stavy_objednavky img{
  display: inline-block;
  top:auto !important;
  left:auto !important;
  margin: 0px !important;
}

.mt-30{
  margin-top: 30px;
}

.mt-15{
  margin-top: 15px;
}

.mt-10{
  margin-top: 10px;
}

.mb-30{
  margin-bottom: 30px;
}

.mb-15{
  margin-bottom: 15px;
}

.mb-10{
  margin-bottom: 10px;
}



tr.order_feed_row{
  background-color: #96D8AF !important; /* Pantone PMS 345 */
  color: black;
  font-weight: bold;
}


.orders_legend div{
  display: inline-block;
  line-height: 16px;
  height: 16px;
  font-size: 12px;
}

.orders_legend_color{
  width: 16px;
  
}

.orders_legend div:not(.orders_legend_color){
  margin-right: 30px;
}


.single_contact_form{
  width: 100%;
  margin-bottom: 5px;
}

.single_contact_form > div{
  display: inline-block;
}

.single_contact_form div.icon{
  width: 30px;
  text-align: center;
}

.single_contact_form div.input{
  width: 80%;
}

.single_contact_form div.confirm{
  text-align: right;
  margin-left: 10px;
  
}

.single_contact_form input{
  width: calc(100% - 12px);
}

.single-contact-name{
  margin-bottom: 15px;
  font-size: 22px;
}

.vyber-tpyu-emailu input{
  width: 90%;
  width: calc(100% - 18px);
}

.vyber-tpyu-emailu textarea{
  width: 90%;
  width: calc(100% - 18px);
  height: 200px;
}

.atypy_email_dokumet{
  display: block;
  position: relative;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.atypy_email_dokumet > div{
  display: inline-block;
  
  
}

.atypy_email_dokumet:nth-child(3n + 2){
  margin-right: 0%;
}

.atypy_email_dokumet:hover{

}

.atypy_email_dokumet > i{
  margin-right: 5px;
  color:#222;
}

.atypy_email_dokumet .nazev{
  font-weight: bold;
  margin-right: 5px;
  color:#ae432e;
}

.atypy_email_dokumet .delete_atypy_email_dokument{
  position: absolute;
  right: 0px;
  top: -2px;
}

.atypy_email_dokumet .update_atypy_email_dokument{
    position: absolute;
    right: 70px;
    top: -2px;
}


.atypy_emaily_dokumenty_hidden{
    display: none;
}

.stat-bar{
    width: 99%;
    height: 15px;
    border: 1px solid #ddd;
    background-color: #d9d9d9;
}

.stat-bar-fill{
    background-color: #ae432e;
    width: 0%;
    height: 15px;
    color: white;
    text-align: center;
    overflow: hidden;
}

form.atypy_emaily_dokumenty_upload{
    margin: 0px !important;
    padding: 0px !important;
}

.atypy-document-create-edit{
    padding: 15px;
    border:1px solid #aaa;
    background-color: white;
    box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.1);
}


.darky-aktivni-action-button{
    background-color: #aaa !important;
}

.darky-aktivni-button{
    background-color:#54BC00 !important;
    cursor: default !important;
}

.darky-aktivni-action-button:hover{
    background-color: #4c4c4c !important;   
}

.eshop-vzornik .form-loader{
    font-size: 28px;
    display: none;
    line-height: 40px;
    position: absolute;
    width: 300px;
    top:30%;
    font-weight: bold;
    left: 40%;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 15px;
    background-color: #ddd;
    border: 3px solid #888;
    text-align: center;
    left: calc(50% - 150px);
}

div.notification_doprava{
    top: 10%;
    left:50%;
    position: fixed;
    font-family: sans-serif;
    background-color: #f2f2f2;
    border:1px solid #e6e6e6;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px; 
    color: #76AB1F;
}

table.table_latky th,table.table_latky td{
    padding: 3px 0px; 
    height: auto;
    text-align: left;
}

table.table_latky{
    padding: 0px 15px ;
}

table.table_latky img{
    height: 30px;
    width: 30px;
}

div.latky-uploader{
    border: dashed 2px #ddd;
    text-align: center;
    padding: 150px 0px; 
    font-size: 18px;
}

div.latky-uploader-old{
    cursor: pointer;
    font-size: 12px;
    color: #ccc;
}

div.latky-uploader-old:hover{
    text-decoration: underline;
    color: #333;
}


div.latky-uploader.file_hovering{
    border-color: #333;
    background-color: #ddd;

}

div.row.status-loader{
    display: none;
}

div.row.status-loader div.status{
    border: 1px solid #ddd;
    height: 15px;
    border-radius: 5px;
    overflow: hidden;
}

div.row.status-loader div.status div.bar{
    background-color: #009F4D;
    height: 15px;
    width: 0%;
    transition: 0.25s width;
}




div.katalog-latka{
    border: 1px solid #ddd;
    margin-bottom: -2px;
    display: inline-block;
    width: calc(20% - 5px);
    max-height: 120px;
    overflow: hidden;
    
}

div.katalog-latka:hover{
    background-color: #ddd;
    border-color: #aaa;
}

div.katalog-latka a{
    text-decoration: none;
    text-transform: uppercase;
}

div.katalog-latka-image{
    display: inline-block;
    width: 35%;
}

div.katalog-latka-info{
    width: calc(65% - 14px);
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}
div.katalog-latka-info h3{
    color: #ae432e;
    text-transform: uppercase;
    margin-bottom: 3px;
}

div.katalog-latka-parametry table{
    background-color: transparent;
    border: none;
}
div.katalog-latka-parametry tbody,div.katalog-latka-parametry tr,div.katalog-latka-parametry th, div.katalog-latka-parametry td{
    background-color: transparent !important;
    border: none !important;
    padding: 0px;
    height: 16px;
    text-align: left;
}
div.katalog-latka-parametry th{
    font-weight: bold;
    padding-right: 10px;
    width: 65px;
}

div.katalog-latka img{
    width: auto;
    max-width: 100%;
    max-width:  calc(100% - 10px);
    height: 100px;
    margin: 5px;
    margin-bottom: 0px;
}

div.kalatog-latky_pocet{
    margin-bottom: 10px;
}

div.search_place_info{
    width: calc(100% - 271px);
    font-size: 38px;
    display: none;
    padding-top: 30px;
    top:0px;
    text-align: center;
    left:270px;
    height: 100vh;
    position: fixed;
    background-color: rgba(64,64,64,0.2);
}

tr.call_done{
    background-color: rgba( 1, 167, 128, 0.2) !important;
}

table.zbozi_table thead th{
    padding-left: 1px;
    padding-right: 1px;
}

table.tabulka-denni-nabikdy tr.old{
    color: #aaa;
}

.main_3D_pohled_search_whisper{
    position: absolute;
    border: 1px solid #ddd;
    border-top: none;
    background-color: white;
}

.main_3D_pohled_search_whisper_row{
    padding: 5px 10px;
    border-top: 1px solid #ddd; 
    cursor: pointer;
}

.main_3D_pohled_search_whisper_row:hover{
    background-color: #ddd;
    
}

.objednavky_kontrola_nazev_zbozi strong{
    color: #ae432e;
}


.button-link-green{
    margin: 5px;
    background-color: #275D3A /* 7734 CP */ !important;
}

div.upload-latka-novy-obrazek{
    display: inline-block;
}

form.upload-latka-novy-obrazek-form{
    display: none;
}

.latka-vlastnosti{
    border-left:1px solid #ddd; 
    border-right:1px solid #ddd; 
    width:20%; 
    text-align:left;
    vertical-align: top;
    padding: 5px 0px;
}
.latka-vlastnost{
    display: block;
    width: 100%;
    padding: 3px 10px;
}

.latka-kolekce-vlastnost{
    display: block;
   /* width: 100%; */
    padding: 3px 10px;
}


.latka-vlastnost input{
    vertical-align: top;
    display: inline-block;
    width: 5%;
    min-width: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.latka-vlastnost span{
    display: inline-block;
    width: 70%;
    text-transform: uppercase;
}


.latka-vlastnost:hover{
    margin-top: -1px;
    background-color: #eee; 
    border-top: 1px solid #e2e2e2;
    color: #004EA8; 
    cursor: pointer;
}

.tag-checked{
    margin-top: -1px;
    background-color: #eee; 
    border-top: 1px solid #e2e2e2;
    color: #004EA8; 
}

.latka-vlastnost-img{
    width:20px;
    height: 20px;
    border: none;
    outline: 1px solid #ddd;

    display: inline-block !important;
    
}

div.vzronik-latka-picker{
    
    width: 180px;
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 10px 8px 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    vertical-align: top;
}

div.vzronik-latka-picker img{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    border: none !important;
    width: 100px !important;
    height: 89px;
    padding-bottom: 5px;
    vertical-align: top;
}
div.vzronik-latka-picker img.sofa{
    background-color: transparent !important;
    height: auto !important;
    border: none !important;
    margin-top: 0px;
    display: none;
}

div.vzronik-latka-picker:hover{
    color: #6a9912 !important;
}

div.vzronik-latka-picker a{
    display: block;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 60px;
}


div.vzronik-latka-picker div.latka_nazev{
    font-weight: bold;
    font-size: 16px;
}

input.vzronik-latka-picker-search{
    position: absolute;
    top: 0px;
    right: 30px;
}

div.interni_poznamka{
    padding: 5px 15px;
}

.kontaktni_informace_reklamace{
    font-size: 17px; 
    line-height: 24px;
    margin-bottom: 15px;
}

.reklamace_edit .reklamace_order_info label{
    text-decoration: underline;
}


table.reklamace_reklamovane_polozky td{
    font-size: 17px !important;
    padding: 5px;
}

table.objednavky_po_terminu{
    font-size: 16px;
}

table.objednavky_po_terminu td{
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

input.readonly_select_on_click{
    outline: none;
}

.prodejny-cenovky{
    margin-top: -50px;
}

.prodejny-cenovky .container-fluid{
    padding: 0px;
} 

.prodejny-cenovky .tabs_selectors{
    margin-bottom: 10px;
}

.prodejny-cenovky .text-right{
    text-align: right;
}

.prodejny-cenovky .row{
    float: none !important;
    width: auto !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bootstrap-5 .mt-4{
    margin-top: 30px;
}

.bootstrap-5 .mt-5{
    margin-top: 60px;
}


.prodejny-cenovky table td{
    height: 18px;
}

.bootstrap-5 .text-success{
    color: green;
}

.bootstrap-5 .text-warning{
    color: #866325;
}

.bootstrap-5 .text-danger{
    color: red;
}

.bootstrap-5 .text-primary{
    color: blue;
}

.bootstrap-5 .text-secondary{
    color: gray;
}

.session_msg{
    font-size: 18px;
    cursor: default !important;
    display: block;
    padding: 5px 15px;
    margin: 20px 0px 0px;
}

input[name="kolekce_pridat_latku"]{
    width:calc(100% - 14px);
}

.kolekce-vyhledavani-latka{
    width: calc(100% - 5px);
    
    cursor: pointer;
    position: relative;
    background-color: white;
}
.kolekce-vyhledavani-latka:last-child{
    border-bottom: 1px solid #ddd;
    
}

.kolekce-vyhledavani-latka label{
    display: block;
    padding: 5px 5px;
}

.kolekce-vyhledavani-latka:hover{
    background-color: #d7fa96;
}

.kolekce_pridat_latku_vyhledavani{
    position: relative;
}

.kolekce_pridat_latku_vysledky{
    position: absolute;
    z-index: 10;
    background-color: white;
    top: 30px;
    width: 100%;
}

.kolekce-vyhledavani-latka-potvrzeni{
    font-size:15px; 
    text-align: center;
    margin-bottom: 10px;
    padding:5px; 
    width: calc(100% - 10px);
}

.prirazena-latka{
    width: calc(100% - 5px);
    cursor: pointer;
    position: relative;
    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
}

.prirazena-latka:hover{
    background-color: #ffdede;
}

.prirazena-latka:after{
    content: "ODEBRAT";
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 9px;
    line-height: 22px;
}

table.latky-kolekce tbody{
    border-bottom: none !important;
}


span[data-custom-title]{
    position: relative;
    
    
}

span[data-custom-title]:before{
    display: none;
    position: absolute;
    background-color: black;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    content: attr(data-custom-title);
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
}

span[data-custom-title]:hover:before{
    display: block;
    
}

.objednavky-prodejny-tabulka
{
    border-right:1px solid #ddd;
}

.objednavky-prodejny-tabulka thead{
    
}

.objednavky-prodejny-tabulka th{
    font-size: 12px;
    padding: 0px;
    border-left:1px solid #ddd;
}

.objednavky-prodejny-tabulka td{
    padding: 0px 15px;
    border-left:1px solid #ddd;
}