html, body, #container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  padding-top: 50px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

ul.thumbnails.image_picker_selector li .thumbnail img{
  width: 70px;
}

.modal-content{
  margin: auto !important;
  max-width: 300px !important;
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eee;
}

.buttonrounded {
  background-color: #6495ED; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
}

#panel{
  background:#98bf21;
  height:100%;
  width:100%;
  position:fixed;
  bottom:-100%;
  z-index:101;
}

#img-user-selected{
  width: 100%;
}

#opening-hours-current{
  text-align: center;
}
#opening-hours-full{
  text-align: center;
  display: none;
}
.form-check{
  display: table-cell;
}

#timeWeekFrom,#timeWeekTo,#timeWeekendFrom,#timeWeekendTo{
  display: table-cell;
}

#info-vote{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: 14px;
}

#btn-distance{
  position: absolute;
  right: 52%;
  bottom: 5px;
  min-width: 40%;
}

#btn-directions{
  position: absolute;
  left: 52%;
  bottom: 5px;
  min-width: 40%;
}


.icon-container-baba{
  width:10vw;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  color: #6495ED;
}

.info-container-baba{
  display: table-cell;
  vertical-align: middle;
  cursor:pointer;
  min-width: 90vw;
  text-align: center;
  padding: 0px 30px 0px 30px;
}

/* The Modal (background) */
.modalnew {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 200; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;

}



/* Modal Content */
.modalnew-content {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
#closeSpan {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#closeSpan:hover,
#closeSpan:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modalnew-scrollable {

}

.modalnew-header {
  padding: 10px 16px;
  background-color: #6495ED;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;

}

.modalnew-body {padding: 2px 16px;
    height:40vh;
    max-height: 40vh;
    overflow:auto;
    background:#fff;
    padding: 20px 16px 20px 16px;
}

.modalnew-footer {
  padding: 31px 16px;
  background-color: white;
  color: white;
  border-top: 1px solid #6495ED;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}









#sidebar {
  display: block;
  width: 250px;
  height: 100%;
  max-width: 100%;
  float: left;
}
#map {
  width: auto;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 0;
}

#add-btn {
  position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}
#myBtn {
  position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 100;
}

#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;

}



#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.panel-heading{
   width: 250px;
}
.panel-body{
  width: 250px;
}
.feature-row {
  cursor: pointer;
  width: 250px;
}
.sidebar-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.sidebar-table {
  position: absolute;
  width: 100%;
  top: 103px;
  bottom: 0px;
  overflow: auto;
}
.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], input[type="checkbox"] {
  margin: 2px;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  #sidebar {
    display: none;
  }
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}
