/*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(168, 173, 177, 1) 350px); /*KMV*/
	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: 28px;
	line-height: 28px;
	font-weight: 400;
	color: var(--gray20);
	margin-left: 100px;
}
.top-bar-brand a.opener {
	color: var(--gray60);
}
.top-bar-brand a.opener:hover {
	color: var(--gray40);
}

.top-bar-brand .logo .logo-dark {
    display: none;
}

.top-bar-brand i {
	font-size: 1.25rem;
	width: 1.25rem;
	text-align: center;
}
.top-bar-user {
	margin-left: 1.5rem;
}
.top-bar-user i {
	font-size: 1.25rem;
	margin-right: .25rem;
}
.top-bar-user a {
	color: var(--white);
}
.top-bar-user a:hover {
	color: var(--primary);
}
.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: var(--gray45);
	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;
	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;
}
.form-default .form-containar,
.form-view .form-containar {
	overflow-y: auto;
	flex: 1;
}
.form-default .form-content,
.form-view .form-content {
	padding-right: 1rem;
	position: relative;
}
.form-default .form-content {
	max-width: 1400px;
}
.form-default .dropdown-toggle.btn {
	/*font-weight: 300;*/
	text-transform: inherit;
}
.form-default .form-control {
	font-weight: 400;
}

.form-default label,
.form-view label {
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 0.25rem;
}
.form-default .kinet-relatedLables-name,
.form-view .kinet-relatedLables-name {
	font-size: 0.8rem;
	font-style: italic;
	margin-bottom: 0.25rem;
}
.form-view .kinet-relatedLables-name {
	flex: 0 0 30%;
}
.form-default .kinet-relatedLables-text,
.form-view .kinet-relatedLables-text {
	font-size: 0.9rem;
	font-weight: 300;
}
.form-view .kinet-relatedLables-text {
	flex: 0 0 70%;
}

.form-default .kinet-relatedLables-text {
	width: 70%;
	padding: 0.375rem 1rem;
	background: var(--gray98);
	border-radius: 0.25rem;
}
.form-default .kinet-relatedLabels-row {
	margin-top: 1rem;
}
.form-view .kinet-relatedLabels-row {
	border-top: 2px solid var(--white);
	margin-top: 0.5rem;
	padding-top: 0.6rem;
	display: flex;
}

.bottom-buttons-line {
	background: var(--gray93);
	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;
}

.btn.btn-primary.btn-popup-users {
	height: 35px;
	margin: 0;
	padding: 0.2rem 0.5rem;
}
.btn.btn-primary.btn-popup-users:before {
	content: "\f500";
	font-weight: 900;
	font-size: 1.1rem;
	top: 0;
	left: 0;
	color: var(--white);
	font-family: 'Font Awesome 5 Free';
}

.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;
}

.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: var(--gray75);
    text-decoration: none;
}
.side-menu .menu .menu-item .menu-link:hover {
	/*color: #1c549f;*/
	color: var(--white);
}
.side-menu > .menu > .menu-item.has-active > .menu-link {
	/*color: #1c549f;*/
	color: var(--white);
}
.side-menu .menu-item.has-active > .menu-link {
	/*color: #1c549f;*/
	color: var(--white);
}
.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: 1em;
	/*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: var(--gray93);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	font-weight: 400;
	color: #333333;
	text-transform: uppercase;
}
.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: #a30000;
	background: -moz-linear-gradient(45deg, #a30000 0%, #ce1010 50%, #a30000 100%);
	background: -webkit-linear-gradient(45deg, #a30000 0%,#ce1010 50%,#a30000 100%);
	background: linear-gradient(45deg, #a30000 0%,#ce1010 50%,#a30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30000', endColorstr='#a30000',GradientType=1 );
}*/
.login-page .layout-wrapper {
background: var(--gray90); /* Old browsers */
/*background: -moz-linear-gradient(left,  #0a2666 0%, #2263ad 50%, #0a2666 100%);
background: -webkit-linear-gradient(left,  #0a2666 0%,#2263ad 50%,#0a2666 100%);
background: linear-gradient(to right,  #0a2666 0%,#2263ad 50%,#0a2666 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2666', endColorstr='#0a2666',GradientType=1 );*/
}
.login-page .container-fluid {
	width: 500px;
	height: auto;
	max-height: 600px;
	overflow: auto;
	margin-top: 10vh;
	margin-bottom: 5vh;
	border-radius: 20px;
	-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: var(--white);
	padding: 2rem 3rem 0.5rem 3rem;
	width: 100%;
}
.login-logo {
	text-align: center;
	margin-bottom: 2rem;
}
.login-logo img {
	width: 60%;
}
.login-box .login-form {
}
.login-box .login-form h2 {
	text-align: center;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}
