/* ----------------------------- RESET BROWSER STYLES ----------------------- */
@import url("https://fonts.googleapis.com/css?family=Michroma|Barlow+Semi+Condensed:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Barlow:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Hind+Guntur:400,500,600,700|Hind+Siliguri:400,500,600,700|Hind:400,500,600,700|Jaldi:400,700|Khula:400,600,700,800|Lato:400,400i,700,700i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800,800i|Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,500,500i,700,700i,900,900i|Ubuntu:400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,500,500i,700,700i,900,900i|Ubuntu:400,400i,500,500i,700,700i");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 solid;
  vertical-align: baseline;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  font-size: 16px;
}

body {
  line-height: 1.2;
}

ol {
  padding-left: 1.4em;
  list-style: decimal;
}

ul {
  /*padding-left: 1.4em;*/
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
  color: fuchsia;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

i {
  vertical-align: middle;
}

/* end reset browser styles */
/* ----------------------------- SASS MIXINS ----------------------- */
/* usage examples:
.box{
@include flexbox;}

.box{
@include flex(1 1 243px);}
*/
/* ----------------------------- VARIABLES ----------------------- */
/* medium blue */
/* background color light */
/* alt row   was rgb(232,231,221)*/
/*$secondaryBackgroundColorDark : rgb();  sidebar menus, etc dark gray */
header {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3px;
}

header #back_to_list_btn {
  font-weight: 500;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  cursor: pointer;
}

header .login {
  /* border: 1px solid white; */
  font-size: 1.5rem;
  position: relative;
}

header .login i.fa-ellipsis-v {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

#settings_shade {
  z-index: 10;
  padding: 1rem;
  position: absolute;
  width: 100%;
  /* border-bottom-width: 2rem; */
}

#settings_shade > div {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
}

#settings_shade > div:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

#settings_shade #login_section {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
  align-items: center;
}

#settings_shade #login_section .buttons-wrapper {
  margin-left: 1rem;
}

.buttons-wrapper .btn.signup {
  margin-right: 0.25rem;
}

#settings_shade #options_section {
  display: flex;
  align-items: center;
  margin-left: -1rem; /* brings checkbox back inline with left padding while allowing for a large clickable area */
  margin-top: -0.5rem; /* similar to margin-left */
}

#checklist_wrapper .color-bar {
  height: 8px;
  margin-bottom: 3px;
}

.checklist,
.checklist-item {
  border-width: 0 0 1px;
}

.checklist span.checklist-name-label {
  padding-left: 1rem;
}

.checklist,
.checklist-item {
  padding: 0 0.5rem;
}

.checklist {
  padding-left: 0;
}

.checklist .color-label {
  align-self: stretch;
  width: 1rem;
  padding: 0;
  margin: 0;
}

.checklist,
.checklist-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.checklist-item {
  align-items: center;
  /* border: 1px solid yellow; */
}

.checklist .checklist--left,
.checklist-item .checklist-item--left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex-grow: 1;
  /* border: 1px solid magenta; temp */
}

.checklist .checklist--right,
.checklist-item .checklist-item--right {
  text-align: center;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
}

header .login i.fa-ellipsis-v:hover,
header .login i.fa-ellipsis-v:active,
header .login i.fa-ellipsis-v:focus,
.checklist-item .checklist-item--right:hover,
.checklist-item .checklist-item--right:active,
.checklist-item .checklist-item--right:focus,
.checklist .checklist--right:hover,
.checklist .checklist--right:active,
.checklist .checklist--right:focus {
  outline: dotted 1px grey;
}

.checklist-item.level1 {
  padding-left: 2.25rem;
}

.checklist-item.level2 {
  padding-left: 3.75rem;
}

.checkbox {
  /* border-width: 1px; */
  font-size: 1.5rem;
  padding: 0.25rem 1rem;
  cursor: pointer;
}

.checklist-item.checked .checklist-item-label {
  text-decoration: line-through;
}

.checklist-item .checklist-item-label {
  margin-left: 0.5rem;
}

.large-add-button button {
  font-size: 3.5rem;
  font-weight: normal;
  height: 70px;
  width: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  outline: 0;
  border-width: 1px;
}

form#add_checklist_item input,
form#add_sublist_item input {
  /* width: 300px; */
  padding: 4px 8px;
  border-radius: 4px;
  border-width: 1px;
}

form#add_checklist_item button,
form#add_sublist_item button {
  margin-left: 0.5rem;
}

form#edit_checklist .cancel-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  border-width: 1px;
  border-radius: 6px;
  cursor: pointer;
}

form#edit_checklist .cancel-btn:focus,
form#edit_checklist .cancel-btn:active {
  outline: 0;
}

/* COLORS */
body.darkmode {
  background-color: rgb(25, 25, 25);
  color: rgb(195, 195, 190);
}

header,
header #back_to_list_btn {
  color: rgb(240, 240, 240); /* or white? */
  background-color: rgb(40, 100, 162);
}

header #back_to_list_btn {
  color: rgb(240, 240, 240);
}

#settings_shade {
  background-color: rgb(70, 70, 70);
  /* border-color: rgb(150,150,150); */
  /* border-color: rgb(40,40,40); */
}

