@charset "UTF-8";


textarea {
	resize: none;
}

.dataTables_filter input {
	min-width: 300px;
}

.pale-processed {
    color: #a0a0a0;
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #495057;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	white-space: nowrap;
	vertical-align: middle;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.errorRow {
	background-color: #ffcccc !important;
}

.successRow {
	background-color: #ccffcc !important;
}

.warningRow {
	background-color: #fff9cc !important;
}

.errorText {
	color: darkred !important;
}

.successText {
	color: green !important;
}

.warningText {
	color: var(--orange) !important;
}

.success-color {
	color: var(--success) !important;
}

.success-color:hover {
	color: var(--white) !important;
}

.error-color {
	color: var(--danger) !important;
}

.error-color:hover {
	color: var(--white) !important;
}

.perde {
	width: 100%;
	height: 100%;
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	margin: 0px;
	align-items: center;
	background-color: black;
	display: flex;
	justify-content: center;
	z-index: 999;
	opacity: 70%;

}

.perde-loader {
	width: 100%;
	position: absolute;
}

.perde-loader-wheel {
	animation: spin 0.8s infinite linear;
	/*   border: 2px solid rgba(30, 30, 30, 0.5); */
	border-left: 4px solid #dadada;
	border-radius: 50%;
	height: 70px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70px;
}

.loader-logo {
	animation: spin 3s infinite linear;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 50px;
	top: 19px;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.loading-dots .dots::after {
  content: '';
  animation: dots 1.2s steps(4, end) infinite;
}

@keyframes dots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}


.perde-loader-text,
.perde-loader-invoice-text {
	color: #fff;
	width: 100%;
	padding-left: 45vw;
	font-size: 1rem;
	margin-top: 3vh;
	/* 	font-weight: bold; */
}

.perde-invoice-text {
	font-size: 1.25rem;
	padding-left: 42vw;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.vertical-mid {
	vertical-align: middle !important;
}

a.no-decor {
	color: inherit;
}

a.no-decor:hover {
	color: inherit;
	text-decoration: none;
}

.box-shadow {
	box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.50);
}

.checkbox-info-td {
	display: flex;
	align-items: center;
}

.popover-error {
	border: 1px #c55b5b8a solid;
}

.bs-popover-top .popover-arrow-error::before {
	border-top-color: #c55b5b !important;
}

.bs-popover-bottom .popover-arrow-error::before {
	border-bottom-color: #c55b5b !important;
}

.popover-header::before {
	display: none !important;
}

.popover-header-error {
	background-color: #ffe5e5;
	color: #580000;
}

.popover-warning {
	border: 1px #f1c40f solid;
}

.bs-popover-top .popover-arrow-warning::before {
	border-top-color: #f1c40f !important;
}

.bs-popover-bottom .popover-arrow-warning::before {
	border-bottom-color: #f1c40f !important;
}

.popover-header::before {
	display: none !important;
}

.popover-header-warning {
	background-color: #f1c40f;
	color: #f8f9fa;
}

.popover-success {
	border: 1px #5eba00 solid;
}

.bs-popover-top .popover-arrow-success::before {
	border-top-color: #5eba00 !important;
}

.bs-popover-bottom .popover-arrow-success::before {
	border-bottom-color: #5eba00 !important;
}

.popover-header::before {
	display: none !important;
}

.popover-header-success {
	background-color: #7bd235;
	color: #f8f9fa;
}

.cursor-pointer {
	cursor: pointer;
}

a.icon {
	display: flex;
    color: var(--treewin-blue);
    background-color: transparent;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

a.icon:not(.icon-input):has(i.treewin-blue):hover {
	background-color: var(--treewin-blue);
}

a.icon:not(.icon-input):has(i.treewin-green):hover {
	background-color: var(--treewin-green);
}

a.icon:not(.icon-input):has(i.treewin-red):hover {
	background-color: var(--treewin-red);
}

a.icon:not(.icon-input):hover i {
	color: #fff;
}

a.icon.icon-primary:hover {
	color: #fff;
	background-color: var(--treewin-green);
}

a.icon i.treewin-blue {
	vertical-align: bottom;
}

a.icon i.treewin-green {
	vertical-align: bottom;
}

a.icon i.treewin-red {
	vertical-align: bottom;
}

a.icon.icon-red:hover {
	color: #fff;
	background-color: #c90d0f;
}

a.icon img:not(:first-child) {
	display: none;
}

a.icon:not(.disabled):hover img:nth-child(2) {
	display: inherit;
}

a.icon:not(.disabled):hover img:first-child {
	display: none;
}

.text-xxxl {
	font-size: xxx-large;
}

.text-l {
	font-size: large;
}

.text-xl {
	font-size: x-large;
}

.text-xxl {
	font-size: xx-large;
}

.text-larger {
	font-size: larger;
}

.treewin-border {
	border: 1px solid var(--treewin-blue);
	border-radius: 6px;
}

.content {
	float: left;
	width: 100%;

}

.mw-8 {
	max-width: 8rem !important;
}

.mw-16 {
	max-width: 16rem !important;
}

.mw-11 {
	max-width: 11rem !important;
}

.jc-center {
	justify-content: center;
}

.jc-flex-end {
	justify-content: flex-end;
}

.jc-flex-start {
	justify-content: flex-start;
}

/* .square-h-11 { */
/* 	min-height: 11rem!important; */
/* } */
.dashboard-card {
	color: var(--treewin-blue) !important;
}

.dashboard-card:hover {
	color: var(--treewin-black) !important;
	border-color: var(--treewin-black) !important;
}

.card-main {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 80vh;
	padding-left: 20px;
	padding-top: 30px;
}

.card-body-main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.row-container {
	flex-grow: 1;
	padding-left: 20px;
	margin-top: 20px;
}

.row-item-description {
	padding-left: 20px;
	margin-top: 25px;
}

#loginForm {
	margin: 2rem;
}

input[type=password],
input[type=password]:focus {
	border-right: none !important;
	/* 	background-color: transparent; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/*   border: 1px solid rgba(0, 40, 100, 0.12); */
	-webkit-text-fill-color: #495057;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

.fs-1 {
	font-size: 1rem;
}

.fs-0725 {
	font-size: 0.725rem;
}

.fs-08 {
	font-size: 0.8rem;
}

.fs-085 {
	font-size: 0.85rem;
}

.fs-0875 {
	font-size: 0.875rem;
}

.fs-09 {
	font-size: 0.9rem;
}

.fstyle-normal {
	font-style: normal;
}

.short-padding {
	padding: 0.075rem 0.75rem
}

text.c3-title {
	fill: var(--treewin-light-grey) !important;
}

.c3-legend-item text {
	fill: var(--treewin-light-grey) !important;
}

.square-35 {
	width: 35rem !important;
	height: 35rem;
}

.square-85 {
	width: 85rem !important;
	height: 85rem;
}

.square-75 {
	width: 75rem !important;
	height: 75rem;
}

.bdb-clone {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

@media (min-width: 767.98px) {

	.shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-top: 0px;
		padding-left: 5rem;
		padding-right: 4.5rem;
		padding-bottom: 0.5rem;
		border-top: none;
		background-color: #fafaff70;
	}

	table#stockTable .shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-left: 1rem;
		padding-right: 0;
	}

	table#productsTable .shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-left: 1rem;
		padding-right: 0;
	}
}

