body {
    min-height: 100vh;
}

select option[disabled] {
    display: none;
}

#content {
    height: 90vh;
}

    #content > div {
        height: inherit;
    }

#sidebar {
    max-height: 100vh;
    overflow: scroll;
}

.delete-attachment, .download-attachment {
    display: inline-block;
    float: right;
    padding: 0 10px 0 0;
}

.attachment-name {
    display: inline-block;
}

.input-group.date .input-group-addon {
    cursor: pointer;
    position: absolute;
    right: 0px;
    padding: 7px 15px 5px 15px;
}

    .input-group.date .input-group-addon i {
        font-size: 24px;
    }

#lensWin {
    -webkit-border-radius: 10px;
    border-radius: 2px;
    background-color: transparent;
    border: 0px solid #444;
    border-bottom: 10px solid #444;
    display: none;
    height: 50px;
    left: 50px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: 50px;
    z-index: 10;
}

.fileInput {
    padding: 10px 0px;
}

.uploaded_image {
    margin-bottom: 0.1rem;
}

.list-ckeck h5, .list-ckeck p {
    margin: 0px;
}

.listcheck-image {
    min-width: 26px;
}

    .listcheck-image img {
        display: block;
        padding: 5px 10px 5px 0px;
    }

.listcheck-text h5 {
    /*text-transform: uppercase;
    font-size: 1.20rem;
   font-weight: 500;*/
}

.list-ckeck li {
    overflow: hidden;
}

.lable-application {
    align-items: center;
    font-weight: bold;
    padding: 5px;
}

.input-group > .border-application:not(:first-child) {
    -ms-border-radius: 60px 0 0 60px;
    border-radius: 60px 0 0 60px;
    border-color: #2e40d4;
}

.scroll-layer {
    overflow-y: scroll;
    max-height: 500px;
}

#searchBox-source-menu {
    max-height: 320px;
}

.pad > .esri-view {
    height: 400px;
    background-color: #ffffff;
}

.dashb > .esri-view {
    height: 750px;
    background-color: #ffffff;
}

.esri-view {
    background-color: #ffffff;
    height: 100%;
}

.esri-print__export-title {
    font-size: 16px;
    text-transform: capitalize;
}

.esri-basemap-gallery__item img {
    width: 64px;
}

#preloader {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff url("../Assets_Css/images/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 999;
}

.loading {
    background-position: center center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*background: #3e3e3e8a url("../Assets_Css/images/loading.gif") no-repeat center center;*/
    background: #3e3e3e8a url("../Js/diadu/image/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 999;
}

.search-loading {
    height: 26px;
    width: 26px;
    display: inline-block;
    background: #fff url("../Assets_Css/images/loading.gif") no-repeat center center;
}

#search-loading-icon {
    position: absolute;
    right: 0.25em;
    bottom: 0.5em;
}

.icon {
    display: inline-block;
    /*background-image: url("../img/icon-sprite.png");*/
    background-repeat: no-repeat;
}

.icon-ski {
    background-position: -0px -0px;
    height: 42px;
    width: 50px;
}

.icon-trail {
    background-position: -50px -0px;
    height: 40px;
    width: 25px;
}

.icon-camp {
    background-position: -75px -0px;
    height: 37px;
    width: 50px;
}

.icon-map-marker {
    background-position: -0px -42px;
    height: 34px;
    width: 23px;
}

.icon-map-search {
    background-position: -23px -42px;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0.25em;
    bottom: 0.5em;
}

.typeahead {
    background-color: #FFFFFF;
}

.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    padding: 4px 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.tt-suggestion {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
    font-weight: 100;
}

    .tt-suggestion.tt-cursor {
        background-color: #2292f4;
        color: #FFFFFF;
        cursor: pointer;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion + .tt-suggestion {
        border-top: 1px solid #ccc;
    }

.typeahead-header {
    margin: 0 5px 5px 5px;
    padding: 3px 0;
    border-bottom: 2px solid #333;
}

.modalImage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100vw; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-contentImage {
    padding-top: 100px;
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
    height: auto;
}


/* Add Animation - Zoom in the Modal */
.modal-contentImage, #captionImage {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closeImage {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .closeImage:hover,
    .closeImage:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentImage {
        width: 80%;
    }
}

#panel {
    position: absolute;
    right: 0;
    height: 100%;
    width: 40%;
    overflow: scroll;
}

#num-homicides {
    color: #ed5050;
    font-size: 36pt;
    font-weight: bolder;
    line-height: 0.8;
}

