﻿
md-dialog.portal-edit-welcome-email .container-main-dialog {
    background-color: #FFFFFF;
    height: 770px;
    max-height: 770px;
    width: 580px;
}
md-dialog.portal-edit-welcome-email .md-blue-button {
    width: 63px;
    height: 24px !important;
    max-height: 24px !important;
    grid-column: 2;
    margin: 0 0 0 auto;
    min-height: 24px;
}
    md-dialog.portal-edit-welcome-email .md-blue-button .edit {
        margin-top: 0px;
        margin-bottom: 0px;
    }
md-dialog.portal-edit-welcome-email .edit-header-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 24px;
}

md-dialog.portal-edit-welcome-email .editor-header-container {
    display: grid;
    grid-template-rows: 24px 80px;
    grid-row-gap: 4px;
}

md-dialog.portal-edit-welcome-email .editor-header-container table.k-editor {
    width: 543px;
    height: 71px;
    border: none;
    padding: 0;
    margin: 0;
    top: 3px;
    left: 3px;
}
md-dialog.portal-edit-welcome-email .md-blue-button.send {
    margin-left: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    height: 32px;
    min-height: 32px;
}

    md-dialog.portal-edit-welcome-email .editor-header-container table.k-editor .k-editable-area {
        height: 71px;
        width: 500px !important;
        min-width: 500px;
        border: none;
        padding: 0;
        margin: 0;
    }


md-dialog.portal-edit-welcome-email .edit-body-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 24px;
}

md-dialog.portal-edit-welcome-email .editor-body-container {
    display: grid;
    grid-template-rows: 24px 200px;
    grid-row-gap: 4px;
}

    md-dialog.portal-edit-welcome-email .editor-body-container table.k-editor {
        width: 543px;
        height: 71px;
        border: none;
        padding: 0;
        margin: 0;
        top: 3px;
        left: 3px;
    }

        md-dialog.portal-edit-welcome-email .editor-body-container table.k-editor .k-editable-area {
            height: 190px;
            width: 500px !important;
            min-width: 500px;
            border: none;
            padding: 0;
            margin: 0;
        }



md-dialog.portal-edit-welcome-email .edit-footer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 24px;
}

md-dialog.portal-edit-welcome-email .editor-footer-container {
    display: grid;
    grid-template-rows: 24px 200px;
    grid-row-gap: 4px;
}

    md-dialog.portal-edit-welcome-email .editor-footer-container table.k-editor {
        width: 543px;
        height: 71px;
        border: none;
        padding: 0;
        margin: 0;
        top: 3px;
        left: 3px;
    }

        md-dialog.portal-edit-welcome-email .editor-footer-container table.k-editor .k-editable-area {
            height: 71px;
            width: 500px !important;
            min-width: 500px;
            border: none;
            padding: 0;
            margin: 0;
        }



md-dialog-content.portal-edit-welcome-email {
    background-color: #FFFFFF;
    height: 682px;
    width: 580px;
}
    md-dialog-content.portal-edit-welcome-email .disabled-input {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #A3A3A3;
        height: 32px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        background-color: #F3F3F3;
        border: 1px #A3A3A3 solid;
        border-radius: 6px;
    }
    md-dialog-content.portal-edit-welcome-email .input {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #202020;
        height: 32px;
        padding-left: 8px;
        padding-right: 8px;
        box-sizing: border-box;
        background-color: #FFFFFF;
        border: 1px #5C5C5C solid;
        border-radius: 6px;
    }
    md-dialog-content.portal-edit-welcome-email .title {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #202020;
    }

