/* https://fonts.google.com/specimen/Roboto?selection.family=Lato|Roboto */
html {
    min-height: 100%;
}

body {
    overflow-y:hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html, body {
    height: 100%;
    overflow: hidden;
    font-family: "Roboto","GeezaPro","DejaVu Serif";
    letter-spacing: 0.3px;
}

input, button, select, textarea {
    letter-spacing: 0.3px;
}

/* Top Header Customization */

    .header.navbar {
        border-width: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

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

.db-menu-container,
.db-diagram-name-container {
    height: 32px;
    width: 100%;
}

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

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

.db-diagram-name-container #diagramEditable {
    display: none;
    background: transparent;
    border: none;
    font-weight: 400;
    height: 19px;
    min-width: 250px;
}

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

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

.db-diagram-name {
    color: #ffffff;
    font-size: 12px;
    height: 19px;
    float: left;
}

.db-save-text {
    left: 280px;
    margin-top: 2px;
    position: absolute;
}

#diagramName:hover {
    cursor: pointer;
    color: #E4F0FE;
}

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

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

.db-toolbar-container {
    width: calc(100% - 54px);
    float: left;
}

.db-toolbar-hide-btn {
    float: right;
    width: 34px;
    height: 28px;
}


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

/* Main Content Customization */

.row {
    margin-left:0px;
    margin-right:0px;
}

.main-content {
    margin: 0;
    height: calc(100% - 112px);
    position:absolute;
    width:calc(100%);
}

.db-property-editor-container {
    width: 270px;
    background: #f2f2f2;
    height: 100%;
    float: right;
    padding: 10px;
    overflow: auto;
    border-left: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
}

/* Window Show/Hide Customization - start */

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

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

.diagrambuilder-container.hide-properties .main-content {
    width: 100%;
}

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

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

.diagrambuilder-container.hide-properties .db-diagram-container {
    width: 100%;
}

.db-current-diagram-container {
    height: calc(100% );
}

/* Window Show/Hide Customization - end */

/* Show/Hide Diagram's Ruler/Grid Customization - Start */

.db-current-diagram-container {
    border-top: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
}

.db-current-diagram-container.db-show-ruler {
    border-width: 0px;
}

/* Show/Hide Diagram's Ruler/Grid Customization - End */

/* Diagram Adorner Layer, Ruler, Context Menu Customization - Start */

.e-diagram #diagram_editBox {
    box-sizing: content-box;
    min-width: 50px !important;
    color: black !important;
    background-color: white !important;
}

.e-diagram-thin-grid {
    stroke: #E0E0E0;
}

.e-diagram-highlighter {
    stroke-width: 3;
    stroke: green;
}

.e-diagram .e-ruler {
    background-color: #ffffff;
    border: 1px solid #CBCBCB;
}

#diagram_SelectorElement .e-disabled {
    opacity: 1;
}

/* Diagram Adorner Layer, Ruler, Context Menu Customization - End */

/* Menu Bar Customization - Start */

.db-menu-style {
    float: left;
    margin-right: 0px;
}

.db-menu-style .e-dropdown-btn {
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
    color:#ffffff;
    height: 28px;
}

.db-menu-style .e-dropdown-btn.e-btn-hover,
.db-menu-style .e-dropdown-btn:hover {
    background-color: #ffffff;
    color: #046AE5;
    box-shadow: 0 0 0 0;
}