.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: var(--gray98);
	border: 1px solid var(--input-border);
}
.login-page .qrcode {
	display: inline-block;
	padding: 10px;
	background: var(--white);
}
.pin-group small {
	text-align: center;
}


/*input pin code*/
.pin-code {
	width: 402px;
	height: 38px;
	padding: 0.375rem 0.75rem 0.375rem 135px;
	letter-spacing: 28px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	background: url(../img/pinDots.png) no-repeat 130px 14px;
	font-family: "Fira Sans", "Roboto","Helvetica","Arial",sans-serif;
}
.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: var(--white);
	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;
}

/*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: var(--gray93);
	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: var(--gray93);
}
.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: var(--white);
}
.custom-tree-control .custom-tree-item .tile {
	flex: 0 0 auto;
}


/*custom table*/
.floatThead-wrapper {
	display: flex;
	overflow-y: auto;
}

/*table*/
.table.table-text-middle th,
.table.table-text-middle td {
	vertical-align: middle;	
}

.table th.table-tile, 
.table td.table-tile {
	padding: 0.25rem 0.75rem;
	vertical-align: middle;
	text-align: right;
}

.table th.table-url, 
.table td.table-url {
	overflow-wrap: anywhere;
}


/*button + icon*/
.btn i {
	margin-right: 0.25rem;
}

/*form add product*/
.form-half-content .bootstrap-select.form-control:not([class*="col-"]) {
	width: 70%;
}
.form-half-content .form-control {
	width: 70%;
}
.form-half-content .custom-control.custom-checkbox {
	width: 70%;
}
.form-half-content .bs-searchbox .form-control {
	width: 100%;
}
.bg-img-zone {
	width: 100%;
	height: auto;
	padding: 1.5rem;
	background-color: var(--gray93);
	margin-bottom: 1rem;
}
.bg-img-cover {
	text-align: center;
	margin-bottom: 1rem;
	background-color: var(--white);
}
.bg-img-cover img {
	max-width: 100%;
	max-height: 50vh;
}
.img-zone-original-file {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--input-border);
}
.img-zone-original-file a {
	display: block;
}
.img-zone-original-file a + label {
	margin-top: 1rem;
}
.img-zone-original-file .file-note {
	font-size: 0.8rem;
}
.form-half-content .btn.btn-primary {
	opacity: 0.8;
}



/*product view*/
.form-view .img-zone-original-file {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.form-view .img-zone-original-file.file-second {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--input-border);
}
.form-view .form-group {
	width: 95%;
	padding: 0.5rem;
	background: var(--gray98);
	display: flex;
}
.form-view label {
	flex: 0 0 30%;
}
.form-view .view-control {
	font-size: 0.9rem;
	font-weight: 400;
	flex: 0 0 70%;

}
.form-view .etiketa-nazev .form-group {
	flex-wrap: wrap;
}
.form-view .kinet-relatedLabels {
	flex: 0 0 100%;
}
.form-view .post .post-content {
	width: 100%;
} 


/*grid*/
.tableGrid .col-3 {
padding: 0 0.5rem;	
}
.grid-product {
	background-color: var(--gray93);
	padding: 1rem;
	margin: 0.5rem 0;
	position: relative;
}
.grid-product .grid-product-image {
	width: 100%;
	position: relative;
	background-color: var(--white);
}
.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: var(--gray98);
	border-color: var(--gray98);
}
.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: var(--white);
	background-color: #cb203b; /*#da5e72*/
}
.nav-steps .step.actual-selected span,
.nav-steps .step.actual:hover span {
	color: var(--white);
	background-color: #9b0c23; /*#cb203b*/
}
.nav-steps .step.done span {
	color: var(--white);
	background-color: #1c549f;
}
.nav-steps .step.done-selected span,
.nav-steps .step.done:hover span {
	color: var(--white);
	background-color: #072b69;
}

