/*
@license

dhtmlxDiagram v.1.1.0 Trial

(c) Dinamenta, UAB.
*/

.dhx_diagram_connector {
    stroke: #bdbdbd;
    fill: none
}
.dhx_diagram_arrow {
    stroke: rgba(0, 0, 0, .15);
    fill: rgba(0, 0, 0, .15)
}
@-webkit-keyframes a {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    to {
        display: block;
        opacity: 1
    }
}
@keyframes a {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    to {
        display: block;
        opacity: 1
    }
}
.dhx_diagram_wrapper {
    height: 100% !important;
    box-sizing: border-box;
    /*background:#f7f7f7;*/
    background: #fff;
    position: relative;
    font-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.dhx_diagram_wrapper svg {
    position: relative;
    top: 0;
    left: 0
}
.dhx_diagram_item {
    font: 14px Roboto, sans-serif
}
.dhx_diagram_item .dhx_hide_icon {
    display: none
}
.dhx_diagram_item .dhx_expand_icon,
.dhx_diagram_item .dhx_hide_icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    shape-rendering: auto
}
.dhx_diagram_item .dhx_expand_icon {
    cursor: pointer
}
.dhx_diagram_item:hover .dhx_hide_icon {
    display: block;
    -webkit-animation: a .5s ease-out;
    animation: a .5s ease-out;
    cursor: pointer
}
.dhx_diagram_item .dhx_item_shape {
    fill: #fff
}
.dhx_diagram_item .shape_content {
    font-size: 9px;
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}
.dhx_diagram_item.dhx_selected .dhx_item_shape {
    fill: #fff
}
.dhx_diagram_item.dhx_diagram_image .shape_content {
    display: block;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}


.dhx_diagram_item.dhx_diagram_image .shape_content:hover {
    background: rgba(0,0,0,0.07);
}



.dhx_diagram_item.dhx_diagram_image .dhx_context_img {
    display: none;
    float: left;
    width: 60px;
    height: 60px;
    margin: 15px 15px 0 10px;
    border-radius: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}
