:root{
	--menu-bg: #4a4a4a;
	--menu-item-active: #9ED8FF;
	--btn-bg: #4a4a4a;
	--bg-white: #F8F8F8;
	--panel-bg: #F0F0F0;
	--panel-border: 1px solid #E8E8E8;
	--panel-border-dark: 1px solid #797979;
	--color-white: #F8F8F8;
	--color-white-light: #FFF;
	--color-white-dark: #F4F4F4;
	--color-white-dark-hover: #F0F0F0;
	--color-menu-item-border-dark: #646464;
	--color-dark: #4a4a4a;
	--color-dark-hover: #282828;
	--color-table-th: #4a4a4a;
	--color-green: #007500;
	--color-green-dark: #0e680e;
	--color-green-dark-contrast: #14FF23;
	--color-green-light: #43aa26;
	--color-green-light-hover: #2f7a1b;
	--color-black: #222;
	--color-orange: #f16522;
	--border-radius: 10px;
	--border-radius-small: 5px;
	--color-red: #ff3f39;
	--color-red-hover: #ff241c;
	--color-red-dark: #A20000;
	--color-red-dark-hover: #bd1414;
	--color-blue: #41A7EB;
	--color-blue-hover: #3486bd;
	--color-dark-blue: #0075C4;
	--color-dark-blue-hover: #005e9d;
	--color-blue-light: #BDDEF4;
	--color-blue-light-hover: #b3d3e8;
	--color-gray: #757575;
	--color-gray-hover: #4b4a4a;
	--color-brown: #9d610e;
	--color-warning: #FAC9D7;
	--color-succcess: #0e680e;

}


body{
background-color:var(--bg-white);
font-family: 'Mulish', sans-serif;
font-size:13px;
}

html,body{
	margin: auto;
	padding: 0px;
}


input:focus, select:focus, textarea:focus{
outline:none;
border:1px solid #999999;
}

input, select, textarea{
font-size:12px;
}

img{
border:none;
}

input {
padding:5px 7px;
border-radius:5px;
border:1px solid #C9C9C9;
accent-color: var(--color-dark-blue);
}

textarea{
padding:5px 7px;
border-radius:5px;
border:1px solid #CCCCCC;
}

select{
border:1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
padding:5px 7px;
}

.clear{
clear:both;
}

h1{
color:#000000;
font-weight:normal;
padding:0px;
margin:10px;
margin-left:25px;
font-size:18px;
border-left:10px solid #CCCCCC;
text-transform:uppercase;
margin-bottom:30px;
color:#666666;
padding-left:20px;
}


h2{
color:#333333;
font-weight:normal;
font-size:15px;
margin-top: 0px;
text-transform:uppercase;
padding-left:5px;
padding-bottom:10px;
color:#999999;

}

a{
color:#000066;
}

label{
cursor:pointer;
}

th{
height:30px;
font-size:13px;
}

.center{
text-align:center !important;
}

.href{
text-decoration:underline;
cursor:pointer;
}


.submit{

min-height:27px;
line-height:27px;
background-color:var(--btn-bg);
cursor:pointer;
padding-left:15px;
padding-right:15px;
color:#FFFFFF;
font-size:10px;
border-radius:5px;
margin-right:2px;
font-size:13px;
text-wrap: nowrap;
}

.submit:focus{
outline:none;
text-shadow:1px 1px 3px #ffffff;
}

a.submit, div.submit{
text-decoration:none;
height:27px;
float:left;
display:block;
}

a.submit:hover, div.submit:hover{
	background-color: var(--color-dark-hover);
}

.submit .icon{
	font-size: 17px;
	top: 4px;
	position: relative;
	display: inline-block;
}

.ui-widget-content a.submit{
	color: #fff;
}

.delete{
background-color:#CC0000;
background-image:none;
}

.inactive{
background-color:#999999 !important;
/*border:1px solid #666666 !important;*/
color:#CCCCCC;
cursor:default;
}

.strong{
font-weight:bold;
}

.underline{
text-decoration:underline;}

#body{
background-color:var(--bg-white);
min-height:600px;
width:auto;
margin:auto;
border-radius:5px;
margin-bottom:100px;
padding:7px;
min-width: 1270px;
max-width: 1750px;
}


table, table td {padding: 0; border-spacing: 0}

#table, .table{
width:100%;
}

#table, .table.dark{
	border-top: var(--panel-border);
	border-bottom: var(--panel-border);
	border-radius: var(--border-radius);
}

#table th:first-of-type,
.table th:first-of-type,
.table.dark td:first-of-type{
	border-top-left-radius: var(--border-radius);
	padding-left: 10px;
}

#table td:first-child,
.table td:first-child{
	padding-left: 10px;
	border-left: var(--panel-border);
}

#table td:last-child,
.table td:last-child{
	padding-right: 10px;
	border-right: var(--panel-border);
}

#table th:last-of-type,
.table th:last-of-type,
.table.dark td:last-of-type{
	border-top-right-radius: var(--border-radius);
	padding-right: 10px;
}

#table tr.no-border-radius th,
.table tr.no-border-radius th,
.table.dark tr.no-border-radius th,
#table tr.no-border-radius td,
.table tr.no-border-radius td,
.table.dark tr.no-border-radius td,
table.no-border-radius tr th,
table.no-border-radius tr td{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

#table.no-first-border-radius tr:first-child th,
.table.no-first-border-radius tr:first-child th,
#table.no-first-border-radius tr:first-child td,
.table.no-first-border-radius tr:first-child td,
#table.no-first-border-radius,
.table.no-first-border-radius{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

#table th, .table th{
background-color:var(--color-table-th);
color:#FFFFFF;
text-align:left;
height:20px;
padding:5px;
}

.table.dark, .table.dark td{
	background-color: var(--color-table-th);
	color: var(--color-white);
	border: none;
}
.table.dark tr:hover td{
	background-color: var(--color-table-th);
}


#table td, .table td{
margin:0px;
padding:5px;
border-top:1px solid #CCCCCC;
/*border-bottom:1px solid #CCCCCC;*/
}

#table .even td, .table .even td{
background-color:#F2F2F2;
}

#table .odd td, .table .odd td{
background-color:#E9E9E9;
}

#table tr:hover td,
.table tr:hover td{
	background-color:#ffffff;	
}

#table .hover td, .hover, .table .hover td{
background-color:#ffffff;
}

#table td, .table td{
	background-color: #FFF;
}

#table tr:last-of-type td:first-of-type,
.table tr:last-of-type td:first-of-type,
.table tr.last td:first-of-type{
	border-bottom-left-radius: var(--border-radius);
}


#table tr:last-of-type td:last-of-type,
.table tr:last-of-type td:last-of-type,
.table tr.last td:last-of-type{
	border-bottom-right-radius: var(--border-radius);
}

.table tr:last-of-type td,
.table tr.last td{
	border-bottom:1px solid #CCCCCC;
}

.table.no-border td,
.table tr.no-border td,
table.no-border td{
	border: none !important;
}

.table.no-rounded td{
	border-radius: 0px !important;
}

table.no-hover tr:hover td{
	background-color: transparent !important;
}

#table .even td.eet_canceled, .table .even td.eet_canceled{
background-color:#cccccc;
}

#table .odd td.eet_canceled, .table .odd td.eet_canceled{
	background-color:#cccccc;
}

#table .hover td.eet_canceled, .hover, .table .hover td.eet_canceled{
	background-color:#f2f2f2;
}

.table.table-no-header tr:first-child td{
	border-top: transparent !important;
}
.table.table-no-header tr:last-child td{
	border-bottom: transparent !important;
}

#table tr:first-child td{
	border-top: none;
}
#table tr:first-child td:first-child{
	border-top-left-radius: var(--border-radius);
}
#table tr:first-child td:last-child{
	border-top-right-radius: var(--border-radius);
}

.table tr.border-top td,
#table tr.border-top td{
	border-top: var(--panel-border);
}

#table .submit{
display:inline;
float:none;
padding:7px 15px;
/*padding:5px 7px;*/
}

#table th .submit{
	padding:6px 15px;
	font-weight: normal;	
}

.first{
text-align:right;
padding-right:10px;
color:#000000;
/*font-weight:bold;*/
padding:10px;
font-size:13px;
font-weight:bold;
}

#header{

width:100%;
height:auto;
position: relative;
}


#footer{
	text-align: center;
}
#footer .change{
	padding: 5px 0px;
	display: inline-block;
}

#footer{
	width: calc(100% - 200px);
	border-top: var(--panel-border);
	margin: 10px auto;
	padding: 10px 0px;
}
#footer .webczech-icon{
	background: url("/admin/images/logo_webczech_kulate.png") no-repeat;
	width: 17px;
	height: 17px;
	background-size: 15px;
	display: inline-block;
	position: relative;
	top: 4px;
}


/* selektor :has nema podporu ve FF !!!! */



/*je aktivni nejake submenu*/

/*#header:has(#main_menu):has(.submenu_item.active){
height:120px;
}*/

/* je aktivni menu Nastaveni, ktere je na dva radky*/

/*#header:has(#submenu_12 :has(.active)){
height:150px;
}*/

#header.submenu_active{
height:auto;
}

#header.submenu_6{
height:150px;
}


#header a{
color:#ffffff;
text-decoration:none;
}

#header #logo{
padding:15px;
padding-bottom:0px;
padding-top:0px;
width:35px;
font-style:italic;
font-size:20px;
position: absolute;
}

#header.submenu_active #main_menu, #header .submenu:visible #main_menu{
	border-bottom: transparent;
}

#header .partner{
float:left;
color:white;
font-size:15px;
line-height:30px;
margin-top:2px;
}

#header .partner .text{
float:left;
margin-top:8px;
font-style:italic;
}

#header .partner img{
height:30px;
float:left;

margin-left:5px;

}

#header #logo img{
border:0px;
}

#header #logged_user{
color:#6995C5;
height:43px;
padding:10px;
padding-top:0px;
cursor:pointer;
background-image:url("../images/user_arrow.png");
background-repeat:no-repeat;
background-position:90% 50%;
padding-right:10px;
position: absolute;
top: 0px;
right: 0px;
}


