.header_root + #templatesRow > #templatesMainContainer,
.header_root + #templatesRow > .templatesLeftPanel {
    margin-top: 90px;
}

.header_root.new + #templatesRow > #templatesMainContainer,
.header_root.new + #templatesRow > .templatesLeftPanel {
    margin-top: 64px;
}

.sendback {
    z-index: -100 !important;
}

@media only screen and (max-width: 795px) {

    .header_root + #templatesRow > .templatesLeftPanel {
        padding: 23px 0 0 0;
        background: #fff;
    }

    .header_root + #templatesRow > div.templatesLeftPanel.removeMargin {
        margin-top: 0 !important;
        padding: 12px 0;
    }
}
