﻿.RegionPanel {
    position: relative;
    height: 100%;
}

.ineligible {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#regionPanelContainer {
    height: 100%;
}

#regionPanelTabSelector {
    display: flex;
    height: 39px;
}

.regionPanelTabInner {
    margin: 0 auto;
    padding: 10px 0 10px 20px;
    display: table;
    border-bottom: 2px solid #ffffff00;
    background-repeat: no-repeat;
    background-position: 0;
    font-size: 14px;
    color: #FF6600;
}

.regionPanelTabButton {
    cursor: pointer;
    opacity: 0.5;
    width: 50%;
    margin: 0 5%;
    overflow: hidden;
    white-space: nowrap;
}

    .regionPanelTabButton.regionPanelTabButtonSelected {
        font-weight: 600;
        opacity: 1;
        border-bottom: 2px solid #FF6600;
    }

    .regionPanelTabButton[data-content="regioncreate"] .regionPanelTabInner {
        background-image: url(Images/regioncreate.svg);
    }

    .regionPanelTabButton[data-content="regionlist"] .regionPanelTabInner {
        /*background-image: url(Images/regionlist.svg);*/
    }

#regionPanelTabContentContainer {
    position: absolute;
    top: 41px;
    bottom: 0;
    left: 0;
    right: 0;
}

.regionPanelTabContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .regionPanelTabContent[regioncreate] {
        display: none;
    }

    .regionPanelInnerContent {
        position: absolute;
        bottom: 0;
        top: 10px;
        left: 0;
        box-sizing: border-box;
        right: 0;
        /*overflow-y: auto;*/
    }

.regionPanelSeperator {
    height: 1px;
    background-color: #DCDCDC;
    box-shadow: 0px 1px 3px #DCDCDC;
}

/* Region Create */

.regionPanelScrollView {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    padding: 20px 10px;
    box-sizing: border-box;
}

.regionFormContainer {
    position: absolute;
    padding: 0 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .regionFormContainer table {
        width: 100%;
        border-spacing: 0;
    }

        .regionFormContainer table td {
            padding-top: 8px;
            padding-bottom: 8px;
            box-sizing: border-box;
        }

.regionPanelInnerContent
.regionFormContainer table td.regionPanelFormHeader:first-child {
    width: 100px;
    width: 20%;
}

.regionPanelNameAlert {
    color: #ff0e0e;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    display: none
}

.regionPanelFormHeader {
    text-align: right;
    font-weight: bold;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 73px;
    text-overflow: ellipsis;
}

.regionSelectedCoordinates {
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    height: 18.5px;
}

.regionPanelCreateButtons {
    left: 0;
    right: 0;
    padding: 15px 10px 5px;
    position: absolute;
    box-sizing: inherit;
    bottom: 0;
    background-color: white;
    border-top: 1px solid #ddd;
}

.regionIconButton {
    box-sizing: content-box;
}

#regionPanelSaveButton {
    float: right;
}

.iconPopupContent {
    display: none;
}

.RegionGroupDefinitionEditContainer .dx-datagrid-headers .dx-datagrid-table .dx-row > td:not(:first-child) {
    text-align: left !important;
}


/* ICON POPUP */

.dx-popup-content .iconPopupContent {
    display: block;
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0;
    right: 0;
}

.iconPopupFooter {
    border-top: 1px solid #DCDCDC;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    width: 100%;
    text-align: right;
}

.iconPopupTabButtonContainer {
    display: inline-flex;
}

.iconPopupTabButton {
    color: #caf083;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
}

    .iconPopupTabButton:not(.iconPopupSelectedTabButton) {
        cursor: pointer;
    }

.iconPopupSelectedTabButton {
    color: #79B110;
    border-bottom: 2px solid #79B110;
}