#settings_shade .btn.btn-outline-light {
  color: inherit;
  border-color: rgb(150, 150, 150);
}

#settings_shade .btn.btn-outline-light:hover {
  color: rgb(40, 40, 40);
  background-color: rgb(195, 195, 190);
}

.darkmode .checklist,
.darkmode .checklist-item {
  background-color: rgb(58, 58, 62);
  border-color: rgb(20, 20, 20); /* light option: rgb(150,150,150); */
}

.checklist .color-label {
  background-color: rgb(150, 150, 150);
}

.large-add-button button {
  background-color: rgb(25, 65, 200);
  color: rgb(240, 240, 240);
  border-color: rgb(25, 65, 200);
}

.large-add-button button:hover,
.large-add-button button:focus,
.large-add-button button:active {
  border: 1px solid rgb(50, 75, 100);
}

#checklist_wrapper .color-bar {
  background-color: #969696; /* default */
}

body.darkmode form#add_checklist_item input,
body.darkmode form#add_sublist_item input {
  background-color: rgb(70, 70, 70);
  color: rgb(190, 190, 190);
  border-color: rgb(140, 140, 140);
}

body.darkmode form#add_checklist_item input:focus,
body.darkmode form#add_sublist_item input:focus {
  background-color: rgb(100, 100, 100);
}

form#add_checklist_item .btn.btn-default,
form#add_sublist_item .btn.btn-default {
  background-color: inherit;
  color: rgb(58, 58, 62);
}

body.darkmode form#edit_checklist .cancel-btn {
  background-color: inherit;
  color: rgb(140, 140, 140);
  border-color: rgb(140, 140, 140);
}

body.darkmode form#edit_checklist .cancel-btn:hover {
  background-color: rgb(140, 140, 140);
  color: rgb(55, 55, 59);
  border-color: inherit;
}

/* JAVASCRIPT */
#checklist_list {
  display: none;
}

#checklist_list.visible {
  display: block;
}

.checklist-items {
  display: none;
}

.checklist-items.visible {
  display: block;
}

header #back_to_list_btn {
  visibility: hidden; /* vs display: none; : maintains place in flow for flex layout */
}

#settings_shade {
  display: none;
}

#checklist_wrapper .color-bar {
  display: none;
}

form#add_checklist_item {
  display: none;
}

.content {
  padding: 0.5rem;
}

.journal-row {
  display: flex;
  flex-direction: row;
  background-color: rgb(34, 35, 36);
  color: rgb(210, 210, 210);
  padding: 0.5rem;
  border-radius: 5px;
  margin-bottom: 0.375rem;
}

.journal-row--date {
  width: 60px;
  min-width: 60px;
  margin-right: 0.75rem;
  text-align: center;
}
.journal-row--date span {
  display: block;
  margin-bottom: 0;
}
.journal-row--date .day-number {
  font-size: 2rem;
  display: block;
  font-weight: bold;
}
.journal-row--date .day-text, .journal-row--date .year {
  font-size: 0.5rem;
}
.journal-row--date .month {
  font-size: 0.75rem;
}
.journal-row--date .year {
  font-size: 0.5rem;
}

.journal-row--main {
  display: flex;
  flex-direction: column;
}
.journal-row--main .summary {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.125rem;
}
.journal-row--main .text {
  font-size: 0.875rem;
}

.tags {
  display: flex;
  flex-flow: row wrap;
}

.tags .tag {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  background-color: rgb(19, 54, 105);
  color: rgb(245, 245, 245);
  margin-right: 0.5rem;
  padding: 2px 4px;
  border-radius: 3px;
  white-space: nowrap;
}
.tags .tag i {
  margin-right: 0.25rem;
}

.tags .tag:last-child {
  margin-right: 0;
}

.modal_background,
.my-modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