.e-dropdown-popup,
.e-contextmenu-wrapper ul.e-contextmenu  {
    border: 0.5px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.e-dropdown-popup ul {
    min-width: 150px;
    font-size: 12px;
    padding: 0px;
}

.e-dropdown-popup ul .e-item,
.e-contextmenu-wrapper ul .e-menu-item {
    height: 24px;
    line-height: 24px;
    padding: 0px 8px;
}

.e-contextmenu-wrapper ul .e-menu-item.e-separator,
.e-dropdown-popup ul .e-item.e-separator {
    margin: 0px;
}

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

.db-menu-style .e-btn-icon {
    display: none;
}

.db-shortcut {
    float: right;
    color: #999999;
    font-size: 12px;
    margin-left: 25px;
}

/* Menu Bar Customization - End */

/* Toolbar Customization - Start */

.e-toolbar {
    min-height: 28px;
    height: 28px;
}

.e-toolbar .e-toolbar-items {
    min-height: 28px;
    height: 28px;
    width: 100%;
    background: #e3e3e3;
}

.e-toolbar .e-toolbar-items .e-toolbar-item {
    min-height: 28px;
    margin-top: 0px;
    /* padding-top: 2px!important; */
}

.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:not(.e-separator) {
    padding: 0px;
}

#toolbarEditor .e-toolbar-items .e-toolbar-item.e-separator {
    margin: 0px;
    background-color: #b5b5b5;
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    border-right: 0px;
}

.db-property-editor-container .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
    width: calc(100% / 3);
}
.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;
    /* background: #ffffff;*/
    background: transparent;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
    width: 100% !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
    line-height: 28px;
}

#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;
    margin-left: 8px;
}

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

.e-toolbar .e-tbar-btn,
.e-toolbar .e-dropdown-btn {
    font-size: 14px;
    font-weight: normal;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn {
    /* border-style: solid; */
    border-color: #D5D5D5;
}

.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-toolbar-item.tb-item-end .e-tbar-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#toolbarEditor .e-toolbar-items .e-toolbar-item.tb-item-order .e-dropdown-btn {
    border-radius: 5px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-middle .e-tbar-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-end .e-tbar-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-middle .e-dropdown-btn,
.e-toolbar .e-toolbar-items .e-toolbar-item.tb-item-end .e-dropdown-btn {
    border-width: 1px 1px 1px 0px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn .e-btn-icon.e-caret {
    font-size: 9px;
    margin-top: 0px;
}

.e-toolbar .e-icons {
    color: #757575;
}

.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
    line-height: 22px;
}

.e-toolbar .e-dropdown-btn .e-btn-icon:not(.e-caret) {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}

.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;
}

#nodeBorderStyle_popup .e-list-item {
    padding-right: 0px;
}

.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');
}

.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child {
    margin-right: 0px;
}

/* Toolbar Selected State - Start */

.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 {
    color: #ffffff;
}


/* Toolbar Selected State - End */

/* Dialog Content - Customization - Start */

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

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

/* Dialog Content - Customization - End */

/* Property Panel Customization - Start */

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

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

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

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

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

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

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

input[type="color"] {
    width: 100%;
    padding: 0px;
    border: none;
    height: 100%;
    background: transparent;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 3px;
    border-color: transparent;
}

input[type="color"]::-moz-color-swatch {
    border-radius: 3px;
    border-color: transparent;
}

.db-color-container,
.db-text-container {
    width: 100%;
    background: #ffffff;
    border: 1px solid #E0E0E0;
    height: 28px;
    /* 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-color-input, .db-text-input {
    float: left;
    /* height: 100%; */
}

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

.db-text-input {
    width: calc(100%);
    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;
    height: 28px;
}

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

.db-prop-text-style {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

/* Property Panel 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: 1px 2px 1px 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 {
    display: block;
}

.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;
}

/* Slider Control Customization - End */

/* Spacing for property panel items */

.e-text-spacing {
    margin-top: 5px;
}

/* Dialog Customization start */

.e-dialog {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.26);
}

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

#openTemplateDialog .e-dlg-header-content {
    height: 44px;
    padding: 13.5px 4px 13.5px 16px;
}

#themeDialog .e-dlg-header-content {
    padding: 9.5px 4px 9.5px 6px;
}

.e-dialog .e-dlg-header-content .e-dlg-header {
    font-size: 14px;
    font-weight: 500;
}

.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;
}


.e-dialog .e-footer-content {
    padding: 24px 16px 16px 16px;
}

#btnDownloadFile,
#customPropertyDialog .e-dlg-content .e-btn,
.e-dialog .e-btn.e-flat.e-primary {
    background-color: #ffffff;
    border-color: #D5D5D5;
    text-transform: none;
    color: #515151;
    border-radius: 2px;
    min-width: 100px;
}

