/** 鍏遍�鏍峰紡 */
body * {
    font-size: 14px;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-button {
	width: 8px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	background:#999;
	border: thin solid gray;
	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}

::-ms-clear, ::-ms-reveal{display: none;}

a,
a:hover{
    text-decoration: none;
}
input{
    height: 30px;
}
input[type=radio]{
	margin-right: 5px;
	vertical-align: middle;
}
input[type=checkbox]{
	vertical-align: middle;
}
input[type=radio] + label {
	margin-right: 20px;
}

/*label{*/
/*line-height: 30px;*/
/*vertical-align: top;*/
/*}*/
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mod-search {
    padding: 0 18px 10px 0;
}

/** easyui 灞炴�淇敼 */
.datagrid-header-row{
    height: 30px;
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber {
    margin: 0;
    padding: 0 5px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.textbox{
/*     width: 220px !important; */
    height: 30px;
}
.textbox .textbox-text{
    height: 30px;
	font-size: 14px;
}

.numberbox .textbox-text{
    text-align: right;
}

.l-btn-text{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
}
.tabs-title {
	font-size: 14px;
}
.panel-title {
	font-size: 14px;
}
.datagrid-header .datagrid-cell span {
	font-size: 14px;
}
.pagination span {
	font-size: 14px;
}
.pagination-info {
	font-size: 14px;
}

.combobox-item, .combobox-group{
	font-size: 14px;
}
/** content */
.content *:focus{outline :none;}
.content{
	padding-top:10px;
    background: #FFFFFF;
}

/** 鎸夐挳妯″潡 */
.btn_top_block{
    width: 50%;
    height: 40px;
    border-bottom: 1px solid #D4D4D4;
    margin-left:10px;
}
.btn_top_block_top{
    width: 80%;
    height: 40px;
    border-bottom: 1px solid #D4D4D4;
    margin-left:10px;
}

/** 琛ㄥ崟妯″潡 */
.form_block{
    margin-top: 10px;
}
/** 琛ㄥ崟妯″潡 宸�*/
.form_block_left{
    width: 450px;
    float: left;
}
/** 琛ㄥ崟妯″潡 鍙�*/
.form_block_right{
    width: 650px;
    float: left;
}

.form_block .row_block,
.search_condition_block .row_block{
    list-style: none;
    padding: 10px;
    width: 99%;
}
.row_block .label_block{
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
}
.label_block1{
    width: 100px;
 	line-height: 30px;
 	display: inline-block;
 	float: left;
}
.row_block .input_block{
    width: 220px;
    height: 30px;
    float: left;
    line-height: 30px;
}
.row_block .label_long_block{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.row_block .input_long_block{
    height: 30px;
    float: left;
    line-height: 30px;
}
.row_block .input_block.group{
    width: 365px;
}
.search_condition_block{
    padding: 10px;
    background: #ffffff;
    margin: 0;
   /*  border: 1px solid #D4D4D4; */
     border-bottom: none; 
}

.search_result_block{
}

.search_btn_block{
    list-style: none;
    margin-top: 10px;

}

.content{
    padding: 10px;
    min-width: 900px;
}

.search_move_condition_toggle{
    display: block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    float: left;
    border-radius: 5px;
    padding: 0px 5px;
    margin-left: 300px;
    cursor: pointer;
}
.search_move_condition_toggle i {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 4px;
    border: 1px solid #D4D4D4;
    background: url("../img/search_toggle.png") no-repeat 3px 7px;
    -webkit-transition: background-position .15s ease-in-out;
    -moz-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out;
}
.search_move_condition_toggle:hover{
    text-decoration:none;
    color:#668AB9;
}
.search_move_condition_toggle:hover i{
    background-position: 3px -10px;
    border: 1px solid #668AB9;
}
.search_move_condition_toggle.open i{
    background-position: 3px -27px;
}
.search_move_condition_toggle.open:hover i{
    background-position: 3px -44px;
}

.inner_btn {
    line-height: 24px;
    padding: 3px 10px;
    width:60px;
    border-radius: 5px;
    color: hsl(0, 100%, 100%);
    background-color: hsl(120, 39%, 54%);
    border-color: hsl(120, 39%, 49%);
}


/** 鑿滃崟 START */
.menu_level_2_div {
	position: absolute;
	top: 27px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.menu_level_2_img {
	width: 19px;
	height: 19px;
}
/** 鑿滃崟 END */


/** 瀵硅瘽妗�START */
.dialog_form_block_left{
    width: 43%;
    float: left;
}
.dialog_form_block_right{
    width: 56%;
    float: right;
}
.dialog_row_long_label_block {
    width: 180px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    float: left;
}

.cbp_tmlabel {
    margin: 0;
    background: #3594cb;
    color: #fff;
    /*padding: 2em;*/
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    /*position: relative;*/
    border-radius: 5px;
}

/** 瀵硅瘽妗�END */
/** textarea鏍峰紡 */
.textStyle{
	position: relative;
	padding: 0;
	resize:none;
	border: 1px solid #D4D4D4;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
    overflow: auto;
	margin: 0;
	padding: 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/**
 * 涓轰簡淇濇寔鍜屽師鏈夐鏍间竴鑷�姝ゅ绂佺敤涓�簺bootstrap鐨勬牱寮�
 * [2016-05-24 add by longzhiyou]
 */
.form-horizontal .control-label {
    text-align: left !important;
}

label {
    font-weight: normal;
}

.padding-md {
    padding: 10px;
}

.m-t {
    margin-top: 5px;
}

.m-t-md {
    margin-top: 10px;
}



.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}