.boza-widget:hover {
	transform: scale(1.1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.boza-widget {
	transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 767.98px) {

	.shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-top: 0px;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		padding-bottom: 0.5rem;
		border-top: none;
		background-color: #fafaff70;
	}

	table#stockTable .shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-left: 0.25rem;
	}

	table#productsTable .shown+tr>td,
	.shown+tr>td>.dataTables_wrapper {
		padding-left: 0.25rem;
	}
}

.shown+tr>td>.dataTables_wrapper {
	padding: 0px;
}

table#stockTable .shown+tr .detail-table thead th {
	border: none;
	display: none;
}

table#stockTable .shown+tr .detail-table tbody td {
	border: none;
}

table#productsTable .shown+tr .detail-table thead th {
	border: none;
	display: none;
}

table#productsTable .shown+tr .detail-table tbody td {
	border: none;
}

.multiselect-group {
	padding-left: 1rem;
}

.multiselect-option {
	padding-left: 2rem;
}

button.dropdown-item .form-check-input {
	margin-top: 0px;
}

span.form-check {
	display: flex;
	align-items: center;
}

body#login {
	background-color: transparent;
}

button.multiselect {
	text-align: left;
}

#site-integration-filter+div.btn-group {
	min-width: 10rem;
}

.pr-02r {
	padding-right: 0.2rem !important;
}

