﻿/*====================================全局=======================*/
* {
    box-sizing: border-box;
    border-width: 0px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;

}

::-webkit-scrollbar-thumb {
    background: #2ba3ff;
}

::-webkit-scrollbar-track {
    background: white;
}



form {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

input[type=text],
input[type=password],
select {
    outline: none;
    color: black;
    padding: 0px;
}

input[type=text],
input[type=password] {
    text-indent: 3px;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus {
    border: 1px solid #1a73e8;
    outline: none;
}


input[type=submit],
input[type=button] {
    border: 0;
    color: white;
    background-color: #1a73e8;
}

input[type=submit]:hover,
input[type=button]:hover {
    background-color: #FF6600;

}

/*====================================管理首页=======================*/
.gcWebTop {
    padding: 0px;
    margin: 0px;
    height: 50px;
    background-color: white;
    border-bottom-width: 1px;
    border-bottom-color: #cecece;
    border-bottom-style: solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gcWebBody {
    display: flex;
    flex-direction: row;
    height: calc(100% - 50px);
}

.gcWebMenuList {
    overflow: auto;
    height: 100%;
    width: 168px;
    display: flex;
    flex-direction: column;
}

.gcWebSplite {
    background-color: #ddddfe;
    height: 100%;
    width: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.gcWebContent {
    height: 100%;
    width: 100%;
}

#ggWebContext {
    padding: 0px;
    margin: 0px;
}

.gcWebMenuTitle {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #1a73e8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #539dfe;
    display: flex;
    align-items: center;
}

.gcWebMenuItems {
    border-width: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #FFFFFF;
}

.gcWebMenuItemBtn {
    height: 35px;
    line-height: 35px;
    clear: both;
    text-align: left;
    cursor: pointer;
    color: #1a73e8;
    text-decoration: none;
    text-indent: 15px;
    background-color: #e8ebff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dadffe;

}

.gcWebMenuItemBtn:hover {
    background-color: #ff6600;
    color: #fff;
}

.gcWebMenuItemBtnSel {
    height: 35px;
    line-height: 35px;
    clear: both;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    text-indent: 15px;
    background-color: #00b0f0;
    color: #fff;

}

.gcMenuGroupIcon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 5px;
}

/* 编辑部分===================================================================================================Start */
.gcEditPanelLine {
    display: flex;
    flex-direction: row;
    margin-top: 2px;
    margin-bottom: 2px;
}

.gcEditLabel {
    width: 10%;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
}

.gcEditSplit {
    width: 2%;
    height: 26px;
}

.gcEditInput {
    width: 39%;
}

.gcStandardEdit {
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: white;
}

.gcStandardRead {
    border: 1px solid #c5c5c5;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    background-color: #e8e8e8;
}


.gcSTDeditLink {
    margin: 0px;
    border-width: 0px;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0px;
   font-family: '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #3399FF;
    text-decoration: underline;
}


.gcEditBottomBar {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.gcEditBottomItem {
    width: 50%;
    text-align: center;
}

.gcStandardBtn {
    height: 30px;
    line-height: 30px;
    width: 90px;
    font-size: 14px;
    text-align: center;
   font-family:   '宋体', 'Courier New', Courier, monospace;
}

.gcTopToolBar {
    height: 36px;
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;

    background-color: white;
    align-items: center;
}

.gcTopToolBar input {
    cursor: pointer;
    margin-left: 5px;
    height: 28px;
    width: 80px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #2ba3ff;
}

.gcTopToolBar select {
    cursor: pointer;
    margin-left: 5px;
    height: 28px;
    width: 120px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    background-color: #e6ebff;
}

.gcDataListTable {
    height: calc(100% - 36px);
    overflow: auto;
}

/*========EDIT PANEL==============*/
.gcDataShowPanel {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 100%;
}

.gcEditPanel {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
    width: 990px;

}

.gcEditContent {
    padding: 0px 10px 10px 10px;
}

.gcEditPanBox {
    border: 2px solid #DDD;
    border-radius: 5px;
    margin-top: 5px;
}


.gcEditTitleTxt {
    background-color: #eff2fe;
    font-family: 微软雅黑, 黑体, 宋体, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    letter-spacing: 3px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.gcSmallBtn {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: middle;
    font-family:   '宋体', 'Courier New', Courier, monospace;
}

.gcTopCaptionText {
    height: 40px;
    line-height: 40px;
    background-color: #808080;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
   font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-weight: bold;
}



/* VIEW================================================================================================Start */
.gcViewPrintTableTitle {
    background-color: #E6E6E6;
    width: 100px;
}

.gcViewGridTitle {
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    height: 40px;
    line-height: 40px;
    width: 990px;
    text-align: center;
    font-weight: bold;
}

.gcViewPrintTable {
    margin: 0px;
    padding: 0px;
    width: 990px;
    border-spacing: 1px;
    border-collapse: collapse;
    display: table;
    position: relative;
}

.gcViewPrintTable td {
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
}

.gcViewPrintTable thead tr {
    background-color: #E3E3E3;
    height: 28px;
}

.gcViewPrintTable thead tr td {
    font-weight: bold;
    text-align: center;
}

.gcViewPrintTable tbody a {
    color: #CC0000;
    text-decoration: none;
}

.gcViewPrintTable tbody a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.gcViewPrintTable tbody tr {
    background-color: #F9F9F9;
    height: 28px;
    line-height: 22px;
}

/*=================================Grid*/
.gcPopGridTable {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-collapse: separate;
    display: table;
    position: relative;
    border-spacing: 1px;
    background-color: #b9c0ff;
}

.gcPopGridTable thead tr,
.gcPopGridTable tfoot tr {
    background-color: #d6e1ff;
    height: 28px;

    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #525252;
    text-decoration: none;
}

.gcPopGridTable thead tr td,
.gcPopGridTable tfoot tr td {
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    text-align: center;

}

.gcPopGridTable tbody td {
    border-width: 1px;
    padding: 0px;
    margin: 0px;
}

.gcPopGridTable tbody tr {
    background-color: #FFFFFF;
    font-family:  '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    color: #525252;
    text-decoration: none;
    line-height: 24px;
}

.gcTdSmallBtn {
    align-items: center;
    text-align: center;
}

.gcPopStandardEdit {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    border: 0px;
    background-color: #ebeff9;
}

.gcPopStandardRead {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-family: '微软雅黑', '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    border: 0px;
    background-color: #e8e8e8;
}

/*========================Loading=============================*/
#GuangPageLoadingMark {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 5000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

/**************************************************/
.gcRepSearchPanel {
    width: 100%;

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.gcRepSearchBtn {
    border-width: 0;
    width: 80px;
    height: 24px;
    text-align: center;
    font-family:   '宋体', 'Courier New', Courier, monospace;
    font-size: 14px;
    text-decoration: none;
    color: white;
    background-color: #1a73e8;
}
/*====================================打印单据=======================*/
.gcViewBillTitle {
    font-family: 微软雅黑;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    height: 40px;
    line-height: 40px;
    width: 1056px;
    text-align: center;
    font-weight: bold;
}
.gcViewBillTable {
    margin: 0px;
    padding: 0px;
    width: 1056px;
    border-spacing: 1px;
    border-collapse: collapse;
    display: table;
    position: relative;
}
.gcViewBillTable td {
    border: 1px solid #000000;
    padding: 0px;
    margin: 0px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    word-break: break-all;
    word-wrap: break-word;
}
.gcViewBillCellTitle {
    background-color: #E6E6E6;
    width: 100px;
}