﻿.LeftMenuBar .iconmodel {
    overflow-y: hidden;
}
.LeftMenuBar-Categories .ztree{
    width: 100%;
}

.LeftMenuBar .iconbody ul #treeDemo {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.buttontop .leftbutton {
    display: flex;
    align-items: center;
}

.div-fitler .vendor-wrap input[type="image"] {
    margin-left: 4px;
    height: 32px;
}

#ibtnChooseVendorID {
    line-height: 32px;
}

#cbProductCodeExact {
    margin-top: 4px;
}

.ActionMenuList span {
    line-height: 20px;
}

.introjs-button {
    height: 12px;
    line-height: 12px;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px;
}
    .introjs-button:focus {
        box-shadow: none;
    }

.introjs-nextbutton {
    color: #3E4352;
    background: none;
    background: linear-gradient(rgb(249, 207, 111), rgb(246, 189, 66) 80%, rgb(246, 189, 65));
    border-color: rgb(240, 194, 70) rgb(235, 188, 60) rgb(191, 154, 59);
    border-color: rgb(191,148,42);
}

    .introjs-nextbutton:hover {
        outline: none;
        color: #3E4352;
        background: linear-gradient(rgb(244, 190, 72), rgb(243, 172, 20));
        border-color: rgb(191,148,42);
        box-shadow: none;
    }

.introjs-nextbutton:focus {
    box-shadow: none;
}

.introjs-tooltip-header {
    padding-left: 0 !important;
    padding-right: 5px !important;
    padding-top: 0 !important;
}

.introjs-tooltip-title {
    font-size: 12px;
    padding-left: 10px;
}

.introjs-tooltiptext {
    padding-top: 5px !important;
    font-size: 16px;
}

#jq-dialog-main-btn {
    color: #3E4352;
    background: linear-gradient(rgb(249, 207, 111), rgb(246, 189, 66) 80%, rgb(246, 189, 65));
    border-color: rgb(240, 194, 70) rgb(235, 188, 60) rgb(191, 154, 59);
    border-color: rgb(191,148,42);
}

    #jq-dialog-main-btn:hover {
        outline: none;
        color: #3E4352;
        background: linear-gradient(rgb(244, 190, 72), rgb(243, 172, 20));
        border-color: rgb(191,148,42);
        box-shadow: none;
    }
.topmenu .menupre.lastright .icon-export {
    font-size: 12px!important;
}

#customizedtooltipDiv {
    width: fit-content;
}

.default-notice-footer-style {
    display: block;
    text-align: center;
}

    .default-notice-footer-style > *:last-child {
        margin-left: 10px;
    }

    .default-notice-footer-style .el-button {
        padding: 5px 10px;
        width: 120px;
        height: 35px;
        font-size: 12px;
    }
    .default-notice-footer-style .view-btn {
        width: 165px;
        height: 50px;
        border-radius: 25px!important;
        font-size: 16px;
        background: #FFA003;
        color: white;
    }
    .default-notice-footer-style .no-notice-btn {
        color: gray;
        position: absolute;
        height: 50px;
    }
    .default-notice-footer-style .view-btn:hover {
        background: #FFA003;
        color: white;
    }

#eleDlgNotice .el-dialog {
    border-radius: 30px;
    background-image: url(../../App_Themes/images/v2/Background.png);
    background-repeat: no-repeat;
    background-size: 100% 165px;

    display: flex;
    flex-direction: column;
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px);
}
    #eleDlgNotice .el-dialog .el-dialog__body {
        text-align: left;
        overflow: auto;
    }

    #eleDlgNotice .el-dialog__header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 115px;
        font-size: 24px;
        padding: 20px 20px 30px;
    }

#eleDlgNotice .el-dialog__footer {
    padding: 30px 20px 30px;
}

#eleDlgNotice .el-dialog__title {
    font-size: 24px;
}

.dlgRecommendedContentNew > .el-row:not(:last-child) {
    padding-bottom: 20px;
}

.dlgRecommendedContentNew .contentDescNew {
    font-size: 12px;
}

.dlgRecommendedContentNew .contentImgNew {
    text-align: center;
}

.content-open-btn {
    width: 80px;
}

.dlgRecommendedContentNew .try-btn {
    background: #FFA003;
    color: white;
}


/*扁平化的按钮样式*/
.introjs-button {
    border-radius: 0px;
    border-color: #E3E3ED;
    color: #3E4352;
    background-color: #ffffff;
    background: #FFFFFF;
    outline: none;
    box-shadow: none;
}
.introjs-nextbutton {
    color: #ffffff;
    background: #FFA003;
    border-color: transparent;
}

    .introjs-nextbutton:hover, .introjs-nextbutton:active, .introjs-nextbutton:focus {
        color: #ffffff;
        background: #FFA003;
        background-color: #FFA003 !important;
        border-color: transparent !important;
        opacity: 0.8;
        box-shadow: none;
    }

.nav-state-hide .LeftMenuBar {
    width: 15px!important;
}

.datagrid th, .tr-head td, .tr-head th {
    background-color: #fafbfc !important;
}

.datagrid th, .tr-head td, .tr-head th {
    padding: 5px 8px !important;
}

.datarow td, .datarow1 td {
    padding: 5px 8px !important;
    border-top: 1px solid #ececf6;
}

.daterange-wrap > *:not(:first-child) {
    margin-left: 4px;
}
