@charset "UTF-8";

:root {
  --ion-color-bb-background: #ffffff;
  --ion-color-bb-background-rgb: 255,255,255;
  --ion-color-bb-background-contrast: #000000;
  --ion-color-bb-background-contrast-rgb: 0,0,0;
  --ion-color-bb-background-shade: #e0e0e0;
  --ion-color-bb-background-tint: #ffffff;
}

.ion-color-bb-background {
  --ion-color-base: var(--ion-color-bb-background);
  --ion-color-base-rgb: var(--ion-color-bb-background-rgb);
  --ion-color-contrast: var(--ion-color-bb-background-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-background-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-background-shade);
  --ion-color-tint: var(--ion-color-bb-background-tint);
}

:root {
  --ion-color-bb-text: #535353;
  --ion-color-bb-text-rgb: 83,83,83;
  --ion-color-bb-text-contrast: #ffffff;
  --ion-color-bb-text-contrast-rgb: 255,255,255;
  --ion-color-bb-text-shade: #494949;
  --ion-color-bb-text-tint: #646464;
}

.ion-color-bb-text {
  --ion-color-base: var(--ion-color-bb-text);
  --ion-color-base-rgb: var(--ion-color-bb-text-rgb);
  --ion-color-contrast: var(--ion-color-bb-text-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-text-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-text-shade);
  --ion-color-tint: var(--ion-color-bb-text-tint);
}

:root {
  --ion-color-bb-blue: #75c3ce;
  --ion-color-bb-blue-rgb: 117,195,206;
  --ion-color-bb-blue-contrast: #ffffff;
  --ion-color-bb-blue-contrast-rgb: 255,255,255;
  --ion-color-bb-blue-shade: #3fb0bc;
  --ion-color-bb-blue-tint: #83c9d3;
}

.ion-color-bb-blue {
  --ion-color-base: var(--ion-color-bb-blue);
  --ion-color-base-rgb: var(--ion-color-bb-blue-rgb);
  --ion-color-contrast: var(--ion-color-bb-blue-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-blue-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-blue-shade);
  --ion-color-tint: var(--ion-color-bb-blue-tint);
}

:root {
  --ion-color-bb-purple: #a33d7d;
  --ion-color-bb-purple-rgb: 163,61,125;
  --ion-color-bb-purple-contrast: #ffffff;
  --ion-color-bb-purple-contrast-rgb: 255,255,255;
  --ion-color-bb-purple-shade: #8f366e;
  --ion-color-bb-purple-tint: #ac508a;
}

.ion-color-bb-purple {
  --ion-color-base: var(--ion-color-bb-purple);
  --ion-color-base-rgb: var(--ion-color-bb-purple-rgb);
  --ion-color-contrast: var(--ion-color-bb-purple-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-purple-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-purple-shade);
  --ion-color-tint: var(--ion-color-bb-purple-tint);
}

:root {
  --ion-color-bb-orange: #ed8854;
  --ion-color-bb-orange-rgb: 237,136,84;
  --ion-color-bb-orange-contrast: #ffffff;
  --ion-color-bb-orange-contrast-rgb: 255,255,255;
  --ion-color-bb-orange-shade: #d1784a;
  --ion-color-bb-orange-tint: #ef9465;
}

.ion-color-bb-orange {
  --ion-color-base: var(--ion-color-bb-orange);
  --ion-color-base-rgb: var(--ion-color-bb-orange-rgb);
  --ion-color-contrast: var(--ion-color-bb-orange-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-orange-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-orange-shade);
  --ion-color-tint: var(--ion-color-bb-orange-tint);
}

:root {
  --ion-color-bb-yellow: #fac341;
  --ion-color-bb-yellow-rgb: 250,195,65;
  --ion-color-bb-yellow-contrast: #000000;
  --ion-color-bb-yellow-contrast-rgb: 0,0,0;
  --ion-color-bb-yellow-shade: #dcac39;
  --ion-color-bb-yellow-tint: #fbc954;
}

.ion-color-bb-yellow {
  --ion-color-base: var(--ion-color-bb-yellow);
  --ion-color-base-rgb: var(--ion-color-bb-yellow-rgb);
  --ion-color-contrast: var(--ion-color-bb-yellow-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-yellow-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-yellow-shade);
  --ion-color-tint: var(--ion-color-bb-yellow-tint);
}