.pr-01r {
	padding-right: 0.1rem !important;
}

.form-group label {
	margin-top: 6px;
	margin-bottom: 2px;
} 

select.form-control-sm:not([size]):not([multiple]), 
.input-group-sm > select.form-control:not([size]):not([multiple]), 
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), 
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), 
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), 
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.dropdown-toggle {
    padding-top: 1px;
    padding-bottom: 1px;
    height: 25.5312px;
}

.pl-032r {
	padding-left: 0.32rem !important;
}

.pl-108r {
	padding-left: 1.08rem !important;
}

table.detail-table>thead th {
	padding-top: 0px;
}

#order-status-filter+div.btn-group {
	min-width: 8.5rem;
}

#package-status-filter+div.btn-group {
	min-width: 8.5rem;
}

#headerMenuCollapse {
	border-top: 1px solid rgba(0, 40, 100, 0.12);
}

div.dataTables_wrapper div.dataTables_processing {
	position: relative;
	background-color: #fafafc;
	width: 20rem !important;
	z-index: 1;
	left: 0px;
	margin: auto;
}

.datatable-processing-text-error {
	background-color: #ffcccc !important;
}

.pb-1px {
	padding-bottom: 1px !important;
}

.footer-text {
	font-size: 0.675rem;
}

.open-all-div {
	display: flex;
	justify-content: flex-end;
}

.open-all-div>div:not(:first-child) {
	display: none;
}

.open-all-div a {
	border: none;
}

a.stockBtn img {
	max-width: 16px !important;
	margin-top: 0.1rem;
}

.go-to-stock-td {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

a.icon.disabled {
	cursor: default;

}

a.icon.disabled img:last-child {
	display: inherit;
}

a.icon.disabled img:not(:last-child) {
	display: none;
}

a.icon.disabled:hover {
	/* 	border-bottom: 2px solid var(--treewin-blue); */
	/* 	border-radius: 0px; */
	background-color: transparent !important;
	/* 	pointer-events: none; */
}

a.icon.disabled:active {
	pointer-events: none;
}

a.nav-link img:first-child {
	display: inherit;
}

a.nav-link img:not(:first-child) {
	display: none;
}

a.nav-link.active img:nth-child(1) {
	display: none;
}

a.nav-link.active img:nth-child(2) {
	display: none;
}

a.nav-link.active img:nth-child(3) {
	display: inherit;
}

a.nav-link:hover img:nth-child(1) {
	display: none;
}

a.nav-link:hover img:nth-child(2) {
	display: inherit;
}

a.nav-link:hover img:nth-child(3) {
	display: none;
}

.card-body-sm {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	padding: 0.2rem 0.6rem;
	position: relative;
}

a.card.active {
	background-color: var(--treewin-blue);
	color: var(--light);
}

a.card.active:hover {
	color: var(--light);
}

.treewin-blue {
	color: var(--treewin-blue);
}

.treewin-green {
	color: var(--treewin-green);
}

.treewin-red {
	color: var(--red);
}

.fw-lighter {
	font-weight: lighter;
}

.fw-normal {
	font-weight: normal;
}

@media (min-width: 1400px) {
	.mw-18 {
		max-width: 18rem !important;
		padding-left: 0 !important;
	}
}

@media (max-width: 1400px) {
	.mw-18 {
		margin-bottom: 5px;
	}
}

.label-min-width-150 label {
	min-width: 150px;
}

.label-min-width-100 label {
	min-width: 100px;
}

.label-min-width-80 label {
	min-width: 80px;
}

.form-group.required .form-label {
	font-weight: bold;
}

.form-group.required .form-label:after {
	content: " *";
	color: red;
}

.input-group,
.form-control {
	background-color: #fcfcfc !important;
}

.input-group.readonly,
.readonly>.form-control {
	background-color: #eee !important;
}

.modal-lg {
	max-width: 80rem;
}

@media (min-width: 992px) {
	.modal-stock {
		max-width: 650px;
	}
}

#googleSignOutButton.btn-success:hover {
  color: #fff;
  background-color: #ac1b1a !important;
  border-color: #a11918 !important;
  transition: background-color 2s !important;
  transition: border-color 2ss !important;
  transition: color 2s !important;
}

