* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #606c71; }

#food-info-content {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7),
    0px 0px 20px rgba(0,0,0,0.4),
    0px 0px 40px rgba(0,0,0,0.1);
}

.page-header {
  height: 10%;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: #159957;
  background-image: linear-gradient(120deg, #155799, #159957);

}


.project-name {
  margin-top: 0;
  margin-bottom: 0.1rem;
  font-size: 3.25rem;
}

.project-tagline {
  margin-top: 2rem;
  font-weight: normal;
  opacity: 0.7; }

.main-content {
  position: absolute;
  margin-left: 25%;
  padding: 0;
  margin-top: 0;
  width: 80%;
  max-width: none;
  height: 100%;
}

.main-left {
  position: absolute;
  width: 20%;
  height: 100%;
}

#guideDIV {
  position: absolute;
  left:0; top:10%;
  width:  100%;
  height: 90%;
  visibility: visible;
}

.googleDIV {
  position: absolute;
  width:100%;  
  height:100%;
  float:left;
}

#likeDIV {
  position: absolute;
  right:0;  
 width:50%;  
 height:100%; 
  opacity:0.7;
 visibility: hidden;

  float:left;
 background:#4FBE94;
 z-index:1000000000;


}

#dislikeDIV {
  position: absolute;
 left:0;  
 width:50%;
 height:100%; 
  opacity:0.7;
 visibility: hidden;

 float:left;

 background:#ED5D54;

 z-index:1000000000;
}

#likeIMG {
  position: absolute;
   width:250px;
  height:250px;
  left:0;
  top:50%;
  margin-top:-125px;
  display: inline-block;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 25px;
    animation: 0.75s likeMOVE infinite ;
    animation-timing-function:ease-in-out;
    animation-play-state:paused;

    -webkit-animation: 0.75s likeMOVE infinite ;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-play-state:paused;
}

#dislikeIMG {
  position: absolute;
   width:250px;
  height:250px; 
  right:0;
  top:50%;
  margin-top:-125px;
  display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    animation: 0.75s dislikeMOVE infinite ;
    animation-timing-function:ease-in-out;
    animation-play-state:paused;
    
    -webkit-animation: 0.75s dislikeMOVE infinite ;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-play-state:paused;  
}
@keyframes likeMOVE {
  from {
  top: 50%;
  }
  
  30% {
  top:30%;
  }
  
  to {
  top:50%;
  }
}
@keyframes dislikeMOVE {
  from {
  top:50%;
  }
  
  30% {
  top:70%;
  }
  
  to {
  top:50%;
  }
}

#place-input {
  border-radius: 7px;
  border-color: white;
  border-widthL 1px;
  background: rgba(0,0,0,0.3);
  color: white;
  width: 100%;

}

input[type=button] {padding:5px; border:2px solid #ccc; 
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    background: black;
    border-style: solid;
    border-width: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left:-25px;
    top:-25px;
}

html, body, #map-canvas {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node {
  border-radius: 50%;
  position: absolute;
  display: inline;
  text-overflow:ellipsis;
  vertical-align: center;
  font-size: 1em;
  text-align:center;

  display: block;
  margin: 2em 0;
}



.node__circle {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    content: "";
    /*
  box-shadow: inset -25px -25px 40px rgba(0,0,0,.3);
  background-image: -webkit-linear-gradient(-45deg, rgba(255,255,220,.1) 0%, transparent 100%);
  background-image: -moz-linear-gradient(-45deg, rgba(255,255,220,.1) 0%, transparent 100%);  
  background-image: -o-linear-gradient(-45deg, rgba(255,255,220,.1) 0%, transparent 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(255,255,220,.1) 0%, transparent 100%);*/
}

.node__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.node__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.node__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
    word-wrap:break-word;
    color: #333333;
    font-size: 1.5em;
    font-weight: 400;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
    0px 8px 13px rgba(0,0,0,0.4),
    0px 18px 23px rgba(0,0,0,0.1);
    color: white;
}


.food-type input[type="radio"] {
    display:none; 
}
.food-type input[type="checkbox"] {
    display:none; 
}

.food-type label {
    display:inline-block;
    background-color:none;
    color: rgba(255,255,255,0.7);
    text-shadow: 0px 4px 5px rgba(0,0,0,0.7),
    0px 8px 23px rgba(0,0,0,0.4),
    0px 18px 33px rgba(0,0,0,0.1);
    padding: 2px 5px 2px 5px;
    border-width: 1px;
    border-color: rgba(0,0,0,0);
    width: 100%;
    font-size: 0.8em;
    cursor:pointer;
}

h3 {
    text-shadow: 0px 4px 3px rgba(0,0,0,0.7),
    0px 8px 13px rgba(0,0,0,0.4),
    0px 18px 23px rgba(0,0,0,0.1);
}

.food-type input[type="radio"]:checked + label { 
    border-style: solid;
    border-width: 1px;
    border-style: dashed;
    border-color: white;
    color: rgba(255,255,255,1);
}

.food-type input[type="checkbox"]:checked + label { 
    border-style: solid;
    border-width: 1px;
    border-style: dashed;
    border-color: white;
    color: rgba(255,255,255,1);
}

.node{
    border-style: solid; border-width: 7px;
}

.food-class{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.edge {
  height:1px;
  background-color:#333333;
  position:absolute;
  transform-origin:0% 0%;
  -moz-transform-origin:0% 0%;
  -webkit-transform-origin:0% 0%;
  -o-transform-origin:0% 0%;
}


::-webkit-scrollbar
{
    width: 12px;  /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
    background: rgba(0, 0, 0, 0.5);
}
