/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Our style rules - namespace so as not to collide with the core app styles */
.ccm-page {
  min-height: 100%;
}
div#main {
  margin: 20px 0px;
}
div#home {
  margin-top: 20px;
}
div.buffer {
  margin-top: 20px;
}
/* Main menu */
#mainNav {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
#mainNav .nav > li {
  float: left;
}
.help-button {
  font-size: 1.35em !important;
}
.help-button:hover {
  cursor: pointer;
}
#mainNav .nav-dropdown > ul {
  display: none;
  position: absolute;
  padding-left: 15px;
  z-index: 3;
  background-color: gainsboro;
}
#mainNav .nav-dropdown:hover > ul {
  display: block;
}
#mainNav .nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#mainNav .nav-dropdown > ul li {
  width: 200px;
  list-style: none;
  padding: 4px 0px;
}
#mainNav a {
  color: #000;
}
#mainNav a:hover,
#mainNav li.nav-selected > a,
#mainNav li.nav-path-selected > a {
  color: #66aa33;
  text-decoration: none;
}
.nav li > ul > li {
  list-style: none;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 15px;
}
#right_menu a.nav-selected.nav-path-selected,
#right_menu a.nav-path-selected {
  color: #d3b687;
}
a.dd-toggle {
  display: inline-block;
  float: right;
}
/* Hide the submenus by default */
.dropdown-content {
  display: none;
  position: relative;
  margin-top: 10px;
}
/* Force the submenu to reveal instantly when hovering over the parent item */
li.nav-dropdown:hover > ul.dropdown-content,
li.dropdown:hover > ul.dropdown-content {
  display: block !important;
}
/* Keeps the submenu open if the user is currently visiting an active sub-page */
li.nav-path-selected.nav-dropdown.dropdown > ul.dropdown-content {
  display: block;
}
span.dropdown-btn {
  display: inline-block;
  height: 17px;
  width: 15px;
  color: #fff;
  padding-left: 10px;
  font-size: 1.2em;
}
span.dropdown-btn:hover {
  cursor: pointer;
}
/*End menu css*/
/* slider */
.flex-direction-nav a {
  overflow: visible;
}
/* sticky footer */
* {
  margin: 0;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover {
  background-color: #3071a9;
  border-color: #285e8e;
}
.required {
  color: red;
}
.blue-box-hr {
  color: #fff !important;
  opacity: 0.5;
}
.bg-modern-blue {
  background-color: #0d3464;
  height: auto;
}
.bg-modern-grey {
  background-color: #e9e9e9;
}
div#right_menu {
  padding-bottom: 15px;
}
div#right_menu a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
}
div#right_menu a:hover {
  color: #fff;
}
div#right_menu .nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  text-decoration: underline;
}
table.bulletin-table td {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  max-width: 300px;
  word-wrap: break-word;
}
.directors-portal-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*width: 1245px;*/
  margin-top: 35px;
}
.inline {
  display: inline-block;
}
a#add-board-file {
  cursor: pointer;
}
td.director-file-column {
  max-width: 120px !important;
}
td.director-file-upload {
  max-width: 190px !important;
}
#directors-img img {
  display: block;
  margin: 0 auto;
}
table.table.table.call-note-search.bulletin-table.table-bordered th {
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #207cca 0%, #207cca 0%, #2989d8 22%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #207cca 0%, #207cca 0%, #2989d8 22%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0%, #207cca 0%, #207cca 0%, #2989d8 22%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
  color: #fff;
}
td.director-file-upload {
  max-width: 183px;
}
.display-order-th {
  width: 85px;
}
a.remove-board-file.linkPointer.bold-link {
  cursor: pointer;
}
.SinglePage--login > .container > .row {
  justify-content: center;
}
.SinglePage--login > .container > .row .LoginForm {
  box-shadow: var(--bs-box-shadow);
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  margin-bottom: 60px;
  margin-top: 60px;
}
.SinglePage--login > .container > .row .LoginForm .LoginForm__header {
  margin-bottom: 15px;
}
.SinglePage--login > .container > .row .LoginForm .LoginForm__form-wrap {
  padding: 30px;
}
.SinglePage--login > .container > .row .LoginForm .forgotPassword #uEmail {
  margin-bottom: 15px;
}
.SinglePage--login > .container > .row .LoginForm .checkbox {
  display: none;
}
.SinglePage--login > .container > .row .LoginForm .LoginForm__header {
  color: #fff;
  background-color: #004990;
  padding: 2%;
  text-align: center;
  text-transform: uppercase;
}
body {
  /* customize_body */
  font: normal normal 13px Arial;
  /* customize_body */
  /* customize_body */
  color: #777777;
  /* customize_body */
  line-height: 18px;
}
img {
  border: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px 0px 4px 0px;
  padding: 4px 0px;
  margin-top: 8px;
}
h1 {
  font: normal normal 21px Arial;
  line-height: 28px;
}
h2 {
  font-size: 25px;
  line-height: 27px;
}
h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  line-height: 18px;
}
h5 {
  font-size: 18px;
  color: #d3b687;
}
p {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 12px 0px;
}
@media (max-width: 768px) {
  #mainNav {
    display: none;
  }
  #mobileNav .mean-nav ul li a.mean-expand {
    height: 20px;
  }
}
