.min-width-20 {
	min-width: 14rem;
}	
.no-background::after {	
	background-image: none;
}
a.accordion-button {
	text-decoration: none;
}
.accordion-button {	
	padding: 1rem 2.25rem;
}
.accordion-button::after {
	top: 2px;
	position: relative;
	left: -101%;
	width: .8rem;
	height: .8rem;
	background-size: .8rem;
}

.btn:not(.placeholder):not([class*=link]):not([class*=outline]):not([class*=ghost]):not([class*=transparent]):not([class*=close]) {
	box-shadow: none;
}
.dark-theme .btn {	
	color: var(--cui-accordion-button-color, rgba(44, 56, 74, 0.95));	
}
.accordionPlace {
	width: 100%;
	background: #ffffbf;
	display: block;
	height: 45px;
}
.accordion-item .accordion-item .accordion-button {
	padding: 1rem 2.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 3.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 4.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 5.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 6.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 7.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 8.25rem;
}
.accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-item .accordion-button {
	padding: 1rem 9.25rem;
}

a.accordion-button::before {
	content: "";
	display: block;	
	background: #3c4b64;
	position: relative;
	left: -5px;
	top: 2px;	
	width: 0; 
	height: 0; 
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff; 
    border-left:4px solid grey; 
}
.footer a:hover {
	color: #fff;
}

.addMenuPosition {
	/* text-indent: 130px; */
	overflow: hidden;
	width: 40px;
	height: 37px;
	background: none;
	transition: 0.2s ease-in-out;
}

.addMenuPosition:hover {
	overflow: hidden;
	width: auto;
	height: auto;
	background: #f9b115;
}

.accordion-button.addNewCategory input,
.accordion-button.whole-width input {
	width: 100%;
	border: 1px solid #2eb85c;
	height: 38px;
	padding-left: 8px;
}
.accordion-button.addNewCategory::after,
.accordion-button.whole-width::after {
	display: none;
}	
.alerts-border {
    border: 1px ##2eb85c solid;    
    animation: blink 1s infinite;
}

@keyframes blink { 50% { border-color:#fff ; }  }

.w-100 {
	width: 100%;
}
.w-100px {
	width: 100px;
}
.w-80 {
	width: 80%;
}
.w-45px {
	width: 45px;
}
.w-50px {
	width: 50px;
}
.w-60px {
	width: 60px;
}
.addCategory,
.deleteNewCategory {
	max-height: 38px;
	overflow: hidden;
	color: #fff;
}
body.wholeLoader > #wholeLoader{
	display: block;
}
#wholeLoader {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: 0.9;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
input.changeCategoryAlias {
	font-style: italic;
	border: 0px;
}

#toast-container > div {
	opacity: .9;
	width: 30vw;
}


.pixels:nth-child(1) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.02s;
}

.pixels:nth-child(2) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.04s;
}

.pixels:nth-child(3) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.06s;
}

.pixels:nth-child(4) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.08s;
}

.pixels:nth-child(5) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.1s;
}

.pixels:nth-child(6) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.12s;
}

.pixels:nth-child(7) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.14s;
}

.pixels:nth-child(8) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.16s;
}

.pixels:nth-child(9) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.18s;
}

.pixels:nth-child(10) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.2s;
}

.pixels:nth-child(11) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.22s;
}

.pixels:nth-child(12) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.24s;
}

.pixels:nth-child(13) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.26s;
}

.pixels:nth-child(14) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.28s;
}

.pixels:nth-child(15) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.3s;
}

.pixels:nth-child(16) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.32s;
}

.pixels:nth-child(17) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.34s;
}

.pixels:nth-child(18) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.36s;
}

.pixels:nth-child(19) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.38s;
}

.pixels:nth-child(20) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.4s;
}

.pixels:nth-child(21) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.42s;
}

.pixels:nth-child(22) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.44s;
}

.pixels:nth-child(23) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.46s;
}

.pixels:nth-child(24) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.48s;
}

.pixels:nth-child(25) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.5s;
}

.pixels:nth-child(26) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.52s;
}

.pixels:nth-child(27) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.54s;
}

.pixels:nth-child(28) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.56s;
}

.pixels:nth-child(29) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.58s;
}

.pixels:nth-child(30) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.6s;
}

.pixels:nth-child(31) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.62s;
}

.pixels:nth-child(32) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.64s;
}

.pixels:nth-child(33) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.66s;
}

.pixels:nth-child(34) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.68s;
}

.pixels:nth-child(35) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.7s;
}

.pixels:nth-child(36) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.72s;
}

.pixels:nth-child(37) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.74s;
}

.pixels:nth-child(38) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.76s;
}

.pixels:nth-child(39) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.78s;
}

.pixels:nth-child(40) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.8s;
}

.pixels:nth-child(41) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.82s;
}

.pixels:nth-child(42) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.84s;
}

.pixels:nth-child(43) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.86s;
}

.pixels:nth-child(44) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.88s;
}

.pixels:nth-child(45) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.9s;
}

.pixels:nth-child(46) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.92s;
}

.pixels:nth-child(47) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.94s;
}

.pixels:nth-child(48) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.96s;
}

