.theme-dark .daterangepicker{
    background-color: #141f31;
    border: 1px solid #303d55;
}
.theme-dark .daterangepicker::after {
	border-bottom: 6px solid #303d55;
}

.theme-dark .daterangepicker::before {
	border-bottom: 7px solid #303d55;
}

.theme-dark .daterangepicker .calendar-table {
	border: 1px solid #141f31;
	border-radius: 4px;
	background-color: #17253c;
}


.theme-dark .daterangepicker td.available:hover, 
.theme-dark .daterangepicker th.available:hover {
	background-color: #2b4471;
}

.theme-dark .daterangepicker td.off, 
.theme-dark .daterangepicker td.off.in-range, 
.theme-dark .daterangepicker td.off.start-date, 
.theme-dark .daterangepicker td.off.end-date {
	background-color: #17253c;
}

.theme-dark .daterangepicker td.active, 
.theme-dark .daterangepicker td.active:hover {
	background-color: #3862c4;
}

.theme-dark .daterangepicker td.end-date, .theme-dark .daterangepicker td.start-date {
    background-color: #3862c4 !important;
  }

.theme-dark .daterangepicker td.in-range {
	background-color: #103773;
	color: #fff;
}


.theme-dark .daterangepicker .calendar-table .prev span {
	border: solid white;
    border-width: 0 2px 2px 0 !important;
    margin-left:4px;
}

.theme-dark .daterangepicker .calendar-table .next span {
    border: solid white;
	border-width: 0 2px 2px 0 !important;
}

.theme-dark .daterangepicker .prev.available:hover, 
.theme-dark .daterangepicker .next.available:hover {
	background-color: #1b417d;
}

.theme-dark .daterangepicker .drp-buttons {
	border-top: 1px solid #303d55;
}


.theme-dark .daterangepicker select.hourselect, 
.theme-dark .daterangepicker select.minuteselect, 
.theme-dark .daterangepicker select.secondselect, 
.theme-dark .daterangepicker select.ampmselect {
	background: #1b2434;
	border: 1px solid #303d55;
	color: #fff;
	border-radius: 3px;
}

.theme-dark .daterangepicker .ranges li:hover {
	background-color: #24305e;
}

.theme-dark .daterangepicker .ranges li.active {
	background-color: #3862c4;
}

.theme-dark .daterangepicker.show-ranges.ltr .drp-calendar.left {
	border-left: 1px solid #303d55;
}

.daterangepicker .drp-selected {
	font-size: 13px !important;
}

