/* drag drop css */

.facet-container {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #aaa;
}

.list_2 {
    width: 100%;
    max-width: 100%;
    float: right;
    height: 300px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

.list_1 {
    width: 100%;
    max-width: 100%;
    float: left;
    height: 300px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

p {
    clear: both;
    padding-top: 1em;
}

.facet-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* background: #eee; */
    padding: 0;
    width: 100%;
    min-height: 1.5em;
    font-size: 0.85em;
    min-height: 200px;
}

.facet-list li {
    margin: 0 0 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    /* background-color: #1c1e3a; */
    background-color: #009688;
    color: #fff;
}

.facet-list li.placeholder {
    height: 1.2em
}

.facet {
    border: 1px solid #bbb;
    background-color: #fafafa;
    cursor: move;
}

.facet.ui-sortable-helper {
    opacity: 0.5;
}

.placeholder {
    border: 1px solid orange;
    background-color: #fffffd;
}

.dd_btn {
    background-color: #1c1e3a !important;
    color: #fff !important;
}

.main_form {
    width: 100%;
    float: left;
    /* padding: 15px; */
    margin: 0;
    /* border: 2px solid #e5e5ee; */
    border-radius: 5px;
}

.facet-container .container {
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
}

.drag_btn {
    margin-top: 15px;
}


/* drag box code */


/* ----  Dragon Drop handle box code ---- */

.dashboard-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.dashboard-box ol {
    list-style-type: none;
}

.main-dashbord a {
    text-decoration: none;
    color: #333;
}

.handle {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #e9e9e9;
    font-size: 16px;
    color: #1c1e3a;
    cursor: move !important;
}

.dashboard-box li:focus {
    outline: none !important;
}

.dashboard-box li:focus-visible {
    outline: none !important;
}

.gu-mirror {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid;
    text-align: left;
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background: #fff;
    cursor: -webkit-grabbing;
    list-style-type: none;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    list-style-type: none !important;
}

.gu-transit:focus {
    list-style-type: none;
}

#demo-1 li {
    list-style: none;
}