#header #logged_user .icon{
float:left;
}

#header #logged_user .text{
display: inline-block;
margin-top:5px;
margin-left:5px;
}

#header #logged_user .name{
color:#929292;
display: none;
}

#header #logged_user .login{
color:black;
font-weight:bold;
font-size:15px;
display: none;
border: solid var(--menu-bg) 1px;
border-radius: 25px;
padding: 6px;
margin-right: 20px;
width: 20px;
text-align: center;

}

@media screen and (min-width: 1380px) {
	#header #logged_user .login{
		display: inline-block;
	}
	#body{
		padding: 15px;
	}
}

#login_form {
	
	border: var(--panel-border-dark);
	margin:auto;
	margin-top:150px;
	padding:30px 50px 20px 50px;
	background-color:#ffffff;
	border-radius:5px;
	
}

#login_form input{
margin:5px;
}

#login_form .safe_login{
color: var(--color-dark);
font-size:12px;
}

 
#main_menu{

color:#ffffff;
min-height:30px;
line-height:40px;
margin-left:65px;
width:auto;
position: relative;
display: inline-block;
width: calc(100% - 60px);
}

#main_menu .menu_item{
color:#000000;
margin-left:0px;
margin-right:0px;
padding:0px 20px 0px 30px;
text-decoration:none;
cursor:pointer;
height:42px;
font-weight:bold;
display:block;
float:left;
font-size:14px;
background-position: 10px -25px;
background-repeat: no-repeat;
border-bottom: solid var(--menu-bg) 1px;
}

#main_menu .submenu .setting{
margin-top:10px !important;
}

#main_menu #menu_1{
background-image:url('../images/ikona_kategorie.png');
padding-left:36px;
}

#main_menu #menu_2{
background-image:url('../images/ikona_objednavky.png');
padding-left:35px;
}

#main_menu #menu_3{
background-image:url('../images/ikona_uzivatele.png');
padding-left:40px;
}

#main_menu #menu_4{
background-image:url('../images/ikona_marketing.png');
padding-left:32px;
}

#main_menu #menu_5{
background-image:url('../images/ikona_staticke.png');
padding-left:35px;
}

#main_menu #menu_6{
background-image:url('../images/ikona_nastaveni.png');
padding-left:35px;
}

#main_menu #menu_7{
background-image:url('../images/ikona_moduly.png');
padding-left:36px;
}

#main_menu .help{
background-image:url('../images/ikona_napoveda.png');
padding-left:35px;
}

#main_menu .active, #main_menu .menu_item:hover{
background-position: 5px bottom;	
background-color:var(--menu-bg);
color:#ffffff;
border-top-left-radius:10px;
border-top-right-radius:10px;
background-position:10px 5px;
}

#main_menu .menu_item:hover{
height:42px;
}

#main_menu .submenu{
clear:both;
display:none;
background-color:var(--menu-bg);
height: auto;
line-height:36px;
position:relative;
margin-left:-50px;
border-radius:10px;
padding:15px;

margin-bottom:0px;
width: 100%;
top: -1px;
}

#main_menu .submenu a{
color:#ffffff;
text-decoration:none;
padding:10px 10px 0px 10px;
font-weight:bold;
padding-bottom:10px;
font-size:13px;
}

#main_menu .submenu .active {
color: var(--menu-item-active);
text-decoration: none;
background-color:#ffffff;
border-radius:5px;
color:black;
}




.languages{
display:inline-block;
height:42px;
line-height:42px;
margin-top:0px;
position: absolute;
top: 0px;
right: 65px;
}

@media screen and (min-width: 1380px) {
	.languages{
		right: 120px;
	}
}

#header .languages a{
float:none;
display:inline;
color:#999999;
text-decoration:none;
font-size:13px;
padding:1px;
margin-left:2px;
}


#header .languages a.active{
color:#CC0000;
font-weight:bold;
}


#user_menu{
background-color:#ffffff;
width:auto;
position:absolute;
border:1px solid #CCCCCC;
border-top:none;
display:none;
right: 0px;
text-align: center;
margin-top: 25px;
min-width: 120px;
}
@media screen and (min-width: 1380px) {
	#user_menu{
		margin-top: 0px;
	}
}

#user_menu a{
display:block;
margin-bottom:10px;
color:#333333;
padding:10px;
padding-top:2px;
padding-bottom:2px;
}

#user_menu a:hover{
background-color:#F5F5F5;
}


.limit_exceeded_info{
	background-color:#990000;
	color:white;
	padding:5px;
}

.limit_exceeded_info a{
clear:both;
color:#FF9900;
}

#main_body{
margin-top:20px;
font-family: 'Arimo', sans-serif;
font-size: 13px;
}

#main_body .content{

padding-bottom:15px;
}

.left_box{
width:300px;
float:left;

}

.right_box{
width:240px;
float:right;
margin-right:25px;
background: var(--menu-bg);
border-radius: var(--border-radius);
border: var(--panel-border-dark);
font-family: 'Mulish', sans-serif;
}

.right_box .header{
/*background: url('../images/box_header.png') no-repeat top left #ebebeb; /* Old browsers */
/*
margin-top:53px;
border-top:1px solid #d7d7d7;
border-bottom:1px solid #bdbdbd;
border-left:1px solid #cacaca;
font-weight:bold;
height:49px;
line-height:49px;
text-transform:uppercase;
text-indent:25px;
color:#333333;
text-shadow:0px 0px 1px #cccccc;
*/

font-weight:bold;
height:49px;
line-height:49px;
padding-left: 15px;
border-bottom: var(--panel-border);
font-size: 13px;
text-transform:uppercase;
color: var(--color-white);
}

.right_box.title_help{
	background: transparent;
	border-radius: 0px;
	border: 0px;
	margin-top: 0px;
}

/* hromadna uprava katalogu zbozi */
.right_box .item.edit_catalogue > img{
	margin-left: 25px;
}
.right_box .item.edit_catalogue.bg > img{
	border-radius: var(--border-radius);
	background-color: var(--color-white);
	padding: 7px;
	max-height: 15px;
}

.right_box .proforma_invoice_icons > .icon{
	background-color: var(--color-gray);
}

.right_box .invoice_icons > .icon{
	background-color: var(--color-blue);
}
.right_box .credit_note_icons > .icon{
	background-color: var(--color-green-light);
}
.right_box .cash_register_icons > .icon{
	background-color: var(--color-brown);
}

.left_box .item{
width:267px;
height:120px;	
color:#333333;
line-height:35px;
display:block;
text-decoration:none;
font-weight:bold;
border-radius:10px;
font-size:10px;
margin-bottom:10px;
background-color:var(--panel-bg);
border: var(--panel-border);
}

.left_box .item:hover{
background-color:#EBEBEB;
}

.left_box .item .count{
display:block;
width:auto;
text-align:center;
font-size:30px;
font-weight:bold;
color:#000;
padding-top:20px;
margin-bottom:10px;
}

.left_box .item .text{
display:block;
text-align:center;
}

.right_box .item{
	/*
width:205px;
height:35px;	
background-image:url("../images/box_bg.png");
color:#333333;
padding-left:25px;
line-height:35px;
display:block;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
border:1px solid #BDBDBD;
border-top:1px solid #E1E1E1;
font-size:10px;
*/
display:block;
width:215px;
height:auto;
line-height:23px;
text-decoration:none;
color: var(--color-white);
padding: 7px 5px 8px 20px;
border-bottom: 1px solid var(--color-menu-item-border-dark);
}

.right_box .item:last-of-type{
	border-bottom: none;
}



.right_box .item{
	position: relative;
}
.right_box .item .logo{
	padding: 0px 5px;
	background: var(--color-white-light);
	border: var(--panel-border-dark);
	border-radius: var(--border-radius);
	display: inline-block;
	right: 5px;
	position: absolute;
	width: 36px;
	top: 4px;
}

.right_box .item .logo .img{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 25px;
	top: 4px;
	border-radius: var(--border-radius-small);
}

