/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .omedau_removefromqueue, .omedau_addtoqueue {
 	color:#1386bc !important;
 }

 button.omedau_removefromqueue,  button.omedau_addtoqueue {
 	color:#ffffff !important;
 }

 .form-control.is-invalid {
    border-color: #dc3545 !important;
}


/* CLC registration page*/
.clc-member-content {
  background-color: #e4e8e9;
  font-size: 1.2em;
}

.clc-member-content .boxes {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px; }

.clc-member-content .boxes > .mc-box {
      flex: 0 0 100%; }
.clc-member-content .boxes > .box-half {
      flex: 0 0 calc(50% - 10px); }
.clc-member-content .mc-box {
    padding: 15px;
    background-color: white;
    box-shadow: 4px 3px 7px 0px rgba(0, 0, 0, 0.2); }
.clc-member-content .mc-box h3 {
      font-weight: bold;
      font-size: 1.5em; }

/* Correction for modals*/

.modal-dialog {
  width: 380px !important;
  max-width: 95%;
}

.modal-title {
  width: 100%;
  text-align: center;
}

.modal-body form input {
  width: 100%;
  margin-top: 10px;
}

.modal-body form button {
  margin-top: 10px;
}

.modal-footer.join p {
  padding: 0;
  margin: 0;
}

.modal-body a, .modal-footer a {
  /*color: #00405d !important;*/
  text-decoration: underline;
}

.modal-body a:hover, .modal-footer a:hover {
  /*color:  #444;*/
  text-decoration: none;
}


.btn-primary {
  /*background: #00405d;*/
  color: #eee;

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
  box-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
  /*background: #00405A !important;*/
  color: #fff !important;
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block;
  margin: 1em 0;
  line-height: 1.2;
  font-size: 12px;
  border: 0;
  word-break: break-word;
  margin-top: 0;
  text-shadow: none;
}

.btn-primary:hover {
  /*background: #444 !important;*/
  color: #eee;
}

/*Bits websites correction*/

#main #main {
  float: left;
}

#omedau_passwordBtn_forgotpassword {
  margin-top:10px !important;
}

.form-group input {
  margin-bottom: 10px;
}

/*Removal of login link if used in page or anywhere elese*/

.logged-in .backToLoginLinkTrigger {
  display: none;
}