:root {
  --ion-color-bb-green: #60b86f;
  --ion-color-bb-green-rgb: 96,184,111;
  --ion-color-bb-green-contrast: #ffffff;
  --ion-color-bb-green-contrast-rgb: 255,255,255;
  --ion-color-bb-green-shade: #54a262;
  --ion-color-bb-green-tint: #70bf7d;
}

.ion-color-bb-green {
  --ion-color-base: var(--ion-color-bb-green);
  --ion-color-base-rgb: var(--ion-color-bb-green-rgb);
  --ion-color-contrast: var(--ion-color-bb-green-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-green-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-green-shade);
  --ion-color-tint: var(--ion-color-bb-green-tint);
}

:root {
  --ion-color-bb-red: #c71314;
  --ion-color-bb-red-rgb: 199,19,20;
  --ion-color-bb-red-contrast: #ffffff;
  --ion-color-bb-red-contrast-rgb: 255,255,255;
  --ion-color-bb-red-shade: #af1112;
  --ion-color-bb-red-tint: #cd2b2c;
}

.ion-color-bb-red {
  --ion-color-base: var(--ion-color-bb-red);
  --ion-color-base-rgb: var(--ion-color-bb-red-rgb);
  --ion-color-contrast: var(--ion-color-bb-red-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-red-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-red-shade);
  --ion-color-tint: var(--ion-color-bb-red-tint);
}

:root {
  --ion-color-bb-dev: var(--ion-color-bb-red);
  --ion-color-bb-dev-rgb: var(--ion-color-bb-red-rgb);
  --ion-color-bb-dev-contrast: var(--ion-color-bb-red-contrast);
  --ion-color-bb-dev-contrast-rgb: var(--ion-color-bb-red-contrast-rgb);
  --ion-color-bb-dev-shade: var(--ion-color-bb-red-shade);
  --ion-color-bb-dev-tint: var(--ion-color-bb-red-tint);
}

.ion-color-bb-dev {
  --ion-color-base: var(--ion-color-bb-dev);
  --ion-color-base-rgb: var(--ion-color-bb-dev-rgb);
  --ion-color-contrast: var(--ion-color-bb-dev-contrast);
  --ion-color-contrast-rgb: var(--ion-color-bb-dev-contrast-rgb);
  --ion-color-shade: var(--ion-color-bb-dev-shade);
  --ion-color-tint: var(--ion-color-bb-dev-tint);
}

:root {
  --ion-color-primary: var(--ion-color-bb-blue);
  --ion-color-primary-rgb: var(--ion-color-bb-blue-rgb);
  --ion-color-primary-contrast: var(--ion-color-bb-blue-contrast);
  --ion-color-primary-contrast-rgb: var(--ion-color-bb-blue-contrast-rgb);
  --ion-color-primary-shade: var(--ion-color-bb-blue-shade);
  --ion-color-primary-tint: var(--ion-color-bb-blue-tint);
}

:root {
  --ion-color-secondary: var(--ion-color-bb-purple);
  --ion-color-secondary-rgb: var(--ion-color-bb-purple-rgb);
  --ion-color-secondary-contrast: var(--ion-color-bb-purple-contrast);
  --ion-color-secondary-contrast-rgb: var(--ion-color-bb-purple-contrast-rgb);
  --ion-color-secondary-shade: var(--ion-color-bb-purple-shade);
  --ion-color-secondary-tint: var(--ion-color-bb-purple-tint);
}

:root {
  --ion-color-tertiary: var(--ion-color-bb-orange);
  --ion-color-tertiary-rgb: var(--ion-color-bb-orange-rgb);
  --ion-color-tertiary-contrast: var(--ion-color-bb-orange-contrast);
  --ion-color-tertiary-contrast-rgb: var(--ion-color-bb-orange-contrast-rgb);
  --ion-color-tertiary-shade: var(--ion-color-bb-orange-shade);
  --ion-color-tertiary-tint: var(--ion-color-bb-orange-tint);
}

:root {
  --ion-color-success: var(--ion-color-bb-green);
  --ion-color-success-rgb: var(--ion-color-bb-green-rgb);
  --ion-color-success-contrast: var(--ion-color-bb-green-contrast);
  --ion-color-success-contrast-rgb: var(--ion-color-bb-green-contrast-rgb);
  --ion-color-success-shade: var(--ion-color-bb-green-shade);
  --ion-color-success-tint: var(--ion-color-bb-green-tint);
}

