.to-do-item {
  background: mediumvioletred;
  color: white;
}
.text-bold {
  font-weight: bold;
}

.text-500 {
  font-weight: 500;
}



/* TODO: fix in /_css/styles.css  sass file? */

  body.bootstrap4 .navbar {
  	border-top: 3px solid rgb(209,209,181);
  	border-bottom: 3px solid rgb(209,209,181);
  }

body.bootstrap4 .navbar .navbar-brand {
  font-family: duedate, ubuntu, arial, sans-serif;
}

@media (min-width: 300px) and (max-width: 344px){
  body.bootstrap4 .navbar .navbar-brand {
    font-size: .75rem;
  }
}

@media (min-width: 345px) and (max-width: 370px){
  body.bootstrap4 .navbar .navbar-brand {
    font-size: .9rem;
  }
}

@media (min-width: 435px) and (max-width: 499px){
  body.bootstrap4 .navbar .navbar-brand {
    font-size: 1.25rem;
  }
}


@media (min-width: 500px){
  body.bootstrap4 .navbar .navbar-brand {
    font-size: 1.375rem;
  }
}

.bootstrap4.CombatCommanderBodyClass .navbar {
  margin-top: 1rem;
  font-size: 1.125rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
 }

 .bootstrap4 .navbar.bg-dark .navbar-collapse {
   background-color:  #343a40;
 }

.bootstrap4.CombatCommanderBodyClass .navbar .btn-outline-light {
  color: rgb(200,184,111); /* based on rgb(156,144,86);*/
  border-color: rgb(240,240,205);
 }

.bootstrap4.CombatCommanderBodyClass .navbar .btn-outline-light:hover {
  color: rgb(110,101,61); /* based on rgb(156,144,86);*/
  background-color: rgb(240,240,205); /* based on rgb(156,144,86);*/
/*         border-color: rgb(240,240,205); */
 }

 .bootstrap4.CombatCommanderBodyClass .navbar .navbar-login-div {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
 }

.CombatCommanderBodyClass .myForms .buttons-in-the-center {
      border-color: rgb(190, 185, 145);
      padding-top: .875rem;
      margin-top: .875rem;
}

.CombatCommanderBodyClass .popUp.myForms .buttons-in-the-center {
      border-color: rgb(40, 85, 160);
      border-top-width: 1px;
}


.myForms a,
.myForms a:visited,
.myForms a:active,
.myForms a:focus {
  color: rgb(40, 85, 160);
}

.myForms a:hover {
  color: rgb(188,16,3);
}

.myForms input[type="text"]:disabled,
.myForms select:disabled,
.myForms .greyed_out {
    background-color: rgb(180,180,180);
    color: rgb(100,100,100);
    cursor: not-allowed;
}

.myForms label.error {
/*             color:  rgb(160,0,0); */
      margin-top: .25rem;
      font-family: Roboto, Arial, sans-serif;
  }

.myForms input.error,
.myForms select.error {
  border-width: 2px;
  border-color:  rgb(140,50,0) !important;
  background-color: rgb(255,230,230) !important;
}

  .myFormsRow input.error:focus:not(.btn),
  .myFormsRow select.error:focus,
  .myFormsRow textarea.error:focus {
      /*border-color: #82aad8; */
      box-shadow: 0 0 2px 2px rgb(140,50,0);
/*             outline: 0; */
  }
.myForms.cc-details-readonly {
  font-size: 1.125rem;
}

.cc_forms_header {
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  background: rgb(61, 68, 47);
  padding: .75rem 1rem;
  border-radius: 5px;
}

.myForms.cc-details-readonly .myFormsRow {
  font-family: Roboto, Arial, sans-serif;
}

.myForms.cc-details-readonly .myFormsRow .formLabel {
  min-width: unset;
  max-width: unset;
  width: 300px;
  flex-grow: 0;
  /* border: 1px solid red; */
}

.myForms.cc-details-readonly .myFormsRow .formLabel label,
.myForms.cc-details-readonly .myFormsRow .formLabel span {
  font-size: unset;
}

.myForms.cc-details-readonly .myFormsRow .formLabel span {
   font-weight: bold;
  text-align: right;
}

.myForms.cc-details-readonly .myFormsRow .formInput {
  padding-left: 1rem;
}

.CombatCommanderBodyClass .myForms .cc-scenario-form-axis-allies-details-section {
      display: flex;
      border-bottom-width: 2px;
      padding-bottom: .5rem;
      margin: .5rem 0;
/*             border-bottom: 2px solid rgb(240,240,205); */
/*             border: 2px solid red; */
}

.CombatCommanderBodyClass .myForms .cc-scenario-form-axis-allies-details-section fieldset {
      width: 50%;
      border-top-width: 2px;
      margin: 0 4px;
/*             border: 2px solid blue; */
}


.cc-accordion-content--item {
  background-color: rgb(145, 112, 82);
  color: rgb(240,240,205);
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 2px 0;
  border-bottom-color: rgb(117, 91, 67);
  border-top-color: rgb(168, 129, 95);
} /* stray values 96, 39 2  found on 2020-04-12 */

.cc-accordion-content--item a,
.cc-accordion-content--item a:visited,
.cc-accordion-content--item a:focus {
  color: rgb(240,240,205);
}

/* #cc_moved_notice.popUp-container.popUp-active {
  display: block;
}

#cc_moved_notice.popUp-container div.popUp {
  text-align: center;
  background-color: rgb(156,144,86);
  color: rgb(255,255,255);
  border-color: rgb(255,255,255);
  border-width: 3px;
}

#cc_moved_notice.popUp-container div.popUp a,
#cc_moved_notice.popUp-container div.popUp a:visited,
#cc_moved_notice.popUp-container div.popUp a:active,
#cc_moved_notice.popUp-container div.popUp a:focus {
  color: rgb(255,255,255);
}

#cc_moved_notice.popUp-container div.popUp a:hover {
  color: rgb(255, 210, 110);
} */



/* *********** /login/index.php *********** */
/* *********** modifies some myForms css *********** */
#login_form {
  margin: 0 auto;
  max-width: 500px;
}

#login_form .myForms {
  text-align: center;
}

#login_form .myForms .myFormsRow {
  flex-direction: column;
}

#login_form .myForms .myFormsRow .formLabel,
#login_form .myForms .myFormsRow .formInput {
    display: block;
    min-width: unset;
    max-width: unset;
    width: 100%;
}

#login_form .myForms .myFormsRow .formLabel {
  text-align: left;
  padding: .5rem 0;
}

/* #login_form .myForms .myFormsRow.password .formInput div { */
.myForms .myFormsRow.password .formInput div {
  display: flex;
  align-items: center;
}

.myForms .myFormsRow.password .fas.visibility {
  /* fontawesome icons */
  display: inline-block;
  font-size: 1.375rem;
  margin: .5rem;
  width: 34px;
}

#login_form .myForms .myFormsRow.password .fas.visibility {
  /* fontawesome icons */
  margin: 0 .5rem;
}

#login_form .myForms a,
#login_form .myForms a:visited,
#login_form .myForms a:active,
#login_form .myForms a:focus {
  color: rgb(240,240,205);
}

#login_form .myForms a:hover {
  color: rgb(255, 210, 110);
}



@media (max-width: 1299px){

}

@media (max-width: 599px){
}
