* {
    font-family: Arial;
}
html, body, #app {
    height: 100%;
    margin: 0;
}
body, #app, #landing {
    background-color: #606060 !important;
}
.hidden {
    display: none !important;
}
/*  ------------- LANDING -------------  */
#landing {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.landing-container {
    max-width: 480px;
    max-height: 590px;
    margin: 5% auto 0;
    font-size: 11pt;
    color: #444;
    text-align: center;
    background: url("./images/landing.png") no-repeat center center;
    padding: 70px 0px 0px;
}
.landing-block {
    margin: 0px 10% 10px;
}
#logo {
    height: 30%;
    min-height: 120px;
    background: url("./images/logo.png") no-repeat center center;
    background-size: contain;
}
#welcome {
    padding-bottom: 10px;
}
.landing-buttons {
    padding-bottom: 100px;
}
.landing-buttons a,
.landing-buttons button {
    margin-bottom: 15px;
    white-space: normal;
}
#landing-continue {
    font-size: 20px;
}
/*  ------------- MAP -------------  */
.map-selection-button,
#app {
    user-select: none;
}
#app .leaflet-popup {
    user-select: text;
}
.map-marker {
    width: 300px;
    font-size: 12px;
    padding-bottom: 10px;
}
.map-marker .marker-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 18px;
}
.map-marker .marker-image {
    margin-top: 10px;
}
.map-marker img {
    max-width: 100%;
    height: auto;
}
.map-marker .marker-description {
    margin-top: 10px;
}
.map-menu .add-marker-button {
    cursor: pointer;
    padding: 10px;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #FFFFFF;
}
/*  ------------- FORMS -------------  */
#add-marker-form select {
    font-size: 14px;
}
button#submit-marker-button {
    white-space: break-spaces;
}
#app .leaflet-popup-close-button {
    height: 42px;
    width: 42px;
    padding: 10px;
    text-align: center;
    font-size: 28px;
}
#app .leaflet-popup-content {
    margin: 10px 10px 0;
}
.leaflet-popup-content > div {
    max-height: 500px;
    overflow-y: auto;
}
.leaflet-popup.moved .leaflet-popup-tip-container {
    display: none;
}
#app .leaflet-context-menu .leaflet-popup-content {
    margin: 10px 40px 10px 10px;
}

#app .leaflet-popup.leaflet-context-menu {
  margin-left: -15px;
}
.leaflet-marker-icon{
    border-radius: 50px;
}
.leaflet-marker-icon.active,
.leaflet-marker-icon:hover {
  background-color: rgba(255,255,255,0.7);
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
/*  ------------- MAP SELECTION -------------  */
.thumb-image {
    width: 100%;
}
.map-thumb {
    border: none;
    background: none;
    padding: 5px;
    max-width: 177px;
    width: 49%;
}
.map-thumb:hover {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.map-selection-image img {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
#map-selection {
    position: relative;
    padding: 4%;
    overflow: hidden;
    max-width: 1080px;
    margin: 5% auto 0;
}
.map-selection-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}
.map-selection-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.map-selection-tile {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url("./images/worldmap_tile.jpg") repeat-y center center;
    background-size: 100%;
}
.map-selection-button {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    cursor: pointer;
    z-index: 1000;
}
.map-selection-button img {
    width: 100%;
}
.map-selection-button.active,
.map-selection-button:hover {
    background: url("./images/mapselection-hover.png") no-repeat center center;
    background-size: 100%;
}
.map-selection-button.active img,
.map-selection-button:hover img {
    visibility: hidden;
}
/* ------------- SIDEBAR ------------- */
#sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
.marker-list-button,
.marker-filter-button {
    background: none no-repeat center center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 60%;
    position: relative;
}
.marker-filter-button i {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #444;
    display: none;
}
.marker-filter-button.disabled i {
    display: block;
}
.marker-list-button:hover,
.marker-filter-button:hover {
    background-color: rgba(255,255,255,0.5);
}
#marker-controls {
    background: url("./images/controls.png") no-repeat center center;
    position: relative;
    top: 5%;
    left: 280px;
}
#marker-list {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background: #E0DCD0;
    overflow: auto;
    border-right: 1px solid #897E77;
}
.collapsed #marker-controls {
    left: 0px;
}
.collapsed #marker-list {
    display: none;
}
#sidebar .marker {
    position: relative;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff
}
#sidebar .marker:hover {
    background-color: #eee;
}
#sidebar .marker div {
    position: absolute;
    padding: 5px;
    height: 34px;
    width: 34px;
}
#sidebar .marker .type {
    background: none no-repeat center center;
    background-size: 70%;
    left: 34px;
}
#sidebar .marker .visibility {
    background-color: #bbb;
    left: 0;
    color: #fff;
}
#sidebar .marker .visibility:hover {
    background-color: #888;
}
#sidebar .marker .title {
    left: 68px;
    right: 0;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10pt;
}
#footer {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 11px;
    z-index: 1000;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 
}
#footer a {
    background-color: #333;
    padding: 5px;
    color: #fff;
    float: left;
}
#footer a.discord {
    background-color: #5869ED;
}
#footer a.donate {
    background-color: #DA3749;
}
#footer i {
  margin-right: 3px;
}