:root {
  --ion-color-warning: var(--ion-color-bb-yellow);
  --ion-color-warning-rgb: var(--ion-color-bb-yellow-rgb);
  --ion-color-warning-contrast: var(--ion-color-bb-yellow-contrast);
  --ion-color-warning-contrast-rgb: var(--ion-color-bb-yellow-contrast-rgb);
  --ion-color-warning-shade: var(--ion-color-bb-yellow-shade);
  --ion-color-warning-tint: var(--ion-color-bb-yellow-tint);
}

:root {
  --ion-color-danger: var(--ion-color-bb-red);
  --ion-color-danger-rgb: var(--ion-color-bb-red-rgb);
  --ion-color-danger-contrast: var(--ion-color-bb-red-contrast);
  --ion-color-danger-contrast-rgb: var(--ion-color-bb-red-contrast-rgb);
  --ion-color-danger-shade: var(--ion-color-bb-red-shade);
  --ion-color-danger-tint: var(--ion-color-bb-red-tint);
}

.iti {
  display: block;
  --iti-path-flags-1x: url('../img/flags.webp');
  --iti-path-flags-2x: url('../img/flags@2x.webp');
  --iti-path-globe-1x: url('../img/globe.webp');
  --iti-path-globe-2x: url('../img/globe@2x.webp');
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}

button {
  background: #fff;
  border: solid #ccc 1px;
}

.btn.bb-auth-button {
  min-width: 160px;
}

li.sortable-list-item {
  border-bottom: solid #b4b8b5 1px;
  padding: 10px;
}

li.sortable-list-item:hover {
  cursor: move;
}

ul.sort-groups {
  list-style: none;
  padding: 0;
}

.ajax-alert-message {
  color: #e8493e;
}

.ajax-success-message {
  color: #55b251;
}

.ajax-alert-message-container {
  padding: 20px;
  color: #882d0e;
  background-color: #e8493e;
}

.ajax-success-message-container {
  padding: 20px;
  color: #055a1c;
  background-color: #aee2ab;
}

.ajax-message {
  padding: .325rem .5rem 0;
}

.sortable-edit-link {
  padding-right: 5px;
}

.sortable-edit-link:hover {
  cursor: pointer;
}

.invalid-sortable-container {
  border: solid #ff4000 1px;
}

.marked-incomplete-item-label {
  color: #ff4000;
}

.btn.btn-unpadded {
  padding: 0 0.375rem;
}

.monospace {
  font-family: monospace;
}

/*
* Datatable Styles
*/

.dataTables_filter #user-search-label {
  margin-right: 10px;
}

.dataTables_filter input[type=search],
.dt-search input[type=search] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.dt-search input[type=search] {
  min-width: 300px;
  margin-left: 0 !important;

}

.dt-search label {
  display: block;
  
}

div.dt-container div.dt-processing {
  position: fixed !important;
}
/* Roles Column on User List datatable */
#users-table_wrapper table.dataTable th:nth-child(6) {
  width: 98px;
  max-width: 98px;
  word-break: break-all;
  white-space: pre-line;
}

span .paginate_button {
  margin: 5px;
  cursor: pointer;
}
span .paginate_button.current {
  color: #333;
}



span .paginate_button :hover {
  cursor: pointer;
}

span .paginate_button:hover {
  cursor: pointer;
}

nav.header-nav {
  background-color: #eaeaea;
}

nav > .container .row > .col-md-12 {
  background-color: #eaeaea;
  padding: 10px 0 10px 0;
}

nav > .container .row > .col-md-12 > form {
  padding: 0.5rem 1rem;
}

