#imgGallery .modal-dialog {
    width: 100%;
    height: 90%;
    margin: 0;
    padding: 2% 12%;
}

#imgGallery .modal-content {
    overflow: auto;
    height: auto;
    min-height: auto;
    border-radius: 0;
}
.esri-popup__inline-actions-container .esri-popup__action{
    flex-basis: calc(30% - 14px)!important;
}
.imageName {
    margin: 0;
    width: 16vw;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Chỉnh sửa thanh top  */
.navbar-header {
    background: rgb(46 46 46 / 48%)!important;
}
.sidebar {
    display: none;
}
.toggleMenuSideBar{
    margin-left: 0!important;
}
#expand-menu{
    display: none;
}
footer{
    display: none;
}
#rowBanDo{
    margin-bottom: -60px!important;
}
#txt_search{
    margin-top: 5px!important;
    width: 320px;
}
.app-search a{
    margin-top: 10px!important;
    top: 0!important;
}
.search-top .dropdown{
    margin-top: 5px!important;
}
#search_widget{
    margin-top: 60px;
    width: 45vh;
    box-shadow: none;
}
#form_search{
    margin-top: -5px;
}
.btnSearchRight{
    top: 3px;
}
@media (min-width: 1025px) {
    .search-top {
        right: 190px;
    }
}
@media (min-width: 1025px) {
    .search-top {
        right: 190px;
    }
}
@media (max-width: 768px) {
    #txt_search{
        width: 220px;
    }
    .navbar-left{
        width: 40%;
    }
}
.search-top{
    top: 17px;
}
#search-suggestion{
    margin-top: 50px;
}
#navMenu{
    display: none;
    height: 0;
}
/* end  */
/* Chỉnh sửa button bottom right  */
.esri-ui-bottom-right{
    margin-right: 15px;
}
.esri-ui-bottom-left, .esri-ui-bottom-right{
    flex-flow: column;
}
.esri-ui-bottom-right .esri-component{
    margin-bottom: 10px;
}
#tableKetQuaThongKe {
    width: 100%;
}
.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none;
}
.esri-widget__table tr:nth-child(odd){
    background: none;
}
.esri-popup__inline-actions-container .esri-popup__action{
    flex-basis: calc(25% - 15px)!important;
}
.esri-popup__header {
    background-color: #2cabe3;
}

.esri-popup__header-title {
    font-size: 16px !important;
    text-align: center;
    color: white;
    padding: 0 0 0 10px;
}
.fix-header{
    background: #fff;
}
#page-wrapper{
    background: #fff;
}
#viewDiv{
    background: #fff;
}