.right_box .item.economic .logo .img{
	background: url("../images/icon_economic.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.ppl .logo .img,
.right_box .item.pplapi2 .logo .img{
	background: url("../images/icon_ppl.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.zasilkovna .logo .img{
	background: url("../images/icon_zasilkovna.png") no-repeat center;
	background-size: 25px auto;
}

.right_box .item.dpd .logo .img,
.right_box .item.dpd_ps .logo .img,
.right_box .item.dpdapi .logo .img{
	background: url("../images/icon_dpd.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.cp .logo .img{
	background: url("../images/icon_cp.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.slovakpost .logo .img{
	background: url("../images/icon_sp.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.gls .logo .img,
.right_box .item.glsapi .logo .img{
	background: url("../images/icon_gls.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.toptrans .logo .img{
	background: url("../images/icon_toptrans.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.balikobot .logo .img{
	background: url("../images/icon_balikobot.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.geis .logo .img{
	background: url("../images/icon_geis.png") no-repeat center;
	background-size: 36px auto;
}
.right_box .item.wedo .logo .img{
	background: url("../images/icon_wedo.png") no-repeat center;
	background-size: 36px auto;
}

.right_box .item.fio_load_payments .logo .img{
	background: url("../images/icon_fio.png") no-repeat center;
	background-size: 36px auto;
}

/*
.item.ppl, .item.pplapi2{
background-image:url("../images/icon_ppl.png");
background-position: 175px center;
background-repeat: no-repeat;
}

.item.ulozenka{
/*
background-image:url("../images/ulozenka.png");
background-position: 185px center;
background-repeat: no-repeat;
*/
/*
}

.item.economic{
background-image:url("../images/icon_economic.png");
background-position: 185px center;
background-repeat: no-repeat;
}

.item.cp{
background-image:url("../images/icon_cp.png");
background-position: 191px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.item.zasilkovna{
background-image:url("../images/icon_zasilkovna.png");
background-position: 205px center;
background-size: 30px 30px;
background-repeat: no-repeat;
}

.item.dpd{
background-image:url("../images/icon_dpd.png");
background-position: 165px center;
background-repeat: no-repeat;
}

.item.dpd_ps{
background-image:url("../images/icon_dpd.png");
background-position: 165px center;
background-repeat: no-repeat;
}
.item.dpdapi{
background-image:url("../images/icon_dpd.png");
background-position: 165px center;
background-repeat: no-repeat;
}
.item.gls, .item.glsapi{
background-image:url("../images/icon_gls.png");
background-position: 170px center;
background-repeat: no-repeat;
background-size: auto 25px;
}
.item.balikobot{
background-image:url("../images/icon_balikobot.png");
background-position: 140px center;
background-repeat: no-repeat;
background-size: auto 20px;
}
.item.geis{
background-image:url("../images/icon_geis.png");
background-position: 199px center;
background-repeat: no-repeat;
background-size: auto 35px;
}

.item.toptrans{
background-image:url("../images/icon_toptrans.png");
background-position: 120px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.item.slovakpost{
background-image:url("../images/icon_sp.png");
background-position: 202px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.item.wedo{
background-image:url("../images/icon_wedo.png");
background-position: 160px center;
background-size: auto 23px;
background-repeat: no-repeat;
}

.item.fio_load_payments{
background-image:url("../images/icon_fio.png");
background-position: 195px center;
background-size: auto 35px;
background-repeat: no-repeat;
}
*/
.right_box .item.border-bottom{
border-bottom:4px solid var(--color-menu-item-border-dark);
}

.right_box .item.delete{
	background-color: var(--color-red-dark);
}

.right_box .item.delete:hover{
	background-color: var(--color-red-dark-hover);
}

.right_box .item:hover{
	background:none;
	border-left: solid #41A7EB 3px;
	color: var(--color-white);
	background-color: var(--color-gray);
	/*font-weight: bold;*/
	
	width: 215px;
	padding-left: 17px;
}

.right_box .item:hover:last-of-type, .right_box .item.border-bottom:last-of-type{
	border-bottom-left-radius: var(--border-radius);
	border-bottom-right-radius: var(--border-radius);
}

/*
.right_box .item.ppl:hover, .right_box .item.pplapi2:hover{
background-image:url("../images/icon_ppl.png");
background-position: 172px center;
background-repeat: no-repeat;
}
*/
.right_box .item.ulozenka:hover{
	/*
background-image:url("../images/ulozenka.png");
background-position:left bottom;
*/
}

/*
.right_box .item.economic:hover{
	background-image:url("../images/icon_economic.png");
	background-position: 182px center;
	background-repeat: no-repeat;
}

.right_box .item.cp:hover{
background-image:url("../images/icon_cp.png");
background-position: 188px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.right_box .item.zasilkovna:hover{
background-image:url("../images/icon_zasilkovna.png");
background-position: 202px center;
background-size: 30px 30px;
background-repeat: no-repeat;
}

.right_box .item.dpd:hover{
background-image:url("../images/icon_dpd.png");
background-position: 162px center;
background-repeat: no-repeat;
}

.right_box .item.dpd_ps:hover{
background-image:url("../images/icon_dpd.png");
background-position: 162px center;
background-repeat: no-repeat;
}
.right_box .item.dpdapi:hover{
	background-image:url("../images/icon_dpd.png");
	background-position: 162px center;
	background-repeat: no-repeat;
}
.right_box .item.gls:hover, .right_box .item.glsapi:hover{
background-image:url("../images/icon_gls.png");
background-position: 167px center;
background-repeat: no-repeat;
background-size: auto 25px;
}

.right_box .item.balikobot:hover{
background-image:url("../images/icon_balikobot.png");
background-position: 137px center;
background-repeat: no-repeat;
background-size: auto 20px;
}

.right_box .item.geis:hover{
background-image:url("../images/icon_geis.png");
background-position: 196px center;
background-repeat: no-repeat;
background-size: auto 35px;
}
.right_box .item.toptrans:hover{
background-image:url("../images/icon_toptrans.png");
background-position: 117px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.right_box .item.slovakpost:hover{
background-image:url("../images/icon_sp.png");
background-position: 199px center;
background-repeat: no-repeat;
background-size: auto 30px;
}

.right_box .item.wedo:hover{
background-image:url("../images/icon_wedo.png");
background-position: 157px center;
background-size: auto 23px;
background-repeat: no-repeat;
}

.item.fio_load_payments:hover{
background-image:url("../images/icon_fio.png");
background-position: 192px center;
background-size: auto 35px;
background-repeat: no-repeat;
}
*/

.middle_box{
float:left;
width:calc(100% - 300px - 300px);
min-width: 510px;
}

.middle_wide{
float:left;
width:calc(100% - 350px);
margin-left:20px;
background-color:#ffffff;
padding:10px;
padding-top:20px;
border-radius:10px;
box-shadow:0px 0px 2px #CCCCCC;
padding:20px 20px 30px 20px;

}

.middle_wide.full{
	width:calc(100% - 80px);
}

.middle_wide.variants , .middle_wide.evidencies{
width:calc(100% - 310px);
}

.middle_wide.setting{
width:calc(100% - 80px);
}



#form{
margin-bottom:20px;
}

.panel-item-detail{
	background: var(--color-white-dark);
	border: var(--panel-border);
	border-radius: var(--border-radius);
	padding: 15px;	
}

.hint{
color:#999999;
padding-left:10px;
}

.sortable{
width:20px;
height:20px;
}

.sortable div{
width:20px;
height:20px;
background:url('../images/arrows.png') top left no-repeat !important;
}

#table .hover .sortable div{
background:url('../images/arrows.png') bottom left no-repeat !important;
}

#table.full_width{
width:1150px;
}

.categories_menu{
width:270px;
float:left;
}
.categories_menu .panel {
	width: 100%;
	text-align: center;
}
.categories_menu .panel .submit{
	display: inline-block;
	float: none;
	padding: 0px;
	width: 100%;
}
.categories_menu .panel .submit span.add_cat{
	font-size: 17px;
	display: inline-block;
	top: 4px;
	position: relative;
}
.categories_menu ul{
padding:10px;
margin-top:0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background-color: var(--panel-bg);
border: var(--panel-border);
border-radius: var(--border-radius);
}

.categories_menu ul ul{
border: none;
padding-right:0px;
padding-left:20px;
margin:0px;
padding-top:0px;
padding-bottom:0px;
background-color:none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.categories_menu li{
list-style:none;
min-height:26px;
display:block;
line-height:26px;
clear:both;
}

.categories_menu li a{
text-decoration:none;
color: var(--color-dark);
}

.categories_menu li a:focus{
border:0px;
}

.categories_menu li.active > a .text span{
color: var(--color-orange);
padding-right: 2px;
text-decoration: underline;
}

.categories_menu li.opened > a .text span{
	color: var(--color-orange);
	font-weight: bold;
}

.categories_menu li.active > a .text span{
	font-weight: bold;
}

.categories_menu li.active li a .text span{
border-bottom:0px;
color:var(--color-dark-hover);
}

.categories_menu li a:hover{
color:var(--color-dark-hover);
font-weight: bold;
}

.categories_menu li a.submit{
	float: none;
	display: inline-block;
}
.categories_menu li a.submit:hover{
	color: var(--color-white);
}


.categories_menu li.hidden > a .text span, .categories_menu li.active li.hidden > a .text span{
color:#999999;
}

.categories_menu li.active.hidden > a .text span{
	color: var(--color-orange);
}

.categories_menu li.hidden li.active > a .text span{
	color: var(--color-orange);
}

.plusminus{
width:14px;
height:16px;
display:block;
float:left;
margin-top:1px;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
margin-right:0px;
/*background-image:url('../images/plus_minus.png');*/
background-image:url('../images/expand_circle_down.svg');
background-repeat:no-repeat;
background-size: contain;
position: relative;
top: 3px;
}

.plusminus.plus{
/*background-position:top left;*/
}

.plusminus.minus{
/*background-position:bottom left;*/
background-image:url('../images/expand_circle_up_filled.svg');
/*transform: rotate(180deg);*/
}

.blank{
width:13px;
height:13px;
display:block;
float:left;
margin-top:6px;
margin-right:5px;
}

.categories_menu ul.opened .blank {
	background-image: url('../images/opened_cat_line.svg');
	background-repeat: no-repeat;
	background-position-y: 7px;
	background-position-x: center;
}

.categories_menu ul.opened .subcat {
	background-image: url('../images/opened_cat.svg');
	background-repeat: no-repeat;
	width: 8px;
	height: 10px;
	float: left;
	margin-left: -12px;
	margin-top: 6px;
}
/*
.categories_menu .add_subcat{
display:block;
float:left;
width:11px;
height:11px;
background:url('../images/plus.png') no-repeat top left;
margin-left:3px;
margin-top:5px;
}
*/
.categories_menu .add_subcat,
.categories_menu .edit,
.categories_menu .delete
 {
	line-height: 20px;
	font-size: 18px;
	margin-left: 2px;
	float: left;
	line-height: 26px;
}

.categories_menu .add_subcat{
	color: var(--color-green);
}
.categories_menu .add_subcat:hover{
	color: var(--color-green-dark);
}
.categories_menu .edit{
/*
display:block;
float:left;
width:11px;
height:11px;
background:url('../images/edit.png') no-repeat top left;
margin-left:3px;
margin-top:5px;
border:0px;
*/
color: var(--color-dark-blue);
background-color: transparent;
}
.categories_menu .edit{
	color: var(--color-dark-blue-hover);
}

.categories_menu .delete{
/*
display:block;
float:left;
width:11px;
height:11px;
background:url('../images/delete.png') no-repeat top left;
margin-left:3px;
margin-right:6px;
margin-top:5px;
border:0px;
*/
color: var(--color-red);
background-color: transparent;
margin-left: 0px;
margin-right: 2px;
}
.categories_menu .delete{
	color: var(--color-red-hover);
}


.categories_menu .edit,
.categories_menu .delete{
	display: none;
}
.categories_menu .text{
position: relative;
padding-left:6px;
display: table;
}

.categories_menu.light .text{
padding-left:0px;
}

.breadcrumb{
	background: var(--panel-bg);
	border: var(--panel-border);
	border-radius: var(--border-radius);
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.breadcrumb .icon{
	font-size: 18px;
	position: relative;
	top: 4px;
}

.breadcrumb a{
	background-color: var(--btn-bg);
	padding: 3px 5px;
	border-radius: var(--border-radius-small);
	text-decoration: none;
	color: var(--color-white);
	margin: auto 5px;
	white-space: nowrap;
  	line-height: 25px;
}
.breadcrumb a:hover{
	background-color: var(--color-dark-hover);
}

.product_list{
width:calc(100% - 310px);
float:left;
margin-left:25px;
}

.product_list .cat_tag{
	padding: 5px 10px;
	display: inline-block;
	border-radius: var(--border-radius-small);
	margin-bottom: 12px;
}
.product_list .cat_tag.cat_hidden{
	background-color: var(--color-gray);
	color: var(--color-white);
}
.product_list .cat_tag.cat_param{
	background-color: var(--color-brown);
	color: var(--color-white);
}

.product {
margin: 10px 0px;
background-color:#FFFFFF;
border: var(--panel-border);
border-radius: var(--border-radius);
padding: 10px;
}

.product.last-viewed-product, .product.last-viewed-item{
background-color: #ecf4fd;
border-color: #24568E;
position:relative;
}

.product.last-viewed-product h2,
.product.last-viewed-item h2{
	background-color: #dcebfd;
}
.product.last-viewed-product h2:hover,
.product.last-viewed-item h2:hover{
	background-color: #d2e6fd;
}

tr.order td{
	cursor: pointer;
}

tr.order:hover td{
	background-color:#EBEBEB;
}

tr.order.last-viewed-item > td{
	background-color: #ecf4fd;
	border-color: #24568E;
}
tr.order.last-viewed-item:hover > td{
	background-color: #d2e6fd;
}

.product.last-viewed-product .last-view-label, .product.last-viewed-item .last-view-label{
width:40px;
height:40px;
background:url('../images/last-viewed-label.png');
position:absolute;
bottom:0px;
left:0px;
border-bottom-left-radius: 9px;
}

.order.last-viewed-item .last-view-label{
display: block;
position: relative;
}
.order.last-viewed-item .check{
	position: relative;
	z-index:2;
}
.order.last-viewed-item .last-view-label .last-view-label-bg{
width: 0;
height: 0;
border-top: 25px solid #069;
border-right: 25px solid transparent;
top: -19px;
position: absolute;
left: -6px;
}
.order.last-viewed-item .last-view-label .fa{
position: absolute;
top: -20px;
left: -3px;
color: #ffffff;
}

.order .last-view-label{
	display:none;
}

.product.prod_hidden{
color: var(--color-gray);
background-color: var(--color-white-dark);
}

.product.prod_hidden h2 a,  .product.prod_hidden .description, .product.prod_hidden h2{
color:#cccccc;
}



.product h2{
font-size:14px;
font-weight: bold;
float:left;
margin:0px;
padding:5px 10px;
background-color: var(--color-white-dark);
border-radius: var(--border-radius-small);
margin-bottom: 10px;
}
.product.prod_hidden h2, .product.prod_hidden h2:hover{
	background-color: var(--color-gray);
}

.product h2:hover{
	background-color: var(--color-white-dark-hover);
}

.product h2 a{
text-decoration:none;
color: var(--color-black);
}

.product .icons{
float:right;
}

.product .icons a{
text-decoration:none;
}

.product .edit,
.product .duplicate,
.product .delete {
	background-color: transparent;
	line-height: 20px;
	display: inline-block;
	font-size: 18px;
	padding: 2px;
	border-radius: var(--border-radius-small);
	cursor: pointer;
}

.product .delete{
	color: var(--color-red);
}
.product .delete:hover{
	color: var(--color-white);
	background: var(--color-red);
}
.product .edit{
	color: var(--color-dark-blue);
}
.product .edit:hover{
	color: var(--color-white);
	background: var(--color-dark-blue);
}
.product .duplicate{
	color: var(--color-green);
}
.product .duplicate:hover{
	color: var(--color-white);
	background: var(--color-green);
}


.product .show_more{
color:#999999;
}

.product .more{
display:none;
margin-top:10px;

}

.product h2 label{
	color: var(--color-black);
}
.product.prod_hidden h2 label{
	color: var(--color-white);
}

.hidden a {
color:#999999;
}

.filter {
background-color: var(--panel-bg);
border: var(--panel-border);
border-radius: var(--border-radius);
padding:30px;
margin-bottom:10px;
}
#order_filter .filter{
	padding: 10px;
}
.filter h3{
	margin: 0px;
}
.filter td{
	width: auto;
}

.filter #form_submit{
margin-bottom:5px;
}

#filter_product_count,
#filter_product_order{
	background: var(--color-white);
	padding: 5px 3px;
	border: none;
	border-radius: 0px;
	/*border-bottom: solid var(--color-black) 1px;*/
	cursor: pointer;
	font-weight: bold;
}

.filter #permanent{
	border-bottom: none;
}
.product .image {
float:left;
width:130px;
}

.product .image img{
max-height:100px;
max-width:100px;
margin:5px;
}

.product .basic_info{
display: inline-block;
width: calc(100% - 150px);
}

.product td{
padding:3px;
}

.product .price{
font-weight:bold;
/*color:#CC0000;*/
font-size:13px;

color: var(--color-white);
background-color: var(--color-red);
border-radius: var(--border-radius-small);
outline: solid var(--color-red) 1px;
padding: 5px 10px;
display: inline-block;
}

.product .action-badge{
	display: inline-block;
	background: #f0f0f0;
	border-radius: var(--border-radius-small);
	border: var(--panel-border);
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.product .action-badge .action-header{
	padding-bottom: 5px;
}

.product .description{
color:#999999;
}

#updateList fieldset{
background-color: #FFFFFF;
border: 1px solid #999999;
margin-bottom:10px;
padding-top:10px;
cursor:pointer;
text-align:right;
}

#updateList fieldset:hover{
background-color: #e8e8e8;
}

#updateList legend{
color: #000066;
font-weight:bold;
font-size:15px;
text-align:left;
}

#updateList p{
width:85%;
float:left;
margin-right:10px;
margin-top:0px;
margin-bottom:0px;
text-align:left;
}

#updateList p a{
display:block;
text-decoration:none;
float:left;
background-image:url("../images/submit.png");
background-repeat:repeat-x;
background-position:top;
min-height:27px;
line-height:27px;
border:0px;
background-color:#22538B;
cursor:pointer;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
text-transform:uppercase;
font-size:10px;
text-shadow:1px 1px 3px #000000;
border-radius:3px;
margin-right:2px;
border:1px solid #25578F;
font-weight:bold;
letter-spacing:2px;
}

#updateList p a:focus{
outline:none;
text-shadow:1px 1px 3px #ffffff;
}

