.tables-panel {
    min-width: 875px;
    max-width: 910px;
    min-height: 60px;
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    z-index: auto;
    border: 1px solid;
    border-color: #E8E8E8;
    padding: 5px 10px 5px 10px;
    margin: 15px 0 15px 0;
}

.suggest-combo-input-field {
    border: 0px none;
    padding-left: 3px;
}

.suggest-combo-button {
    top: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    left: 0px !important;
    height: 23px;
    width: 23px;
    background: url(/plugin/dataReportingTools/images/down_arrow.png) no-repeat !important;
    border: 0px none;

}

.join-left-column,
.join-right-column,
.join-middle-column,
.join-delete-column,
.join-row {
    float: left;
}

.join-left-column,
.join-right-column {
    width: 200px;
}

.join-middle-column {
    width: 80px;
}

.join-delete-column {
    width: 100px;
}

.join-table-label,
.join-column-label {
    width: 80px;
}

.lst-join-tables,
.lst-join-columns {
    width: 250px;
}

.filter-buttons {
    float: left;
    margin-left: 20px;
}

.filter-column {
    float: left;
    width: 177px;
}

.filters-header {
    background-color: #eaeaea;
}

.edit-filter-row {
    clear: both;
    float: left;
    width: 98%;
    margin: 0 0 0 5px;
    text-align: left;
}

.list-filter-row {
    clear: both;
    float: left;
}

.filter-buttons {
    clear: both;
    float: right;
    margin: 20px 0 20px 0;
}

#basic-modal-content {
    display: none;
}

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

.tables-tree-menu {
    font-family: "SourceSansPro", Arial, Tahoma, Verdana;
    font-size: 14px;
    background: #ffffff;
}

.tables-tree-menu ul {
    /* by default hide all sub menus */
    display: none;
}

.tables-tree-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tables-tree-menu li span {
}

.tables-tree-menu label, .tables-tree-menu a {
    position: relative;
    display: block;
    padding: 5px 5px 5px 15px;
    color: white;
}

.no-touch .tables-tree-menu label:hover, .no-touch .tables-tree-menu a:hover {
    background: #52565d;
}

.tables-tree-menu label::before, .tables-tree-menu label::after, .tables-tree-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tables-tree-menu label {
    cursor: pointer;
}

.tables-tree-menu label::before, .tables-tree-menu label::after {
    background-image: url(../img/cd-icons.svg);
    background-repeat: no-repeat;
}

.tables-tree-menu label::before {
    /* arrow icon */
    left: 18px;
    background-position: 0 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.tables-tree-menu label::after {
    /* folder icons */
    left: 41px;
    background-position: -16px 0;
}

.tables-tree-menu a::after {
    /* image icon */
    left: 36px;
    background: url(../img/cd-icons.svg) no-repeat -48px 0;
}

.tables-tree-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tables-tree-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.tables-tree-menu input[type=checkbox]:checked + label + ul,
.tables-tree-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.tables-tree-menu ul label,
.tables-tree-menu ul a {
    background: #35383d;
    box-shadow: inset 0 -1px #41444a;
    padding-left: 82px;
}

.no-touch .tables-tree-menu ul label:hover, .no-touch
.tables-tree-menu ul a:hover {
    background: #3c3f45;
}

.tables-tree-menu > li:last-of-type > label,
.tables-tree-menu > li:last-of-type > a,
.tables-tree-menu > li > ul > li:last-of-type label,
.tables-tree-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.tables-tree-menu ul label::before {
    left: 36px;
}

.tables-tree-menu ul label::after,
.tables-tree-menu ul a::after {
    left: 59px;
}

.tables-tree-menu ul ul label,
.tables-tree-menu ul ul a {
    padding-left: 100px;
}

.tables-tree-menu ul ul label::before {
    left: 54px;
}

.tables-tree-menu ul ul label::after,
.tables-tree-menu ul ul a::after {
    left: 77px;
}

.tables-tree-menu ul ul ul label,
.tables-tree-menu ul ul ul a {
    padding-left: 118px;
}

.tables-tree-menu ul ul ul label::before {
    left: 72px;
}

.tables-tree-menu ul ul ul label::after,
.tables-tree-menu ul ul ul a::after {
    left: 95px;
}

@media only screen and (min-width: 600px) {
    .tables-tree-menu label::before {
        left: 24px;
    }

    .tables-tree-menu label::after {
        left: 53px;
    }

    .tables-tree-menu ul label,
    .tables-tree-menu ul a {
        padding-left: 106px;
    }

    .tables-tree-menu ul label::before {
        left: 48px;
    }

    .tables-tree-menu ul label::after,
    .tables-tree-menu ul a::after {
        left: 77px;
    }

    .tables-tree-menu ul ul label,
    .tables-tree-menu ul ul a {
        padding-left: 130px;
    }

    .tables-tree-menu ul ul label::before {
        left: 72px;
    }

    .tables-tree-menu ul ul label::after,
    .tables-tree-menu ul ul a::after {
        left: 101px;
    }

    .tables-tree-menu ul ul ul label,
    .tables-tree-menu ul ul ul a {
        padding-left: 154px;
    }

    .tables-tree-menu ul ul ul label::before {
        left: 96px;
    }

    .tables-tree-menu ul ul ul label::after,
    .tables-tree-menu ul ul ul a::after {
        left: 125px;
    }
}

.tables-tree-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.table-title-check {
    opacity: 0;
}

.tree-table-select-check {
    position: relative;
    opacity: 1 !important;
}

.remove-selected-table {
    float: right;
    top: -5px;
    background: url("/lib/img/mafe-tools.png") no-repeat !important;
    background-position: 0 -966px !important;
    width: 5px !important;
    height: 10px !important;
    margin-top: 2.3px !important;
    opacity: inherit !important;
}

.popup-close {
    float: right;
    background: url("/lib/img/mafe-tools.png") no-repeat;
    opacity: inherit;
    margin-top: 5px;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background-position: 0 -966px;
}

.popup-header {
    background-color: #3397E1;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
}

.ICON_DATA_REPORTING_TOOLS {
    background-image: url(/plugin/dataReportingTools/images/portfolio.png) !important;
}

.ICON_SCOPES {
    background-image: url(/plugin/dataReportingTools/images/analytic-report.png) !important;
}

.ICON_SCOPE_DESIGNER {
    background-image: url(/plugin/dataReportingTools/images/website-optimization.png) !important;
}

.ICON_SCOPE_USER {
    background-image: url(/plugin/dataReportingTools/images/search-image.png) !important;
}

.ICON_MIGRATOR {
    background-image: url(/plugin/dataReportingTools/images/download-information.png) !important;
}

.pmui-gridpanelcolumn {
    color: white !important;
}

.ui-th-column {
    background-color: #3397E1 !important;
    background: #3397E1 !important;
    color: white !important;
}

/* The Modal (background) */
.modal-loading {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-loading-content {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 50%;
    border-radius: 25px;
}

.pmui-field .error {
    border: 1px solid #ecc3c2;
    border: 1px solid white;
}

.pmdashboard-widget .grid-stack-item-content {
    border-width: 0px;
    box-shadow: none;
}

.ui-autocomplete {
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}



.ui-widget-content {
    background: white !important;
}

.pmui-gridpanelrow.ui-draggable > .pmui-gridpanelcell:first-child,
.pmui-gridpanel-tbody.ui-sortable .pmui-gridpanelrow > .pmui-gridpanelcell:first-child {
    background-image: none !important;
}