.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 {
    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;
    display: flex;
    gap: 12px;
    align-items: center;
}
.addressbook .right .search-zone label{
    white-space: nowrap;
}
.addressbook .right .search-zone input, .addressbook .right .search-zone select {
    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 .search-zone select {
    width: auto;
    font-family: Arial;
    font-weight: 600;
}
.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;
}

.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;
}

.major-register .modal-content table tr td:nth-child(2) input[type="text"],
.major-register .modal-content table tr td:nth-child(2) textarea,
.major-register .modal-content table tr td:nth-child(2) select {
    min-width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    outline: none;
    height: 35px;
    font-family: Roboto;
    font-weight: 400;
}

div.major-register {
    margin: 20px 0;
}

.major-register .btn-register {
    padding: 8px 20px;
    background: chocolate;
    color: #fff;
    font-size: 21px;
    border: 0;
    outline: 0;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Roboto';
    text-shadow:
        1px 0px 1px #ccc, 0px 1px 1px #a70505,
        2px 1px 1px #009688, 1px 2px 1px #9C27B0,
        7px 6px 1px #673ab778;
}

.major-register .btn-register:hover {
    background: #FF9800;
}

.major-register .modal-content {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.major-register .note {
    padding-bottom: 10px;
    font-weight: 600;
}

.major-register .modal-content table tr td {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}

.major-register .modal-content table tr td:first-child {
    white-space: nowrap;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    color: #3B4E68;
    /* padding: 10px 0; */
    vertical-align: middle;
    font-size: 13px;
    margin: 0 auto;
}

.major-register .modal-content table tr td:nth-child(2) {
    padding: 10px;
}

.major-register .modal-content table tr td:nth-child(2) input[type='file'] {
    padding: 11px 17px;
    border-radius: 5px;
    border: 1px solid #7D92AE;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    color: #7D92AE;
    cursor: pointer;
    width: 100%;
}

.major-register .modal-content table tr td:nth-child(2) .noti {
    display: block;
    font-size: 11px;
    color: #7D92AE;
    margin: 5px 0;
}

.major-register .form-gop-y table.tb-form tbody {
    vertical-align: middle;
}

.major-register .btn-reset,
.major-register .btn-confirm {
    background: chocolate;
    padding: 12px 30px;
    border-radius: 200px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.major-register .btn-confirm:hover {
    opacity: 0.8;
}

.major-register .btn-reset {
    border: 1px solid #DADCE0;
    background: #FFFFFF;
    width: 150px;
    color: #3D4043;
}

.major-register .btn-reset:hover {
    background: #ff0000d1;
    color: #fff;
}

.major-register .divInfo {
    color: #Da251c;
    border: 1px solid #da251c;
    padding: 0 5px;
    background: #ffa50052;
    font-weight: 600;
    font-size: 15px;
}

.major-register #register-successful-modal .modal-body p {
    font-size: 21px;
    color: #4CAF50;
    font-weight: 600;
    font-family: Roboto;
    text-align: center;
    text-shadow: 0 1px 0 rgb(158 158 158 / 51%);
}

.major-register #register-successful-modal .modal-body {
    text-align: center;
}

.major-register #register-successful-modal .modal-body .successful:after {
    content: '\f164';
    font-size: 48px;
    color: #4CAF50;
    font-family: 'Font Awesome 5 Pro';
}

.modal-backdrop {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .major-register {
        max-width: 100vw;
        padding: 0 16px;
    }

    .major-register .form-gop-y table.tb-form {
        width: 100%;
        margin-right: 16px;
    }

    .major-register .form-gop-y table.tb-form tr {
        max-width: 100vw;
        margin-bottom: 10px;
        display: flex;
        justify-content: start;
        flex-direction: column;
        text-align: left;
    }

    .major-register .form-gop-y table.tb-form td:first-child {
        width: 100%;
    }

    .major-register input[type="text"],
    .UIHoiDapGuiCauHoi textarea,
    .UIHoiDapGuiCauHoi select {
        width: 100%;
        min-width: unset;
    }
}