/*custom style*/
.layout-wrapper {
	height: 100vh;
	position: relative;
	z-index: 900;
	display: flex;
	flex-direction: column;
}
.main-header {
	background: linear-gradient(154deg, rgba(243, 246, 249, 1) 200px, rgba(213, 216, 219, 1) 350px); 
	padding: .75rem 2rem;
	margin: 0 0 1.25rem 0;	
}
.top-bar {
	display: flex;
	justify-content: space-between;
}
.top-bar-userbox,
.top-bar-brand {
    display: flex;
    align-items: center;
}
.top-bar-brand .logo img {
    max-width: 280px;
    height: auto;
}
.top-bar-brand .portal_name {
	font-size: 24px;
	line-height: 34px;
	color: #555555;
	margin-left: 130px;
}
.top-bar-brand a.opener {
	color: #727272;
}
.top-bar-brand a.opener:hover {
	color: #1c549f;
}

.top-bar-brand .logo .logo-dark {
    display: none;
}
.top-bar-user a,
.top-bar-brand a {
    color: #727272;
}
.top-bar-user a:hover,
.top-bar-brand a:hover {
    color: #bf0000;
}
.top-bar-brand i {
	font-size: 1.25rem;
	width: 1.25rem;
	text-align: center;
	margin-top: 10px;
}
.tile-header.tile.bg-secondary {
	width: 35px;
	height: 35px;
	line-height: 37px;
	overflow: hidden;
}
.top-bar-user {
	margin-right: 1.5rem;
}
.top-bar-user i {
	font-size: 1.25rem;
	margin-right: .5rem;
}
.top-bar-user a {
	color: #6c757d;
}
.top-bar-user a:hover {
	color: #444755;
}
.top-bar-flags a {
	margin-left: .25rem;
	vertical-align: text-bottom;
	display: inline-block;
	opacity: 0.5;
}
.top-bar-flags a.flag-active,
.top-bar-flags a:hover {
	opacity: 1;
}


.main-content  {
	padding: 0;
	margin: 0;
	display: flex;
	flex-grow: 1;
	min-height: 0;
}
.aside {
	position: relative;
	flex: 0 0 300px;
	background-color: #6c757d;
	padding: 0;
	overflow-y: auto;
	transition: all 0.3s ease;
}





.main {
	position: relative;
	flex: 1 1 auto;
	padding: 0 2rem 0 1.25rem;
	min-width: 0;
	/*height: 100%;*/
}
.sidebar-mini .aside {
	width: 78px;
	/*background-color: #eeeeee;*/
	flex: 0 0 78px;
	transition: all 0.3s ease;
}
/*.sidebar-mini .aside:hover {
	flex: 0 0 300px;
	transition: all 0.3s ease;
}*/

.sidebar-mini .aside:hover {
	width: 300px;
	height: 100%;
	flex: 0 0 auto;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.20);
	transition: all 0.3s ease;
	position: fixed;
	z-index: 100;
}

.sidebar-mini .aside:hover + .main {
	padding-left: 98px;
	/*transition: all 0.3s ease;*/
}


/*.sidebar-mini .main {
	transition: all 0.3s ease;
}*/

.content-box {
	display: flex;
	flex-direction: column;
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	/* left: 0; */
	/* right: 0; */
	height: 100%;
}
.form-default,
.form-view  {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}
.modal .form-default,
.modal .form-view  {
	max-height: 75vh;
}
.modal .col-3.form-group {
	min-width: 400px;
}
.form-default .form-containar,
.form-view .form-containar {
	overflow-y: auto;
	flex: 1;
}
.form-default .form-content,
.form-view .form-content {
	padding-right: 1rem;
	padding-left:  0.25rem;
	position: relative;
}
.form-default .dropdown-toggle.btn {
	/*font-weight: 300;*/
	text-transform: inherit;
	line-height: 1.7;
}
.form-default .form-control {
	/*font-weight: 400;*/
}

.form-default label,
.form-view label {
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 0.25rem;
}
label sup {
	font-size: 120%;
	top: 0;
	padding: 0 0 0 2px;
}
.form-default .kinet-relatedLables-name,
.form-view .kinet-relatedLables-name {
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 0.25rem;
}
.form-default .kinet-relatedLables-text,
.form-view .kinet-relatedLables-text {
	font-size: 0.9rem;
	font-weight: 300;
	/*color: #777777;*/
}
.form-default .kinet-relatedLables-text {
	width: 70%;
	padding: 0.375rem 1rem;
	background: #f8f9fa;
	border-radius: 0.25rem;
}
.form-default .kinet-relatedLabels-row {
	margin-top: 1rem;
}
.form-view .kinet-relatedLabels-row {
	border-top: 2px solid #ffffff;
	margin-top: 0.5rem;
	padding-top: 0.6rem;
}
.kinet-custom-select {
	position: relative;
}
.kinet-custom-select .invalid-feedback {
	position: absolute;
	bottom: 0;
}
.kinet-custom-select .is-invalid ~ .btn.dropdown-toggle {
	margin-bottom: 22px;
	border-color: #dc3545;
}
.kinet-custom-select.is-invalid .is-invalid ~ .btn.dropdown-toggle {
	margin-bottom: 0;
}
.kform-type-DateRange {
	position: relative;
}
.kform-type-DateRange .invalid-feedback {
	position: absolute;
	bottom: -20px;
}
.kform-type-DateRange .is-invalid ~ .flatpickr {
	margin-bottom: 35px;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label:before, 
.custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color: transparent;
}
.was-validated .custom-control-input:valid ~ .custom-control-label:before, 
.custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: transparent;
	box-shadow: none !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	box-shadow: none !important;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, 
