html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'HKGrotesk-SemiBold';
	margin: 0;
	padding: 0;
	padding-top: 88px;
	font-size: 17px;
	background-image: url('../img/background.jpg');
	background-attachment: fixed;
	color: var(--primary-color);
}

:root {
	--green: #26ba07;
	--border-color: #faf8f3;
	--accent-color: #f7af3b;
	--background-color: #1d1e1c;
	--background-color-light: #f5f5f5;
	--primary-color: #434343;
	--background-color-planning-dark: #c4c4c4; 
	--background-color-planning: #f2f4f7; 
	
	--background-color-register: #faf8f2;
	--pink: #ff6ab6;
}


@font-face {
	font-family: 'HKGrotesk-Bold';
	src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'HKGrotesk-SemiBold';
	src: url('../fonts/HKGrotesk-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/Open Sans.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/Open Sans Bold.woff2') format('woff2');
}

a {
	cursor: pointer;
	color: var(--primary-color);
}

a:hover, a:hover:focus {
	opacity: 0.8;
}

.bold {
	font-family: 'HKGrotesk-Bold';
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

/************** NAVBAR **************/
.navbar a, .nav button, .nav button.active {
	font-size: 20px;
	margin-left: 17px;
	margin-right: 17px;
	color: white !important;
}

.navbar-toggler {
	border: 1px solid rgba(255,255,255,0.8);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.90%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.nav-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 10px !important; 
	margin-right: 10px !important;
}

.dropdown a {
	margin-left: 0px;
	margin-right: 0px;
}

nav .dropdown-item.active, nav .dropdown-item:active {
	background: none;
}

.btn-group .dropdown-item.active, .btn-group .dropdown-item:active {
	background: var(--accent-color);
}
	
.navbar .active {
	color: var(--accent-color) !important;
}

.navbar a:focus, .navbar a:hover, .navbar a:active {
	opacity: 0.8;
}


.dropdown-menu {
	border-radius: 0;
}

.btn {
	text-transform: uppercase;
	color: white !important;
	background-color: var(--accent-color) !important;
	border: none;
	padding-bottom: 8px;
	font-family: 'HKGrotesk-Bold';
	font-weight: bold;
	font-size: 17px;
	padding: 4px 10px;
}

.btn_white, .btn_white:hover {
	color: var(--accent-color) !important; 
	background-color: white !important; 
	border: 2px solid var(--accent-color); 
	padding: 6px 12px;
}

.btn-group .btn:not(:first-child) {
	border-left: 1px solid #f2f4f7 !important;
}

.btn-group .btn:not(:last-child) {
	border-right: 1px solid #f2f4f7 !important;
}

.btn-group {
	margin: 2px;
}

.btn-group .btn {
	padding: 5px 12px;
	width: 40px;
}

.btn-group-sm {
	max-height: 33px;
}

.form-control, .form-select {
	height: 36px;
	padding: 5px;
	font-size: 17px;
	border: 1px solid #999;
}
.form-select {
	padding-right: 30px;
}
.form-control:focus, .form-select:focus {
	border-color: rgba(246, 163, 0, 0.6);
	box-shadow: 0 0 0 0.2rem rgba(246, 163, 0, 0.25);
} 

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #aaa;
	opacity: 1; /* Firefox */
}

.form_control_color {
	max-width: 36px; 
	cursor: pointer;
	border: none;
}


.tiles {
	max-width: 1280px;
}

.tile div {
	position: absolute; 
	top: 50%; 
	transform: translateY(-50%); 
	color: var(--primary-color);
}

.border_right {
	background-color: white; 
	opacity: 0.9;
	overflow: auto;
	border-radius: 10px;
}

/* REGISTER PAGE */
.round_border {
	padding: 20px;
	margin-bottom: 20px;
	color: var(--accent-color);
	border-radius: 25px;
	padding: 20px;
}

.accentColor {
	color: var(--accent-color);
}

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

.italic {
	font-style: italic;
	font-family: "Open Sans";
	font-weight: bold;
}