.pixels:nth-child(49) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.98s;
}

.pixels:nth-child(50) {
  animation: magic 2.5s linear infinite;
  animation-delay: 1s;
}

.pixels:nth-child(51) {
  animation: magic 2.5s linear infinite;
  animation-delay: 1.02s;
}

.pixels:nth-child(52) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.02s;
}

.pixels:nth-child(53) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.04s;
}

.pixels:nth-child(54) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.06s;
}

.pixels:nth-child(55) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.08s;
}

.pixels:nth-child(56) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.1s;
}

.pixels:nth-child(57) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.12s;
}

.pixels:nth-child(58) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.14s;
}

.pixels:nth-child(59) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.16s;
}

.pixels:nth-child(60) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.18s;
}

.pixels:nth-child(61) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.2s;
}

.pixels:nth-child(62) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.22s;
}

.pixels:nth-child(63) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.24s;
}

.pixels:nth-child(64) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.26s;
}

.pixels:nth-child(65) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.28s;
}

.pixels:nth-child(66) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.3s;
}

.pixels:nth-child(67) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.32s;
}

.pixels:nth-child(68) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.34s;
}

.pixels:nth-child(69) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.36s;
}

.pixels:nth-child(70) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.38s;
}

.pixels:nth-child(71) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.4s;
}

.pixels:nth-child(72) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.42s;
}

.pixels:nth-child(73) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.44s;
}

.pixels:nth-child(74) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.46s;
}

.pixels:nth-child(75) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.48s;
}

.pixels:nth-child(76) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.5s;
}

.pixels:nth-child(77) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.52s;
}

.pixels:nth-child(78) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.54s;
}

.pixels:nth-child(79) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.56s;
}

.pixels:nth-child(80) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.58s;
}

.pixels:nth-child(81) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.6s;
}

.pixels:nth-child(82) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.62s;
}

.pixels:nth-child(83) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.64s;
}

.pixels:nth-child(84) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.66s;
}

.pixels:nth-child(85) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.68s;
}

.pixels:nth-child(86) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.7s;
}

.pixels:nth-child(87) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.72s;
}

.pixels:nth-child(88) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.74s;
}

.pixels:nth-child(89) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.76s;
}

.pixels:nth-child(90) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.78s;
}

.pixels:nth-child(91) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.8s;
}

.pixels:nth-child(92) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.82s;
}

.pixels:nth-child(93) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.84s;
}

.pixels:nth-child(94) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.86s;
}

.pixels:nth-child(95) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.88s;
}

.pixels:nth-child(96) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.9s;
}

.pixels:nth-child(97) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.92s;
}

.pixels:nth-child(98) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.94s;
}

.pixels:nth-child(99) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.96s;
}

.pixels:nth-child(100) {
  animation: magic 2.5s linear infinite;
  animation-delay: 0.98s;
}

.pixels:nth-child(101) {
  animation: magic 2.5s linear infinite;
  animation-delay: 1s;
}

@keyframes magic {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    background: #f7caca;
    box-shadow: 0 -1px 0px #f7caca;
  }
  28% {
    opacity: 1;
  }
  30% {
    background: #b05858;
    box-shadow: 0 -1px 0px #b05858;
  }
  50% {
    background: #3a0000;
    box-shadow: 0 -1px 0px #3a0000;
  }
  65% {
    background: #2d0c0c;
    box-shadow: 0 -1px 0px #2d0c0c;
  }
  80% {
    background: #f50e0e;
    box-shadow: 0 -1px 0px #f50e0e;
  }
  90% {
    opacity: 1;
    box-shadow: 0 -1px 0px #c40e0e;
    background: #c40e0e;
  }
  100% {
    opacity: 0;
    background: #f7caca;
  }
}
.pixCon {
  height: 100%;
  width: 100%;
  position: relative;
}
.pixCon .loaderPixel {
  margin: auto;
  position: relative;
  margin-top: 20%;
  width: 100%;
}
.pixCon .loaderPixel h1 {
  text-align: center;
  color: #fff;
}
.pixCon .loaderPixel .pixels {
  float: left;
  box-shadow: 0 -1px 0px #CAF7E2;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  height: calc(100vw / 49);
  width: calc(100vw / 50);
}

.callout {
	font-size: 13px;
}
.tox .tox-notification--warn, .tox .tox-notification--warning {
	display: none !important;
}
.tinymce {
	height: 69vh !important;
}
.mtm {
	margin-bottom: -1px;
}
.mlauto {
	margin-left: auto;
}
.navigacja i {
	margin-right: 4px;
}
.dm-uploader {
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 10px dashed #ccc;
	padding: 2rem;
	position: relative;
}

.dm-uploader .btn {
	position: relative;
	overflow: hidden
}

.dm-uploader .btn input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	width: 100%;
	opacity: 0;
	cursor: pointer;
	background: red;
}
.dm-uploader-small {
	border: 5px dashed #ccc;
	padding: 0.2rem 0.2rem 0px;
}

