﻿select {
    outline: none;
}
.checked-thisone{
    background-color: #d72a29 !important;
}
.sgs-search{
    display: inline-block;
    height: 38px;
    line-height: 38px;
}
.sgs-type{
    padding-bottom: 12px;
    border-bottom: 1px solid #F5F5F5;
}
.sgs-type .searchInput,.sgs-search .searchInput {
    display: inline-block;
    height: 38px;
    width: 192px;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
    margin: 0 10px;
    line-height: 38px;
}
.sgs-type span, .sgs-type select{
    height: 38px;
    line-height: 38px;
    background-color: #ed9999;
    display: inline-block;
    color: #ffffff;
    padding: 0 42px;
    margin-right: 16px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.sgs-search .searchSpan {
    display: inline-block;
    width: 132px;
    height: 38px;
    background-color: #d72a29;
    text-align: center;
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    cursor: pointer;
}
.sgs-table{
    width: 100%;
    text-align: center;
}
.sgs-table thead tr{
    background-color: #d72a29d1;
    color: #ffffff;
    height: 36px;
}
.sgs-table tbody tr{
    font-size: 14px;
}
.table-curser tbody tr{
    cursor: pointer;
}
.sgs-table tbody tr:nth-of-type(even){
    background-color: #f7f7f780;
    color: #3b3b3b;
}
.sgs-table tbody td{
    padding: 10px 8px;
    word-break: break-all;
}
#scrollData{
    height: 400px;
    overflow: hidden;
}
.file-del{
    display: inline-block;
    background-color: #b6b6b6;
    color: white;
    padding: 2px 5px;
    margin-left: 10px;
}
.layui-form-item{margin-bottom: 5px !important;}
.layui-btn-primary:hover{border-color: #9f9f9f !important;}
.layui-textarea {font-weight: 500;}
.noresult {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #B9B9B9;
    height: 200px;
    line-height: 40px;
    margin-top: 100px;
}
.layui-form-select dl dd.layui-this {
    background-color: #ed9999 !important;
}
.sgs-lbs-title{
    background-color: #d72a29d1;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    padding-left: 16px;
    font-weight: 600;
    font-size: 18px;
}
