﻿div.layui-table-tool {
    background-color: #fff;
    padding:10px;
}


body.single-page {
    overflow-x: hidden;
    overflow-y:auto;
    background: #ffffff;
    padding:0;
}

    body.single-page > div.header {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #EEEFF1;
        padding: 0 20px;
        padding-left: 15px;
    }

        body.single-page > div.header > span {
            line-height: 50px;
            font-size: 14px;
            color: #666;
            font-weight: bold;
        }

    body.single-page > .search-container {
        padding-left: 15px;
        border-bottom: 1px solid #EEEFF1;
        padding-bottom:15px;
    }
     .search-container {
        padding-left: 15px;
        border-bottom: 1px solid #EEEFF1;
        padding-bottom: 15px;
    }

        body.single-page > .search-container > .search {
            display: flex;
            align-items: center;
            padding: 15px 0 0 0;
        }
         .search-container > .search {
            display: flex;
            align-items: center;
            padding: 15px 0 0 0;
        }
            body.single-page > .search-container > .search > .search-item {
                position: relative;
                margin-right: 20px;
            }
            .search-container > .search > .search-item {
                position: relative;
                margin-right: 20px;
            }
                body.single-page > .search-container > .search > .search-item > .search-item-lb {
                    height: 30px;
                    line-height: 30px;
                    color: #5c5c5c;
                    font-size:13px;
                    margin-right:10px;
                }
               .search-container > .search > .search-item > .search-item-lb {
                    height: 30px;
                    line-height: 30px;
                    color: #5c5c5c;
                    font-size: 13px;
                    margin-right: 10px;
                }

                body.single-page > .search-container > .search > .search-item > .search-item-input {
                    width: 150px;
                    height: 30px;
                    background-color: #FFFFFF;
                    background-image: none;
                    border: 1px solid #e5e6e7;
                    border-radius: 1px;
                    padding: 6px 12px;
                    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                    box-sizing: border-box;
                    font-size: 12px;
                }
                .search-container > .search > .search-item > .search-item-input {
                    width: 150px;
                    height: 30px;
                    background-color: #FFFFFF;
                    background-image: none;
                    border: 1px solid #e5e6e7;
                    border-radius: 1px;
                    padding: 6px 12px;
                    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                    box-sizing: border-box;
                    font-size: 12px;
                }

                    body.single-page > .search-container > .search > .search-item > .search-item-input:focus {
                        border-color: #66afe9;
                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
                    }
                    .search-container > .search > .search-item > .search-item-input:focus {
                        border-color: #66afe9;
                        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
                    }


            body.single-page > .search-container > .search > .layui-btn-search, .layui-btn-reset {
                border-radius: 15px;
                /*width: 60px;*/
                height: 25px;
                line-height: 25px;
                align-self: center;
                padding:0 18px;
            }

            body.single-page > .search-container > .search > div > .layui-btn-search{
                border-radius: 15px;
                /*width: 60px;*/
                height: 25px;
                line-height: 25px;
                align-self: center;
                margin-right:10px;
                padding:0 18px;
            }
             .search-container > .search > .layui-btn-search, .layui-btn-reset {
                border-radius: 15px;
                /*width: 60px;*/
                height: 25px;
                line-height: 25px;
                align-self: center;
                padding:0 18px;
            }

            .search-container > .search > div > .layui-btn-search {
                border-radius: 15px;
                /*width: 60px;*/
                height: 25px;
                line-height: 25px;
                align-self: center;
                margin-right: 10px;
                padding:0 18px;
            }

span.textbox.combo {
    border: 1px solid #e5e6e7;
    padding-top: 1px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-radius:0;
}

    span.textbox.combo.textbox-focused {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    }

.textbox .textbox-text {
    padding-left:5px;
    font-size:12px;
}

div.layui-form.layui-border-box.layui-table-view {
    border: none;
}

.combo-arrow {
    height: 28px !important;
}


/*栅格样式*/
.layui-row {
    border-top: 1px solid #e6e6e6;
}

    .layui-row:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .layui-row > div:first-child {
        border-left: 1px solid #e6e6e6;
    }

    .layui-row .layui-col-md1, .layui-row .layui-col-md2,
    .layui-row .layui-col-sm1, .layui-row .layui-col-sm2,
    .layui-row .layui-col-xs1, .layui-row .layui-col-xs2,
    .layui-row .layui-col-md3, .layui-row .layui-col-xs3,
    .layui-row .layui-col-md9, .layui-row .layui-col-xs9,    
    layui-row .layui-col-md10, .layui-row .layui-col-sm10, .layui-row .layui-col-xs10,
    layui-row .layui-col-md8, .layui-row .layui-col-sm8, .layui-row .layui-col-xs8,
    layui-row .layui-col-md4, .layui-row .layui-col-sm4, .layui-row .layui-col-xs4,
    layui-row .layui-col-md6, .layui-row .layui-col-sm6, .layui-row .layui-col-xs6,
    .layui-row .layui-col-sm5, .layui-row .layui-col-xs5,
    .layui-row .layui-col-sm7, .layui-row .layui-col-xs7 {
        height: 30px;
        line-height: 28px;
        border-right: 1px solid #e6e6e6;
    }
    .layui-row .layui-col-md12, .layui-row .layui-col-xs12 {
        border-right: 1px solid #e6e6e6;
    }
        .layui-row .layui-col-md1:first-child, .layui-row .layui-col-sm1:first-child, .layui-row .layui-col-xs1:first-child, .layui-row .layui-col-md2:first-child, .layui-row .layui-col-sm2:first-child, .layui-row .layui-col-xs2:first-child {
            border-left: 1px solid #e6e6e6;
        }


.outborder {
    margin-bottom:10px;
}
.layui-footer {
    border-right:1px solid #e6e6e6;
    color:#666;
    padding:16px 83px;
}
    .layui-footer > p + p {
        margin-top:10px;
    }
.layui-btn.layui-btn-xs.layui-btn-radius.layui-btn-normal.layui-baoguan-open {
    width: 100%;
}

/*tab 样式*/

.small-tab-card .search-container > .search {
    justify-content: center;
    padding-top:0 !important;
}

    .small-tab-card .search-container > .search > .layui-btn-search, .layui-btn-reset {
        border-radius: 3px;
        width: 50px;
    }

.small-tab-card > .layui-tab-title li {
    margin: 0;
    border: none;
    line-height: 24px;
    padding: 0 80px;
    font-size: 12px;
    background: rgba(232,232,232,1);
    border-radius: 0px 2px 2px 0px;
    color: rgba(153, 153, 153, 1);
}

.small-tab-card > .layui-tab-title {
    border: none;
    height: 24px;
    margin: 10px 0;
    text-align: center;
    background-color: #fff;
}

    .small-tab-card > .layui-tab-title .layui-this {
        color: #fff;
        background: #1296db;
        border-radius: 2px 0px 0px 2px;
    }

.small-tab-card {
    border: none;
    box-shadow: 0 0 0 0;
    border-radius: 0;
    margin: 0;
}

.layui-tab-title .layui-this:after {
    height: 24px;
}

.small-tab-card > .layui-tab-title .layui-this:after {
    border: none;
}

