/* custom checkbox styles */
.jcf-checkbox {
	float:left;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	cursor:pointer;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 17px 0 0;
	height: 20px;
	width: 20px;
	border-radius:4px;
}
.jcf-checkbox span{
	position:absolute;
	display:none;
	height:4px;
	width:8px;
	top:50%;
	left:50%;
	margin:-7px 0 0 -6px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
:root .jcf-checkbox span {margin:-4px 0 0 -5px;}
.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor:pointer;
}
.jcf-checkbox.jcf-checked span{display:block;}
/* common custom form elements styles */
.jcf-disabled {background: #ddd !important;}
.form-1-holder .jcf-checkbox{
	margin:8px 17px 0 0;
	box-shadow:inset 0 0 2px #ddd;
}

/* custom select styles */
.jcf-select {
	float:left;
	vertical-align: top;
	position: relative;
	border: 1px solid #cecece;
	background: #fff;
	margin: 0 22px 0 0;
	min-width: 43px;
	height: 20px;
	cursor:pointer;
	border-radius:2px;
}
.wid-1 .jcf-select{min-width:100px;}
.wid-2 .jcf-select{min-width:50px;}
.wid-3 .jcf-select{min-width:50px;}
.wid-4 .jcf-select{min-width:50px;}
.wid-5 .jcf-select{min-width:115px;}
.wid-6 .jcf-select{min-width:150px;}
.wid-7 .jcf-select{min-width:100px;}
.wid-8 .jcf-select{min-width:150px;}
.wid-9 .jcf-select{min-width:100px;}
.wid-10 .jcf-select{min-width:50px;}
.wid-11 .jcf-select{min-width:50px;}
.wid-12 .jcf-select{min-width:200px;}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

td .jcf-select{min-width:65px; margin-top: 6px;margin-right:3px;}

.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font:12px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 25px 0 5px;
	text-align:center;
	color:#5a5a5a;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background:url(../images/button.jpg) no-repeat;
	width: 19px;
	bottom: 0;
	right: 0;
	top: 0;
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}
.jcf-list .jcf-disabled {
	display:none;
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
/* common custom form elements styles */
.jcf-disabled {background: #ddd !important;}
.jcf-focus, .jcf-focus * {border-color: #f00 !important;}

label.error{font-size:14px;font-weight:bold;}