﻿body {
  padding-right: 0 !important;
}
#content .inner-content {
  margin: 15px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f0efee;
  border: 1px solid #FFFFFF;
}
#content .inner-content:before,
#content .inner-content:after {
  content: " ";
  display: table;
}
#content .inner-content:after {
  clear: both;
}
#content .inner-content .img-thumbnail {
  max-height: 200px;
  max-width: 100%;
}
@media (min-width: 992px) {
  #content #content-menu {
    margin-right: -15px;
  }
}
#content #content-menu li.level-3 {
  padding-left: 20px;
}
#content h1.main-heading {
  font-size: 54px;
  border-bottom: 1px solid #224b7d;
  text-transform: uppercase;
}
#content h2.section-heading {
  font-size: 45px;
  border-bottom: 1px solid #224b7d;
}
#content .has-error .mce-panel {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#content .has-error .mce-panel:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.text-center {
  text-align: center;
}
.overflow-x-auto {
  overflow-x: auto;
}
.emailMembersChapters {
  text-overflow: ellipsis;
  max-width: 180px;
  overflow: hidden;
}
.usernameMembersChapters {
  text-overflow: ellipsis;
  max-width: 150px;
  overflow: hidden;
}
#edit-profile .mem-genderidentity th {
  visibility: hidden;
}
#edit-profile .mem-genderidentity th,
#edit-profile .mem-genderidentity td {
  border-top: 0;
  padding-top: 0;
}
#edit-profile #mem-genderidentity {
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .emailMembersChapters {
    width: 115px;
  }
  .usernameMembersChapters {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .emailMembersChapters {
    width: 80px;
  }
  .usernameMembersChapters {
    max-width: 50px;
  }
}
.invalidFieldMessage {
  color: red;
  font-size: 11px;
}
.toBold {
  font-weight: bold;
}
.ulMenuAdmin {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.field-label {
  display: inline-block;
  width: 70px;
}
.field-input {
  display: inline-block;
  width: 200px;
}
.fadeoutFont {
  color: #c0dafb;
}
.alert.subscription-due-alert {
  color: #8a6d3b;
  background-color: #fcf8e3;
  background-image: none;
  box-shadow: none;
  border-color: #faebcc;
  padding: 5px 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.subscription-due-alert .close {
  position: relative;
  top: -2px;
  right: 21px;
  color: inherit;
}
.alert.subscription-due-alert a {
  text-decoration: underline;
  color: #8a6d3b;
  border-bottom: 0;
}
#login-page .login-notes-container {
  margin: 15px;
  padding: 15px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f0ffe5;
  border: 1px solid #f0ffe5;
}
#login-page .login-notes {
  font-size: 12px;
}
#login-page h1 {
  margin-top: 0;
}
#login-page .inner-content {
  padding: 20px 30px 30px;
}