.search-div{
	overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    /*z-index: 1050;*/
    font-family: "Open sans",sans-serif;
    color: #333;
    /*background-color: #AFAFAF;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /*opacity: 0.7;*/
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
    display: block;
}
.search-content{
	background-clip: padding-box;
    background-color: #ffffff;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1) !important;
    outline: 0 none;
    position: relative;
    width: 50%;
    /*height: 50%;*/
    margin: 30px auto;
    /*opacity: 1;*/
}
.search-header{
	border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 10px 15px;
}
.search-header .close{
	float: right;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.search-header .search-title{
	/*float: left;*/
	margin:0px;
}
.search_row{
    margin: 6px;
}
.search_row .filter,.filed,.code,.value{
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none !important;
    color: #555555;
    /*display: block;*/
    font-size: 18px;
    /*height: 21px;*/
    line-height: 1.42857;
    /*padding: 6px 12px;*/
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.search_row .close{
    line-height:21px;
}
#search-add{
	/*float: left;*/
}
#search-submit,#search-cancel{
	float: right;
}
#search-cancel{
    margin-left: 4px;
}
.search-div .btn{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #efefef;
    border-color: #dddddd;
    color: #333333;
    border-radius: 0 !important;
}
.search-footer{
	/*position: relative;*/
	/*bottom: 0px;*/
	/*top: 100px;*/
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
	min-height: 16.4286px;
    padding: 10px 15px;
}
.search-body{
	height: 350px;
	overflow-y: auto;
	padding: 12px;
}
/*.search-body select{
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none !important;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}*/
.search-body .close{
	float: right;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}