#avg-age {
    color: #149dcf;
    font-size: 20pt;
    font-weight: bolder;
}

#avg-open-time {
    color: #149dcf;
    font-size: 20pt;
    font-weight: bolder;
}

.holdbookmark {
    background-color: #2181c5;
    color: #ffffff;
    border: 0.5px solid #ffffff;
}

.action-button {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    color: #6e6e6e;
    height: 32px;
    width: 32px;
    text-align: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

    .action-button:hover,
    .action-button:focus {
        background: #0079c1;
        color: #e4e4e4;
    }

.active-measure {
    background: #0079c1;
    color: #e4e4e4;
}

.ruler_btn button {
    width: 70%;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentImage {
        width: 80%;
    }
}

#basemapGallery {
    max-width: 100%;
    max-height: 100%;
}

    #basemapGallery > .esri-basemap-gallery__item-container > .esri-basemap-gallery__item:first-child {
        margin-top: 0px;
    }

    #basemapGallery > .esri-basemap-gallery__item-container {
        flex-flow: wrap;
        margin-top: 0px;
    }

        #basemapGallery > .esri-basemap-gallery__item-container > .esri-basemap-gallery__item {
            flex: 1 0 50%;
        }

/* bookmark-layer-base-left */
#drp-bookmarkleft li {
    text-align: left;
}

#drp-layerleft li {
    text-align: left;
}

#drp-measureleft li, label, span {
    text-align: left;
}

#drp-searchleft li {
    text-align: left;
}

#drp-basebefore .errdrop:before {
    margin-left: 40px;
}

.esri-layer-list__item .esri-layer-list__item-container {
    padding: 13px 5px 13px 5px;
    width: 90%;
}

.esri-layer-list__item .esri-layer-list__item-label .esri-layer-list__item-container span {
    display: block;
    width: 150px;
    word-wrap: break-word;
}
/* bookmark-layer-base-left */

/* Dashboard */
.das_borbottom {
    border-bottom: 1px solid #000000;
}

.das_chuakp {
    color: #ff1500;
    padding-bottom: 5px;
    font-size: 14px;
}

.das_dangkp {
    color: #f0c277;
    padding-bottom: 5px;
    font-size: 14px;
}

.das_dakp {
    color: #004da8;
    padding-bottom: 0px;
    font-size: 14px;
}

.das_truyendan {
    color: #38A800;
    padding-bottom: 5px;
    font-size: 14px;
}

.das_phanphoi {
    color: #0000e1;
    padding-bottom: 5px;
    font-size: 14px
}

.das_dichvu {
    color: #00C5FF;
    padding-bottom: 5px;
    font-size: 14px
}
.das_dichvu1 {
    color: #00C5FF;
    padding-bottom: 0px;
    font-size: 14px
}
.das_doan {
    padding-bottom: 5px;
    font-size: 14px
}
.das_padbottom10 {
    padding-bottom: 5px;
    font-size: 15px;
}

.das_padbottom5 {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.das_pad_bot_top {
    padding-bottom: 5px;
    padding-top: 10px;
    font-weight: 600;
    font-size: 14px;
}

.das_btn {
    background: #0197c6;
    color: #ffffff;
    padding: 0px 12px;
}

.das_btn_closer {
    background: #ffffff;
    color: #a19d9d;
    padding: 0px 12px;
}

#viewDiv.withGrid {
    height: 65%;
}

#paneDiv {
    position: absolute;
    top: 10px;
    left: 62px;
    padding: 0 12px 0 12px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#gridDisplay {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-color: grey;
    width: 100%;
    font-size: 14px;
    display: none;
}

#gridDisplay {
    z-index: 80;
}

.dgrid-row-table {
    /*display: inline-block;*/
    vertical-align: top;
    max-width: 100%;
    max-height: calc(100vh - 320px);
    overflow: auto;
    white-space: nowrap;
    border-collapse: collapse;
    border-spacing: 0;
}

.dgrid {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 17em;
    display: block;
}

.dgrid-cell {
    font-size: 12px;
    border: 1px solid #f9f9f9;
    width: 200px;
    max-width: 200px;
    padding: 3px;
}
.dgrid-hider-menu-row {
    font-size: 12px;
}
.dgrid-hider-menu-label {
    display: initial;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #b4daf5;
}

.dgrid-row:hover {
    background: #c5def0;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/Assets_Css/assets/sorttable/images/ui-icons_222222_256x240.png);
}
/* Dashboard */
