.main__container {
    height: 100%;
    display: flex;
}
.editor__container,
.diagram__container {
    height: 100%;
    width: 100%;
    overflow: auto;
}
.without-editor {
    /* height: calc(100% - 121px); */
    width: calc(100% - 190px);
} 
.with-editor {
    /* height: calc(100% - 61px); */
    width: 100%;
}

.dhx_sample-controls {
    background: #fff;
}
.dhx_sample-slider__container {
    width: 350px;
}
.template {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: rgba(0, 0, 0, 0.7);
    border: 1px solid #DFDFDF;
    padding: 10px 12px;
    cursor: pointer;
}
.template span {
    display: flex;
}
.template h3, .template p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin: 0 0 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template .template_container {
    /* height: 100%;
    width: 100%; */
    overflow: hidden;
    position: relative;
}
.template .template_img-container {
    min-width: 93px;
    width: 93px;
    margin-right: 12px;
}
.template .template_img-container-medium {
    overflow: hidden;
    margin-right: 12px;
}
.template .template_img-container-medium{
    width: 85px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.template .template_img-container-medium img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}
.template .template_img-container img, .template_img-container-medium img {
    width: inherit;
    height: auto;
}
.template .template_icon {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}
.dhx_selected .template {
    outline: 2px solid #8c8c8c;
}
.sidebar-show {
    display: block !important;
}
.sidebar-hide {
    display: none !important;
}
.sidebar__container {
    min-width: 225px;
    width: 225px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #DFDFDF;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.sidebar__container a {
    display: block;
    text-align: center;
    width: 100%;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #0288D1;
    border-radius: 14px;
    margin-top: 28px;
}
.sidebar__container span {
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar__container img {
    height: auto;
    width: 100%;
    /* background: #8c8c8c; */
    margin-bottom: 28px;
}

/* 20210222KR CSS overrides */
.dhx_expand_icon {
    background-image: none !important;
}

.text-edit {
    height: 70px;
    /* margin-top: 10px; */

}
.edit-section .dhx_textarea {
    /* padding: 0px; */
    margin-bottom: 0px;
}
.edit-section .inputs_group .input_element{
    margin-bottom: 0px;
}
.edit-section {
    padding: 0px;
}
.edit-section .section-title {
    padding: 0px;
}
.dhx_textarea{
    height: 1em;
    width: 90%;
}