.admin-center .section-chd-manual-relinking .category-tree-field input[name=category-check],
.section-chd-manual-relinking .category-tree-field .mover,
.section-chd-manual-relinking .category-tree-field .link-to-site,
.section-chd-manual-relinking .category-tree-field .export,
.section-chd-manual-relinking .category-tree-field .visible,
.section-chd-manual-relinking .category-tree-field .sticker-menu {
    display: none;
}

.admin-wrapper .section-chd-manual-relinking .category-tree .list .slider_btn {
    left: 0 !important;
}

.admin-wrapper .section-chd-manual-relinking .pageTree, .admin-wrapper .CategoryTree {
    background: url(../images/folder.png) 8px 2px no-repeat !important;
}

.admin-wrapper .section-chd-manual-relinking .CategoryTree {
    padding: 4px 0 4px 10px;
}

.admin-wrapper .section-chd-manual-relinking .sub-menu {
    display: inline-block;
}

.admin-wrapper .section-chd-manual-relinking .edit-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.admin-wrapper .section-chd-manual-relinking .edit-icon {
    width: 16px;
    height: 16px;

}

.section-chd-manual-relinking .new-links .action-list {
    position: absolute;
    right: 0;
}

.section-chd-manual-relinking .new-links p {
    padding: 10px 0 0;
}

.section-chd-manual-relinking .new-links p .name {
    display: inline-block;
    width: 70px;
}

.section-chd-manual-relinking .new-links p input {
    width: 170px;
}


.admin-wrapper .section-chd-manual-relinking .title-category {
    margin: 10px;
}

.admin-wrapper .section-chd-manual-relinking .title-category:hover .edit-icon {
/ / display: inline-block;
}

.admin-wrapper .section-chd-manual-relinking input.input-title {
    display: none;
}

.admin-wrapper .section-chd-manual-relinking .clearing {
    color: #767E86;
    font-style: oblique;
}

.admin-wrapper .section-chd-manual-relinking .save-button {
    float: left;
    margin: 20px;
}

.admin-wrapper .section-chd-manual-relinking .slider-btn {
    display: block;
}

/*стили админки*/
.section-chd-manual-relinking .widget-table-body .category-table {
    width: 100%;
}

.section-chd-manual-relinking .widget-table-body .category-table {
    margin: 0 0 15px 0;
}

.section-chd-manual-relinking .widget-table-body .category-table tr td {
    border: 1px solid #D3D3D3;
    color: #333;
    font-size: 13px;
    vertical-align: middle;
    padding: 5px;
    background: #fff;
}

.section-chd-manual-relinking .widget-table-body .category-table tr th:first-child {
    width: 60%;
}


.section-chd-manual-relinking .widget-table-body {
    padding: 0;
}


.section-chd-manual-relinking .widget-table-body tr:hover td, .section-chd-manual-relinking .widget-table-body tr:hover th {
    background-color: #eee !important;
}

.section-chd-manual-relinking .widget-table-body tr .ready-links span {
    display: inline-block;
    margin: 15px 0 5px;
}

.section-chd-manual-relinking .widget-table-body tr .edit,
.section-chd-manual-relinking .widget-table-body tr .save-row,
.section-chd-manual-relinking .widget-table-body tr .ready-links {
    display: none;
    text-align: left;
}

.section-chd-manual-relinking .widget-table-body tr .add-new-button {
    display: none;
}

#chd-manual-relink {
    padding: 5px 10px;
    margin: 10px 0;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
}

#chd-manual-relink .title {
    margin: 10px 0;
}

#chd-manual-relink .link {
    display: block;
    font-weight: 500;
    padding: 10px 0;
    text-decoration: none;
    color: #252f3f;
}

#chd-manual-relink .link:hover span {
    border-bottom: 1px dashed;
}

div#chd-manual-relink .title {
    font-size: 16px;
    font-weight: bold;
}

.new-links {
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 10px;
}

.new-link {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    margin-right: -5px;
}

.new-link-part {
    flex: 1 1 300px;
    margin-right: 5px !important;
}


.new-links__btn_delete {
    font-size: 16px !important;
    color: #F44336 !important;
    margin: 7px 0 0 5px !important;
}

.section-chd-manual-relinking .new-links__btn_delete .fa-trash {
    color: inherit !important;
    font-size: inherit;
}

.links-opened td.links {
    background: #f1f1f1;
}

.new-link__btn_create {
    width: 100%;
    background: #ffffff !important;
    border: 1px solid #e6e6e6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    cursor: pointer;
    border-radius: 2px;
    color: #191919 !important;
    margin: 0 auto !important;
}

.new-link__btn_create .fa {
    color: #3eb360;
}
