/* settings: hide url */

.dd-cms-url {
    display: none !important;
}


/* header: hide demodata button */

.navbar-right > :first-child {
    display: none !important;
}


/* header: style title */

.nav.nav-name {
    padding-left: 20px;
    line-height: 50px;
    font-weight: bold;
}


/* treeview */

.dd-treeview-modal #btn_clear_treeview_search_editorial,
.dd-treeview-modal #btn_clear_treeview_search_email,
.dd-treeview-modal #btn_clear_treeview_search_global,
.dd-treeview-modal #btn_clear_treeview_search_landing,
.dd-treeview-modal #btn_clear_treeview_search_start,
.dd-treeview-modal #btn_clear_treeview_search_category,
.dd-treeview-modal #btn_clear_treeview_search_manufacturer {
    display: none;
    margin-top: -25px;
    margin-right: 10px;
    color: #999;
}

.dd-treeview-modal .dd-treeview-editorial-no-results,
.dd-treeview-modal .dd-treeview-email-no-results,
.dd-treeview-modal .dd-treeview-global-no-results,
.dd-treeview-modal .dd-treeview-landing-no-results,
.dd-treeview-modal .dd-treeview-start-no-results,
.dd-treeview-modal .dd-treeview-category-no-results,
.dd-treeview-modal .dd-treeview-manufacturer-no-results {
    display: none;
    text-align: center;
    color: #999;
}

.navbar-brand {
    line-height: 30px;
    padding: 8px;
}

#widgetModalLabel img {
    display: none;
}
