#mapcontainer {
    position: relative !important;
}

#mapcontainer, #map, #map-roundtour, #confirm-marker-placement, #pano, #map-expert {
    height:100%;
    width:100%;
}

#scenic-container {
    margin-left: 20px;
    margin-top: 20px;
}

.section-header {
    font-size: 18px;
    margin-bottom: 10px;
}

.content-container > div {
    background-color: white;
    padding: 20px 20px 50px 20px;
    border-radius: 20px;
    flex: 1;
}

.content-left {
    margin-right: 10px;
}

.content-right {
    margin-left: 10px;
}

#announcement-container {
    height: 100%;
    width: 100%;
    background-color: #155a89c7;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

#announcement-container > div {
    width: 60%;
    margin-top: 10%;
}

#announcement-header {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
    background-color: #FFD600;
    border-radius: 20px 20px 0 0;
}

#announcement-header > img {
    height: 30px;
    margin-right: 10px;
    background-color: #0B4B7D;
    border-radius: 10px;
    padding: 5px;
}

#announcement-header > div {
    color: #0B4B7D;
    font-size: 20px;
}

.announcement-border {
    width: 8px;
    background-image: linear-gradient(#FFD600, #ffffff);
}

#announcement-contents {
    display: flex;
    background-color: white;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
}

#announcement-data {
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 100%;
}

#announcement-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#announcement-message {
    font-size: 16px;
    margin-bottom: 30px;
}

#announcement-buttons {
    display: flex;
}

#announcement-buttons > a:last-of-type {
    margin-left: auto;
}

.no-data-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-data-image-container > img {
    max-width: 50%;
}

.no-data-image-container > div {
    margin-top: 15px;
    text-align: center;
}

.navbar-toggle {
    display: none !important;
}

.routelab-navigate-header {
    padding: 20px 20px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-color: white;
}

.routelab-navigate-header > * {
    margin-bottom: 10px;
}

.routelab-navigate-title {
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.routelab-navigate-title > img {
    margin-right: 20px;
}

.routelab-navigate-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.routelab-button, .routelab-button:hover, .routelab-button:visited {
    width: 13%;
    min-width: 105px;
    height: 70px;
    flex-direction: row;
    background-color: #0A334F;
}

.routelab-button > img {
    width: 30px;
    margin-right: 5px;
}

.userpicture {
    width: 40px;
    border-radius: 50%;
}

.routelab-navigate-title > .info-dropdown-div {
    margin-left: auto;
}

#dropdown-routelab-routes-content {
    z-index: 1001;
    min-width: 500px;
    width: 100%;
    right: 0;
}

#dropdown-routelab-routes-content > a {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#dropdown-routelab-routes-content > a * {
    margin-right: 10px;
}

#dropdown-routelab-routes-content > a > div {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    width: 100%;
}

#dropdown-routelab-routes-content > a > div:last-child{
    text-align: end;
    width: 50%;
}

#dropdown-routelab-routes-content > a:nth-child(even) {
    background-color: #caebfc;
}

#dropdown-routelab-routes-content > a:nth-child(odd) {
    background-color: white;
}

#dropdown-routelab-routes-content > a > img {
    width: 25px;
    height: 25px;
}

#dropdown-routelab-routes-content > a:hover {
    background-color: rgba(186, 186, 186, 0.59);
}

#dropdown-routelab-routes {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background: rgba(197, 227, 255, 0.45);
    border-radius: 50px;
    padding: 0 20px;
    min-width: 200px;
    height: 40px;
    width: 100%;
}

#dropdown-routelab-routes > img {
    margin-right: 8px;
}

.announcement-button, .announcement-button:hover {
    flex-direction: row;
}

.announcement-button > img {
    margin-right: 10px;
}

.routelab-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .content-left, .content-right {
        margin: 20px 0 0 0;
    }

    #announcement-container > div {
        width: 75%;
        margin-top: 20%;
    }
}

@media only screen and (max-width: 1024px) {
    .routelab-navigate-header {
        height: 100%;
    }

    .routelab-navigate-list {
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

    .routelab-navigate-list > a {
        margin-bottom: 10px;
    }

    .routelab-button, .routelab-button:hover {
        width: 48%;
        height: 100px;
        max-width: unset;
    }

    .routelab-routes {
        margin-top: 20px;
    }

    .explorer-col-datetime {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    #announcement-container > div {
        width: 90%;
        margin-top: 25%;
    }
}