﻿

.new-form .l-tabs-content {
    background-color: #EFF3F8;
    padding: 6px;
}

/*单据表头*/
.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout-header {
    padding: 3px 0px 0px 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}

/*单据内容*/
.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout-content {
    border-radius: 8px 8px 0px 0px;
}

/*单据表尾*/
.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout-footer {
    border-radius: 0px 0px 8px 8px;
}

/*报表表头*/
.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout-has-sider {
    border-radius: 8px 8px 0px 0px;
}

/*报表内容*/
.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout {
    border-radius: 8px 8px 0px 0px;
}

.new-form > .l-tabs-content > .l-tabs-tabpane > .l-form > .l-layout > .l-layout-footer > .l-layout-sub-content > .l-layout-header {
    padding-left: 10px;
}

.goodspage_header_hr {
    position: absolute;
    top: 50px;
    left: 5px;
    right: 5px;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #F1F1F1;
}

.l-layout-sub-content {
    overflow: hidden;
}

.nav-content {
    margin-right: 11px;
}

.navTab {
    height: 100%;
}

    /*主界面左侧菜单tab背景色*/
    .navTab .l-tabs-nav-wrap {
        background-color: #F7FAFF !important;
    }

    /*tab 样式*/
    .navTab .l-tabs-tab {
        text-align: left !important;
        width: 148px;
        height: 48px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #8D97A8;
        margin: 0 0 4px 0 !important;
        padding: 14px 67px 13px 17px !important;
    }

    /*tab 选中样式*/
    .navTab .l-tabs-tab-active {
        background-color: #fff;
        border-left: solid 4px #C1CFEC;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #4780D8 !important;
    }

    .navTab .l-tabs-ink-bar {
        background-color: #fff !important;
    }

    /*tab hover样式*/
    .navTab .l-tabs-tab:hover {
        color: #4780D8 !important;
    }

.new-graspmenu {
    width: 100%;
}

    .new-graspmenu .l-navmenu {
        color: #484848 !important;
    }

        .new-graspmenu .l-navmenu .l-navmenu-item .iconfont {
            color: #bcbcbc !important;
            margin-right: 8px !important;
        }

    .new-graspmenu .l-navmenu-item {
        display: revert;
    }

.nav-sider {
    height: 100%;
    width: 10%;
    display: flex;
    overflow: hidden;
    padding: 20px 0px 0px 4px;
}

    .nav-sider .l-navmenu-item:hover {
        background-color: #fff;
        color: #00A5C7;
    }

.ztree {
    overflow-y: auto;
    overflow-x: auto;
}

.newBillIcon {
    margin: 0px 2px !important;
    cursor: pointer
}



@media only screen and (max-width: 1660px) {
    /*.billLeftPanel {
        width: 90%
    }*/

    .billRightAll {
        display: flex;
        justify-content: flex-end;
    }

    .billTopRight {
        position: absolute;
        top: 78px;
        right: 23px;
        background: #FFFFFF;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.16);
        opacity: 1;
        border-radius: 4px;
        height: auto;
        z-index: 300;
        /*display:none;*/
    }

    .billTopRightClickImg {
        position: absolute;
        right: 13px;
        cursor: pointer
    }


    .billTopIcon {
        padding: 10px 0 14px 0;
        display: flex;
        justify-content: flex-end;
    }

    .billTopCheck {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width:1661px) {
    .billTopRightClickImg {
        display: none !important;
    }

    .billTopIcon {
        display: flex;
        position: absolute;
        right: 20px;
    }

    .billTopCheck {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 86px;
        right: 14px;
    }

    .billTopRight {
        display: block !important;
    }
}


.print_normal {
    width: 128px;
    height: 64px;
    display: inline-flex;
    cursor: pointer;
}

.print_selected {
    border: 1px solid #00A5C7;
    opacity: 1;
    border-radius: 4px;
    background: url('../YunErp/images/printset.svg') no-repeat right bottom #DBF9FF;
}

.print_set {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.import_baseinfo .l-tabs-content {
    padding: 0px;
}

.import_baseinfo .l-tabs-nav {
    margin-top: 0px;
}

.import_baseinfo .l-tabs-ink-bar {
    bottom: 0px;
    top: 2px;
}

@media (min-width:1660px) and (max-width:1920px) {
    .goodsbasepage_hr {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

@media (min-width:1441px) and (max-width:1659px) {
    .goodsbasepage_hr {
        margin-top: 0px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width:1440px) {
    .goodsbasepage_hr {
        margin-top: 0px;
        margin-bottom: 2px;
    }
}

.baseinfoedit .l-label-wrapper {
    position: relative;
}

.baseinfoedit .l-label-required {
    position: absolute;
    left: -10px;
}

.ptype_priceGrid {
    height: 172px !important;
}

.menu-top-sider .l-layout-sub-content {
    background: rgb(51 64 70);
}

/*图片列所用样式*/
.custome-image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_self {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webui-popover-content {
    text-align: center;
}

.imguploadcontainer {
    width: 585px;
    height: 400px;
    border: none;
    padding-top: 0;
}

.imguploadtitle div:first-child {
    flex: .9;
}

.imguploadtitle div:nth-of-type(2) {
    color: #515151;
}

.imguploadtitlebutton {
    display: flex;
    font-size: 13px;
    color: rgb(54 79 205);
    justify-content: center;
    align-items: center;
    float: right;
}

.imguploaddesc div:first-child p {
    color: #515151;
}

.imguploaddesc .imgDelBtn {
    color: #707070;
}

div[id="picCont"] {
    justify-content: start;
    padding: 16px;
}

    div[id="picCont"] .pic {
        height: 126px;
        width: 166px;
        position: relative;
        margin-right: 16px;
        margin-bottom: 16px;
    }
