/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  border-top: 8px solid #98ca3d;
  background: #ececec;
  color: #2b2b2b;
  padding-bottom: 10px;
}
body,
p {
  font-family: "Century Gothic", "Apple Gothic", AppleGothic, sans-serif;
}
body b,
p b,
body strong,
p strong {
  font-family: "Century Gothic", "Lucida grande", "Apple Gothic", AppleGothic, sans-serif;
}
iframe {
  display: none;
}
h1 {
  font-size: 25px;
}
#bodyWrap {
  margin-top: 40px;
  min-height: 600px;
}
#bodyWrap h2 {
  font-size: 20px;
  margin: 0 0 10px;
}
#bodyWrap > .container {
  background: #fff;
  padding: 20px 10px;
}
#bodyWrap textarea,
#bodyWrap input[type="text"] {
  width: 90%;
}
.center {
  width: 300px;
  margin: 100px auto 0;
}
.center input[type="password"] {
  width: 90%;
}
footer {
  text-align: center;
  font-size: 10px;
}
.no-display {
  display: none;
}
.nav.vertical {
  padding: 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.nav.vertical > li {
  border: 1px solid #e5e5e5;
  width: 190px 9;
  margin: 0 0 -1px;
}
.nav.vertical > li a {
  display: block;
  width: 190px 9;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.nav.vertical > li a i {
  float: right;
}
.nav.vertical > li > span {
  display: block;
  padding: 8px 10px;
  font-weight: bold;
}
.nav.vertical > li:first-child {
  border-radius: 6px 6px 0 0;
}
.nav.vertical > li:last-child {
  border-radius: 0 0 6px 6px;
}
.nav.vertical > li .active {
  background-color: #0088cc;
  text-shadow: none;
  color: #fff;
}
#map_canvas {
  width: 90%;
  height: 300px;
}
input[type="file"] {
  height: auto !important;
  line-height: 14px !important;
  margin: 5px 0;
}