.dhx_diagram_item.dhx_diagram_image .dhx_context_text {
    margin-top: 5px;
    text-align: center;
    /*white-space:nowrap;*/
    color: rgba(0, 0, 0, .87)
}
.dhx_diagram_item.dhx_diagram_image .dhx_context_title {
    font-weight: bold;
    margin-top: 25px;
    font-size: 11px;
    text-align: center;
    /*white-space:nowrap;*/
    text-transform: uppercase;
    color: #000
}
.dhx_diagram_item.dhx_diagram_svg-card .dhx_context_text {
    fill: rgba(0, 0, 0, .87)
}
.dhx_diagram_item.dhx_diagram_svg-card .dhx_content_title {
    font-weight: 500;
    text-transform: uppercase;
    fill: silver
}
.square .shape {
    fill: #00f
}
.square .shape_content {
    color: red
}
.baseShape .shape {
    fill: #d61e65;
    stroke: #000;
    stroke-width: 1
}
.baseShape .shape_content {
    color: #fff
}
.shape_content {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
.dhx_property,
.side-bar {
    position: relative;
    z-index: 1;
    overflow-y: auto;
    box-sizing: border-box;
    width: 278px;
    height: 100%;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}
.dhx_property input:focus,
.dhx_property textarea:focus,
.side-bar input:focus,
.side-bar textarea:focus {
    box-shadow: 0 0 2px 0 #4e9fdd
}
.edit-section {
    width: 248px;
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #e3e8f0
}
.section-title {
    margin: 0 0 10px;
    letter-spacing: .5px;
    color: #7b869d
}
.section-title,
.sidebar-title {
    font-size: 14px;
    line-height: 20px
}
.sidebar-title {
    margin: 20px 0 10px;
    color: #8792a7;
    font-weight: 500;
    text-transform: uppercase
}
.dhx_invalid input {
    border: 1px solid red!important
}
.pop-up {
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
    top: -4px;
    left: 42px;
    box-sizing: border-box;
    width: 94px;
    height: 38px;
    padding: 9px 22px;
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    background-color: #2c333f;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1)
}
.pop-up,
.pop-up:before {
    position: relative;
    transition: all .2s ease
}
.pop-up:before {
    bottom: 11px;
    left: -15px;
    content: "";
    border: 8px solid transparent;
    border-right: 8px solid #2c333f
}
.color-edit {
    position: relative
}
.color-picker {
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
    cursor: pointer;
    transition: all .2s ease;
    border-radius: 50%;
    background-color: #f2f2f2
}
.color-picker:hover+.pop-up {
    transition: all .2s ease;
    opacity: 1
}
.inputs_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.inputs_group span {
    margin: 0 10px 0 0;
    letter-spacing: .5px;
    color: #7b869d
}
.inputs_group input,
.inputs_group span {
    font-family: Roboto, san-serif;
    font-size: 14px;
    line-height: 20px
}
.inputs_group input {
    width: 84px;
    height: 32px;
    transition: all .2s ease;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    border: 1px solid #e3e8f0;
    outline: none;
    background-color: #f4f5f6
}
.inputs_group input:first-of-type {
    margin: 0 10px 0 0
}
.inputs_group input:hover {
    transition: all .2s ease;
    border-color: rgba(0, 0, 0, .2)
}
.inputs_group input:focus {
    transition: all .2s ease;
    border-color: #3993d9
}
.inputs_group input.dhx_invalid {
    border: 1px solid red
}
.inputs_group_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 9px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.inputs_group_desc span {
    font-size: 12px;
    line-height: 20px;
    width: 86px;
    text-align: center;
    letter-spacing: .5px;
    color: #7b869d
}
.inputs_group_desc span:first-child {
    margin: 0 10px 0 0
}
.dhx_textarea {
    height: 56px;
    width: 248px;
    box-sizing: border-box;
    border: 1px solid #e3e8f0;
    background-color: #f4f5f6;
    margin: 0 0 10px;
    padding: 8px 0 0 8px;
    outline: none;
    resize: none;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto, san-serif;
    transition: all .2s ease
}
.dhx_textarea:hover {
    border-color: rgba(0, 0, 0, .2);
    transition: all .2s ease
}
.dhx_textarea:focus {
    box-shadow: 0 0 2px 0 #4e9fdd;
    border-color: #3993d9;
    transition: all .2s ease
}
.dhx_textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
    font-family: Roboto, san-serif;
    font-size: 14px;
    line-height: 20px
}
.dhx_textarea:focus::-webkit-input-placeholder {
    color: transparent
}
.dhx_textarea:focus:-moz-placeholder,
.dhx_textarea:focus::-moz-placeholder {
    color: transparent
}
.dhx_textarea:focus:-ms-input-placeholder {
    color: transparent
}
@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes b {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.dhx_img_uploader {
    cursor: pointer;
    position: relative
}
.dhx_img_uploader .pop-up {
    left: 70px;
    top: 10px;
    width: auto
}
.dhx_img_uploader:hover {
    cursor: pointer
}
.dhx_img_uploader:hover .pop-up {
    transition: all .2s ease;
    opacity: 1
}
.dhx_img_uploader .dhx_uploader_preview {
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-color: #f2f2f2
}
.dhx_img_uploader .dhx_uploader_preview.loading .dhx_loading {
    display: block;
    width: 101%;
    height: 101%;
    background: #fff;
    -webkit-animation: b .8s infinite linear;
    animation: b .8s infinite linear;
    border: 4px solid #03a9f4;
    border-right-color: #fff;
    border-radius: 50%;
    box-sizing: border-box
}
.dhx_img_uploader .dhx_uploader_preview .dhx_loading {
    display: none
}
.dhx_colorpicker_wrap {
    box-sizing: border-box;
    padding: 5px;
    background: #fff
}
.dhx_colorpicker_wrap,
.dhx_palette {
    overflow: hidden;
    width: 100%;
    height: 100%
}
.dhx_palette {
    margin: 0;
    white-space: nowrap
}
.dhx_palette_col {
    display: inline-block;
    box-sizing: border-box
}
.dhx_palette_col:last-child .dhx_palette_cell {
    margin-right: 0
}
.dhx_palette_row {
    box-sizing: border-box
}
.dhx_palette_row .dhx_palette_cell {
    display: inline-block;
    margin-bottom: 0
}
.dhx_palette_row .dhx_palette_cell:last-child {
    margin-right: 0
}
.dhx_palette_cell {
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
    margin-bottom: 2px;
    vertical-align: top
}
.dhx_palette_cell:first-child {
    margin-bottom: 6px
}
.dhx_palette_cell:last-child {
    margin-bottom: 0
}
.dhx_palette_cell:hover {
    border: 2px solid hsla(0, 0%, 100%, .6)
}
.dhx_palette_cell:hover:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    border: 1px solid rgba(0, 0, 0, .6)
}
.dhx_palette_cell.dhx_selected {
    border: 2px solid hsla(0, 0%, 100%, .6)
}
.dhx_palette_cell.dhx_selected:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    border: 1px solid rgba(0, 0, 0, .6)
}
.dhx_popup {
    position: fixed
}
.dhx_card,
.dhx_popup {
    z-index: 6;
    box-sizing: border-box
}
.dhx_card {
    box-shadow: 0 2px 54px 0 rgba(0, 0, 0, .05), 0 2px 4px 0 rgba(0, 0, 0, .22)
}
.dhx_noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.dhx_editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}
.dhx_editor * {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.dhx_editor .dhx_selected .dhx_item_shape {
    stroke: #20b6e2
}
.dhx_editor .dhx_diagram_item {
    cursor: move
}
.dhx_topBar {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-height: 60px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dhx_topBar button {
    max-width: 150px;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 14px
}
.dhx_topBar .dhx_state_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 25px;
    margin: 0 10px;
    padding: 0 10px;
    border-right: 1px solid #e3e8f0;
    border-left: 1px solid #e3e8f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.dhx_topBar .dhx_state_block .redo,
.dhx_topBar .dhx_state_block .undo {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjQkRDMkNFIiBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+) no-repeat
}
.dhx_topBar .dhx_state_block .redo--active,
.dhx_topBar .dhx_state_block .undo--active {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCjxzdHlsZT4NCi50ZXN0OmhvdmVyew0KCWJhY2tncm91bmQ6cmVkDQp9DQo8L3N0eWxlPg0KPHBhdGggZmlsbD0iIzdCODY5RCIgY2xhc3M9InRlc3QiIGQ9Ik0xMi41IDhjLTIuNjUgMC01LjA1Ljk5LTYuOSAyLjZMMiA3djloOWwtMy42Mi0zLjYyYzEuMzktMS4xNiAzLjE2LTEuODggNS4xMi0xLjg4IDMuNTQgMCA2LjU1IDIuMzEgNy42IDUuNWwyLjM3LS43OEMyMS4wOCAxMS4wMyAxNy4xNSA4IDEyLjUgOHoiLz4NCjwvc3ZnPg==) no-repeat
}
.dhx_topBar .dhx_state_block .redo--active:hover,
.dhx_topBar .dhx_state_block .undo--active:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMEQ4RUUzIiBkPSJNMTIuNSA4Yy0yLjY1IDAtNS4wNS45OS02LjkgMi42TDIgN3Y5aDlsLTMuNjItMy42MmMxLjM5LTEuMTYgMy4xNi0xLjg4IDUuMTItMS44OCAzLjU0IDAgNi41NSAyLjMxIDcuNiA1LjVsMi4zNy0uNzhDMjEuMDggMTEuMDMgMTcuMTUgOCAxMi41IDh6Ii8+PC9zdmc+) no-repeat
}
.dhx_topBar .dhx_state_block .redo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.dhx_editor_main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    z-index: 3;
    overflow: hidden;
    position: relative
}
.dhx_editor_main,
.dhx_editor_main .dhx_diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.dhx_editor_main .dhx_diagram {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.dhx_editor_main .dhx_diagram .dhx_diagram_wrapper svg {
    position: absolute
}
.dhx_editor_main .dhx_sideBar {
    z-index: 5;
    font-family: Roboto, sans-serif;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 278px;
    flex: 0 0 278px;
    border-left: 1px solid #e0e0e0;
    background: #fff
}
.dhx_resize_grip {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #98a7bf;
    box-sizing: border-box;
    z-index: 3
}
.dhx_checkbox {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}
.dhx_checkbox input {
    visibility: hidden
}
input+.dhx_checkbox_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1.2px solid #cdcdcd;
    background-color: #fff
}
input:checked+.dhx_checkbox_icon {
    border: 1.2px solid #3da0e3;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAAXNSR0IArs4c6QAAAKZJREFUGBljYCAC/P//nxGIuYhQysAAVMgGxBuB+C0QG+PVBFTAAcTbgBgGXoA1AHnWQCyOrBvI5wTiXUCMDApAVqYB8T8gvgvEciBNQJobiPcBMQyA5HNgpr+GiQLpB0CsC8QHkcRAitPhtgM5IOd8QlMA4/4FMpLgimEMoKA5EH+AqYLSf4B0LEwNBg2UNAHid0iKIzEUoQsAFRsA8UUgDkaXg/EBj1jmw2w59uIAAAAASUVORK5CYII=) #3da0e3 no-repeat;
    background-position: 50% 50%
}
.dhx_checkbox .dhx_checkbox_label {
    font-size: 16px;
    display: inline-block;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.dhx_popup {
    position: absolute;
    z-index: 5;
    -webkit-animation: c .2s ease-in-out forwards;
    animation: c .2s ease-in-out forwards;
    background: #fff
}
.dhx_popup.hide {
    -webkit-animation: d .2s ease-in-out forwards;
    animation: d .2s ease-in-out forwards
}
.dhx_card {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3), 0 2px 4px 0 rgba(0, 0, 0, .04)
}
.dhx_item_toolbar {
    height: 48px;
    padding: 0 10px
}
.dhx_item_toolbar,
.dhx_item_toolbar .dhx_toolbar_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dhx_item_toolbar .dhx_toolbar_icon {
    width: 36px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.dhx_item_toolbar .dhx_toolbar_icon:hover {
    background-color: #f0f5ff
}
.dhx_item_toolbar .dhx_toolbar_icon:hover svg {
    fill: #0077c7
}
.dhx_item_toolbar .dhx_toolbar_icon:hover.dhx_remove svg {
    fill: #f44336
}
.dhx_item_toolbar .dhx_toolbar_icon.dhx_active svg {
    fill: #0077c7
}
.dhx_item_toolbar .dhx_toolbar_icon svg {
    fill: #7b869d
}
.dhx_item_toolbar .dhx_remove:hover {
    background-color: rgba(244, 67, 54, .1)
}
@-webkit-keyframes c {
    0% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes c {
    0% {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@-webkit-keyframes d {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        opacity: 0
    }
}
@keyframes d {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
    to {
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
        opacity: 0
    }
}
.dhx_btn {
    font: 500 1em Roboto medium, Roboto, Arial, Tahoma, Verdana, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    height: 38px;
    min-height: 38px;
    padding: 0 15px;
    color: #3da0e3;
    border: 1px solid #3da0e3;
    border-radius: 2px;
    outline: none;
    background: transparent;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dhx_btn svg {
    margin-right: 10px;
    margin-left: -5px;
    fill: #fff
}
.dhx_btn:hover {
    cursor: pointer;
    color: #fff;
    background: #0068ad
}
.dhx_btn:active {
    background: #0077c7
}
.dhx_btn .action {
    background: #0068ad
}
.dhx_btn--active {
    color: #fff;
    background: #0077c7
}
.dhx_btn--flat {
    color: #0077c7;
    border: none
}
.dhx_btn--flat:hover {
    color: #0077c7;
    background: rgba(0, 119, 199, .15)
}

/*
** nodo redondo para las matrices. **
*/
.matriz .shape_content {
    background: #5665a3;
}

.matriz .shape_content .dhx_context_title, 
.matriz .shape_content .dhx_context_text {
    color: #FFF;
}

.dhx_diagram_item.dhx_diagram_image.matriz .shape_content:hover {
    background: #9575CD;
}

claseparacommit{
    color: transparent;
    display: none;

}