.addressbook {
        margin-bottom: 10px;
        display: flex;
        width: 100%;
        align-items: flex-start;
        padding: 10px;
        background: #fff;
}
.addressbook .left {
        vertical-align: top;
        width: 30%!important;
        margin-right: 15px;
        padding: inherit;
        background: whitesmoke;
        border-radius: 3px;
        /* visibility: hidden; */
}
.addressbook .right .department-info .row table tr.contact-viewer-header-row td:nth-child(5), .addressbook .right .department-info .row table td:nth-child(5) {
        display: none;
}
.addressbook .left ul li{
        cursor: pointer;
}
.addressbook .left ul li span.rtPlus {
        background:url(images/a.png) no-repeat left center;
}
.addressbook .left ul li span.rtMinus {
        /* background-image: url(images/a.png); */
        /* background-repeat: no-repeat; */
        /* background-position: -16px 50%; */
}
.addressbook .left ul li .rtTop, .rtMid, .rtBot {
        /* background: none!important; */
        margin: 7px 0;
}
.addressbook .left ul li ul.rtUL{
        background: none!important;
}
.addressbook .rtLines {
        margin-top: 0px !important;
        padding: 0 !important;
}
.RadTreeView_Office2007 .rtLines .rtLI, .RadTreeView_Office2007 .rtLines .rtFirst .rtUL {
        /* background: none!important; */
}
.addressbook .left span.rtIn {
        color: #00528b;
        font: 14px arial;
        white-space: normal;
        margin-left: 0;
        padding: 0px 0px 0px;
}
.addressbook .left ul li .rtSelected .rtIn {
        color: #e5080f;
        border-color: transparent;
        background-color: transparent;
        background-image: none;
        font: bold 14px arial;
}
.addressbook .left ul li .rtHover .rtIn, .addressbook .left ul li .rtSelected .rtHover{
        color: #00528b;
        border-color: transparent;
        background-color: transparent;
        background-image: none;
}
.addressbook .right {
        width: 85%;
        flex-grow: 1;
}
.addressbook .right .department-info .row {
        margin: 0;
        margin-bottom: 10px;
}
.addressbook .right .department-info .row .department-name {
        font-size: 16px;
        text-align: center;
        color: #00528b;
        font-weight: bold;
        padding: 0px 0 15px 0;
        text-shadow: 1px 1px #f1f2f3;
}
.addressbook .right .department-info .row table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        clear: both;
}
.addressbook .right .department-info .row table tr > td{
        font-size:14px}
.addressbook .right .department-info .row table tr > td:nth-child(1){
        width: 30px;
}
.addressbook .right .department-info .row table tr > td:nth-child(2){
        width:120px;
        text-align:center}
.addressbook .right .department-info .row table tr > td:nth-child(2) .name{
        padding:10px;
        font-weight:bold;
}
.addressbook .right .department-info .row table td .row{
        display:inline-block;
        width:100%;
        margin-left: 10px;
}
.addressbook .right .department-info .row table td .row .title{
        font-weight:bold;
        margin-right:5px}
.addressbook .right .department-info .row table td .row .content{
        float:right;
        width:75%}
.addressbook .right .department-info .row table td{
        border: 1px solid #e4e4e4;
        padding:10px;
        color: #00528b;
        cursor: pointer;
        font-size: 16px;
        text-align: left;
}
.addressbook .right .department-info .row table tr:hover{
        background-color:white;
        text-shadow:none;
}
.addressbook .right .department-info .row table tr.contact-viewer-header-row td{
        height: 20px;
        background-color: #d3e8f1;
        color: #00528b;
        font-weight: bold;
        cursor: default;
        text-align: center;
}
.addressbook .right table td:nth-child(3), td:nth-child(6){
        width: 175px;
}
.addressbook .right table td:nth-child(5){
        width: 100px;
}
.addressbook .right .department-info .row table td:nth-of-type(1) {
        text-align: center;
}
