﻿/* https://fonts.google.com/specimen/Roboto?selection.family=Lato|Roboto */
html, body {
    height: 100%;
    overflow: hidden;
}
html, body {
    height: 100%;
    overflow: hidden;
    font-family: "Roboto","GeezaPro","DejaVu Serif";
    letter-spacing: 0.3px;
}

#DiagramTooltip {
    width: 100% !important;
    height: 100% !important;
}

/* Top Header Customization */
.db-menu-container,
.db-diagram-name-container {
    height: 32px;
}

.db-header-container {
    background-color: #046AE5;
    width: 100%;
}

.db-diagram-name-container {
    padding: 6px 20px;
}

    .db-diagram-name-container #diagramName {
        display: block;
        margin-top: 2px;
        outline: none;
    }

    .db-diagram-name-container #diagramEditable {
        display: none;
    }

    .db-diagram-name-container.db-edit-name #diagramName {
        display: none;
    }

    .db-diagram-name-container.db-edit-name #diagramEditable {
        display: block;
        color: black;
    }

#diagramName:hover {
    cursor: pointer;
}

.db-menu-container {
    padding: 2px 10px;
}

.db-toolbar-editor {
    height: 48px;
    background-color: #e3e3e3;
    padding: 10px 10px;
}

.db-toolbar-container {
    /* width: calc(100% - 54px);*/
    width: 100% ;
    float: left;
    margin-top : 0px;
}

.db-toolbar-hide-btn {
    float: right;
    margin-top: -5px;
}
    .db-toolbar-hide-btn .e-btn .e-btn-icon {
        font-size: 14px;
        margin-top: 0px;
        font-weight: normal;
    }

.db-toolbar-hide-btn .e-btn {
    box-shadow: 0 0 0 0;
    background-color: #0078d4;
    /*background-color: rgb(227, 227, 227);*/
}
    .db-diagram-name {
    color: #ffffff;
    font-size: 12px;
    float: left;
}
.e-btn.e-icon-btn {
    padding: 6px 5px 4px;
}

.e-split-btn-wrapper .e-dropdown-btn {
    z-index: 1 !important;
}
    .e-btn .e-btn-icon {
    font-size: 13px;
}

/* Main Content Customization */
.row {
    margin-left: 0px;
    margin-right: 0px;
}
/*.e-numeric.e-valid-input.e-input-group.e-control-container.e-control-wrapper.e-disabled {
    display: none !important;
    background-color:red;
}*/
.sidebar {
    position: absolute;
    bottom: 0;
    /* width: 242px;*/
    width: 260px;
    left: 0px;
    height: calc(100% - 112px);
}
.main-content {
    margin: 0;
    left: 260px;
    height: calc(100% - 112px);
    position: absolute;
    width: calc(100% - 212px);
}

.db-palette-parent {
    background-color: #fafafa;
    /*width: 260px;*/
    width: 100%;
    height: calc(100% - 28px);
    border-right: 1px solid #CBCBCB;
}
.sidebar.show-overview .db-palette-parent {
    height: calc(100% );
}

.db-palette-more-shapes {
    background-color: #F1F1F1;
    width: 100%;
    height: 28px;
    padding: 0px 8px;
    border-top: 1px solid #CBCBCB;
    text-align: right;
}

.db-palette-more-shapes-text {
    color: #000000;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
}

.db-property-editor-container {
    width: 270px;
    background: rgb(227, 227, 227);
    height: 100%;
    float: left;
    padding: 10px;
    overflow: auto;
    border-left: 1px solid rgb(203, 203, 203);
    border-top: 1px solid rgb(203, 203, 203);
}

/* Window Show/Hide Customization - start */

.LogicCircuit-container.hide-menubar .db-header-container {
    display: none;
}

.LogicCircuit-container.hide-menubar .sidebar,
.LogicCircuit-container.hide-menubar .main-content {
    top: 48px;
    height: calc(100% - 48px);
}

.LogicCircuit-container.hide-toolbar .db-toolbar-editor {
    display: none;
}

.LogicCircuit-container.hide-toolbar .sidebar,
.LogicCircuit-container.hide-toolbar .main-content {
    height: calc(100% - 64px);
}

.LogicCircuit-container.hide-palette .main-content {
    left: 0px;
    width: 100%;
}

.LogicCircuit-container.hide-palette .sidebar {
    display: none;
}

.LogicCircuit-container.hide-properties .main-content .db-diagram-container { 
    width: 100%;
}

.db-diagram-container {
    /*width: calc(100% - 50px);*/
    width: 100%;
    height: 100%;
    float: left;
}