.iconPopupHeader {
    padding: 0 25px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.iconPopupIconList {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 100px;
    top: 40px;
    overflow: hidden;
}

.iconPageChanger {
    height: 36px;
    bottom: 65px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 25px;
    text-align: right;
    padding-top: 5px;
}

    .iconPageChanger div {
        padding: 0 !important;
    }



.iconSelectionBox {
    float: left;
    border: 1px solid #f5f5f5;
    padding: 3px;
}

    .iconSelectionBox:not(.iconSelectedBox):hover {
        cursor: pointer;
        background-color: #ececec;
    }

.iconSelectedBox {
    border: 2px solid #1ABEF2;
    padding: 2px;
}

.iconBoxContent {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: auto;
}

.iconPopupPageContainer {
    position: relative;
    background-color: antiquewhite;
}

.iconPopupPage {
    position: absolute;
    left: 0;
}

.regionIconPreview {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    float: right;
    margin-right: 10px;
}

.iconPopupActionButtonContainer {
    position: absolute;
    right: 25px;
    top: 0;
    display: inline-flex;
    height: 100%;
}

    .iconPopupActionButtonContainer div {
        padding: 0 !important;
        margin: auto 0;
    }

.iconPopupSeperator {
    width: 1px;
    background-color: #DCDCDC;
    margin: 0px 15px !important;
    height: 90%;
}

/*REGION LIST*/

.regionPanelListHeaderRow {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    height: 36px;
}

#regionPanelListContextMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 999;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding: 5px 0;
}

.regionPanelContextMenuItem {
    height: 36px;
    padding: 5px 13px;
    min-width: 120px;
}

    .regionPanelContextMenuItem:hover {
        background-color: #ddd;
        cursor: pointer;
    }

#regionPanelCircleSwitch {
    margin-right: 5px;
}

.regionPanelContextMenuItemText {
    vertical-align: middle;
    display: table-cell;
    height: 36px;
    font-size: 14px;
}

.regionPanelListHeader {
    padding: 0 10px;
}

.regionPanelButtonContainerSeperator {
    background-color: #DCDCDC;
    width: 1px;
    /*    height: 36px;*/
    margin: 0 3px;
}

.regionPanelButtonContainer {
    display: inline-flex;
    position: absolute;
    right: 0;
}

    .regionPanelButtonContainer .dx-icon {
        font-size: 22px;
        position: absolute;
        height: 22px;
        width: 22px;
        margin: auto;
        left: 0;
        right: 0;
        line-height: 23px;
    }

    .regionPanelButtonContainer .dx-button-content {
        height: 36px;
        width: 36px;
        position: relative;
    }

#regionPanelListGroupButton {
    position: absolute;
    height: 36px;
    padding: 3px 10px 0;
    width: 50%;
    background-color: #79B110;
    color: white;
}

#regionPanelListGroupSelectionBox {
    width: 100%;
}

/* GROUP TREE VIEW */

.regionListGroupTreeView .dx-treeview-item-with-checkbox .dx-checkbox {
    top: 14px;
    bottom: 0;
    left: 28px;
}

.regionListGroupTreeView .dx-treeview-node {
    padding-left: 3px;
    border-left: 6px solid #79B110;
}

.regionListGroupTreeView .dx-treeview-item-with-checkbox .dx-treeview-item {
    height: 52px;
    padding-top: 13px;
    padding-left: 61px;
}

.regionListGroupTreeView .dx-treeview-toggle-item-visibility {
    top: 10px;
    left: 5px;
}

.regionListGroupTreeView li.dx-treeview-node dx-treeview-item-with-checkbox {
}

.regionListGroupBoxPopup {
    padding: 10px 0;
    max-height: 400px !important;
}

.regionListGroupTreeView .dx-treeview-select-all-item {
    padding: 9px 0 11px 34px;
    margin: 0;
}

.regionListGroupTreeView .dx-searchbox {
    margin: 0 10px 10px 10px;
}

.regionPanelListContainer {
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 177px;
    border-top: 1px solid #dcdcdc;
}

.regionPanelListScroolView {
    /*overflow-y: scroll;*/
}

/* checkBox */

.regionPanelListSelectAll {
    height: 35px;
    width: 100%;
    position: absolute;
    margin-left: 10px;
}

input[type=checkbox].regionPanelListItemCheckBoxSelectAll + .regionPanelListItemName {
    font-weight: 500;
}

