body > .ui-datepicker{
	background-color: inherit;
	animation-name: fadeInDown;
	animation-duration: 0.5s;
	z-index: 999999999999 !important;
}
.ui-datepicker tr{
	border-color: transparent;
}
.ui-datepicker-header{
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
}

.ui-datepicker-header > .ui-datepicker-title{
	font-size: 14px;
}
.ui-datepicker-title select{
	background-color: transparent;
}
.ui-datepicker-calendar{
	background-color: transparent;
	margin-top: 5px !important;
}
.ui-datepicker-calendar tbody a.ui-state-default{
	text-align: center;
	border-radius: 4px;
	background-color: transparent;
	border-color: transparent;
}
.ui-datepicker-prev,
.ui-datepicker-next{
	text-align: center;
}
.ui-datepicker-header > a,
.ui-datepicker-header > a > i.fa{
	line-height: 28px;
	text-align: center;
}
.ui-datepicker-calendar tbody td:hover > a.ui-state-default{
	background-color: var(--color-yellow-o);
	color: var(--color-black);
}
.ui-datepicker-calendar tbody td.ui-datepicker-current-day > a{
	background-color: var(--color-yellow);
	color: white;
}
.ui-datepicker-calendar tbody td.ui-datepicker-today > a{
	background-color: var(--color-primary);
	color: white;
}
body.desktop ul#menu::-webkit-scrollbar{
	width: 4px;
	height: 4px;
	border: 1px solid var(--color-primary-border);
}
body.desktop ul#menu:hover::-webkit-scrollbar-track{
	background-color: var(--color-primary-border);
	opacity: 0.4;
}
body.desktop ul#menu::-webkit-scrollbar-thumb{
	background: var(--color-primary);
	border-radius: 2px;
}
/*
*/
.ui-menu-item .ui-menu-item-wrapper{
	font-size: 12px;
}
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

.select2-results__option{
	font-size: 13px;
	border-top: 1px solid var(--color-primary-border) !important;
}
ul .select2-results__option:first-child{
	border-top: none !important;
}
.select2-results__option--highlighted{
	background-color: var(--color-primary);
}
input.select2-search__field{
	border-radius: var(--input-radius);
}
.select2-results__option{
	font-size: 12px;
}
.select2-results__option--highlighted{
	background: var(--color-primary) !important;
}
.select2-search--dropdown{
	padding: 0px !important;
}
.select2-search--dropdown input{
	border-radius: 0px !important;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAG1BMVEX///+i0PTB4Phlsu0nk+ZGouqEwfHg7/sJhOMyPDZUAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAJxJREFUKJFjYKAVYE/1cE1H5lt0AIE5QkCjAwwUYHwmIMfFo6OjCSZQ0dGRzsCe0dFRABWw6HACqfPoMIAaCdWt0dEOEWDraEOhGVihMuwdrRABlg4HCMOjBUJzwAU6cKjAMAPDFoQ7YG6HuzQA3S8CaL5FeBcaHogQgYRYIJISUJgmgRTCAw1mVhOKAFBJKwOakmZUAQZVcwYiAADdRTzh8PrUoQAAAABJRU5ErkJggg==');
	background-position: 7px 5px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-left: 30px !important;
	outline: none;
	border-color: transparent !important;
	border-bottom-color: #CCC !important;
	font-size: 13px !important;
}
.select2-hidden-accessible{
	display: none;
}
table.cke_dialog,
table.cke_dialog table{
	min-width: auto;
	box-shadow: none;	
}
.cke_1#cke_createArtHTML_TEXT{
	border-top: none;
	border-left: none;
	border-right: none;
}
.dataTables_wrapper{
	margin: 10px auto !important;
}
.dataTables_wrapper > table{
	box-shadow: none;
}
.select2 {
	width:100% !important;
}
.form .select2-selection--multiple{
	border-color: var(--color-primary-border) !important;
	height: auto !important;
	overflow: hidden;
}
.form ul.select2-selection__rendered{
	height: auto !important;
	overflow: hidden;
	padding-bottom: 7.5px !important;
}
.form ul.select2-selection__rendered > li{
	width: auto !important;
	margin: 7.5px 0px 0px 7.5px !important;
}
.form ul.select2-selection__rendered > li.select2-search{
	border: none !important;
	padding: 0px !important;
}
.form ul.select2-selection__rendered > li.select2-search > input{
	font-size: 15px;
	height: 20px !important;
	line-height: 20px !important;
	margin: 0px !important;
}
.form ul.select2-selection__rendered .select2-selection__choice__remove{
	margin-right: 5px;
}
.fb-customerchat{
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 99999999999;
}
.leaflet-fullscreen-on{
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 99999 !important;
}
#content .leaflet-pane,
#content .leaflet-control-container > div{
	z-index: 8 !important;
}