.LogicCircuit-container.hide-properties .db-property-editor-container {
    display: none;
}

/*.LogicCircuit-container.hide-properties .db-diagram-container {
    width: 100%;
}
*/
.db-current-diagram-container {
    height: calc(100% - 0px);
}

.LogicCircuit-container.hide-pager .db-current-diagram-container {
    height: 100%;
}

.LogicCircuit-container.hide-pager .db-more-diagram-options-container {
    display: none;
}

.LogicCircuit-container.custom-diagram .sidebar {
    z-index: 100000000;
    width: 30px;
    display: block;
}

.LogicCircuit-container.custom-diagram .db-palette-parent {
    display: none;
}

.LogicCircuit-container.custom-diagram .db-palette-more-shapes-text {
    display: none;
}

.LogicCircuit-container.custom-diagram .db-palette-more-shapes {
    display: none;
}

/* Window Show/Hide Customization - end */

/* Diagram Template Style - Start */

.db-diagram-template-div {
    padding: 10px 0px 10px 10px;
    float: left;
}

.db-diagram-template-image-div {
    height: 160px;
    width: 160px;
    background: #fff;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

.db-diagram-template-svg-blank-image {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-position: center;
    margin: 64px;
    pointer-events: none;
}

.db-diagram-template-svg-image {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    width: 135px;
    height: 135px;
    background-position: center;
    margin: 11.5px;
    pointer-events: none;
}

.db-diagram-template-image {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    width: 123px;
    height: 123px;
    background-position: center;
    pointer-events: none;
}

    .db-diagram-template-image:hover {
        border-color: #333333;
    }

.db-diagram-template-text {
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: black;
    padding-top: 5px;
}

    .db-diagram-template-text span {
        display: block;
        width: 160px;
        text-align: center;
    }

.db-diagram-template-parent-text {
    font-size: 12px;
    color: black;
    padding: 8px 0px;
    padding-left: 16px;
    cursor: pointer;
    height: 30px;
}

    .db-diagram-template-parent-text.active {
        background-color: #EEEEEE;
        color: #046AE5;
    }

    .db-diagram-template-parent-text:hover {
        background-color: #EEEEEE;
    }

    .db-diagram-template-parent-text span {
        pointer-events: none;
    }

.temp-left-pane {
    border-right: 1px solid #D4D4D4;
    height: 424px;
    padding: 0px;
}

.temp-right-pane {
    height: 424px;
}

#openTemplateDialog .e-dlg-content {
    padding: 0px;
}

/* Diagram Template Style - End */

/* Page Options Customizaion - Start */

.db-more-diagram-options-container .e-btn {
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    background-color: #f0f0f0;
}

    .db-more-diagram-options-container .e-btn.db-active-page {
        background-color: #ffffff;
    }

/* Page Options Customizaion - End */

/* Toolbar Disable - Start */

#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-fill,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-stroke,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-align-category,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-space-category,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-lock-category,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-order,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-sibling,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-child,
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-undo, #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-redo {
    pointer-events: none;
}

    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-fill .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-stroke .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-align-category .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-space-category .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-lock-category .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-order .e-dropdown-btn .e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-sibling .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-child .e-icons.e-btn-icon,
    #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-undo .e-icons.e-btn-icon, #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-redo .e-icons.e-btn-icon {
        color: #bababa;
    }

.LogicCircuit-container.custom-diagram #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-custom-diagram-disable {
    pointer-events: none;
}

    .LogicCircuit-container.custom-diagram #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-custom-diagram-disable .e-tbar-btn,
    .LogicCircuit-container.custom-diagram #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-custom-diagram-disable .e-dropdown-btn {
        background: #f5f5f5;
        border-color: #DADADA;
    }

        .LogicCircuit-container.custom-diagram #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-custom-diagram-disable .e-icons.e-btn-icon,
        .LogicCircuit-container.custom-diagram #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-custom-diagram-disable .e-dropdown-btn .e-btn-icon {
            color: #bababa;
        }

.LogicCircuit-container.custom-diagram #toolbarEditor .db-theme-svg {
    background-image: url('Theme - Disable.svg');
}

/* Toolbar Disable - End */

/* Toolbar Selected State - Start */
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-zoom-dropdown-btn .e-dropdown-btn {
    width: 64px;
    padding: 0px;
    line-height: 28px;
    font-size: 12px;
    text-indent: 3px;
}

