body {
  background: url("/themes/ch-bootstrap-2/images/Cedarhill-Summer-2017.jpg") repeat no-repeat;
}
label {
  font-weight: bold;
}
.stretch-banner {
  background-color: #4F7755;
  border: none;
  display: table;
  height: 130px;
  margin: 30px auto;
  padding: 0;
}
.stretch-banner .left {
  display: table-cell;
  height: 130px;
  width: 40px;
  background: url("/themes/ch-bootstrap-2/images/sign-left.png") no-repeat;
}
.stretch-banner .middle {
  display: table-cell;
  height: 130px;
  min-width: 500px;
  background: url("/themes/ch-bootstrap-2/images/sign-middle.png") repeat;
  text-align: center;
  vertical-align: middle;
}
.stretch-banner .right {
  display: table-cell;
  height: 130px;
  width: 40px;
  background: url("/themes/ch-bootstrap-2/images/sign-right.png") no-repeat;
}
.mobile-header {
  display: none;
}
.mobile-header img {
  margin: 20px auto;
}
.nav-container {
  background-color: #000;
}
.nav-container .logo {
  float: left;
  height: 36px;
  overflow: hidden;
}
.nav-container .logo img {
  height: 60px;
  position: relative;
  top: -2px;
}
.navbar {
  margin: auto;
  width: auto;
  background: #4F7755;
  border-top: 1px solid #E4D091 li > a;
  border-top-color: #E4D091;
  border-top-padding: 7px 15px;
}
.navbar li > a:hover {
  color: #4F7755;
}
.navbar .navbar-nav > li a {
  color: #E4D091;
}
.navbar .navbar-nav > li a:hover, .navbar .navbar-nav > li a:focus {
  background: #E4D091;
  color: #4F7755;
}
.navbar .navbar-nav.nav .open > a {
  background: #E4D091;
  color: #4F7755;
}
.navbar .dropdown-menu > li > a {
  background-color: #4F7755;
}
.navbar .dropdown-submenu:hover > a {
  background-color: #E4D091;
  color: #4F7755;
}
.navbar .dropdown-submenu:hover > a:after {
  border-left-color: #4F7755;
}
.navbar .icon-bar {
  background: #E4D091;
}
.navbar .navbar-toggle:hover {
  background: #4F7755;
  border-color: #E4D091;
}
h1 {
  margin-bottom: 1.5em;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.dropdown-menu {
  background: #4F7755;
}
.dropdown-menu > li > a {
  background-color: #4F7755;
  color: #E4D091;
  padding: 7px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #E4D091;
  color: #4F7755;
}
.dropdown-menu li.divider {
  background-color: #E4D091;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #4F7755;
}
.dropdown-submenu > a:after {
  border-left-color: #E4D091;
}
.dropdown-submenu:hover > a {
  background-color: #E4D091;
  color: #4F7755;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #4F7755;
}
.director-files .dropdown .btn {
  padding: 0 8px 6px;
}
.director-files .dropdown-menu {
  background-color: white;
  min-width: auto;
}
.director-files .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: white;
  border: 0;
}
.director-files .filename a {
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 0 5px 30px;
}
.director-files .filename a.msexcel {
  background-image: url(/images/msexcel-icon.gif);
}
.director-files .filename a.file {
  background-image: url(/images/file-icon.png);
}
.director-files .filename a.folder {
  background-image: url(/images/folder-open-icon.png);
}
.director-files .filename a.msppt {
  background-image: url(/images/msppt-icon.gif);
}
.director-files .filename a.msword {
  background-image: url(/images/msword-icon.gif);
}
.director-files .upload-form {
  margin-bottom: 20px;
}
.director-files .upload-form button {
  margin: 10px;
  margin-left: 0;
}
.status-row {
  background-color: #E4D091;
  width: 100%;
}
.status-row .caret {
  /* Make the caret bigger. It's actually created using borders. */
  border-top: 7px dashed;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin-left: 10px;
  margin-top: -4px;
}
.maincontent {
  min-height: 700px;
}
#content {
  background-color: #FFFFFF;
  min-height: 500px;
  vertical-align: top;
  padding: 5px 5px 25px 5px;
}
.footer-row {
  background-color: #E4D091;
  width: 100%;
}
.footer-row .content {
  font-size: 8pt;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
button, input[type=button], input[type=submit] {
  border: 1px solid #777777;
  border-radius: 4px;
  padding: 1px 8px;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
  background-color: #CFF3F7;
}
input.default-submit {
  background-image: url("/images/blugrad1.png");
  font-weight: bold;
}
input.default-submit:hover {
  background-image: url('/images/blugrad2.png');
}
/* Bootstrap changes the container width below 992px */
@media (max-width: 991px) {
  .membership-admin-view .maincontent {
    width: auto;
  }
  .membership-table {
    width: 100%;
  }
  .membership-table .num, .membership-table .dep, .membership-table .mbr {
    display: none;
  }
  .address-book .name, .address-book .addr {
    width: 50%;
  }
  .address-book .tel {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .address-book th.phone .full, .address-book th.mail {
    display: none;
  }
  .address-book th.phone .abbr {
    display: block;
  }
  .address-book td.mail {
    display: none;
  }
  .address-book .tel .num, .address-book .mail .addr {
    display: none;
  }
  .address-book .tel-ico, .address-book .mail-ico {
    display: inline-block;
    width: 18px;
  }
  .membership-table .type, .membership-table .phone, .membership-table .mbr {
    display: none;
  }
  .mobile-header {
    display: block;
  }
  .stretch-banner {
    display: none;
  }
}
@media (max-width: 550px) {
  .address-book .mbr {
    display: none;
  }
  .header.container {
    padding: 0;
  }
  .mobile-header img {
    margin: 0;
  }
  .maincontent {
    min-height: auto;
  }
  .membership-table td {
    white-space: normal;
  }
  #navbar {
    margin-top: 0;
  }
}
