﻿.timeSelector_MainPanel {
	position: relative;
}

	.timeSelector_MainPanel .timeSelector_TextBox {
		width: calc(100% - 25px) !important;
	}

	.timeSelector_MainPanel .ui-selectmenu-button {
		width: 100% !important;
	}

.timeSelector_TextBox {
	position: absolute;
	border-right: 0px solid transparent !important;
	z-index: 2;
}

	.timeSelector_TextBox[disabled='disabled'] {
		border: 1px solid #F0F0F0;
		background-color: #FAFAFA;
		color: #CCCCCC;
	}

.timeSelector_DropDownList[disabled='disabled'] {
	border: 1px solid #F0F0F0;
	background-color: #FAFAFA;
	color: #CCCCCC;
}

.timeSelector .ui-selectmenu-button {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/* important-rules hiernaartoe verhuist vanuit Internal.css t.b.v. overrulebaarheid */
.timeSelector_MainPanel .ui-state-focus {
	background-color: #0191D2 !important;
	border-color: #0191D2 !important;
	color: white !important;
}