#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-drawtools-dropdown-btn .e-dropdown-btn {
    width: 47px;
    padding: 0px;
    line-height: 28px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn { 
    margin: 0px 0px 6px;
    background: transparent;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon {
    font-size: 14px;
    /* vertical-align: middle;*/
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    height: calc(100% - 10px);
    margin: 4px 0px;
    min-height: 32px;
    min-width: 0px;
    padding: 0px 1.5px;
}


.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn {
    height: 100%;
    margin: 0px 0px 6px;
    /* background: #ffffff;*/
    background: transparent;
}
.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    width: 100% !important;
}
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected {
    background: #0078d4;     
}
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn .e-icons.e-btn-icon,
.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected .e-btn-icon,
.tb-property-open #btnHideProperty .tb-hide-button {
    color: #ffffff !important;
}
.e-toolbar .e-tbar-btn, .e-toolbar .e-dropdown-btn {
    font-size: 14px;
    font-weight: normal;
}
.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    line-height: 22px;
}
.e-toolbar {
    box-shadow: none;
    background: #e3e3e3;
    min-height: 28px;
    border: 1px none rgba(0, 0, 0, 0.12);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
    .e-toolbar .e-toolbar-items {
        min-height: 28px;
        height: 35px;
        width: 100%;
        background: #e3e3e3;
    }

    .e-toolbar .e-toolbar-items .e-toolbar-item {
        min-height: 28px;
        margin-top: 0px;
        margin-left: 2px
    }

        .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
            height: 100%;
            min-width: 32px;
            padding: 0px;
        }
.e-dropdown-btn .e-caret, .e-dropdown-btn.e-btn .e-caret {
    font-size: 9px;
    margin-top: 0px;
}
#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-zoom-dropdown-btn .e-dropdown-btn {
    width: 64px;
    padding: 0px;
    line-height: 28px;
    font-size: 12px;
    text-indent: 3px;
}
/* Toolbar Selected State - End */

/* Toolbar Enable - Start */

.db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-stroke,
.db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-lock-category,
.db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-order,
.db-toolbar-container.db-double #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-align-category,
.db-toolbar-container.db-multiple #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-space-category,
.db-toolbar-container.db-select.db-node #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-fill,
.db-toolbar-container.db-undo #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-undo,
.db-toolbar-container.db-child-sibling #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-child-sibling,
.db-toolbar-container.db-child-sibling #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-child,
.db-toolbar-container.db-redo #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-redo {
    pointer-events: all;
}
    .db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-stroke .e-icons.e-btn-icon,
    .db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-lock-category .e-icons.e-btn-icon,
    .db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-order .e-dropdown-btn .e-btn-icon:not(.e-caret),
    .db-toolbar-container.db-double #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-align-category .e-icons.e-btn-icon,
    .db-toolbar-container.db-multiple #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-space-category .e-icons.e-btn-icon,
    .db-toolbar-container.db-select.db-node #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-fill .e-icons.e-btn-icon,
    .db-toolbar-container.db-undo #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-undo .e-icons.e-btn-icon,    
    .db-toolbar-container.db-redo #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-redo .e-icons.e-btn-icon,
    .db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-stroke .tb-icons.e-btn-icon,
    .db-toolbar-container.db-select #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-fill .tb-icons.e-btn-icon,
    .db-toolbar-container.db-select.db-double #toolbarEditor .e-toolbar-items .e-toolbar-item .tb-item-fill-multiple-nodes.tb-icons.e-btn-icon,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-pointer .tb-icons.e-btn-icon,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-pan .tb-icons.e-btn-icon,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-drawtools-dropdown-btn .e-btn-icon,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-drawtools-text .tb-icons.e-btn-icon,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-zoomoption,
    .tb-property-close #btnHideProperty .tb-hide-button,
    #rotateIconBtn .tb-icons e-btn-icon,
    .e-aspectRatioBtn .e-btn-icon {
        color: #6C727F;
       /* font-size: 14px;*/
    }
    .e-dropdown-popup ul .e-item .e-menu-icon {
        color: #6C727F !important;
    }

#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-zoom-dropdown-btn .e-dropdown-btn {
    width: 64px;
    padding: 0px;
    line-height: 28px;
    font-size: 12px;
    text-indent: 3px;
}

#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-drawtools-dropdown-btn .e-dropdown-btn {
    width: 47px;
    padding: 0px;
    line-height: 28px;
}

/*! button theme */