input[type=checkbox].regionPanelListItemCheckBoxSelectAll,
input[type=checkbox].regionPanelListItemCheckBox {
    display: none;
}

    input[type=checkbox].regionPanelListItemCheckBoxSelectAll + .regionPanelListItemName,
    input[type=checkbox].regionPanelListItemCheckBox + .regionPanelListItemName {
        padding-left: 35px;
        height: 22px;
        top: 0;
        bottom: 0;
        left: 10px;
        right: 71px;
        margin: auto 0;
        position: absolute;
        display: inline-block;
        line-height: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].regionPanelListItemCheckBoxSelectAll:checked + .regionPanelListItemName,
    input[type=checkbox].regionPanelListItemCheckBox:checked + .regionPanelListItemName {
        background-position: 0 -22px;
    }

.regionPanelListItemName {
    background-image: url(Images/checkbox.png);
    background-size: 22px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* checkBox end */
.regionPanelListItem {
    padding: 0 10px;
}

.regionPanelListItemShortView {
    position: relative;
    height: 52px;
}

.regionPanelListItemIcon {
    height: 32px;
    width: 32px;
    background-image: url(/ArventoWebExternalFiles/Map/images/poiicons/set001/SmallBuilding.png);
    background-size: contain;
    right: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center;
}

.regionPanelListExpandButton {
    height: 25px;
    width: 25px;
    background-image: url(Images/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate( -90deg);
}

.regionPanelListItem[opened] .regionPanelListExpandButton {
    transform: rotate(0deg);
}

.regionGroupItem {
    display: flex;
    justify-content: space-between;
    padding-top: 2px;
}

.regionGroupItemCount {
    padding: 0 10px;
}

.regionGroupItemName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.regionPanelRegionList {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

    .regionPanelRegionList .dx-list-item {
        border: none !important;
    }

        .regionPanelRegionList .dx-list-item:nth-child(2n) {
            background-color: #f5f5f5;
        }

    .regionPanelRegionList .dx-list-item-content {
        padding: 0 !important;
    }

    .regionPanelRegionList .dx-list .dx-empty-message, .dx-list-item-content {
        border-top: none !important;
    }

    .regionPanelRegionList .dx-empty-message {
        text-align: center;
    }

.regionPanelListItemDetailedView {
    font-size: 12px;
    white-space: initial;
    padding: 0 5px 10px 44px;
    display: none;
}

    .regionPanelListItemDetailedView > div {
        white-space: initial;
        margin-bottom: 6px;
    }

.regionPanelListItemFlexRow {
    display: flex;
    justify-content: stretch;
}

.regionPanelListItemDetailedView .regionPanelButtonContainerSeperator {
    margin: 0 15px;
}



.regionPanelListItemView, .regionPanelListItemHistory, .regionPanelListItemFavorite {
    color: #A3A3A3;
    font-size: 10px;
    background-size: 17px;
    padding-right: 24px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 17px;
    line-height: 17px;
}

.regionPanelListItemView {
    background-image: url(Images/eye_on.svg);
}

.regionPanelListItem[hasgeometry="false"] .regionPanelListItemView {
    background-image: url(Images/eye_off.svg);
}

.regionPanelListItemHistory {
    background-image: url(Images/history.svg);
}

.regionPanelListItemFavorite {
    background-image: url(Images/favorite.svg);
    padding: 0;
    width: 17px;
    margin-top: -1px;
}

.regionPanelListItem[infavorites="true"] .regionPanelListItemFavorite {
    background-image: url(Images/favorite_selected.svg);
}


.regionPanelListItem[opened] .regionPanelListItemDetailedView {
    display: block;
    cursor: default;
}

.regionPanelListContainer .regionPanelListItemLocationRow {
    cursor: pointer;
}

.regionPanelListItemLocation, .regionIconType1, .regionIconType2 {
    background-image: url(Images/circle.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left;
    padding-left: 20px;
}

.regionPanelListItemLocation {
    background-image: url(Images/coordinates.svg);
}

.regionIconType1 {
    background-image: url(Images/circle.svg);
}

.regionIconType2 {
    background-image: url(Images/polygon.svg);
    width: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

/* HISTORY POPUP */

.regionPanelHistoryContent {
    padding-top: 5px;
}

.regionPanelHistoryHeader {
    display: flex;
    /*margin-bottom: 15px;*/
    /*margin-top: 5px;*/
    justify-content: space-between;
    z-index: 99;
    position: absolute;
    padding: 0px 17px;
}

.regionPanelHistoryFilter {
    float: left;
    display: flex;
}

    .regionPanelHistoryFilter > div {
        margin-right: 10px;
    }

#regionPanelHistoryExcelButton {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

    #regionPanelHistoryExcelButton .dx-button-content {
        padding: 4px !important;
        width: 34px;
        height: 34px;
    }

    #regionPanelHistoryExcelButton img.dx-icon {
        width: 100%;
        height: 100%;
    }

#regionPanelHistoryList {
    height: 100%;
}

    #regionPanelHistoryList .dx-datagrid-header-panel {
        border-bottom: none !important;
        padding: 0 15px;
    }

.regionPanelHistoryLoadingBar {
    float: left;
    display: none;
    height: 34px;
    align-items: center;
}

    .regionPanelHistoryLoadingBar > div {
        margin-right: 10px;
    }

.regionPanelHistoryLoadingOuter {
    height: 24px;
    border: 1px solid #dcdcdc;
    width: 350px;
}

.regionPanelHistoryLoadingInner {
    height: 100%;
    background-color: #337ab7;
    width: 0%;
}

#regionPanelHistoryList .dx-datagrid .dx-row > td {
    padding: 0 20px;
    line-height: 54px;
}

