﻿.template {
    display:none;
}

table.noborder, table.noborder tr, table.noborder td {
    border: none !important;
}

table.nomarpad td{
    padding:0px;
}

.glyphicon-hover-border {
    margin-left: 2px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 2px;
    padding: 1px;
    padding-left: 1.5px;
    padding-top: 1.5px;
}

.glyphicon-hover-border:hover{
    border: 1px solid #eee;
}

.opacity-input {
    padding: 0px 5px;
    box-shadow:none;
    color:#fff;
    background-color: rgba(255,255,255,0);
    border:1px solid rgba(255,255,255,0);
}

    .opacity-input:hover {
        background-color: rgba(255,255,255,0.1);
        border:1px solid rgba(255,255,255,0.6);
    }
    .opacity-input:focus {
        color: #333;
        background-color: rgba(255,255,255,1);
    }

    .opacity-input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.8);
    }

    .opacity-input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: rgba(255,255,255,0.8);
    }

    .opacity-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: rgba(255,255,255,0.8);
    }

    .opacity-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgba(255,255,255,0.8);
    }

.opacity-img-border {
    border:2px solid rgba(255, 255, 255,0.3);
}

.opacity-img-border-7 {
    border:2px solid rgba(255, 255, 255,0.7);
}

/*透明水平 div > a btn*/
.opacity-adiv-horizontal {
    float: left;
    text-align: center;
    cursor: pointer;
    background: rgba(255,255,255,0.3);
    border: none !important;
    height: 100%;
}

    .opacity-adiv-horizontal:hover {
        background: rgba(255,255,255,0.4) !important;
    }

    .opacity-adiv-horizontal.active {
        background: rgba(255,255,255,0);
    }

    .opacity-adiv-horizontal.active a{
        background: rgba(255,255,255,0) !important;
        color:#fff !important;
    }

        .opacity-adiv-horizontal.active:hover {
            background: rgba(255,255,255,0) !important;
        }

    .opacity-adiv-horizontal > a {
        padding: 0px !important;
        margin:0px !important;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
        border:none !important;
        border-radius:0px !important;
        height:100%;
        line-height:inherit !important;
    }

        .opacity-adiv-horizontal > a:hover {
            background: rgba(255,255,255,0) !important;
        }
.tag-span {
    font-size: 16px;
    color: #fff;
    padding: 1px 5px 1px 4px;
    background: #16799c;
    border-radius: 5px;
}

.text-indent-size14 {
    text-indent:28px;
}

.nomargin *{
    margin:0px;
}

.indent-p p{
    text-indent:25px;
    word-break:break-all;
}

.shadow-hover {
    box-shadow: 0px 0px 0px #fff;
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.3s; /* Safari and Chrome */
    -o-transition: box-shadow 0.3s; /* Opera */
}

    .shadow-hover:hover {
        box-shadow: 0px 0px 5px #fff;
    }

.all-horizontal *{
    float:left;
}

.span-labelval-sm {
    margin-right:15px;
}

.span-labelval-sm span:first-child {
    font-size: 16px;
    color: #777;
}
.span-labelval-sm span:nth-child(2) {
    font-size: 14px;
    color: #444;
}

.kv-panel {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
    border-radius:3px;
}

    .kv-panel .kv-panel-title {
        border-bottom: 1px solid #e5e9ef;
        padding-bottom:10px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .kv-panel .kv-panel-text, .kv-panel .kv-panel-ul, .kv-panel .kv-panel-imgul {
        min-height: 150px;
    }
    .kv-panel .kv-panel-text {
        width: 100%;
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 3px 5px;
        resize: none;
        transition: border-color 0.3s;
        -moz-transition: border-color 0.3s; /* Firefox 4 */
        -webkit-transition: border-color 0.3s; /* Safari and Chrome */
        -o-transition: border-color 0.3s; /* Opera */
    }

        .kv-panel .kv-panel-text:hover, .kv-panel .kv-panel-text:focus {
            border-color: #00a1d6;
        }

    .kv-panel .kv-panel-ul, .kv-panel .kv-panel-imgul {
    }

        .kv-panel .kv-panel-ul li, .kv-panel .kv-panel-imgul li {
            margin: 0px;
            border-bottom: 1px solid #eee;
            padding: 5px;
            cursor:pointer;
            list-style: none;
            word-break: break-all;
            transition: background 0.3s;
            -moz-transition: background 0.3s; /* Firefox 4 */
            -webkit-transition: background 0.3s; /* Safari and Chrome */
            -o-transition: background 0.3s; /* Opera */
        }

            .kv-panel .kv-panel-ul li:last-child, .kv-panel .kv-panel-imgul li:last-child {
                border-bottom:none;
            }
            .kv-panel .kv-panel-ul li::after, .kv-panel .kv-panel-imgul li::after {
                content: "";
                float: none;
                clear: both;
                display: block;
            }
            .kv-panel .kv-panel-ul li:hover, .kv-panel .kv-panel-imgul li:hover {
                background:#efefef;
            }

            .kv-panel .kv-panel-ul li p, .kv-panel .kv-panel-imgul li p {
                height: 35px;
                line-height: 35px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin: 0px;
            }

                .kv-panel .kv-panel-ul li p:first-child, .kv-panel .kv-panel-imgul li p:first-child {
                    float:left;
                    width:calc(100% - 60px);
                    font-size: 18px;
                    color: #333;
                }

                .kv-panel .kv-panel-ul li p:last-child, .kv-panel .kv-panel-imgul li p:last-child {
                    float: left;
                    width: 60px;
                    font-size: 10px;
                    text-align: right;
                    color: #999;
                }

.imgkv-ul > li > div {
    cursor:pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s; /* Firefox 4 */
    -webkit-transition: color 0.3s; /* Safari and Chrome */
    -o-transition: color 0.3s; /* Opera */
}

    .imgkv-ul > li > div:first-child {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #eee;
        margin: 0 auto;
        position: relative;
        padding:3px;
    }

    .imgkv-ul > li > div:nth-child(2) {
        margin-top: 3px;
        height: 17px;
        line-height: 17px;
        width: 70px;
        text-align: center;
        color: #999;
        word-break: break-all;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .imgkv-ul > li > div:first-child::after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: rgba(0,0,0,0);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        transition: background 0.3s;
        -moz-transition: background 0.3s; /* Firefox 4 */
        -webkit-transition: background 0.3s; /* Safari and Chrome */
        -o-transition: background 0.3s; /* Opera */
    }

.imgkv-ul > li:hover div:first-child::after {
    background: rgba(0,0,0,0.2);
}

.imgkv-ul > li:hover div:nth-child(2) {
    color: #333;
}

.imgkv-ul {
}

.input-group-horizontal > * {
    float: left;
    line-height: 35px;
    margin-bottom:25px;
}

.input-group-horizontal::after {
    content:"";
    display:block;
    float:none !important;
    clear:both;
}

    .input-group-horizontal > *:first-child {
        font-size: 16px;
        width: 50px;
        margin-right: 10px;
    }

.input-group-horizontal > *:nth-child(2) {
    width: calc(100% - 60px) !important;
    border-radius: 3px !important;
}

.triangle-right-xs {
    width: 0;
    height: 0;
    border-top: 7.5px solid transparent;
    border-left: 11px solid #ddd;
    border-bottom: 7.5px solid transparent;
    position: absolute;
    left: 100%;
    top: calc(50% - 7.5px);
    z-index: 1;
}

    .triangle-right-xs::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 6.5px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 6.5px solid transparent;
        position: absolute;
        right: 1px;
        top: calc(50% - 6.5px);
        z-index: 2;
    }