.e-btn, .e-css.e-btn {
    -webkit-font-smoothing: antialiased;
    border: 1px solid;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.143em;
    outline: none;
    padding: 6px 12px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
.e-btn, .e-css.e-btn {
    -webkit-tap-highlight-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .e-btn:focus, .e-css.e-btn:focus {
        background-color: rgba(0, 0, 0, 0.18);
        border-color: transparent;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.87);
        outline: #fafafa 0 solid;
        outline-offset: 0;
    }

    .e-btn.e-active, .e-css.e-btn.e-active {
        background-color: #ffff;
        border-color: transparent;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
        color: rgba(0, 0, 0, 0.87);
    }

    .e-btn.e-flat, .e-css.e-btn.e-flat {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
        color: rgba(0, 0, 0, 0.87);
    }

        .e-btn.e-flat:hover, .e-css.e-btn.e-flat:hover {
            background-color: rgba(0, 0, 0, 0.0348);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.87);
        }

        .e-btn.e-flat:focus, .e-css.e-btn.e-flat:focus {
            background-color: rgba(0, 0, 0, 0.1044);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.87);
        }

        .e-btn.e-flat:active, .e-btn.e-flat.e-active, .e-css.e-btn.e-flat:active, .e-css.e-btn.e-flat.e-active {
            background-color: rgba(0, 0, 0, 0.2088);
            border-color: transparent;
            box-shadow: none;
            color: rgba(0, 0, 0, 0.87);
        }
/*.e-numeric.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before,
.e-numeric.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after {
    width: 0% !important
}*/


.db-text #rotateIconBtn {
    /* background: #f2f2f2;
    box-shadow: 0px 0px 0px 0px;*/
    margin: -5px 0px 0px 0px;
}


/*.db-node-prop-container .db-prop-row .db-text{
    margin-top: 6px;
}*/
/* Toolbar Enable - End */
/* Toolbar Hover */
.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover,
.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected:hover,
.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover {
    background: #7d7d7d;
}

    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover span,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected:hover span,
    .db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover span {
        color: #ffffff;
    }

.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn span:hover {
    color: #ffffff;
}

/* Dropdown list for border style - START */

.db-ddl-template-style .ddl-svg-style {
    background-repeat: no-repeat;
    width: 140px;
    height: 24px;
    display: block;
    margin-top: 10px;
}

.e-input-value .db-ddl-template-style .ddl-svg-style {
    width: 34px;
}

#lineStyle .e-input-value .db-ddl-template-style .ddl-svg-style {
    width: 115px;
}


.db-ddl-template-style {
    padding: 6px 10px;
    height: 36px;
}

.e-input-value .db-ddl-template-style {
    padding: 2px 10px;
    height: 28px;
}
.ddl_linestyle_none {
    background-image: url('common_images/linestyle/0,0.svg');
}

.ddl_linestyle_one_two {
    background-image: url('common_images/linestyle/1,2.svg');
}

.ddl_linestyle_three_three {
    background-image: url('common_images/linestyle/3,3.svg');
}

.ddl_linestyle_five_three {
    background-image: url('common_images/linestyle/5,3.svg');
}

.ddl_linestyle_four_four_one {
    background-image: url('common_images/linestyle/4,4,1.svg');
}


/* Dropdown list for border style - END */

/* Toolbar dropdown customization - START */
.e-dropDown-button {
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
}
.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn {
    /* border-style: solid; */
    border-color: #D5D5D5;
}
.e-dropdown-popup ul {
    font-size: 12px;
    min-width: 150px;
    padding: 0px;
}

    .e-dropdown-popup ul .e-menu-item, .e-contextmenu-container ul .e-menu-item {
        height: 24px;
        line-height: 24px;
        padding: 0px 8px;
    }
        .e-contextmenu-wrapper ul .e-menu-item .e-caret, .e-contextmenu-container ul .e-menu-item .e-caret {
             font-size: 12px; 
             line-height:24px
        }
        .e-contextmenu-container ul .e-menu-item .e-separator, .e-dropdown-popup ul .e-menu-item.e-separator {
            margin: 0px;
        }

        .e-contextmenu-container ul .e-menu-item .e-menu-icon, .e-dropdown-popup ul .e-menu-item .e-menu-icon {
            font-size: 12px;
            line-height: 24px;
            margin-right: 8px;
            color: #888888;
        }
.e-contextmenu-wrapper.e-diagram-menu ul {
    font-size: 12px;
    padding: 0px;
}

.e-dropdown-popup.e-arrange-menu ul {
    width: 225px;
}

.e-dropDown-button.e-arrange-menu.e-btn-hide{
    display: none;
}


/* Toolbar Hover */

/*.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
    background: aliceblue;
}*/

.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover,
.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
    background: #EEEEEE;
}



.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover,
.db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected:hover,
.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover {
    background: #0078d4;
}
.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    width: calc(85% / 3);
}


.db-property-editor-container #toolbarTextAlignment .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    width: calc(90% / 6);
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
     margin-left: 0px; 
}

