﻿/*=================================Search Panel*/
.gzShSearchPanel {
    width: 100%;
    background-color: #efefef;


    padding-bottom: 10px;
}

.gzShEditInputRange {
    width: 200px;
    float: left;

}

.gzShEditBtnRange {
    width: 80px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.gzShEditPanelLine {
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    width: 280px;
    justify-content: space-between;
}

.gzShSmallBtn {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    background-color: #B6B6B6;
    height: 24px;
    width: 26px;
    text-align: center;
    vertical-align: middle;
    font-family: 宋体;
    float: left;
}

.gzShEditInText {
    border-width: 0px;
    font-family: 宋体;
    font-size: 14px;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: #D7D7FF;

}

.gzShEditInTextDis {
    border: 1px solid #999;
    font-family: 宋体;
    font-size: 14px;
    color: black;
    text-decoration: none;
    vertical-align: middle;
    width: 174px;
    height: 22px;
    line-height: 22px;
    padding: 0px;
    background-color: #EAEAEA;
}

.gzShEditLabel {
    width: 80px;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.gzShSearchBtn {

    border-width: 0;
    width: 80px;
    height: 24px;
    text-align: center;
    font-family: 宋体;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background-color: #1a73e8;
}

.gzShSearchBtn:hover {
    background-color: #ea5404;
    color: #FFFFFF;

}

.gzShSplitCol {
    width: 20px;
    height: 24px;
    float: left;
}

.gzShSplitLine {
    width: 100%;
    height: 10px;
}

/*=================================Navigation*/
.gzNavigationBar {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    position: sticky;
    left: 0;
}

.gzNavigationBarPrev,
.gzNavigationBarNext,
.gzNavigationBarTurn {
    border-color: #999999;
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background-color: #1a73e8;
    text-align: center;
    text-decoration: none;
    font-family: "宋体";
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 5px;
}

.gzNavigationBarENO {
    margin-right: 5px;
    border-width: 0px;
    font-family: Arial, 宋体, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    text-decoration: none;
    width: 60px;
    height: 30px;
    line-height: 30px;
    background-color: #e4e5f2;
}

.gzNavigationBarLB {
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    text-align: left;
    text-decoration: none;
    font-family: Arial, 宋体, Helvetica, sans-serif;
    font-size: 16px;
    color: #644c75;
}

.gzNavigationBarNext:hover,
.gzNavigationBarTurn:hover,
.gzNavigationBarPrev:hover {
    background-color: #ea5404;
    color: #FFFFFF;
}

/*=================================Grid*/
.gzTableList {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: table;
    position: relative;
    border-spacing: 1px;
    border-collapse: collapse;


}


.gzTableList thead tr {
    background-color: #f7f7f8;
    height: 40px;
    font-family: 微软雅黑, 宋体;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.gzTableList td {
    border: 1px solid #e8eaef;
    color: #59598f;
}

.gzTableList tbody a {
    color: #CC0000;
    text-decoration: none;
}

.gzTableList tbody a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.gzTableList tbody tr,
.gzTableList tfoot tr {
    background-color: #ffffff;
    font-family: 宋体;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
}


.gzTableList tbody tr td {
    word-break: break-all;
    word-wrap: break-word;

}

.gzTableListCheckbox {
    width: 20px;
    height: 20px;
    margin: 0;
    border-width: 0;
}

.gzTableListSpreadBtn {
    padding: 0px;
    margin: 0px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background-color: #afafd5;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    border-radius:6px;
}

.gzTableRowInfoBox {
    border: 5px solid #FFFFFF;
    display: block;
}

.gzTableRowOption {
    display: inline-table;
}

.gzTableRowInfoBar {
    height: 35px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-color: #ececff;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-color: #ececff;
    border-right-color: #ececff;
    border-left-color: #ececff;
    display: flex;
    flex-direction: row;

}

.gzTableRowInfoBar li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;

}

.gzTableRowInfoPage {
    overflow: auto;
    background-color: white;
}

.gzTableTopToolBar {
    height: 36px;
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;

    background-color: white;
    align-items: center;
}

.gzTableTopToolBar input {
    cursor: pointer;
    margin-left: 5px;
    height: 28px;
    width: 80px;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    background-color: #2ba3ff;
}