@import 'common.scss';
@import '_table.scss';

.left {
    position: relative;
    width: 250px;
    height: 720px;
    ul {
        width: 100%;
        li {
            width: 100%;
            height: 45px;
            padding-left: 30px;
            box-sizing: border-box;
            line-height: 45px;
            font-size: 14px;
            color:rgba(153,153,153,1);
            &:hover {
                border-left: 2px solid #ED322A;
                background:rgba(255,238,238,1);
                a {
                    color:rgba(237,50,42,1);
                }
            }
        }
    }
}

.middle {
    position: relative;
    width: 250px;
    height: 720px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    .search {
        height: 36px;
        margin-top: 20px;
        line-height: 36px;
        padding: 0;
        .search-input {
            height: 36px;
            input {
                height: 100%;
                box-sizing: border-box;
                &.search-content {
                    width: 189px;
                    border:1px solid rgba(211,211,211,1);
                    padding-left: 6px;
                    font-size: 11px;
                }
                &.search-btn {
                    width: 36px;
                    height: 36px;
                    background: url(./i/search-btn.png) no-repeat center center;
                    background-size: 100% 100%;
                    border: 0;
                    outline: none;
                }
            }
        }
    }
    .tabs-header {
        width: 100%;
        box-sizing: content-box;
        height: 50px;
        line-height: 50px;
        .tabs {
            display: inline-block;
            height: 100%;
            margin: 0 20px;
        }
        .selected {
            font-weight: bold;
            border-bottom: 2px solid #ED322A;
        }
    }
}

.right {
    width: 100%;
    height: 616px;
    padding: 20px 24px 20px 524px;
    box-sizing: border-box;
    font-size: 14px;
    .title {
        height: 63px;
        line-height: 63px;
        font-size: 20px;
        margin-bottom: 44px;
        color: #333;
        border-bottom: 1px solid rgba(238,238,238,1);
        .btns {
            span {
                display: inline-block;
                width: 80px;
                height: 36px;
                font-size: 14px;
                line-height: 36px;
                text-align: center;
                border-radius:2px;
                border:1px solid rgba(153,153,153,1);
                color:rgba(51,51,51,1);
                background:rgba(246,246,246,1);
            }
        }
    }
    .name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
        .posi {
            font-size: 14px;
            font-weight: normal;
        }
    }
    .company {
        font-size: 12px;
        color:rgba(153,153,153,1);
        margin-bottom: 30px;
    }
    .autho {
        height: 30px;
        padding: 30px 0;
        border-top: 1px solid rgba(238,238,238,1);
        p {
            color: rgba(153,153,153,1);
            margin-right: 31px;
        }
        .btns {
            margin-left: 48px;
        }
        div {
            i {
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right: 5px;
                background: url(./i/department.png) no-repeat center center;
                background-size: 100% 100%;
            }
        }
        ul {
            overflow: hidden;
            margin-left: 20px;
            li {
                line-height: 36px;
                i {
                    width: 16px;
                    height: 16px;
                    background: url(./i/manage-no-selected.png) no-repeat center center;
                    background-size: 100% 100%;
                    margin-right: 8px;
                    margin-top: 11px;
                }
                .name {
                    margin-right: 20px;
                    color: rgba(51,51,51,1);
                    font-weight: normal;
                }
                .intro {
                    color: rgba(153,153,153,1);
                }
            }

        }
    }
    
}