body {
  height: 100%;
  overflow: hidden;
}

#filters {
  width: 100%;
  /* height: 100%; */
  margin-bottom:  20px;
  /* text-align: center; */
}

#content {
  display: block;
  height: calc(100vh - 70px);
  width: 100%;
  margin-top: -10px;
}

#ch-menu {
  /* float: right; */
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  /* height: calc(100vh - 75px) !important;  */
  /* Firefox */
  /* height: -moz-calc(100vh - 75px) !important; */
  /* WebKit */
  /* height: -webkit-calc(100vh - 75px) !important; */
  /* Opera */
  /* height: -o-calc(100vh - 75px) !important; */
  /* Standard */
  /* height: calc(100vh - 75px) !important; */
  /* padding: .3em; */
}

.ch-div {
  margin: .1em;
  width: 98%;
  padding-right: 10px;
  /* height: 7%; */
  display: table;
  border-bottom: 1px solid grey
}

.grid {
  height: 100%;
  width: 100%;
}

#ch_block {
  display: none; 
  width: 600px;
  margin:  auto;
  height: 700px; 
  position: fixed; 
  top: 10vh;
  left: calc(50vw - 300px);
  border-radius: 20px;
  z-index: 1001;
  background-color: white;
  border: 1px solid black;
}

#map {
  width:100vw; 
  height:calc(100vh - 70px);
  position: relative;
}

.myplace-btn {
  left: 5px; 
  bottom: 5px;
  height: 40px; 
  width:40px; 
  position: absolute; 
  border-radius: 10px; 
  border-color: #336f14; 
  padding: auto; 
  background-color: #336f14; 
  z-index: 999;
}

.close-ch-btn {
  right: 5px; 
  top: 5px;
  height: 40px; 
  width:40px; 
  position: absolute; 
  border-radius: 10px; 
  border: none;
  /* border-color: white;  */
  /* padding: auto;  */
  background-color: white; 
  z-index: 999;
}

.myplace-btn:active, .myplace-btn:focus { outline: none; }
.close-ch-btn:active, .close-ch-btn:focus { outline: none; }

.favorite_image {
  height: 1.3em;
  width:  1.3em;
  cursor: pointer;
}

.want_visit_image {
  height: 1.3em;
  width:  1.3em;
  cursor: pointer;
}

button, input {
  color: black;
}

label {
  width: 15vw;
  margin: 0;
  display: block;
}

[class*="-gototech"], [class*="-copyright"], [class*="-gotoymaps"]{
  display : none !important;
}

[class*="-cluster-tabs__menu-item"] {
  max-width: 20vw !important;
}

[class*="-balloon__content"] ymaps {
  max-height: 30vh !important;
  height: unset !important;
  width: unset !important;
  max-width: 30vw !important;
}

[class*="-balloon"] {
  max-width: 30vw !important;
  border-radius: 5px;
  display: table !important;
}

[class*="-cluster-tabs__content-item"] {
  width:30%;
}

[class*="-cluster-tabs__menu-item-text"] {
  color: black !important;
}

[class*='-balloon__layout'] {
  max-height: 30% !important;
  min-height: 10% !important;
  width: 85vw;
}




.btn-wv.active{
  background-color: #5BB75B !important;
  outline: none;
}

.btn-wv{
  background-color: #a9a9a9 !important;
  color: white;
  outline: none;
  border-radius: 10px;
  padding-right: 10px;
  height: 40px;
  margin-right: 3px;
  margin-left: 3px;
}

.btn-default.btn-wv:active {
  outline: none;
}

.btn-default.btn-wv:focus{
  outline: none;
}

.btn-fv.active{
  background-color: #eb445a !important;
  outline: none;
}

.btn-fv{
  background-color: #a9a9a9 !important;
  color: white;
  outline: none;
  border-radius: 10px;
  padding-right: 10px;
  height: 40px;
  margin-right: 3px;
  margin-left: 3px;
}

.btn-default.btn-fv:active {
  outline: none;
}

.btn-default.btn-fv:focus{
  outline: none;
}

.time {
  width: 100%;
}

.search {
  z-index: 999;
  position: fixed;
  margin:  auto;
  width: 480px;
  min-width: 100px;
  background-color: #cdeecd; 
  height: 60px;
  top:  73px;
  left:  calc(50vw - 240px);
  display: flex;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #336f14;
}

  .not-active {
    background-color: #eafdea;
  }

  .active_top {
    background-color: #10c12e;
  }

  /* .row { */
    /* border-bottom: 1px solid #ddd; */
    /* height: 8vh; */
    /* margin-top: 1vh; */
  /* } */
/*   .name {
    top: 0;
    text-align: center;
    border-right: 1px solid #ddd; 
    height: 5vh;
    width: 15vw;
    display: inline-block;
    margin: inherit;
  }
  .name-user {
    top: 0;
    text-align: center;
    border-right: 1px solid #ddd; 
    height: 5vh;
    width: 30vw;
    display: inline-block;
    margin: inherit;
  }
  .mark {
    display: inline-block; 
    height: 5vh; 
    width: 60vw; 
    text-align: end;
    margin: inherit;
    background-color: white;
  }
  .mark-user {
    display: inline-block; 
    height: 5vh; 
    width: 65vw; 
    text-align: end;
    margin: inherit;
    background-color: white;
  } */

  .btn-default.btn-on.active{
    background-color: #cdeecd;
    border:  1px solid #cdeecd;
    outline: none;
  }

  .btn-default.btn-off.active{
    background-color: #cdeecd;
    border:  1px solid #cdeecd;
    outline: none;
  }

  .btn-default.btn-on:focus:hover{
    border:  1px solid #cdeecd;
    outline: none;
  }

  .btn-default.btn-off:focus:hover{
    border:  1px solid #cdeecd;
    outline: none;
  }

  .btn-default {
    border:  1px solid #cdeecd;
  }