@charset "utf-8";

.dtpicker-overlay {
	background: rgba(0,0,0,0.2);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000)\9; 
	-khtml-user-select: none;
	left: auto;
	/*min-width: 295px;*/
	-moz-user-select: none;
	-ms-user-select: none;
	top: auto;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	z-index: 2000;
}

.dtpicker-mobile {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.dtpicker-overlay * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: #000;
}

.dtpicker-bg {
	width: 100%;
	height: 100%;
}

.dtpicker-mobile .dtpicker-cont {
	border: none;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 20px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.dtpicker-content {
	background: #fff;
	margin: 0 auto;
	/*max-width: 500px;*/
	padding: 20px;
}

.dtpicker-mobile .dtpicker-content {
	width: 100%;	
}

.dtpicker-subcontent {
	position: relative;
}

.dtpicker-header {
}

.dtpicker-header .dtpicker-title {
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}

.dtpicker-header .dtpicker-close {
	/*background-image: url('../../../templates/defaut/themes/1/images/sprite.png');
	background-position: 0 -290px;
	background-repeat: no-repeat;*/
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px 11px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 30px;
}

.dtpicker-header .dtpicker-close:hover {
	/*background-position: -70px -290px;*/
}

.dtpicker-header .dtpicker-value {
	/*color: #6C8326;*/
	text-align: center;
}

.dtpicker-components {
	margin: 15px 0 20px 0;
	overflow: hidden;
}

.dtpicker-components * {
	margin: 0px;
	padding: 0px;
}

.dtpicker-components .dtpicker-compOutline {
	display: inline-block;
	float: left;
}

.dtpicker-comp2 {
	width: 50%;
}

.dtpicker-comp3 {
	width: 33.3%;
}

.dtpicker-comp5 {
	width: 20%;
}

.dtpicker-comp6 {
	width: 16.66%;
}

.dtpicker-components .dtpicker-comp {
	text-align: center;
}

.dtpicker-components .dtpicker-comp > * {
	color: #000;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.dtpicker-components .dtpicker-comp > *:hover {
	color: #B65434;
}

.dtpicker-components .dtpicker-compButtonEnable {
	opacity: 1;
}

.dtpicker-components .dtpicker-compButtonDisable {
	opacity: 0.5;
}

.dtpicker-components .dtpicker-compButton {
	background: #E3DFD1;
	cursor: pointer;
}

.dtpicker-components .dtpicker-compValue {
	background: #FFFFFF;
	border: none;	
	-webkit-appearance: none;
	width: 100%;
}

.dtpicker-overlay .dtpicker-compValue:focus {
	background: #FCFCFA;
	outline: none;
}

.dtpicker-buttonCont {
	overflow: hidden;
}

.dtpicker-twoButtons .buttonSet {
	float: left;
	padding-right: 10px;
	width: 50%;
}

.dtpicker-twoButtons .buttonClear {
	float: right;
	padding-left: 10px;
	width: 50%;
}

.dtpicker-buttonCont .dtpicker-button {
	/*background: #6C8326;
	color: #FFFFFF;*/
	cursor: pointer;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.dtpicker-buttonCont .dtpicker-button:hover {
	/*background-color: #C5FF00;
	color: #6C8326;*/
}

.dtpicker-singleButton .dtpicker-button {
	margin: 0 auto;
}