.newdate {
	min-width : 6em;
}

.newdate-container {
		position: absolute;
		opacity: 0;
		transition: opacity 250ms;
}

.newdate-container.active {
		opacity: 1;
		z-index: 1001;
		/* Magic Number: this puts it on top of Semantic UI modals */
}

.pika-single.pika-single.pika-single {
		z-index: 100002;
		/* Magic Number: this puts it on top of Semantic UI modals and Focus modals */
}

.pika-lendar .pika-title .pika-label {
		font-size: 0;
}

.pika-lendar .pika-title .pika-label .pika-select {
		position: relative;
		margin-top: -0.75rem;
		font-size: 1rem;
		opacity: 1;
}
