﻿/*dialog*/
.bo-js-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    min-width: 100%;
}

    .bo-js-overlay.bo-js-transparent { /*同时有bo-js-overlay和bo-js-transparent*/
        background-color: transparent !important;
    }

.bo-js-dialog {
    position: fixed;
    display: block;
    width: auto;
    height: auto;
    float: left;
    background-color: #ffffff;
    color: #1d1d1d;
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
    /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);*/
    padding: 1.25rem;
    border-radius: 9px;
}

.bo-js-excel-exp-page {
    margin-top: 5px;
    padding-left: 16px;
}

    .bo-js-excel-exp-page > div:first-child {
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

.bo-js-excel-exp-select {
    margin-top: 5px;
}

    .bo-js-excel-exp-select > div:first-child {
        line-height: 30px;
        vertical-align: middle;
        height: 30px;
    }

    .bo-js-excel-exp-select > div:last-child {
        margin-right: 9px;
        margin-top: 3px;
        border: 1px solid #ddd;
        vertical-align: top;
        height: 200px;
        overflow: auto;
        padding-right: 5px;
        padding-left: 5px;
        padding-right: 5px;
        padding-left: 12px;
    }

.bo-js-dialog-title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

.bo-js-dialog-text {
    font-weight: normal;
    font-size: 12px;
}

.bo-js-dialog .bo-js-dialog-close-button {
    position: absolute;
    height: 24px;
    width: 24px;
    min-height: 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 0px 10px 0px;
    z-index: 3;
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #777777;
    top: 8px;
    right: 8px;
}

    .bo-js-dialog .bo-js-dialog-close-button:hover {
        background-color: #cde6f7;
        color: #2a8dd4;
    }

        .bo-js-dialog .bo-js-dialog-close-button:hover:after {
            border-color: #2a8dd4;
        }

    .bo-js-dialog .bo-js-dialog-close-button:active {
        background-color: #92c0e0;
        color: #ffffff;
    }

    .bo-js-dialog .bo-js-dialog-close-button:after {
        border-color: #777777;
        content: '\D7';
        line-height: 1;
    }

.bo-js-dialog.bo-js-error {
    background-color: #ce352c;
    color: #ffffff;
}

    .bo-js-dialog.bo-js-error .bo-js-dialog-close-button {
        background-color: #da5a53;
        color: #ffffff;
    }

        .bo-js-dialog.bo-js-error .bo-js-dialog-close-button:active {
            background-color: #9a1616;
        }

.bo-js-dialog.bo-js-warning {
    background-color: #1ba1e2;
    color: #ffffff;
}

    .bo-js-dialog.bo-js-warning .bo-js-dialog-close-button {
        background-color: #59cde2;
        color: #ffffff;
    }

        .bo-js-dialog.bo-js-warning .bo-js-dialog-close-button:active {
            background-color: #1b6eae;
        }
/*TipPanel*/
.bo-js-tippanel-box {
    padding: 6px;
    border: 1px solid #E7E7CD;
    background-color: #FFFFE1;
    vertical-align: middle;
    text-align: center;
    color: #666666;
    font-size: 12px;
    font-family: 'Microsoft Yahei', Verdana, 宋体, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
}

.bo-js-tippanel-msg-td {
    vertical-align: middle;
    text-align: center;
    color: #666666;
    font-size: 12px;
    font-family: 'Microsoft Yahei', Verdana, 宋体, Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-weight: normal;
    word-break: break-all; /*支持IE，chrome，FF不支持*/
    word-wrap: break-word; /*支持IE，chrome，FF*/
}

.bo-js-tippanel-btn-td {
    width: 32px;
    vertical-align: middle;
    text-align: center;
}

.bo-js-tippanel-btn {
    background-position: center center;
    margin-top: 2px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-style: none;
    border-width: 0px;
    background-color: transparent;
}

/**bo-js-listpage缺省风格**/
.bo-js-listpage-table {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    color: black;
}

.bo-js-listpage-td11 {
    text-align: left;
    vertical-align: middle;
    background-color: #EFEFF2;
    padding-left: 0px;
}

.bo-js-listpage-td12 {
    text-align: left;
    vertical-align: middle;
    background-color: #EFEFF2;
    padding-left: 16px;
}

.bo-js-listpage-td21 {
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-color: #EFEFF2;
}

.bo-js-listpage-td22 {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    background-color: white;
    color: black;
}

.bo-js-listpage-switch {
    font-size: 28px;
    width: 48px;
    text-align: center;
    display: block;
    color: #3692DB;
    cursor: pointer;
}

    .bo-js-listpage-switch:hover {
        color: black;
        cursor: pointer;
    }

.bo-js-listpage-navs-box {
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
}

.bo-js-listpage-navs-table {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    border: none;
}

    .bo-js-listpage-navs-table tr:hover {
        background-color: #DADADA;
        cursor: pointer;
    }

    .bo-js-listpage-navs-table tr.bo-js-listpage-navs-now:hover {
        background-color: #61A9E2;
        cursor: pointer;
    }

.bo-js-listpage-navs-now {
    background-color: #91C1E7;
}

.bo-js-listpage-navs-td1 {
    text-align: center;
    vertical-align: middle;
}

    .bo-js-listpage-navs-td1 img {
        vertical-align: middle;
        text-align: center;
        height: 20px;
        width: 20px;
        background-color: transparent;
    }

.bo-js-listpage-navs-td2 {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 0px;
    text-indent: 16px;
}

.bo-js-listpage-tab {
    padding-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 43px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: transparent;
    color: #808080;
}

    .bo-js-listpage-tab:hover {
        cursor: pointer;
        color: #666666;
    }

.bo-js-listpage-tab-now {
    border-bottom-color: #0099ff !important;
    color: black !important;
}

.bo-js-listpage-frmdiv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bo-js-listpage-iframe {
    margin: 0px !important;
}

.bo-js-listpage-div {
    width: 100%;
    margin-top: 0px !important;
    padding: 20px;
    overflow-x: auto;
    overflow-y: auto;
}

/**bo-js-listpage黑色风格**/
.bo-js-listpage-black-table {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: none;
    color: white;
}

.bo-js-listpage-black-td11 {
    text-align: left;
    vertical-align: middle;
    background-color: #171717;
    padding-left: 0px;
}

.bo-js-listpage-black-td12 {
    text-align: left;
    vertical-align: middle;
    background-color: #171717;
    padding-left: 16px;
}

.bo-js-listpage-black-td21 {
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-color: #171717;
}

.bo-js-listpage-black-td22 {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    background-color: white;
    color: black;
}

.bo-js-listpage-black-switch {
    font-size: 28px;
    width: 48px;
    text-align: center;
    display: block;
    color: white;
    cursor: pointer;
}

    .bo-js-listpage-black-switch:hover {
        color: #0565B1;
        cursor: pointer;
    }

.bo-js-listpage-black-navs-box {
    border-style: none;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    vertical-align: top;
}

.bo-js-listpage-black-navs-table {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    border: none;
}

    .bo-js-listpage-black-navs-table tr:hover {
        background-color: #2E2E2E;
        cursor: pointer;
    }

    .bo-js-listpage-black-navs-table tr.bo-js-listpage-black-navs-now:hover {
        background-color: #0565B1;
        cursor: pointer;
    }

.bo-js-listpage-black-navs-now {
    background-color: #09518A;
}

.bo-js-listpage-black-navs-td1 {
    text-align: center;
    vertical-align: middle;
}

    .bo-js-listpage-black-navs-td1 img {
        vertical-align: middle;
        text-align: center;
        height: 20px;
        width: 20px;
        background-color: transparent;
    }

.bo-js-listpage-black-navs-td2 {
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 0px;
    text-indent: 16px;
}

.bo-js-listpage-black-tab {
    padding-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 43px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: transparent;
    color: #999999;
}

    .bo-js-listpage-black-tab:hover {
        cursor: pointer;
        color: #dddddd;
    }

.bo-js-listpage-black-tab-now {
    border-bottom-color: #0078D7 !important;
    color: white !important;
}

.bo-js-listpage-black-frmdiv {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.bo-js-listpage-black-iframe {
    margin: 0px !important;
}

.bo-js-listpage-black-div {
    width: 100%;
    margin-top: 0px !important;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    overflow-x: auto;
    overflow-y: auto;
}
/**window**/
.bo-js-window {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.bo-js-window-caption {
    position: relative;
    background-color: #ffffff;
    padding: .4375rem .3125rem;
    border-bottom: 1px #e9e9e9 solid;
    border-top: 0;
    cursor: default;
}

    .bo-js-window-caption .bo-js-window-caption-title {
        font-size: .875rem;
        font-style: normal;
        font-weight: 700;
    }

    .bo-js-window-caption .bo-js-window-caption-icon {
        margin-left: .3125rem;
    }

        .bo-js-window-caption .bo-js-window-caption-icon * {
            height: 1rem;
            width: 1rem;
        }

        .bo-js-window-caption .bo-js-window-caption-icon ~ .bo-js-window-caption-title {
            padding-left: .3125rem;
        }

    .bo-js-window-caption .bo-js-window-btn-close,
    .bo-js-window-caption .bo-js-window-btn-min,
    .bo-js-window-caption .bo-js-window-btn-max {
        position: absolute;
        height: 1.5rem;
        width: 1.5rem;
        min-height: 1.5rem;
        text-align: center;
        vertical-align: middle;
        font-size: 1rem;
        font-weight: normal;
        padding: 0 0 .625rem 0;
        z-index: 3;
        outline: none;
        cursor: pointer;
        display: block;
        background-color: #ffffff;
        color: #777777;
        top: .25rem;
        right: .25rem;
    }

        .bo-js-window-caption .bo-js-window-btn-close:hover,
        .bo-js-window-caption .bo-js-window-btn-min:hover,
        .bo-js-window-caption .bo-js-window-btn-max:hover {
            background-color: #cde6f7;
            color: #2a8dd4;
        }

            .bo-js-window-caption .bo-js-window-btn-close:hover:after,
            .bo-js-window-caption .bo-js-window-btn-min:hover:after,
            .bo-js-window-caption .bo-js-window-btn-max:hover:after {
                border-color: #2a8dd4;
            }

        .bo-js-window-caption .bo-js-window-btn-close:active,
        .bo-js-window-caption .bo-js-window-btn-min:active,
        .bo-js-window-caption .bo-js-window-btn-max:active {
            background-color: #92c0e0;
            color: #ffffff;
        }

        .bo-js-window-caption .bo-js-window-btn-close:after,
        .bo-js-window-caption .bo-js-window-btn-min:after,
        .bo-js-window-caption .bo-js-window-btn-max:after {
            border-color: #777777;
            content: '\D7';
            position: absolute;
            left: 50%;
            top: -2px;
            margin-left: -0.25em;
        }

        .bo-js-window-caption .bo-js-window-btn-min:after,
        .bo-js-window-caption .bo-js-window-btn-max:after {
            display: block;
            position: absolute;
            width: .625rem;
            height: .625rem;
            border: 0 #000 solid;
            border-bottom-width: 2px;
            content: ' ';
            bottom: .375rem;
            left: 50%;
            margin-left: -0.375rem;
            top: auto;
        }

        .bo-js-window-caption .bo-js-window-btn-max:after {
            height: .375rem;
            border: 1px #000 solid;
            border-top-width: 2px;
        }

    .bo-js-window-caption .bo-js-window-btn-max {
        right: 1.8125rem;
    }

    .bo-js-window-caption .bo-js-window-btn-min {
        right: 3.375rem;
    }

    .bo-js-window-caption .bo-js-window-btn-close:after {
        margin-top: .1875rem;
        margin-left: -0.3125rem;
    }

.bo-js-window-content {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: .25rem;
}

.bo-js-radios-list-box {
    margin-left: 16px;
    margin-top: 24px;
    border: 1px solid #ddd;
    vertical-align: top;
    height: 200px;
    width: 240px;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-left: 12px;
}

/**bo.boImgPreview风格**/
.bo-js-imgview-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    min-height: 100%;
    min-width: 100%;
    z-index: 999999;
}

.bo-js-imgview-box {
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
}

.bo-js-imgview-img {
    border: 2px solid #CCCCCC;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    background-color: #fff;
}

.bo-js-imgview-close {
    border: 1px solid #C0C0C0;
    position: absolute;
    height: 32px;
    width: 32px;
    min-height: 32px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    z-index: 3;
    outline: none;
    cursor: pointer;
    background-color: #ffffff;
    color: #777777;
    top: -16px;
    right: 110px;
    border-radius: 50%;
}

    .bo-js-imgview-close:hover {
        background-color: #cde6f7;
        color: #2a8dd4;
    }

        .bo-js-imgview-close:hover:after {
            border-color: #2a8dd4;
        }

    .bo-js-imgview-close:active {
        background-color: #92c0e0;
        color: #ffffff;
    }

    .bo-js-imgview-close::after {
        border-color: #777777;
        content: "\D7";
        position: absolute;
        left: 6px;
        top: -3px;
    }