#regionPanelHistoryList .dx-datagrid-headers {
    margin-top: 5px;
}

    #regionPanelHistoryList .dx-datagrid-headers .dx-datagrid-content {
        display: flex;
        align-items: center;
        height: 37px;
    }

.regionPanelHistoryContent {
    height: 100%;
}

    .regionPanelHistoryContent .dx-icon-export-excel-button {
        background-image: url(/themes/images/xlsx.png);
    }

        .regionPanelHistoryContent .dx-icon-export-excel-button::before {
            content: none;
        }


/*REGION POPUP*/


.RegionPanelNewGroupPopup {
    float: left;
    width: 100%;
    height: 100%;
}


    .RegionPanelNewGroupPopup .dx-treelist .dx-row > td {
        padding-top: 15px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        padding-bottom: 15px !important;
    }

.RegionRadiusIconGrid {
    width: 75%;
    background: url(Images/circle.svg);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0px 30px 3px;
    margin: 3px auto 0;
}

/*.RegionRadiusInfoGrid {
    float: left;
    line-height: 26px;
}*/

.RegionGroupRowMainDiv {
}

.RegionGroupRowColorDiv {
    width: 6px;
    background: transparent;
    height: 92px;
    float: left;
}

.RegionGroupRowRightDiv {
    padding-left: 0;
}



.regionGroupTree .dx-scrollable-content ul > li > div:first-child + div {
    padding-left: 0;
    top: 20px;
}

.regionGroupTree .dx-scrollable-content ul > li > div:first-child {
    padding: 0;
}

.regionGroupTree > .dx-scrollable {
    left: -20px;
    position: relative;
}

.RegionGroupDefinitionEditSourceGrid {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    top: 85px;
}

.RegionGroupDefinitionEditTargetGrid {
    width: 100%;
    float: left;
    bottom: 0;
    position: absolute;
    top: 165px;
}

.RegionGroupInputContainer {
    display: inline-flex;
}

.RegionGroupDefinitionEditSourceGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
}

.RegionGroupDefinitionEditTargetGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
}

.RegionGroupDefinitionEditSourceGridHeaderCountInfo {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    margin-right: 0px;
    text-align: right;
}

.RegionGroupDefinitionEditTargetGridHeaderCountInfo {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    margin-right: 0px;
    text-align: right;
}

.RegionGroupDefinitionEditAddButton {
    position: relative;
    top: calc(50% - 56px);
    top: -webkit-calc(50% - 56px);
    top: -moz-calc(50% - 56px);
}

.RegionGroupDefinitionEditRemoveButton {
    position: relative;
    top: calc(50% - 46px);
    top: -webkit-calc(50% - 46px);
    top: -moz-calc(50% - 46px);
}

