@CHARSET "UTF-8";
/* reset */
*{vertical-align:baseline;font-weight:inherit;font-family:inherit;font-style:inherit;font-size:100%;border:0 none;outline:0;padding:0;margin:0;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,form,ul,ol,dl{margin:0;}
table{border-collapse:collapse;border-spacing:0;}

html{font:12px Arial,Sans-serif;}
ul{list-style:square;list-style-type:square;list-style-position:outside;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address,table{font-weight:normal;margin:0px 0px 10px 0px;}
p{line-height:1.6em;}
cite,em,dfn{font-style:italic;}
sup{position:relative;top:-0.1em;vertical-align:baseline;line-height:8px;font-size:8px;}
sub{position:relative;bottom:-0.1em;vertical-align:baseline;line-height:8px;font-size:8px;}
li,dd,blockquote{margin-left:1.25em;}
code,kbd,samp,pre,tt,var,textarea{font-size:100%; resize: vertical}
del{text-decoration:line-through;}
ins,dfn{border-bottom:1px solid;}
small,sup,sub{font-size:85%;}
b,strong{font-weight:bold;}
abbr,acronym{text-transform:uppercase;font-size:85%;letter-spacing:.1em;border-bottom-style:dotted;border-bottom-width:1px;}
td,th{padding:0.2em 0.3em;}
a abbr,a acronym{border:none;}
sup{vertical-align:super;}
sub{vertical-align:sub;}
h1{font-size:2.8em; margin: 0}
h2{font-size:2.4em; margin-bottom: 25px;}
h3{font-size:1.45em;}
h4{font-size:1.3em;}
h5{font-size:1.15em;}
h6{font-size:1em;}
a{outline:0;text-decoration:underline;}
a:hover{text-decoration:none;}
a img{border:none;text-decoration:none;}
img{border:none;text-decoration:none;}
label,button{cursor:pointer;}
fieldset{border:none;}
body{text-align:left;}
table{border-left:0px solid;border-top:0px solid;}
table th,table td{border-right:0px solid;border-bottom:0px solid;vertical-align:top; padding: 7px 10px;}
table th{font-weight:bold;text-align:left; border:0px solid;}

body
{
	overflow-y: scroll;
}

a
{
	color: #ff5a00;
}

#header
{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
#content
{
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.layoutContent .cover
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.layoutFooter .cover
{
    color: #404040;
	background: #ccc;
}
.cover
{
	-webkit-box-shadow: 3px 3px 14px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    3px 3px 14px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         3px 3px 14px 0px rgba(50, 50, 50, 0.33);
}

/* Menu */
#mainMenu ul
{
    list-style:none;
    list-style-type:none;
    margin:0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#mainMenu ul li
{
    margin:0px;
    display:inline-block;
    zoom:1;
    *display:inline;
    position: relative;
}
#mainMenu ul li a,
#mainMenu ul li span
{
    margin:0px;
    padding:10px 10px;
    display:inline-block;
    zoom:1;
    *display:inline;
    background: #eee;
    border: 1px solid #ccc;
    margin-right: 10px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
#mainMenu > ul > li > a,
#mainMenu > ul > li > span
{
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 38px;
    font-size: 15px;
}
#mainMenu ul li.level1,
#mainMenu ul li.level1 a
{
    text-align: center;
    color: #000;
}
#mainMenu ul li a.active,
#mainMenu ul li a:hover
{
    background: #ff5a00;
    color: #fff;
}

/* Submenu */
#mainMenu ul.dropdownBox li.active a span.start,
#mainMenu ul.dropdownBox li a:hover span.start,
#mainMenu ul.dropdownBox li.active a span.end,
#mainMenu ul.dropdownBox li a:hover span.end,
#mainMenu ul.dropdownBox li.active a span.item,
#mainMenu ul.dropdownBox li a:hover span.item
{
    background:none;
}
#mainMenu ul li ul
{
    margin:0px !important;
    padding:0px !important;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.4);
    -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.4);
    box-shadow: 0 8px 6px -6px rgba(68,68,68,0.4);
    background: #fff;
    border-bottom: 0px solid !important;
}
#mainMenu ul li  ul li
{
    height:auto !important;

}
#mainMenu ul li  ul li a
{
    background: #fff;
    border-top: 0px solid !important;
    border-right: 0px solid !important;
    border-left: 0px solid !important;
    border-bottom: 1px solid #ccc;
}
#mainMenu ul li ul
{
    position:absolute;
    top:39px;
    left:0px;
    display:none;
    z-index: 1000;
    width:180px;
}
#mainMenu ul li.hovered ul li a,
#mainMenu ul li ul li a
{
    display:block;
    padding:10px 10px;
    width:160px;
    font-size: 13px;
    color: #000;
    margin: 0px !important;
    text-align: left !important;
}
#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li.active a
{
    color:#000;
    text-decoration:none;
    background: #FFD6BF;
}
/* submenu konec */

/*druhé menu*/
.menu2 ul{
  list-style:none;
  list-style-type:none;
  margin:0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.menu2 ul li {
	margin:0px;
  display:inline-block;
  zoom:1;
  *display:inline;
  position: relative;
}
.menu2 ul li a{
  margin:0px;
  padding:7px 13px;
  display:inline-block;
  zoom:1;
  *display:inline;
  background: #eee;
  border: 1px solid #ccc;
  margin-right: 15px;
  text-decoration: none !important;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.menu2 ul li a:hover, .menu2 ul li.active a {
	background: #ff5a00;
	color: #fff;
} 
/*druhé menu konec*/

input.text
{
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
select{
	border: 1px solid #ccc;
	padding: 4px 5px;
}
table tr td input.text {
	margin-bottom: 0px;
}

input.checkbox {
	margin-right: 3px;
    vertical-align: middle;
}
input.submitButton {
	color: #fff;
	background: #ff5a00;
	padding: 10px 25px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: bold;

	font-size: 14px;
}
input.submitButtonSmall {
	color: #fff;
	background: #ff5a00;
	padding: 5px 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: bold;
}
.showHideParamsTable{
	color: #fff;
	background: #ff5a00;
	padding: 5px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none !important;
}
.textarea,
.input
{
	border: 1px solid #ccc;
	padding: 3px 5px;
    box-sizing: border-box;
    width: 100%;
}
.textarea
{
    resize: vertical;
}
p.wMessage{
	color: #f11c0a;
	border: 2px solid #f11c0a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}
p.iMessage{
	color: #24990f;
	border: 2px solid #24990f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}
label
{
	display: inline-block;
	width: 100px;
}
table.vypisTable
{
	border: 1px solid #ccc;
	width: 100%;
}
table.vypisTable td, table.vypisTable th
{
	border: 1px solid #ccc;
    vertical-align: middle;
}

table.vypisTable th{
	background: #eee;
}

table.detailTable{
	border: 1px solid #ccc;
	width: 100%;
}
table.detailTable td, table.detailTable th{
	border: 1px solid #ccc;
}
table.detailTable th{
	padding-top: 10px;
	background: #f0f0f0;
	width: 200px;
}
table.detailTable td input.text, table.detailTable td textarea.textarea{
	width: 300px;
}
.w8
{
	width: 8px !important;
}
.w20{
	width: 20px !important;
}
.w25{
	width: 25px !important;
}
.w40{
	width: 40px !important;
}
.w35{
    width: 35px !important;
}
.w60{
	width: 60px !important;
}
.w70{
	width: 70px !important;
}
.w90{
	width: 90px !important;
}
.w80{
	width: 80px !important;
}
.w100{
	width: 100px !important;
}
.w110{
	width: 110px !important;
}
.w120{
	width: 120px !important;
}
.w140{
	width: 140px !important;
}
.w170{
	width: 170px !important;
}
.w200{
	width: 200px !important;
}
.w210{
	width: 210px !important;
}
.w235{
	width: 235px !important;
}
.w300{
	width: 300px !important;
}
.w305{
	width: 305px !important;
}
.w680{
	width: 680px !important;
}
.w460{
    width: 460px !important;
}
.h150{
	height: 150px !important; 
}
.wAuto{
	width: auto !important;
}
.kategorieVyber, .modelVyber{
	margin-bottom: 20px;
	background: #f0f0f0;
	padding: 15px;
	border: 1px solid #ccc;
	
}
.kategorieVyber select, .modelVyber select, .znackaVyber select, .rokVyber select{
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 20px;
}
.znackaVyber, .rokVyber{
	margin-bottom: 20px;
	background: #e8f5f9;
	padding: 15px;
	border: 1px solid #ccc;
}

.jquerySelect{
	width: 500px;
}
.kategorieVyber .submitButtonSmall, .modelVyber .submitButtonSmall, .znackaVyber .submitButtonSmall, .rokVyber .submitButtonSmall{
	margin-left: 30px;
}
.logo
{
    float: right;
	max-width: 100%;
}

/* parametry v produktu */
.productBlock {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 15px;
}
.productParamsVyber {
	background: #e8f5f9;
}
.paramsLine {
	display:block;
}
.paramsLine * {
	margin-bottom:0px !important;
}
.paramsLine .paramsLineSelect {
	width:200px;
	float:left;
	margin-right:10px;
	height: 30px;
	vertical-align: middle;
	line-height: 30px;
}
.paramsLine .paramsLineSelect .jquerySelect,
.paramsLine .paramsLineSelect .jquerySelectMulti {
	width:200px;
}

.paramsLineSelect--double
{
	width:410px !important;
	height: auto !important;
}
.paramsLine .paramsLineSelect--double .jquerySelect,
.paramsLine .paramsLineSelect--double .jquerySelectMulti
{
	width:410px;
}
.koleckoRozetaVyber {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-right: 80px;
}
.koleckoRozetaVyber strong{
	margin-right: 20px;
	width: 65px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.retezVyber strong{
	margin-right: 20px;
	width: 65px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.retezVyber .jquerySelectMulti, .retezVyber .jquerySelect{
	width: 665px;
}
.koleckoRozetaVyber .jquerySelect, .koleckoRozetaVyber .jquerySelectMulti{
	width: 250px;
}
.paramsLineGenerator .paramsLineSelectGenerator {
	width:190px;
	float:left;
	margin-right:10px;
}
.paramsLineGenerator .paramsLineSelectGenerator .jquerySelect,
.paramsLineGenerator .paramsLineSelectGenerator .jquerySelectMulti {
	width:190px;
}
.colorRed {
	color:#cf0000;
}
.colorBlack {
	color:#000;
}
.colorSilver {
	color:#ccc;
}
.colorGrey {
	color:#9f9f9f;
}
.colorWhite {
	color:#fff;
}
.smallDelete {
	color:#fff;
	background:#FF5A00;
	padding:2px 3px;
	text-decoration:none;
	position:relative;
	top:-1px;
	font-size:8px;
	line-height:8px;
	text-transform:uppercase;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.vypisTable .jquerySelect,
.vypisTable .jquerySelectMulti {
	width:150px;
	margin-right: 20px;
}


/* levý a pravý sloupec kategorie */
#leftRow {
	width:220px;
	margin-right:10px;
	float:left;
}
#rightRow {
	width:710px;
	float:left;
}
#leftRow ul {
	margin-bottom:0px;
}
#leftRow ul li a {
	margin-bottom:1px;
	line-height:12px;
	padding:2px;
	display:inline-block;
	zoom:1;
	*display:inline;
}
#leftRow ul li a.active {
	background:#FF5A00;
	color:#fff;
	text-decoration:none;
}

/*Hledání*/
.produktSearch .text{
	width: 400px;
	margin-right: 30px;
}
.produktSearch label{
	width: 180px;
	font-weight: bold;
}
.produktSearch {
	margin-bottom: 20px;
}

.produktSearch{
	background: #e8f5f9;
	border: 1px solid #ccc;
	padding: 15px;
}
.orange
{
	color: #ff5a00 !important;
}
.black
{
	color: #000000 !important;
}
.blue
{
	color: #051cff !important;
}
select.orange
{
    border-color: #ff5a00;
}

.import_form {
	background: #e8f5f9;
	border: 1px solid #ccc;
	padding: 15px;
}
.import_form label{
	width: 240px;
}
.import_form input.file{
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 30px;
	background: #fff;
}

.export_kat, .export_date, .exportFiles{
	margin-bottom: 20px;
	background: #f0f0f0;
	padding: 15px;
	border: 1px solid #ccc;
}
.export_date div{
	margin-right: 30px;
	margin-bottom: 5px;
}
.export_date div input.text{
	width: 200px;
	padding: 5px 10px;
}
.exportCheck label{
	width: 70px;
}
.exportCheck label input{
	margin-right: 5px;
}
.exportTableVypis tr:nth-child(odd){
	background: #f6f6f6;
}
.exportFiles{
	padding-right: 25px;
	padding-left: 25px;
}
.exportFilesshop{
	float: left;
}
.exportFilesmoto{
	float: right;
}
.exportBlok
{
	float: left;
	width: 460px;
	box-sizing: border-box;
}
.exportBlok+.exportBlok
{
	margin-left: 20px;
}
.exportBlok--right .exportFiles
{
	max-height: 295px;
	overflow: auto;
}
.exportBlok h2
{
	font-size: 1.6em;
	margin-bottom: 5px;
}

.marginRight15{
	margin-right: 15px;
}
.marginRight20{
	margin-right: 20px;
}
.marginRight50{
	margin-right: 50px;
}
.checkUncheckBtn{
	float: right;
}
.checkUncheckBtn a{
	padding: 3px 10px;
	text-decoration: none;
	border: 1px solid;
	margin-left: 20px;
}
.productImage{
	width: 248px;
	height: 206px;
	position: relative;
	padding: 5px;
	border: 1px solid #dedede;
	border-radius: 2px;
}
.productImage .productImageLinks{
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(255, 255, 255, 0.7);
	padding: 10px 10px;
}
.productImage .productImageLinks a{
	padding: 5px;
}

.generatorRetezloop{
	/*background: #f7fbfc;*/
	background: #dcffca;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	position: relative;
}

.generatorRetezloop .odebratRetez{
	float: right;
	display: inline-block;
	zoom: 1;
	display: inline;
	background: #CA0005;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
}
.generatorRetezloop .odebratRetez span{
	background: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color:#CA0005;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 14px;
	height: 14px;
	float: right;
	text-align: center;
	margin-left: 10px;
}
.generatorRetezloop .retezName{
	display: inline-block !important;
	zoom: 1;
	display: inline;
	margin-right: 10px;
	width: 200px;
	font-size: 16px;
	
}
.generatorRetezloop .generatorRetezloopParams{

}
.generatorRetezloop .kategorieVybermoto{
	width: 410px;
	float: right;
}
.generatorRetezloop .kategorieVybershop{
	width: 410px;
	float: left;
}
.generatorRetezloop .kategorieVyber .jquerySelect,
.generatorRetezloop .kategorieVyber .jquerySelectMulti{
	width: 300px;
}
.generatorUlozitTop{
	z-index: 99999999;
	background: rgba(255,255,255, 0.9);
	padding: 10px;
	border: 1px solid #ccc;
	width: 1018px;
	margin-bottom:10px; 
}
.generatorUlozitTop input{
	margin: 0px;
}

.generatorRetezloopSkryt{
	/*height: 55px;*/
	height: 15px;
	overflow: hidden;
}
.generatorRetezloop .zobrazitDetailRetezu{
	position: absolute;
	top: 15px;
	left: 400px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 5px;
	background: #0f5c94;
	color: #fff;
	text-decoration: none;
	width: 140px;
	text-align: center;
}
.generatorRetezloop .zobrazitDetailRetezu span{
	background: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color:#0f5c94;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 14px;
	height: 14px;
	float: right;
}
.posFixed{
	position: fixed;
	top: 0px;
}
.generatorUlozitTop.posFixed{
	-webkit-box-shadow: 0px 9px 13px -2px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    0px 9px 13px -2px rgba(50, 50, 50, 0.49);
	box-shadow:         0px 9px 13px -2px rgba(50, 50, 50, 0.49);
}
.redirToDetail{
	width: 220px;
	font-size: 14px;
	font-weight:bold;
	padding: 8px;
	background: #FFD6BF;
	
}
.redirToDetail input{
	margin-right: 15px;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}

.parametryGeneratorRetezNadpis a{
	font-size: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 3px 10px;
	margin: 0px 5px 0 15px;
	background: #45ad10;
	text-decoration: none;
	color:#fff;
}
.parametryGeneratorRetezNadpis span.zavorka{
	font-size: 12px;
}

.majiSelect
{
    margin-right: 20px;
}

.red{
	color: #CA0005;
}

.btn,
.defaultButton{
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px 15px;
	background: #ff5a00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}
.btnNotifLaterSended {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 5px 15px;
	background: #fff;
	color: #ff5a00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
	margin-left: 460px;
}
.defaultButton span{
	color: #ff5a00;
	background: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

/* Uživatelský box vpravo nahoře */
.userBox
{
    float: right;
    width: 200px;
    font-size: 16px;
    line-height: 20px;
}
.userBox a
{
    color: #3498DB;
}
.userBox__logo
{
    float: right;
    margin-left: 10px;
}


/* ISM tabulky */
.ismTable
{
    width: 100%;
    border: 1px solid #DEDEDE;
    margin-bottom: 25px;
}
.ismTable th,
.ismTable td
{
    font-size: 14px;
    text-align: center;
    border: 1px solid #DEDEDE;
    vertical-align: middle;
    padding: 12px 10px;
    box-sizing: border-box;
}
.ismTable td a
{
    color: #3498DB;
}
.ismTable tbody tr:nth-child(2n)>td
{
    background-color: #F0F0F0;
}
.ismTable th
{
    background-color: #666666;
    color: #fff;
}
.ismTable tr.ismTableGreyLine th,
.ismTable tr.ismTableGreyLine td
{
    background-color: #878787;
    color: #fff;
    font-weight: bold;
}

.ismTable--line
{
    border-left: 0px;
    border-right: 0px;
}
.ismTable--line tbody td,
.ismTable--line tbody th
{
    border: 0px;
    padding: 10px 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid #DEDEDE;
    background: #fff !important;
}

/* ISM údaje */
.ismUdaje
{
    float: left;
    width: 500px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/*.ismUdaje+.ismUdaje
{
    float: right;
}*/
.ismUdaje+.ismUdaje
{
	margin-left: 20px;
}
.ismUdaje__heading
{
    font-weight: bold;
    background-color: #EBEBEB;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.ismUdaje__heading--orange
{
    background-color: #F55701;
    color: #fff;
}
.ismUdaje__table
{
    max-width: 100%;
    margin: 0 25px;
    box-sizing: border-box;
}
.ismUdaje__table th,
.ismUdaje__table td
{
    vertical-align: middle;
}
.ismUdaje__table th
{
    width: 100px;
    text-align: right;
}

.ismUdaje__table--summary td,
.ismUdaje__table--summary th
{
    font-size: 20px;
    padding: 10px 20px;
    text-align: right;
    font-weight: bold;
}
.ismUdaje__table--summary th
{
    font-size: 14px;
    width: 190px;
}

/* ISM search form */
.ismSearchForm__inner
{
    padding: 15px 20px;
    background-color: #EBEBEB;
    margin-bottom: 20px;
}
.ismSearchForm__innerFilter
{
	border: solid 1px #ccc;
	background: #f1f1f1;
	padding: 10px;
	position: relative;
}
.ismSearchForm__innerFilter__legend
{
	position: absolute;
	top: -8px;
	left: 10px;
	font-size: 12px;
	background: #eee;
	padding: 0 5px;
}
.ismSearchForm__group
{
    float: left;
}
.ismSearchForm__group+.ismSearchForm__group
{
    margin-left: 15px;
}
.ismSearchForm__label
{
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 15px;
    white-space: nowrap;
    width: auto;
}
.ismSearchForm__text
{
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
}
select.ismSearchForm__text
{
	height: 30px;
}
.ismSearchForm__selectSkladFilterShop
{
    width: 480px;
}
.ismSearchForm__btn
{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    line-height: 30px;
    background-color: #3498DB;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.ismSearchForm__btn--red
{
    background-color: #DB3535;
    margin-left: 5px;
}

.ismNaskladneniAddForm
{
    padding: 15px 20px;
    background-color: #EBEBEB;
}
.ismNaskladneniAddForm__label
{
    float: left;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 20px;
    text-align: right;
}
.ismNaskladneniAddForm__label--dodavatel
{
    width: 100%;
    text-align: center;
    margin: 0;
}
.ismNaskladneniAddForm__label--cena
{
    line-height: 40px;
}
.ismNaskladneniAddForm__group
{
    float: left;
    margin-right: 20px;
	position: relative;
}
.ismNaskladneniAddForm__text
{
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
}
.ismNaskladneniAddForm__textCisloVyrobku
{
	border: none;
	background: none;
	padding: 0 10px;
	height: auto;
	line-height: 100%;
	font-size: 12px;
	top: -13px;
	position: absolute;
	color: #000;
	font-weight: bold;
}
.ismNaskladneniAddForm__cena
{
    line-height: 40px;
}
.ismNaskladneniAddForm__select
{
    padding: 1px 5px;
    width: 100%;
    box-sizing: border-box;
}


/* ISM textarea a poznamka sklad - zbozi - list */
.ismPoznamkaTextarea
{
    padding: 5px;
    width: 174px;
    float: left;
    height: 40px;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.ismPoznamkaText
{
    display: none;
}
.ismPoznamkaBtn
{
    float: left;
    line-height: 40px;
    width: 40px;
    background-color: #3498DB;
}

/* Filtr podle dodavatelů */
.filtrDodavatele
{
	padding: 1px;
}
.filtrDodavateleBtn
{
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #EBEBEB;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
	margin-left: -1px;
	margin-top: -1px;
}
/*.filtrDodavateleBtn+.filtrDodavateleBtn
{
    margin-left: -1px;
}*/
.filtrDodavateleBtn:hover,
.filtrDodavateleBtn--active
{
    background-color: #FF5A00;
    color: #fff;
}


.colorBlue
{
    color: #3498DB;
}
.colorGreen
{
    color: #44c744;
}
input.btnBlue, .btnBlue,
input.btnRed, .btnRed,
input.btnOrange, .btnOrange,
input.btnGreen, .btnGreen
{
    padding: 10px 15px;
    margin-bottom: 15px;

}
.btnBlue
{
    background-color: #3498DB;
    color: #fff !important;
}
input.btnSm,
.btnSm
{
    padding: 5px 10px;
}
input.btnXs,
.btnXs
{
	padding: 2px 5px;
	font-size: 12px;
	text-decoration: none !important;
}

.btnRed
{
    background-color: #DB3535;
}
.btnOrange
{
    background-color: #F55701;
}
.btnGreen
{
    background-color: #0ed762;
}

.btnTisk
{
    padding: 10px 15px;
    background: none;
    color: #3498DB;
    text-decoration: underline;
    font-weight: normal;
}

.displayBlock{
	display: block;
}
.displayNone
{
	display: none;
}
/* paging */
/* strankovani */
.paging
{
	display: block;
	margin: 1em 0 1em 0;
}
.paging a
{
	display: block;
	float: left;
	margin: 0.25em 0.25em;
	background: #EEEEEE;
	text-decoration: none !important;
}
.paging a span
{
	display: block;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.paging a:hover span,
.paging a.active span
{
    color:#fff;
    background:#FF5A00;
}

/* ISM paging*/
.ismPaging
{
    width: 350px;
	text-align: center;
	margin: 0 auto;
}
.ismPaging a
{
    color: #3498DB;
	display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
.ismPaging a span
{
	display: block;
	padding: 12px 14px;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.ismPaging a+a span
{
	border-left: 0;
}
.ismPaging a:last-of-type span
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ismPaging a:first-of-type span
{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ismPaging a:hover span,
.ismPaging a.active span
{
    color:#fff;
    background-color: #3498DB;
}
.ismPaging--offCenter
{
    margin: 0px 25px;
    width: auto;
}

/* Info - poznámky */
.info
{
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    background-color: #6ECFF5;
}
.info--active
{
    background-color: #2D226A;
}
.info--red
{
    background-color: #DB3535;
}
.info--yellow
{
	background-color: #ffe875;
}
tr.info--yellow
{
	background-color: #fceaa7;
}
tr.info--yellow:nth-child(2n) td {
	background-color: #fff0c4 !important;
}

/* Select počet položek na stránku */
.imsPocetNaStranku
{
    float: left;
    width: 200px;
    padding: 7px 0;
    margin-bottom: 25px;
}
.imsPocetNaStranku label
{
    text-align: right;
    margin-right: 10px;
}

/* ISM objednavky */
.ismFiltrStavyObjednavky
{
	display: table;
	width: 100%;
	border-collapse: collapse;
    margin-bottom: 10px;
}
.ismFiltrStavyObjednavky a
{
	display: table-cell;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 15px 5px 15px 5px;
	text-align: center;
	font-size: 15px;
	vertical-align: middle;
	color: #000;
	text-decoration:none;
	position: relative;
}
.ismFiltrStavyObjednavky a:hover,
.ismFiltrStavyObjednavky a.active
{
	background-color: #ff5a00;
	color: #fff;
}
.label
{
	display: inline;
	padding: .3em .5em .2em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 1em;
	background-color: #777;
	box-sizing: border-box;
}
.ismFiltrStavyObjednavky .label
{
	position: absolute;
	top:0px;
	right: 0px;
}

.ismFiltrStavyObjednavky .label_price
{
	position: absolute;
	top: auto;
	bottom: -1px;
	right: 0px;
	font-size: 9px;
	font-weight: normal;
	background: #ccc;
	color: #000;
}
.ismFiltrStavyObjednavky .label_price small
{
	font-size: 7px;
}

.ismFiltrSelect
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* ISM - objednávka */
.ismObjednavkaItem
{
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 13px;
}
.ismObjednavkaItem__iframe
{
    width: 910px;
}
.ismObjednavkaItem__iframe--detail
{
    width: 100%;
}
.ismObjednavkaItem__content
{
    display: inline-block;
    width: 1005px;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #000;
    background-color: #FAFAFA;
    overflow: hidden;
}
.ismObjednavkaItem__content--opened
{
    border: 2px solid #E3251B;
    background-color: #FC8C86;
}
.ismObjednavkaItem__content--detail
{
    width: 100%;
}
.ismObjednavkaItem__checkbox
{
    float: right;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    width: 30px;
}
.ismObjednavkaItem__table
{
    width: 100%;
    margin-bottom: 0;
}
.ismObjednavkaItem__table > tbody > tr > td
{
    vertical-align: middle;
    padding: 7px;
    box-sizing: border-box;
}
.ismObjednavkaItem__headingSmall
{
    font-size: 11px;
    margin-bottom: 5px;
}
.ismObjednavkaItem__email
{
    display: block;
    margin-bottom: 5px;
    color: #000;
}
.ismObjednavkaItem__btnDetail
{
    float: right;
    display: inline-block;
    width: 155px;
    box-sizing: border-box;
    background-color: #3498DB;
    padding: 8px 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 14px;
}
.ismObjednavkaItem__btnDetail--arrow
{
    float: left;
    width: 715px;
    background-image: url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
}
.ismObjednavkaItem__btnDetail--opened
{
    width: 100%;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.ismObjednavkaItem__params
{
    font-size: 11px !important;
    padding: 3px 0px;
}
.ismObjednavkaItem--locked .ismObjednavkaDetailTable,
.ismObjednavkaItem--locked .noPointerEvents
{
    pointer-events: none;
}
.ismObjednavkaItem--locked
{
	opacity: 0.7;
}

.ismObjednavkaItem__poznamkaProduktu
{
	border: solid 1px #ccc;
	border-top: 0;
	padding: 5px;
	padding-top: 10px;
	font-size: 11px;
	margin-top: 12px;
	position: relative;
	width: 170px;
}
.ismObjednavkaItem__poznamkaProduktuLabel
{
	position: absolute;
	top: -10px;
	left: 2px;
	background: inherit;
	padding: 3px;
	display: inline-block;
}
.ismObjednavkaItem__poznamkaProduktuLabel::after
{
	content: '';
	display: block;
	width: 75px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	left: 100%;
}
.ismObjednavkaItem__poznamkaProduktuLabel::before
{
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	left: -3px;
}

.ismObjednavkaDetail
{
    display: none;
}
.ismObjednavkaDetail--opened
{
    display: block;
}
.ismObjednavkaDetail--bottom
{
    float: left;
    width: 715px;
}
.ismObjednavkaDetailTable
{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #fff;
}
.ismObjednavkaDetailTable > thead > tr > th
{
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #A3A3A3;
    font-size: 14px;
}
.ismObjednavkaDetailTable > thead > tr > th+th
{
    border-left: 1px solid #fff;
}
.ismObjednavkaDetailTable > thead > tr > th,
.ismObjednavkaDetailTable > tbody > tr > td
{
    vertical-align: middle;
    box-sizing: border-box;
    padding: 5px;
}
.ismObjednavkaDetailTable__border
{
    padding: 0 !important;
    border-bottom: 1px solid #DEDEDE;
}
tr.ismObjednavkaDetailTable__celkem > td
{
    background-color: #F0F0F0;
}

.ismObjednavkaDetailPoznamkaZakaznika
{
	margin-bottom: 5px;
}
.ismObjednavkaDetailPoznamkaISM strong
{
	margin-bottom: 5px;
	display: block;
}
.ismObjednavkaDetailPoznamkaISM textarea
{
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-top: 5px;
}


/* Ikona uživatele, který naposledy upravoval objednávku ve výpisu objednávek */
.ismObjednavkaUser
{
    float: right;
    cursor: pointer;
}
.ismObjednavkaUser__icon
{
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    padding: 1px 0;
    background: url("../images/user.png") center center no-repeat;
    vertical-align: top;
}

.ismObjednavkaUser .fonticon
{
	font-size: 17px;
}

/* D - dealer v detailu objednávky*/
.ismObjednavkaDealer
{
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 3px 0 3px 25px;
    color: #fff;
    background-color: #468847;
    border-radius: 35%;
}

/* Informační blok o odeslaných SMS ve výpisu a v detailu objednávek */
.ismObjednavkaSMS
{
    float: left;
    margin-left: 75px;
}
.ismObjednavkaSMS--vypis
{
    display: inline-block;
    margin: 0 auto;
}
.ismObjednavkaSMS__icon
{
    float: left;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 4px 10px 4px 0;
    background: url("../images/message.png") center center no-repeat;
}
.ismObjednavkaSMS__icon--small
{
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin: 0 5px 0 0;
}
.ismObjednavkaSMS__text
{
    float: left;
    text-align: center;
}
.ismObjednavkaSMS__info
{
    margin: 6px 0 6px 10px;
}
.ismObjednavkaSMS__info--small
{
    margin: -2px 0 0 5px;
    float: left;
    width: 7px;
    height: 7px;
    line-height: 7px;
    font-size: 11px;
}

/* Selecty pro rezervace v objednávkách */
.rezervaceSelect
{
    /* float: right; */
    width: 45px;
    margin-left: 10px;
    padding: 4px 1px;
}
.rezervaceSelect+.rezervaceSelect
{
    /* margin-right: 5px; */
}
.rezervaceContent
{
    padding: 0 !important;
}
.rezervaceSelectDodavatelTextOnly
{
	overflow: hidden;
	height: 12px;
	display: inline-block;
}
.rezervaceSelect option
{
    background-color: #0c0;
    color: #fff;
    padding: 2px 0px 2px 5px;
    font-weight: bold;
}
.rezervaceSelect option:disabled
{
    background-color: #c00;
    color: #fff;
}

/* Ikonka plus u rezervací v objednávkách */
.iconPlus
{
    display: inline-block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 5px 0 5px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* Tooltip s produkty v objednávkách */
.ismObjednavkaTooltipTable
{
    width: 100%;
    margin-bottom: 0;
}
.ismObjednavkaTooltipTable > tbody > tr > td
{
    vertical-align: middle;
    text-align: left;
}
.ismObjednavkaTooltipTable > tbody > tr+tr > td
{
    border-top: 1px solid #DEDEDE;
}

/* autocomplete */
.autocomplete-suggestions
{
    background: #fff;
    overflow: auto;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.41);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 16px;
	min-width: 125px;
}
.autocomplete-suggestions:before
{
	content: 'Nalezené výsledky';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #eaeaea;
	padding: 0px 10px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
}
.autocomplete-no-suggestion,
.autocomplete-suggestion
{
    padding: 7px 10px;
    color: #505050;
}
.autocomplete-suggestion
{
    cursor: pointer;
}
.autocomplete-suggestion+.autocomplete-suggestion
{
    border-top: 1px solid #ccc;
}
.autocomplete-selected
{
    background-color: #EBEBEB;
}
.autocomplete__suggestion
{
	display: table;
	width: 100%;
}
.autocomplete__name
{
	display: table-cell;
	font-size: 14px;
	color: #3498DB;
}
.autocomplete__stockSize
{
	display: table-cell;
	width: 100px;
	text-align: right;
	vertical-align: middle;
	color: #39bf49;
	font-size: 14px;
}
.autocomplete__productNo
{
    font-weight: bold;
    font-size: 12px;
    display: block;
    color: #333;
}
.autocomplete__productID
{
	font-size: 11px;
	color: #666666;
}
/* Bootstrap tooltip a modal */
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px)
{
    .modal-dialog
    {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content
    {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm
    {
        width: 300px;
    }
}
@media (min-width: 992px)
{
    .modal-lg
    {
        width: 900px;
    }
}
.modal-header .close
{
	margin-top: -2px
}
button.close
{
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
.close
{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:focus, .close:hover
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    font-size: 14px;
    opacity: 0;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    margin-top: -3px;
    padding: 10px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 10px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 10px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 10px;
}
.tooltip-inner {
    max-width: 300px;
    padding: 7px 12px;
    color: #606060;
    text-align: center;
    background-color: #F0F0F0;
    border: 1px solid #ccc;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ccc;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ccc;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #ccc;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #ccc;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #ccc;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #ccc;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #ccc;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #ccc;
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}

/*
 * stateList - výpis stavů s prokliky -->
 */
.stateList
{
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0px 0px 15px;
	padding: 0px;
}
.stateList li
{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CBC9CB;
}
.stateList li+li
{
	border-left: 0px;
}
.stateList li a
{
	font-weight: bold;
	display: block;
	padding: 10px 15px;
	background: #EEEEEE;
	color: #000;
	text-decoration: none;
	font-size: 13px;
}
.stateList li a:hover,
.stateList li a.active
{
	color: #fff;
	background: #3498DB;
}
/*
 * stateList - výpis stavů s prokliky --//
 */

/*
 * .objednavkaRezervaceProduktu -->
 */
.objednavkaRezervaceProduktuTd
{
	padding: 0 !important;
}
.objednavkaRezervaceProduktu
{
	padding: 5px;
	white-space: nowrap;
}
.objednavkaRezervaceProduktu+.objednavkaRezervaceProduktu
{
    /* margin-top: 10px; */
}
.change-success,
.objednavkaRezervaceProduktu--successChange {
	animation: colorchangeSuccess 1s; /* animation-name followed by duration in seconds*/
	-webkit-animation: colorchangeSuccess 1s; /* Chrome and Safari */
}
@keyframes colorchangeSuccess
{
	0%   {background: #7aff99;}
 	100% {background: white;}
}

@-webkit-keyframes colorchangeSuccess /* Safari and Chrome - necessary duplicate */
{
	0%   {background: #7aff99;}
 	100% {background: white;}
}
.change-error,
.objednavkaRezervaceProduktu--errorChange {
	animation: colorchangeError 1s; /* animation-name followed by duration in seconds*/
	-webkit-animation: colorchangeError 1s; /* Chrome and Safari */
}
@keyframes colorchangeError
{
	0%   {background: #ff7a7a;}
 	100% {background: white;}
}

@-webkit-keyframes colorchangeError /* Safari and Chrome - necessary duplicate */
{
	0%   {background: #ff7a7a;}
 	100% {background: white;}
}

.objednavkaRezervaceProduktuObjednanoDate
{
	font-size: 11px;
	padding-top: 5px;
	line-height: 24px;
}
/*
 * .objednavkaRezervaceProduktu --//
 */

/* Informační ikony*/
.icon 
{
    display: inline-block;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 5px 0 5px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.iconInfo
{
	background: #2f2367;
}
.iconInfoEmpty
{
	background: #5ccff2;
}

/* tlačítka */
.btn-default
{
	background-color: #3498DB;
}
.btn-danger
{
	background-color: #DB3535;
}
.btn-outline-danger
{
	background-color: #fff;
	border: solid 1px #DB3535;
	color: #DB3535 !important;
}
.btn-outline-danger:hover
{
	background-color: #DB3535;
	color: #fff !important;
}
.btn-lg
{
	font-size: 1.5em;
	padding: 7px 50px;
}
.btn-xs
{
	font-size: 1em;
	padding: 3px 10px;
	font-weight: normal;
}
.btn-block
{
	display: block;
	text-align: center;
	width: 100%;
}
.btn-icon-only
{
	font-size: 1.6em;
	padding: 3px 8px;
}
.btn-del-circle
{
	font-size: 14px;
	position: relative;
	top: -5px;
	left: 3px;
}

.btn-outline-secondary
{
	background-color: #fff;
	border: solid 1px #c4c4c4;
	color: #343434;
}

/* souvisejici objednavky */
.relatedOrders h2
{
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    background-color: #EBEBEB;
}
.relatedOrders ul
{
    padding: 0;
    margin-left: 30px;
    list-style: none;
}
.relatedOrders ul li
{
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.relatedOrders ul li a
{
    font-weight: bold;
    font-size: 22px;
    color: #3498DB;
}

/* slouceni objednavek */
.mergeOrders
{
    float: right;
}
.mergeOrders select,
.mergeOrders input
{
    float: left;
    margin-left: 5px;
}
.mergeOrdersSelect
{
    padding: 9px 15px;
    margin-bottom: 15px;
}


/* alert boxes */
.system-msg {
	position: relative;
	border-left: 3px solid !important;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
	border-top: 0px solid !important;
	border-right: 0px solid !important;
	border-bottom: 0px solid !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-weight: normal !important;
}
.system-msg.ui-state-default { background-color: #dbfac9; border-color: #6c7 !important; color: #308F41;}
.system-msg.ui-state-highlight { background-color: #fff8be; border-color: #dfd062 !important; color: #B8A625;}
.system-msg.ui-state-error { background-color: #fef1ec; border-color: #cd0a0a; color: #cd0a0a;}
.system-msg.ui-state-info { background-color: #e0faff; border-color: #0a88cd; color: #0a9acd;}
/* base classes --> */
.fleft, .floatLeft, .fLeft { float:left !important; }
.fright, .floatRight, .fRight { float:right !important; }
.alignLeft { text-align:left !important; }
.alignRight { text-align:right !important; }
.alignCenter { text-align:center !important; }
.verticalCenter { vertical-align:middle !important; }
.verticalTop { vertical-align:top !important; }
.noPadding { padding: 0 !important; }
.noMarginTop { margin-top:0px !important; }
.noMarginBottom { margin-bottom:0px !important; }
.noMarginLeft { margin-left:0px !important; }
.noMarginRight { margin-right:0px !important; }
.noWrap { white-space:nowrap !important; }
.marginTop{ margin-top:10px !important; }
.marginTop15{ margin-top:15px !important; }
.marginBottom { margin-bottom:10px !important; }
.marginBottomHalf { margin-bottom:5px !important; }
.marginBottomDouble { margin-bottom:20px !important; }
.marginRight10{margin-right: 10px !important;}
.marginLeft10{margin-left: 10px !important;}
.marginLeft20{margin-left: 20px !important;}
.width10 { width:10px !important; }
.width25 { width:25px !important; }
.width30 { width:30px !important; }
.width40{width: 40px !important;}
.width50 { width:50px !important; }
.width60 { width:60px !important; }
.width75 { width:75px !important; }
.width100 { width:100px !important; }
.width125 { width:125px !important; }
.width130 { width:130px; }
.width150 { width:150px !important; }
.width175 { width:175px !important; }
.width200 { width:200px !important; }
.width225 { width:225px !important; }
.width250 { width:250px !important; }
.width500 { width:500px !important; }

.width7-5per  { width: 7.5%; }
.width8per  { width: 8%; }
.width14per { width:14%; }
.width10per { width:10%; }
.width15per { width:15%; }
.width20per { width:20%; }
.width25per { width:25% !important; }
.width30per { width:30% !important; }
.width33per { width:33% !important; }
.width40per { width:40% !important; }
.width50per { width:50% !important; }
.width60per { width:60%; }
.width65per { width:65% !important; }
.width70per { width:70%; }
.width75per { width:75% !important; }
.width100per{ width:100% !important;}

.widthAuto { width:auto !important; }
.textLineHeight { line-height:1.6em; }
.baseLineHeight { line-height:100%; }
.lineHeight20 { line-height: 20px; }
.lineHeight25 { line-height: 25px; }
.lineHeight30 { line-height: 30px; }
.lineHeight40 { line-height: 40px; }
.fontSize11 { font-size: 11px !important; }
.fontSize12 { font-size: 12px !important; }
.fontSize14 { font-size: 14px !important; }
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.leftImage { float:left; margin-right:10px; margin-bottom:10px; }
.rightImage { float:right; margin-left:10px; margin-bottom:10px; }
.upperCase, .uCase { text-transform:uppercase; }
.lowerCase, .lCase { text-transform:lowercase; }
ul.disc, li.disc { list-style-type: disc; list-style: disc; }
ul.circle, li.circle { list-style-type: circle; list-style: circle; }
ul.square, li.square { list-style-type: square; list-style: square; }
div.util, div.clear { clear:both; font-size:0px; line-height:0px; height:0px; display:block; }
.cover { width: 1060px; margin: 0px auto; }
.body { min-width: 100%; position: relative; _width:100%; }
.box { padding:10px; }
.noBorder { border:0px !important; }
.wNormal { font-weight:normal; }
.wBold { font-weight:bold; }
.dBlock{display:block;}
.dInlineBlock{display: inline-block;vertical-align: top;}
.dNone, .displayNone{display:none;}
.positionRelative{position: relative}
.text-decoration-none {text-decoration:none;}
.bgGreen { background: #dcffca; }
.bgWhite { background: #ffffff !important; }
/* base classes --// */

body {
  border-color:black;
  background: #ddd;
}
.cover {
  background: #fff;
}

/* select2 cool and better --> */
body .select2-results li {
  margin:0px;
}
body .select2-search {
  *padding-top:2px\9;
}
body .select2-search input {
  *min-height:auto;
  min-height:auto\9;
  *background-position:right -22px;
}
body .select2-chosen {
  color:#777 !important;
}
/* select2 cool and better --// */

.itemCount
{
	border-radius: 2em;
	background-color: #f0f0f0;
	display: inline-block;
	padding: 10px 15px;0;
	margin: 5px 0;
	font-size: 15px;
	float: right;
}



/*část z jQuery UI kvuli message*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

.printOnly
{
    display: none;
}

/* Media print query */
@media print
{
    body
    {
        width: 100%;
    }
    a
    {
        text-decoration: none;
        color: #000;
    }
    #header,
    .defaultButton,
    .btn,
    .produktSearch,
    .ismSearchForm,
    .imsPocetNaStranku,
    .ismPaging,
    .layoutFooter,
    .ismPoznamkaBtn,
    .ismPoznamkaTextarea,
    .system-msg,
    .ismObjednavkaItem__btnDetail,
    .ismObjednavkaUser,
    .printHidden
    {
        display: none;
    }
    .ismObjednavkaDetail,
    .printOnly
    {
        display: block;
    }

    .cover
    {
        width: 100%;
    }
    .ismPoznamkaText
    {
        text-align: left;
        display: block;
    }
    .ismTable th,
    .ismTable td
    {
        background: #fff !important;
        color: #000 !important;
        padding: 5px 10px;
    }
    .ismObjednavkaItem__content
    {
        width: 100%;
    }

    /* TODO číslování stránek "strana 1 z 9" chceme? */
    /*@page {
        @bottom-right {
            content: counter(page) " z " counter(pages);
        }
    }*/
}

.marginTop-55
{
	margin-top: -55px;
}

.vertical-text {
	writing-mode: tb-rl;
	display: block;
	margin: 0 auto;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	transform: rotate(180deg);
	min-width: 12px;
}

.ismTable tbody tr.trISMHighlightWhite td
{
	background: #ffffff;
}
.ismTable tbody tr.trISMHighlightGrey td
{
	background: #F0F0F0;
}


.ismTable tbody tr.trISMHighlightDark td
{
	background: #cddeee;
}
.ismTable tbody tr.trISMHighlight td
{
	background: #dee9f3;
}

.trISMDivider td
{
	border-bottom-width: 5px;
}

.statistikyRetezHiddenDetail
{
	display: none;
}
.statistikyRetezHiddenDetail>td
{
	padding: 0;
}
.statistikyRetezHiddenDetail table
{
	width: 100%;
	margin: 0;
}
.statistikyRetezDetailLink
{
	cursor: pointer;
	position: relative;
}
.statistikyRetezDetailLink::after
{
	content: '';
	position: absolute;
	right: 5px;
	bottom: 10%;
	transform: translateY(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #737373; /* Barva šipky */
	width: 0;
	height: 0;
	transition: transform 0.3s ease; /* Animace při otočení */
}
.statistikyRetezDetailLink.active::after
{
	transform: translateY(-50%) rotate(180deg); /* Otočí šipku nahoru */
}




.sortingLinks
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
    font-size: 2em;
    line-height: 0.75em;
}
.sortingLinks a
{
    color: #fff;
    text-decoration: none;
}
.sortingLinks a:hover
{
    color: #ff5a00;
}
.ismTable th
{
	position: relative;
}
.sortingLinksSolo
{
    padding: 0px 0 0 9px;
    font-size: 28px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.sortingLinksSolo a
{
    text-decoration: none;
    color: #ff5a00;
    vertical-align: middle;
}
.sortingLinksSolo a:hover
{
    color: #000;
}
.ismFiltrSelect
{
    height: 26px;
}

.dont-break-out {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

.errorBG
{
	background: rgba(255,0,0,0.85);
	color: #fff;
}
.errorBG a
{
	color: #ddd;
}
.errorBGnesediPocet
{
	background: yellow;
}

.bg-lightYellow
{
	background: #fffbd3;
}


@font-face {
    font-family: 'fontello';
    src: url('./fontello/fontello.eot?202501');
    src: url('./fontello/fontello.eot?202501#iefix') format('embedded-opentype'),
    url('./fontello/fontello.woff2?202501') format('woff2'),
    url('./fontello/fontello.woff?202501') format('woff'),
    url('./fontello/fontello.ttf?202501') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fonticon:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    /*line-height: 1em;*/

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open-mini:before { content: '\e800'; } /* '' */
.icon-up-open-mini:before { content: '\e801'; } /* '' */
.icon-box:before { content: '\e802'; } /* '' */
.icon-fts:before { content: '\e803'; } /* '' */
.icon-down-dir:before { content: '\e804'; } /* '' */
.icon-up-dir:before { content: '\e805'; } /* '' */
.icon-chart-bar:before { content: '\e806'; } /* '' */
.icon-cancel-circled:before { content: '\e807'; } /* '' */
.icon-trash-empty:before { content: '\e808'; } /* '' */
.icon-sync:before { content: '\e809'; } /* '' */
.icon-plus-circled:before { content: '\e80a'; } /* '' */
.icon-doc-new:before { content: '\e80b'; } /* '' */
.icon-mail:before { content: '\e80f'; } /* '' */
.icon-help-circled:before { content: '\e810'; } /* '' */
.icon-user-1:before { content: '\e811'; } /* '' */
.icon-floppy:before { content: '\e812'; } /* '' */
.icon-phone:before { content: '\e813'; } /* '' */
.icon-info-circled:before { content: '\e814'; } /* '' */
.icon-attention:before { content: '\e815'; } /* '' */
.icon-attention-circled:before { content: '\e816'; } /* '' */
.icon-calendar:before { content: '\e817'; } /* '' */
.icon-lock:before { content: '\e82f'; } /* '' */
.icon-lock-open:before { content: '\e830'; } /* '' */
.icon-pencil-1:before { content: '\e855'; } /* '' */
.icon-credit-card:before { content: '\e906'; } /* '' */
.icon-comments:before { content: '\f0e6'; } /* '' */
.icon-lock-open-alt:before { content: '\f13e'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-user:before { content: '\f2c0'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */



.cenaDodavatelePoradi
{
	display: inline-block;
	padding: 1px 1px;
	border: solid 1px transparent;
	font-size: 13px;
	margin-bottom: 2px;
}
.cenaDodavatelePoradi--1
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.cenaDodavatelePoradi--2
{
	background-color: #f0ad4e;
	border-color: #eea236;
}
.cenaDodavatelePoradi--3
{
	background-color: #d9534f;
	border-color: #d43f3a;
}
.cenaDodavatelePoradi--3 {
	background-color: #c0f8ee;
}

.text-success
{
	color: #308F41 !important;
}
.text-danger
{
	color: #cd0a0a !important;
}

.ismObjednavka__info--small--nytovacka
{
	margin: -2px 0 0 -10px;
	float: right;
	width: 7px;
	height: 7px;
	line-height: 7px;
	font-size: 11px;
}

.show_statistikyPodleZakazniku__ideckaObjednavek
{
	text-decoration: none;
}
.statistikyPodleZakazniku__ideckaObjednavek
{
	display: none;
}

.ismTable__subHeader td,
.ismTable__subHeader th
{
	background: #ffd9c5 !important;
}

.ismDatumDoruceniEdit
{
	margin-top: 5px;
	font-size: 11px;
}
.ismDatumDoruceniLabel
{
	text-align: left;
	display: inline-block;
	width: 100px !important;
}
.ismDatumDoruceniInput
{
	width: 89px !important;
	display: inline-block;
}
.ismDatumDoruceniBtn
{
	float: right;
	line-height: 24px;
	width: 24px;
	background-color: #6ECFF5;
}
.saveAllListNakupZboziDatumDoruceniBtn
{
	background-color: #6ECFF5;
	margin-right: 15px;
}


.ismTable--withChildern td
{
	background-color: transparent !important;
}
.ismTable__trMother--dark
{
	background-color: #F0F0F0;
}

.ismTable__trMother--active
{
	background: #ff9128;
}
.ismTable--withChildern tbody .ismTable__trChild
{
	display: none;
}
.ismTable--withChildern tbody .ismTable__trChild
{
	background: #ffd190;
}
.ismTable--withChildern tbody .ismTable__trChild td
{
	border-color: #fff;
}

.frontaBox
{
	float: right;
	margin-top: -60px;
	background: #fffdde;
	padding: 7px 14px;
	border: solid 1px #e2cc0a;
}
.badge
{
	background: #e2cc0a;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 1rem;
}

tr.isInQueueDisabled
{
	background: #eee;
	color: #666;
	opacity: 0.5;
	border-bottom: 0!important;
}
tr.isInQueueDisabled td
{
	border-bottom: 0!important;
}
.bg-danger,
tr.bg-danger td
{
	background: #ffb3b3 !important;
}
.ismTable tbody tr.bg-danger:nth-child(2n) td {
	background-color: #ff8a8a;
}
.bg-success,
tr.bg-success td
{
	background: #ddffb3 !important;
}


.poznamkaProduktu
{
	border: solid 1px #ccc;
	border-top: 0;
	padding: 5px;
	padding-top: 10px;
	font-size: 11px;
	margin-top: 12px;
	position: relative;
}
.poznamkaProduktuLabel
{
	position: absolute;
	top: -7px;
	left: 0px;
	background: inherit;
	padding-left: 5px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.poznamkaProduktuLabel::after
{
	content: '';
	display: block;
	width: calc(100% - 107px);
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	right: -1px;
}
.poznamkaProduktuLabel::before
{
	content: '';
	display: block;
	width: 3px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	left: -1px;
}


ul.tab-links {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	text-align: left;
}

ul.tab-links li {
	display: inline-block;
	margin: 0px;
	border: 1px solid #ddd;
	border-bottom: 0px;
}

ul.tab-links li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	background-color: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -1px;
	border-bottom: 1px solid #ddd;
}
.tab-content
{
	margin-bottom: 15px;
}
.tab-content .tab {
	display: none;
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: -1px; /* Pull the tab up into the tab bar */
}

.tab-content .tab.active {
	display: block;
	background-color: #f9f9f9;
}

ul.tab-links li.active {
	border-color: #ddd;
	border-bottom-color: #f9f9f9; /* Same color as the active pane */
}

ul.tab-links li.active a {
	background-color: #f9f9f9; /* Same color as the active pane */
	border-bottom: 1px solid #fff;
}


.productParamsVyberDisabled
{
	pointer-events: none;
	position: relative;
}
.productParamsVyberDisabledOverflow
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(200,200,200,0.7);
	z-index: 10;
	text-align: center;
	padding-top: 30px;
	pointer-events: all;
}
.productParamsVyberDisabledOverflow h2
{
	font-size: 24px;
	font-weight: bold;
}

.selectNearbyInput
{
	border: 1px solid #ccc; /* Nastavuje šedý rámeček o tloušťce 1px */
	border-radius: 0; /* Zajišťuje ostré hrany tím, že odstraní zaoblení */
	-webkit-appearance: none; /* Odstraní výchozí vzhled pro Safari */
	-moz-appearance: none; /* Odstraní výchozí vzhled pro Firefox */
	appearance: none; /* Odstraní výchozí vzhled pro ostatní prohlížeče */
	height: 28px;
	margin-left: -1px;

	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 4 5"><path fill="grey" d="M2 0L0 2h4L2 0zm0 5L0 3h4l-2 2z"/></svg>'); /* Vložení šipky dolů jako SVG */
	background-repeat: no-repeat; /* Zabrání opakování obrázku */
	background-position: right 5px center; /* Pozicuje šipku vpravo od textu */
	padding-right: 20px; /* Zajišťuje, že text nezakrývá šipku */
}
.ismTable td a.btn-danger,
.ismTable td a.btn-default
{
	color: #fff;
}
.btn-xxs
{
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.naskladneniSpojkyKRetezu
{
	float: right;
	font-size: 11px;
	margin-left: 15px;
	line-height: 14px;
	margin-top: -7px;
	margin-right: -5px;
}

.badgeSkladAleON
{
	background: rgb(215, 12, 12);
	width: 2rem;
	display: inline-block;
	text-align: center;
	line-height: 2rem;
	border-radius: 2rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	margin: 3px 0 0 10px;
	border: solid 2px #8e0000;
}
.skladBadgeRowWarning
{
	background: #c5e6fd;
}

.naskladnitZeSouboru
{
	width: 490px;
	margin-top: -20px;
}
.naskladnitZeSouboru select
{
	height: 31px;
}
.naskladnitZeSouboru .btn
{
	height: 31px;
}
.skladLoopButtonsInName
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	text-align: left;
}
.idProduktuDivider
{
	border-top: solid 1px #eee;
	padding-top: 2px;
	margin-top: 2px;
}
.ismTable tbody tr:nth-child(2n) td .idProduktuDivider
{
	border-color: #ddd;
}

.pridatObjednavkuLink
{
	color: #308F41;
	font-size: 1.45rem;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	text-decoration: none;
	text-decoration: none;
	float: right;
}
.pridatObjednavkuLink:hover
{
	color: #267532;
}

.dopravaPlatbaDependenciError,
.dopravaPlatbaDependenciErrorList
{
	background: rgb(255, 214, 214);
	border: solid 2px #ff3939;
	position: relative;
}

.dopravaPlatbaDependenciError .fonticon,
.dopravaPlatbaDependenciErrorList .fonticon
{
	position: absolute;
	left: 9px;
	font-size: 27px;
	top: 9px;
	color: #ff3939;
}
.dopravaPlatbaDependenciErrorList .fonticon
{
	left: auto;
	right: 5px;
	top: 5px;
}
.generatorRs__barvaRetezu
{
	width: 200px;
	float: right;
	border-left: solid 1px #ccc;
	margin: -7px 0;
	padding: 2px 7px 2px 7px;
}
.generatorRs__barvaRetezu .marginBottom,
.generatorRs__barvaRetezu .marginBottomHalf
{
	margin-bottom: 0 !important;
}
.generatorRs__paramsSetter
{
	border: solid 1px #ccc;
	padding: 5px;
	line-height: 19px;
}
.generatorRs__retezySetter
{
	margin-left: 15px;
}
.ismInnerTable
{
	width: 100%;
	margin-top: -12px;
	margin-bottom: 20px;
}
.ismInnerTable th
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.tableSticky>thead
{
	position: sticky;
	top: 0;
	z-index: 10;
}

.itemCountMore
{
	display: inline-block;
	background: rgb(215, 12, 12);
	border-radius: 50%;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 1rem;
}