.addressbook {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    /* padding: 10px; */
}

.addressbook .left {
    vertical-align: top;
    width: 30% !important;
    margin-right: 15px;
    padding: inherit;
    background: whitesmoke;
    border-radius: 3px;
}

.addressbook .left .RadTreeView .rtMid {
    padding: 0 15px;
}

.addressbook .left ul {}

.addressbook .left ul li {
    cursor: pointer;
    border-bottom: 1px dashed #e9581e;

}

.addressbook .left ul li:hover {}

.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,
.RadTreeView .rtLines .rtFirst {
    background: none !important;
    margin: 10px 0;
    /* padding: 5px; */
}

.addressbook .left ul li ul.rtUL,
.addressbook .rtLines .rtLI{
    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: #e5080f;
    border-color: transparent;
    background-color: transparent;
    background-image: none;
    font: bold 14px arial;
}

.addressbook .right {
    width: 85%;
    flex-grow: 1;
    background-color: whitesmoke;
    padding: 15px;
}

.addressbook .right .department-info .row {
    /* margin: 0;
    margin-bottom: 10px; */
    display: block;
    padding: 0 15px;
    max-height: 600px;
    overflow-y: auto;
}

.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 .search-zone {
    text-align: center;
    margin-bottom: 15px;
}

.addressbook .right .search-zone input {
    width: 80%;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #00000061;
    background: #2196f321;
    color: #E91E63;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
}

.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: flex;width:100%;margin-left: 10px;}*/
.addressbook .right .department-info .row table td .row .title {
    font-weight: bold;
    width: auto;
    padding: 0;
}

.addressbook .right .department-info .row table td .row .content {
    width: auto;
    padding: 0;
    margin-left: 5px;
}

.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;
}
.RadTreeView .rtLines .rtLI{
background: unset;}
.addressbook .right table td:nth-child(3),
td:nth-child(6) {
    width: 175px;
}

.addressbook .right table td:nth-child(5) {}

.addressbook .right .department-info .row table td:nth-of-type(1) {
    text-align: center;
}