#photosContainer {
	display: flex;
	list-style-type: none;
	justify-content: space-between;
	margin-block-start: 0px;
	margin-block-end: 0em;
	padding-inline-start: 0px;
	flex-flow: row wrap;
}
#photosContainer li {
	flex: 1 1 calc(20% - 8px);
	border: 1px solid #f2f2f2;
	text-align: center;
	margin: 4px;
	position: relative;
	overflow: hidden;
	min-width: 240px;
	align-items: center;
	display: flex;
	justify-content: center;
}
#photosContainer li.active {
	border-color: #971e22
}
#photosContainer:after {
  content: '';
  display: block;
  flex: 999; /* grow by a large number */
}
#photosContainer li img {
	max-width: 240px;
	object-fit: cover;
	max-height: 150px;
}
#photosContainer li span.settings {
	width: 100%;
	position: absolute;	
	height: 40px;
	background: #fff;
	width: 40px;
	height: 35px;	
	transition: 0.2s ease-in-out;
	box-shadow: 1px 1px 8px #9b9898;
}
#photosContainer .settings.lb {
	bottom: -50px;
	left: -50px;
	border-top-right-radius: 83%;
}
#photosContainer li.active .settings.lb {
	bottom: 0px;
	left: 0px;
}

#photosContainer .settings.rb {
	bottom: -50px;
	right: -50px;
	border-top-left-radius: 83%;
}
#photosContainer li.active .settings.rb {
	bottom: 0px;
	right: 0px;
}

#photosContainer .settings.rt {
	top: -50px;
	right: -50px;
	border-bottom-left-radius: 83%;
}
#photosContainer li.active .settings.rt {
	top: 0px;
	right: 0px;
}
#photosContainer .settings.lt {
	top: -50px;
	left: -50px;
	border-bottom-right-radius: 83%;
}
#photosContainer li.active .settings.lt {
	top: 0px;
	left: 0px;
}
#photosContainer .settings i {
	color: #999;
	transition: 0.2s ease-in-out;
	text-shadow: 1px 1px 1px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.2s ease-in-out;
}
#photosContainer li span.settings:hover i {
	color: #000;
	cursor: pointer;
}

.dm-uploader .progress-bar{
	width: 0%;
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 32px;
	height: 38px;
	color: #fff;
}
#massAction {
	display: none;
}
#filesContainer img {
	width: 40px;
}
#filesContainer li {
	list-style-type: none;
}
#filesContainer svg {
	border: 1px solid #ccc;
	width: 42px;
	height: 50px;
	background: #fff;
	margin-left: 38px;
}

#filesContainer .form-control:disabled, #filesContainer .form-control[readonly] {
	background-color: var(--cui-input-disabled-bg, #fff);
	border-color: var(--cui-input-disabled-border-color, #fff);
	opacity: 1;
}
.lb,
.rb,
.lt
 {
	display: none;
}
.blure {
	opacity: 0.1;
	filter: grayscale(0);
}
.ml-1 {
	margin-left: 4px;	
}

.date-picker .input-group {
	height: 58px;
}
.lh-40{
	line-height: 40px;
}
.singleUploadPhoto {
	/* position: absolute; */
	/* bottom: 0px; */
	/* right: 0px; */
	/* width: 100px; */
	/* height: 100px; */
	/* z-index: 4; */
	display: inline-block;
	height: 43px;
	max-width: 75px;
	min-width: 75px;
	margin-bottom: 5px;
}
.singleUploadPhoto img {
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.getPromotion .manufacturer_logo {
	/* width: 100px; */
	max-width: 100px;
	max-height: 100px;
}
.cursor-pointer {
	cursor: pointer;
}
.editCustomer .input-group-text {
	width: 220px;
}
.logo-full {
	width: 118px;
}
.logo-small {
	display: none;
}
.sidebar-narrow-unfoldable .logo-full {
	display: none;
}
.sidebar-narrow-unfoldable .logo-small {
	display: block;
}
.editCustomer .form-check {
	margin: 0px 10px;
}
.saldo {
	font-size: 25px;
	text-align: center;
}
.punktycol {
	width: 21vw;
}
.login .card {	
	background-color: var(--cui-card-bg, #1a1616);	
}
.login .bg-light {
	background-color: #000 !important;
}
.imagesPlace {
	width: 100%;
	background: #ffffbf;
	display: block;
	opacity: 0.5;
	min-height: 150px;
}
.uploadPromotionBackground img {
	max-width: 30px;
}

.uploadPromotionBackground {
	display: inline-block;
	height: 43px;
	max-width: 75px;
	min-width: 75px;
	margin-bottom: 5px;
}
#backgroundHome i.cil-trash {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
#backgroundHome i.cil-trash:hover {
	color: red;
}
.select2-container.select2-container--default {
	z-index: 1056;
}
.select2-dropdown {
	z-index: 1057;
}
.addFilie {
	width: 200px;
	height: 38px
}
.offers-style .input-group-prepend > .input-group-text {
	padding: 14px;
}
.offers-style .input-group > .form-control, .input-group > .form-select {
	padding-top: 14px;
	padding-bottom: 14px;
}
.offers-style .picker .form-control,
.offers-style .picker .input-group-text {
	height: 54px;
}
.deleted {
	background: #ffe0e0;
}