#btnDownloadFile:focus
#customPropertyDialog .e-dlg-content .e-btn:focus
.e-dialog .e-btn.e-flat.e-primary:focus {
    border-color: gray;
}

.e-dialog .e-btn.e-flat.e-db-primary.e-primary {
    background-color: #046AE5;
    border-color: #0058C1;
    color: #ffffff;
}

.e-dialog .e-btn.e-flat.e-db-primary.e-primary:hover,
.e-dialog .e-btn.e-flat.e-db-primary.e-primary:focus {
    background-color: #0058C1;
    color: #ffffff;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
    left: 0px;
    padding: 0;
    top: -6px;
}

.e-dialog .e-btn.e-dlg-closeicon-btn:hover, 
.e-dialog .e-btn.e-dlg-closeicon-btn:focus, 
.e-dialog .e-btn.e-dlg-closeicon-btn:active {
    background-color: transparent;
}

/* Print Dialog Customization */

#printDialog .e-dlg-header-content + .e-dlg-content input[type="text"] {
    height: 100%;
    border: 0px;
    text-indent: 0;
}

#printDialog .db-text {
    margin-top: 5px;
}

/* 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-file-select-wrap {
    display: none;
}

.droparea {
    font-size: 13px;
}

.db-info-style {
    float: left;
    background-image: url('./bpmn_images/infoImage.jpg');
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    cursor: pointer;
    border: none;
    background-position: center;
    margin-left: 5px;
}

.db-info-parent {
    float: left;
    background-image: url('./bpmn_images/Note.svg');
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    cursor: pointer;
    border: none;
    background-position: center;
    margin-left: 5px;
}

.db-info-text {
    float:left; 
    height: 18px;
    margin-top:2px
}

#btnDownloadFile {
    width: 50%;
    text-transform: none;
    box-shadow: 0 0 0 0;
    margin-top: 7px;
}

/* Color Picker Customization */

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

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

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

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

.e-colorpicker-wrapper .e-dropdown-btn .e-btn-icon {
    visibility: visible;
    margin-top: 0px;
}

.db-color-btn {
    right: 0px;
    position: absolute;
    pointer-events: none;
}

.e-colorpicker-popup {
    box-shadow: 0 0 0 0;
    border: none;
    background-color: transparent;
    /* margin-left: 23px;
    margin-top: 1px; */
}

.e-colorpicker-popup .e-container {
    width: 240px;
}

.e-container .e-palette .e-item {
    height: 24px;
    width: 24px;
}

.e-split-btn-wrapper .e-split-btn,
.e-split-btn-wrapper:hover .e-split-btn {
    border-right-color: transparent;
    margin-top: -2px;
}

/* Theme Dialog Customization End */

/* DropdownList Customization Start */

.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;
}

.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 */

/* MultiSelect Control Customization Start */

/* .e-multiselect.e-float-input {
    margin-top: 0px;
} */

.e-multi-select-wrapper {
    height: 28px;
    min-height: 26px;
}

.e-multiselect.e-input-group:not(.e-float-icon-left) {
    border-width: 1px;
    border-radius: 3px;
}

.e-multiselect.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
    border-color: #E0E0E0;
}

