﻿/*
注意：
此文件放置列表页，新建页、编辑页全使用的于全局通用的样式
如:按钮颜色等
*/
* {
    font-family: "微软雅黑","宋体";
}

/*字体大小*/
body {
    font-size: 12px;
   color:black !important;
}

/*
    radio字体大小
*/
.layui-form-radio * {
    font-size: 12px;
}

.layui-form-radio > i {
    font-size: 16px;
}
/*
    checkbox字体大小
*/
.layui-form-checkbox span {
    font-size: 12px;
}

.layui-form-checkbox[lay-skin=primary] span {
    line-height: 15px;
    padding-left: 16px;
}

.layui-form-checkbox[lay-skin=primary] {
    min-width: 14px;
    min-height: 14px;
    padding-left: 20px;
}

    .layui-form-checkbox[lay-skin=primary] i {
        width: 12px;
        height: 12px;
        line-height: 14px;
    }

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #BEBDBD;
}
    /* 滚动条滑块 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #656565;
    }

/* 防止火狐图片下掉 */
.layui-card-header .layui-icon {
    line-height: unset;
}
/*权限按钮*/
.mod-btn-privilege {
    color: #555;
    background-color: #FFF;
    padding: 0 0px;
}

    .mod-btn-privilege:hover {
        color: red
    }

/*关于按钮*/
.mod-btn-about {
    color: #555;
    background-color: transparent;
    padding: 0 0px;
}

    .mod-btn-about:hover {
        color: red
    }

    .mod-btn-about i {
        font-size: 18px !important;
    }

/*新建按钮*/
.mod-btn-add {
    background-color: #4FB053 !important;
}

.mod-btn-excel {
    background-color: #4FB053 !important;
}

/*查看按钮*/
.mod-btn-show {
    background-color: #009688 !important
}

/*查询按钮*/
.mod-btn-search {
    background-color: #1E9FFF !important;
}
/*高级查询按钮*/
.mod-btn-adsearch {
    border: 1px solid #C9C9C9;
    /*background-color: #fff;*/
    background-color: #fff !important;
    color: #555;
}

    .mod-btn-adsearch:hover {
        border-color: #009688;
        color: #333
    }


/*状态按钮-选中*/
.mod-btn-statuson {
    background-color: #ff8000;
}
    /*状态按钮-选中*/
    .mod-btn-statuson:hover {
        /*border-color: #009688;*/
        color: #333
    }


/*状态按钮-未选中*/
.mod-btn-status {
    background-color: #f2f2f2;
    color: black;
}
    /*状态按钮-未选中*/
    .mod-btn-status:hover {
        /*border-color: #009688;*/
        color: #333
    }

/*js辅助组织弹出选择-*/
.mod-popselect-org {
    cursor: pointer;
}
/*js辅助用户弹出选择-*/
.mod-popselect-user {
    cursor: pointer;
}

/*js辅助用户弹出选择-*/
.mod-popselect-proClassify {
    cursor: pointer;
}

/*指针*/
.icon-zhizhen {
    color: #D4237A;
}
/*地图*/
.icon-ditu {
    color: green;
}
/*错误图标*/
.layui-icon-close {
    color: red;
}
/*正确图标*/
.layui-icon-ok {
    color: green;
}



/*checkbox位置*/
.layui-form-checkbox[lay-skin=primary] {
    padding-left: 0px;
}
/*表格背景变色*/
body .layui-table tbody tr:hover, body .layui-table[lay-even] tr:nth-child(2n):hover, body .layui-table[lay-even] tbody tr.layui-table-hover {
    background-color: #CAE8F7 !important;
}

/*编辑列表*/
/*表格高度*/
.layui-table[lay-size=modedit] td,
.layui-table[lay-size=modedit] th {
    padding: 0px;
    height: 39px;
}

/*表格换行*/
.layui-table[lay-size=modedit] .layui-table-cell {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    overflow: visible;
    padding: 0px;
}

    .layui-table[lay-size=modedit] .layui-table-cell .layui-form-select {
        width: 100%;
        height: 39px;
        border: none;
    }


    .layui-table[lay-size=modedit] .layui-table-cell .layui-form-lable {
        float: left;
        min-width: 30px;
        width: auto;
        border: none;
        height: 39px;
        line-height: 39px;
    }

    /*div编辑文本 无边框*/
    .layui-table[lay-size=modedit] .layui-table-cell .mod-from-div {
        word-wrap: break-word;
        margin-left: 10px;
    }

    /*div编辑文本 带边框*/
    .layui-table[lay-size=modedit] .layui-table-cell .mod-from-divborder {
        word-wrap: break-word;
        margin-left: 10px;
    }

        .layui-table[lay-size=modedit] .layui-table-cell .mod-from-divborder:focus {
            border: 1px solid #47A7FE;
        }

    /* 选择酒店按钮 */
    .layui-table[lay-size=modedit] .layui-table-cell .mod-form-selecthotel {
        position: absolute;
        right: 5px;
        top: 0px;
        cursor: pointer;
        visibility: hidden;
    }

    .layui-table[lay-size=modedit] .layui-table-cell input {
        float: left;
        min-width: 30px;
        padding-left: 10px;
        width: 100%;
        border: none;
    }

    .layui-table[lay-size=modedit] .layui-table-cell .layui-input {
        line-height: 39px;
        height: 39px;
        background-color: transparent;
    }
.layui-scroll-table th {
    z-index: 888;
}
body .modedit-remark {
    text-align: left;
    padding-left: 10px;
    border: 0px;
}
 
    /*底部浮动*/
    .mod-form-fixbottom {
    position: fixed;
    bottom: 0;
    height: 40px;
    right: 0;
    width: 100%;
    background-image: url('/Images/bcktool.png');
}

    .mod-form-fixbottom .mod-form-wrap {
        float: right;
        margin-right: 10px;
    }

    .mod-form-fixbottom .mod-form-wrap-center {
        text-align: center;
    }

    .mod-form-fixbottom .layui-btn {
        padding: 0 10px;
        margin-top: 5px;
    }

.xing {
    width: 10px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: red;
}
.title-input {
    text-align: center !important;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-bottom-color: black;
    border-right-width: 0px;
    border-top-width: 0px;
    background-color: transparent;
    padding-left: 0px;
    height:28px !important;
}

.layui-table thead tr, .layui-table thead tr:nth-child(odd), .layui-table thead tr :nth-child(even),
.layui-table thead th,
.layui-table caption {
    background-color: #e2e2e2;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #2897FF !important;
}