.nav-link {
  color: #0a0a0a;
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

.note-editor.note-airframe .note-editing-area .note-editable h1,
.note-editor.note-frame .note-editing-area .note-editable h1 {
  font-size: 28px;
}

.note-editor.note-airframe .note-editing-area .note-editable h2,
.note-editor.note-frame .note-editing-area .note-editable h2 {
  font-size: 26px;
}

.note-editor.note-airframe .note-editing-area .note-editable h3,
.note-editor.note-frame .note-editing-area .note-editable h3 {
  font-size: 24px;
}

.note-editor.note-airframe .note-editing-area .note-editable h4,
.note-editor.note-frame .note-editing-area .note-editable h4 {
  font-size: 22px;
}

.note-editor.note-airframe .note-editing-area .note-editable h5,
.note-editor.note-frame .note-editing-area .note-editable h5 {
  font-size: 20px;
}

.note-editor.note-airframe .note-editing-area .note-editable h6,
.note-editor.note-frame .note-editing-area .note-editable h6 {
  font-size: 18px;
}

.note-editor.note-airframe .note-editing-area .note-editable h1,
.note-editor.note-airframe .note-editing-area .note-editable h2,
.note-editor.note-airframe .note-editing-area .note-editable h3,
.note-editor.note-airframe .note-editing-area .note-editable h4,
.note-editor.note-airframe .note-editing-area .note-editable h5,
.note-editor.note-airframe .note-editing-area .note-editable h6,
.note-editor.note-frame .note-editing-area .note-editable h1,
.note-editor.note-frame .note-editing-area .note-editable h2,
.note-editor.note-frame .note-editing-area .note-editable h3,
.note-editor.note-frame .note-editing-area .note-editable h4,
.note-editor.note-frame .note-editing-area .note-editable h5,
.note-editor.note-frame .note-editing-area .note-editable h6 {
  font-family: var(--bb-title-font-family);
  color: var(--bb-title-color);
}

.note-editor.note-airframe .note-editing-area .note-editable a,
.note-editor.note-frame .note-editing-area .note-editable a {
  color: var(--ion-color-bb-text);
}

.note-editor.note-airframe .note-editing-area .note-editable pre,
.note-editor.note-frame .note-editing-area .note-editable pre {
  font-size: 0.7rem;
}

.note-editor.note-airframe .note-editing-area .note-editable hr,
.note-editor.note-frame .note-editing-area .note-editable hr {
  background-color: var(--ion-border-color);
  margin: 1rem 0;
}

.note-editor.note-airframe .note-editing-area .note-editable h1,
.note-editor.note-frame .note-editing-area .note-editable h1 {
  color: var(--ion-color-primary);
}

.note-editor.note-airframe .note-editing-area .note-editable h2,
.note-editor.note-airframe .note-editing-area .note-editable h3,
.note-editor.note-airframe .note-editing-area .note-editable h4,
.note-editor.note-airframe .note-editing-area .note-editable h5,
.note-editor.note-airframe .note-editing-area .note-editable h6,
.note-editor.note-frame .note-editing-area .note-editable h2,
.note-editor.note-frame .note-editing-area .note-editable h3,
.note-editor.note-frame .note-editing-area .note-editable h4,
.note-editor.note-frame .note-editing-area .note-editable h5,
.note-editor.note-frame .note-editing-area .note-editable h6 {
  color: var(--ion-color-tertiary);
}

.note-editor.note-airframe .note-editing-area .note-editable ul,
.note-editor.note-frame .note-editing-area .note-editable ul {
  padding: 0;
}

.note-editor.note-airframe .note-editing-area .note-editable ul li,
.note-editor.note-frame .note-editing-area .note-editable ul li {
  position: relative;
  display: block;
  margin: 1rem 0;
  padding-left: 1rem;
}

.note-editor.note-airframe .note-editing-area .note-editable ul li:before,
.note-editor.note-frame .note-editing-area .note-editable ul li:before {
  content: "\F0DA";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.2em;
  color: var(--ion-color-tertiary);
}

.note-editor.note-airframe .note-editing-area .note-editable ol li,
.note-editor.note-frame .note-editing-area .note-editable ol li {
  margin: 1rem 0;
}

.note-editor.note-airframe .note-editing-area .note-editable ol li::marker,
.note-editor.note-frame .note-editing-area .note-editable ol li::marker {
  color: var(--ion-color-tertiary);
}

.note-editor.note-airframe .note-editing-area .note-editable aside,
.note-editor.note-frame .note-editing-area .note-editable aside {
  position: relative;
  padding: 0.5em 1em;
}

.note-editor.note-airframe .note-editing-area .note-editable aside::before,
.note-editor.note-frame .note-editing-area .note-editable aside::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  background-color: var(--ion-color-tertiary);
}

.bb-auth-logo {
  width: 100%;
  max-width: 200px;
  margin: 1rem auto;
  display: block;
}

#editor {
  overflow: scroll;
  min-height: 380px;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #000;
    animation: spinner .6s linear infinite;
}

.example {
    margin: 10px;
    background: #ffcccc;
    padding: 10px;
}

.delete {
  float: right;
}

.resources .list-group-item a {
  line-height: 2;
}

