#viewDiv {
    padding: 0;
    margin: 0;
    height: calc(100vh - 48px);
    width: 100%;
    overflow: auto;
}

#legendDiv {
    font-size: 14px !important;
    font-family: Arial, serif !important;
    overflow: auto;
    height: 375px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 5px;
}

#PopUpDiv {
    font-size: 14px !important;
    font-family: Arial, serif !important;
}

#container {
    height: 50%;
    width: 100%;
}

.hide {
    display: none !important;
}

#mlMenuDiv {
    display: block;
    margin: 0;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
}

#mlMenuDiv .mlHoDauTieng {
    width: 10%;
}

#mlMenuDiv .mlViTriCongTy {
    width: 10%;
}

#mlMenuDiv .mlViTriLayMau {
    width: 12%;
}

#mlMenuDiv .mlWQI {
    width: 21%;
}

#mlMenuDiv .mlWQI > div {
    padding-top: 5px;
}

#mlMenuDiv .mlWQI div > div {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

#mlMenuDiv .mlWQI div > div > input[type="checkbox"] {
    margin: 0;
}

#mlMenuDiv .mlViTriLayMau #mlViTriLayMau-4 {
    font-size: 14px;
}

#mlMenuDiv .mlTieuLuuVuc {
    width: 32%;
}

#mlMenuDiv .mlTieuLuuVuc div {
    float: left;
    margin-right: 5px;
}

#mlMenuDiv .mlWaterSystem {
    margin-right: 5px;
}

#mlMenuDiv .mlWardBorder {
    margin-right: 5px;
}

#mlMenuDiv .mlDistrictBorder {
    margin-right: 5px;
}

#mlMenuDiv .mlProvinceBorder {
    margin-right: 5px;
}

.esri-widget {
    font-family: Arial, serif;
}

.esri-widget--button span {
    color: red;
}

.esri-legend__service {
    padding: 0;
    border-bottom: 1px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.esri-legend__layer-caption {
    display: none !important;
    padding: 6px 0;
    word-break: break-word;
}

.esri-legend__layer-table {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.esri-legend__layer-cell--info {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
    word-wrap: normal;
    word-break: normal;
    max-width: 250px;
}

.esri-legend__layer-cell--symbols {
    min-width: 50px;
    text-align: center;
}

.esri-popup__header {
    position: relative;
    font-size: 14px !important;
    font-family: Arial, serif !important;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    flex: 0 0 auto;
}

.esri-popup__content {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    font-size: 14px !important;
    font-family: Arial, serif !important;
    font-weight: 400;
    margin: 0 15px 12px;
    overflow: auto;
    line-height: normal;
}

.esri-view-width-xlarge .esri-popup__main-container,
.esri-view-width-large .esri-popup__main-container,
.esri-view-width-medium .esri-popup__main-container
{
    width: 850px;
}

#filterDiv {
    position: absolute;
    top: 97px;
    right: -255px;
    width: 255px;
    height: calc(100vh - 125px);
    z-index: 40;
    background-color: #FFFFFF;
    border: 1px solid rgba(110, 110, 110, .3);
    padding: 9px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    line-height: 1.5;
}

#filterDiv .offcanvas-body {
    height: calc(100vh - 188px);
}

#chkFilter:checked + #filterDiv {
    right: 15px;
}

#filterDiv input.datetime {
    font-size: 14px;
}

#filterDiv input.datetime:before,
#filterDiv input.datetime::-webkit-calendar-picker-indicator {
    top: 6px;
}