.upperCase {
	text-transform: uppercase;
}

.register hr {
	opacity: 1;
}

.register h3 {
	font-size: 25px;
	font-family: "Open Sans Bold";
	text-align: center;
	color: var(--primary-color);
}

.register h4 {
	text-align: center;
	color: var(--accent-color);
	font-size: 20px;
}

.register .pink_btn {
	background-color: var(--pink) !important;
}

.register .selected {
	background-color: var(--green) !important;
}

.register .selected h4 {
	color: var(--primary-color);
}

.register .has-error {
	border: 1px solid red !important;
}


.register .wifiCode {
	text-transform: initial;
}

.register .error_form {
	color: red;
}

.register .dropzone {
	height: unset !important;
	min-height: unset;
	border-radius: unset;
	border: unset;
	overflow: visible;
}

.register .dropzone .btn {
	font-size: 25px;
}


.total {
	font-weight: bold;
	text-align: right;
	font-size: 18px;
}

#optionsParking {
	font-size: 16px;
}

.register button {
	font-size: 25px;
	text-transform: uppercase;
	font-family: inherit;
	padding: 8px 22px !important;
	font-weight: normal;
	border-radius: 15px;
}

.register input[type=text], .register input[type=number], .register select, .btn_like {
	border-radius: 12px !important;
	padding-left: 15px; 
	padding-right: 15px;
	font-size: 20px;
	min-height: 40px;
}

a.btn_like {
	font-family: 'Open Sans';
	font-weight: normal;
	text-decoration: underline;
}

.register input, .register textarea, .register select, .register input:focus, .register textarea:focus, .register select:focus, .btn_like  {
	background-color: var(--accent-color);
	border: none !important;
	color: white;
}

.register_shadow {
	padding: 0 35px !important;
}

.register button, .register .register_shadow {
	border: 1px solid var(--border-color) !important;
}

.register input[type=checkbox], .register input[type=radio] {
	accent-color: var(--green);
	min-width: 20px;
	min-height: 20px;
} 

.register .form-control::placeholder {
	color: white;
	opacity: 0.7;
	font-style: italic;
	text-transform: uppercase;
}

.register {
	font-family: "Open Sans";
	border: none !important;
	font-size: 20px;
}

.register .bold {
	font-family: "Open Sans Bold";
	font-weight: normal;
}

.register .round_icon {
	width: 110px;
	height: 110px;
	font-size: 70px;
	padding-top: 3px;
	border-radius: 50%;
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #f7f5ef;
	box-shadow: inset 0px -5px 5px rgba(200, 200, 200, 0.5), rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.register .round_icon img {
	max-width: 70px;
	max-height: 70px;
	vertical-align: top;
	margin-top: 16px;
}

.register .code_display {
	padding: 40px;
}

.register .code_display .btn {
	margin: 5px auto;
	text-align: left;
	width: 100%;
	font-family: 'Open Sans';
	font-weight: normal;
	border-radius: 12px;
}

.register, .round_border {
	background-color: #faf8f2;
}

.register button, .round_border, .register .round_icon, .register_shadow {
	box-shadow: rgba(0, 0, 0, 0.5) 8px 12px 25px;
}

.background_radio {
	display: none;
}

.background_radio:disabled:not(:checked) + span {
	display: none;
}

.background_radio:checked + span {
	background-color: var(--green);
	color: white;
	border: none;
}

.background_radio + span {
	cursor: pointer;
	width: 35px;
	height: 40px;
	margin: 0 10px;
	border-radius: 8px;
	border: 1px solid var(--accent-color);;
	display: inline-block;
	padding-top: 3px;
	color: var(--accent-color);;
	text-align: center;
}

.background_radio + span:last-child {
	margin-right: 0;
}

@keyframes blinking_shadow {
  50% {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px, rgba(0, 0, 0, 0.15) 0px 8px 8px;
  }
}

.blinking_shadow {
  animation: blinking_shadow 1s infinite;
}

.register input[type=number] {
	text-align: center;
}

.border_right, .card:not(.register) {
	border-right: 10px solid var(--accent-color) !important;
	border-left: 10px solid transparent !important;
}


.quantity_input {
	position: relative;
	display: inline-block;
}

.quantity_input .fas {
	height: 48px;
    width: 48px;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    color: #777;
}

.quantity_input .fa-plus {
	right: 0;
}


.quantity_input input::-webkit-outer-spin-button,
.quantity_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity_input input {
	text-align: center;
	-moz-appearance: textfield;
	padding-left: 48px;
	padding-right: 48px;
	height: 48px;
}


#scroll_button {
	position:fixed;
	margin-left: -30px;
	top:50%;
	z-index:50;
	font-size:40px;
	padding: 0px 10px;
	border-radius:10px;
	cursor: pointer;
}


