@media="all"
.well, .nav-pills > li > a, .navbar-inner, .breadcrumb, .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a, .tabs-left > .nav-tabs > li > a, .accordion-group, input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input, .modal-content, .tooltip .tooltip-inner, .popover, .popover-title, .progress, .alert, .label, .thumbnail, .dropdown-menu {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
input:-moz-placeholder {color: #cdcdcd; }
input:-ms-input-placeholder {color: #cdcdcd; }
input::-webkit-input-placeholder {color: #cdcdcd; }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, .uneditable-input {
color: #3c3c3c;
border-color: #d0d0d0;
background-color: white;
}

.input-group-addon, .form-control, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control, .uneditable-input {
color: #3c3c3c;
border-color: #d0d0d0;
background-color: white;
}

.ui-form .form-control  {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0px 11px;
	font-size: 14px;
	/* line-height: 1.42857; */
	color: #333333;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	/* width: 95%;
	*height: 30px;
	*lineheight: 20px; 
	padding: 2px 4px; 
	font-size: 17px; */
}

.ui-form-control>div[class*='-field']{
	position: relative;
}
.ui-form-control>div[class*='-field']>input{
	padding-right: 40px;
}
.ui-form-control i[class^='ui-icon-']{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 5px;
	
}
.ui-form-control i.ui-icon-search{
	background: url("../../img/form/icon-search.png") no-repeat center center;
}
.ui-form-control i.ui-icon-arr{
	background: url("../../img/form/select-arr.png") no-repeat center center;
}
.ui-form-control i.ui-icon-datePicker{
	background: url("../../img/form/select-arr.png") no-repeat center center;
}



button, input, select[multiple], textarea {
	background-image: none;
}
input, button, select, textarea {
	font-family: 'Source Han Sans CN', '思源黑体 CN';
	font-size: inherit;
	line-height: inherit;
}
button, input {
	line-height: normal;
}
button, input, select, textarea {
	font-family: 'Source Han Sans CN', '思源黑体 CN';
	font-size: 100%;
}
.ui-form-item-r{
	padding-right: 150px;
    position: relative;
    height: 30px;
}
.ui-form-item-r>input{
    border-right: 0 !important;
    border-radius: 4px 0 0 4px !important;
}
.ui-form-item-r>button {
	position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    border-radius: 0 5px 5px 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
	background-color: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
    color: #6b6b6b;
}
.bootstrap-select.btn-group .btn .caret{
	margin-top: -5px;
}
.caret{
	background: url("../../img/form/select-arr.png") no-repeat;
	height: 10px;
    width: 16px;
    border: 0;
    border-bottom: 0 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default{
	background-color: #fff;
}
/*下拉列表搜索框*/
.bs-searchbox{
	position: relative;
}
.bs-searchbox:after{
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	background: url("../../img/form/icon-search.png") no-repeat center center;
	right: 35px;
	top: 11px;
}
.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 7px 20px !important;
}
.bs-searchbox input.form-control{
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
}

.ui-checkbox{
	position: relative;
    display: block;
    min-height: 20px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
    cursor: pointer;
    color: #909090;
}
.ui-checkbox-group .ui-checkbox{
	display: inline-block;
	
}
.ui-checkbox input[type=checkbox]{
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
}
.ui-checkbox .ui-checkbox-icon{
	height: 20px;
	width: 20px;
	background: url("../../img/form/icon-checkbox.png") no-repeat;
	position: absolute;
	display: block;
    left: 0;
}
.ui-checkbox.checked .ui-checkbox-icon{
	background: url("../../img/form/icon-checkbox-ed.png") no-repeat;
}
/*复选框-圆圈形状 */
.ui-checkbox .ui-checkbox-ed {
	height: 20px;
	width: 20px;
	background: url("../../img/form/icon-radiobox.png") no-repeat;
	position: absolute;
	display: block;
	left: 0;
}

.ui-checkbox.checked .ui-checkbox-ed {
	background: url("../../img/form/icon-radiobox-ed.png") no-repeat;
}

.ui-switch{
	display: block;
    position: relative;
    width: 36px;
    height: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #d5d5d5;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 28px;
    cursor: pointer;
}
.ui-switch-group .ui-switch{
	display: inline-block;
	margin-right: 10px;
	
}
.ui-switch input[type=checkbox]{
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
}
.ui-switch .after{
	position: absolute;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background-color: #fff;
	left: 1px;
	top: 1px;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.ui-switch.on{
	background-color: #09a991;
}
.ui-switch.on .after {
	left: 17px;
}

.ui-radio{
	position: relative;
    display: block;
    min-height: 20px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 25px;
    cursor: pointer;
    color: #909090;
}
.ui-radio-s{
	position: relative;
    display: block;
    min-height: 20px;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 10px;
    padding-left: 21px;
    cursor: pointer;
    color: #909090;
}
.ui-radio-sq{
	position: relative;
    display: block;
    min-height: 20px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1px 10px;
    cursor: pointer;
    color: #909090;
}
.ui-radio.checked{
	color: #09A991;
}
.ui-radio-s.checked{
	color: #000;
}
.ui-radio-sq.checked{
    border-radius: 3px;
    color: #fff;
    background-color: #09a991;
}
.ui-radio-danger.checked{
    background-color: #f65246;
}

.ui-radio-group .ui-radio,
.ui-radio-group .ui-radio-s{
	display: inline-block;
	margin-right: 13px;
}
.ui-radio-group .ui-radio-sq{
	display: inline-block;
	margin-right: 30px;
}
.ui-radio input[type=radio],
.ui-radio-s input[type=radio],
.ui-radio-sq input[type=radio]{
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
}
.ui-radio .ui-radio-icon{
	height: 30px;
    width: 45px;
	background: url("../../img/form/icon-radiobox.png") no-repeat;
	position: absolute;
	display: block;
    left: 0;
}
.ui-radio.checked .ui-radio-icon{
	background: url("../../img/form/icon-radiobox-ed.png") no-repeat;
}
.ui-radio-s .ui-radio-icon{
	height: 30px;
    width: 45px;
	background: url("../../img/form/icon-radiobox-s.png") no-repeat;
	position: absolute;
	display: block;
    left: 0;
}
.ui-radio-s.checked .ui-radio-icon{
	background: url("../../img/form/icon-radiobox-ed-s.png") no-repeat;
}
.body-qry{
	padding: 0 0 0 29px;
}
.body-rst{
	padding: 10px 0;
}
.ui-form-group-item:after,
.ui-form-group-item:before{
	content: '';
	display: table;
	clear: both;
}
.ui-form-group-item .ui-form-group-row{
	float: left;
	/* color: #92989e;
	padding-left: 25px; */
	color: #606060;
	padding: 5px 0;
}
.ui-form-group-row>button{
	margin-top: 7px;
}
.ui-form-group-row .ui-form-label{
	position: absolute;
   /*  padding: 15px 0;
    color: #909090; */
    color: #606060;
}
.ui-form-group-row .ui-form-control select,
.ui-form-group-row .ui-form-control .ui-select-input{
	width: 250px;
}
.ui-form-group-row .ui-form-control{
	padding-left: 75px;
    padding-right: 15px;
    /* padding-top: 6px; */
}
.ui-form-group-row .ui-date-group:after,
.ui-form-group-row .ui-date-group:before{
	content: '';
	display: table;
	clear: both;
}
.ui-form-group-row .ui-date-group span{
	float: left;
	padding: 0;
	line-height: 30px;
	height: 30px;
	min-width: 75px;
	text-align: center;
	cursor: pointer;
}
.ui-form-group-row .ui-date-group span.len{
	border-right: 1px solid #e0e0e0;
}
.ui-form-group-row .ui-date-group span.current{
	color: #6cb42b;
}
.ui-form-group-row .ui-date-group .ui-date{
	width: 142px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}
.ui-form-group-row .ui-date-group .ui-date-field{
	position: relative;
	margin-right: 17px;
	background: url("../../img/credit/date.png") no-repeat right;
}
.ui-date-group{
	/* border: 1px solid #e0e0e0;
	border-radius: 5px; */
}
.ui-date-group .form-control{
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	/* margin-top: 1px; */
	color: #333333;
	width: 130px;
}
.ui-date-group .form-control:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.ui-form-group-row .ui-date-group i{
	float: left;
	line-height: 30px;
	font-style: normal;
	padding: 0 4.98px;
}
.bootstrap-select .btn{
	padding-right: 35px;
}
.ui-select-input{
	position: relative;
}
.ui-select-input label{
	font-weight: normal;
}
.ui-select-input input{
	padding-right: 45px;
}
.ui-select-input .live-label{
	padding: 0 30px 0 12px;
    overflow-y: hidden;
    line-height: 30px;
}
.ui-select-input .ui-select-caret{
	position: absolute;
	right: 12px;
	top: 13px;
	background: url("../../img/form/select-arr.png") no-repeat;
    height: 10px;
    width: 16px;
}
.ui-select-dropdown,
.ui-select-dropdown-group{
	display: none;
    position: absolute;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
.ui-select-dropdown-menu,
.ui-select-dropdown-menu-group{
	padding: 5px 10px 0 5px;
	max-height: 300px;
	overflow-y: auto;
}
.ui-select-dropdown-menu li,
.ui-select-dropdown-menu-group li{
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
/*     padding-right: 7px; */
/*     height: 47px; */
/*     padding-left: 43px; */
}

.ui-select-dropdown-menu li:hover,
.ui-select-dropdown-menu li.current,
.ui-select-dropdown-menu-group li:hover,
.ui-select-dropdown-menu-group li.current
{
	background-color: #eef0f2;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-icon{
	position: absolute;
	width: 25px;
    height: 25px;
    left: 10px;
    top: 12px;
    background: url("../../img/logo.png") no-repeat center center;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-info{
	padding-left: 25px;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-info>span{
	display: block;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-info i{
	font-style: normal;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-info .acct-info{
	color: #92989e;
}
.ui-select-dropdown-menu-group .ui-select-dropdown-info i.bank{
	padding-left: 10px;
}

.ui-select-searchbox{
	padding: 5px 10px;
	position: relative;
}
.ui-select-searchbox:after{
	content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url("../../img/form/icon-search.png") no-repeat center center;
    right: 35px;
    top: 14px;
}
.ui-form-group{
	padding-right: 50px;
	padding-left: 50px;
	width: 800px;
}
.ui-form-group-item:before,
.ui-form-group-item:after{
	content: '';
	display: table;
	clear: both;
}
.ui-form-group-item .ui-form-row{
	width: 50%;
	float: left;
} 

.ui-form-center{
	width: 500px;
	margin: 0 auto;
}
.ui-form-center .ui-form-control{
	padding-right: 50px !important;
}

