.red {
  color: #ff0000 !important;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
div.ccm-page header nav ul li {
  color: #fff;
}
div.ccm-page header nav ul a {
  color: #fff !important;
  letter-spacing: 2px;
  font-family: 'APHont', sans-serif !important;
}
.lex-head {
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
}
.ccm-page .btn-primary {
  background-color: #ff0000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.fc .fc-button-group > * {
  float: left;
  background: red;
  color: white;
  margin: 0 0 0 -1px;
  border: 1px solid white;
}
.login-page {
  padding-top: 60px;
}
.login-page input[name=uMaintainLogin] {
  display: none !important;
}
.login-page div.checkbox > label {
  display: none !important;
}
.login-page .btn-success {
  background-color: transparent !important;
  color: black !important;
  border: 1px solid black !important;
}
footer a {
  color: #fff !important;
}
.ccm-members-directory-name a {
  color: #333 !important;
}
.user-search input {
  padding: 10px;
}
.user-search {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.user-search .btn-search {
  border: 1px solid black;
  background: #ff0000;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 0px !important;
}
.btn-primary > a {
  color: #fff !important;
}
footer p {
  color: #fff;
}
.fc-unthemed td.fc-today {
  background: #eebbbb !important;
}
.ccm-block-calendar-event-dialog-details h4 {
  font-weight: bold;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  position: absolute;
  width: 300px;
  float: left;
  bottom: 0;
  right: 0;
}
.popup {
  display: none;
}
.popup.open {
  display: block;
}
.popup::before {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(0, 0, 0, 0.5);
}
.popup .contents {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}
div.ccm-page .btn-success > a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
}