/***
pas de font-size

	padding: 5px 10px;
#scroll_button img {
	max-height: 40px;
}
**/

/*****************/

.tile {
	height: 300px;
	width: 320px;
	position: relative;
	justify-content: center !important;
	display: inline-flex;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.tile_title {
	font-size: 30px;
	color: black;
	text-transform: uppercase;
}

.body {
	width: 100%;
	display: flex;
	justify-content:center;
	padding: 25px;
	flex-flow: wrap;
}


.main_table {
	margin-left: -10px;
	margin-bottom: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: calc(100% + 10px);
}

.main_table tbody tr:nth-child(2n+1) td, .main_table tbody tr:nth-child(2n+1) th {
	background-color: #f2f4f7;
}

.main_table tbody tr:nth-child(2n) td, .main_table thead tr:nth-child(2n+1) th, .main_table tbody tr:nth-child(2n) th {
	background-color: #fdfdfd;
}

.main_table thead th, .title {
	font-size: 18px;
}

.main_table thead th i {
	margin-left: 5px;
}

.main_table tr {
	height: 40px;
}

.main_table tr::before, .main_table tr::after {
	content: "";
	width:10px;
	display: table-cell;
	min-width: 10px;
}

.main_table td, .main_table th, .main_table tr {
	background-color: unset;
	color: unset;
	border: unset;
}

.main_table thead tr {
	height: 42px;
	vertical-align: middle;
	border-bottom: 1px solid #707070;
}

.main_table tbody td, .main_table tbody th {
	border-top: 1px solid #707070;
}

.main_table th, .main_table td {
	padding: 5px 10px;
}

.main_table tbody tr:last-child th, .main_table tbody tr:last-child td {
	padding-bottom: 10px;
}

.inactive {
	opacity: 0.4;
}

.pagination_nav {
	margin-top: 25px;
}

.pagination > li > a {
    background-color: var(--background-color-light);
    border: 1px solid var(--background-color-light);
    color: var(--primary-color);
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	color: var(--primary-color);
	border-color: var(--background-color-planning-dark);
	background-color: var(--background-color-planning-dark);
	box-shadow: 0 0 0 1px var(--background-color-planning-dark);
}

.pagination > li > a, .pagination > li > span {
	opacity: 0.9;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
	color: var(--primary-color);
    background-color: var(--accent-color) !important;
    border: solid 1px var(--accent-color) !important;
}

.pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: var(--primary-color);
    background-color: var(--background-color-planning-dark) !important;
    border: solid 1px var(--background-color-planning-dark) !important;
}

.pagination > .disabled, input:disabled {
    cursor: not-allowed;
}

.pagination {
	margin-bottom: 0;
}



.input_with_icon {
	padding-left: 40px;
}

.input_icon {
	position: relative; 
	top: -28px; 
	margin-bottom: -28px; 
	font-size: 21px; 
	float: left; 
	margin-left: 10px; 
	color: var(--accent-color); 
}

@media (max-width: 767px) 
{
	.tiles {
		flex-direction: column !important;
		width: 100% !important;
		
	}
	
	.tile {
		width: 100% !important;
		height: 180px;
	}
	
	.navbar-nav li {
		text-align: center;
	}
		
}