.border-b-light {
	border-bottom: 1px solid #e9ecef;
}

.border-t-light {
	border-top: 1px solid #e9ecef;
}

#order-detail-container {
	display: none;
}

#order-edit-container {
	display: none;
}

#order-edit-container .updatable-button {
	display: none;
}

#cargo-order-detail-container {
	display: none;
}

.lh-normal {
	line-height: normal;
}

.table-header-container {
	min-height: 3.7rem;
}

#matchOrCreateStock .bootstrap-autocomplete.dropdown-menu {
	width: auto !important;
}

#matchOrCreateStock .bootstrap-autocomplete.dropdown-menu a {
	font-size: 0.75rem;
}

.bootstrap-autocomplete.dropdown-menu {
	min-width: 800px;
}

.width-auto {
	width: auto;
}

.carousel-inner img {
	max-height: 40rem;
	margin: auto;
}

.carousel-control-next-icon {
	color: black;
}

.carousel-control-prev-icon {
	color: black;
}

.carousel {
	padding-top: 1rem;
}

.carousel-indicators .active {
	background-color: var(--treewin-black);
}

.carousel-indicators li {
	background-color: var(--old-light-grey);
}

.icon-space-right {
	margin-right: 2.25rem !important;
}

.td-icon-space-right {
	padding-right: 2.9rem !important;
}

.mw-80p {
	max-width: 80% !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	background-color: white;
	color: black;
	font-size: 20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: white;
	color: black;
}

.pulse {
	margin-left: 4px;
	margin-bottom: 10px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00AEEF;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 174, 239, 0.4);
	animation: pulse 2s infinite;
}

.pulse:hover {
	animation: none;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.8);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 174, 239, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 174, 239, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.8);
		box-shadow: 0 0 0 0 rgba(0, 174, 239, 0.8);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0, 174, 239, 0);
		box-shadow: 0 0 0 10px rgba(0, 174, 239, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 174, 239, 0);
		box-shadow: 0 0 0 0 rgba(0, 174, 239, 0);
	}
}

.ws-nowrap {
	white-space: nowrap !important;
}

.mw-11r {
	max-width: 11rem;
}

.pl-10r {
	padding-left: 10rem !important;
}

.table.dataTable tbody tr:first-child td {
	border-top: 0;
}

.table.dataTable.table-striped>thead>tr:first-child>th {
	border-top: 2px solid #eff1f3;
	border-bottom: 2px solid #eff1f3;
}

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

.mainTable tr.mainTableRow.shown td {
	border-top: 6px solid #eff1f3;
}

.fd-cr {
	flex-direction: column-reverse;
}

.report-loader-wheel {
	animation: spin 0.8s infinite linear;
	/*   border: 2px solid rgba(30, 30, 30, 0.5); */
	border-left: 3px solid #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.report-loader-text,
.perde-loader-invoice-text {
	color: #fff;
	width: 100%;
	font-size: 0.95rem;
}

.report-loader-text:after {
	content: attr(loader-text0);
	animation: load 2s linear infinite;
}

.alertify-notifier .ajs-message.report {
	color: #fff;
	background: var(--treewin-blue);
	border-radius: 4px;
}

.d-inline-block {
	display: inline-block;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 20px 20px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 3.5px;
	height: 3.5px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 31.5px;
	left: 31.5px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 34px;
	left: 28px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 35.5px;
	left: 24px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 36px;
	left: 20px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 35.5px;
	left: 16px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 34px;
	left: 12px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 31.5px;
	left: 8.5px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 28px;
	left: 6px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.sk-fading-circle {
	width: 36px;
	height: 36px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.mb-5r {
	margin-bottom: 5rem;
}

.notification-pulse:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00AEEF;
	box-shadow: 0 0 0 rgba(0, 174, 239, 0.4);
	animation: pulse 2s infinite;
	right: 0px;
	top: 0px;
}

.fs-1p3r {
	font-size: 1.3rem;
}

table#order-details tbody td,
table#wrong-order-details tbody td {
	vertical-align: middle;
}

table#order-details tbody img {
	max-height: 8rem;
}

@media (max-width: 767.98px) {
	.mobile-mt-5 {
		margin-top: 1.5rem !important;
	}
}