.nav-steps .step.actual,
.nav-steps .step.done {
	cursor: pointer;
}


/*tab chat*/
.chat-col-left {
	position: sticky;
	top: 0;
}
.chat-col-right {
	padding-left: 1rem;
}
.add-post-box {
	background-color: #faf7e8;
	padding: 1rem 0 0.2rem 0;
	margin-bottom: 1rem;
}
.add-post-box textarea {
	min-height: 100px;
}
.form-default .add-post-box textarea.form-control {
	font-weight: 300;
	font-size: 0.8rem;
}

.add-post-box .custom-control.custom-checkbox {
	float: left;
}
.add-post-box .btn {
	float: right;
}

.add-post-box .col-12.form-group:after {
	clear: both;
	display: block;
	content: "";
}
.approvers-box {
}
.approvers-box .approvers {
	background-color: var(--gray93);
	margin-bottom: 2px;
	padding: 0.5rem;
	line-height: 1.5rem;
	display: flex;
}

.approvers-box .approver {
	background-color: var(--gray98);
	margin-bottom: 2px;
	padding: 0.5rem;
	line-height: 1.5rem;
	display: flex;
}
.approvers-box .approver.my-approver {
	background-color: #faf7e8;
}
.approvers-box .approver.state-ok i.fas.fa-check {
	color: #1d8d37;
}
.approvers-box .approver.state-ok-time i.fas.fa-check {
	color: #96d577;
}
.approvers-box .approver.state-denied i.fas.fa-times {
	color: #cb203b;
}
.approvers-box .approver.state-denied-retry i.fas.fa-times {
	color: #d89fa8;
}

.approver-name {
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.approver-date {
	width: 20%;
}
.approver-state {
	width: 20%;
	text-align: right;
}
.approver-state i {
	margin-left: 0.5rem;
	color: #abb0b5;
	font-size: 1rem;
}
.post {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	font-size: 0.8rem;
}
.post.my-post {
    align-items: flex-end;
}
.post .post-content {
	width: 80%;
    flex: 0 0 auto;
    align-self: auto;
	background-color: var(--gray98);
	padding: 0.6rem;
	margin-bottom: 0.3rem;
}
.post.my-post .post-content {
	background-color: #faf7e8;
}
.post.important-post .post-content,
.post.my-post.important-post .post-content {
	background-color: #ffe4c6;
}
.post.denied-post .post-content,
.post.my-post.denied-post .post-content {
	background-color: #f0d0d0;
}
.post.ok-post .post-content,
.post.my-post.ok-post .post-content {
	background-color: #e7f8de;
}


.post.denied-post .post-content:before {
	content: "\f00d";
	font-weight: 900;
	font-size: 1rem;
	width: 30px;
	height: 21px;
	top: 0;
	left: 0;
	margin-right: 0.5rem;
	color: #d80000;
  font-family: 'Font Awesome 5 Free';
}
.post.ok-post .post-content:before {
	content: "\f00c";
	font-weight: 900;
	font-size: 1rem;
	width: 30px;
	height: 21px;
	top: 0;
	left: 0;
	margin-right: 0.5rem;
	color: #136f29;
  font-family: 'Font Awesome 5 Free';
}

.post .post-user {
    flex: 0 0 80%;
    align-self: auto;
	font-style: italic;
}
/*tab SAP number*/
.witing-info {
font-style: italic;
margin-top: 1rem;	
}
.manger-check-text {
	margin-bottom: 1rem;
}
.manger-fill-catalog {
	margin-bottom: 2rem;
}

/*table ArchivedLabel*/
#App__Tables__ArchivedLabelTable_wrapper table  tr:hover,
#App__Tables__ArchivedLabelTable_wrapper table  tr.arch_from_ap:hover {
	background-color: #fef9f0;
}
#App__Tables__ArchivedLabelTable_wrapper table tr td:first-child {
border-left: 3px solid #aabfdc;	
}
#App__Tables__ArchivedLabelTable_wrapper table tr.arch_from_ap td:first-child {
border-left: 3px solid #dddddd;	
}
#App__Tables__ArchivedLabelTable_wrapper table tr {
background-color: #f5f8fc;
}
#App__Tables__ArchivedLabelTable_wrapper table tr.arch_from_ap {
background-color: transparent;
}
#App__Tables__ArchivedLabelTable_wrapper table tr td:first-child + td {
color: #416596;	
}
#App__Tables__ArchivedLabelTable_wrapper table tr td:first-child + td + td {
color: #416596;	
}
#App__Tables__ArchivedLabelTable_wrapper table tr.arch_from_ap td:first-child + td {
color: #212529;	
}
#App__Tables__ArchivedLabelTable_wrapper table tr.arch_from_ap td:first-child + td + td {
color: #212529;	
}


