.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    position:relative;
    height: 33px;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #e8e8e8 50%, #dfdfdf 51%, #d6d6d6 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#e8e8e8 50%,#dfdfdf 51%,#d6d6d6 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#e8e8e8 50%,#dfdfdf 51%,#d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 );
    border:1px solid #e2e2e2;
    border-radius: 5px;
    height: 33px;
    padding: 5px 35px 5px 12px;
    color: #5a5a5a;
    font-size: 14px;
    font-weight: bold;
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:white;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}

label.inpRadio {
	color: #333333;
	font-size: 12px;
	padding-left: 25px;
	cursor: pointer;
	background-image: url(/core/assets/img/inpRadio.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 16px;
}

label.inpRadio.Act {
	background-image:url(/core/assets/img/inpRadioAct.png);
}

label.inpRadio input {
	display:none;
}

label.inpRadio1 {
	margin-right:10px;
}

label.inpCheckBox {
	color: #333333;
	font-size: 12px;
	padding-left: 25px;
	cursor: pointer;
	background-image: url(/core/assets/img/inpCheckBox.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 16px;
}

label.inpCheckBox.Act {
	background-image:url(/core/assets/img/inpCheckBoxAct.png);
}

label.inpCheckBox input {
	display:none;
}

.DocCalDisAssist.Dis:after {
	position:absolute;
	width:100%;
	content:'';
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(232,232,232,0.30);
}

.DocCalDisKresl.Dis:after {
	position:absolute;
	width:100%;
	content:'';
	height:100%;
	top:0px;
	left:0px;
	background-color:rgba(232,232,232,0.30);
}


.daytypeDocCalend {
	margin-right:20px;
}


.daytypeDocCalend:nth-child(1) {
	margin-right:63px;
}


.daytypeDocCalend:nth-child(2) {
	margin-right:38px;
}

select {
    background: transparent;
    border: 1px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #e8e8e8 50%, #dfdfdf 51%, #d6d6d6 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#e8e8e8 50%,#dfdfdf 51%,#d6d6d6 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#e8e8e8 50%,#dfdfdf 51%,#d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 );
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    height: 33px;
    padding: 5px 35px 5px 12px;
    color: #5a5a5a;
    font-size: 14px;
    width: 100%;
    cursor:pointer;
}
select:focus {
    outline: none;
}