#updateList .submit{
margin-right:0px;
float:right;
}

#updateList span{
float:right;
color:#999999;
text-align:right;
margin-top:5px;
}

#updateList .eshop_suggest{
color:#999999;
text-align:left;
clear:both;
float:left;
}

#add_vote .first{
width:100px;
}

#add_vote input, #add_vote textarea{
margin-top:2px;
margin-bottom:2px;
}

/*
#product_menu, #evidence_menu{
background: url("../images/header.png") #003366 repeat bottom left;
height:34px;
border-radius: 5px 5px 0px 0px;
width:100%;
}
*/

#product_menu .product_menu_item , #evidence_menu .evidence_menu_item{
float:left;
height:28px;
line-height:28px;
padding-left:7px;
padding-right:7px;
margin-top:6px;
margin-right:3px;
margin-left:3px;
border-radius: 5px 5px 0px 0px;
color:white;
cursor:pointer;
}

#product_menu .active, #evidence_menu .active{
color:#003366;
background-color:#FFFFFF;
}


.product_content td, .evidence_content{
padding:5px;
}

.evidence_content{
	padding-top: 20px;
}

.product_content .picture img, #sortable .picture img{
max-width:100px;
max-height:100px;
padding:5px;
border:1px solid #CCCCCC;
border-radius:5px;
}

.visible{
display:block;
}

.invisible{
display:none;
}

#product_menu,
#evidence_menu,
#setting_menu{
height:40px;
width:100%;
}

#setting_menu{
	margin-left: 10px;
}

#product_menu .product_menu_item,
#evidence_menu .evidence_menu_item,
#setting_menu .setting_menu_item{
float:left;
height:40px;
line-height:40px;
margin-top:6px;
padding: 0px 15px;
color:black;
font-weight:bold;
cursor:pointer;
background-color:#E9E9E9;
border-radius:15px;
margin-right:10px;
}
#product_menu .product_menu_item:not(.active):hover,
#evidence_menu .evidence_item:not(.active):hover,
#setting_menu .setting_menu_item:not(.active):hover{
	text-decoration: underline;
}

#evidence_menu .active,
#product_menu .active,
#setting_menu .active{
color:#fff;
text-decoration:none;
background-color: var(--btn-bg);
border-radius: 15px;
line-height: 40px;
padding: 0px 15px;
}

.product_content,
.setting_content{
padding:10px;
/*background-color:#FFFFFF;*/
background:none;
padding-top:20px;
border-radius:10px;
}

.product_content , .evidence_content{
	padding-left: 0px;
	padding-right: 0px;
}
/*
.product_content , .evidence_content{
	background-color:#ffffff;
	padding:20px;
	margin-top: 20px;
	border: var(--panel-border);
	border-radius: var(--border-radius-small);
}
*/

#table th.vertical{
background-color:#CCCCCC !important;
color:black;
}

.submit.misc{
background:none;
background-color:var(--btn-bg);
height:10px;
padding:0px 5px 0px 5px !important;
margin:0px;
}

