﻿.xhand-message {
    cursor: pointer;
    border-radius: 10px;
    width: 300px;
    padding: 30px;
    background: #174973;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -170px;
    text-align: center;
    top: 50%;
}

.xhand-pop-image-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.98);
    top: 0;
    left: 0;
    z-index: 9990;
}

.xhand-pop-image-close {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    bottom: 30px;
    left: 50%;
    margin-left: -25px;
    z-index: 9991;
    border: #999 1px solid;
    border-radius: 60px;
    z-index: 99999;
}

.xhand-pop-image-prev,
.xhand-pop-image-next {
    position: fixed;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    z-index: 9991;
}

.xhand-pop-image-prev {
    left: 30px;
}

.xhand-pop-image-next {
    right: 30px;
}

    .xhand-pop-image-prev i,
    .xhand-pop-image-next i,
    .xhand-pop-image-close i {
        font-size: 20px;
        color: #999;
    }


.xhand-pop-image-close:hover {
    border-color: #fff;
}

    .xhand-pop-image-prev:hover i,
    .xhand-pop-image-next:hover i,
    .xhand-pop-image-close:hover i {
        color: #fff;
    }



.xhand-pop-image {
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    text-align: center;
    z-index: 9992;
}


.totalMessage {
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    font-size: 12px;
}

    .totalMessage em {
        font-weight: 600;
        color: #ff6a00;
        padding: 0 2px;
    }


    .totalMessage span {
        font-weight: 300;
        color: #ddd;
        padding: 0 6px;
    }




.chart-total {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}

    .chart-total .item {
        background: #f1f1f1;
        margin-right: 10px;
        display: inline-block;
        padding: 20px;
        cursor: pointer;
    }

        .chart-total .item p {
            font-size: 12px;
            font-weight: 300;
        }

        .chart-total .item em {
            margin-top: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #ff6a00;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
        }

    .chart-total .selected {
        background: #d8f4ff;
    }


.layui-text-cell {
    overflow: hidden;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.subpage-title {
    position: absolute;
    z-index: 99;
    top: -50px;
    left: 50%;
    margin-left: -100px;
    background: #174973;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    font-weight: 300;
    width: 200px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.layui-fluid {
    padding: 10px;
    padding-right: 0;
    padding-bottom: 0;
}

.layadmin-caller {
    padding: 10px;
}

.webapp-search {
    margin-top: 10px;
}


.layui-btn {
    background-color: #174973 !important;
}

.layui-btn-primary {
    color: #174973 !important;
    background-color: #fff !important;
    border-color: #174973 !important;
}

    .layui-btn-primary i {
        color: #999;
    }

    .layui-btn-primary:hover {
        color: #fff !important;
        background-color: #174973 !important;
    }

.layui-tab li.layui-this span,
.layui-this {
    color: #174973 !important;
}


.layui-laydate .layui-this,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #174973 !important;
}

.xhand-radio a.selected {
    color: #fff;
    border-color: #174973;
    background: #174973;
}

    .xhand-radio a.selected i {
        color: #fff;
    }

.xhand-attribute a.selected {
    background: #174973 !important;
}

.xhand-editor .xhand-editor-tools a:hover {
    background: #174973 !important;
    border-color: #c17c0a;
    line-height: 23px;
}

.xhand-editor .xhand-editor-items .html-item-selected {
    border-color: #174973 !important;
}

.table .selected td {
    background: #fff7ea !important;
}

.layui-badge, .layui-badge-dot, .layui-badge-rim {
    background: #174973;
}

.xhand-bottom-tools a:first-of-type {
    background: #174973 !important;
}

.layadmin-backlog-body p cite {
    color: #174973 !important;
    font-weight: bold;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #174973;
    border-color: #174973;
    color: #fff;
}

.layui-form-item span {
    color: #174973 !important
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #174973;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-color: #174973;
    }


.layadmin-tips .layui-text {
    border-color: #174973;
}

.xhand-loading .ani {
    border-color: #174973;
}

.xhand-loading p {
    color: #174973;
}


.layui-btn-danger {
    background: #fa3f93 !important;
}



.setting-form {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    max-width: 900px;
    width: 90%;
    margin: 30px auto;
    border-radius: 20px;
    border: #f1f1f1 4px dashed;
}

    .setting-form h2 {
        border-left: #174973 3px solid;
        padding-left: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .setting-form h2 a {
            float: right;
            color: #fff;
            padding: 0 10px;
            border-radius: 3px;
            background: #174973;
            overflow: hidden;
            font-size: 12px;
            font-weight: 300;
        }

    .setting-form .layui-form-label {
        width: 150px;
    }

    .setting-form .layui-input-block {
        margin-left: 200px;
    }

.xhand-confirm-content {
    background: #174973;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}

.view-box {
    overflow: hidden;
    position: fixed;
    right: -800px;
    top: 0;
    width: 500px;
    background: #0a162d;
}

.vew-box-A3_V1_0,
.vew-box-A3_2_0
.vew-box-A6_1_0,
.vew-box-A6_2_0 {
    background-image: linear-gradient(#0a162d, #030101);
}


.view-box a.close {
    position: fixed;
    right: 10px;
    top: 0px;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    font-weight: 300;
    color: #ccc;
    text-align: center;
}


.view-box .content {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .view-box .content iframe {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border: 0;
    }

.xhand-linkbutton {
    color: #174973;
    text-decoration: underline;
    line-height: 20px;
}

.tooltip {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    font-family: Microsoft Yahei
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px dashed #000;
    top: 0;
    left: 20%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
    border-radius: 3px
}

.row-selected{
    background-color:#ffe9f4;
}
    .row-selected th,
    .row-selected td {
        background-color: #ffe9f4;
    }