﻿body {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif !important;
    font-size: 14px !important;
}

.page-sidebar.navbar-collapse::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track { /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

    ::-webkit-scrollbar-track:hover {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.01);
    }

    ::-webkit-scrollbar-track:active {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
        background-color: rgba(0,0,0,0.05);
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05); /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2); /*border-radius: 10px;*/
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,0.4);
        -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0,0,0,0.4);
    }



.ScrollBar {
    overflow: auto;
    background: #fff;
}

.requireVerification {
    border: 1px solid red !important;
}


input.icontree {
    background: url(../Images/scroll_pane_tree.png) no-repeat right 4px;
    cursor: pointer;
}


.topline {
    border-top: 1px solid #ccc;
}

.leftline {
    border-left: 1px solid #ccc;
}

.rightline {
    border-right: 1px solid #ccc;
}

.bottomline {
    border-bottom: 1px solid #ccc;
}

.border {
    border: 1px solid #ccc;
}

.my-checkbox {
    display: inline;
}

.text-right .control-label {
    padding-right: 5px;
}

my-inputcheckbox label {
    margin-bottom: 0px;
}

.lbpm_flowInfoW {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 60%;
    top: -45px;
}

.lbpmProcessStatus {
    width: 100px;
    height: 100px;
    background-image: url(../Images/lbpm-processStatus.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #21B77C;
}

    .lbpmProcessStatus .lbpmProcessText {
        position: absolute;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        left: 7px;
        right: 0;
        top: 30%;
        bottom: 30%;
        transform: rotate(-27deg);
        transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        -o-tranform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
        -moz-transform: rotate(-27deg);
    }

.lbpmDiscardStatus {
    width: 100px;
    height: 100px;
    background-image: url(../images/lbpm-discardStatus.png);
    background-size: 100%;
    background-repeat: no-repeat;
    color: #FD696A;
}

    .lbpmDiscardStatus .lbpmProcessText {
        position: absolute;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        left: 7px;
        right: 0;
        top: 30%;
        bottom: 30%;
        transform: rotate(-27deg);
        transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        -o-tranform: rotate(-27deg);
        -webkit-transform: rotate(-27deg);
        -moz-transform: rotate(-27deg);
    }