.contextmenu-vertical {
    min-width: 80px;
    border-radius: 0px;
    background: #fff;
    text-align: center;
}

    .contextmenu-vertical > ul {
        margin: 0px;
        padding: 0px;
        line-height: 25px;
        border:1px solid #ddd;
    }

    .contextmenu-vertical > ul li{
        padding:5px;
        border-bottom:1px solid #ddd;
        cursor:pointer;
    }

    .contextmenu-vertical > ul li:last-child {
        border-bottom: none;
    }
        .contextmenu-vertical > ul li:hover{
            background:#f4f4f4;
        }
        .contextmenu-vertical > ul li:active {
            background: #eee;
        }

.div-text-hover {
    color: #999;
    cursor:pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s; /* Firefox 4 */
    -webkit-transition: color 0.3s; /* Safari and Chrome */
    -o-transition: color 0.3s; /* Opera */
}
.div-text-hover:hover{
    color:#333;
}

.span-explain {
    color: #999;
    font-size: 14px;
    font-weight:initial;
}

ul {
    margin: 0px;
    padding: 0px;
}

.ul-list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

    .ul-list li:last-child {
        border-bottom: none;
    }

    .ul-list li.title {
        font-weight: bold;
    }

    .ul-list li:not(.title) {
        padding-left: 25px;
        cursor: pointer;
    }

        .ul-list li:not(.title):hover {
            background: #f4f4f4;
        }

.form-inline > *{
    float:left;
}

.form-inline > *:nth-child(n+2){
    margin-left:5px;
}

    .form-inline::after {
        content: "";
        display: block;
        float: none;
        clear: both;
    }

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.child-center {
    justify-content: center;
    align-items:center;
    display:-webkit-flex;
}

.centerdiv, .centermodal > .modal-dialog {
    transform: translate(-50%,-50%) !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0px !important;
}

.centerdiv-abs {
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: 0px !important;
}

.bold-split {
    height: 10px;
    background: #f3f3f3;
}

.vip-line {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0px 15px;
}

    .vip-line::after {
        content: "";
        display: block;
        clear: both;
    }

    .vip-line > div:nth-child(1) {
        padding: 0px 12px;
        border-radius: 15px;
        height: 30px;
        line-height: 30px;
        margin: 5px 0px;
        float: left;
    }

    .vip-line > div:nth-child(2) {
        float: right;
    }

        .vip-line > div:nth-child(2) > span {
            color: #999;
            font-size: 14px;
        }

.default-vip {
    color: #333;
}

.manage-vip {
    background-image: linear-gradient(to right,#ff4343,#5cff5c,#5b5bff);
    color: #fff;
}

.month-vip {
    background-image: linear-gradient(to bottom,#cc3535,#e56464);
    color: #fff;
}

.onprobation-vip {
    background-image: linear-gradient(to bottom,#d77d7d,#ae4545);
    color: #fff;
}

.no-childpadding > * {
    padding: 0px;
}

.no-childpaddingh > * {
    padding-top: 0px;
    padding-bottom: 0px;
}

.height-p100 {
    height:100%;
}

/* visibleh */
.visibleh-sm, .visibleh-md {
    display: none;
}

@media (max-height:500px) {
    .visibleh-sm {
        display: block;
    }
}

@media (max-height:700px) {
    .visibleh-md {
        display: block;
    }
}