﻿#datatable_wrapper .row:nth-child(2) {
	margin-left: -20px !important;
	margin-right: -20px !important;
}


.pointer{
	cursor:pointer !important;
}

.wrapper {
	overflow: hidden !important;
}

/* Navbar */

.navbar-vertical.navbar-expand-lg {
	background-attachment: fixed;
	background-color: #182b42;
	background-image: url('/img/nav_nacho.png');
	background-position: left 0 bottom 0;
	background-repeat: no-repeat;
	background-size: 256px 556px;
}


#dropdown-submenu-items {
	left: 100%;
	top: -250%;
}

@media screen and (max-width: 992px) {
	#dropdown-submenu {
		display: grid !important;
	}

	#id_submenu_button > svg {
		transform: rotate(90deg);
	}
}

	/* Form Validation */
	.input-validation-error {
		border-color: #cd201f;
	}

	.valid {
		border-color: #5eba00;
	}

	input[data-val="true"] + label::after {
		content: "*";
		margin-left: .25rem;
		color: #cd201f;
	}

	.readonly-selectize {
		background: #f5f7fb;
	}

	/* Status Icon */
	.status-icon {
		content: '';
		width: 0.5rem;
		height: 0.5rem;
		display: inline-block;
		background: currentColor;
		border-radius: 50%;
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
		margin-right: .375rem;
		vertical-align: middle;
	}

	.badge-warning {
		color: #fff;
		background-color: #f39c12;
	}

	.badge-danger {
		color: #fff;
		background-color: #cd201f;
	}

	.badge-success {
		color: #fff;
		background-color: #5eba00;
	}

	/* Border */
	.border-top-primary {
		border-top: 3px #45aaf2 solid
	}

	.border-top-danger {
		border-top: 3px #cd201f solid
	}

	.dataTables_info {
		white-space: pre-wrap !important;
	}

	.navbar-overlap:after {
		content: '';
		height: 9rem;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: inherit;
		z-index: -1;
		box-shadow: inherit;
	}

	.nav-link-icon {
		margin-right: 10px;
		height: auto !important;
		font-size: 1.3rem !important;
	}

	.nav-link .icon {
		font-size: 1.3rem;
	}

	li.nav-item {
		padding: 0 10px;
	}

	.loader-placeholder {
		width: 100%;
		height: 100%;
		position: absolute;
		justify-content: center;
		text-align: center;
		backdrop-filter: blur(3px);
		background: white;
		z-index: 9999999;
	}

	.loader-placeholder-spinner {
		top: 50%;
		position: absolute;
		color: #f0f0f0;
	}

	.selectize-input > * {
		font-weight: 500 !important;
	}

	.selectize-control {
		padding: 0 !important;
		background: none !important;
		border: 0 !important;
	}

	.selectize-dropdown.single.form-select {
		background-image: none !important;
	}

	.selectize-control.multi .selectize-input > div {
		font-size: 0.875rem !important;
		font-weight: 500 !important;
	}

	.selectize-dropdown-content {
		font-size: 0.875rem !important;
		font-weight: 500 !important;
	}

	.selectize-control.input-validation-error div.selectize-input {
		border-color: #cd201f !important;
	}

	.selectize-dropdown {
		padding: 0;
	}

	/* Tabs */
	.nav-tabs .nav-link.active {
		border-radius: 0;
		background: inherit;
		border-color: transparent;
		border-bottom: 2px solid #f0f0f0;
	}

	.flatpickr-day.inRange {
		box-shadow: none !important;
	}

	.form-check-description {
		display: block !important;
	}

	.form-selectgroup-input:focus + .form-selectgroup-label {
		color: #1f1f1f !important;
		border: 1px solid rgba(110, 117, 130, 0.2) !important;
		box-shadow: none;
	}

	.form-selectgroup-input:checked + .form-selectgroup-label {
		color: #1f1f1f;
		background: rgb(0 0 0 / 4%) !important;
		border-color: #000000 !important;
		border-width: 1.5px !important;
		box-shadow: 0 1px 1px 0 rgb(196 32 32 / 20%) !important;
	}

	/* Dropzone */
	.dropzone {
		border: 2px dashed #dedede;
		border-radius: 5px;
		background: #f5f5f5;
	}

		.dropzone .dz-message {
			color: #000000;
			color: rgba(0, 0, 0, .54);
			font-weight: 500;
			font-size: initial;
			text-transform: uppercase;
		}

	/* */

	table {
		width: 100%;
	}

	.offline-banner {
		z-index: 1031;
	}

	.none {
		display: none
	}

	.mono-space {
		font-feature-settings: 'tnum';
	}

	.scrollToTopBtn {
		position: fixed;
		bottom: 70px;
		right: 10px;
		background-color: white;
		border: none;
		border-radius: 8px;
		color: #515151 !important;
		cursor: pointer;
		width: 32px;
		height: 32px;
		opacity: 0;
		z-index: 100;
		transform: translateY(100px);
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.showBtn {
		opacity: 1;
		transform: translateY(0)
	}


	.btn.btn-primary {
		background-color: black !important;
		color: white !important;
	}

		.btn.btn-primary:hover {
			background-color: white !important;
			color: black !important;
		}

	.btn.btn-secondary {
		background-color: white !important;
		color: black !important;
	}

		.btn.btn-secondary:hover {
			background-color: black !important;
			color: white !important;
		}

	.btn-link {
		color: black !important;
	}

		.btn-link:hover {
			color: grey !important;
		}

	.btn-login {
		background-color: white !important;
		color: red !important;
		border-color: red !important;
	}

		.btn-login:hover {
			background-color: red !important;
			color: white !important;
			border-color: red !important;
		}

	.nav-link.active {
		color: black !important;
		border-bottom: black !important;
		border-style: solid !important;
		border-width: medium !important;
	}

	.side-nav-link.active {
		color: black !important;
		background-color: white !important;
	}

	.side-nav-link {
		color: gray !important;
		background-color: white !important;
	}

		.side-nav-link:hover {
			color: black !important;
			background-color: white !important;
		}

	.nav-link-profile.active {
		color: black !important;
		background-color: white !important;
		border: none !important;
		border-style: none !important;
		padding: 8px 16px 8px 0px !important;
	}

	.nav-link-profile {
		color: gray !important;
		background-color: white !important;
		border: none !important;
		border-style: none !important;
		padding: 8px 16px 8px 0px !important;
	}

		.nav-link-profile:hover {
			color: black !important;
			background-color: white !important;
			border: none !important;
			border-style: none !important;
			padding: 8px 16px 8px 0px !important;
		}


	.CartButton {
		border: solid;
		border-radius: 10rem;
		background-color: red !important;
		border-color: red;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.lightLink.active {
		color: gray !important;
	}

	.lightLink {
		color: white !important;
		cursor: pointer;
	}

		.lightLink:hover {
			color: gray !important;
		}

	.redLink.active {
		color: red !important;
		border-bottom: red !important;
		border-style: none !important;
	}

	.redLink {
		color: black !important;
	}

		.redLink:hover {
			color: red !important;
		}

	.btn-link-footer {
		color: #666 !important;
	}

		.btn-link-footer:hover {
			color: red !important;
		}

	.CenteredHorizontalNavBar {
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		z-index: 1000 !important;
	}

	.datatableActionIcon {
		color: black !important;
	}

		.datatableActionIcon:hover {
			color: red !important;
		}

	.datatableDeleteActionIcon {
		color: red !important;
	}

		.datatableDeleteActionIcon:hover {
			color: darkred !important;
		}


	.ClearFilter {
		color: black !important;
	}

		.ClearFilter:hover {
			color: red !important;
		}

	th, td {
		white-space: nowrap;
	}

	.table thead tr:last-child th:last-child {
		position: sticky;
		right: 0;
		z-index: 1;
	}

	.table tbody td:last-child {
		position: sticky;
		right: 0;
		background-color: white !important;
	}

	.table thead th, .markdown > table thead th {
		background-color: #fafbfb !important;
	}

	.avatar-org {
		width: 40px;
		height: 40px;
		font-size: 0.75rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		color: #6e7582;
		text-align: center;
		text-transform: uppercase;
		vertical-align: bottom;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background: #f1f3f8 no-repeat center/cover;
	}

	.avatar-xl-org {
		width: 200px;
		height: 200px;
		/*width: 17rem;
	height: 8rem;*/
		/*width: 270px;
	height: 125px;*/
		font-size: 3rem;
		line-height: 6rem;
		border: solid 1px #d9d9d9;
	}

	.LargeCheckBox {
		width: 35px !important;
		height: 35px !important;
		margin-top: 0px !important;
	}

	.MediumCheckBox {
		width: 25px !important;
		height: 25px !important;
		margin-top: 0px !important;
	}

	.swal2-container {
		z-index: 3100 !important;
	}

	@media screen and (max-width: 557px) {
		.swal2-popup {
			width: 80% !important;
		}
	}

	.swal2-icon.swal2-warning {
		border-color: red !important;
		color: red !important;
	}

	.swal2-styled.swal2-confirm {
		background-color: black !important;
	}

	.swal2-styled.swal2-cancel {
		background-color: white !important;
		color: black !important;
		border: solid !important;
	}

	.currencyInput {
		text-align: end !important;
	}

	.text-right {
		text-align: end !important;
	}

	.table-img-center {
		display: grid !important;
		place-items: center !important;
	}

	.VerticalCenter {
		vertical-align: middle;
	}

	.form-label.required:after {
		content: "*";
		margin-left: 0.25rem;
		color: #cd201f;
	}

	.navbar-custom {
		z-index: 2100 !important;
	}


	.cookie-banner {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px;
		box-shadow: 0 -5px 6px -6px #666;
	}

	/*remove input=number arrows*/
	/* Chrome, Safari, Edge, Opera */
	.vat, input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		appearance: none;
	}

	/* Firefox */
	.vat, input[type=number] {
		-moz-appearance: textfield;
	}

.footers {
	background-color: black;
	border: 0;
	text-align: left;
	position: relative;
	bottom: 0px;
	width: 100%;
}
 li > a > #xlogo :hover {
	fill: gray !important;
	transition: fill .3s ease-in-out;
}


	/*google recaptcha*/
	/*@media only screen and (max-width: 500px) {
	.g-recaptcha {
		transform: scale(0.77);
		transform-origin: 0 0;
	}
}

@media only screen and (max-width: 350px) {
	.g-recaptcha {
		transform: scale(0.65);
		transform-origin: 0 0;
	}
}

@media only screen and (max-width: 200px) {
	.g-recaptcha {
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}*/