#variants_filter{
width:100%;
float:left;
min-height:100px;

margin-bottom:20px;

}

.alert{
background-color:#FFCCCC;
color:#000000;
border-radius:5px;
border:1px solid #990000;
padding:20px;
}

/*diskuze*/

#discussion_content .header{
background-color: var(--color-dark);
padding:5px;
color: var(--color-white);
}

.header.active{
background-color:#99FF00 !important;
color:black !important;
}

#discussion_content .message{
margin-left:10px;
}

#discussion_content .title{
float:left;
font-weight:bold;
}

#discussion_content .date, #discussion_content .user{
float:right;
margin-right:10px;
font-size:10px;
}

#discussion_content .body{
clear:both;

margin-bottom:10px;
padding-bottom:10px;
padding-top:10px;
background-color:#FFFFFF;
}

#orders{
width:100%;
}

#setting_menu #orders{
width:auto;
}


#orders td{
	padding:5px;
	border-bottom:1px solid #333333;
}

#orders tr.hover td{
background-color:#FFFFFF;
color:black;
cursor:pointer;
}

#orders tr.selectRow td{
    background-color: var(--color-blue-light);
}
#orders tr.selectRow:hover td{
    background-color: var(--color-blue-light-hover);
}


.unpayed{
color:#999999;
}

#permanent_header{
border-bottom:1px solid #CCCCCC;
color:#295C94;
margin-bottom:10px;
padding-bottom:5px;
cursor:pointer;
line-height:16px;
}

#permanent{
border-bottom:1px solid #CCCCCC;
padding-bottom:10px;
}

#filter .plus, #order_detail .plus{
background-color:#003366;
color:#ffffff;
display:block;
width:7px;
float:left;
padding:4px;
line-height:7px;
border-radius:7px;
text-align:center;
margin-right:3px;
font-weight:bold;
font-size:12px;
}

.paging{
background-color:var(--panel-bg);
display:block;
width:100%;
height:30px;
text-align:center;
/*padding:5px;*/
padding: 5px 0;
}

.paging .submit:first-child{
	margin-left:5px;
}
.paging .submit:last-child{
	margin-right:5px;
}

#order_detail{

}

#order_detail .header, #filter #permanent_header{

	border-bottom:1px solid #CCCCCC;
	padding:5px;
	background-color: var(--color-dark);
	color: var(--color-white);
	margin-bottom:0px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	cursor:pointer;
	
}

#order_detail #states{
width:100%;
}
#order_detail #states th{
text-align:left;
width:250px;
}

#order_detail .content{
padding:10px;
}

#order_detail #history td{
border-bottom:1px solid #CCCCCC;
}

#order_detail #history_content{
max-height:100px;
overflow-y:scroll;
overflow-x:hidden;
}

#order_detail #delivery_info, #order_detail .delivery_addresses , #order_detail .invoice_addresses,
#order_detail #invoice_info,
#order_detail #misc_info,
#order_detail #agreements{
	display: inline-block;
	width: calc(50% - 15px);
	border: var(--panel-border-dark);
	border-radius: var(--border-radius);
	margin: 0px 5px;
}

#order_detail #delivery_info .items,
#order_detail #invoice_info .items,
#order_detail #misc_info .items,
#order_detail #agreements .items{
	padding: 5px;
	min-height: 180px;
}

#order_detail #delivery_info{
	margin-left:0px;
}
#order_detail #misc_info{
	margin-left:0px;
}

#order_detail .delivery_addresses , #order_detail .invoice_addresses{
background-color: white;
float:left;
width:430px;
padding:5px;
}

#order_detail .invoice_addresses{
float:right;
}

#order_detail .delivery_addresses table , #order_detail .invoice_addresses table{
padding:5px;
}

#products_table tr td{
	border-top: transparent;
}
#products_table > table{
	border-bottom: transparent;
}

#order_detail #eet_order_info{
float:left;
width:430px;
background-color:#EBEBEB;
padding:5px;
margin-top: 10px;
}
#order_contact .content .header{
	background-color:var(--menu-bg);
	color: #fff;
	cursor:default;
	font-size:11px;
}

#order_detail #delivery_info td, #order_detail #invoice_info td {
padding:5px;
}

#order_detail .edit td {
padding:1px !important;

}

#order_detail .total{
color:#CC3300;
font-weight:bold;
font-size:15px;
text-align:right;
border-bottom: var(--panel-border);
}

#order_products table td{
padding:5px;
}


#order_products .spacer,
#order_products .spacer:hover{
/*border-bottom:1px solid #999999;*/
border-bottom: transparent;
background-color: transparent;
}

#order_products table th{
padding:5px;
}

.rounded_bottom{

border-top-right-radius:0px;
border-top-left-radius:0px;
}


.orders_mass_action{
float:right;
width:550px;
}


.survey_bar{
background-color:#666666;
height:15px;
}

#mass_edit .product td{
border-bottom:1px solid #cccccc;
padding:5px;
}

#mass_edit .variants td{
background-color:#ffffff;
padding:5px;
padding-left:10px;
border-bottom:1px solid #CCCCCC;
}

.hidden{
display:none;
}

.header_click{
color:#CCCCCC;
cursor:pointer;
}

.header_click.active{
color:white;
}

select.availability{
font-size:11px;
}

.bubble{
z-index: 1;
background-color:#ffffff; 
width:300px; 
position:absolute;
border:1px solid #999999;
border-radius:5px;
padding:5px;
text-align:left !important;
margin-top:12px;
box-shadow:0px 0px 20px #666666;
}


#period_texts td{
padding:10px;
font-size:13px;
border-bottom:3px solid #CCCCCC;
border-top:3px solid #CCCCCC;
background-color:#E4E4E4;
}

#table.statistics td, #table.statistics th{
text-align:center;
}

.graphic_type{
background-color:#FFFFFF;
border:1px solid #CCCCCC;
border-radius:5px;
padding:10px;
line-height:25px;
font-size:14px;
}

.graphic_type .plus{
float:left;
padding:5px;
border-radius:3px;
border:1px solid #666666;
display:block;
height:10px;
line-height:10px;
font-size:15px;
margin-right:10px;
}

.graphic_type{
margin-top:10px;
}

table.padding td{
padding:5px;
}

.aukro_category_tree li{
list-style:none;
}

.aukro_category_tree a{
text-decoration:none;
}

.aukro_category_tree .clickable{
cursor:pointer;
text-decoration:underline;
}

#ean_alert, #cat_no_alert, .ean_alert, .cat_no_alert{
color:#CC0000;
font-size:12px;
font-family:arial;
display:none;
}

.check{
margin-right:5px;
margin-top:10px;
/*float:right;*/
}

.help_topic{
display:inline-block;

margin-bottom:5px;
}

.help_content, .help_content_list{
	background:#F2F2F2;
	padding: 30px 20px;
	margin-right: 20px;
	border: var(--panel-border);
	border-radius: var(--border-radius);
	
	font-size:13px;
}
.help_content_list{
	padding: 0px 20px;
	padding-bottom: 20px;
}

.help_content_list h2{
text-transform:none;
}
.help_content_list h2 a{
color:black;
}


.help_content img{
border:1px solid #999999 !important;
padding:3px;
margin-top:10px;
margin-bottom:10px;
}

.help_content ul li, .help_content ol li{
line-height:18px;
margin-top:10px;
}

#content .help, .table .help{
color:var(--btn-bg);
background-color:var(--color-white-light);
padding: 6px 2px;
border-radius:20px;
cursor:pointer;
text-align:center;
font-size:10px;
margin-left:5px;
line-height:20px;
}

#content .help .icon, .table .help .icon{
	font-size: 19px;
	top: 6px;
	display: inline-block;
	position: relative;
}

#content .help:hover, .table .help:hover{
background-color: var(--color-dark-hover);
color:var(--color-white-light);
}

.graphic_active{
float:left;
width:40px;
font-size:20px;
color:#00FF00;
}

.version_info li{
margin-top:5px;
line-height:17px;
}

.help_list{
padding:20px;
padding-top:0px;
min-height:400px;
font-family:Verdana;
}


.help_list h2{
font-weight:bold;
margin-top:30px;
}

.help_list h3{
margin-top:35px;
margin-bottom:10px;
}

.help_list p{
margin-top:0px;
margin-bottom:10px;
}


.help_list .help_content h2{
margin-left:0px;
font-weight:normal;
border-top:1px dashed #CCCCCC;
padding-top:20px;
}

.help_content{
font-size:13px;
}

.help_list li{
margin-bottom:15px;
font-size:14px;
}

.help_list .help_content li{
font-size:13px;
font-weight:bold;
list-style:none;
}

.help_list .help_content li li{
font-weight:normal;
border-bottom:1px solid #CCCCCC;
}

.help_list .help_content li li li a{
color:#666666;
}


.help_list .help_content li a{
color:black;
text-decoration:none;
}




.help_list li li {
margin-bottom:0px;
}

.help_list img{
max-width:800px;
width:auto !important;
height:auto !important;
display:block !important;
margin:30px;
}

.no_result{
font-size:14px;
font-weight:bold;
margin-top:20px;
font-style:italic;
}
.setting_icon , .setting_icon_white{
/*background: url("/admin/images/ikona_nastaveni.png") no-repeat center -8px;
float:right;
width:16px;
height:16px;
margin-right:10px;
margin-top:10px;
margin-bottom:5px;
*/
float:right;
}
.setting_icon .icon{
	font-size: 18px !important;
	line-height: 18px !important;
	color: var(--color-white);
}

.setting_icon_white{
background: url("/admin/images/ikona_nastaveni_white.png") no-repeat center 0px;
}

.help_theme{
display:block;
float:right;
padding:15px;
padding-bottom:6px;
padding-top:6px;
background-color:#333366;
font-size:12px;
text-decoration:none;
color:#ffffff;
border:1px dashed #ffffff;
border-radius:2px;
margin-left:5px;
}

