*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.eform {
	float: left;
	width: 100%;
	padding: 0 0 0 0; 
	font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
	background-color: #F9FCFD;
}

.eform-drog .form-group {
	border: 1px dotted #ccc !important;
}

.component.onedit {
	border: 1px dotted #ccc !important;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.eform .form-group {
	float: left;
	margin: 0 0 0 0;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;	
}

.eform .group {
	padding: 0;
}

.eform .group-title {
	padding: 0;
	font-weight: bolder;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.eform .group-title .group-title-toolbar {
	padding-top: 5px;
	padding-right: 5px;	
}

.eform .group-title .group-title-label {
	background-color:#D6E8F5;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bolder;
	width: 120px !important;
	float: left;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

.icon-taggle {
	float: right;
	cursor: pointer;
}

.group-title .icon-taggle {
	background-position: -288px -120px;	
}

.group-hide .group-title .icon-taggle {
	background-position: -313px -119px;
}

.group-hide .group-body {
	display: none;	
}

.group-footer {
	display: none;
	float: left;
	width: 100%;
	height: 20px;
}

.group-hide .group-footer {
	display: block;
}

.group-body {
	display: '';
}

.group-body .eform {
	border: 0;
}

.eform-col1 .eform-span1 {
	width: 100%;
}

.eform-col1 .eform-span2 {
	width: 100%;
}

.eform-col1 .eform-span3 {
	width: 100%;
}

.eform-col1 .eform-span4 {
	width: 100%;
}

.eform-col2 .eform-span1 {
	width: 50%;
}

.eform-col2 .eform-span2 {
	width: 100%;
}

.eform-col2 .eform-span3 {
	width: 100%;
}

.eform-col2 .eform-span4 {
	width: 100%;
}

.eform-col3 .eform-span1 {
	width: 33.3333%;
}

.eform-col3 .eform-span2 {
	width: 66.6666%;
}

.eform-col3 .eform-span3 {
	width: 100%;
}

.eform-col3 .eform-span4 {
	width: 100%;
}

.eform-col4 .eform-span1 {
	width: 25%;
}

.eform-col4 .eform-span2 {
	width: 50%;
}

.eform-col4 .eform-span3 {
	width: 75%;
}

.eform-col4 .eform-span4 {
	width: 100%;
}

.eform .eform-spanall {
	width: 100%;
}

.eform input, select{
	/** width:100%;**/
	height: auto;
}
.eform textarea{
	 width:100%;
	height: auto;
}

.eform-label {
    width: 120px !important;
    padding-right: 10px;
}

.form-horizontal .control-label {
  padding-top: 7px;
}

.eform-input {
	overflow: hidden;
	font-size: 14px;
}

.error .msg {
	padding-left: 100px;
	padding-top: 5px;
	color: red;
	text-align: left;
}

.error .msg-inlist {
	padding-left: 5px;
	padding-top: 5px;
	color: red;
}

.error .eform-label {
	color: red;
}

.error input, .error textarea, .error select {
	border-color: red;
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly],input[disabled]:focus,select[disabled]:focus,textarea[disabled]:focus,input[readonly]:focus,select[readonly]:focus,textarea[readonly]:focus
	{
	cursor: default;
	background-color: #fff;
	border-width: 0;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


.eform-nav-tabs {
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(#fcfcfc 0%, #e0e0e0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fcfcfc), to(#e0e0e0));
	background-image: -o-linear-gradient(#fcfcfc 0%, #e0e0e0);
	background-image: linear-gradient(#fcfcfc 0%, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#e0e0e0, grandientType=1);
	background-size: 50px 40px;
	height: 40px;
	float:left;
	border-bottom: 1px solid #c0c0c0;
	padding: 0 0 0 0 !important;
}

.eform-nav-tab {
	background-color: #e0e0e0;
	background-image: -moz-linear-gradient(#fcfcfc 0%, #e0e0e0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fcfcfc), to(#e0e0e0));
	background-image: -o-linear-gradient(#fcfcfc 0%, #e0e0e0);
	background-image: linear-gradient(#fcfcfc 0%, #e0e0e0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#e0e0e0, grandientType=1);
	background-size: 50px 40px;
	height: 40px;
	float:left;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 8px;
	text-align:center;
	cursor: pointer;
}

.eform-nav-tab.actived {
	background-color: #F9FCFD !important;
	background-image: none !important;
	border-bottom: 1px solid transparent !important;
	font-weight: bolder;
	cursor: auto !important;
}

.eform-nav-tab.disabled {
	color: #c0c0c0;
	cursor: auto !important;
}
	
.eform-view {
	overflow: hidden;
}

.eform-view span {
	line-height: 30px;
	color: black;
}

.eform-flag {
	border: 1px solid #ccc;
	display: inline-block;
	width: 80px;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	float: right;
}

.eform-flag-hidden {
	display: none;
}

.eform-flag-show {
	display: inline-block;
}

.eform-flag-mark {
	display: inline-block;
	width: 10px;
	float: left;
	border-right: 1px solid #ccc;
}

.eform-step-title {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bolder;
	color: #888;
}

.eform-step-actived .eform-step-title {
	color: #36B6E7;
}

.eform-step-none {
	float: left;
	width: 35px;
	height: 1px;
	display: inline;
	border: 1px solid transparent;
	margin-top: 15px;
}

.eform-step-line {
	float: left;
	width: 35px;
	height: 1px;
	display: inline;
	border: 1px solid #ccc;
	margin-top: 15px;
}

.eform-step-actived .eform-step-line {
	border: 1px solid #36B6E7;
}

.eform-step-icon {
	text-align: center;
	padding-top: 5px;
	float: left;
	width: 30px;
	height: 30px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	display: inline;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

.eform-step-actived .eform-step-icon {
	background-color: #36B6E7;
	color: #fff;
	border: 0;
}

.eform-step-time {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}




.pagination {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.pagination ul {
	background-color: transparent;
	-webkit-box-shadow: 0 0;
	-moz-box-shadow: 0 0;
	box-shadow: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.pagination ul>li>a,.pagination ul>li>span {
	border: 0;
}