.RegionGroupDefinitionEditTargetGridNav {
    max-height: 30px;
    font-weight: 600;
    font-size: 11px;
    text-overflow: ellipsis;
    word-break: break-all;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3px;
    overflow: hidden;
}

.RegionGroupDefinitionEditGroupName {
    float: left;
    height: 36px;
    width: 100%;
}

.RegionGroupColorMainDiv {
    height: 50px;
    width: 100%;
    float: left;
    padding-top: 5px;
}

.RegionGroupInputTable {
    border-spacing: 0 7px;
}

    .RegionGroupInputTable tr {
        margin: 5px;
    }

.RegionGroupInputItemTitle {
    text-align: right;
    font-weight: bold;
    white-space: nowrap;
}

.RegionGroupInputTable td.RegionGroupInputItemTitle {
    padding-right: 10px;
}

.RegionGroupInputContainerRight .RegionGroupInputItemTitle {
    text-align: left;
    margin-bottom: 15px;
}

.RegionGroupInputContainerRight {
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: -13px;
}

.RegionGroupColorContainer {
    float: left;
    padding: 5px 2.5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-flex;
}

.RegionGroupColorPicker {
    width: 26px;
    height: 26px;
    float: left;
    margin: 0 5px;
    border-radius: 3px;
    cursor: pointer;
}

    .RegionGroupColorPicker:not(.SelectedRegionGroupColorPicker):hover {
        border: 2px solid #ddd;
    }

.SelectedRegionGroupColorPicker {
    border: 2px solid #337ab7;
    cursor: default;
}

.RegionGroupDefinitionUserListGridContainer {
    width: 100%;
    height: 95%;
    float: left;
}

.RegionGroupDefinitionUserListGridHeader {
    width: 100%;
    float: left;
    height: 5%;
}

.RegionGroupDefinitionUserListGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 10px;
}

.RegionGroupDefinitionUserListGridHeaderCount {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 10px;
    text-align: right;
}

.RegionGroupDefinitionUserListGrid {
    width: 100%;
    height: 95%;
    float: left;
}

.RegionGroupDefinitionUserListButtonContainer {
    width: 100%;
    float: right;
    height: 5%;
}

.RegionGroupDefinitionEditContainer {
    width: 100%;
    height: 100%;
}

.RegionGroupDefinitionEditGridContainer {
    width: 100%;
    height: 100%;
    display: flex;
}

.RegionGroupDefinitionEditSourceGridContainer {
    width: 50%;
    height: 100%;
    position: relative;
}

.RegionGroupDefinitionEditSourceGridHeader {
    width: 100%;
    float: left;
    height: 40px;
}

.RegionGroupDefinitionEditButtonContainer {
    height: 100%;
    text-align: center;
}

.RegionGroupDefinitionEditTargetGridContainer {
    width: 50%;
    height: 100%;
    position: relative;
}

.RegionGroupDefinitionEditTargetGridHeader {
    width: 100%;
    height: 40px;
    float: left;
}

.regionGroupTree > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container > .dx-scrollable-content > .dx-empty-message {
    padding-top: 50px;
    padding-left: 50px
}

.RegionPolygonIcon {
    width: 75%;
    height: 26px;
    position: relative;
    top: 50%;
    background: url(Images/polygon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 0 30px 0px;
    margin: 3px auto 0;
}

.RegionGroupDefinitionTreeLineLabelTextNonGroup {
    width: 100%;
    height: 30px;
    font-weight: bold;
    padding-left: 35px;
}

#regionPanelListContainer .RegionPlugin_GridContainer .dx-treeview-node-container:first-child > .dx-treeview-node {
    padding-left: 0;
}

.RegionGroupDefinitionEditGridContainer .dx-datagrid-table tr {
    height: 40px;
}

.RegionGroupDefinitionEditGridContainer .dx-datagrid-table td {
    vertical-align: middle !important;
}

.RegionGroupDefinitionEditContainer .dx-datagrid-headers .dx-datagrid-table .dx-row > td:not(:first-child) {
    text-align: left !important;
}

.RegionGroupDefinitionEditTreeListItem {
    position: absolute;
    bottom: 25px;
    top: 85px;
    left: 25px;
    right: 25px;
}