.help_theme{
	display: inline-block;
	float: none;
	padding: 5px 7px;
	border-radius: var(--border-radius-small);
	border: transparent;
	background: var(--btn-bg);
}
.help_theme:hover{
	background: var(--color-black);
}
.help_theme .icon{

	font-size: 20px;
	position: relative;
	top: 5px;
	line-height: 10px;
}

fieldset{
/*border: 1px dashed #2B5E96;*/
border:0px;
margin-bottom:10px;
padding:15px;
border-radius:5px;
background-color:#F0F0F0;
padding:60px;
font-size:14px;
border: var(--panel-border);
margin-bottom:20px;
}  

fieldset legend{
color:#666666;
font-weight:bold;
line-height:30px;
position:absolute;
margin-top:-40px;
margin-left:-30px;
border-bottom:1px dotted #CCCCCC;
}

fieldset .new{
margin-left: -16px;
margin-top: -25px;
float: left;
width:31px;
height:31px;
border:0px;
background:url('../images/unread.png');
}

fieldset.catalogue{
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	padding:0;
	padding-top:20px;
	margin-top:-11px;
}

.order_table_export td {
      border: none !important;
}


.payed.black{
color:#000000;
}

.payed.gray{
color:#CCCCCC;
}

.important_info .header{
background-color:white;
cursor:pointer;
padding:10px;
float:left;
width:880px;
}

.important_info .header.new .subject{
font-weight:bold;
}

.important_info{
background-color:white;
}

.important_info .content_message{
display:none;
border-top:1px solid #cccccc;
font-size:13px;
padding:40px;
}

.important_info .header .subject{
float:left;
}

.important_info .input{
float:left;
width:25px;
height:33px;
background-color:#F3F3F3;
display:block;
}

.important_info .input input{
margin-left:7px;
margin-top:8px;
}

.important_info .header .date{
float:right;
color:#999999;
}

#important_info_form td{
padding:0px;
}

.order_table td {
    border: none !important;
}
#extended_content select{
height:27px;
}
.selectbox_add {
	position: relative;
}
.selectbox_add .submit{
	background: #002145;
	color:#ffffff;
  border: 0px solid #cccccc;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  cursor: pointer;
  float: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 27px;
  min-height:27px;
  line-height: 27px;
  margin-left: -2px;
  text-align: center;
  width: 29px;
  padding:0px;
}
.selectbox_add select{
	float:left;
  font-size:13px;
  -webkit-border-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-width: 133px;
}

#extended_content .float_input{
float: left;
margin-right: 5px;
}    

.firstLetterUpercase{
	text-transform: lowercase;
}
.firstLetterUpercase::first-letter,
label.firstLetterUpercase::first-letter{
	text-transform: uppercase;	
}
label.firstLetterUpercase,
span.firstLetterUpercase{
	display: inline-block;
}

.submit.icon{
width:30px !important;
padding-left:15px !important;
padding-right:15px !important;
padding-top:10px !important;
padding-bottom:10px !important;
background-repeat:no-repeat;
background-position:50% 50%;
}

.submit.edit.icon{
background-image:url("../images/edit_white.png");

}

.submit.edit.icon:hover{
background-color:#000033;
}

.submit.duplicate.icon:hover{
background-color:#000033;
}

.submit.activate.icon:hover{
background-color:#006600;
}

.submit.preview.icon:hover{
background-color:#000033;
}

.submit.delete:hover{
background-color:#A20000;
}

.submit.delete.icon{
background-image:url("../images/delete_white.png");
}

.submit.duplicate.icon{
background-image:url("../images/duplicate_white.png");
}

.submit.activate.icon{
background-color:#339900;
background-image:url("../images/activate.png");
}

.submit.preview.icon{
background-image:url("../images/eye.png");
}

.submit.green{
	background-color: var(--color-green);
}
.submit.green:hover{
	background-color: var(--color-green-dark);
}

.icon.green{
	color: var(--color-green);
}

.submit.blue{
	background-color: var(--color-dark-blue);
}
.submit.blue:hover{
	background-color: var(--color-dark-blue-hover);
}

.submit.proforma_invoice_icons{
	background-color: var(--color-gray);
}
.submit.proforma_invoice_icons:hover{
	background-color: var(--color-gray-hover);
}
.submit.invoice_icons{
	background-color: var(--color-blue);
}
.submit.invoice_icons:hover{
	background-color: var(--color-blue-hover);
}
.submit.credit_note_icons{
	background-color: var(--color-green-light);
}
.submit.credit_note_icons:hover{
	background-color: var(--color-green-light-hover);
}

.icon.blue{
	color: var(--color-dark-blue);
}

.icon.gray{
	color: var(--color-gray);
}
.icon.drag{
	cursor: grab;
}
.customers_list .name{
font-size:14px;
}

.submit.sm{
	padding: 2px 5px;
	min-height: 15px;
	height: 15px;
	line-height: 15px;
}
.submit.sm .icon{
	font-size: 12px;
	top: 2px;
}

.grey{

color:gray;

}
#table_evidence_buttons_options td{
	border:none;
}
.orderby{
	text-decoration: underline;
	cursor: pointer;
}
.jcrop_panel{
	padding: 15px;
	background-color:#bfbfbf;
	border: solid #999 2px;
}

.table-dark-header{
margin-top:10px;
padding:15px;
text-align:left;
background-color: var(--color-dark);
color: #ffffff;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}

.table-dark-header h2{
color:#ffffff;
text-transform:uppercase;
margin:0px;
font-size:22px;
font-weight:bold;
}

fieldset.apps-catalogue{
margin-top:0px;
margin-left:0px;
margin-right:0px;
border-top:0px;
padding-top:0px;
border: none;
}

#order_communication .communication p{
	margin: 0px;
	padding: 0px;
}

#test_licence{

padding:10px;
margin-top:2px;
background-color:#CC0033;


}

#test_licence .text{
float:left;
color:white;
line-height:30px;
}

#test_licence .submit{
float:right;
background-color:#66CC00;
background-image:none;
border:1px solid #336600;
}

h2.warning_deleted_product{
	color:red;
}

.assigned_in_category p{
	padding:0;
	margin:0;
}

.static-main_page{
	color: #1a568e;
}
.admin_privilegy_menu, .api_privilegy_menu{
display: inline-block;
width: 290px;
height: auto;
margin-left:15px;
margin-bottom:20px;
vertical-align: top;
}

.admin_privilegy_menu .options, .api_privilegy_menu .options{
	background-color: white;
	border: dashed #2B5E96 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-top: solid #2B5E96 1px;
}

.hidden_item, .hidden_item a{
	color: #7b7b7b;
}

.graphic_template{
width:auto;
background-color:var(--color-white-light);
padding:20px;
border: var(--panel-border);
border-radius: var(--border-radius);
}

.graphic_template .name{
font-weight:bold;
font-size:20px;
color:#CC0000;
padding-bottom:10px;
border-bottom:3px solid #CC0000;
margin-bottom:15px;
}

.graphic_template .thumb{

width:500px;
height:300px;
overflow:hidden;
border:1px solid #CCCCCC;
}

.graphic_template .left{
float:left;
}

.graphic_template .right{
float:left;
width:370px;
margin-left:15px;
}

.graphic_template .right table{

width:100%;

}

.graphic_template .right td{
padding:5px;
}

.graphic_template .right th{
text-align:left;
/*width:100px;*/
padding:5px;
}

.graphic_template{
margin-bottom:10px;
}

.graphic_template .icons{
height:35px;
}

.graphic_template .icons .icon{
display:none;
width:25px !important;
padding:3px !important;
}

.graphic_template:hover{
background-color:var(--color-white-light);
}

.graphic_template:hover > .right .icons .icon{
display:block;
float:right;
}

.graphic_template_variants{
padding:15px;
/*background-color:#FAFAFA;
border:1px solid #CCCCCC;*/
}

.graphic_template_variants .thumb{

width:250px;
height:auto;
max-height:150px;
overflow:hidden;
float:left;
}

.graphic_template_variants .thumb img{
width:250px;
}

.graphic_template_variants .template_variant{
width:250px;
float:left;
border:1px solid white;
padding:10px;
min-height:200px;
}


.template_variant .name{
background-color:#999999;
color:white !important;
padding:5px;
}


.template_variant.active .name{
background-color:#009900;
padding:5px;
}



.template_variant .other_info{
float:left;
padding:5px;
display:none;
position:absolute;
background-color:#ffffff;
opacity:0.95;
}

.template_variant .name{
font-size:13px;
color:#333333;
width:242px;
font-size:10px;
}

.graphic_template_variants .template_variant:hover{

border:1px solid #CCCCCC;
background-color:#FFFFFF;
}
.template_variant:hover > .name{
background-color:#333333;
}

.graphic_template_variants .template_variant:hover>.other_info{

display:block;
}



.template_variant .submit.icon{
width:20px !important;
height:20px !important;
padding:3px !important;
margin:4px !important;

}

.preview_active{
padding:10px;
line-height:30px;
border:1px solid #CC3300;
background-color:#FFCCCC;
}


/* review */

.review .header{
	color: white;
	padding: 10px;
}
.review .header .submit.delete.icon{
	width: 30px !important;
	height: 20px;
	padding: 0px !important;
	margin-top: -6px;
}
.review .header .name a{
	color: white;
}
.review .header .date, .review .header .name, .review .header .show_hide{
	display: inline-block;
}
.review .header .show_hide{
	float:right;
}
.review .header .name{
	/*margin-left: 10px;*/
}

.review .content{
	background-color: white;
	padding: 10px;
	border: solid black 1px;
}
.review .content.hide{
	color: silver;
}
.review .content .left{
	float:left;
    text-align: center;
    width: 200px;
}
.review .content.hide .rating .stars,.review .content.hide .pros_cons{
	opacity: 0.5;
}
.review .content .person_name{
	margin-top: 5px;
}
.review .content .rating{
	margin-top: 10px;
}
.review .content .rating .stars{
	display: inline-block;
	opacity: 1;
}

.review .content .rating .star{
	width: 20px;
	height: 19px;
	display: inline-block;
}

