#page-content {
    padding: 0px;
    min-width: calc((400px * 3) + (48px * 4));
}

#location-desc {
    font-size: 14px;
    text-align: right;
    z-index: 9999;
    text-shadow: 0.05em 0.05em 0.05em #fff;
}

.section.first {
    height: calc(100vh / 3 * 2);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 48px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
}

.section.first .left {
    width: 360px;
    height: 100%;
}

.section.first .left .header {
    background-color: #4777B5;
    width: 100%;
    height: 64px;
    padding: 6px 6px 0px 6px;
    box-sizing: border-box;
    position: relative;

}

.section.first .left .header img {
    height: 100%;
}

.section.first .left .header a.go-home {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.79);
}

.section.first .left .header a.go-home img {
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.section.first .left .panel {
    width: 100%;
    height: calc(100% - 64px);
    border: none;
    border-radius: 0px;
}

.section.first .left .panel .nav-tabs {
    height: 52px;
    background-color: #FFFFFF;
    padding: 8px 10px 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
}

.section.first .left .panel .nav-tabs li {
    height: 100%;
    width: calc((100% - 26px) / 2);
}

.section.first .left .panel .nav-tabs li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    border: 1px solid #DDDDDD;
    border-bottom-color: transparent;
    border-radius: 8px 8px 0px 0px;
}

.section.first .left .panel .nav-tabs li.active a {
    background-color: #F2F2F2;
}

.section.first .left .panel .tab-content {
    height: calc(100% - 52px);
    overflow: hidden;
    overflow-y: auto;
    background-color: #F2F2F2;
    padding: 10px 10px 10px 10px;
}

#search .field-input {
    margin: 0px 0px 12px 0px;
}

#search label.field {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

#search input {
    height: 42px;
}

#search input[type="text"] {
    padding-right: 38px;
}

#search .clear-text{
    top: 50%;
    right: 0px;
    transform: translate(0px, -50%);
}

#shp-type {
    width: 35%;
    height: 42px;
    border: 1px solid #DDDDDD;
    border-radius: 4px 0px 0px 4px;
    background-color: #FFFFFF;
}

#poly-file,
#shp-input {
    display: none;
}

#search .guide {
    color: #969696;
    font-size: 12px;
}

#clear-overlay-list-from-shp-file {
    border: none;
    background: transparent;
    color: #C54719;
}

#clear-overlay-list-from-shp-file:hover {
    text-decoration: underline;
}

#search button.process,
#search button.process:hover {
    width: 65%;
    height: 42px;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    border-color: #4777B5 !important;
    background-color: #4777B5 !important;
    border-radius: 0px 4px 4px 0px;
}

.section.first .right {
    width: calc(100% - 320px);
    height: 100%;
}

.section.second {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #FFFFFF;
    padding: 12px 0px 48px 0px;
}

.map-container {
    width: 100%;
    height: 100%;
}

.map-container.mini {
    width: calc((100% - (48px * 4)) / 3);
    height: unset;
    margin: 12px 0px 0px 0px;
}

.map-container .date {
    color: #007D05;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background-color: #FFFFFF;
}

.map-container.mini .date {
    height: 38px;
}

.map-container select {
    width: 100%;
    height: 42px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.map-container.mini select {
    height: 32px;
}

.map-container [class^="map-placeholder"] {
    height: calc(100% - 64px - 42px);
    background-color: #E9E9E9;
}

.map-container.mini [class^="map-placeholder"] {
    height: calc((100vh / 3) - 38px - 32px);
    background-color: #E9E9E9;
}