.custom-control-input.is-valid ~ .custom-control-label {
	color: #212529;
}
.bottom-buttons-line {
	background: #e9ecef;
	padding: 1.25rem 2rem 1.5rem 1.25rem;
	margin: 0 -2rem 0 -1.25rem;
	flex: 0 0 80px;
	display: flex;
	justify-content: space-between;
}
.bottom-buttons-line .btn {
	margin-right: 0.5rem;
}

.modal .bottom-buttons-line {
	margin: 0 -1rem -1rem -1rem;
	border-radius: 0 0 0.3rem 0.3rem;
	padding: 1rem 2rem 1rem 1.125rem;
	flex: 0 0 65px;
}
.modal .modal-table-container {
	height: 75vh;
}
.modal .kadmin-roles .col-md-2.role-name {
  flex: 0 0 20%;
  max-width: 20%;
	font-size: 500;
}
.modal .kadmin-roles .col-md-10.role-desc {
  flex: 0 0 80%;
  max-width: 80%;
}

.side-menu {
	height: 100%;
	overflow-y: auto;
}
.side-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-menu div > ul {
    margin: 1rem 0;
}


.side-menu .menu.menu-root > li > a {
    text-transform: uppercase;
}
.side-menu .menu > .menu-item > .menu .menu-link {
	padding: .5rem 2rem .5rem 4rem;
	line-height: 1.15rem;
	text-transform: inherit;
}
.side-menu .menu-link {
	padding: .7rem 2rem;
    font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    /*color: #727272;*/
	color: #c3c3c3;
    text-decoration: none;
}
.side-menu .menu .menu-item .menu-link:hover {
	/*color: #1c549f;*/
	color: #ffffff;
}
.side-menu > .menu > .menu-item.has-active > .menu-link {
	/*color: #1c549f;*/
	color: #ffffff;
}
.side-menu .menu-item.has-active > .menu-link {
	/*color: #1c549f;*/
	color: #ffffff;
}
.side-menu > .menu > .menu-item > .menu-link {
    /*color: #727272;*/
	color: #a0b3cd;
}
.side-menu .menu-item.has-active.has-child > .menu-link {
	/*color: #727272;*/
	font-weight: 400;
}
.side-menu .menu-link > i {
	width: 0.7em;
	margin-right: .9em;
	/*text-align: center;*/
	font-size: 1.25rem;
	line-height: 24px;
}

/*.side-menu .menu-link > i:before {
	display: block;
	width: 25px;
	text-align: center;
	height: 21px;
}*/
.side-menu .menu > .menu-item > .menu .menu-link > i {
	font-size: .45rem;
	margin-right: 1.5em;
	/*vertical-align: calc(100% - 6px);*/
}
/*.side-menu .menu > .menu-item > .menu .menu-link {
	padding-left: 4.5rem;
	line-height: 1.15rem;
	text-transform: inherit;
}*/

/*.side-menu .menu > .menu-item > .menu .menu-link:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	background-color: #727272;
	top: 14px;
	left: 4.5rem;
	border-radius: 1px;
}*/
/*.side-menu .menu > .menu-item.has-active > .menu-link:before {
	background-color: #1c549f;
}*/
/*.side-menu .menu .menu-item .menu-link:hover:before,
.side-menu .menu > .menu-item.has-active .menu-link:hover:before {
	background-color: #1c549f;
}*/
.side-menu .menu .menu-item .menu-link {
 display:flex;
 align-items:center
}
.side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	margin-left: auto;
	content: "\f078";
	transition: transform .2s;
}
.side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
 transform:rotate(-180deg)
}
.sidebar-mini .aside .side-menu {
	overflow: hidden;
}
.sidebar-mini .side-menu .menu-text {
	display: none;
	transition: all 0.3s ease;
}
/*.sidebar-mini .side-menu .menu-link {
	padding: .5rem 0 .5rem 2rem;
}*/
.sidebar-mini .side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after,
.sidebar-mini .side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
	display: none;
}
.sidebar-mini .side-menu .menu > .menu-item > .menu {
	display: none;
}