.review .content .rating .star.blankstar{
	background-image: url('/admin/images/star_blank.png');
}
.review .content .rating .star.halfstar{
	background-image: url('/admin/images/star_half.png');
}
.review .content .rating .star.fullstar{
	background-image: url('/admin/images/star_full.png');
}

.review .content .pros_cons{
	margin-top:10px;
	opacity: 1;
}
.review .content .pros_cons .icon{
	background: green;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 13px;
	display: inline-block;	
	margin-right: 5px;
	float:left;
}

.review .content .pros_cons .pros .icon{
	background-color: #2bc32b;
}
.review .content .pros_cons .cons .icon{
	background: red;
}
.review .content .pros_cons .item{
	margin-top:10px;
}
.review .content .pros_cons .text{
	display: inline-block;
	font-size: 14px;
	max-width:300px;
}

.review .content .person .fa{
	font-size:20px;
}
.review .content .pros,.review .content .cons{
	float:left;
	display: inline-block;
	margin-right: 50px;
}
.review .content .summary{
	font-size: 15px;
	margin-top: 20px;
}
#content .lang_text{
	color:#999999;
	background-color:#ffffff;
	border-radius:3px;
	cursor:pointer;
	text-align:center;
	border:1px solid #CCCCCC;
	display:inline-block;
	padding: 2px;
}
#content .lang_text:hover{
	background-color: #dedede;
	color:#000000;
}
#content .lang_text img{
	width: 14px;
	margin-top:2px;
}
.lang_text_img{
	height: auto;
	width:24px;
}
span.lang_text_img{
	padding-top:5px;
}

.showHideAdmCoutriesSetting .fa{
  letter-spacing: 0px;
  font-size: 13px;
}
.showHideAdmCoutriesSetting{
	color: white;
}
.icon.showHideAdmCoutriesSetting{
	color: white;
	margin: 10px;
	cursor: pointer;
}
.icon.dark.showHideAdmCoutriesSetting{
	color: #22548c;
}
.right_box .icon.showHideAdmCoutriesSetting{
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 55px;
	margin-top: -10px;
	color: #22548c;

}

.right_box .icon{
	font-size: 18px;
	line-height: 20px;
	margin-right: 6px;
	top: 3px;
	position: relative;
	padding: 1px;
	border-radius: var(--border-radius-small);
}

/* v pripade, ze zobrazujeme dve ikonky */
.right_box .icon .material-symbols-outlined{
	font-size: 18px;
	line-height: 20px;
	margin-right: -10px;
	top: 3px;
	position: relative;
	padding: 1px;
	border-radius: var(--border-radius-small);
}
.right_box .icon .material-symbols-outlined:last-of-type{
	padding-right: 6px;
}
/* koniec fixu */

.right_box .icon.check{
	font-size: 22px;
	top: 6px;
	line-height: 0px;
	display: inline;
	color: var(--color-green-dark-contrast);
}

.right_box .icon.edit,
.right_box .icon.move,
.right_box .icon.attributes,
.right_box .icon.edit_filter_attributes,
.right_box .icon.category_related_prod,
.right_box .icon.edit_price,
.right_box .icon.category_margin,
.right_box .icon.category_mass_move_delete,
.right_box .icon.category_order,
.right_box .icon.product_mass_edit{
	/*background: var(--color-dark-blue);*/
}
.right_box .icon.delete{
	background: var(--color-red);
}
.right_box .icon.add,
.right_box .icon.duplicate{
	background: var(--color-green);
}

.right_box .icon.back{
	background: var(--color-white);
	color: var(--color-dark);
}

span.proforma_invoice_setting_header, span.credit_note_setting_header{
	float: left;
	height: 28px;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 5px 5px 0px 0px;
	color: white;
	cursor: pointer;
}

input.disabled{
	background-color: #e3e3e3;
	border-color: #cccccc;
	cursor: default;
}

.static-pages .opened, .static-pages .closed, .static-pages .empty {
width:15px;
height:15px;
display:block;
float:left;
cursor:pointer;
padding:10px;
line-height:15px;
background-repeat:no-repeat;
background-position:center;
}

.static-pages .empty{
cursor:default !important;
}

.static-pages .opened{
/*background-image:url("../images/arrow_down.png");*/
background-image:url("../images/expand_circle_up.svg");
}

.static-pages .closed{
/*background-image:url("../images/arrow_right.png");*/
background-image:url("../images/expand_circle_down.svg");
}

#evidences_list_order_detail .invoice_icons, #evidences_list_order_detail .proforma_invoice_icons, #evidences_list_order_detail .credit_note_icons, #evidences_list_order_detail .eet_icons, #evidences_list_order_detail .cash_register_icons{
	
}

#evidences_list_order_detail .invoice_icons i, #evidences_list_order_detail .proforma_invoice_icons i, #evidences_list_order_detail .credit_note_icons i, #evidences_list_order_detail .eet_icons i, #evidences_list_order_detail .cash_register_icons i{
	margin-right: 5px;
}

#evidences_list_order_detail .invoice_icons i{
	color: #006699;
}
#evidences_list_order_detail .proforma_invoice_icons i{
	color: gray;
}
#evidences_list_order_detail .credit_note_icons i{
	color: #008017;
}
#evidences_list_order_detail .eet_icons i{
	color: #9b0458;
}
#evidences_list_order_detail .cash_register_icons i{
	color: #9d610e;
}
/* 360 images */
div#sortable .item{
	width:120px;
	float:left;
	position:relative;
	margin-bottom: 25px;
}
div#sortable .item .delete{
	
	margin-right: 43px;
	width: 10px !important;
	padding-top: 0px !important;
}
div#sortable .sortable{
	position: absolute;
	left: 35px;
	margin-top: 30px;
	padding: 10px;
	background-color: #d2d2d2a6;
	border: solid black 1px;
	border-radius: 10px;
	cursor: pointer;
	text-align:center;
	display:none;
	
}
div#sortable .item:hover .sortable{
	display:block;
}
div#sortable .sortable i{
	font-size: 20px;
	transform: rotate(45deg);
	color: #626262;
}
.btns .submit i.fa{
	font-size: 15px !important;
	line-height: 25px !important;
}

.order_lang img{
	height: 13px;
}

/* 360 images */
div#sortable .item{
	width:120px;
	float:left;
	position:relative;
	margin-bottom: 25px;
}
div#sortable .item .delete{
	
	margin-right: 43px;
	width: 10px !important;
	padding-top: 0px !important;
}
div#sortable .sortable{
	position: absolute;
	left: 35px;
	margin-top: 30px;
	padding: 10px;
	background-color: #d2d2d2a6;
	border: solid black 1px;
	border-radius: 10px;
	cursor: pointer;
	text-align:center;
	display:none;
	
}
div#sortable .item:hover .sortable{
	display:block;
}
div#sortable .sortable i{
	font-size: 20px;
	transform: rotate(45deg);
	color: #626262;
}
.btns .submit i.fa{
	font-size: 15px !important;
	line-height: 25px !important;
}

img[src$=".svg"]{
	min-width: 10px;
	min-height: 10px;
}

#blog_labels .labels .label{
	float: left;
	background-color: #3c73ac;
	border-radius: 5px;
	color: white;
	text-align: center;
	padding: 5px 10px 5px;
	margin: 0px 2px 5px;
}
#countdown_action, label[for="countdown_action"], .action_countdown_checkbox, .action_countdown_checkbox+label{
	display:inline-block;
}
.plupload_button.plupload_start.plupload_disabled{
	color: white;
}

#content .help.warning{
	color: red;
}
#content .help.warning:hover{
	background-color: red;
	color: #ffffff;
}

#order_detail .order_detail_certificate_products{
	margin: auto;
	padding: 5px 20px;
}