/*table ApLabel */
#App__Tables__APLabelTable_wrapper table  tr.ap_state1:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state2:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state3:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state4:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state5:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state6:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state7:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state8:hover,
#App__Tables__APLabelTable_wrapper table  tr.ap_state9:hover {
	background-color: #fef9f0;
}

#App__Tables__APLabelTable_wrapper .DTFC_LeftWrapper {
top: 0.5rem !important;	
}
#App__Tables__APLabelTable_wrapper table tr td:first-child {
border-left: 3px solid #dddddd;	
}
#App__Tables__APLabelTable_wrapper table tr.ap_state3 td:first-child,
#App__Tables__APLabelTable_wrapper table tr.ap_state4 td:first-child,
#App__Tables__APLabelTable_wrapper table tr.ap_state7 td:first-child {
border-left: 3px solid #d36969;	
}
#App__Tables__APLabelTable_wrapper table tr.ap_state3,
#App__Tables__APLabelTable_wrapper table tr.ap_state4,
#App__Tables__APLabelTable_wrapper table tr.ap_state7 {
background-color: #fffbfb;
}
#App__Tables__APLabelTable_wrapper table tr.ap_state3 td:first-child + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state4 td:first-child + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state7 td:first-child + td {
color: #d80000;	
}
#App__Tables__APLabelTable_wrapper table tr.ap_state3 td:first-child + td + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state4 td:first-child + td + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state7 td:first-child + td + td {
color: #d80000;	
}

#App__Tables__APLabelTable_wrapper table tr.ap_state8 td:first-child,
#App__Tables__APLabelTable_wrapper table tr.ap_state9 td:first-child {
border-left: 3px solid #65aa75;	
}
#App__Tables__APLabelTable_wrapper table tr.ap_state8,
#App__Tables__APLabelTable_wrapper table tr.ap_state9 {
background-color: #f9fcf7;
}
#App__Tables__APLabelTable_wrapper table tr.ap_state8 td:first-child + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state9 td:first-child + td {
color: #106223;	
}
#App__Tables__APLabelTable_wrapper table tr.ap_state8 td:first-child + td + td,
#App__Tables__APLabelTable_wrapper table tr.ap_state9 td:first-child + td + td {
color: #106223;	
}


#App__Tables__APLabelTable_wrapper table.DTFC_Cloned tr td:first-child {
border-left: none;	
}
DTFC_Cloned
/*approval view*/
.summary-base {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gray93);
}
.summary-success {
	margin-bottom: 1rem;
	padding: 1rem 0.6rem;
	background-color: #e7f8de;
}
.summary-success span{
	margin-left: 0.5rem;
}
.summary-success i {
	color: #136f29;
}
.summary-reject {
	margin-bottom: 1rem;
	padding: 1rem 0.6rem;
	background-color: #f0d0d0;
}
.summary-reject span{
	margin-left: 0.5rem;
}
.summary-reject i {
	color: #d80000;
}
.summary-comments {
	margin-bottom: 1rem;
}
.link-product-card {
	margin-bottom: 1rem;
	padding: 1rem 0.8rem;
	background-color: var(--gray98);
}
.link-product-card i {
	font-size: 1rem;
}
.link-product-card-text {
	margin-left: 0.5rem;
}
/*popup approvers*/

.popup-approvers {
	margin-bottom: 1rem;
}
.popup-approvers-fce {
	font-weight: 400;
}

/*role new user*/
.role-row {
	margin: 1rem 0;
	font-size: 0.8rem;
}
.role-row .role-name {
	font-style: italic;
	font-weight: 500;
}
.role-row .role-desc {
	font-style: italic;
}

/*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: var(--white);
	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;
}