@media (max-width: 575px) 
{
	.hidden-xs {
		display: none !important;
	}
		
}

@media (max-width: 767px) 
{
	.hidden-sm {
		display: none !important;
	}
		
}


.flex {
	width: 100%;
	display: flex;
	justify-content: center;	
}

.flex_col {
	flex-direction: column;
	align-items: center;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}



/****************** MODAL ***********************/
.modal-header {
	background-color: var(--background-color);
	font-family: 'HKGrotesk-Bold';
	border-bottom: none;
	color: white;
}

.modal-body, .modal-footer {
	background-color: var(--background-color-light);
}


.modal-footer {
	border-top: none;
}

.has-error {
	border: 2px solid var(--accent-color);
}

.error_form {
	font-size: 13px;
	color: var(--accent-color);
}

form label {
	margin-bottom: 5px;
}

label:has(input:disabled), .quantity_input:has(input:disabled), .quantity_input:has(input:disabled) i {
	color: #888;  /* Example style for disabled state */
	cursor: not-allowed;
}

textarea {
	min-height: 100px !important;
}







/**** date picker **/
.ui-datepicker {
    width: 260px;
    background-color: white;
    padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 4px;
	display: none;
	margin-left: 1px;
}

.ui-datepicker table {
    width: 100%;
}


.ui-datepicker-title {
    text-align: center;
    font-size: 13px;
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}

.ui-datepicker-title select, .ui-timepicker-div select, .ui-datepicker-title .custom-select__option--value, .ui-timepicker-div .custom-select__option--value {
	height: unset;
	min-width: 70px;
	padding: 0px 15px 0px 8px;
	border: none;
	background-color: white;
}


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 15px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 17px;
}
.ui-datepicker .ui-datepicker-next {
    right: 17px;
}