#warning-div {
	color: var(--danger) !important;
}

.color-red {
	color: var(--danger) !important;
}

.status-table tbody tr {
	background: transparent !important;
}

.status-table tbody td {
	text-align: left;
	vertical-align: top;
	padding-top: 0;
	padding-left: 0;
}

select.table-filter {
	height: calc(1.5rem + 2px) !important;
	padding: 0rem 0.5rem;
}

.site-help-title {
	font-weight: 600;
	font-size: 0.9rem;
}

.site-help-header {
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 2.5rem;
}

.boza-widget {
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 9999;
}

.reverse {
	transform: rotate(180deg);
}

.productPassive {
	display: none !important;
}

#expand-btn:hover,
#expand-btn:focus {
	text-decoration: none !important;
}

table.mainTable tr.mainTableRow:hover {
	background-color: #e7f2ff;
}

tr.clickedRow {
	background-color: #e7f2ff !important;
}

.btn-collapse {
	background-color: #fff;
	font-size: 0.85rem;
	font-weight: normal;
	color: #495057;
	border: 1px solid rgba(0, 40, 100, 0.12);
	border-radius: 3px;
	padding: 0rem 0.5rem;
}

.btn-collapse:focus {
	box-shadow: none;
}

.multi-quantity {
	border-bottom: 1px solid var(--treewin-grey);
	font-weight: bold;
}

.ta-center {
	text-align: center;
}

.raf-sticker-wrapper {
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}

.raf-sticker {
	overflow: hidden;
	clear: both;
	margin: 0 auto !important;	
	width: fit-content;
}

.raf-sticker > div {
	float:left;
	overflow: hidden;
}

.raf-sticker .code {
	padding: 10px;
	font-size: 27px;
}

.raf-sticker .qr {
	width: 50px;
}

.raf-sticker .icon {
	margin-left: 10px;
	margin-right: 10px;
	width: 50px;
	padding: 3px;
	font-size: 40px;
}

.stok-info-wrapper, .object-info-wrapper {
	border: 1px solid gray;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	cursor: pointer;
}

.stok-info, .object-info, .object-info-item{
	overflow: hidden;
	clear: both;
	margin: 0 auto !important;	
}
.object-footer{
	display: flex;
	justify-content: space-between;
	text-align: center;
	clear: both;
}
.object-header, .object-nav{
	display: flex;
	justify-content: space-start;
	text-align: center;
	clear: both;
}
.stok-info-img, .object-info-img {
	width: 100px;
	float: left;
	position: relative;
}
.object-info-img-multiple {
	width: 50px;
	float: left;
	position: relative;
}
.object-info-img.image-2 {
	position: absolute;
	top: 1px;
	right: 1px;
	width: auto;
}

.object-info-img-sm {
	float: left;
	position: relative;
}

.object-info-img-multiple-sm {
	float: left;
	position: relative;
}
.object-item-img {
	width: 92px;
	float: left;
	position: relative;
}
.object-cargo-img {
	width: 100px;
	float: left;
	position: relative;
}

.stok-info-img-text, .object-info-img-text {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-shadow: 2px 2px 5px black;
	font-size: 170%; 
}

.object-item-img-text {
	position: absolute;
	bottom: -20px;
	right: 1px;
	text-shadow: 2px 2px 5px black;
	font-size: 170%; 
	text-align: right;
}

.stok-info-img-text .big, .object-info-img-text .big ,.object-item-img-text .big {
	font-size: 150%; 
}

.stok-info-img-text .normal, .object-info-img-text .normal {
	font-size: 125%; 
}

.stok-info-text, .object-info-text{
	float: left;
	padding-left: 12px;
	width: calc(100% - 100px);
}

.stok-info .sku-title, .object-info .object-title {
	font-weight: bold;
	font-size: 110%;
	color:#212529;
	font-weight: bold;
}

.stok-info .line, .object-info .line ,.object-info-item .line{
	clear: both;
}

.stok-info .line.hideNotActive, .object-info .line.hideNotActive , .object-info-item .line.hideNotActive {
	display: visible;
}

.stok-info .line:first, .object-info .line:first , object-info-item .line:first{
	padding-top: 5px;
}

.stok-info .line .etiket, .object-info .line .etiket , .object-info-item .line .etiket {
	padding-top: 3px;
	font-size: 90%;
	color:gray;
}

