:root .grid-stack-item > .ui-resizable-handle {
    filter: none;
}

.grid-stack {
    position: relative;
}

    .grid-stack .grid-stack-placeholder > .placeholder-content {
        border: 1px dashed lightgray;
        margin: 0;
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        bottom: 0;
        width: auto;
        z-index: 0 !important;
    }

    .grid-stack > .grid-stack-item {
        min-width: 8.33333333%;
        position: absolute;
        padding: 0;
    }
        .grid-stack > .grid-stack-item > .grid-stack-item-content {
            margin: 0;
            position: absolute;
            top: 0;
            left: 10px;
            right: 10px;
            bottom: 0;
            width: auto;
            z-index: 0 !important;
            overflow-x: hidden;
            overflow-y: auto;
            background: #fff;
            padding: 1rem;
            height: 100%;
        }

            .grid-stack > .grid-stack-item > .grid-stack-item-content > .grid-stack-item-content-inner {
                height: 100%;
                width: 100%;
            }

    .grid-stack .dashboard-item-content h4.titleh4 {
        margin-bottom: 15px;
    }

.dashboard-item.selected .dashboard-item-content {
    box-shadow: 1px 1px 10px 5px #409ad5;
    background: #fff4c0;
}

@media only screen and (min-width: 640px) {
    .grid-stack .dashboard-item-content.card {
        height: auto !important;
    }
}

.grid-stack .dashboard-item-content.card.card-portrait .preview {
    height: 40%;
}

.grid-stack .dashboard-item-content.card.card-portrait .content {
    height: 60%;
    padding-bottom: 0;
}

/*.grid-stack > .grid-stack-item > .grid-stack-item-content .widget-menu-handle {
    color: #fff;
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0.125rem;
    border: 1px solid #707070;
    background: #585858;
    min-width: 6rem;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content .widget-menu-handle .widget-menu-item {
    color: #fff;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content .widget-menu-handle .widget-menu-item:hover {
    color: #000;
    background: #fff;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content:hover .widget-menu-handle {
    display: inline-block;
}*/
.euf-solid-theme .grid-stack > .grid-stack-item > .grid-stack-item-content {
    border-radius: 0.625rem;
}

.euf-material-theme .grid-stack > .grid-stack-item > .grid-stack-item-content {
    border-radius: 0.125rem;
}

.euf-flat-theme .grid-stack > .grid-stack-item > .grid-stack-item-content {
    border-radius: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
    display: none;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
    z-index: 100;
}

    .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
    .grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
    .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
        box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
        opacity: 0.8;
    }

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    text-align: right;
    color: gray;
    padding: 2px 3px 0 0;
    margin: 0;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .grid-stack > .grid-stack-item > .ui-resizable-se::before,
    .grid-stack > .grid-stack-item > .ui-resizable-sw::before {
        content: "\f065";
    }

.grid-stack > .grid-stack-item > .ui-resizable-se {
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
    cursor: nw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
    cursor: n-resize;
    height: 10px;
    top: 0;
    left: 25px;
    right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
    cursor: ne-resize;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    right: 10px;
    top: 15px;
    bottom: 15px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: 16px;
    bottom: 5px;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
    cursor: s-resize;
    height: 10px;
    left: 25px;
    bottom: 0;
    right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
    cursor: sw-resize;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
    cursor: w-resize;
    width: 10px;
    left: 10px;
    top: 15px;
    bottom: 15px;
}

.grid-stack > .grid-stack-item[data-gs-width='1'] {
    width: 8.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='1'] {
    left: 8.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
    min-width: 8.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
    max-width: 8.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
    width: 16.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='2'] {
    left: 16.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
    min-width: 16.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
    max-width: 16.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
    width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-x='3'] {
    left: 25%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
    min-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
    max-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
    width: 33.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='4'] {
    left: 33.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
    min-width: 33.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
    max-width: 33.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
    width: 41.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='5'] {
    left: 41.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
    min-width: 41.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
    max-width: 41.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
    width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-x='6'] {
    left: 50%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
    min-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
    max-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
    width: 58.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='7'] {
    left: 58.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
    min-width: 58.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
    max-width: 58.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
    width: 66.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='8'] {
    left: 66.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
    min-width: 66.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
    max-width: 66.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
    width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-x='9'] {
    left: 75%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
    min-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
    max-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
    width: 83.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='10'] {
    left: 83.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
    min-width: 83.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
    max-width: 83.33333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
    width: 91.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='11'] {
    left: 91.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
    min-width: 91.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
    max-width: 91.66666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
    width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-x='12'] {
    left: 100%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
    min-width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
    max-width: 100%;
}

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
    -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
    transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

    .grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
        -webkit-transition: left 0s, top 0s, height 0s, width 0s;
        -moz-transition: left 0s, top 0s, height 0s, width 0s;
        -ms-transition: left 0s, top 0s, height 0s, width 0s;
        -o-transition: left 0s, top 0s, height 0s, width 0s;
        transition: left 0s, top 0s, height 0s, width 0s;
    }

