/* 公共 */
i{
  font-style:normal;
}
.user-info-row{
  height: 22px;
  line-height: 22px;
}
.form-control-700{
	width: 700px;
}
.link-btn{
  cursor: pointer;
}
.btn-main{
  background-color: #47ADAD;
  color: #FFF;
}
.btn-main:hover{
  background-color: #47ADAD;
  color: #FFF;
}
.btn-main:focus {
    border-color: none;
    outline: none;
    outline-offset: none;
}
.breadcrumb li {
    margin: 0;
}
/* .popup-body .row .code{ width:214px; } */
/* table */
tr, tr.even {
    background: none;
}
.table > thead > tr > th{
  background-color: #c7e6e6;
}
tr td, tr th {
    padding: 0;
    border: none;
    text-align: left;
}
table tr th, table tr th a, table tr th a:hover {
    font-style: normal;
}
/* 高亮搜索 */
.highlight { background-color: yellow; font-size: 24px; font-size: bold; }
.highlight-search{
    width: 250px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}
.highlight-search-ipt{
    display: inline;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: "Microsoft Yahei", Tahoma, Arial;
    float: right;
}
.highlight-btn{
    display: inline;
    width: 60px;
    height: 40px;
    background-color: #389E9E;
    border: 1px solid #ddd;
    color: #FFF;
    float: right;
    margin-left: 5px;
}