.stok-info .line .deger, .object-info .line .deger , .object-info-item .line .deger {
	padding-top: 3px;
	font-size: 90%;
	color:#212529;
	font-weight: bold;
}

.stok-info .line .text, .object-info .line .text, .object-info-item .line .text {
	padding-top: 4px;
	padding-bottom: 2px;
	display: block;
	float: left;
	font-size: 90%;
	width: 100%;
	color:gray;
}

.stok-info .line .etiket:after, .object-info .line .etiket:after, .object-info-item .line .etiket:after {
	content: ":";
}

.stok-buttons, .object-buttons , .object-items, .object-input-fields {
	display: none;
	margin-top: 10px;
}

.object-input-fields + .object-buttons {
	margin-top: 0px;
}

.stok-info-wrapper.active, .object-info-wrapper.active ,.object-info-wrapper.items-active{
	background-color: #00ff4038;
}

.stok-info-wrapper.silent-active, .object-info-wrapper.silent-active {
	background-color: #00ff4038;
}

.object-info-wrapper .stock-sku-on-image {
	display: none;
}


.object-info-wrapper.active .stock-sku-on-image {
	font-size: 15px;
	display: block;
}

.stok-info-wrapper.active .stok-buttons, .object-info-wrapper.active .object-buttons, .object-info-wrapper.active .object-input-fields, .object-info-wrapper.items-active .object-buttons ,.object-info-wrapper.items-active .object-items  {
	display: block;
}

.object-info-wrapper.silent-active .object-buttons, .object-info-wrapper.silent-active .object-input-fields {
	display: block;
}

.stok-info-wrapper.active .stok-info-img, .object-info-wrapper.active .object-info-img, object-info-img-sm {
	width: 100%;
	margin-bottom: 10px;
}

.object-info-img-multiple, object-info-img-multiple-sm {
	margin-bottom: 10px;
}

.stok-info-wrapper.active .stok-info-text, .object-info-wrapper.active .object-info-text {
	width: 100%;
}

.stok-info-wrapper.active .stok-buttons, .object-info-wrapper.active .object-buttons, .object-info-wrapper.items-active .object-buttons, .object-info-wrapper.active .object-input-fields {
	display: flex;
}

.object-info-wrapper.silent-active .object-buttons, .object-info-wrapper.silent-active .object-input-fields {
	display: flex;
}

.stok-info-wrapper.active .stok-info-img-text, .object-info-wrapper.active .object-info-img-text {
	font-size: 250%; 
}

.stok-info-wrapper.active .stok-info-img-text .big, .object-info-wrapper.active .object-info-img-text .big {
	font-size: 350%; 
}

.stok-info-wrapper.active .stok-info-img-text .normal, .object-info-wrapper.active .object-info-img-text .normal {
	font-size: 300%; 
}

.stok-info-wrapper.active .stok-info .line, .object-info-wrapper.active .object-info .line.hideNotActive ,object-info-wrapper.items-active .object-info .line.hideNotActive  {
	display: block;
}

.stok-info-wrapper.silent-active .stok-info .line, .object-info-wrapper.silent-active .object-info .line.hideNotActive {
	display: block;
}

.object-info-wrapper.items-active .object-info-img-text .big {
	margin-top: 50px;
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
	.mobile-results .col-md-6:nth-child(odd) {
		padding-right: 4px;
	}
	.mobile-results .col-md-6:nth-child(even) {
		padding-left: 4px;
	}
}