.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
    margin-left: 0px;
}
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-start .e-tbar-btn {
    border-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
    margin: 0 auto !important;
}

/*
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover span,
    .db-toolbar-container #toolbarEditor .e-toolbar-items .e-toolbar-item .e-dropdown-btn.tb-item-selected:hover span,
    .db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn.e-btn:hover span {
        color: #ffffff;
    }*/

/*.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-selected .e-tbar-btn span:hover {
    color: #ffffff;
}*/
/* Toolbar dropdown customization - End */
/* Toolbar Customization - End */
/* Property Panel Customization - Start */

.db-prop-header-text {
    font-weight: 600;
    font-size: 13px;
}

.db-prop-row {
    margin-top: 6px;
}

#DropArea {
    padding: 50px 25px;
    margin: 30px auto;
    border: 1px solid #c3c3c3;
    text-align: center;
    width: 20%;
    display: inline-flex;
}
#uploadFiles {
    width: 60%;
    display: block;
    margin-left: 5%;
}

.db-prop-drop-file {
    padding: 26px 30%;
    display: inherit;
    border: 1px dashed #c3c3cc;
    font-size: 13px;
}
.db-prop-drop-import-file {
    padding-top: 15px;
    position: relative;
    display: inherit;
    border: 1px dashed #c3c3cc;
    font-size: 13px
}
.db-prop-col-style {
    padding-left: 0px;
    padding-right: 0px;
}

.db-col-left {
    padding-left: 0px;
    padding-right: 3px;
}

.db-col-center {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.db-col-right {
    padding-left: 0px;
    padding-right: 0px;
}

.db-prop-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    margin-left: -10px;
    width: calc(100% + 20px);
}

.db-color-container,
.db-text-container {
    width: 100%;
    background: #ffffff;
   /* border: 1px solid #E0E0E0;*/
    height: 26px;
   /* border-radius: 3px;*/
}

    .db-text-container:hover,
    .db-color-container:hover {
        border: 1px solid #B2B2B2;
    }

.db-color-input {
    width: 100%;
}

.db-color-btn {
    width: 30px;
    height: 100%;
}

.db-btn-import {
    width: 60%;
    text-transform: none;
    box-shadow: 0 0 0 0;
    margin-top: 7px;
    background-color: #ffffff;
    border-color: #D5D5D5;
    color: #515151;
    min-width: 100px;
}
}
.db-color-input, .db-text-input {
    float: left;
    height: 100%;
}

.db-text {
    float: left;
    width: 22px;
    text-align: center;
    height: auto;
    margin-top: 4px;
    color: #8C8C8C;
}
.db-info-text {
    float: left;
    height: 18px;
    margin-top: 2px;
}

.db-dialog-child-prop-row {
    margin-top: 6px;
}
.db-text-input {
    width: calc(100% - 25px);
    padding: 2px 2px 0px 0px;
}

    .db-text-input input {
        width: 100%;
        height: 100%;
        border: none;
    }

.db-color-container .e-btn,
.db-text-container .e-btn {
    width: 100%;
    height: 100%;
    padding: 0px;
    background: transparent;
    box-shadow: 0 0 0 0;
}

.db-color-container .e-dropdown-btn {
    width: 30px;
}

.db-color-container .e-btn .e-btn-icon,
.db-text-container .e-btn .e-btn-icon {
    font-size: 14px;
    margin-top: 0px;
}

.db-gradient-style-hide .db-col-center,
.db-gradient-style-hide .db-col-right {
    display: none;
}

.db-prop-text-style {
    font-size: 13px;
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.87);
}
/* Property Panel Customization - End */
/* SymbolPalette - Customization Start */
.e-accordion .e-acrdn-item.e-select.e-selected.e-active > .e-acrdn-header {
    border-bottom: 1px solid #CBCBCB;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
}

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content {
    color: #046AE5;
}
.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content {
    color: #201f1e;
    background: none;
    border-top: 0;
    border-bottom: 1px solid #fff;
}


/*.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus {
    background: #ffffff;
}

.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select {
    border-color: #CBCBCB;
    border-top: none;
}*/
/* SymbolPalette - Customization End */

/* Numeric Text box Customization - Start */

.db-text-input .e-numeric input.e-numerictextbox.e-input {
    border: none;
}

    .db-text-input .e-numeric input.e-numerictextbox.e-input:hover,
    .db-text-input .e-numeric.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus) {
        border: none;
    }

.e-numeric input.e-numerictextbox.e-input:hover,
.e-numeric.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus) {
    border: 1px solid #B2B2B2;
}

.e-numeric.e-input-group {
    height: 28px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
}