.dd-item-details .dd-item-details-inner,
.dd-add-widget-section .dd-add-widget-inner {
    padding: 1rem;
    /*border: 1px solid #d0d0d0;*/
    border-radius: 5px;
    background: #fff;
}

.dd-right-panel .dd-item-details-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.dd-right-panel.details.card {
    -webkit-box-shadow: 0 0 0.1rem 0.1rem rgba(0,0,0,0.2);
    box-shadow: 0 0 0.1rem 0.1rem rgba(0,0,0,0.2);
    z-index: 2;
}

.dd-add-widget-section ul.nav {
    display: flex;
}

.dd-add-widget-section ul.nav li {
    width: 50%;
    padding: 1rem;
    background-color: #eee;
}

.dd-add-widget-section ul.nav li.active{
    background-color: #fff;
}

.dd-add-widget-section ul.nav li.active a p, .dd-add-widget-section ul.nav li.active a i {
    color: #0070a2;
}

.dd-add-widget-section [role='tabpanel']{
    margin-bottom: 0;
}

.dd-add-widget-section #toolbarElementDragger .btn {
    border-radius: 0;
}

.dd-item-details .dd-checkbox:hover,
.dd-item-details .dd-checkbox:active,
.dd-item-details .dd-checkbox:focus {
    -webkit-appearance: checkbox;
}

.dd-item-details .dd-item-details-footer {
    margin-top: 1em;
}

    .dd-item-details .dd-item-details-footer .btn.right {
        float: right;
    }

    .dd-item-details .dd-item-details-footer .btn.left {
        float: left;
    }

.dd-right-panel .dd-row {
    margin-bottom: 1rem;
}

.dd-item-details .dd-checkbox-container,
.dd-item-details .dd-label-container {
    display: inline-block;
    float: left;
}

.dd-item-details .dd-label-container {
    padding-right: 0.5rem;
}

    .dd-item-details .dd-label-container.dd-label-after {
        padding-left: 0.5rem;
    }

.dd-item-details label {
    padding-top: 0.25rem;
    font-weight: normal;
}

.dd-right-panel .dd-posible {
    display: none;
}

    .dd-right-panel .dd-posible.selected {
        display: block;
        margin-bottom: 15px;
    }

.dd-right-panel .dx-selectbox-container .dx-texteditor-container input.dx-texteditor-input {
    background: transparent;
}

.dd-right-panel .dd-add-widget-section > .dd-add-widget-inner .btn {
    word-wrap: normal;
    white-space: normal;
}

.dashboard-designer .grid-stack > .grid-stack-item > .grid-stack-item-content,
.floating-container .dashboard-designer .grid-stack > .grid-stack-item > .grid-stack-item-content {
    background: rgba(0,112,162,0.8);
    border: 1px solid #004a6b;
    padding: 13px;
    cursor: pointer;
}
.dashboard-designer .grid-stack > .grid-stack-item.selected-widget .grid-stack-item-content,
.floating-container .dashboard-designer .grid-stack > .grid-stack-item.selected-widget > .grid-stack-item-content {
    border-width: 5px;
    border-color: #d64031;
    background: rgba(214, 64, 49, 0.8);
    padding: 9px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
    color: #fff;
    background-image: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
    color: #fff;

}
@media (max-width: 768px) {
    .grid-stack-item {
        position: relative !important;
        width: 50% !important;
        left: 0 !important;
        top: auto !important;
        margin-bottom: 10px;
        float: left;
    }

        .grid-stack-item .ui-resizable-handle {
            display: none;
        }

    .grid-stack {
        height: auto !important;
    }

    .col-md-12 {
        padding-left: 0px !important;
    }
}

@media (max-width: 640px) {
    .grid-stack-item {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        margin-bottom: 10px;
        float: left;
    }

        .grid-stack-item .ui-resizable-handle {
            display: none;
        }

    .grid-stack {
        height: auto !important;
    }

    .col-md-12 {
        padding-left: 0px !important;
    }
}
.grid-stack::after {
    display: block;
    clear: both;
    content: " ";
}