body {
	background-color: #f8f8f8;
}
header {
	height: 200px;
	background-image: url(../img/grass.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 20px;
}
header div.row {
	height: 100%;
	position: relative;
}
header nav.columns {
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.55);
}
header nav ul {
	margin: 0;
	padding: 0;
	height: auto;
}
header nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}
header nav ul li a {
	font-size: 1em;
	float: left;
	padding: 10px 20px;
	color: #2c2c2c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
header nav ul li a:hover {
	background-color: #f8f8f8;
	color: inherit;
}
.logo {
	height: 100%;
	background-image: url(http://placehold.it/400X150);
	background-size: auto;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sidebar {
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
}
.sidebar ul li a {
	display:inline-block;
	color: #2c2c2c;
	padding: 5px 10px;
	width: 90%;
	background-color: #f0f0f0;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-image: url(../img/arrow-2c.png);
	background-repeat: no-repeat;
	background-size: 3%;
	background-position: 96% center;
}
.sidebar ul li a:hover {
	background-color: #2c2c2c;
	color: #ffffff;
	background-image: url(../img/arrow-white.png);
}
.main {
font-size:15px;
}
.main input[type=text],input[type=password] {
font-size: 1em;
}
.main input[type=submit] {
font-size: 24px;
}
footer {
	background-color: #2c2c2c;
	padding: 25px 0;
}
footer * {
	color: #f8f8f8;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
 font-size:20px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

#leaf_service_value {
height: 85px;
}


#printbutton{
    width:130px;
}

#leaf_service_value {
	background-image: none;
}

.route_message_text {
	border: 1px solid red; 
	border-radius: 5px; 
	padding: 10px;
}

.route_message_text img {
  float: right;
	margin-top: -20px;
  margin-right: -20px;
}