@CHARSET "UTF-8";

/*.datas table{
    table-layout: fixed;
}*/
.relativedfilenamecode a,
.fineProcessProductRelation a,
.relatedProducttitle a {
    cursor: pointer;
}

.relatedProducttitle {
    background: #E9E9E9;
    width: 100%;
    margin-top: 15px;
    padding: 2px;
}

.relativedfilenamecode {
    margin-bottom: 20px;
}

.datas table th {
    height: 20px;
    /* font-size: 14px; */
    text-align: left;
    padding-left: 7px;
}

#resultbody td {
    vertical-align: middle;
    word-wrap: break-word;
}

.hide {
    display: none;
}

.hasSelectedDiv {
    float: left;
    width: 800%;
}

.hasSelectedDiv1 {
    float: left;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hasSelectedDiv11 {
    float: left;
    width: 11%;
    font-weight: bold;
}

.hasSelectedDiv12 {
    float: left;
    width: 92%;
}

.attribute {
    /* float: left; */
    width: 100%;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    overflow: hidden;
}

.table {
    margin-bottom: 0px
}

.attributeName {
    width: 125px;
    /* font-size: 16px; */
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

.attributeName input {
    margin-right: 5px;
    cursor: pointer;
}

.attributeName label {
    /* font-weight: normal; */
    cursor: pointer;
}

.attributeValue {
    /* width: 88%; */
}

.attributeInput {
    float: left;
    height: 30px;
    /* font-size: 16px; */
    color: #333;
    line-height: 30px;
    /* padding-left: 20px; */
    overflow: hidden;
    display: flex;
    align-items: baseline;
}

.attributeInput input {
    margin-right: 5px;
    cursor: pointer;
}

.attributeInput label {
    font-weight: normal;
    cursor: pointer;
    max-width: 90%;
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
}

#xlCategory .attributeInput {
    width: 15%;
}

#wxCategory .attributeInput {
    width: 15%;
}

#cpCategory .attributeInput, #sdCategory .attributeInput {
    width: 15%;
}

#flCategory .attributeInput, #yqCategory .attributeInput {
    width: 30%;
}

.hasSelectedInput {
    float: left;
    padding-left: 5px;
    height: 25px;
    margin-right: 30px;
}

.hasSelectedInput span {
    margin-left: 5px;
    margin-bottom: 3px;
}

.attributeDiv {
    float: left;
    width: 100%;
    border: 1px solid #D3D4D5;
    margin-bottom: 10px;
    background-color: #F3F3F3;
    margin-top: 5px;
}

.resultDiv {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.columnName {
    /* font-size: 14px; */
    color: #000;
    text-align: left;
    padding-left: 7px;
    background-color: #9AD1FF;
}

.rowValue {
    /* font-size: 12px; */
    color: #000000;
    text-align: center;
    padding-right: 6px;
}

.rowValueNum {
    /* font-size: 12px; */
    color: #000000;
    text-align: right;
    padding-right: 5px;
}

.rowOperation {
    /* font-size: 12px; */
    color: #0033CC;
    text-align: center;
    padding-right: 6px;
}

.rowTotal {
    /* font-size: 12px; */
    color: #ffffff;
    text-align: center;
    padding-right: 7px;
    background-color: #006;
}

.rowTotalName {
    /* font-size: 14px; */
    color: #ffffff;
    text-align: left;
    padding-left: 7px;
    background-color: #006;
}

.examine, .search-pro, .j-examine-catalogue {
    cursor: pointer;
    text-align: center;
}

.searchDiv {
    margin-left: 2em;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.searchDiv .searchPros {
    font-size: 16px;
}

.glyphicon-arrow-up,
.glyphicon-arrow-down {
    font-size: 1px;
}

#myTabContent .search {
    width: 30%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    color: white;
    border: 1px solid transparent;
    padding-left: 0px;
    /*position: absolute;*/
    opacity: 0.7;
    background-color: rgba(64, 89, 111, 1);
}

.search>input {
    border-radius: 18px;
}

/* 文件列表 */
.modal-header-fileList {
    padding: 15px;
}

.fileLists.table {
    margin-bottom: 0px;
}

.table {
    table-layout: fixed;
}

#fileListModal {
    font-size: 14px;
}

.dropdown-toggle {
    margin-bottom: 0px;
    cursor: pointer;
}

#fileListModal #loading {
    position: absolute;
    top: 50%;
    left: 40%;
}

#fileListModal #right {
    margin-top: -20px;
}

#fileListModal .fontColor1 {
    background-color: #ccc;
    color: #333;
}

#fileListModal .startTimes {
    width: 310px;
}

#fileListModal .list-days {
    margin-left: 100px;
    background: #ccc;
    color: black;
    margin-top: -25px;
}

#fileListModal #g-map {
    width: 500px;
    height: 400px;
}

#fileListModal .j-startlist li input {
    cursor: pointer;
}

#fileListModal #g-quickview img {
    max-width: 500px;
    max-height: 500px;
}

/* 文件列表 end */

#downloadExcel {
    margin-left: calc(50% - 2em);
    margin-top: 15px;
    margin-bottom: 20px;
}

.selected-tab {
    width: 150px;
    font-weight: bold;
    padding-top: 2px;
    margin-left: 10px;
}
.selected-data {
    float: left;
    max-width: 94%;
}
.selected-div {
    padding: 0px 0px 5px 0px;
    display: none;
}
.selected-data .hasSelectedDiv {
    float: left;
}
.clear-selected {
    float: left;
    cursor: pointer;
    font-weight: bold;
}
.hasSelectedGroup .group-tab {
    float: left;
    padding: 2px 0px 0px 5px;
    /* font-size: 14px; */
}