.ui-datepicker {
	padding: 16px;
	margin: auto;
}
.ui-datepicker table {
	width: 100%;
	padding: 16px;
	background-color: white;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 8px 8px;
}

.ui-datepicker-header {
	background-color: blueviolet;
	color: #ffffff;
	padding: 16px;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
	border-radius: 8px 8px 0 0;
}

.ui-datepicker-title {
	text-align: center;
	font-size: auto;
}

.ui-datepicker-prev {
	float: left;
	cursor: pointer;
	background-position: center 0px;
}

.ui-datepicker-next {
	float: right;
	cursor: pointer;
	background-position: center 0px;
}

.ui-datepicker thead {
	color: grey;
	height: 48px;
}

.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: 30px;
	line-height: 30px;
	color: black;
}

.ui-datepicker-calendar .ui-state-hover {
	background-color: gray;
	border-radius: 4px;
	color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
	background-color: blueviolet;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	color: #fff;
	border: 1px solid black;
	border-radius: 4px;
	position: relative;
	margin: -1px;
}

.select2.select2-container {
	width: 100% !important;
}

.select2.select2-container .select2-selection {
	border: 1px solid #e6e7e8;
	background-color: #f8f9fa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	min-height: 50px;
	/* margin-bottom: 8px; */
	outline: none !important;
	transition: all 0.15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #333;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 32px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	height: 48px;
	width: 32px;
}

.select2.select2-container.select2-container--open
	.select2-selection.select2-selection--single {
	background: #f8f8f8;
}

.select2.select2-container.select2-container--open
	.select2-selection.select2-selection--single
	.select2-selection__arrow {
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}

.select2.select2-container.select2-container--open
	.select2-selection.select2-selection--multiple {
	border: 1px solid #e6e7e8;
}

.select2.select2-container .select2-selection--multiple {
	padding-left: 4px;
	padding-bottom: 4px !important;
	padding-top: 2px;
}

.select2.select2-container
	.select2-selection--multiple
	.select2-search--inline
	.select2-search__field {
	padding-top: 8px;
	height: 32px;
}

.select2.select2-container
	.select2-selection--multiple
	.select2-selection__rendered {
	display: inline;
	padding: 0;
	line-height: 32px;
}

.select2.select2-container
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 4px 4px 0 0;
	padding: 0 6px 0 32px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	position: relative;
}

.select2.select2-container
	.select2-selection--multiple
	.select2-selection__choice
	.select2-selection__choice__remove {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 24px;
	margin: 0;
	text-align: center;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
}

.select2-container .select2-dropdown {
	background: grey;
	border: none;
}

.select2-container .select2-dropdown .select2-search {
	padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
	outline: none !important;
	border: 1px solid #34495e !important;
	border-bottom: none !important;
	padding: 8px !important;
	font-size: 1rem;
}

.select2-container .select2-dropdown .select2-results {
	padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
	background: #fff;
	border: 1px solid grey;
}

.select2-container
	.select2-dropdown
	.select2-results
	ul
	.select2-results__option--highlighted[aria-selected] {
	background-color: rgb(98, 0, 238);
}

/* 
.ui-datepicker tbody td:last-child {
    border-right: 0px;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker-calendar .ui-state-default {
    background: linear-gradient(#999999, #737373);
    color:#ffffff;
    height:40px;
    width:40px;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}
.ui-datepicker th {
    background-color:#808080;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
}
*/
