﻿body, td, select, input {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
*{
	margin: 0;padding: 0;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif ;
  -webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;font-size-adjust: 100%;font-weight: 400;
}
.btn-success {color: #fff;background-color: #0283C8;border-color: #0283C8;}

/**自动排列*/
.divlist-flex{ width: 100%;flex-wrap: wrap;font-size: 12px;}
.divlist-flex .title { text-align: right;white-space: nowrap;}
.divlist-flex .content{ text-align: left;white-space: nowrap;}
.divlist-flex,.divlist-flex .item { display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}
.divlist-flex{flex-wrap:wrap;}
.divlist-flex .item { margin: 10px 20px;}
.divlist-flex .item:first-child{ margin-bottom: 0;}

.search-flex .item .title{ padding:0;margin: 0; padding-right: 5px;}
.search-flex .item {height: 30px;line-height: 30px;margin: 0px;width: 220px;}
.search-flex .item.autowd {width: auto; }

/*更多条件*/
.search-flex .item.more {width: auto;  padding-right: 15px;padding-left:5px; }

/*更多条件的折叠*/
.more-flex{ display: none;background-color: #fff;padding-bottom: 10px;border-bottom: 1px solid #e7eaec;}

/*另一种更多条件折叠*/
.search-flex .search-more, .search-flex .hide { display: none; }
.search-flex .item .title { width: auto; padding: 0 5px; }

/*checkbox  radio 按钮样式 */
.radio{vertical-align:middle; margin:0!important;margin-bottom:2px!important; *margin-bottom:2px!important;}

.data_overflow {width: 300px;overflow: hidden;text-overflow: ellipsis;}
.data_overflow.row1 {display: -webkit-box;-webkit-line-clamp: 1; /*1表示只显示1行*/-webkit-box-orient: vertical;}
.data_overflow.row2 {display: -webkit-box;-webkit-line-clamp: 2; /*2表示只显示2行*/-webkit-box-orient: vertical;}
.data_overflow.row2:hover,.data_overflow.row1:hover {
    width: auto;height: auto;display: inline-block;-webkit-line-clamp: none; /* autoprefixer: off */
    -webkit-box-orient: vertical;white-space: break-spaces;
}

/*combobox高度*/
.textbox.combo { height: 22px; line-height: 22px; }

/*自定义按钮*/
.btn-item {
    text-align: center;color: #fff;cursor:pointer;
    border: none;border-radius: 5px;background: #0283C8;border: 1px solid #0283C8;
    width:auto;margin:0 2px;padding:6px;
}
.btn-item:hover {background:#048fd9;border: 1px solid #048fd9;}

.ipt, .ipth {border: 1px solid #cfcdc7;height: 24px;line-height: 24px;padding-left: 3px;color: #666;vertical-align:middle;border-radius:4px;}

.validatebox-disabled,.textbox-disabled{background-color:#ddd;}

.textbox.combo { height: 22px; line-height: 22px; }

.page{width:98%;margin:0 auto;}
.tip{color:red;}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #afadad;
    border-radius: 10px;
}


.bg-primary {color: #fff;background-color: #337ab7;}
.bg-success {color: #fff;background-color: #89da68;}
.bg-info {color: #fff;background-color: #8bc3df;}
.bg-warning {color: #fff;background-color: #e8ca29;}
.bg-danger {color: #fff;background-color: #f05a5a;}
.bg-default {color: #fff;background-color: #afadad;}
.bg-shallow {color: #afadad;background-color: #eee;}
.bg-point {color: #fff;background-color: #579abb;}
.bg-director {color: #fff;background-color: #00eaff;}
.bg-opus {color: #fff;background-color: #3e6b2c;}
.bg-project {color: #fff;background-color: #f448e2;}

.primary {color: #337ab7;}
.success {color: #89da68;}
.info {color: #8bc3df;}
.warning {color: #f8ac59;}
.danger {color: #f05a5a;}
.default {color: #afadad;}
.shallow {color: #eee;}
.serious{color:#e06e2b;}
