﻿ 
.autohom {
    text-align: left;
    background-color: #ffffff;
    padding: 10px;
    margin: 0 auto;
    color: #970504;
}

.alert {
    min-height: 15px;
    border-width: 0 1px 4px 1px
}

.alert-info {
    border-color: #40b5e3;
    color: #000
}

.alert {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.label {
    font-weight: 400
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.label-danger {
    background-color: #ff4136
}

.panel {
    border: 1px solid #e7e7e7;
}

.panel-heading {
    border-top: 1px solid #e7e7e7;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #000;
    background-color: #F5F0F0;
    border-color: transparent
}

.panel-body {
    padding: 0px
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.table-bordered {
    border: 1px solid #eee
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
        background-color: #f5f5f5
    }

    .table td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #ddd;
        background-color: #FCFCFC
    }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #eee
}

.table tbody tr:hover > td {
    background-color: #fff
}

.up {
    background-image: url(/images/up.png);
    background-position: right;
    background-repeat: no-repeat
}

.down {
    background-image: url(/images/down.png);
    background-position: right;
    background-repeat: no-repeat
}

.spannocatalog {
    margin-right: 30px;
    display: block;
    float: right;
    margin-top: -16px;
    color: #e4dede
}

.acatalog {
    margin-right: 30px;
    display: block;
    float: right;
    margin-top: -16px;
}

 
.hovertreeshowcover {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: silver;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.hovertreeshowlayer {
    position: fixed;
    z-index: 168;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hovertreeshowclose {
    background-color: #756f6f;
    color: white;
    border: 1px solid silver;
    position: fixed;
    z-index: 288;
    top: 0px;
    right: 0px;
    cursor: pointer;
    height: 40px;
    width: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:750px) {
    .hovertreeshowclose {
        left: 0px;
        right: auto;
    }
}

.hovertreeshow img {
    cursor: pointer;
}

ks-suggest-content li.ks-suggest-key span {
    color: #ccc;
}

.ks-suggest-key span em {
    text-decoration: none;
    color: Red;
    font-style: normal;
}

em {
    text-decoration: none;
    color: Red;
    font-style: normal;
}

.input_radio li {
    margin-bottom: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    list-style: none;
    border: 1px solid #5D8ED8;
    color: #5D8ED8;
    border-radius: 4px;
}

    .input_radio li:hover {
        color: #ff4136;
    }

.input_radio input[type="radio"] {
    display: none;
}

.input_radio {
    display: inline-block;
}

    .input_radio a {
        padding: 0 21px;
        display: inline-block;
        border: 1px solid #F4F4F4;
        border-radius: 4px;
        line-height: 20px;
        text-align: center;
        color: #2D333B;
        cursor: pointer;
    }

        .input_radio a:hover {
            color: green;
            text-decoration-line: underline
        }


    .input_radio input:checked + a {
        color: #5D8ED8;
    }

.parAfter {
    width: 19px;
    height: 19px;
    margin-left: 1px;
    background: url(/images/list_zuche_B.png) no-repeat -8px -355px;
}

.table-responsive_false {
    display: none;
}

.more {
    cursor: pointer;
}

.hide {
    cursor: pointer;
    display: none
}

.divshowfalse {
    color: #ca6767;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

 
/* Border styles */
#table-1 thead, #table-1 tr {
    /*border-top-width: 1px;
            border-top-style: solid;
            border-top-color: rgb(230, 189, 189);*/
}

#table-1 {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(233 233 233);
}

.bghead {
    background-color: #f5f0f0;
    font-weight: bold;
    font-size: 18px;
}
/* Padding and font style */
#table-1 th {
    border: solid 1px #f1ebeb;
    padding: 14px;
    font-size: 19px;
    font-weight: bold;
    font-family: Verdana;
    color: rgb(120 7 6);
}

#table-1 td {
    border-collapse: collapse;
    text-align: left;
    padding: 6px;
    font-size: 14px;
    font-family: Verdana;
    color: black;
}

/* Alternating background colors */
#table-1 .bigtr:nth-child(even) {
    background: #fff;
}

#table-1 .bigtr:nth-child(odd) {
    /*background: #f3f3f3; */
}

.chicuntable tr:nth-child(even) {
    /*background: #fff;*/
}

.chicuntable tr:nth-child(odd) {
    background: #f3f3f3;
}

.main table td {
    border: none;
}

.table-2 td {
    padding: 5px;
}

.chicuntable {
    width: 100%;
    border: none;
}

.tddivshowhide {
    height: 40px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.bigtr:hover {
    /*background-color: #ffe1d4;*/
}

.div-checked_category label {
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    border: 1px solid #ffffff;
    margin-left: 5px;
    margin-bottom: 10px;
}

.div-checked_category label:hover {
        border-radius: 5px;
        border: 1px solid #970504;
    }
.div-checked label {
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 90px;
    height: 30px;
    border: 1px solid #ffffff;
    margin-left: 5px;
    margin-bottom: 10px;
}

.div-checked label:hover {
    border-radius: 5px;
    border: 1px solid #970504;
}
/**
* 按钮透明
* @type {String}
*/
input[type="checkbox"] {
    opacity: 0;
}
    /**
* checkbox选中样式
* @type {String}
*/
    input[type="checkbox"]:checked + i {
        border-color: #970504;
        color: #970504;
    }
/**
* i标签的大小
*/
i {
    font-style: normal;
    font-size: 12px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f0f0;
    text-align: center;
    line-height: 30px;
}
/**
* 对勾√效果，使用border
* @type {[type]}
*/
span:after {
    opacity: 1;
    content: '';
    position: absolute;
    width:6px;
    height: 10px;
    background: transparent;
    top: 8px;
    right:4px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
/**
* 选中状态，span(三角形)样式
* @type {String}
*/
input[type="checkbox"]:checked + i + span {
    width: 0px;
    height: 0px;
    border-color: #970504 transparent;
    border-width: 0px 0px 20px 20px;
    border-style: solid;
    position: absolute;
    right: -1px;
    top: 11px;
    opacity: 1;
}

 
