﻿/*默认按钮背景色*/
.btn-Background {
    background: #f7ebe4;
}
/*点击按钮背景色*/
.btn-djBackground {
    background: #ff8a20;
}
/*查询按钮*/
.btn-cxBackground {
    background: #ad9080;
}
/*字体默认颜色*/
.font-color {
    color: #ffc79c;
}
/*字体比较重的颜色*/
.font-weigColor {
    color: #ff8a20;
}

.font-placeholder {
    color: #e1d0c6;
}

.font-white {
    color: white;
}
/*必填按钮*/
.lab-required:after {
    content: "*";
    color: red;
    margin-left: 7px;
}
/*复选框中出现对号*/
.layui-form-checked[lay-skin="primary"] i:after {
    content: "\2714";
}
/*灰色字体 eg(暂无更多信息)*/
.fontGrey {
    width: 100%;
    text-align: center;
    color: #999797;
    margin-top: 10px;
    font-size: 10px;
}
/*灰色 小字体*/
.fontSizeSmall {
    color: #999797;
    font-size: 10px;
    margin-left: 8px;
}
/*div宽度只能输入显示15个字*/
.bd-width-15 {
    width:16em;
}
/*指针手指*/
.bd-cursor {
    cursor:pointer;
}
/*弹框样式*/
.dialog_drug_content {
    padding: 10px 15px 0px 15px;
    height: calc(100% - 40px);
    overflow-y: auto;
}

.dialog_drug_buttom {
    width: 100%;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    background: #F8F8F8;
    border-top: 1px solid #eee;
    height: 40px;
    position: fixed;
    bottom: 0px
}

    .dialog_drug_buttom input {
        float: right;
        margin-left: 10px;
    }

    .dialog_drug_buttom .layui-btn-default {
        height: 30px;
        line-height: 30px;
    }

.dialog_background-Cancle {
    color: #49bcc5;
}

/*多行文本框样式*/
.textarea-mine {
    min-height: 33px;
    width: 100%;
    display: block;
    flex: 1;
    font-size: 14px;
    color: #0c0c0c;
    outline: none;
    overflow-y: auto;
    text-align: inherit;
    font-family: -apple-system-font, "Helvetica Neue", sans-serif, "Microsoft YaHei";
    line-height: 15px;
    padding: 3px 5px 0px 5px;
    height: 33px;
    line-height: 25px;
    border: 1px solid #e4d2c8;
}

textarea:focus {
    outline-style: inherit;
    box-shadow: 0 0 0 3px #c3e0fe !important;
    border-color: #0270c9 !important;
}

/*禁用样式*/
.layui-disabled {
    background: #f6f6f6;
    cursor: not-allowed !important;
}
/*禁用所有东西*/
.bd-disabled {
    background: #f6f6f6;
    cursor: not-allowed !important;
    pointer-events: none;
}
/*btn禁用*/
.bd-btn-disabled {
    background: #e6eaee !important;
    background-color: #e6eaee !important;
    color: #7a8794;
    border: 1px solid #c1c9d0;
    border-color: #c1c9d0 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

/*input文本框悬浮变亮*/
.bd-input-hover:hover {
    border: 1px solid #0270c9;
}

.bd-input-hover:focus {
    border: 1px solid #0270c9 !important;
    box-shadow: 0 0 0 3px #c3e0fe !important;
    z-index: 2 !important;
}

.bd-input-hover-notzIndex:hover {
    border: 1px solid #0270c9;
}

.bd-input-hover-notzIndex:focus {
    border: 1px solid #0270c9 !important;
    box-shadow: 0 0 0 3px #c3e0fe !important;
}


/*取消背景色*/
.background-Cancle {
    color: #49bcc5;
}
/*导出背景色*/
.background-blank {
    border: 1px solid #c1c9d0;
    background-color: #fff;
    color: #49bcc5;
}

/*背景为白色的按钮*/
.background-whiteOther {
    background: white;
    color: #49bcc5;
    border: 1px solid #c1c9d0;
}
/*背景为白色的按钮 字体红色*/
.background-redOther {
    background: white;
    color: #f36;
    border: 1px solid #c1c9d0;
}
/*td标题背景颜色*/
.background-td-title {
    background-color: #f5f7fb;
    color: #8493a4;
}

/*文本框验证填错*/
.inputLayVerify {
    border-color: rgb(255, 153, 51) !important;
    background: rgb(254, 247, 233) !important;
}

[v-cloak] {
    display: none;
}

/*多余的字体隐藏*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*选中的颜色*/
.bd-dtSelect {
    all: inherit;
    color: white !important;
    background: rgb(73, 188, 197) !important;
}
/*按钮组*/
.bd-btn-ul {
    border-right: 1px solid #ced0da;
}

    .bd-btn-ul li {
        float: left;
        padding: 4px 12px;
        text-align: center;
        border: 1px solid #ced0da;
        border-right: 0px;
        background: white;
        color: #8493a4;
        cursor: pointer;
    }
/*盒子样式*/
.bd-display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: space-between;
    flex: auto;
    align-items: center;
}
/*盒子样式，不居中*/
.bd-display-flex-notalignitems {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: space-between;
    flex: auto;
}
/*下载按钮*/
.dcimg {
    cursor: pointer;
}