fieldset {
  border: 1px solid #eee;
  border-radius: .25em;
  margin-bottom: 2rem;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

fieldset legend {
  display: inline-block;
  width:auto;
  padding: 0 .5rem
}


.user-interaction-form-1 .col-form-label {
  float: left;
  min-width: 130px;
  padding-right: 1rem;
}

.user-interaction-form-1 .col-form-label.no-float {
  float: none;
}

select[style*="display:none"] + .select2 { display: none; }
select[style*="display: none"] + .select2 { display: none; }

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

#user-log-form .form-group{
  padding: 0 .5rem;
}
#user-log-form .col-form-label {
  display: block;
}

#user-log-form .select2-container--default .select2-selection .select2-selection__choice {
  max-width: 95%;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-left: .75rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .375rem .75rem;
}

.select2-container .select2-selection,
.select2-container--default .select2-selection .select2-selection__clear,
.select2-container--default .select2-selection .select2-selection__arrow {
  min-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 0;
}
.example-spinner {
    position: relative;
    min-height: 36px;
    background: #fff;
    margin: 10px 0 0;
}


.select2-container .select2-results__option.optInvisible {
  display: none;
}
.actions {
  display: flex;
  justify-content: space-between;
  color: #ddd;
}
.actions a {
  pointer-events: all;
}
.actions-td {
  pointer-events: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  margin-bottom: .5rem;

}

.tabs a {
  min-width: 125px;
  background-color: transparent;
  color: #212529;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #ccc;
}

.tabs a.active {
  border: 1px solid #ccc;
  border-bottom: 0;
}

.disabled-fields {
  line-height: 28px;
  padding: .375rem .75rem;
}

.container-title .fa {
  padding-left: .375rem;
}
.container-title,
.container-title .fa,
.life-event-title .fa,
.sidebar .fa {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.read-only-view .container:not(.type-fieldset) > .toggle-container,
.sidebar .toggle-container {
  display: none;
}

#user-log-form .toggle-container {
  display: block;
}

.toggle-container {
  padding: .5rem 0;
}

.container:not(.active) > .container-title {
  color: #007bff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 300;
}



.container.active > .container-title .fa-caret-right,
.sidebar .active .fa-caret-right {
  transform:rotate(90deg);
  padding-left: .5rem;
}

.container-title a {
  display: inline;
}
.col-form-label {
  font-size: .8rem;
  color: #888;
  padding-top: calc(.375rem + 4px);
}
.form-group input[type=checkbox] {
  margin-top: calc(.375rem + 4px);
  transform: translateY(2px);
}
.read-only-view .form-group {
  margin-bottom: .375rem;
}

.read-only-view .interaction-block {
  border-top: 1px solid #ccc;
  margin-top: 1.5rem;
  padding-top: .75rem;
}

.btn-secondary {
  background-color:rgba(0,0,0,.03);
  color: #555;
  border-color: #555;
}

.is-invalid.note-editor,
.is-invalid + .select2-container .select2-selection,
.is-invalid + .select2-container .select2-selection--single {
  border-color: #dc3545 !important;
}

.ajax-alert-message {
  padding: .5rem 0;
}
.to-from-toggle {
  position: absolute;
  left: -5px;
  bottom: -14px;
  z-index: 2;
  cursor: pointer;
  color: #888;
}
.toggle-container .col-sm-8 {
  position: relative;
}