.details_modal,
.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 15px auto;
  display: none;
  padding: 15px;
  border: 1px solid grey;
  background-color: rgb(45, 45, 45);
  color: gainsboro;
  z-index: 101;
  width: 90vw;
  max-width: 500px;
  min-height: 60vh;
  max-height: 95vh;
  border-radius: 10px;
}
.details_modal .details_modal--inner-box,
.my-modal .details_modal--inner-box {
  overflow-y: scroll;
  margin: 0;
  max-height: 75vh;
}
.details_modal button.modal-close,
.my-modal button.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0;
  height: 34px;
  width: 34px;
  font-size: 1.6666666667rem;
  font-weight: normal;
  border: 0;
  outline: 0;
  background-color: rgb(200, 0, 0);
  color: white;
}
.details_modal button.modal-close:hover,
.my-modal button.modal-close:hover {
  background-color: rgb(255, 0, 0);
  box-shadow: none;
  outline: 0;
  border: 0;
}
.details_modal .modal_title,
.details_modal .modal_body,
.my-modal .modal_title,
.my-modal .modal_body {
  display: flex;
  flex-direction: column;
}
.details_modal .modal_title,
.my-modal .modal_title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-right: 65px;
  border-bottom: 1px solid rgb(200, 200, 200);
}
.details_modal .modal_title .author-first,
.details_modal .modal_title .book-sub-title,
.my-modal .modal_title .author-first,
.my-modal .modal_title .book-sub-title {
  font-size: 1.3333333333rem;
  font-weight: 500;
  color: rgb(120, 120, 120);
}
.details_modal .modal_title .author-last,
.details_modal .modal_title .book-title,
.my-modal .modal_title .author-last,
.my-modal .modal_title .book-title {
  font-size: 1.7777777778rem;
  font-weight: bold;
}
.details_modal .modal_title .dates,
.my-modal .modal_title .dates {
  margin-top: 5px;
}
.details_modal .modal_title .notes,
.my-modal .modal_title .notes {
  margin-top: 0.5rem;
}
.details_modal .modal_body h4,
.my-modal .modal_body h4 {
  margin-bottom: 0.5rem;
  color: rgb(130, 130, 130);
  font-size: 1.2222222222rem;
}
.details_modal .modal_body > div,
.my-modal .modal_body > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.details_modal .modal_body .book-title,
.details_modal .modal_body .edition-name,
.my-modal .modal_body .book-title,
.my-modal .modal_body .edition-name {
  font-size: 1.2222222222rem;
  font-weight: 500;
}
.details_modal .modal_body .sub-title,
.details_modal .modal_body .edition-details,
.my-modal .modal_body .sub-title,
.my-modal .modal_body .edition-details {
  font-size: 0.8888888889rem;
  font-weight: normal;
  color: rgb(120, 120, 120);
  font-style: italic;
}
.details_modal .show-password,
.my-modal .show-password {
  margin-left: 8px;
}

#login_page.my-modal {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  border: 0;
  border-radius: 0;
  z-index: auto;
  min-height: unset;
}

/* *******************  POPUP CONTAINERS ************************ */
.popUp-container {
  display: none;
}

.popUp-container.popUp-active {
  /*  display: block; redundant when using fadeIn() or Show()
                   setting to block makes the display instant instead of fading in */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

.popUp-container.popUp-active .popUp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgb(245, 245, 237);
  color: rgb(40, 85, 160);
  padding: 15px;
  margin: 15px auto;
  border-radius: 5px;
  max-width: 400px;
  font-family: Roboto, Arial;
}

.popUp-container.popUp-active .popUp h4 {
  font-weight: bold;
}

.popUp-container.popUp-active .popUp .myFormsRow {
  flex-flow: column;
}

.popUp-container.popUp-active .popUp .myFormsRow .formLabel {
  padding-left: 3px;
  font-weight: bold;
  justify-content: flex-start;
  padding: 5px 0;
  max-width: none;
}

.popUp-container.popUp-active .popUp .myFormsRow .formInput {
  align-self: flex-start;
  width: 100%;
}

@media (max-width: 430px) {
  .popUp-container.popUp-active .popUp {
    margin: 15px;
  }
}
/* *******************  END POPUP CONTAINERS ************************ */
/* COPIED FROM _myForms.scss (combatcommander) */
/* all two column stuff and .readOnly stuff removed */
/* re-worded to mobile first */
.myForms {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}

.myFormsRow {
  display: flex;
  width: 100%;
  flex-flow: column;
  padding: 8px 0;
}

.myFormsRow .formLabel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  min-width: 200px;
  max-width: 200px;
  padding-right: 15px;
}

.myFormsRow .formLabel label {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

.myFormsRow .formInput {
  flex-grow: 4;
  align-self: center;
}

.myFormsRow input:not(.btn),
.myFormsRow select,
.myFormsRow textarea {
  border-width: 2px;
  border-color: rgb(100, 100, 100);
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-family: Roboto, Arial, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: gainsboro;
  background-color: rgb(45, 45, 45);
}

.myFormsRow input:focus:not(.btn),
.myFormsRow select:focus,
.myFormsRow textarea:focus,
.myFormsRow input:active:not(.btn),
.myFormsRow select:active,
.myFormsRow textarea:active {
  border-color: rgb(120, 120, 120);
  box-shadow: 0 0 2px 2px rgb(120, 120, 120);
  background-color: rgb(60, 60, 60);
  outline: 0;
}

.myFormsRow input[type=reset],
.myFormsRow input[type=submit] {
  max-width: 150px;
}

.myFormsRow input:disabled,
.myFormsRow select:disabled,
.myFormsRow textarea:disabled {
  background-color: rgb(30, 30, 30);
  border-color: rgb(80, 80, 80);
}

.myFormsRow select option {
  background-color: rgb(50, 50, 50);
}

.myFormsRow.formBottomButtons {
  margin-top: 30px;
  padding-top: 30px;
  justify-content: center;
  border-top: 3px solid rgb(130, 170, 216);
}

.buttonsDiv {
  text-align: center;
}

.buttons-in-the-center {
  margin-top: 0.5rem;
  text-align: center;
  padding-top: 1rem;
  justify-content: center;
  border-top: 2px solid rgb(120, 120, 120);
}

.buttons-in-the-center.sansBorder {
  margin-top: 0;
  padding-top: 0;
  border-width: 0;
}

/*# sourceMappingURL=styles.css.map */
