﻿/*validate 验证控件 样式*/
label.error {
            clear: both;
            color: red;
            font-weight: normal;
            font-size:14px;
            margin: 0;
            padding: 0;
        }
input.error, select.error,textarea.error { border: 1px solid red !important;}

/*可以隐藏未编译的 Mustache 标签直到实例准备完毕（HTML绑定Vue实例，在页面加载时会闪烁）*/
[v-cloak] { display: none;}

.tool-search-span {
    width: 100%;
    min-height: 45px;
    border-bottom: 1px solid #cee7fd;
    height: auto;
    margin-top:5px;
}
.tool-search-span .tool-group, .tool-search-span .search-group {
    float: left;
    line-height: 30px;
}
.tool-group {
    /*width: 50%;*/
    text-align: left;
}
.search-group {
    /*width: 49%;*/
}
.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    /*color: #ccc;*/
    width: 99%;
}
.tcdPageCode a {
    display: inline-block;
    color: #333; /*页码前景色*/
    display: inline-block;
    min-width:35px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-align:center;
    border: 1px solid #ddd; /*页码边框色*/
    margin: 0 2px;
    border-radius: 0px;
    vertical-align: middle;
}
.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #ff8f21;
}
/*当前页*/
.tcdPageCode a.current {
    color: #fff !important;
    background-color: #1162bd !important; /*页码背景色：（ff8f21橘色）*/
    border: 0;
    cursor:default;
}
/*禁用页*/
.tcdPageCode a.disabled {
    color: #bfbfbf !important;
    background: #f2f2f2 !important;
    border: 1px solid #ddd !important;
    cursor:default;
}
/*移动端自适应*/
@media only screen and (max-width: 750px) {
    .tcdPageCode {
        padding: 0;
        width: 100%;
    }
    .tcdPageCode a {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        margin: 0;
    }
    .pageList a {margin: 0;}
}
.pagination {
    margin:0 !important;
}
.line_34{line-height: 34px;}
.padding_lr_0{padding-left:0 !important; padding-right:0 !important;}