.interaction-message {
  padding: .5rem 0;

  font-size: 80%;
}
.interaction-message-content {
  border-left: 2px solid #ccc;
  padding: .5rem;
  max-height: 50px;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: relative;
  overflow: hidden;
}
.interaction-message.active .interaction-message-content {
  max-height: 992px;
  transition: max-height 0.5s ease-in-out;
  padding-bottom: 10px;
}
.long.interaction-message-content:after {
  display: block;
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  text-align: right;
  cursor: pointer;
  content: '...';
  padding: 0 .5rem;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.interaction-message.active .long.interaction-message-content:after {
  content: '^';
  padding-bottom: 10px;
}
tr.odd .long.interaction-message-content:after {
  background: rgb(242,241,243);
  background: linear-gradient(180deg,rgba(242,241,243,0) 0%, rgba(242,241,243,1) 100%);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(242,241,243);
}

.summary-info {
  font-size: .7em;
  padding: .5rem 0;
  font-style: italic;
  color: #888;
  margin-bottom: 1rem;
  display:inline-block;
}

/* .sidebar .row div[class^='col-'] {
  padding: 0 8px;
} */

.life-event-toggle {
  float: right;
}
.action-life-events {
  text-align: center;
}
.action-life-events:not(.active) .fa,
.reminder-status.not-done .fa {
 color: #aaa;
}
.action-life-events:hover .fa,
.reminder-status.not-done:hover .fa {
  color: #007bff;
}
.reminder-status.done:hover .fa {
  color: #aaa;
}
.roles-wrapper {
  text-align: center;
}
.roles-wrapper .fa {
  color: #aaa;
}
.roles-wrapper .fa.active {
  color: #000;
}

#user-table-wrapper .table-wrapper,
#user-table-wrapper #pagination-wrapper,
#checklists-table_wrapper .table-wrapper,
#checklists-table_wrapper #pagination-wrapper,
#checklists-table_wrapper .dt-layout-row,
#care-navigator-assignment-table_wrapper .table-wrapper,
#care-navigator-assignment-table_wrapper #pagination-wrapper
#care-navigator-assignment-table_wrapper .dt-layout-row
 {
  padding: 0 20px;
}

#checklists-table_wrapper .row.container {
  margin: 0 auto;
}
div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after,
div.dataTables_paginate a.previous:before,
div.dataTables_paginate a.first:before {
  top: -3px !important;
}

.reminders-count {
  background-color: #dc3545;
  color: #fff;
}
.reminder-bell a {
  color: #0A0A06;
}
.owner-reminders-count {
  background-color: #dc3545;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  right: -6px;
  padding: 0;
  outline: 1px solid #eaeaea;
}
.dataTable .btn,
.nav-link {
  padding: .125rem .25rem;

}
.dataTable .btn:focus, .dataTable .btn:active, .dataTable .btn:focus:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dataTable tr.completed .status-color {
  /* background-color: #d4edda !important; */
  color: #155724;
  /* border-color: #c3e6cb; */
}
.dataTable tr.completed .status-color {
  /* border-color: #c3e6cb; */
}
.dataTable tr.overdue .status-color {
  /* background-color: #f8d7da !important; */
  color: #721c24;
  font-weight: bold;
  /* border-color: #f5c6cb; */
}
.dataTable tr.overdue .status-color {
  /* border-color: #f5c6cb; */
}
.dataTable tr.due .status-color {
  /* background-color: #f8d7da !important; */
  color: #721c24;
  /* border-color: #f5c6cb; */
}
.dataTable tr.due .status-color {
  /* border-color: #f5c6cb; */
}
.dataTable tr.due_soon .status-color {
  /* background-color: #fff3cd !important; */
  color: #856404;
  /* border-color: #ffeeba; */
}
.dataTable tr.due_soon .status-color {
  /* border-color: #ffeeba; */
}

#reminders-table th:nth-child(7) {
  width: 25%;
}



.modal-header {
  border-bottom: 1px solid rgba(0,0,0,.125);
  background-color: rgba(0,0,0,.03);
}
.btn-close {
  background: transparent;
  border: none;
}
#reminders-table tr:nth-of-type(odd) td:nth-of-type(3)
#reminders-table tr:nth-of-type(even) td:nth-of-type(7)

#reminders-table tr:nth-of-type(odd) td:nth-of-type(7) {
  background: rgb(242,241,243);
}
#reminders-table tr:nth-of-type(even) td:nth-of-type(7) {
  background: #fff;
}
.not-owner-row td{
  cursor: default !important;
}

.not-owner-row td .not-done .fa {
  color: #aaa !important;
}
.not-owner-row td .done .fa {
  color: #007bff !important;
}

#reminder-new .alert {
  margin-bottom: 0;
}

#reminders-table .reminder-notes {
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    color: var(--gray);
}

#reminders-table .actions-column {
    white-space: nowrap;
}
.dataTables_processing {

  z-index: 11000 !important;
}

datalist.ticks-1-10 {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(33px - 1.5em);
    line-height: 1;
}
datalist.ticks-1-10 option {
    width: 1.5em;
    text-align: center;
}

.collapser-trigger {
    transition: font-size 0.3s, color 0.3s;
    cursor: pointer;
}
.collapser:not(.active) .collapser-trigger {
    font-size: 1em;
    color: #007bff;
}

.collapser .collapser-trigger::after {
    font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    transition: transform 0.3s;
    margin-left: 0.5em;
}
.collapser.active .collapser-trigger::after {
    transform: rotate(90deg);
}

.multi-hidden {
    display: none !important;
}