.e-numeric input.e-numerictextbox.e-input {
    padding: 0px;
    text-indent: 5px;
    border: 1px solid #E0E0E0;
    border-radius: 3px;
}

.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
    border: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
    visibility: hidden;
    width: 0;
}

.e-numeric.e-input-group .e-input-group-icon {
    /* margin: 0px; */
    height: calc(50% - 6px);
    /* position: absolute; */
    min-height: 12px;
    display: block;
     padding: 3px 2px 3px 0px; 
}

/*.db-text-input .e-numeric.e-input-group .e-input-group-icon {
    padding: 0px 0px;
    margin: 2px 0px 0px 0px;
}*/

/*.e-numeric.e-input-group:hover .e-input-group-icon {
    display: block;
}*/

.e-numeric.e-input-group.e-control-wrapper:not(.e-float-icon-left) {
    border: 0px;
}

/*.e-numeric.e-input-group .e-input-group-icon.e-spin-down {
    bottom: 0;
    right: 0;
}

.e-numeric.e-input-group .e-input-group-icon.e-spin-up {
    top: 0;
    right: 0;
}*/

/*.e-numeric.e-input-group, .e-numeric.e-input-group.e-control-wrapper {
    margin-bottom: 0px;
}*/

/* Numeric Text box Customization - End */



/* Slider Control Customization - Start */
.e-control-wrapper.e-slider-container.e-horizontal,
.e-control-wrapper.e-slider-container.e-horizontal .e-slider {
    height: 28px;
    top: 0px;
}

.e-control-wrapper.e-slider-container .e-slider .e-handle {
    background-color: #046AE5;
    border-color: #046AE5;
}
.e-control-wrapper.e-slider-container .e-slider .e-range {
    background-color: #046AE5;
}
.e-control-wrapper.e-slider-container.e-horizontal .e-range {
    height: 2px;
    top: calc(50% - 1px);
}
/* Slider Control Customization - End */

/* Dialog Customization start */

.e-dialog .e-dlg-header-content + .e-dlg-content {
    padding: 16px;
}

    .e-dialog .e-dlg-header-content + .e-dlg-content input[type="text"]:not(.e-dropdownbase):not(.db-layer-edit):not(.e-input) {
        width: 100%;
        height: 28px;
        font-weight: normal;
        text-indent: 5px;
        border: 1px solid #D5D5D5;
    }

.db-dialog-child-prop-row {
    margin-top: 6px;
}

.db-dialog-prop-row {
    margin-top: 8px;
}

.e-dialog .e-dlg-header-content {
    height: 36px;
    padding: 9.5px 4px 9.5px 16px;
    border-bottom: 1px solid #D5D5D5;
}

    .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
        left: 0px;
        padding: 0;
        top: -6px;
    }
/* Upload Dialog Customization */

#fileUploadDialog .e-footer-content {
    padding: 15px 10px 15px 0px;
}

#uploadInformationDiv {
    display: none;
}

#parentChildRelationDiv {
    display: none;
}

#moreInformationDiv {
    display: none;
}

.e-dlg-content .db-upload-content.firstPage #uploadInformationDiv {
    display: block;
}

.e-dlg-content .db-upload-content.secondPage #parentChildRelationDiv {
    display: block;
}

.e-dlg-content .db-upload-content.thirdPage #moreInformationDiv {
    display: block;
}

#dropArea {
    padding-top: 15px;
    position: relative;
}

#dropRegion {
    padding: 26px 30%;
    display: inherit;
    border: 1px dashed #c3c3cc
}

.e-upload,
.e-upload .e-upload-files .e-upload-file-list,
.e-upload .e-upload-files {
    border: none;
}
/*.e-icons {
    color: black;
    font-size: 26px;
}*/
.e-file-select-wrap {
    display: none;
}

.droparea {
    font-size: 13px;
}

/* diagram template Customization */

.db-diagram-template-div {
    padding: 10px 0px 10px 10px;
    float: left;
}

.db-diagram-template-image-div {
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

.db-diagram-template-svg-blank-image {
    background-size: contain;
    height: 32px;
    margin: 64px;
}

.db-diagram-template-svg-image {
    height: 135px;
    margin: 11.5px;
}

.db-diagram-template-text {
    font-weight: 500;
    padding-top: 5px;
}

    .db-diagram-template-text span {
        display: block;
        width: 160px;
        text-align: center;
    }

.db-diagram-template-parent-text {
    padding: 8px 0px;
    padding-left: 16px;
}

.temp-left-pane {
    border-right: 1px solid #D4D4D4;
    height: 424px;
    padding: 0px;
}

#openTemplateDialog .e-dlg-content {
    padding: 0px;
}