.sidebar-mini .aside:hover .side-menu {
	overflow-y: auto;
}
.sidebar-mini .aside:hover .side-menu .menu-text {
	display: block;
	transition: all 0.3s ease;
}
.sidebar-mini .aside:hover .side-menu .menu-link {
	/*padding: .5rem 2rem;*/
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu .menu-link {
    /*padding-left: 5.3rem;*/
}
.sidebar-mini .aside:hover .side-menu .menu .menu-item .menu-link[data-toggle="collapse"]:after,
.sidebar-mini .aside:hover .side-menu .menu .menu-item .menu-link[data-toggle=collapse][aria-expanded=true]:after {
	display: block;
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu {
	display: inherit;
}
.sidebar-mini .aside:hover .side-menu .menu > .menu-item > .menu.collapse:not(.show) {
    display: none;
  }

.main-title {
	background: #e9ecef;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}
.intro-text {
	margin-bottom: 0.5rem;
}
.content {
    /*order: 0;
    flex: 1 1 auto;
    align-self: auto;*/
	min-height: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content form,
form {
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.form-containar {
	overflow-y: auto;
	flex: 1;
}


.buttons-line {
    display: flex;
    justify-content: space-between;
}
.left-buttons-box,
.right-buttons-box {
    display: flex;
    align-items: center;
}
.pagination-line {
    font-size: .875rem;
}
/*login page*/
.login-page .layout-wrapper {
background: #d5d8db; /* Old browsers */
background: -moz-linear-gradient(left, #444755 0%, #5d6072 50%, #444755 100%);
background: -webkit-linear-gradient(left, #444755 0%,#5d6072 50%,#444755 100%);
background: linear-gradient(to right, #444755 0%,#5d6072 50%,#444755 100%);
}
.login-page .container-fluid {
	width: 500px;
	height: auto;
	max-height: 600px;
	overflow: auto;
	margin-top: 10vh;
	margin-bottom: 5vh;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 100px 0px rgba(0,0,0,0.5);
}
.login-box {
	height: auto;
	background: #ffffff;
	padding: 2rem 3rem 0.5rem 3rem;
	width: 100%;
}
.login-logo {
	text-align: center;
	margin-bottom: 2rem;
}
.login-box .login-form {
}
.login-box .login-form h2 {
	text-align: center;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.login-form .btn.btn-primary.btn-block {
	width: 200px;
	margin: 0 auto;
}
.login-box .auth-links {
	text-align: center;
	margin-top: 10px;
}
.login-notice {
	text-align: center;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	color: #777777;
}

.login-page .top-bar-flags {
	text-align: center;
	margin: 0 0 1rem 0;
}
.login-page .top-bar-flags .flag img {
	border: 1px solid #cccccc;
}



/*.login-bg {
    background-image: url(../img/loginImg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	flex: 0 0 55%;
	max-width: 55%;
}*/
.login-page .form-control {
	background-color: #efefef;
	border: 0;
}
.login-page .qrcode {
	display: inline-block;
	padding: 10px;
	background: #ffffff;
}
.pin-group small {
	text-align: center;
}


/*input pin code*/
.pin-code {
	width: 402px;
	height: 38px;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem;
	letter-spacing: 1.78ch;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
/*	background: url(../img/pinDotsX.png) no-repeat 0.85rem 14px;*/
	position: relative;
	background-color: transparent !important;
	background-clip: content-box;
	font-family: "Roboto Mono", "Roboto","Helvetica","Arial",sans-serif;
}
.pin-code:focus {
    background: transparent;
}
.pin-wrap.is-invalid~.invalid-feedback {
    display: block;
}
/*
.pin-code.pinDots-4 {
	background-position: 130px 14px;
}
.pin-code.pinDots-3 {
	background-position: 130px -26px;
}
.pin-code.pinDots-2 {
	background-position: 130px -66px;
}
.pin-code.pinDots-1 {
	background-position: 130px -106px;
}
.pin-code.pinDots-0 {
	background-position: 130px -132px;
}*/

/* tile icons*/
.tile {
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	color: #ffffff;
	font-weight: 600;
	font-size: 1rem;
	background-color: #e4e4e4;
	line-height: 1.75rem;
	text-align: center;
	vertical-align: middle;
	border-radius: .2rem;
	margin: 0 0.125rem;
}
.tile i {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.125rem;
	display: inline-block;
}
.tile i:before {
	line-height: 1.75rem;
}
.tile i.fa-pen {
	font-size: 1rem;
}
.tile i.fa-times {
	font-size: 1.4rem;
}
.tile i.fa-comment-alt:before {
	line-height: 2rem;
}

/*states*/
.table-kupon-activity-0,
.table-kupon-activity-1,
.table-kupon-activity-2,
.table-kupon-activity-3 {
	width: 110px;
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	border-radius: 0.25rem;
}
.table-kupon-activity-0 {
	background-color: #f1f1f1;
}
.table-kupon-activity-1 {
	background-color: #ddfcdd;
}
.table-kupon-activity-2 {
	background-color: #e4effc;
}
.table-kupon-activity-3 {
	background-color: #fce4e4;
}
.table-kupon-state-0,
.table-kupon-state-1,
.table-kupon-state-2 {
	width: 110px;
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	border-radius: 0.25rem;
}
.table-kupon-state-0 {
	background-color: #f1f1f1;
}
.table-kupon-state-1 {
	background-color: #fef1d0;
}
.table-kupon-state-2 {
	background-color: #ddfcdd;
}
.table-letak-activity-0,
.table-letak-activity-1,
.table-letak-activity-2,
.table-letak-activity-3,
.table-letak-activity-4 {
	width: 110px;
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	border-radius: 0.25rem;
}
.table-letak-activity-0 {
	background-color: #f1f1f1;
}
.table-letak-activity-1 {
	background-color: #ddfcdd;
}
.table-letak-activity-2 {
	background-color: #e4effc;
}
.table-letak-activity-3 {
	background-color: #fce4e4;
}
.table-letak-activity-4 {
	background-color: #fcf0df;
}

.table-letak-state-0,
.table-letak-state-1,
.table-letak-state-2,
.table-letak-state-3 {
	width: 110px;
	display: inline-block;
	padding: 1px 0px;
	text-align: center;
	border-radius: 0.25rem;
}
.table-letak-state-0 {
	background-color: #f1f1f1;
}
.table-letak-state-1 {
	background-color: #fef1d0;
}
.table-letak-state-2 {
	background-color: #ddfcdd;
}
.table-letak-state-3 {
	background-color: #efdffc;
}


/*custom tree*/

.custom-content-block {
	flex: 1;
	overflow-y: auto;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
.custom-tree-control {
	padding: 0;
	list-style-type: none;
}
.custom-tree-control li.collapsed > ul {
	display: none;
}
.custom-tree-control ul {
	list-style-type: none;
}
.custom-tree-control li .custom-tree-ico {
	width: 2.25rem;
	height: 2.25rem;
	background: #e9ecef;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	margin-left: auto;
	transition: transform .2s;
	text-align: center;
	line-height: 2.25rem;
	color: #727272;
}
.custom-tree-control li.has-children.collapsed .custom-tree-ico {
	background: #e9ecef;
}
.custom-tree-control li.has-children .custom-tree-ico {
	background: #fef1d0;
}

.custom-tree-control li.has-children {
	background-color: #fefaf1;
	padding-bottom: 0.25rem;
}
.custom-tree-control li.has-children.collapsed {
	padding-bottom: 0;
}
.custom-tree-control li.has-children .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children li.has-children .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children li.has-children li.has-children .custom-tree-ico:before {
	content: "\f068";
}
.custom-tree-control li.has-children.collapsed .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children.collapsed .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children li.has-children.collapsed .custom-tree-ico:before {
	content: "\f067";
}
.custom-tree-control li.has-children li .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children li .custom-tree-ico:before,
.custom-tree-control li.has-children li.has-children li.has-children li .custom-tree-ico:before {
	content: "";
}
.custom-tree-control ul li .custom-tree-ico {
	width: 1.2rem;
	height: 1.2rem;
	background: transparent;
	content: "";
	position: absolute;
	left: -1.75rem;
	top: 0.45rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: block;
	margin-left: auto;
	transition: transform .2s;
	text-align: center;
	line-height: 1.2rem;
	color: #727272;
}
.custom-tree-control li.has-children li .custom-tree-ico,
.custom-tree-control li.has-children li.has-children .custom-tree-ico,
.custom-tree-control li.has-children li.has-children.collapsed .custom-tree-ico {
	background: transparent;
}
.custom-tree-control li {
	padding: 0 0 0 2.25rem;
	position: relative;
}
.custom-tree-control .has-children ul {
	position: relative;
	padding: 0;
	margin-left: 2.8rem;
}
.custom-tree-control .has-children ul li {
	padding: 0;
	position: relative;
}
.custom-tree-control .custom-tree-item {
	display: flex;
	align-items: center;
	min-height: 2.25rem;
	padding: 0.25rem 0.5rem 0.25rem 1rem;
	background-color: #fafafa;
	margin: 0.5rem 0;
}
.custom-tree-control li.has-children.collapsed .custom-tree-item {
	background-color: #fafafa;
}
.custom-tree-control li.has-children .custom-tree-item {
	background-color: #fff7e3;
}
.custom-tree-control li.has-children li .custom-tree-item,
.custom-tree-control li.has-children li.has-children .custom-tree-item,
.custom-tree-control li.has-children li.has-children.collapsed .custom-tree-item {
	background-color: #fef1d0;
	margin: 0 0 0.25rem 0;
}
.custom-tree-control .custom-tree-item .custom-control,
.custom-tree-control .custom-tree-item .item-label {
	flex: 1 1 auto;
	min-height: auto;
}
.custom-tree-control .custom-control-label:before {
	background-color: #ffffff;
}
.custom-tree-control .custom-tree-item .tile {
	flex: 0 0 auto;
}


/*custom table*/
.floatThead-wrapper {
	display: flex;
	overflow-y: auto;
}



/*button + icon*/
.btn i {
	margin-right: 0.5rem;
}
.input-group-append .btn i {
	margin: 0;
}
/*form add product*/
.form-half-content .bootstrap-select.form-control:not([class*="col-"]) {
	width: 95%;
}
.form-half-content .form-control {
	width: 95%;
}
.form-half-content .custom-control.custom-checkbox {
	width: 100%;
}
.form-half-content .bs-searchbox .form-control {
	width: 100%;
}
.bg-img-zone {
	width: 100%;
	height: auto;
	padding: 1.5rem;
	background-color: #f8f9fa;
	margin-bottom: 1rem;
}
.half1 .bg-img-zone {
	width: 95%;
	height: auto;
}
.bg-img-cover {
	text-align: center;
	margin-bottom: 1rem;
	background-color: #ffffff;
	position: relative;
}
.bg-img-cover img {
	max-width: 100%;
	max-height: 50vh;
}
.cover-oz-logo.bg-img-cover {
	background-color: transparent;
}
.cover-oz-logo.bg-img-cover img {
	max-width: 150px;
	max-height: 150px;
}

.img-delete.btn {
	position: absolute;
	margin: 10px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}
.img-delete.btn:hover {
	color: #ffffff;
	background-color: #ed7208;
}

.custom-file-label:after {
	line-height: 1.9;
	background-color: #e9ecef;
}
/*.alt-img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	max-height: 500px;
}*/

.img-zone-original-file {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ced4da;
}
.img-zone-original-file a {
	display: block;
}
.form-half-content .btn.btn-primary {
	opacity: 0.8;
}

/*provozovny*/
.provozovny {
	margin-top: 20px;
}
.provozovny .tile.bg-primary {
	margin-top: 29px;
}



/*product view*/
.form-view .img-zone-original-file {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.form-view .form-group {
	width: 95%;
	padding: 0.5rem;
	background: #f8f9fa;
	border-radius: 0.25rem;
	/* border-bottom: 1px solid #dddddd; */
}
.form-view .view-control {
	font-size: 0.9rem;
	font-weight: 400;
}
 
/*leaflet img*/
.leafletGallery {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.leafletItem {
	width: auto;
	height: 250px;
	flex: 0 0 auto;
	margin: 5px 10px 5px 0;
	position: relative;
	overflow: hidden;
}
.leafletItem img {
	border: 1px solid #ced4da;
	max-height: 250px;
}
.leafletImgOverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(108,117,125,0.9);
	padding-top: 100px;
	text-align: center;
	transform: translate3d(0px, 100%, 0px);
	transition: transform 0.35s ease 0s;
	color: #ffffff;
}
.leafletItem:hover .leafletImgOverlay {
	transform: translate3d(0px, 0px, 0px);
	transition: transform 0.35s ease 0s;
}
.leafletImgZoom.btn {
	border: 1px solid #ffffff;
	margin-bottom: 30px;
}
.leafletImgZoom.btn:hover {
	border: 1px solid #6c757d;
	color: #6c757d;
	background-color:  #ffffff;
}

.img-prev-back {
	vertical-align: middle;
	text-align: center;
	line-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(80,80,80,0.8);
	z-index: 32000;
}
.img-prev-back img {
	border: 10px solid #FFF;
	border-radius: 5px;
	max-width: 80vw;
	max-height: 80vh;
}
*[data-image-preview] {
  cursor: pointer;
}

/*grid*/
.tableGrid .col-3 {
padding: 0 0.5rem;	
}
.grid-product {
	background-color: #e9ecef;
	padding: 1rem;
	margin: 0.5rem 0;
	position: relative;
}
.grid-product .grid-product-image {
	width: 100%;
	position: relative;
	background-color: #ffffff;
}
.grid-product .grid-product-image:before {
content: "";
display: block;
padding-top: 100%;
}
.img-cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
}
.grid-product .grid-product-image img {
max-width: 100%;
max-height: 100%;
}
.grid-product .grid-product-text {
	width: 100%;
	margin-top: 1rem;
}
.grid-product .grid-product-text p {
	margin-bottom: 0.25rem;
	font-size: 0.8rem;
}
.grid-product .grid-product-text .text-name,
.grid-product .grid-product-text .text-brand  {
	font-size: 0.9rem;
	line-height: 1.15rem;
	font-weight: 400;
	/*min-height: 40px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.grid-product .grid-product-text .text-brand  {
	margin-bottom: 0.1rem;
}

.grid-product .grid-product-text .text-format {
	width: 47%;
	display: inline-block;
}
.grid-text.text-material {
	text-align: right;
	width: 47%;
	display: inline-block;
}
.grid-product-hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	/*background: rgba(28,84,159,0.5);*/
	background: rgba(155,166,178,0.9);
	top: 0;
	left: 0;
	transition: opacity 0.3s;
	opacity: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}
.grid-product-hover-overlay:hover {
	opacity: 1;
}


/*filters*/
.table-filter .bootstrap-select {
	margin: 0.25rem 0;
}
.table-filter .filter-label {
	font-weight: 400;
}
.table-filter .btn .close {
	line-height: 0.9;
}
.table-filter .btn-light {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}
.table-filter .btn-light.bs-placeholder {
	color: #999;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.table-filter .btn-light:hover.bs-placeholder {
	color: #999;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

/*nav steps*/
.nav-steps {
	display: flex;
	margin-right: -5px;
	margin-left: -5px;
	flex-wrap: wrap;
}
.nav-steps .step {
	flex: 0 0 20%;
	padding-right: 5px;
	padding-left: 5px;
}
.nav-steps .step span {
	display: block;
	color: #798181;
	background-color: #cbd9ed;
	padding: 0.7rem;
	text-transform: uppercase;
	font-size: 0.95rem;
	font-weight: 400;
}
.nav-steps .step.actual span {
	color: #ffffff;
	background-color: #da5e72;
}
.nav-steps .step.actual-selected span {
	color: #ffffff;
	background-color: #cb203b;
}
.nav-steps .step.done span {
	color: #ffffff;
	background-color: #1c549f;
}
.nav-steps .step.done-selected span {
	color: #ffffff;
	background-color: #072b69;
}

/*nahled TV*/
.preview-back {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(128,128,128,0.8);
	top: 0;
	left: 0;
	z-index: 32000;
}
.preview-back .preview-area {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}


/*modal approval*/
.approval-container {
	max-height: 500px;
}
.approval-content {
	/*padding-right: 10px;*/
}
.approval-info {
	margin-bottom: 20px;
	background-color: #f8f9fa;
	padding: 10px 10px 2px 10px;
}
.approval-info p {
	margin-bottom: .5rem;
	font-weight: 500;
}
.approval-info span {
	font-style: italic;
	min-width: 110px;
	display: inline-block;
	font-weight: 300;
	margin-right: 10px;
}
.approval-info span sup {
	display: none;
}
.approval-process {
	margin-bottom: 20px;
}
.approval-radio {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	display: flex;
}
.approval-radio .form-group.kform-type-Radiobox {
	margin: 0 10px 0 0;
}
.approval-radio .custom-control.custom-radio {
	background-color: #f5a85d;
	padding: 0.4rem 1rem 0.4rem 2.4rem;
	border-radius: 0.25rem;
}
.approval-radio .custom-control.custom-radio.is-invalid {
	background-color: #fcebed;
	border: 1px solid #dc3545;
	color: #dc3545;
}
.approval-radio .form-group.kform-type-Radiobox label {
	margin: 0;
	font-size: 1rem;
	font-style: inherit;
}
.approval-radio .custom-radio .custom-control-label:before,
.approval-radio .custom-radio .custom-control-label:after {
	top: 0.25rem;
	left: -1.5rem;
}

.approval-process textarea {
	max-width: 100%;
	border: 1px solid #dee2e6;
}
.approval-history .table {
	font-size: 0.8rem;
}
.approval-history .table-hover tbody tr:hover {
	background-color: #fef9f0;
}

/*link leaflet*/
.linkPreview {
	display: flex;
	width: 100%;
	background-color: #f3f4f6;
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.linkPagesCrop {
	margin: 0 auto;
	width: 510px;
	height: 340px; /*311px + jeden radek cca*/
	overflow: hidden;
}
.linkPagesWrap {
	height: 340px;
	transition: left 0.5s;
	position: relative;
	left: 0;
}
.linkPage {
	width: 510px;
	height: 340px; /*311px + jeden radek cca*/
	float: left;
	text-align: center;
}
.linkPage img {
	height: 311px;
}
.linkPage span {
	display: block;
}
.linkArrowLeft, 
.linkArrowRight {
	width: 24px;
	height: 43px;
	position: absolute;
	top: 150px;
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../img/leaflet_arrows.png");
	opacity: 0.6;
}
.linkArrowLeft:hover, 
.linkArrowRight:hover {
	opacity: 1;
}
.linkArrowRight {
	background-position: -24px 0;
	right: 10px;
}
.linkArrowLeft {
	background-position: 0 0;
	left: 10px;
}

/*dashboard*/
.dashboard-leaflet,
.dashboard-coupon {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 30px 0;
}
.dashboard-box {
	flex: 0 0 23.5%;
	background-color: #f8f9fa;
	padding: 15px 10px;
	border-top: 8px solid;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.dashboard-box.box-green {
	border-color: #89ca8b;
}
.dashboard-box.box-orange {
	border-color: #fab36e;
}
.dashboard-box.box-blue {
	border-color: #7cbae9;
}
.dashboard-box.box-grey {
	border-color: #9ea1a2;
}

.dashboard-value {
	margin-top: 15px;
	font-size: 24px;
	font-weight: 700;
}
.dashboard-value i {
	margin-right: 10px;
	opacity: 0.6;
}
.dashboard-value span {
	font-size: 28px;
	color: #555555;
}

.dashboard-box.box-green .dashboard-value {
	color: #89ca8b;
}
.dashboard-box.box-orange .dashboard-value {
	color: #fab36e;
}
.dashboard-box.box-blue .dashboard-value {
	color: #7cbae9;
}
.dashboard-box.box-grey .dashboard-value {
	color: #9ea1a2;
}

/*stats*/
.stats-layout {
	max-width: 1400px;
	min-width: 1030px;
}
.date-range-buttons {
	padding-top: 1.5rem;
	padding-left: 0;
}
.date-range-buttons .btn {
	height: 38px;
	margin-right: 0.5rem;
}
.row.main-stats-block {
	margin: 0;
	padding: 30px 10px 10px 10px;
	background-color: #f8f9fa;
	font-size: 1.1rem;
	font-weight: 400;
}
.main-stats-block p {
	margin-top: 0;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 0.7rem;
}
.main-stats-block .name {
	display: inline-block;
	min-width: 65%;
	opacity: 0.8;
}
.main-stats-block .value {
	font-size: 1.5rem;
	font-weight: 600;
}
.main-stats-block i {
	margin-right: 10px;
	opacity: 0.7;
	min-width: 35px;
	font-size: 1.5rem;
	color: #ed7208;
}
.secondary-title {
	background: #e9ecef;
	padding: .5rem 1rem;
	font-size: 1.15rem;
	font-weight: 400;
	color: #333333;
}
.stats-app-name label,
.stats-inzerent-name label{
	display: inline-block;
	margin-right: 5px;
}
.stats-app-name {
	margin-bottom: 0.7rem;
}
.stats-inzerent-name {
	margin-bottom: 1.5rem;
}
.stats-app-name span {
	font-size: 1.4rem;
	font-weight: 400;
}
.stats-inzerent-name span {
	font-size: 1rem;
	font-weight: 400;
}
.stats-custom-table .table th {
	border: 0;
	background-color: #f1f3f5;
}
.stats-custom-table .table td {
	border-bottom: 1px solid #dee2e6;
	border-top: 0;
}
.stats-custom-table .table tr th:first-child,
.stats-custom-table .table tr td:first-child {
	min-width: 40%;
}
.stats-custom-table sup,
.legend-items sup {
	padding-left: 2px;
}

/*statistics-map*/
.svg-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 53%;
}
.svg-map svg {
	position: absolute;
	left: 0;
	top: 0;
}
.svg-map-info {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #C0C0C0;
	border-radius: 10px;
	display: none;
	margin: 20px;
	padding: 10px;
	min-width: 380px;
	z-index: 1000;
	background: #ffffff;
}
.svg-map-info-label {
	display: inline-block;
	width: 200px;
	font-weight: 600;
}
.stats-map {
	padding: 15px;
}
.stats-map img {
	max-width: 100%;
	height: auto;
}
.map-legend {
	text-align: right;
	padding: 10px 0 0 0;
}
.map-legend .legend-data-line {
	width: 150px;
	height: 20px;
	display: inline-block;
	margin: 0 5px;
    background-image: url(../img/gradient-label.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.map-legend .legend-data-from,
.map-legend .legend-data-to {
	display: inline-block;
	line-height: 20px;
	vertical-align: super;
}
.row.legend-stats-block {
	margin: 0;
}
.legend-items {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.legend-text p,
.legend-text li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: italic;
}
.legend-name {
	width: 34%;
	padding: 10px;
	display: inline-block;
	font-weight: 500;
	border-right: 2px solid #ffffff;
}
.legend-description {
	width: 65%;
	padding: 10px;
	display: inline-block;
}
.legend-items li:nth-child(2n+1) {
	background-color: #f8f9fa;
}



.legend-stats-block p.notice {
	margin: 10px 0 0 0;
	font-weight: 300;
	font-style: italic;
	width: 100%;
}
.legend-stats-block p.koef-title {
	margin: 30px 0 0 0;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
}

.koef-ranges {
	width: 100%;
	padding: 0;
	list-style-type: none;
	margin: 10px 0;
	font-style: italic;
}
.koef-ranges li  {
    padding: 0 0 5px 0;
}
.koef-ranges li .range-date {
    min-width: 150px;
    display: inline-block;
}
.koef-ranges li .range-koef {
    font-weight: 500;
}



/*synchro feed*/
.feed-layout {
	max-width: 1400px;
}
.feed-perex {
	margin-bottom: 20px;
}
.feed-sync {
	margin-bottom: 40px;
}
.feed-sync .feed-sync-date {
	display: block;
}
.feed-sync .feed-sync-in-progress {
	display: none;
}
.feed-sync.in-progress .feed-sync-date {
	display: none;
}
.feed-sync.in-progress .feed-sync-in-progress {
	display: block;
	color: #ed7208;
	font-weight: 500;
}
.feed-status {
	margin-bottom: 20px;
	font-style: italic;
	line-height: 40px;
}
.feed-sync-date span {
	font-weight: 500;
	font-size: 1rem;
}
.feed-sync.in-progress .feed-sync-in-progress i {
	margin-right: 8px;
	font-size: 1.1rem;
	/*color: #8a959f;*/
}
.feed-sync button {
	margin-left: 3px;
}
.feed-sync.in-progress .btn.disabled, 
.feed-sync.in-progress .btn:disabled {
	background-color: #929da8;
	border-color: #929da8;
}
.feed-layout .custom-table th:first-child,
.feed-layout .custom-table td:first-child{
	text-align: left;
	border-right: 1px solid #dee2e6;
}



/*print pdf*/
.pdf-header {
	background-image: url(../img/gradient.png);
	background-repeat: repeat-y;
	padding: .75rem 2rem;
	margin: 0 0 2rem 0;
	min-height: 60px;
}
.pdf-header img {
	max-width: 280px;
	height: auto;
	float: left;
}
.pdf-header .portal_name {
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	color: #ffffff;
	margin-right: 80px;
	float: right;
}
.pdf-title {
	display: none;
}
.pdf-content {
	width: 96%;
	height: auto;
}
.pdf-content .form-view label {
	font-size: 16px;
	display: inline-block;
	width: 30%;
	margin: 3px 0 0 0;
	vertical-align: top;
}
.pdf-content .form-view .view-control {
	font-size: 18px;
	display: inline-block;
	width: 65%
}
.pdf-content .form-view .etiketa-nazev .view-control {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0.4rem;
}
.pdf-content .form-view .kinet-relatedLabels-row {
	border-top: 1px dotted #dddddd;
	margin-top: 0.4rem;
	padding-top: 1.1rem;
}
.pdf-content .kinet-relatedLables-name {
	font-size: 16px;
	display: inline-block;
	width: 30%;
}
.pdf-content .kinet-relatedLables-text {
	font-size: 18px;
	display: inline-block;
	font-weight: 400;
}
.pdf-content .form-row > .col, 
.pdf-content .form-row > [class*="col-"] {
	padding: 0;
}
.pdf-content .form-half-content.half1 {
	width: 48%;
	float: left;
}
.pdf-content .form-half-content.half2 {
	width: 50%;
	float: right;
}
.pdf-content .form-view .form-group {
	background: transparent;
	border-radius: 0;
	border-bottom: 1px dotted #dddddd;
}
.pdf-content .bg-img-zone {
	width: 94%;
	padding: 3%;
}
.pdf-content .bg-img-cover {
	margin-bottom: 0;
}
.pdf-content .img-zone-original-file {
	display: none;
}
.pdf-content .bottom-buttons-line {
	display: none;
}
.pdf-footer {
	margin-top: 2rem;
}





/*dark skin*/
.skin-dark .main-header {
	background: #30343e;
}
.skin-dark .top-bar-user a,
.skin-dark .top-bar-brand a {
	color: #8d8d9e;
}
.skin-dark .top-bar-user a:hover,
.skin-dark .top-bar-brand a:hover {
	color: #f31b1b;
}
.skin-dark .top-bar-brand .logo .logo-dark {
    display: block;
}
.skin-dark .top-bar-brand .logo .logo-light {
    display: none;
}
.skin-dark .main-title {
	background: #30343e;
	color: #ffffff;
}
.skin-dark .aside {
	background: #30343e;
}
.skin-dark .side-menu .menu-link, 
.skin-dark .side-menu .menu > .menu-item > .menu-link {
	color: #cfd2da;
}
.skin-dark .side-menu .menu > .menu-item > .menu .menu-link:before {
	background-color: #cfd2da;
}
.skin-dark .side-menu .menu .menu-item .menu-link:hover:before, 
.skin-dark .side-menu .menu > .menu-item.has-active .menu-link:hover:before {
	background-color: #f31b1b;
}
.skin-dark .side-menu .menu > .menu-item.has-active > .menu-link:before {
	background-color: #f31b1b;
}
.skin-dark .side-menu .menu .menu-item .menu-link:hover {
	color: #f31b1b;
}
.skin-dark .side-menu .menu > .menu-item.has-active > .menu-link {
	color: #f31b1b;
}
.skin-dark .bottom-buttons-line {
	background: #1e2127;
}
.skin-dark .custom-tree-control li .custom-tree-ico {
	background: #3e424d;
	color: #cfd2da;
}
.skin-dark .custom-tree-control .custom-tree-item {
	background-color: #30343e;
}
.skin-dark .custom-tree-control li.has-children.collapsed .custom-tree-ico {
	background: #3e424d;
}
.skin-dark .custom-tree-control li.has-children.collapsed .custom-tree-item {
	background-color: #30343e;
}
.skin-dark .custom-control-label:before {
	background-color: transparent;
}
.skin-dark .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #bf0000;
	border-color: #bf0000;
}
.skin-dark .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #bf0000;
	border-color: #d4aaaa;
}
.skin-dark .custom-tree-control li.has-children {
	background-color: #626a7f;
}
.skin-dark .custom-tree-control li.has-children .custom-tree-ico {
	background: #3e4963;
}
.skin-dark .custom-tree-control li.has-children .custom-tree-item {
	background-color: #4d576f;
}
.skin-dark .custom-tree-control li.has-children li .custom-tree-item, 
.skin-dark .custom-tree-control li.has-children li.has-children .custom-tree-item, 
.skin-dark .custom-tree-control li.has-children li.has-children.collapsed .custom-tree-item {
	background-color: #3e4963;
}
.skin-dark .custom-tree-control li.has-children li .custom-tree-ico, 
.skin-dark .custom-tree-control li.has-children li.has-children .custom-tree-ico, 
.skin-dark .custom-tree-control li.has-children li.has-children.collapsed .custom-tree-ico {
	background: transparent;
}



.uni-dialog.dialog-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    resize: both;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 32000;
    background-color: rgba(80,80,80,0.8);
}
.uni-dialog .dialog-content label {
        font-weight: 600;
}
.uni-dialog .dialog-content {
        background: #FFFFFF;
        padding: 20px;
        margin: auto;
}
.uni-dialog.dialog-loader .dialog-content {
        font-size: 200px;
        color: #cccccc;
        background: transparent;
        padding: 0;
}
.uni-dialog.dialog-loader .fa-spin {
        animation: fa-spin 4s infinite linear;
}
.uni-dialog .dialog-content .form-group.btn-group {
        width: 100%;
        margin: 20px 0 0 0;
}
.uni-dialog .dialog-content .form-group.btn-group button {
        float: right;
}
.uni-dialog .dialog-content .form-group.btn-group .btn-gray {
        margin-left: 10px;
}
.uni-dialog .dialog-content ul {
        padding: 0;
        margin: 10px 0 0 0;
        list-style-type: none;
}
.uni-dialog .dialog-content ul li {
        padding: 0 0 10px 0;
        margin: 0;
}
.uni-dialog .dialog-content ul li a {
        margin: 0 0 0 5px;
}
.uni-dialog .dialog-content textarea {
        border: 1px solid #dddddd;
        padding: 10px;
        height: 100px;
}
.kform-type-provozovny .custom-table.table td, .kform-type-provozovny .custom-table.table th{
	text-align: left;
}
.kform-type-provozovny {
	width: 95%;
}