.table_prod_attributes select{
	width: 100%;
}
.table_prod_attributes td{
	border-top: none !important;
	border-bottom: none !important;
	border-right: none !important;
	border-left: none !important;
}
.table_prod_attributes .fa{
	letter-spacing: 0px !important;
}
.table_prod_attributes .icon{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.table_prod_attributes .icon.add, .table_prod_attributes .icon.refresh{
	font-size: 13px;
	display: inline-block !important;
	padding: 0!important;
	text-align: center;
	background-image: none;
	line-height: 29px;
	vertical-align: middle;
}
.table_prod_attributes .icon.add:hover{
	background-color: #000033;
}

td.no-padding{
	padding:0px !important;
}

td.no-border{
	border:0;
}

.quant_price_bb{
	padding-bottom: 20px !important;
}
.quant_price_block_left{
	display: inline-block;
	height: 70px;
	text-align: left;
}
.quant_price_block_right{
	display: inline-block;
}
.warning_box {
	display: inline-block;
	border: solid red 1px;
	border-radius: 5px;
	padding: 10px;
	color: red;
	background: #f5f5f5;
	margin: 10px 0px;
}
.warning_box_no_bg{
	padding: 5px;
	background: none;
	margin: 0px;    
	cursor: pointer;
}

.parametric a{
	font-style: italic;
	color: #643a00;
}
.parametric span.parametric{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	color: #9d610e !important;
}

.hidden_cat span.hidden_cat{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	color: #707070 !important;
}

.rounded {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	border-radius: 20px;
}
.rounded-red{
	background: #f00;
}
.rounded-green{
	background: #07b712;
}
.text-nowrap{
	white-space: nowrap;
}


.transport_export_logo{
	max-height: 40px;
	padding: 20px 0px;
}
.transport_export_filter_section_header{
	padding: 0px 5px;
}
.permanent_filter_items{
	background-color: #fff;
	width:100%;
	padding: 10px;
	border-radius: 5px;
}
.permanent_filter_items tr td{
	border-bottom: solid #D9D9D9 1px;
	padding: 5px 0px;
}
.permanent_filter_items tr:last-child td{
	border-bottom: none;
	padding-bottom: 0px;
}

.filter_active_item{
	display: inline-block;
	background: #006699;
	color: #fff;
	padding: 4px 10px;
	border-radius: 10px;
	font-size: 11px;
}
.filter_active_item:hover{
	background: #0f618a;
	color: #fff;
}
.filter_active_item i{
	color: red;
	font-size: 10px;
	margin-left: 5px;
	cursor: pointer;
}
.export_item{
	background: #ddd;
}
.export_item td{
	border: none;
}
.export_item.opened td{
	/*border: none !important;*/
	border-bottom: solid #ececec 1px !important;
	background: #fff;
}
.export_item .check{
	margin-top: 5px;
}
.export_item .state{
	padding: 0px;
	width: 3px;
}
.export_item .state.exported{
	background-color: #DDD !important;
}
.export_item .state.non_exported{
	background-color: #DFDF69 !important;
	/* #FF7 */
}

.export_item .state.selectRow{
	background-color: #069 !important;
	/*background-color: #33b319 !important; */
}
.packageDetail td{
	border: none !important;
}
.packageDetail table{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 10px;
}
.section_icon{
	font-size: 24px !important; 
	margin-top: 5px;
	padding: 0px 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000;
}

/* v2 */

.version{
text-align:center;
color:var(--color-black);
}

.last_act{
background-color:#F0F0F0;
border-radius:10px;
padding:20px !important;
margin-bottom:10px;
border: var(--panel-border);
}

.article{
border-radius:10px;
/*background-color:#F7F7F7;*/
margin-bottom:10px;
border:1px solid #CCCCCC;

}

.article .date{
width:80px;
height:20px;
margin-top:30px;
margin-left:30px;
background-color:#F8F8F8;
padding:10px;
text-align:center;
border-radius:5px;
font-weight:bold;
}

.article .title, .article .content{
width: calc(100% - 180px);
margin-left:10px;
}


.clear_new{
clear:both;
}

.article .title, .article .date{
display:inline-block !important;

}

.article .title{
font-size:18px;
font-weight:bold;
}

.article .content{
margin-top:20px;
margin-left: 145px;
text-align:justify;
}

.article .content a{
color:#EA1D26;
font-weight:bold;
}

.article h2{
display:none;
}

.article.permanent{
background-color:#F8F8F8;
}

#title_page #help_box{
width:100%;
background-color:#EA1D26;
color:#ffffff;
padding:20px;
border-radius:10px;
padding-right:5px;
border: solid #c41919 1px;
}

#help_box .title{
font-size:15px;
font-weight:bold;
}

#help_box .links{
margin-top:20px;
}

#help_box .link{
display:block;
color:white;
font-size:14px;
text-decoration:none;
line-height:40px;
}

#help_box .link:hover{
font-weight:bold;
}

#help_box .links .link i{
	width: 20px;
}

.setting_content td{
padding:5px;
}

#title_page .graph{
	border: var(--panel-border);
}

.w-100{
	width: 100%;
}
.text-center{
	text-align: center !important;
}
.margin-bottom-0{
	margin-bottom:0px;
}
.d-block{
	display: block !important;
}
.d-inline-block{
	display: inline-block !important;
}
.submit.d-inline-block{
	display: inline-block !important;
	float: none;
}

/* rozcestnik nastavenia */
.setting_search{
    background: var(--panel-bg);
    border: var(--panel-border);
    border-radius: var(--border-radius);
    padding: 20px;
}
.setting_categories .item-category h3{
    padding-bottom: 20px
}
.setting_search{
    margin: 10px auto;
}
.setting_categories .item-category{
	border: var(--panel-border);
	background: var(--panel-bg);
	border-radius: var(--border-radius);
	padding: 15px 25px;
    margin: 25px 0px;
}
.setting_categories .name{
    position: relative;
    float: left;
    padding: 0px 10px;
}
.setting_categories .name .icon, .setting_categories .list-item .icon{
    position: relative;
    top: 6px;
}
.setting_categories .list-item .icon{
    border: var(--panel-border);
    border-radius: var(--border-radius);
    background: var(--panel-bg);
    padding: 4px 5px;
    margin-right: 5px;
}
.setting_categories .item-category hr{
    position: relative;
    top: 20px;
}

.setting_categories .list-item{
    border-radius: var(--border-radius);
    border: var(--panel-border);
    background: var(--color-white-light);
    color: var(--color-black);
    padding: 7px 10px;
    padding-top: 0px;
    margin: 7px;
    font-size: 14px;
    display: inline-grid;

    width: 220px;
    min-height:80px;
}
.setting_categories .list-item:hover{
    background: var(--color-white-dark);
}

.setting_categories .list-item a:link,
.setting_categories .list-item a:hover,
.setting_categories .list-item a:visited{
    text-decoration: none;
    color: var(--color-black);
}

.setting_categories .list-item-name{
    font-weight: bold;
}

.setting_categories .list-item-desc{
    color: var(--color-gray);
    font-style: italic;
    margin-top: 15px;
    min-height: 20px;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.p-5{
	padding: 5px;
}
.p-10{
	padding: 10px;
}
.tip-panel,
.warning-panel{
	/*background: #fff3cd;*/
	background:#F9D5DF;
	font-style: italic;
}
.warning-panel{
	background: var(--color-warning);
}
.success-panel{
	background: var(--color-success);
}

.tip-panel .icon,
.warning-panel .icon{
	position: relative;
	top: 7px;
	padding-bottom: 10px;
}

.order-state-panel{
	border-radius: var(--border-radius-small);
	border: var(--panel-border);
	display: inline-block;
	padding: 5px 10px;
	/*max-width: 120px;*/
	width: 100px;
	text-align: center;
}

#orders .alert, #orders .icons{
	position: relative;

	padding: 5px;
	display: inline-block;
	margin: 5px;
	background:none;
	border:none;
}
#orders .warning-icon{
	top: -3px;
	left: 3px;
	position: absolute;
	cursor: help;
}
#orders .note{
	padding: 2px;
	font-size: 20px;
}
#orders .note:hover{
	color: var(--color-white);
	background: var(--color-dark-blue);
	border-radius: var(--border-radius-small);
}
.pointer{
	cursor: pointer;
}

#orders td{
	border-top: none;
	border-bottom: var(--panel-border);
}
#orders td:first-child,
.border td:first-child
{
	border-left: var(--panel-border);
	/*border-left-color: var(--color-dark);*/
}

#orders td:last-child,
.border td:last-child{
	border-right: var(--panel-border);
	/*border-right-color: var(--color-dark);*/
}

#orders td.state{
	height: 33px;
	padding: 0px 5px;
}
#orders .check{
	margin-top: 5px;
}
#order_filter .filter td{
	max-width: 300px;
}
.os-badge{
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: var(--border-radius);
	top: 3px;
	position: relative;
	border: var(--panel-border);
}

.filter .transport_logo_filter,
.filter .payment_logo_filter {
	max-width: 20px;
	max-height: 15px;
	position: relative;
	vertical-align: middle;
}

#filter .plus, #filter .minus{
	background-image: url('../images/expand_circle_down_white.svg');
	height: auto;
	float: none;
	width: auto;
	display: inline-block;
	padding: 7px;
	background-color: transparent;
	margin-right: 3px;
}
#filter .minus{
	background-image: url('../images/expand_circle_up_white.svg');
}
.colpick{
	z-index: 101;
}
#orders .bookmarks{
	position: relative;
}
#orders .bookmarks-list{
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;

}
#orders .bookmark{
	width: auto;
	padding: 10px 20px;
	border-radius: var(--border-radius);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	display: inline-block;
}
#orders .bookmark a{
	color: var(--color-dark);
}
#orders .bookmark.active
{
	/*
	color: var(--color-white) !important;
	background-color: var(--color-dark) !important;
	*/
	text-decoration: underline;
}

#orders .bookmark:hover{
	text-decoration: underline;
	cursor: pointer;
}

#orders .filter-bookmark-line{
	width: 20px;
	background: #4a4a4a;
	height: 20px;
	position: absolute;
}

#order_filter .payment_payed,
#order_filter .payment_payed:focus{
    border: transparent;
    width: 45px;
    padding: 7px 2px;
    background: var(--color-white);
    margin: auto 5px;
}

@-moz-document url-prefix() {
    #order_filter .payment_payed,
    #order_filter .payment_payed:focus{
        border: transparent;
        width: 40px;
        padding: 7px;
    }
}

.no-wrap{
	text-wrap: nowrap;
}

.panel-item-detail hr{
	color: var(--panel-bg);
}

.list-item-tag{
	display: inline-block;
	padding: 5px;
	background: var(--panel-bg);
	border: var(--panel-border);
	border-radius: var(--border-radius-small);
	margin: 0px 5px;
}
.list-item-tag .icon{
	position: relative;
	font-size: 15px;
	top: 3px;
	line-height: 5px;
	margin-right: 0px;
}

.no-border{
	border: none !important;
}
.checkbox-inactive{
	color: #bbb;
}

#orders .icon.invoice-checkbox{
	position: relative;
	top: 1px;
	font-size: 18px;
}


.prod-extended-right-tables{
	width: 270px;
}
@media screen and (min-width: 1500px) {
	.prod-extended-right-tables{
		width: calc(100% - 660px);
	}	
}


#dropzone .header, #dropzone .footer{
	background: var(--color-dark) !important;
}
#dropzone .btn.disabled, #dropzone .btn.disabled:hover{
	background-color: #000 !important;
}
.ui-widget-header{
	background: var(--color-dark) !important;
}

table.panel {
	padding: 10px;
	margin: 10px 0px;
	border: var(--panel-border);
	border-radius: var(--border-radius);
	background-color: var(--bg-white);
}

.jodit-container{
	min-height:400px !important;
	max-height:400px !important;
	}
	
#filter table th, #filter table td{
padding: 7px 10px;
}

.actualisation{
padding:30px;
padding-top:10px;
margin-top:-10px;
margin-bottom:20px;
}

.php_warning{
text-align:center;
padding:20px;
background-color:#EA1D26;
color:#FFFFFF;
margin-top:0px;
margin-bottom:10px;
}

.php_warning a{
color:white;
}