/* mobile css*/
@media only screen and (max-width: 768px) {
	html {
		line-height: 1.01 !important;
	}

	.row {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	
	.row.m-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;		
	}

	.card-header,
	.card-body {
		padding: 10px !important;
	}

	.form-group {
		margin-bottom: 0px !important;
	}

	.footer {
		padding: 15px 0 !important;
	}

	label {
		margin-top: 3px;
		margin-bottom: 3px;
		padding-left: 5px;
	}

	.bottom-buttons {
		position: fixed;
		bottom: 0px;
		padding-bottom: 10px;
		padding-top: 10px;
		width: 100%;
		background-color: rgb(250, 250, 252);
		border-top: 1px solid rgba(0, 40, 100, 0.12);
	}

	.hidden-mobile {
		display: none;
	}

	.only-mobile {
		display: block;
	}

	.mb-100 {
		margin-bottom: 100px !important;
	}

	.not-important {
		display: none;
	}

	.alertify-notifier.ajs-bottom {
		bottom: 60px
	}

	.alertify-notifier.ajs-right {
		right: 0px
	}

	.alertify-notifier .ajs-message.ajs-visible {
		margin: 0px;
	}

	.alertify-notifier.ajs-right .ajs-message.ajs-visible {
		right: 270px;
	}
	
	ul.nav-tabs.float-right {
		float: none !important;
		margin: 0 1.5rem;
	}
	
	.dropdown-menu {
		min-width: 70%;
	}
	
	.mobile-p-0 {
		padding: 0px !important;
	}
	
	.top-icons {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.top-icons a img {
		width: 40px !important;
	}
	
	.top-icons > div {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	label {
		margin-bottom: 3px;
		margin-top: 10px;
	}
	
	.w-100-mobile {
		width: 100% !important
	}
	
	.mt-10-mobile {
		margin-top: 10px;
	}
	
	.p-sm-0 {
		padding: 0px;
	}
}

@media only screen and (min-width: 769px) {
	.only-mobile {
		display: none;
	}
}


.hidden {
	display: none;
}

.form-control[readonly] {
	background-color: #e5e5e5 !important;
}

.form-control[readonly]:focus {
	border-color: rgba(0, 40, 100, 0.12) !important;
	box-shadow: 0 0 0 0px rgba(70, 127, 207, 0.25) !important;
}

label {
	display: block;
	padding-left: 3px;
}

small.form-text {
	padding-left: 3px;
}

.form-control[readonly].warning,
.form-control.warning {
	background-color: #E4D08A !important;
}

.form-control[readonly].error,
.form-control.error {
	background-color: #E4988A !important;
}

.w-100 {
	width: 100% !important;
} 

.w-60 {
	width: 60% !important;
} 

.hand {
	cursor: pointer;
}

.zoom-in {
	cursor: zoom-in;
}

.zoom-out {
	cursor: zoom-out;
}

.input-group-prepend > select {
	background-color: #fcfcfc !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid rgba(0, 40, 100, 0.12);
}

label {
	white-space: nowrap;
}

.switch {
  position: relative;
  display: block;
  width: 40px;
  height: 24px;
  float: left;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

/* .switch + label { */
/* 	position: relative; */
/* 	top: 5px; */
/* 	left: 8px; */
/* 	cursor: pointer; */
/* } */
.tr-overlay-div {
	position: absolute;
	width: 100%;
	background-color:  rgb(240 240 240 / 60%);
	left: 0px;	
	text-align: center;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    
}

.display-inline-table {
	display: inline-table;
}

.board-message.info {
	color: black;
}

.board-message.error {
	color: #A00;
}

.board-message.success {
	color: #0A0;
}

.board-message.warning {
	color: #9f6a00;
}

.other-buttons a:hover{
	background-color: var(--treewin-blue);
}
.other-buttons a{
	text-align: left;
	float: left;
	width: 100%;
	margin:4px;
	color: black !important;
}
.input-group.tw-ig {
	background: none!important;
	border: none!important;
}
.input-group.tw-ig:focus-within {
    box-shadow: none!important;
}

.input-group.tw-ig .input-group-text {
	background: none!important;
}
.input-group.tw-ig input {
    border: 1px solid rgba(0, 40, 100, 0.12);
    border-radius: 3px!important;
}
.form-inline .form-check {
	justify-content: left;
}

.alertify-notifier .ajs-message.ajs-info {
  background: #C2F6F4 !important;
}

.multiselect-native-select {
	display: block;
}

.multiselect-native-select .btn-group {
	display: block;
}

.btn-group .multiselect {
	width: 100%;
	padding-right: 25px;
}

.dropdown-toggle {
	position: relative;
	width: 100%;
    text-align: left;
    padding-right: 25px;
}

.dropdown-toggle:after {
	position: absolute;
	right: 10px;
	top:10px;
}
.dropdown-mobile-convert .dropdown-mobile .dropdown-toggle:after {
	position: absolute;
	right: 10px;
	top:14px;
}

.multiselect-selected-text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-mobile{
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 5px 0;
	padding: 0.1rem 0;
	position: relative;
}
.dropdown-mobile button {
	height: 34px !important;
}

.green {
	color: #0F0;
}

.shadow-text {
	text-shadow: 1px 1px black, 0 0 3px blue, 0 0 2px darkblue;
}

.header .dropdown-menu  {
	margin-top: 0px;
}

.check-label {
	display: block;
	cursor: pointer;
	padding-top: 5px;
}

.notification-container {
    display: flex;
    justify-content: space-between;
}

.notification-column {
    flex: 1;
    margin: 10px;
    max-width: 25%;
}

@media (max-width: 768px) {
    .notification-column {
        max-width: 100%;
    }
}

.notification {
    background-color: #fff;
    border-left: 5px solid #4CAF50;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    max-width: 400px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    transition: all 0.3s ease-in-out;
}

.notification {
    background-color: #fff;
    border-left: 5px solid #4CAF50;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
    transition: all 0.3s ease-in-out;
}

.notification:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.notification .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
	position: relative; 
}

.notification .description {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.notification.success {
	border-left-color: #4CAF50;
}

.notification.error {
	border-left-color: red;
}

.notification.info {
	border-left-color: var(--treewin-blue);
}

.notification.warning {
	border-left-color: gold;
}

.bulk-mark-notification {
	position: absolute;
	top: 0px;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #007bff;
}

.notification.read {
    background-color: #e9ecef;
    opacity: 0.75;
    color: #adb5bd;
}

.notification-container .close-btn {
    position: absolute;
    top: -25px;
    right: -18px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: red;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.notification.read .close-btn {
    opacity: 1;
}

.notification.open {
    transform: scaleY(1);
    overflow: visible;
    padding-bottom: 20px;
    transition: transform 1s cubic-bezier(0.25, 0.8, 0.25, 1), padding-bottom 0.3s ease-out;
    transform-origin: top;
}

.notification-detail.open {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}

.notification-detail {
    display: block;
    opacity: 0;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    max-height: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: transparent;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.notification.open .notification-detail {
    opacity: 1;
    max-height: 500px;
    transition: max-height 1s ease-out, opacity 0.5s ease-out;
    width: 100%;
    background-color: #fff;
}

.notification-detail .detail-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.notification-detail .sku {
    font-size: 14px;
    margin-bottom: 5px;
}

.notification-detail .brand {
    font-size: 14px;
    margin-bottom: 5px;
}

.notification-detail .image-title {
    display: flex;
    align-items: center;
}

.notification-detail .product-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.notification-detail .title {
    font-size: 16px;
}

.notification-detail .date {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}

.notification-checkbox-container {
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.notification.active {
    filter: blur(0.5px);
}

.notification.active .title {
    text-decoration: line-through;
}

.notification.active .description {
    text-decoration: line-through;
}

.object-info .raf-sticker {
	display: flex;
}

.object-info .raf-sticker-wrapper {
	padding: 4px;
	border-radius: 4px;
	margin-left: 1px;
	margin-right: 1px;
	max-width: 90px;
	display: block;
	float: left;
}

.object-info .raf-sticker .code {
	font-size: 15px;
	padding: 0px;
	white-space: nowrap;
}

.object-info .raf-sticker .icon {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	width: 15px;
}

.object-info .raf-combined-wrapper {
	max-width: 220px;
}

.fa-free {
	font-family: "Font Awesome 6 Free";
}

.font-monospace {
	font-family: monospace;
}

.gradient-pink {
    background: linear-gradient(to right, 
        white 0%, 
        white 20%, 
        #ffb6c1 50%, /* Açık pembe tonu */
        white 80%, 
        white 100%);
}

.red-border {
	border-color: red;
}

@keyframes flash {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}

.flash-warning {
	animation: flash 0.5s ease-in-out 3;
}

#paginationControls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 5rem;
    font-family: 'Segoe UI', sans-serif;
}

#paginationControls button {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 0.4rem 1.2rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

#paginationControls button:hover {
    background-color: #f5f5f5;
}

#paginationControls button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#pageInfo {
    display: inline-block;
    background-color: var(--treewin-blue);
    color: white;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.95rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.stock-summary {
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.summary-row {
    display: flex;
    gap: 10px;
}

.summary-label-box,
.summary-value-box {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #495057;
}

.summary-value-box {
    justify-content: flex-end;
    color: #212529;
    background-color: #ffffff;
}