.e-multi-select-wrapper .e-delim-values {
    line-height: 24px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.e-multiselect.e-input-group {
    margin-bottom: 0px;
}

.e-multi-select-wrapper .e-chips-close.e-close-hooker {
    margin-top: -24px;
}

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

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

/* MultiSelect Control Customization End */

/* Radio Button - Customization Start */

.e-radio + label::before {
    border: 1px solid;
    border-color: #D4D4D4;
}

.e-radio:hover + label::before {
    border-color: #b2b2b2;
}

.e-radio:checked + label::before {
    border: 1px solid;
    border-color: #D4D4D4;
}

.e-radio:checked + label:hover::before {
    border: 1px solid;
    border-color: #b2b2b2;
}

.e-radio:checked + label::after {
    background-color: #046AE5;
    color: #046AE5;
}

.e-radio:checked + label:hover::after {
    background-color: #046AE5;
    color: #046AE5;
}

.e-radio:checked:focus + label::before {
    border: 1px solid;
    border-color: #b2b2b2;
}

.e-radio:checked:focus + label::after {
    background-color: #046AE5;
    color: #046AE5;
}

/* Radio Button - Customization End */

/* Show/Hide Property Panel Customization Start */

.db-mindmap-prop-container {
    display: block;
}

.db-property-editor-container.mindmap-diagram .db-general-diagram-prop-container,
.db-property-editor-container.orgchart-diagram .db-general-diagram-prop-container {
    display: none;
}

.db-property-editor-container.mindmap-diagram .db-mindmap-prop-container,
.db-property-editor-container.orgchart-diagram .db-orgchart-prop-container {
    display: block;
}

.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 */

/* MindMap Property Panel Customization Start */

.mindmap-pattern-style {
    width: 100%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.org-pattern-parent {
    border: 1px solid #D5D5D5;
    background-color: #ffffff;
    padding: 5px;
    width: calc(50% - 5px);
    margin-right: 5px;
    cursor: pointer;
}

.org-pattern-parent:hover {
    border: 1px solid #b2b2b2;
}

.mindmap-pattern1 {
    background-image: url('./mindmap_images/Image_1.svg');
}

.mindmap-pattern2 {
    background-image: url('./mindmap_images/Image_2.svg');
}

.mindmap-pattern3 {
    background-image: url('./mindmap_images/Image_3.svg');
}

.mindmap-pattern4 {
    background-image: url('./mindmap_images/Image_4.svg');
}

/* MindMap Property Panel Customization End */


/* Animation At Initial Rendering start */

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@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 */

/* General Customization - start */

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

.e-icons {
    height: auto;
    width: auto;
}

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;
}

input:focus {
    outline: none;
}

.e-checkbox-wrapper .e-frame, .e-css.e-checkbox-wrapper .e-frame {
    border: 1px solid #D4D4D4;
}

#moreShapesDialog .e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, 
#moreShapesDialog .e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
	background-color: #046AE5;
    border-color: transparent;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check,
.e-checkbox-wrapper:hover .e-frame.e-check, .e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: #046AE5;
    border-color: transparent;
}

input.e-input::selection, textarea.e-input::selection, input.e-input.e-css::selection, 
textarea.e-input.e-css::selection, .e-input-group input.e-input::selection, 
.e-input-group.e-control-wrapper input.e-input::selection, 
.e-float-input input::selection, .e-float-input.e-control-wrapper input::selection {
    background: #046AE5;
    color: white;
}

input.e-input::selection,
.e-diagram-text-edit::selection {
    background: #046AE5;
    color: white;
}

.db-text-input .e-numeric.e-input-group {
    padding: 1px 0px;
    height: 24px;
}

.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;
}

.db-place-holder {
    bottom: 21px;
    position: absolute;
}

.e-tooltip-wrap.e-popup.e-control.e-popup-open {
    pointer-events: none !important;
}

.e-control:focus, .e-control *:focus {
    outline: none;
}

/* General Customization - End */

.db-html-font-medium {
    color: #515151;
    font-size: 13px;
    font-weight: 500;
}

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

#toolbarTextStyle {
    background: #f2f2f2;
    margin-right:30px;
    margin-left:-7px;
}
#toolbarTextStyle .e-toolbar-item {
    background:white;
    padding: 0 0px;
}
#mindmapFillDiv .e-btn-icon.e-icons.e-caret {
    margin-top: -3px;
}
#mindmapStrokeDiv .e-btn-icon.e-icons.e-caret,
#textColorDiv .e-btn-icon.e-icons.e-caret {
    margin-bottom: 3px;
}

.db-text-input .e-input-group-icon.e-spin-down,
.db-text-input .e-input-group-icon.e-spin-up {
    margin-top:3px;
}

