.pd-date-picker.pd-legacy,
.pd-time-picker.pd-legacy {
	clear: both;
	padding-left: 20px;
}

.pd-date-picker .form-control-label,
.pd-time-picker .form-control-label {
	text-align: left;
}

.pd-select-wrapper {
	display: flex;
}

.pd-select-wrapper select {
	margin-right: 5px;
}

.pd-select-wrapper select:last-child {
	margin-right: 0;
}

.pd-date-from {
	margin-top: 10px;
}

.pd-radio-list {
	padding-top: .625rem;
}

.pd-radio-list li {
	padding: 5px;
}

.pd-radio-list li:hover {
	background-color: #f1f1f1;
}

.pd-radio-list input {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.pd-radio-list label {
	margin: 0;
}

.pd-fee-summary {
	margin-top: 2px;
	text-align: left;
}

.pd-hidden {
	display: none;
}

@media (max-width: 767px) {
	.pd-hidden-mobile {
		display: none;
	}
}

@media (min-width: 768px) {
	.pd-hidden-desktop {
		display: none;
	}
}
