main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.map-wrap {
    height: 100%;
    margin-top: 56px;
    position: relative;
}

.map-wrap #map {
    height: 100%;
    width: 100%;
}

.right-sidebar {
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 3;
    border-left: 2px solid green;
    background: #ffffff;
    font-size: 12px;
}

.right-sidebar-closed {
    right: -300px;
}

.right-sidebar-closed .right-sidebar-content {
    margin-left: 20px;
}

.right-sidebar-btn-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
}

.right-sidebar-btn-wrap-closed {
    right: 310px;
}

.left-sidebar {
    padding: 5px 10px 5px 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 3;
    border-right: 2px solid green;
    background: #ffffff;
    font-size: 12px;
    overflow-y: scroll;
}

.left-sidebar-btn-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
}

.left_sidebar_btn {
    float: right;
}

.left-sidebar-closed {
    left: -300px;
}

.left-sidebar-closed .left-sidebar-content {
    margin-right: 20px;
}

.left-sidebar-btn-wrap-closed {
    left: 310px;
}

.left-sidebar .table th, .table td {
    padding: 0.3rem;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.result-wrap {
    font-size: 12px;
    overflow-y: scroll;
    height: 100%;
}

@media screen and (max-width: 400px) {
    .container-wrap {
        padding-left: 5px;
        padding-right: 5px;
    }

    .left-sidebar-btn-wrap {
        top: unset;
        bottom: 50px;
    }
}


.layer-switcher .panel {
    position: absolute !important;
    right: 50px !important;
    background: white !important;
    border-radius: 15px !important;
    padding: 20px 5px 10px 5px !important;
    border: 1px solid #2c5633 !important;
    width: 250px !important;
}

.layer-switcher button {
    border: 1px solid #2c5633 !important;
    border-radius: 5px !important;
    width: 42px !important;
    height: 40px !important;
    padding: 8px 10px 4px 10px !important;
    background-image: url("/images/layer_s.svg");
    transition: 0.5s !important;
    background-position: 5px !important;
}

.ol-control {
    background-color: transparent !important;
    padding: 0 !important;
}

.layer-switcher.shown button {
    display: block !important;
}

.layer-switcher ul {
    padding-left: 1em !important;
}

.layer-switcher button:hover {
    background-size: 32px 30px;
    background: #2c5633 no-repeat;
    background-image: url("/images/layer_sw.svg");
    color: #fff;
}

.list-wrapper {
    display: none;
    position: absolute;
    width: 300px;
    height: calc(100% - 0px);
    z-index: 100;
    left: 0;
    /*top: 0;*/
    bottom: 0;
    background-color: #ffffff;
    padding: 10px;
    font-size: 11px;
    /*color: #ffffff;*/
}

.list-wrapper .map-panel-title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

.list-wrapper .mpl-item {
    padding-bottom: 5px;
}

.list-wrapper .map-panel-tier {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 5px;
}

.map-panel-tier-list {
    padding-left: 10px;
}

.list-wrapper .map-panel-close {
    text-align: right;
}

.list-wrapper .map-panel-close .close-btn {
    cursor: pointer;
    color: grey;
    font-size: 18px;
}

.popover {
    min-width: 300px;
    max-height: 600px;
}

.popover .popover-content {
    max-height: 235px;
    overflow-y: auto;
}

.popover-content {
    font-size: 11px;
}