﻿@CHARSET "UTF-8";

body {
    min-width: 1024px;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-weight: normal;
}

::-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: #003c40;
    overflow: hidden;
    color: #ffffff;
}

fieldset {
    padding: 10px 10px;
    border: 0px;
    border-top: 1px solid #dddddd;
}

legend {
    padding: 0 10px;
}

.login-body {
    background: #403d3d;
}

.tree-node {
    height: 20px;
    padding-top: 2px;
    overflow: hidden;
}

.easyui-tree {
    margin: 5px;
}

.tabs li.tabs-selected a.tabs-inner {
    font-weight: normal;
}

.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: 10px;
}

.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;
}

.downloadImgs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .downloadImgs > .imgItem {
        width: 120px;
        height: 120px;
        overflow: hidden;
        margin: 10px;
        position: relative;
    }

        .downloadImgs > .imgItem.imgItemEmpty {
            height: 0;
        }

        .downloadImgs > .imgItem > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .downloadImgs > .imgItem:hover > .mask {
            background: rgba(0,0,0,0.5);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .downloadImgs > .imgItem:hover > a {
            display: block;
            background: #ff6c00;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 50px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            box-sizing: border-box;
            margin-top: -15px;
            margin-left: -25px;
            cursor: pointer;
        }

ul.file-list {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
}

li.file-list-item {
    padding: 5px;
    border: 1px solid #ffffff;
    flex: 1;
    max-width: 170px;
    position: relative;
}

    li.file-list-item:hover, li.file-list-item.selected {
        border-color: #266cb4;
        background-color: #e2f5ff;
    }

    li.file-list-item > img {
        width: 150px;
        height: 150px;
        object-fit: cover;
    }

    li.file-list-item .file-list-filename {
        width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 1.5em;
    }

.file-list-item.empty-item {
    visibility: hidden;
}

ul.err-list {
    padding: 0 0 0 20px;
    margin: 0;
}
