﻿/* RTE container border */
.custom-rte-overwrite .e-rte-container {
    border: 0;
}

/* Outer RTE toolbar container */ /* brigth border : #ced4da */
.e-richtexteditor .e-rte-toolbar.e-control[class*=e-toolbar] {
    /*border: 1px solid #6c757d;*/
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 5px;
}

/* RTE overflow menu open toggler */
.custom-rte-overwrite .e-toolbar .e-hor-nav {
    align-items: center;
    cursor: pointer;
    display: flex;
    min-height: 32px !important;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

/* RTE toolbar bottom border */
.custom-rte-overwrite .e-toolbar-wrapper, .e-toolbar-container {
    border-bottom: 0;
}

/* RTE text field editor */
.e-richtexteditor .e-rte-content, .e-richtexteditor .e-rte-iframe-content {
    border-radius: 8px;
}

/* Inline tool bar */
.e-rte-quick-popup.e-rte-elements .e-rte-quick-toolbar.e-rte-toolbar.e-toolbar {
    border-radius: 8px;
}

/* Border / hr style in editor. Use these settings to have a thin border / hr instead of a thick, ugly one. */
.e-richtexteditor .e-rte-content .e-content hr, .e-richtexteditor .e-source-content .e-content hr, .e-richtexteditor .e-rte-iframe-content .e-content hr {
    margin: 1rem 0;
    border: 0;
}