﻿.navbar {
  background: #354357;
  background: -moz-linear-gradient(top, #446089, #354357);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#446089), to(#354357));
  background-image: linear-gradient(to bottom, #446089 0%, #354357 100%);
  min-height: 5px;
  margin-bottom: 2px;
  max-height: 42px;
  border-radius: 0px;
  z-index: 99;
}
@media (max-width: 768px) {
  .navbar-collapse {
    background: #354357;
  }
}
.navbar-toggle {
  padding: 5px 10px;
}
.logo-sm {
  padding-left: 5px;
  width: 218px;
  height: 38px;
}
.navbar-nav > li > .dropdown-menu {
  background: #f2ece0;
  background: -moz-linear-gradient(top, #ffffff, #fdeecd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fdeecd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fdeecd, GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fdeecd 100%);
}
.navbar-nav a {
  color: #666666;
  text-decoration: none;
  font-size: .9em;
}
.navbar-nav a:hover {
  color: #5a3b02;
  text-decoration: underline;
}
.navpage-caption {
  color: #5a3b02;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #444444;
}
body {
  background-color: #e4edf8;
}
a {
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #444444;
}
p {
  margin: 0;
  padding: 0px 0px 10px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 5px 0px 0px 0px;
}
h1 {
  font-size: 1.8em;
  color: #4a5f75;
}
h2 {
  font-size: 1.6em;
  color: #4a5f75;
}
h3 {
  font-size: 1.4em;
  color: #4a5f75;
}
h4 {
  font-size: 1.2em;
  color: #4a5f75;
}
h5 {
  font-size: 1em;
  color: #4a5f75;
}
h6 {
  font-size: .8em;
  color: #4a5f75;
}
.btn-primary {
  background: #354357;
  background: -moz-linear-gradient(top, #446089, #354357);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#446089), to(#354357));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#446089, endColorstr=#354357, GradientType=0);
  background-image: linear-gradient(to bottom, #446089 0%, #354357 100%);
}
.btn-primary:hover {
  background: #446089;
}
.bold {
  font-weight: 700;
}
.navbar-nav > li > a {
  padding: 10px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  font-size: 1.2em;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-nav > li > a:hover {
  background: #e6b45a;
  background: -moz-linear-gradient(top, #fdeba3, #e6b45a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeba3), to(#e6b45a));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdeba3, endColorstr=#e6b45a, GradientType=0);
  background-image: linear-gradient(to bottom, #fdeba3 0%, #e6b45a 100%);
  color: #444444;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #e6b45a;
  background: -moz-linear-gradient(top, #fdeba3, #e6b45a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeba3), to(#e6b45a));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdeba3, endColorstr=#e6b45a, GradientType=0);
  background-image: linear-gradient(to bottom, #fdeba3 0%, #e6b45a 100%);
  color: #444444;
}
.list-group-item {
  padding: 5px 15px;
}
a.list-group-item {
  text-decoration: none;
}
a.list-group-item.active {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn {
  text-decoration: none;
}
a.list-group-item.home {
  color: #ffffff;
  background: #354357;
  background: -moz-linear-gradient(top, #446089, #354357);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#446089), to(#354357));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#446089, endColorstr=#354357, GradientType=0);
  background-image: linear-gradient(to bottom, #446089 0%, #354357 100%);
  border-color: #4a5f75;
  padding: 3px 15px;
}
.panel-heading {
  padding: 3px 15px;
}
.panel-info > .panel-heading {
  background: none;
  border-color: #4a5f75;
  padding: 3px 8px;
  color: #444;
  font-size: 1.1em;
}
.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.panel-body.compact {
  padding: 10px;
  font-size: .95em;
}
.panel-info {
  border: none;
}
.panel-title {
  font-size: 1.1em;
}
.img-center {
  margin: 0 auto;
}
.header {
  cursor: pointer;
}
.page {
  background-color: #ffffff;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 2px;
}
.background {
  background-image: url("images/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 7px 0px 0px 5px;
}
.page-background {
  background-color: #ffffff;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0px 12px 0px 10px;
  margin-top: 15px;
}
.title {
  font-size: 1.6em;
  font-weight: bold;
  color: #354357;
}
.page-content {
  background-color: #ffffff;
}
.page-banner {
  padding-bottom: 8px;
}
.page-banner img {
  width: 100%;
  background-size: contain;
}
.page-banner div {
  width: 99%;
  height: 27px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 0px 0px 0px 15px;
  font-size: 1.6em;
  position: relative;
  margin-left: 1px;
  top: -40px;
  z-index: 91;
  margin-right: 20px;
}
.left-menu {
  padding: 5px 10px;
}
.left-menu a {
  color: #353d46;
  display: block;
  text-decoration: none;
  padding: 6px;
  line-height: 1.2em;
}
.left-menu a:hover {
  background: #fff;
  background: #f2ece0;
}
.left-menu .active {
  font-weight: bold;
  color: #ffffff;
  background-color: #444444;
}
.left-menu .active:hover {
  background-color: #444444;
  cursor: default;
}
.left-menu-child {
  border: 1px solid #bbbbbb;
}
.left-menu-child a {
  background: #eae4d7;
  color: #353d46;
  display: block;
}
.left-menu-child a:hover {
  background: #fff;
}
.breadcrumbs {
  background: #e6b45a;
  background: -moz-linear-gradient(top, #fdeba3, #e6b45a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeba3), to(#e6b45a));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdeba3, endColorstr=#e6b45a, GradientType=0);
  background-image: linear-gradient(to bottom, #fdeba3 0%, #e6b45a 100%);
  color: #000000;
  height: 25px;
  font-size: .8em;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 4px 0px 0px 10px;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.wow-banner {
  padding: 0px 0px 0px 5px;
}
@media (max-width: 768px) {
  .social-icons {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
  .social-icons a {
    float: left;
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .social-icons {
    width: 33px;
  }
  .social-icons a {
    display: block;
    padding: 1px;
    height: 32px;
    margin-top: 5px;
  }
  .social-icons a:hover {
    background-color: #e4edf8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
}
.nav-tabs > li > a {
  background-color: #cccccc;
  color: #444444;
  height: 30px;
}
.nav-tabs > li.active > a {
  background-color: #ffffff;
  color: #000000;
}
.nav > li > a {
  position: relative;
  display: block;
  padding-top: 5px;
  text-decoration: none;
}
.tab-content {
  background: #f2ece0;
  background: -moz-linear-gradient(top, #ffffff, #fdeecd);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fdeecd));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#fdeecd, GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #fdeecd 100%);
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-padding {
  padding: 20px;
}
.more-link {
  display: block;
  width: 90px;
  height: 28px;
  text-decoration: none;
  background: url('images/news_more.png');
  position: absolute;
  bottom: 0;
  right: 15px;
}
.latest-news-title,
.latest-news-title a {
  color: #5a3b02;
  text-decoration: none;
  font-weight: bold;
}
.latest-news-title:hover {
  text-decoration: underline;
}
.latest-news-tagline {
  color: #6E5F50;
  font-size: .9em;
  padding-bottom: 15px;
  line-height: 1.1em;
}
.searchBox {
  background-image: url('images/search_box.png');
  background-repeat: no-repeat;
  float: right;
  width: 300px;
  padding-top: 12px;
  padding-left: 5px;
  margin-top: 10px;
  height: 40px;
}
.searchBox input {
  width: 235px;
  border: 0px solid transparent;
  font-size: 1.3em;
  color: #333;
  background-color: transparent;
  outline-width: 0;
}
.gradient-panel {
  background: #e6b45a;
  background: -moz-linear-gradient(top, #fdeba3, #e6b45a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdeba3), to(#e6b45a));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdeba3, endColorstr=#e6b45a, GradientType=0);
  background-image: linear-gradient(to bottom, #fdeba3 0%, #e6b45a 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  min-height: 90px;
  min-width: 67px;
  margin-bottom: 5px;
}
.gradient-panel span a {
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  color: #5a3b02;
  line-height: 1em;
  padding-top: 30px;
  font-weight: bold;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  min-height: 90px;
  min-width: 67px;
  background-repeat: no-repeat;
  background-position: center;
}
.gradient-panel span a:hover {
  background: #6E5F50;
  background: -moz-linear-gradient(top, #ffffff, #6E5F50);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#6E5F50));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#6E5F50, GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #6E5F50 100%);
  color: white;
  text-decoration: none;
}
.gutter-sm {
  padding-left: 3px;
  padding-right: 3px;
}
.job-posting {
  background-image: url('images/anouncement.png');
}
.newsletter {
  background-image: url('images/news.png');
}
.image-parking {
  background-image: url('images/parking.png');
}
.image-house {
  background-image: url('images/house.png');
}
.city-poll {
  background-image: url('images/poll.png');
}
.safety-bond {
  background-image: url('images/safety_bond.png');
}
.pay-online {
  background-image: url('images/credit_card.png');
}
.connect {
  background-image: url('images/contact.png');
}
.phone {
  background-image: url('images/phone.png');
}
.leaffest {
  background-image: url('images/leaf-fest.png');
}
.gradient-video {
  background-image: url('images/video-gradient.png');
}
.mayor-message {
  background-image: url('images/mayor_msg.png');
}
.survey {
  background-image: url('images/survey.png');
}
.for_sale {
  background-image: url('images/for_sale.png');
}
.information {
  background-image: url('images/information.png');
}
.river {
  background-image: url('images/river.png');
}
.council-panel {
  background: url('images/council.jpg') no-repeat;
  width: 100%;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding-top: 70px;
  text-decoration: none;
  text-align: center;
}
.council-panel:hover {
  color: #ffffff;
}
@media (max-width: 768px) {
  .council-panel {
    margin-left: auto;
    margin-right: auto;
    width: 183px;
    background-color: #000000;
  }
}
.mayor-msg {
  text-decoration: none;
  font-weight: bold;
  color: #5a3b02;
}
.mayor-msg a {
  text-decoration: none;
  font-weight: bold;
  color: #5a3b02;
}
.mayor-msg-pic {
  padding: 10px;
  padding-right: 100px;
  text-align: center;
  line-height: 1em;
  background-image: url('images/mayor_small.png');
  background-repeat: no-repeat;
  background-position: right;
  float: right;
  display: block;
  height: 90px;
  min-width: 80px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer {
  padding-top: 15px;
  background-color: #e4edf8;
  font-size: .9em;
  height: 375px;
  margin: 0 auto;
  color: #515d6b;
}
.footer a {
  color: #515d6b;
  text-decoration: underline;
}
.footer a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer p {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2px;
  padding-bottom: 2px;
  padding-top: 10px;
  border-bottom: solid 1px #515d6b;
  max-width: 200px;
}
.footer .icons {
  width: 16px;
  height: 16px;
  padding-right: 3px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.padding-top {
  padding-top: 10px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-left {
  padding-left: 10px;
}
.padding {
  padding: 10px;
}
.padding-none {
  padding: 0px;
}
.margin-top {
  margin-top: 10px;
}
.video_title {
  color: #4a5f75;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 5px;
}
.video_caption {
  color: #4a5f75;
  font-size: 1em;
  text-decoration: none;
  font-weight: 700;
}
.video_caption:hover {
  text-decoration: underline;
}
.video_date {
  font-size: .8em;
  padding-top: 3px;
  height: 20px;
}
.video_buttons {
  float: left;
  text-align: center;
}
.video_buttons div {
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
  color: #444444;
  cursor: pointer;
  width: 35px;
  padding-top: 55px;
  background-color: #e0d9ca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 130px;
  font-family: Sans-Serif;
  margin-top: 8px;
}
.video_buttons div:hover {
  border: 1px solid #5a3b02;
  width: 33px;
}
.Carousel_Recent li {
  padding: 10px;
  width: 170px;
}
/*  Wow slider override
-------------------------------------------------=*/
#wowslider-container1 {
  margin-bottom: 30px;
}
/*  Vertical Chart
--------------------------------------------------*/
.verticalChart {
  width: 50%;
  margin: 0 auto;
}
.verticalChart .singleBar {
  width: 100px;
  display: block;
  margin: 0px 10px;
  float: left;
}
.verticalChart .singleBar .bar {
  position: relative;
  height: 200px;
  background: #e4edf8;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.verticalChart .singleBar .title {
  margin-top: 5px;
  text-align: center;
  font-size: .9em;
  font-weight: normal;
  color: #444444;
}
.verticalChart .singleBar .bar .value {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #47a447;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.verticalChart .singleBar .bar .value span {
  padding-left: 5px;
}
.spinner.small {
  height: 336px;
  background: url("images/spiffygif_96x96.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
img {
  max-width: 100%;
  height: auto;
}
.disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.large {
  font-size: 115%;
}
.calendar {
  clear: both;
  padding-top: 5px;
  padding-bottom: 10px;
  height: 50px;
}
.calendar .month {
  color: #ffffff;
  width: 50px;
  height: 18px;
  text-align: center;
  font-size: .9em;
  padding-top: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #5a3b02;
  background: -moz-linear-gradient(top, #a06804, #5a3b02);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a06804), to(#5a3b02));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a06804, endColorstr=#5a3b02, GradientType=0);
  background-image: linear-gradient(to bottom, #a06804 0%, #5a3b02 100%);
}
.calendar .day {
  color: #5a3b02;
  width: 50px;
  height: 25px;
  font-size: 1.3em;
  text-align: center;
  border: solid 1px #5a3b02;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.calendar a {
  color: #5a3b02;
  font-size: .9em;
  text-decoration: none;
  font-weight: bold;
}
.calendar a:hover {
  text-decoration: underline;
}
.calendar .time {
  color: #6E5F50;
  font-size: 1em;
}
.edit-link {
  float: right;
  padding-right: 2px;
}
.message-info {
  border: 1px solid;
  clear: both;
  padding: 10px 20px;
}
.message-error {
  clear: both;
  color: #e80c4d;
  font-size: 1.1em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.message-success {
  color: #7ac0da;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.error {
  color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e80c4d;
  font-weight: bold;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #e80c4d;
}
input[type="checkbox"] {
  margin-top: 10px;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e80c4d;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
.tcalendar {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0.75em;
  border: 1px solid #4a5f75;
  width: 100%;
}
.tcalendar td {
  padding: 2px;
  border: 1px solid #4a5f75;
  vertical-align: top;
}
.tcalendar tr.pager td {
  padding: 0 0.25em 0 0;
}
.park_table tr {
  border-bottom: solid 1px #cccccc;
}
.park_table td {
  padding: 10px 0px 5px 0px;
}
.notice {
  width: 100.5%;
  background-color: #fbe69d;
  margin: -7px 0px 0px -5px;
  padding: 5px;
  text-align: center;
  font-weight: 600;
}
.notice a {
  color: black;
}
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.column {
  border: 1px solid #999;
  background-color: #ccc;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: move;
  padding: 10px;
  margin: 10px;
}
.column.over {
  border: 2px dashed #000;
}
.str-buttons a.btn.btn-primary.btn-block {
    margin-bottom: 10px;
}