@CHARSET "UTF-8";

body {
    min-width: 1024px;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}

::-webkit-scrollbar-track-piece {
    /*滚动条凹槽的颜色，还可以设置边框属性 */
    background-color: transparent;
}

::-webkit-scrollbar { /*滚动条的宽度*/
    width: 5px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    /*滚动条的设置 */
    background-color: #c3c0bf;
    background-clip: padding-box;
    min-height: 28px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #acaaa9;
    }

.textbox.font-red .textbox-text {
    color: #ff0000;
}

.copyright {
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #f07bb5;
    overflow: hidden;
    color: #ffffff;
}

.login-body {
    background: #ffd5ea;
}

.tree-node {
    /*height: 20px;*/
    padding-top: 2px;
    overflow: hidden;
}

.easyui-tree {
    margin: 5px;
}

.login-info {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 15px;
}

    .login-info span {
        display: inline-block;
        margin-right: 5px;
    }

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
    overflow: hidden;
}

span.hspace10 {
    display: inline-block;
    width: 10px;
}

.count-block {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 8px;
    background: #C9302C;
    cursor: pointer;
}

    .count-block:hover {
        background: #ff0000;
    }

.controls-row {
    overflow: hidden;
    margin-bottom: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 5px;
}

.fluit-tip {
    background: #fff7ca;
    border: 1px solid #ffe552;
    gap: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

    .fluit-tip .tip-icon {
        display: block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
    }

    .fluit-tip .tip-content {
        flex: 1;
    }

.panel-tool a {
    border-radius: 0;
}

    .panel-tool a:hover {
        border-radius: 0;
    }

.radio-group {
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

/* only for booking */
.fc thead th {
    height: 24px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    background: #f3f3f3;
}

.fc-button {
    background: none;
    background: #f3f3f3;
}

.fc-toolbar h2 {
    font-weight: normal;
    font-size: 18px;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.fc-content {
    font-size: 12px;
}

.fc-event .fc-bg {
    opacity: 0.5;
}
/* end booking */

/* 单据页产品筛选框样式 */
.search_new {
    -web-kit-appearance: none;
    -moz-appearance: none;
    font-size: 0.9em;
    height: 1.9em;
    border-radius: 4px;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    outline: 0;
    padding: 0 5px;
}

.layout-panel-east .panel-header {
    border-top: 0;
    border-right: 0;
}

.validatebox-readonly {
    cursor: default;
}

.nowrap {
    white-space: nowrap;
    min-width: 0;
    position: relative;
}