.db-node-prop-container .db-node-behaviour-prop {
    display: block;
}

.db-node-prop-container.multiple .db-node-behaviour-prop {
    display: none;
}

.db-node-prop-container.multiple.connector .db-background-style {
    display: none;
}

.db-border-style-header {
    display: none;
}

.db-node-prop-container.multiple.connector .db-border-style-header {
    display: block;
}
/* Show/Hide Property Panel Customization End */

/* Animation At Initial Rendering start */

.sb-loading {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 10000;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    display: inline-block;
    background: white;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
/* Animation At Initial Rendering End */

/* Color Picker Customization */

.e-colorpicker-wrapper {
    width: 100%;
    height: 100%;
}

.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn {
    width: 100%;
    padding: 0 4px;
    z-index: 1 !important;
}

/*.e-split-btn-wrapper .e-split-btn {
    z-index: 1;
}*/
    .e-colorpicker-container, .db-text-container {
    width: 100%;
    background: #ffffff;
    /* border: 1px solid #E0E0E0; */
    height: 26px;
    /* border-radius: 3px; */
}

.db-color-input {
    width: 100%;
}

.db-color-btn {
    width: 30px;
    height: 100%;
}

.db-color-input, .db-text-input {
    float: left;
    /* height: 100%; */
}

.e-split-btn-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 2px;
}

.e-colorpicker-wrapper .e-selected-color {
    border-radius: 3px;
}

.e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color {
    width: 100% !important;
    border: 1px solid #d2d2d2;
    border-radius: 3px !important;
}


.e-dropdownlist .e-ddl input.e-input {
    text-indent: 5px;
}

.e-dropdownbase .e-list-item {
    color: #222222;
    font-size: 12px;
}

.e-input-group.e-control-wrapper.e-ddl {
    padding-left: 5px;
    border-width: 1px;
    background: #ffffff;
    border-radius: 3px;
    height: 28px;
    margin-bottom: 0px;
}

.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
    border-color: #E0E0E0;
    height:25px;
}
.db-text-input .e-numeric input.e-numerictextbox.e-input{
    margin-left:10px;
}

.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
    border-color: #B2B2B2;
}

.e-input-group.e-control-wrapper:focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left) {
    border: 1px solid #B2B2B2;
}

.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after {
    background: transparent;
}

.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
    color: #046AE5;
}

.e-dropdownlist .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
    margin-right: 3px;
}

/* DropdownList Customization End */


/* General Customization - start */

.db-readonly-input {
   width: 100%;
    height: 28px;
    border: 1px solid #e3e3e3;
    background: #e3e3e3;
    text-indent: 3px;
    padding: 0px;
}

.db-menu-container .e-icons.e-caret {
    display: none;
}

.spinner {
    position: fixed;
    z-index: 900;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 75px;
    margin: auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='royalblue' viewBox='0 0 50 50'%3E%3Cpath d='M28.43 6.378C18.27 4.586 8.58 11.37 6.788 21.533c-1.791 10.161 4.994 19.851 15.155 21.643l.707-4.006C14.7 37.768 9.392 30.189 10.794 22.24c1.401-7.95 8.981-13.258 16.93-11.856l.707-4.006z'%3E%3CanimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
.db-text-input .e-numeric.e-input-group {
    padding: 1px 0px;
    height: 22px;
    width: 80px;
    /* margin: 0px 2px 0px 0px; */
}

.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
    border: none;
}


.e-input-group input.e-input:focus, .e-input-group.e-control-wrapper input.e-input:focus {
    padding: 0px;
    text-indent: 5px;
}

input.e-input, .e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
  /*  border: 0 solid;
    border-width: 0 0 1px 0;*/
    height: auto;
    line-height: inherit;
    margin: 0;
/*    margin-bottom: 4px;*/
    outline: none;
  /*  padding: 4px 0 8px;*/
    text-indent: 0;
 /*   width: 100%;*/
}

.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
   /* align-items: center;*/
    border: 0 solid;
    border-width: 0;
    box-sizing: content-box;
    cursor: pointer;
   /* flex-direction: column;*/
   /* font-size: 12px;*/
    justify-content: center;
    line-height: 1;
   /* min-height: 18px;*/
    min-width: 18px;
 /*   padding: 0;*/
    text-align: center;
}
.db-place-holder {
    bottom: 21px;
    position: absolute;
}
.sb-body-overlay {
    z-index: 10000023;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    pointer-events: none;
}
button, input, select, textarea, .e-control.e-dropdownlist .e-input-group.e-ddl input.e-input,
.e-numeric.e-input-group input.e-input {
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

/*sb-hide */
.sb-hide {
    display: none;
}

.circular {
    animation: rotate 2s linear infinite;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #046AE5;
}

#blazor-error-ui {
    display: none;
}