.ui-datepicker .ui-datepicker-prev span:hover, .ui-datepicker .ui-datepicker-prev-hover:hover, 
.ui-datepicker .ui-datepicker-next span:hover, .ui-datepicker .ui-datepicker-next-hover:hover {
	background-color: white !important;
	border-color: white !important;
	opacity: 0.7;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	color: white;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    transition: opacity 0.15s ease-in-out;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-datepicker-prev span {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23f6a300' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E") !important;
}

.ui-datepicker-next span {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23f6a300' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E") !important;
}

.ui-datepicker th , .ui-datepicker tr {
	height: 25px;
}

.ui-datepicker th {
    text-transform: lowercase;
      font-size: 13px;
    color: #999;
    text-align: center;
}

.ui-datepicker th:nth-last-child(1) span, .ui-datepicker th:nth-last-child(2) {
	color: var(--accent-color);
}

.ui-datepicker tr td:nth-last-child(1) a, .ui-datepicker tr td:nth-last-child(2) a {
	color: var(--accent-color);
}

.ui-datepicker-week-col {
	color: var(--accent-color);
	opacity: 0.5;
}

.ui-datepicker tbody td {
    padding: 0;
    text-align: center;
}



.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    text-align: center;
    width:30px;
    height: 20px;
     color: #000;
     font-size: 13px;
      border: 1px solid transparent;
    line-height: 1.8;  
    border-radius: 3px;
    height: 100%;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-hover {
    background: #d4d4d4;
    border: 1px solid black;
    
}

.ui-datepicker-calendar .ui-state-active {
    background: #d4d4d4;
	font-weight: bold;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #ddd;
    cursor: not-allowed;
}

.ui_tpicker_hour, .ui_tpicker_minute {
	margin: 0 !important;
	display: inline-block;
}

.ui_tpicker_hour_slider::after {
	content: "h";
	margin-left: 10px;
	margin-right: 10px;
}

.ui_tpicker_minute_slider::after {
	content: "min";	
	margin-left: 10px;
}

.ui_tpicker_hour_slider::after, .ui_tpicker_minute_slider::after {
	color: var(--primary-color);
	font-family: HKGrotesk-Bold;
}

.ui_tpicker_time_label, .ui_tpicker_time, .ui_tpicker_hour_label, .ui_tpicker_minute_label, .ui_tpicker_unit_hide  {
	display: none;
}

.ui_tpicker_hour {
	margin-top: 10px !important;
}
.ui_tpicker_hour::before {
	content: "Heure";
	color: var(--primary-color);
	font-family: HKGrotesk-Bold;
}

.ui_tpicker_hour_slider {
	margin-top: 10px;
}




/* DROPZONE */

.dz-preview {
	margin: 0 !important;
	font-size: 13px;
}

.dz-thumbnail {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #bdc3c7;
}

.dz-progress {
	width: 100% !important;
	color: white !important;
	position: static !important;
	margin: 0 !important;
	opacity: 1 !important;
}
  
.dz-drag-hover {
	background-color: #ecf0f1;
}

.dz-error-message {
	position: unset !important;
	opacity: 1 !important;
	width: unset !important;
		
}

.dropzone .dz-preview .dz-error-message::after {
	display: none !important;
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-filter: none !important;
  	filter: none !important;
  	transform: none !important;
}

.dz-image, .dz-details, .dz-progress {
	display: inline-block !important;
}

.dz-details {
	opacity: 1 !important;
	position: unset !important;
	max-width: unset !important;
	min-width: unset !important;
}

.dropzone {
	border-radius: 20px;
  border: 3px dashed var(--accent-color);
  height : 300px;
  font-size: 20px;
  overflow-y: auto;
  width: 100% !important;
  background: unset !important;
  
}

.dropzone .dz-preview.dz-image-preview {
	background: unset !important;
}

.dz-details {
	display: none !important;
}

.dz_image {
	 padding-top: 10%;
}

.dz-image img {
	object-fit: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid #eee;
}

.dz-message {
	margin-top: 80px;
}

.dropzone.unique {
	height: 240px;
	text-align: center;
}

.dropzone .fallback {
	margin-top: -15px;
	text-align: left;
}

.dropzone .fallback .form-group {
	margin-bottom: 0px;
}

.dropzone.unique .dz-message {
	margin-top: 10px !important;
	margin-bottom: 0px;
}

.dropzone .progress-bar {
	line-height: 1.3;
}

.dropzone .progress-bar-success {
	background-color: var(--accent-color);
}

.dropzone .dz-preview .dz-upload {
  background: var(--accent-color) !important;
}

.cropper-modal, .editor_cropper_body, .cropper-wrap-box {
	border-radius: 13px;
}



/******************* AUTOCOMPLETE *********************/
.sk_AcMultiValDiv .btn-group {
	margin: 0; 
	max-height: 36px;
}

.sk_AcMultiValDiv .btn-group, .sk_AcMultiValDiv .btn {
	border-bottom: 1px solid white;
}

.sk_AcMultiValDiv {
	margin-top: -1px;
}

.sk_AcTag {
	padding: 3px 8px;
  	cursor: pointer;
  	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sk_AcTag:hover {
  	background-color: gainsboro;
}
.sk_AcTaglist{
	position: absolute;
	max-height: 150px; 
	overflow-y:scroll; 
	z-index:10; 
	min-width:100%;
	background-color: white;
	border: 1px solid #dee2e6;
}
.position-relative{
	position: relative;
}
.d-none, .hide{
	display: none;
}



/***************************** LOADER ****************************/
caption {
	min-height: 130px;
	padding-top: 15px;
}
.loader {
	margin: auto;
	width: 90px;
	height: 90px;
	background-image: url('../img/logo.svg');
	background-position: top 20px left 15px;
	background-size: 60px;
	background-repeat: no-repeat;
}
.register .loader {
	margin: 50px auto;
	position: sticky;
	top: 150px;
}

.loader:after {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid var(--accent-color);
	border-color: var(--accent-color) transparent var(--accent-color) transparent;
	animation: lds-dual-ring 2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




/************************** LEFT MENU ***********************/
.back_office_container {
	max-width: calc(100% - 40px);	
	margin: 20px;
}


.back_office_container .card {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	color: var(--primary-color);
	border-radius: 10px;
	opacity: 0.9;
}

.flex_container {
	display: flex;
}

.flex_container h2 {
	font-size: 20px;
	margin: 0;
	line-height: 40px;
	font-weight: bold;
}

.left_container_header h2 {
	padding: 0 5px;
	margin-left: -5px;
}


.left_container_parent {
	width: 390px;
	margin-right: 20px;
	min-width: 200px;
}

.left_container .active {
	font-weight: bold;
}

.left_container .active .bi-chevron-right {
	-webkit-text-stroke: 2px #F26922;
}


.left_container_header {
	background: var(--background-color);
	color: var(--background-color-light);
	position: sticky;
	top: 0;
	padding: 10px;
	z-index: 6;
}

.left_container {
	position: sticky;
	top: 108px;
	border: 1px solid #ddd;
	border-radius: 10px;
	max-height: calc(100vh - 110px);
	overflow-x: auto;
	background-color: var(--background-color-light);
	border: none;
	opacity: 0.98;
}

.left_container h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}

.left_container .left_item ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 4px;
}

.checkbox_icon {
	margin-right: 4px !important;
}

.left_container input[type=checkbox] {
	min-width: 21px;
	min-height: 21px;
	accent-color: var(--accent-color);
	position: relative;
	top: 3px;
	margin-right: 7px;
}

.left_container input[type=radio] {
	min-width: 18px;
	min-height: 18px;
	accent-color: #213c62;
	position: relative;
	top: 1px;
}

.left_menu_button{
	display: none;	
	z-index: 4;
	position: sticky;
	bottom : 5px;
	margin: auto;
}

.left_items {
	padding: 10px;
	padding-top: 0px;
}

@media screen and (max-width: 768px) {
	.left_container_parent:not(.product_filter_parent):not(.search_filter_parent) {
		display: none;
	}
	.left_container:not(#product_filter):not(.search_filter) {
		display: none;
		position: fixed;
		width: 100%;
		top: 75px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		overflow: auto;
		z-index: 4;
		max-height: 100vh;
	}

	.left_menu_button:not(.filter_button):not(.search_filter_btn) {
		display: block;
	}
}

@media screen and (max-width: 992px) {
	.search_filter_parent {
		display: none;
	}
	.search_filter {
		display: none;
		position: fixed;
		width: 100%;
		top: 75px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		overflow: auto;
		z-index: 4;
		max-height: 100vh;
	}

	.search_filter_btn {
		display: block;
	}
}


.left_container .h6{
	font-size: 20px;
	margin:0px;
	text-decoration: none;
	font-weight: bold;
}

.menu_item {
	list-style-type:none;
	height: 40px;
	overflow: hidden;
	padding-top: 10px;
}

.menu_item a {
	color: var(--primary-color);
	display:block;
	font-size:18px;
	line-height:25px;
	margin:0px;
	padding:0px 5px;
	text-decoration: none;
	max-width: 100%;
}

.menu_item a div {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(100% - 70px);
	width: calc(100% - 70px);
	display: inline-block;
}


.menu_item li a:hover{
	background-color:#F0F5FD;
	border-radius: 5px;
}

.menu_item i.bi-chevron-right{
	float:right;
}

.menu_items hr {
	margin: 3px 0;
}

.left_container i:not(.btn_icon){
	margin-right: 10px;
	font-size:24px;
	width: 30px;
	text-align: center;
}

.left_container_header i:not(.btn_icon) {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}

.left_container:not(.search_filter) i, .search_filter .left_container_header > h2 > i, .search_filter .checkbox_icon:not(.fa-square){
	color: var(--accent-color);
}

.left_container:not(.search_filter) i.fa-chevron-right{
	width: 20px;
	float: right;
	margin: 0;
}

.all_filters hr:first-of-type {
	margin-top: 4px;
}

.search_filter i.fa-chevron-right{
	float: left;
	margin-top: -4px;
}

.list_item .fa-chevron-right{
	font-weight: bold;
}

.two_options_wide {
	width: 101px;
	min-width: 101px;
	text-align: center;
}
.three_options_wide {
	width: 142px;
	min-width: 142px;
	text-align: center;
}
.four_options_wide {
	width: 180px;
	min-width: 180px;
	text-align: center;
}
			
.one_option_wide {
	width: 70px;
	text-align: center;
}
.card-header .action_btn {
	position: absolute;
	top: 13px;
	right: 20px;
}

.card-header {
	background-color: var(--background-color);
	color: var(--background-color-light);
	padding: 10px 20px;
	border-radius: 10px 0 0 0 !important;
	margin-left: -10px;
}

.card-header .btn {
	position: relative;
	top: 0;
	right: 0;	
}

.card-header h5 {
	margin-top: 5px;
	margin-bottom: 5px;
}



/************************ PLANNING *****************************/
.planning_card {
	margin-bottom: 0 !important;
	margin-top: -15px;
	max-height: calc(100vh - 100px);	
}

.planning_card form {
	max-width: 100%;
	overflow-y: auto;
}

.planning_card table {
	border-collapse: separate;
	border-spacing: 0;
}

.planning_card thead tr {
	border-bottom: none;
}
.card tbody tr:first-child td, .card tbody tr:first-child th {
	border-top: none;
}

.planning_card tr th:first-child, .planning_card tr td:first-child {
	max-width: 58px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

.planning_card thead th {
	border-bottom: 1px solid #707070;
}

.planning_card thead, .planning_card tr td:first-child, .planning_card tr th:first-child {
	position: sticky;
	z-index: 1;
	left: 0;
}

.planning_card thead {
	top: 0;
	z-index: 2;
}

.planning_card tr {
	padding-top: 0;
	padding-bottom: 0;
}

.planning_card tr th:not(:last-child), .planning_card tr td:not(:last-child) {
	border-right: 1px solid #717170;	
}

.planning_card td {
	padding-bottom: 15px;
}

.planning_card td.ui-droppable-hover {
	background-color: var(--background-color-planning-dark) !important;
}

.planning_card tr:has(> td.ui-droppable-hover) td {
	background-color: var(--background-color-planning-dark) !important;
}

.planning_element_parent {
	position: relative;
	width: 0;
}

.planning_element {
	position: absolute;
	background-color: #777;
	color: white;
	border-radius: 5px;
	padding: 10px;
}

.planning_element .highlight {
  position: absolute;
  top: -10px;
  padding: 1px 5px 2px 5px;
  border-radius: 8px;
  background-color: #777;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
}

.planning_element div {
  font-size: 12px;
  max-height: 20px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.planning_element.shrink {
	height: 0 !important;
	max-height: 0 !important;
	padding: 5px;
}

.planning_element.to_switch {
	opacity: 0.5 !important;
}

.planning_element.shrink div:not(.highlight) {
	display: none;
}
.main_table:has(.shrink) tr {
	height: unset;
}
.main_table:has(.planning_element) td {
	padding: 0px;
}

.card-header label {
	margin-left: 30px;
}

.card-header label span {
	margin-left: 5px;
}





/******************************** SMS *******************************/
.history {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
}
.message_div {
	background-color: white;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 8px;
	background-color: #eaeaea;
}

.message_div_inbound {
	color: white;
	background-color: #3e94fe;
}


/** AUTOCOMPLETE **/


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 5px;
	margin: 0;
	display: block;
	outline: 0;
	z-index: 99999;
	
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	
	background-color: var(--background-color-planning-dark); 
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}




.ui-autocomplete .ui-menu-item {
	margin-right: 5px;
	margin-bottom: 2px;
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding-left: 13px !important;	
}

.ui-autocomplete {

}

.ui-helper-hidden-accessible {
    display: none;
}

/**********************************/