﻿/* 不包含验证消息 */
.form-item-full {
    margin-bottom: 25px;
}

/* 组件包含验证消息 */
.form-item-verify {
    margin-bottom: 5px;
}

/* 验证消息 */
.form-verify-span {
    margin-bottom:6px;
    color: red;
    display: block;
    height: 14px;
    text-align: left;
}

.readonly {
    background-color: #EFF1F3;
    cursor: not-allowed;
}

.pd20 {
    padding: 20px;
}

/*页面编辑小按钮样式*/
.pageEditCss {
    width: 70px;
    line-height: 24px;
    height: 24px;
    border-radius: 2px;
    background: #0075FF;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0px;
}

.specialMsgClass {
    background: #F8F9FB;
    font-size: 14px;
    line-height: 39px;
    padding-left: 20px;
    display: block;
    color: #1B2027;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.specialMsgClass_TotalFirst {
    color: #1B2027;
    font-family: PingFang SC;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-right: 4px;
}

.specialMsgClass_Number {
    color: #0075FF;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 1px;
    margin-right: 2px;
}


/*form 窄边框 */
.item-small {
    margin-bottom: 1px;
}

.layui-form-item.item-small {
    margin-bottom: 1px;
}

.item-small-small {
    margin-bottom: -5px;
}

.item-top-line {
    padding-top: 10px;
}

.layui-form-item.item-top-line {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}

.item-top-noline {
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 5%);
}
.uploadimageproview-container {
    position: relative;
    height: 88px;
    width: 88px;
    margin: 8px 8px 0 0;
    align-content: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all .3s;
}
.upload-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    display: flex;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .3s;
}
.preview {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../Content/images/icon_search.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    cursor: pointer;
}
.delete {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../Content/images/icon_delete.png");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.uploadimageproview-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.uploadimageproview-container:hover .overlay {
    opacity: 1;
}
.uploadimageproview-container:hover .upload-actions {
    opacity: 1;
}

.layui-btn-normal {
    background-color: #0075FF;
    height: 32px;
    line-height: 32px;
}

.layui-bg-mywarning {
   background: #FFAA00 ;
   margin-right:6px;

}
.layui-bg-mysuccess {
    background: #00C75D;
    margin-right: 6px;
}

.layui-bg-myfail {
    background: #F54B45;
    margin-right: 6px;
}

.layui-bg-myother {
    background: yellow;
    margin-right: 6px;
}

.layui-bg-myprocessing {
    background: #2D8EFF;
    margin-right: 6px;
}

.page-body-text {
    color: #565E68;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.page-body-text-value {
    color: #1B2027;
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}
.div-text-align-center
{
    text-align:center;
}