.dashboardItem {
    margin-top:50px;
    border-radius: 25px;
    background: #DDDDDD;
    width: 200px;
    height: 200px;
    line-height:200px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

/* Smartphones - hide navigation*/
/*
@media only screen and (max-width: 768px) {
  .navbar-toggle { display: none; }
}
 */


#googleMap {
  float: left;
  height: 300px;
  width: 100%;

}
#container {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 40%
  float: left;

 }
#imageHolder {
  margin-left: 20px;
  height: 510px;
 }


.gmnoprint {
    opacity: 1;
}
#pac-input {
  font: center;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  position: absolute;
  height: 25px;
  overflow: hidden;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

img {
    image-orientation: from-image;
}

.pagination {
    float:right;
}

#menu-container {
    max-width:300px;
}

#menu-container ul li {
    border-top: 1px #ccc solid;
}

#menu-container ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.paginationLink {
    position:relative;
    top:4pt;
    font-size: 30pt;
    color: #70afdf;
}

.paginationLink:hover {
    font-weight:bold;
    cursor: pointer;
}

.spanLink {
    position:relative;
    color: #70afdf;
}

.spanLink:hover {
    font-weight:bold;
    cursor: pointer;
}
#inf-scroll-container{
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.controls {
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Webform */
#formBlock {
    display:block;
    width:95%;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}

#noLocation, #requestLocation {
    margin-top:50px;
    display:none;
    width:95%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    background-color:lightgrey;
    padding:20px;
}

#submitForm {
    width:95%;
    margin-left:auto;
    margin-right:auto;
    position:absolute;
    top:0;
    left:0;
}
