﻿
.hometopbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.homecontentbox {
    display: -webkit-flex;
    padding: 15px 0 0 0;
    display: flex;
    flex-direction: row;
    flex: 1;
    width: 100%;
    background: #eee;
    border-top: 1px solid #fff;
}

.homegray {
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 15px;
    color: #aaa;
    font-weight: normal;
}

.handon {
    cursor: pointer;
    _cursor: hand;
    color: #387eff;
}

.handover {
    cursor: pointer;
    _cursor: hand;
    font-weight: bold;
}

.color_green {
    color: #0b9520;
    font-weight: bold;
}

.ulogincontain {
    margin: 0 auto;
    width: 400px;
    height: 95%;
}

.uloginbox {
    position: absolute;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
}

.treebox {
    position: relative;
    height: auto;
    margin: 10px;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.treeboxleft {
    position: relative;
    height: auto;
    margin: 0 3px 0 3px;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.groupitem {
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #ff0000;
    border-bottom: #ddd 1px solid;
    cursor: pointer;
    _cursor: hand;
}

.groupitemon {
    text-indent: 10px;
    white-space: nowrap;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
    background: #ff0000;
    color: #ff0000;
    border-bottom: #ddd 1px solid;
    cursor: pointer;
    _cursor: hand;
}

.permitbox {
}

.row1 {
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 13px;
    margin: 0 0 5px;
}

.row1a {
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-top: #ddd 1px solid;
    font-family: Poppin, Arial, 'Microsoft YaHei', STSong, Verdana;
    font-size: 12px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}


.col1title {
    border-right: #ddd 1px solid;
    width: 300px;
    background: #f5f5f5;
    height: 100%;
}

.col2title {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex: auto;
    height: auto;
}

.col21title {
    width: 300px;
    border-right: #ddd 1px solid;
    height: 100%;
}

.col22title {
    flex: 1;
    height: 100%;
    background: #ddd;
}

.row2 {
    margin: 0 0 15px;
}

.row3 {
    flex: auto;
    height: 300px;
}

.col1 {
    border-right: #ddd 1px solid;
    width: 300px;
    background: #f5f5f5;
    height: 100%;
}

.col2 {
    flex: 1;
    width: 20%;
    height: 100%;
    background: #f2f2f2;
}

.col2in {
    float: left;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.col21 {
    width: 300px;
    border-right: #ddd 1px solid;
    height: 100%;
}

.col22 {
    flex: 1;
    height: 100%;
}

.divrolepermit {
    border-left: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    flex-direction: row;
    background: #ff9900;
}

.setrow {
    display: -webkit-flex;
    display: flex;
    align-content: center;
    padding-left: 10px;
}

.userwinbox {
    background: #fff;
    height: 450px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.permittitlebox {
    float: left;
    width: 100%;
    background: #fff;
    height: 35px;
    line-height: 35px;
    margin: 0 0 10px 0;
    border-bottom: #ddd 1px solid;
}

.permialertbox {
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 35px;
    color: #ff0000;
    font-weight: bold;
}

.margininfo {
    margin: 3px 10px 2px 10px;
}

.btnaction {
    color: #333;
    margin: 6px 0 0 3px;
}

    .btnaction a:hover {
        color: #fff;
    }

.roleredinfo {
    font-size: 13px;
    color: #ff0000;
}

.departinfo {
    font-size: 10px;
    color: #888;
}

.row_gray {
    color: #ccc;
}


/* -- Apps -- */

.userfloatbox {
    position: absolute;
    z-index: 997;
    width: 700px;
    height: 300px;
    border: #c7c7c7 1px solid;
}

.userfloatopbox {
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

.userfloatinbox {
    z-index: 999;
    position: relative;
    margin: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.userfloatintitlebox {
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 18px;
    margin: 10px 0 2px 20px;
    color: #258fe9;
    height: 30px;
}

.userfloatintitlerightbox {
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 12px;
    color: #999;
}

.usermore {
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 12px;
    color: #999;
}

.userfloatincontentbox {
    flex: auto;
    margin: 0 20px 5px 20px;
    background: #fff;
}

.userfloatinfootbox {
    height: 30px;
    margin-right: 20px;
    text-align: right;
    float: right;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 10px;
    color: #999;
}

    .userfloatinfootbox a {
        color: #999;
    }

.blockbox {
    cursor: pointer;
    _cursor: hand;
    float: left;
    width: 200px;
    height: 60px;
    margin: 10px 0 0 10px;
    padding: 5px;
    font-weight: normal;
    border: #eee 1px solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.blockonbox {
    cursor: pointer;
    _cursor: hand;
    float: left;
    width: 200px;
    height: 60px;
    margin: 10px 0 0 10px;
    padding: 5px;
    font-weight: normal;
    border: #ddd 1px solid;
    border-radius: 3px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.blockdisablebox {
    cursor: pointer;
    _cursor: hand;
    float: left;
    width: 200px;
    height: 60px;
    margin: 10px 0 0 10px;
    padding: 5px;
    font-weight: normal;
    border: #aaa 1px solid;
    border-radius: 3px;
    background: #eee;
    -webkit-border-radius: 3px;
    *overflow: visible;
    _overflow: hidden;
    position: relative \9;
    behavior: url(pie.htc);
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

.blockrightbox {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.blockimgbox {
    width: 60px;
    height: 50px;
}

.blocktitlebox {
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 15px;
    color: #333;
}

.blocktitleonbox {
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 15px;
    color: #0a972a;
}

    .blocktitleonbox a {
        color: #0a972a;
    }

.blocktitlespan {
    float: left;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 12px;
}

.blockcontentbox {
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 11px;
    color: #999;
}

.appbox{
    float:left;
}

.appcontentbox {
    float: left;
    background:#fff;
}

.apptabon {
    float: left;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    color: #000;
}

.apptaboff {
    float: left;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 13px;
    color: #bbb;
    margin-left: 10px;
    font-weight: normal;
    cursor: pointer;
    _cursor: hand;
}

.apptabover {
    float: left;
    font-family: Poppin, 'Microsoft YaHei',Arial, STSong, Verdana;
    font-size: 13px;
    color: #ff0000;
    margin-left: 10px;
    font-weight: normal;
    cursor: pointer;
    _cursor: hand;
}

/* -- /Apps -- */