@CHARSET "UTF-8";

html, body {
	height: 100%;
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
}
#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nothing {
	color: darkgray;
	font-style: italic;
}
.l-btn-icon {
  font-size: inherit;
}
.c-buttongroup{
	display: inline-block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}
.c-buttongroup-justified{
	display: table;
	table-layout: fixed;
}
.available{
	text-align: center;
	max-height: 250px;
	overflow-y: auto;
}
.available .av-list {
  text-align: left;
}
.available .av-list .av-label {
  color: #444444;
}
.available .av-list h1 {
  font-size: inherit;
  border-top: solid;
  border-top-width: thin;
  padding-top: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.available .av-list p {
  margin-top: 2px;
  margin-bottom: 5px;
}
.available .av-price{
	width: 100%;
}
.av-price .price{
	font-size: x-large;
	text-align: left;
}
.av-price .price .label {
	font-size: initial;
	text-align: right;
}
.av-price .price-dph{
	color: rgb(0, 128, 0);
	text-align: left;
}
.av-price .price-dph .label {
	font-size: initial;
	text-align: right;
}
.available .av-basket{
	width: 100%;
	padding-top: 30px !important;
}
.available .av-price-desc{
	width: 100%;
	text-align: center;
	font-size: 10px;
}
.available .article-repairing{
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.detail-price {
	border-radius: 9px;
	background: #ffffff;
	box-shadow:  5px 5px 10px #bebebe,
             -5px -5px 10px #ffffff;
}
.group-vertical {
	margin: 0px 8px;
	float: left;
	position: relative;
	width: 31.5%;
	height: 100%;
	display: grid;
}
.group-window{
	width: 100%;
}
.group-body {
	padding: 5px 0px 5px 6px !important;
}
.group-header {
	padding: 10px 5px 10px 5px !important;
	background-color: #e7effe !important;
}
.group-header a{
	cursor: pointer;
}
/* -------------------------------------------------------------- */
/* Ukotvení scroolování elementu v jiném elementu */
.mCSB_scrollTools {
	z-index: 2;
}
/* -------------------------------------------------------------- */
.article-list .datagrid-row-selected {
  background: rgb(204, 223, 255);
  color: black;
}
.article-list-switcher {
	text-align: right;
	width: 100% !important;
}
.article-list-dph {
	color: rgb(0, 128, 0);
	font-size: 9px;
	white-space: break-spaces;
}
.article-list-pricerepair {
	background-color: #e7effe !important;
}
.article-repairing {
	clear: both;
  	font-size: 9px;
  	padding-top: 3px;
}
.article-card-list .datagrid-btable {
	border-collapse: collapse;
}
.article-card-list .datagrid-row {
	display: inline-block;
	height: 453px !important;
}
.article-mcard-list .datagrid-btable {
	border-collapse: collapse;
}
.article-mcard-list .datagrid-row {
	display: inline-block;
	width: 100%;
	min-height: 250px;
}
.article-card-list .card {
background: linear-gradient(to bottom,#fff0 0,#fff0 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #404040;
   	width: 263px;
  	height: 430px;
  	margin: 10px 10px 10px 10px;
  	border: 0;
  	display: block;
  	text-align: center;
  	position: relative;
  	transition: all .3s;
  	
}
.article-mcard-list .card {
  color: #404040;
  	border-bottom: 1px solid #bfbfbf; 
  	height: 250px;
  	display: block;
  	text-align: left;
  	position: relative;
  	transition: all .3s;
  	display: flex;
}
.article-mcard-list .card .left {
width: 36% !important;
}
.article-mcard-list .card .right {
flex-grow: 1; /* Zabere zbývající prostor */
text-align: center;
overflow: auto;
width: 64%;
}	
.article-card-list .card:hover {
  transform: scale(0.95);
}

.article-mcard-list .card .available {
	font-size: 0.8em;
	padding: 0 10px 0 10px;
}

/* SellOut */
.article-body .sellout, .article-card-list .card .sellout, .article-mcard-list .card .sellout {
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-body .sellout{
  top: -1px;
  left: -1px;
}

.article-body .sellout::before, .article-card-list .card .sellout::before,  .article-mcard-list .card .sellout::before {
  content: var(--sellout-text);
  position: absolute;
  width: 150%;
  height: 40px;
  background-image: linear-gradient(45deg, #ff6547 0%, #ffb144  51%, #ff7053  100%);
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.23);
  z-index: 1;
}
.article-body .sellout::after, .article-card-list .card .sellout::after, .article-mcard-list .card .sellout::after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: 0;
  box-shadow: 140px -140px #cc3f47;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
}


.article .sellout::before{
  content: var(--sellout-text);
  position: inherit;
  width: 150px;
  height: 15px;
  background-image: linear-gradient(45deg, #ff6547 0%, #ffb144  51%, #ff7053  100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.23);
  z-index: 1;
}

/* ---------------- */
/* Settings button */
       .settings-button {
            position: fixed !important;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50% 0 0 50% !important;
            transition: right 0.3s;
            z-index: 1000;
            width: 50px !important;
            height: 50px !important;
            background: white !important;
            color: #2196F3 !important;
            border: 4px solid #2196F3 !important;
            border-right: none !important;
            cursor: pointer;
            box-shadow: -4px 2px 12px rgba(0,0,0,0.2);
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            outline: 3px solid white;
            outline-offset: -7px;
            padding: 0 !important;
        }

        .settings-button::after {
            content: '';
            position: absolute;
            top: -6px;
            bottom: -6px;
            left: -6px;
            right: 0;
            border-radius: 50% 0 0 50%;
            border: 2px solid white;
            pointer-events: none;
        }

        .settings-button .fa {
            font-size: 20px;
            margin-right: 2px;
        }

        /* Override easyui default styles */
        .settings-button.l-btn {
            margin: 0 !important;
            padding: 0 !important;
            background: white !important;
        }

        .settings-button .l-btn-text {
            margin: 0 !important;
            padding: 0 !important;
            line-height: normal !important;
        }

        .settings-button.drawer-open {
            right: 350px;
        }

        #settings {
            position: fixed;
            right: -350px;
            top: 0;
            width: 350px;
            height: 100%;
            background: white;
            border-left: 1px solid #ddd;
            transition: right 0.3s;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        }

        #settings.open {
            right: 0;
        }

/* ---------------- */
blockquote {
    color: #6a737d;
    font-size: 0.85em;
    border-left: 4px #ffe7a9 solid;
    padding: 15px 20px;
    margin: 14px 2px;
    background-color: #fffef8;
    color: #be8902;
}

    blockquote *:first-child {
        margin-top: 0;
    }

    blockquote *:last-child {
        margin-bottom: 0;
    }

/* ---------------- */

/* twofactor */
        .code-input-container {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 20px;
            width: 100%;
            flex-wrap: nowrap;
            align-items: center;
        }
        .code-input-wrapper {
            width: 50px;
            height: 40px;
            position: relative;
        }
        .code-input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 24px;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            border: 1px solid #ccc;
        }
        .code-input-wrapper .textbox {
            width: 100% !important;
            height: 100% !important;
            margin: 0 !important;
        }
        .code-input-wrapper .textbox-text {
            width: 100% !important;
            height: 100% !important;
            text-align: center !important;
            font-size: 24px !important;
            line-height: 40px !important;
            padding: 0 !important;
        }        /* Action */
.article-body .action, .article-card-list .card .action {
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-body .action{
  top: -1px;
  left: -1px;
}
.article-body .action::before, .article-card-list .card .action::before {
  content: var(--action-text);
  position: absolute;
  width: 150%;
  height: 40px;
background-image: linear-gradient(45deg, #34b755 0%, #8bfb59 51%, #24aa40 100%);
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.23);
  z-index: 1;
}
.article-body .action::after, .article-card-list .card .action::after {
 content: '';
  position: absolute;
  width: 10px;
  bottom: 0;
  left: 0;
  height: 10px;
  z-index: 0;
box-shadow: 140px -140px #38dd33;
  background-image: linear-gradient(45deg, #3DA220 0%, #5BDB21 51%, #116F17 100%);}
  
.article .action::before {
  content: var(--action-text);
  position: inherit;
  width: 150px;
  height: 15px;
background-image: linear-gradient(45deg, #34b755 0%, #8bfb59 51%, #24aa40 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 10px rgba(0,0,0,0.23);
  z-index: 1;
}
/* ---------------- */
/* MENU trideni mobil */
        .mobile-menu {
            width: 100%;
            background-color: transparent;
            overflow-x: auto;
            white-space: nowrap;
            padding: 10px 0;
            border-bottom: 1px solid #e0e0e0;
        }
        
        .menu-container {
            display: inline-block;
            width: max-content;
        }
        
        .menu-item {
            display: inline-block;
            margin: 0 15px;
            text-decoration: none;
            color: #0055aa; /* Tmavě modrá barva */
            padding: 5px 10px;
            cursor: pointer;
            transition: color 0.3s ease;
        }
        
        .menu-item.active {
            color: #ff0000; /* Červená barva při aktivaci */
        }
/* ---------------- */
/* ---------------- */
/* FULLTEXT */
/* ---------------- */

.fulltext-toolbar {
	padding-top:40px;
	padding-bottom:10px;
}
.fulltext-toolbar .fulltext-search{
	width: 500px; 
	margin-left: auto; 
	margin-right: auto;
}
.fulltext-toolbar .fulltext-search .button {
	text-align:right;
	display:flex;
}
/* Styly pro mobily (do šířky 767px) */
@media screen and (max-width: 767px) {
.fulltext-toolbar {
	padding-top:5px;
	padding-bottom:5px;
}
.fulltext-toolbar .fulltext-search{
	width: 98%; 
	margin-left: auto; 
	margin-right: auto;
}
	
}

/* ---------------- */
/* --------------- */
/* MARKETING */
/*---------------- */
.marketing-iframe {
	height:99%;
	width:100%;
	height: 87vh; /* výška viewportu */
}
/* Styly pro mobily (do šířky 767px) */
@media screen and (max-width: 767px) {
.marketing-iframe {
	width:100%;
    height: 100vh; /* výška viewportu */
    border: none;
    overflow: auto;
}
}
/* --------------- */

.article-card-list .card img {
	margin-top: 10px;
	max-height: 250px;
  max-width: 250px;
  width: inherit;
}
.article-mcard-list .card img {
	margin-top: 10px;
  width: 100%;
}
.article-card-list .card .code {
	font-size: 0.7em;
	margin-top: 1px;
	display: block;
	color: #613d00;
}
.article-mcard-list .card .code {
	font-size: 0.8em;
	margin-top: 1px;
	display: block;
	color: #613d00;
}
.article-card-list .card .name {
	margin-top: 5px;
	font-size: 0.9em;
	color: #404040;
	display: block;
}
.article-mcard-list .card .name {
	margin-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #404040;
	display: block;
}
.article-mcard-list .card .brand {
	margin-top: 5px;
	font-size: 0.8em;
	color: #7b4001;
	display: block;
}
.article-card-list .card .price {
	width: inherit;
  	padding: 0 10px 0 10px;
  	display: block; 
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
}
.article-mcard-list .card .price {
	width: inherit;
  	padding: 0 10px 0 10px;
  	display: block; 
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
}
.article-card-list .card .listprice {
	float: left;
	text-decoration: line-through;
	text-decoration-color: red; /* Barva přeškrtnutí */
}
.article-mcard-list .card .listprice {
	text-decoration: line-through;
	text-decoration-color: red; /* Barva přeškrtnutí */
}
.article-card-list .card .label {
	float: left;
}
.article-mcard-list .card .label {
  float: none;
}
.article-card-list .card .customer-price {
	float: left;
	color: #006200;
}
.article-mcard-list .card .customer-price {
	color: #006200;
	font-weight: bold;
}
.article-card-list .card .basket {
	float: right;
}
.article-mcard-list .card .basket {
float: left;
  bottom: 0;
  position: absolute;
  display: block;
  padding-bottom: 10px;
  width: 36%;
  text-align: center;
}
.article-list-switcher .l-btn-icon{
	color: rgb( 140, 140, 140);
}
.article-list-switcher .toolbox{
	width: inherit;
}
.article-prop {
	width: 50%;
	border: 1px solid black;
}
.article-prop tr:nth-child(even){
	background-color: #f2f2f2;
}
.article-body {
	padding: 5px 0px 5px 6px !important;
	display: flex;
	width: 100%;
}
.article-body div{
	width: 50%;
	padding: 5px 6px 5px 6px !important;
}
.article-header {
	padding: 10px 5px 10px 5px !important;
	background-color: #fafafa !important;
	border-width: 0 0 3px 0;
}
.article-header .panel-title {
	color: black;
}
.article-header a{
	cursor: pointer;
}
.article, .article-detail {
	text-align: left;
	float: left;
}
.article-detail {
	width: 100% !important;
}
.article-detail-avail {
	width: 100% !important;
	display: flex;
}
.article-detail .article-description {
	width: 100% !important;
}
.article .article-name {
	font-weight: bold;
}
.article .article-code {
	font-size: small;
}
.article .article-jkpov {
	font-size: small;
}
.article .article-properties {
	line-height: 1.2;
}
.article .article-properties .article-property {
	font-size: 9px;
	color: #613d00;
	display: block;
}
.article-detail .article-name {
	font-weight: bold;
}
.article-detail .article-code {
	font-size: small;
}
.article-detail .article-properties {
	line-height: 1.2;
}
.article-detail .article-properties .article-property {
	font-size: 9px;
	color: #613d00;
	display: block;
}
.article-accordion .accordion-header-selected {
  background: rgb(125, 172, 249);
}
.article-accordion .panel-title {
	color: #404040;
}
.article-tab{
	width: 1170px !important;
display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-path {
    font-family: system-ui, -apple-system, sans-serif;
    padding: 12px 16px;
    margin: 0 0 10px 0;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    background: rgba(240, 249, 255, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-path a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s;
}

.article-path a:hover {
    color: #2563eb;
    text-decoration: underline;
}

.article-path .separator {
    color: #94a3b8;
    font-weight: normal;
}

/* Základní styly zůstávají stejné */

/* Media query pro mobilní zařízení */
@media screen and (max-width: 768px) {
  .article-body {
    flex-direction: column;
    padding: 5px !important;
  }
  
  .article-body div {
    width: 100% !important;
    padding: 5px !important;
  }
  
  .article-detail-avail {
    flex-direction: column;
  }
  
  .article-tab {
    width: 100% !important;
  }
  
  .article-prop {
    width: 100%;
  }
  
  /* Zajištění čitelnosti tabulky na malých displejích */
  .article-prop td,
  .article-prop th {
    padding: 8px;
    word-break: break-word;
  }
  
  /* Upravení velikosti fontu pro lepší čitelnost */
  .article-name {
    font-size: 1.2em;
  }
  
  .article-description {
    font-size: 1em;
  }
  
  /* Upravení rozložení ceny a košíku */
  .av-basket {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  
  /* Zajištění správného zobrazení cesty v kategoriích */
  .article-path {
    flex-wrap: wrap;
    padding: 8px;
  }
}

.rcrumbs a {
	cursor: pointer;
}
.group-header a:hover{
	color: #0a4ec2;
}
.group-header .panel-title {
	color: #404040;
}
.filter-header{
	color: #fff !important;
	background: #0a4ec2;
}
.filter-header .panel-title{
	color: #fff !important;
	background: #0a4ec2;
}
.filter-accordion .panel-title {
  color: #404040;
}
.unidily-accordion .panel-title {
  color: #404040;
}
.unidily-accordion .accordion-header {
  padding: 15px;
  height: 57px !important;
  background-color: #fafafa;
}
.unidily-accordion .accordion-header-selected{
  background-color: #aaaaaa;
}
.unidily-accordion .accordion-body {
  text-align: center;
}
.group-button .l-btn-text {
  font-size: 10px;
  line-height: 12px !important;
}
.group-button {
	margin: 5px 5px 5px 5px;
	width: 100px !important;
	height: 100px;
	border: none;
	background: linear-gradient(to bottom,#fff0 0,#fff0 100%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	color: black;
	text-align: center;
	vertical-align: baseline;
  	transition: all .3s;
  	
}
.group-button:hover {
  transform: scale(0.95);
}

.group-singl{
	margin: 10px 10px 10px 10px;
	width: 200px !important;
	height: 200px;
}
.group-button div {
	float: inline-start;
	text-align: center;
	width: 100%;
}
.photo {
	background-image: url("../image/L4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* Mobilní verze */
@media screen and (max-width: 768px) {
  .group-button .l-btn-text {
    font-size: 10px;
    line-height: 12px !important;
  }
  .group-button {
    width: 32% !important;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 5px 0px 0px 0px;
    border: solid darkgray 1px;
    background: linear-gradient(to bottom,#fff0 0,#fff0 100%);
    box-shadow: initial;
    color: black;
    text-align: center;
    vertical-align: baseline;
      transition: all .3s;
      
  }
  .group-button:hover {
    transform: scale(0.95);
  }
    .group-singl{
    width: 32% !important;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  
}

.filter {
	padding: 10px;
}

.filter-clear{
	color: white;
}

.delivery-number, .delivery-user, .delivery-description{
	border:0;
	background-color: #fafafa;
}
.delivery-description{
	width:100%;
	font-size:24px;
	vertical-align:middle;
	text-align:left;
}

.delivery-number .textbox-text{
		font-size:40px;
		vertical-align:middle;
		text-align:center;
		height: 50px;
}
.day{
	float: left;	
}
.lunch{
	height: 90px;
	display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    font-size: 18px;
    width: 600px;
}
.info{
	height: 90px;
}
.header-login{
	width:100px;
}
#left{
	background: #2c3b41;
    color: #8aa4af;
}
#up, #heast, #hwest, #hcenter{
	background: #222d32;
    color: #b8c7ce;
}
.footer{
	font-size: 10px;
	text-align: center;
	width: 100%;
}
.access-denied {
	width: 100%;
	height: 100%;
	background: #222d32;
	background: -webkit-linear-gradient(left,#eba5a5 0,#fff 100%);
	background: -moz-linear-gradient(left,#eba5a5 0,#fff 100%);
	background: -o-linear-gradient(left,#eba5a5 0,#fff 100%);
	background: linear-gradient(to left,#eba5a5 0,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff,endColorstr=#eba5a5,GradientType=0);
	}
.access-denied span {
	font-size: 16px;
}
.menu1{
	height: 50px;
}
.menu1,.menu1:hover,.menu1>.panel-header{
	color: #fff;
	border-color: #2c3b41;
	background: #222d32;
	background: -webkit-linear-gradient(top,#222d32 0,#222d32 100%);
	background: -moz-linear-gradient(top,#222d32 0,#222d32 100%);
	background: -o-linear-gradient(top,#222d32 0,#222d32 100%);
	background: linear-gradient(to bottom,#222d32 0,#222d32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222d32,endColorstr=#222d32,GradientType=0);
}
a.menu1:hover{
	background: #2c3b41;
	filter: none;
}
.menu1>.panel-body{
	border-color: #2c3b41;
}
.menu1>.dialog-toolbar,.menu1>.dialog-button{
	border-left-color: #2c3b41;
	border-right-color: #2c3b41;
}
.menu1>.dialog-button{
	border-bottom-color: #2c3b41;
}

.sidemenu .accordion .panel-title{
    color: #b8c7ce;
}
.sidemenu .accordion .accordion-header{
    background: #222d32;
    color: #b8c7ce;
}
.sidemenu .accordion .accordion-body{
    background: #2c3b41;
    color: #8aa4af;
}
.sidemenu .accordion .accordion-header-selected{
    background: #1e282c;
}
.sidemenu .accordion .accordion-collapse{
    background: transparent;
}
.sidemenu .tree-node-hover{
    background: #2c3b41;
    color: #fff;
}
.sidemenu .tree-node-selected{
    background: #2c3b41;
    color: #fff;
}
.sidemenu .accordion-header .panel-icon{
    font-size: 16px;
}
.sidemenu .accordion-header .panel-tool{
    display: none;
}
.sidemenu .accordion-header::after,
.sidemenu .tree-node-nonleaf::after{
    display: inline-block;
    vertical-align: top;
    border-style: solid;
    transform:rotate(45deg);
    width: 4px;
    height: 4px;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 0 1px 1px 0;
}
.sidemenu .accordion-header-selected::after{
    transform:rotate(-135deg);
}
.sidemenu .tree-node-nonleaf::after{
    transform:rotate(-135deg);
}
.sidemenu .tree-node-nonleaf-collapsed::after{
    transform:rotate(45deg);
}
.sidemenu-collapsed .accordion-header::after{
    display: none;
}
.sidemenu-tooltip .accordion{
    border-color: #1e282c;
}


.sticky {
	position: sticky;
    top: 0;
}











.window-mask {
	opacity: 0.6;
	background-color: black;
}

#header-inner {
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: left;
	width: 960px;
}

.north {
	height: 72px;
	text-align: center;
}

.navbar {
	padding: 12px 10px 10px 10px;
	width: 250px;
}

.navbar-login {
	padding: 17px 0 0 0;
	width: 250px;
}

.tab-login {
	padding: 3px 0 0 5px;
}

.navbutton, .navbutton:hover {
	text-align: left;
	margin: 5px 0 5px 0;
	width: 338px;
}
/*
.l-btn-text {
	font-size: 12px;
}
*/
a.navbutton:hover {
	filter: none;
}

.datagrid-row-over.firma, .datagrid-row-over.nevim, .datagrid-row-over.soukr
	{
	background: #99c2ff;
}

.datagrid-row-selected.firma, .datagrid-row-selected.nevim,
	.datagrid-row-selected.soukr {
	background: #1a75ff;
}
.user-stat-panel {
	float: left;
	width:50%;
	height:33%;
}


.text-bold {
	font-weight: bold;
}

.tools-zadanka, .tools-vydejka, .tools-prijemka, .tools-inventura {
	background-color: transparent;
}

.tabs-header-noborder .tabs-tool {
	border-width: 0 0 1px 0;
}

#customer .tabs li .tabs-close {
  background: none;
}
#customer .tabs li .tabs-close::before {
  font-family: 'FontAwesome';
  /*font-weight: 900;*/
  content: '\f2d3'; /* Unicode pro fa-times-circle */  
  display: inline-block;
  margin-right: 5px; /* Přidá mezeru vpravo od ikony */
  color: #ffffff; /* Nastaví barvu ikony na bílou */
  font-size: 14px; /* Nastaví velikost ikony */  
  background-color: #000000;
}

/* Pro Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #customer .tabs li .tabs-close::before {
    margin-top: -1px;
  }
}

/* Pro Firefox */
@-moz-document url-prefix() {
  #customer .tabs li .tabs-close::before {
    margin-top: -2px;
  }
}



.tool-sklad {
	padding: 5px;
}

.dash {
	float: left;
	margin: 5px;
}
.dash div, .dash span {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    float: left;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    z-index: 1000;
    opacity: .8;
    font-weight:bold;
}
.clean {
    clear: both;
    margin: 0px;
}
.dash h1 {
	font-weight:bolder;
	font-size: 16px;
	margin: 0px;
	color: #00B8E6;
}
.dash div table {
	border-collapse: collapse;
}
.dash div td {
	padding: 5px;
}
.dash .borderdown {
	border-bottom: 3px solid #CCF1FA;
}
.dash .borderright {
	border-right: 3px solid #CCF1FA;
}
.ict, .ict:hover {
	background: transparent;
	border: none;
}

a.ict:hover {
	background: transparent;
	filter: none;
	border: none;
}
.icon-small {
	font-size: 9px;
}
.icon-normal {
	font-size: 16px;
}
.icon-big {
	font-size: 32px;
}
.icon-monster {
	font-size: 64px;
	width: 70px;
	height: 70px;
}
.icon-red {
	color: #ff4d4d;
}
.icon-gray {
	color: #595959;
}
.icon-green {
	color: #4dff4d;
}

.icon-up {
	background: url('../icons/ac_up.png') no-repeat center center;
}
.icon-list:before {
	content: "\f03a";
}
.icon-zadanka:before {
	content: "\f217";
}
.icon-vydejka:before {
	content: "\f16c";
}
.icon-prijemka:before {
	content: "\f1b2";
}
.icon-normativ:before {
	content: "\f085";
}
.icon-inventura:before {
	content: "\f079";
}
.icon-informace:before {
	content: "\f05a";
}

.icon-zadanka-add:before {
/*	background: url('../icons/silk/note_add.png') no-repeat center center;*/
/*	background: url('../icons/glyphicons-191-circle-plus.png') no-repeat center center;*/
	content: "\f196";
}
.icon-stock:before {
	/*content: "\f02a";*/
	content: "\f03b";
	font-size: 16px;
}
.icon-delete:before {
	content: "\f00d";
	font-size: 16px;
}
.icon-magic:before {
	content: "\f0d0";
	font-size: 16px;
}
.icon-circle:before {
	content: "\f1db";
}
.icon-zadanka-edit:before {
	content: "\f044";
}
.icon-zadanka-print:before {
	content: "\f02f";
}

.icon-zadanka-view:before {
	content: "\f06e";
}
.icon-zadanka-archive:before {
	content: "\f187";
}
.icon-zadanka-info:before {
	content: "\f05a";
}
.icon-confirm:before {
	content: "\f046";
}
.icon-to-isys:before {
	content: "\f08b";
}
.icon-trash:before {
	content: "\f014";
}
.icon-locks:before {
	content: "\f023";
}
.icon-unlock:before {
	content: "\f09c";
}
.icon-places:before {
	content: "\f23e";
}
.icon-puzzle:before {
	content: "\f12e";
}
.icon-eraser:before {
	content: "\f12d";
}
.f-icon-search:before {
	content: "\f002";
	font-size: 16px;
}
.icon-poweroff:before {
	content: "\f011";	
	font-size: 16px;
}/*
.icon-poweroff
{
	color: #FF7575;
}*/

.icon-zadanka-add:hover, .icon-zadanka-save:hover, .icon-stock:hover, .icon-delete:hover,
	.icon-magic:hover, .f-icon-searh:hover, .icon-zadanka-edit:hover, .icon-confirm:hover,
	.icon-to-isys:hover, .icon-trash:hover, .icon-zadanka-view:hover, .icon-poweroff:hover,
	.icon-zadanka-print:hover, .icon-zadanka-archive:hover, .icon-zadanka-info:hover, .icon-eraser:hover {
text-shadow: 0px 0px 2px #66CCFF;
color: #5cb8e6;
}
.icon-zadanka-delete {
	background: url('../icons/silk/note_delete.png') no-repeat center center;
}
.icon-zadanka-error {
	background: url('../icons/silk/note_error.png') no-repeat center center;
}
.icon-info:before {
	content: "\f015";
}
.icon-zadanka-save:before {
	/*background: url('../icons/silk/disk.png') no-repeat center center;*/
	/*background: url('../icons/glyphicons-447-floppy-save.png') no-repeat center center;*/
	content: "\f0c7";
}
.icon-menu:before {
	/*background: url('../icons/glyphicons-159-show-lines.png') no-repeat center center;*/
	content: "\f0c9";
	font-size: 16px;
}
.icon-ok {
	background: none no-repeat center center;
}
.icon-ok:before {
/*	background: url('../icons/silk/note_add.png') no-repeat center center;*/
/*	background: url('../icons/glyphicons-191-circle-plus.png') no-repeat center center;*/
	content: "\f00c";
	font-size: 16px;
}
.icon-ok:hover {
text-shadow: 0px 0px 2px #66CCFF;
color: #5cb8e6;
}



@media screen and (max-width: 1440px) {

	.datagrid-cell, .datagrid-header .datagrid-cell span, .panel-body, .l-btn-text, .tabs-title{
		font-size: 12px;
	}
}

/* Uprava theme */
.textbox-focused {
  -moz-box-shadow: 0 0 4px 0 #6699FF;
  -webkit-box-shadow: 0 0 4px 0 #6699FF;
  box-shadow: 0 0 4px 0 #6699FF;
}

dt {
    font-weight: bold;
    margin-top: .5em;
}
dd { margin-top: .1em; }

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.no-sort {
	color: rgb(128, 64, 0);
}
.copyText {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
	color: rgb(128, 64, 0);
}

.copyText::after {
    content: 'Zkopírováno!';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
}

.copyText.copied {
    color: #4CAF50;
}

.copyText.copied::after {
    opacity: 1;
    top: -25px;
}
.blueimp-gallery-display {
  display: block;
  opacity: 0.9;
}

.slide-out-elliptic-top-bck {
	-webkit-animation: slide-out-elliptic-top-bck 0.7s ease-in both;
	        animation: slide-out-elliptic-top-bck 0.7s ease-in both;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-2 13:40:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-elliptic-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-elliptic-top-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
@keyframes slide-out-elliptic-top-bck {
  0% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
            transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
            transform-origin: 50% 1400px;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
            transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 1;
  }
}
.mobile-panel {
	height:100%;
}
/* toolbar invoice */
#itoolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 8px;
}
/* toolbar deliverynote */
#dtoolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 8px;
}

.toolbar-row {
    display: flex;
    align-items: center;
}

/* Společné styly pro labely */
.toolbar-row label,
.switchbutton-label {
    width: 160px !important;
    text-align: right !important;
    padding-right: 10px !important;
}

/* Resetování margin pro všechny komponenty */
.switchbutton,
.datebox {
    margin-left: 0 !important;
}

/* Mobilní verze */
@media screen and (max-width: 768px) {
    #itoolbar {
        flex-direction: column;
        align-items: flex-start;
        max-width: 600px;
        margin: 0 auto;
        gap: 15px;
    }

    .toolbar-row {
        width: 100%;
        justify-content: flex-start;
    }

    .easyui-switchbutton,
    .easyui-datebox {
        flex: 0 0 auto;
    }
}
/* tabulka invoice */
@media (max-width: 767px) {
    /* Skrytí prvního sloupce s čísly řádků */
    .datagrid-header-rownumber,
    .datagrid-cell-rownumber {
        display: none !important;
        width: 0 !important;
        padding: 0 !important;
    }
    
    /* Kontejner pro datagrid header */
    .datagrid-view {
        overflow-x: auto !important;
        width: 100% !important;
    }
    
    /* Header table */
    .datagrid-view .datagrid-header {
        width: auto !important;
        overflow-x: visible !important;
    }
    
    .datagrid-header-inner {
        width: auto !important;
    }
    
    /* Nastavení fixních šířek pro buňky v hlavičce */
    .datagrid-header .datagrid-cell {
        width: 150px !important;
        min-width: 150px !important;
        white-space: nowrap;
    }
    
    /* Vertikální zobrazení dat */
    .mobile-row {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        background: #fff;
    }
    
    .mobile-cell {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-cell:last-child {
        border-bottom: none;
    }
    
    .mobile-label {
        font-weight: bold;
        color: #666;
    }
    
    .mobile-value {
        margin-left: 10px;
    }
}
	.translatable {
		position: relative;
		display: inline-block;

	}
	.translate-icon {
		margin-left: 10px;
		color: #0066cc;
		cursor: pointer;
	}
	.translate-icon:hover {
		color: #004499;
	}