#EditMenuItemsRedo::after {
    content: "Ctrl+Y";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsUndo::after {
    content: "Ctrl+Z";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsCut::after {
    content: "Ctrl+X";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsCopy::after {
    content: "Ctrl+C";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsPaste::after {
    content: "Ctrl+V";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsDelete::after {
    content: "Delete";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsDuplicate::after {
    content: "Ctrl+D";
    float: right;
    padding-right: 8px;
}

#EditMenuItemsSelectAll::after {
    content: "Ctrl+A";
    float: right;
    padding-right: 8px;
}

#FileMenuItemsSave::after {
    content: "Ctrl+S";
    float: right;
    padding-right: 8px;
}

#FileMenuItemsNew::after {
    content: "Shift+N";
    float: right;
    padding-right: 8px;
}

#FileMenuItemsOpen::after {
    content: "Ctrl+O";
    float: right;
    padding-right: 8px;
}

#ViewMenuItemsZoomIn::after {
    content: "Ctrl++";
    float: right;
    padding-right: 8px;
}

#ViewMenuItemsZoomOut::after {
    content: "Ctrl+-";
    float: right;
    padding-right: 8px;
}

#ArrangeMenuItemsGroup::after {
    content: "Ctrl+G";
    float: right;
    padding-right: 8px;
}

#ArrangeMenuItemsUngroup::after {
    content: "Ctrl+U";
    float: right;
    padding-right: 8px;
}

.e-dropDown-button {
    background-color: transparent;
    color: #ffffff;
    border-color: transparent;
    font-size: 12px;
}

#btnFileMenu.e-btn.e-active, button#btnFileMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}
#btnDesignMenu.e-btn.e-active, button#btnDesignMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}
#btnSelectMenu.e-btn.e-active, button#btnSelectMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}
#btnToolsMenu.e-btn.e-active, button#btnToolsMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}

#btnEditMenu.e-btn.e-active, button#btnEditMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}

#btnViewMenu.e-btn.e-active, button#btnViewMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}

#btnArrangeMenu.e-btn.e-active, button#btnArrangeMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}

#btnWindowMenu.e-btn.e-active, button#btnWindowMenu:hover {
    background-color: #ffffff;
    color: #046AE5;
}

/* Customization Shortcut key - START */
.db-html-font-medium {
    color: #515151;
    font-size: 13px;
    font-weight: 500;
}

.db-html-font-normal {
    color: #515151;
    font-size: 12px;
}

/* Customization Shortcut key - END */

/* Some animation occur while click the dropdown value Start */

.e-ripple-element {
    display: none;
    visibility: hidden;
}

.e-dialog {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
}
.db-custom-prop-info-template {
    margin-bottom: 8px;
}

    .db-custom-prop-info-template .propertyNameDiv {
        width: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
        padding-top: 8px;
    }

    .db-custom-prop-info-template .propertyValueDiv {
        width: calc(60% - 10px);
    }

    .db-custom-prop-info-template .propertyLabelDiv {
        float: left;
        width: 5%;
        height: 20px;
        padding-top: 4px;
    }

#customPropertyDialog .e-dlg-content .btnRemoveProperty {
    height: 20px;
    width: 20px;
    min-width: 20px;
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: 0 0 0 0;
}

    #customPropertyDialog .e-dlg-content .btnRemoveProperty .e-btn-icon {
        padding-top: 0.5px;
        font-size: 14px;
    }

    #customPropertyDialog .e-dlg-content .btnRemoveProperty:hover {
        border: 1px solid #D5D5D5;
    }

.propertyTooltipDiv {
    width: 5%;
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}

    .propertyTooltipDiv .e-checkbox-wrapper .e-frame {
        width: 16px;
        height: 16px;
    }

.db-org-diagram .db-place-holder {
    display: none;
}

#customPropertyDialog .e-footer-content {
    display: none;
}

#themeDialog #themeDialogContent {
    background-color: #e3e3e3;
}
.e-css e-btn e-upload-browse-btn{
    height:200px;
    width:300px;
}
.db-custom-prop-info-template .propertyLabelDiv {
    float: left;
    width: 5%;
    height: 20px;
    padding-top: 4px;
}
#sendButton {
    top: 2px;
    position: relative;
}
.tooltip {
    width: 100%;
}
td {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.e-tooltip-wrap {
    max-width: unset;
}
    /* Some animation occur while click the dropdown value End */
    /* Some animation occur while click the dropdown value End */