

p {
  font-family: sans-serif;
  font-weight: bold;
  color: #DDD;
}

body {
  background-color: #090909;
}

#main_text_area {
  background-color:  #404040;
  width: 420px;
  border: none;
  border-radius: 8px;
  padding: 4px;
  margin: 0px 0px 4px 0px;
}

#title {
  padding: 4px 8px 8px 4px;
  color: white;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff0;
  border: none;
}

#title:focus{
  outline: none;
}

#text {
  padding: 4px 8px 8px 4px;
  color: white;
  width: 98%;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff0;
  border: none;
}

#text:focus{
  outline: none;
}

.menu_button {
  color: #ffffff;
  /* background-color: #00808000; */
  padding: 0px;
  margin: 8px;
  font-weight: bold;
  border-radius: 8px;
  border-color: #ffffff;
  width: 180px;
  height: 50px;
  border: 4px solid;
  box-sizing: border-box;
  opacity: 1
}

.menu_button:hover {
  border: 10px solid;
  color: #000000;
}

.delete_button {
  color: white;
  background-color: #404040;
  padding: 8px;
  margin: 0px 4px 4px 0px;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  font-weight: bold;
}

.main_div {
  position: absolute;
  /* display: table-cell; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  text-align: center;
  padding: 20px;
  /* vertical-align: middle; */
  /* padding-top: 100px; */
}

.img_div {
  display: contain;
  width: 100%;
  height: 100%;
  border: none;
}

.before_image, .next_image {
  position: fixed;
  height: 40px;
  width: 40px;
  /* background-color: #f00; */
  top: 50%;
  transform:  translateY(-50%);
  background-size: 100% 100%;
}

.before_image {
  background-image: url("before_image.png");
  left: 20px;
}

.next_image {
  background-image: url("next_image.png");
  right: 20px
}

#before_element, #next_element {
  display: inline;

  margin: 4px 0 0 0;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-size: 100% 100%;
}

#before_element {
  background-image: url("before_image.png");
}

#next_element {
  margin-left: 348px;
  /* margin-left: 94px; */
  /* position: absolute;
  right: 24px; */
  background-image: url("next_image.png");
}

.close_button {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 20px;
  right: 20px;
  background-image: url("close.png");
  background-size: 100% 100%;
  z-index: 1111;
}

.accept_button {
  position: fixed;
  height: 40px;
  width: 40px;
  top: 20px;
  right: 20px;
  background-image: url("accept.png");
  background-size: 100% 100%;
  z-index: 1111;
}


.popup_image  {
  width: 428px;
  margin-left: -4px;
}

.full_frame_image {
  display: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border: none;
}

.full_frame_image[src]{
  display: inline;
}

.delete_button:hover {
  color: black;
  background-color: #AAA;
}

/* .leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-control-attribution{
  background-color: #808080;
} */

#link_area {
  background-color:  #404040;
  border: none;
  border-radius: 8px;
  padding: 4px;
  margin: 0px 4px 4px 0px;
  /* margin: 0; */
}

#link_title {
  color: white;
  width: 30%;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff0;
  border: none;
  margin: 0px;
}

#link_title:focus {
  outline: none
}

#link_url {
  color: white;
  width: 55%;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff0;
  border: none;
  margin: 0px;
}

#link_url:focus {
  outline: none
}

#distance-field {
  height: 40px;
  width: 160px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 8px 0 0 94px;
  background-color: #404040;
  border-radius: 8px;
}

#distance-text {
  margin-top: 8px;
  color: #BBB;
}

#sl_button {
  width: 8%;
  background-color: #404040;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid;
  border-color: #fff0;
  margin: 0;


  /* margin: 0px 4px 4px 0px; */
  /* box-sizing: border-box; */
}

#sl_button:hover {
  border-color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
 position: relative;
 display: inline-block;
}

/* Dropdown Button */
.dropbtn {
  color: white;
  background-color: #404040;
  padding: 8px;
  margin: 0px 4px 4px 0px;
  font-weight: bold;
  border-radius: 8px;
  font-weight: bold;
  border:none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #AAA0;
 /* padding-left: 8px; */
 /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
 z-index: 1;
}

/* Links inside the dropdown */
.dropdown-button {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  border: none;
  background-color: #0f0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  /* display: block; */
}

.gap_less_button {
  margin-bottom: 0;
}

/* Change color of dropdown links on hover */
.dropdown-button:hover {border: 4px solid; border-color: #fff;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: black;
  background-color: #AAA;
}

#side_menu_main {
  position: fixed;
  height: 100%;
  /* width: 460px; */
  top: 0;
  right: 0;
  color: #fff;
  z-index: 1000;
}

#side_menu_bg {
  right: 0px;
  position: absolute;
  height: 100%;
  width: 460px;
  background-color: #888D
}

#side_menu_cont {
  margin: 8px;
  /* margin-left: 20px; */
}

@keyframes menu_fade_in {
  from {width: 0px}
  to {width: 400px}
}

/* #side_menu_main:hover #side_menu_bg {
  width: 400px;
  animation-name: menu_fade_in;
  animation-duration: 1s;
}

#side_menu_main:hover{
  width: 400px;
} */

#nbc_bg, #search_bg {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000A;
  z-index: 1100;
  text-align: center;
  vertical-align: middle;
}

.norm_input {
  background-color: #404040;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 8px;
  font-size: 18px;
}

.norm_input:focus{
  outline: none;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.logo {
  height: 18px;
  width: 18px;
  /* margin-right: 4px; */
  /* margin-top: 4px; */
}

.side-button {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

#worlds {
  background-image: url("worlds.png");
}

#filter {
  background-image: url("filter.png");
}

#settings {
  background-image: url("settings.png");
}

#public {
  background-image: url("public.png");
}

#search {
  background-image: url("search.png");
}

#nbc {
  background-image: url("nbc.png");
}

#gpx {
  background-image: url("gpx.png");
}

#status {
  padding: 0;
  border: 0;
  background-color: #fff0;
}

#home {
  position: fixed;
  /* background-color: #444; */
  background-image: url("login.png");
  background-size: 100% 100%;
  height: 40px;
  width: 40px;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.image_counter {
  position: relative;
  float: right;
  height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  /* width: 30px; */
  font-weight: bold;
  top: 5px;
  right: 1px;
  border-radius: 10px;
  background-color: #444;
  color: #DDD;
  z-index: 2000;
  text-align: center;

}

#side-button-div {
  position: fixed;
  width: 40px;
  top: 20px;
  right: 20px;
}