.RegionPanelNewGroupPopup {
    float: left;
    width: 100%;
    height: 100%;
}


    .RegionPanelNewGroupPopup .dx-treelist .dx-row > td {
        padding-top: 15px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
        padding-bottom: 15px !important;
    }

.RegionGroupDefinitionContainer {
    float: left;
    width: 100%;
    height: 100%;
}

.addGroupButtonToRoot {
    position: absolute;
    right: 32px;
    top: 82px;
    z-index: 99;
}

.regionItemGroupView {
    border-radius: 6px;
    padding: 2px 9px 3px;
    margin-right: 4px;
    /*font-weight: 500;*/
    display: inline-flex;
    /*line-height: 2;*/
    margin-bottom: 5px;
}

/* BULK OPERATION */

.regionPanelBulkOperationContainer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 10px;
    display: none;
}

.regionPanelBulkOperationWindow {
    background: white;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

    .regionPanelBulkOperationWindow > div {
        margin-bottom: 10px;
    }

.regionPanelBulkOperationCancelButtonContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 36px;
}

.regionPanelBulkOperationCancelButton {
    min-width: 90px;
}

.regionPanelBulkOperationDetailedInfo,
.regionPanelBulkOperationFileInfo {
    color: #7f7f7f;
    font-weight: 600;
    font-size: 11px;
    overflow-y: scroll;
}

.regionPanelBulkOperationIcon {
    display: flex;
    margin-bottom: 15px !important;
    margin-top: 15px;
}

.regionPanelBulkOperationUploader {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.regionPanelBulkOperationTypeRadio {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 11px;
    margin-bottom: 20px !important;
}

.regionPanelBulkOperationDetailedInfo {
    /*display: none;*/
}

.RegionPlugin_RegionImageBlock {
    background: url(Images/regionImport.png) center center no-repeat;
    width: 430px;
    height: 150px;
    margin: auto;
}

.RegionPlugin_RegionWithAddressImageBlock {
    background: url(Images/regionImportWithAddress.png) center center no-repeat;
    width: 430px;
    height: 150px;
    margin: auto;
}

.regionPanelBulkOperationDetailButton {
    color: #1361a3;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.regionPanelUploadAlert {
    color: #ff0e0e;
    font-size: 11px;
    font-weight: bold;
    display: none
}

.regionDetailPopover {
    display: none;
    background: white;
    background: rgb(255 255 255 / 90%);
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    position: fixed;
    padding: 10px;
}

    .regionDetailPopover .regionPanelListItemDetailedView {
        display: block;
        padding: 0;
    }

    .regionDetailPopover .regionPanelButtonContainerSeperator {
        background-color: #7d7d7d;
    }

    .regionDetailPopover .regionPanelListItemView,
    .regionDetailPopover .regionPanelListItemHistory,
    .regionDetailPopover .regionPanelListItemFavorite {
        color: black;
    }

.regionDetailPopoverHeaderContainer {
    display: flex;
    justify-content: space-between;
}

.regionDetailPopoverButtonContainer {
    display: flex;
}

    .regionDetailPopoverButtonContainer .regionPanelButtonContainerSeperator {
        height: 28px;
        margin: auto 5px;
    }

.regionDetailPopoverContent {
    color: black !important;
}

.regionDetailPopoverName {
    font-weight: 600;
    font-size: 16px;
    margin: auto 10px;
    overflow-y: hidden;
}

.regionDetailPopoverCloseButton {
    height: 15px;
    width: 15px;
    background-image: url(/_internals/login/themes/images/close.png);
    /*position: absolute;*/
    background-size: 15px;
    /*    top: 10px;
    right: 10px;*/
    margin-bottom: 35px;
    cursor: pointer;
}

.RegionGroupDefinitionEditDropDownContainer {
    width: 100%;
    float: left; 
    height: 50px;
   text-align:left;
}

.RegionGroupDefinitionEditDropDownText {
    float: left;
    width: 20%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    text-align:left;
}

.RegionGroupDefinitionEditDropDown{
    float: left;
    width: 40%;
  
}

.regionPanelExcelIndicatorContainer {
    margin: auto;
    height: 46px !important;
    width: 158px !important;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 61px;
    text-align: right;
}