/* Menu */
/* Standalone Full Image Mode */
/* Menu */
/* Standalone Full Image Mode */
/* Menu */
/* Standalone Full Image Mode */
.badge {
  background: #e2e5ed;
  color: #405189;
}
.badge.Order.Danger {
  color: #f17156 !important;
  background: #fde8e4 !important;
}
.badge.Order.Warning, .badge.Order.Created {
  color: #edb600 !important;
  background: #fff8dd !important;
}
.badge.Order.Pending, .badge.Order.Completed, .badge.Order.Archived, .badge.Order.Success, .badge.Protocol.Submitted {
  color: #18b7a2 !important;
  background: #daf4f0 !important;
}

/* Menu */
/* Standalone Full Image Mode */
.btn {
  border-radius: 4px;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
}
.btn i {
  margin-right: 6px;
}
.btn i.icon {
  margin: 0;
}
.btn.icon {
  padding-left: 12px;
  padding-right: 12px;
}
.btn.btn-success {
  background: #18b7a2;
  border-color: #18b7a2;
}
.btn.btn-primary {
  background: #9bcfb5;
  border-color: #9bcfb5;
}
.btn.btn-secondary {
  background: #6c757d;
  border-color: #6c757d;
}
.btn.btn-light {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.btn.btn-outline-primary {
  color: #9bcfb5 !important;
  border-color: #9bcfb5;
}
.btn.btn-outline-primary:hover {
  color: #9bcfb5 !important;
  background-color: transparent !important;
  border-color: #9bcfb5;
}

.btn-big {
  display: block;
  margin: 0 0 30px 0;
  padding: 20px;
  background: rgba(0, 183, 232, 0.1);
  border-radius: 10px;
  transition: background-color 0.5s, color 0.5s;
  text-align: center;
  text-decoration: none;
  color: #263871;
  font-weight: bold;
}
.btn-big i {
  font-size: 24px;
}
.btn-big i.block-icon {
  display: block;
  margin: 0 0 10px 0;
  font-size: 40px;
}
.btn-big:hover {
  background: #00b7e8;
  color: #FFF;
}
.btn-big.btn-secondary {
  background: #00b7e8;
  border-color: #00b7e8;
  color: #FFF;
}
.btn-big.btn-secondary:hover {
  background: #9bcfb5;
  color: #FFF;
}

.btn-grid {
  margin-bottom: -30px;
}

ol.breadcrumb {
  margin: 0px 0 20px 0;
  padding: 10px 0;
  border-radius: 4px;
  background: transparent;
}
ol.breadcrumb a {
  text-decoration: none;
}

/* Menu */
/* Standalone Full Image Mode */
.card-rounded {
  border-radius: 15px;
}

.card {
  position: relative;
  z-index: 400;
  margin: 0 0 30px 0;
  padding: 0px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.06);
}
.card .card-header {
  padding: 25px;
}
.card .card-header h2 {
  margin: 10px 0 20px 0;
  color: #FFF;
}
.card .card-header p {
  color: #FFF;
}
.card.bg-primary {
  box-shadow: 0px 0px 20px 0px #FFF;
}
.card.bg-primary .card-body {
  color: #FFF;
}
.card.bg-primary .card-body h2 {
  color: #FFF;
}
.card.bg-primary .card-body a {
  color: #FFF;
}
.card.bg-primary .card-body input {
  background: none;
  color: #FFF;
}
.card.with-tab-nav {
  border-top-left-radius: 0;
}
.card[data-href]:hover {
  background: #00b7e8;
  color: #FFF;
}
.card[data-href]:hover a {
  color: #FFF;
}
.card .card-body {
  padding: 25px !important;
}
@media (min-width: 768px) {
  .card .card-body {
    padding: 40px;
  }
}
.card .card-body h5.card-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #878a99;
}
.card .card-body h1:first-child, .card .card-body h2:first-child, .card .card-body h3:first-child, .card .card-body h4:first-child, .card .card-body h5:first-child, .card .card-body h6:first-child {
  margin-top: 0;
}
.card .card-body h2 {
  margin: 10px 0 20px -25px;
  padding: 3px 0 0 18px;
  border-left: 5px solid #9bcfb5;
}
.card .card-body .heading.h1 {
  margin: 0;
}
.card .card-body .heading.h1 ol.breadcrumb {
  margin-bottom: 0;
}
.card .card-body fieldset {
  position: relative;
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px 0 40px;
  border-top: 2px solid #f4f7f9;
}
.card .card-body fieldset legend {
  position: absolute;
  top: -24px;
  left: 30px;
  width: 85%;
}
.card .card-body fieldset legend span {
  display: inline-block;
  background: #FFF;
  padding: 0 10px;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.card .card-body .card-title {
  margin-bottom: 15px;
}
.card .card-body .input-receiver:first-child table.table:first-child {
  margin-top: 0;
}
.card .card-body .input-receiver:first-child .table-responsive:first-child table.table:first-child {
  margin-top: 0;
}
.card .card-body ul:first-child {
  margin-top: 0;
}
.card .card-body ul:last-child {
  margin-bottom: 0;
}
.card .card-body ul:last-child li:last-of-type {
  margin-bottom: 0;
}
.card .card-body .heading.h2:first-child {
  margin-top: 0;
}
.card .card-body table.table:last-child {
  margin-bottom: 0;
}
.card .card-body table.table:first-child {
  margin-top: 0;
}
.card .card-body p:last-child {
  margin-bottom: 0;
}
.card nav.card-tab-nav {
  display: flex;
  border-top: 2px solid rgba(38, 56, 113, 0.1);
  background: #FFF;
}
.card nav.card-tab-nav a {
  display: inline-block;
  margin-right: 1px;
  padding: 10px 20px;
  text-decoration: none;
  color: #252F4A;
}
.card nav.card-tab-nav a:hover {
  border-bottom: 3px solid #1e1e2d;
}
.card nav.card-tab-nav a.active, .card nav.card-tab-nav a.active:hover {
  border-bottom: 3px solid #9bcfb5;
}

.content-wrapper > .card:first-child, .content-wrapper > .generic-receiver > .card:first-child, .content-wrapper > .Controller > .generic-receiver > .card:first-child {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .col-md-6.border-right {
    padding-right: 30px;
    border-right: 1px solid #CCC;
  }
}
@media (min-width: 768px) {
  .col-md-6.border-left {
    padding-left: 30px;
    border-left: 1px solid #CCC;
  }
}

dl {
  margin: 20px 0 0 0;
  padding: 0;
  display: grid; /* grid container */
  grid-template-columns: 150px 1fr; /* 3 equal columns */
  grid-gap: 10px; /* row and column gap */
  grid-auto-flow: dense;
}
dl dt {
  grid-column: 1; /* first column */
}
dl dd {
  grid-column: 2; /* first column */
}

.dropdown ul.dropdown-menu li {
  font-size: 14px;
}

.file-upload-dropzone {
  margin: 0;
  padding: 30px;
  border: 3px dashed #CCC;
  text-align: center;
  color: #CCC;
  cursor: pointer;
}

.card.bg-primary .file-upload-dropzone {
  border: 3px dashed rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
}
.card.bg-primary .files-list .file a i {
  color: #FFF;
}

.files-list.images .file.image-preview {
  display: block;
  margin-bottom: 30px;
  border-radius: 15px;
  background: #CCC;
}
.files-list.images .file.image-preview img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.files-list.images .file.image-preview .caption {
  padding: 10px;
  font-size: 14px;
}

/* Menu */
/* Standalone Full Image Mode */
.silent {
  color: #999 !important;
  font-size: 13px !important;
}

.fc-success {
  color: #18b7a2 !important;
}

.fc-warning {
  color: #edb600 !important;
}

.fc-danger {
  color: #f17156 !important;
}

form .only-form-warning {
  display: none;
}
form.has-warning .only-form-warning {
  display: block;
}
form.has-warning input {
  border-color: #edb600;
}
form .form-bar {
  margin: 0 0 30px 0;
  padding: 10px;
  background: #e7e9eb;
}

/* Menu */
/* Standalone Full Image Mode */
h1 a.icon, h2 a.icon, h3 a.icon {
  margin-left: 10px;
  color: #CCC;
}
h1 a.icon.success, h2 a.icon.success, h3 a.icon.success {
  color: #18b7a2;
}

h1 {
  margin: 0 0 30px 0;
  color: #181C32;
  font-size: 24px;
  font-weight: bold;
}

h2 {
  min-height: 35px;
  margin: 50px 0 30px 0;
  color: #181C32;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
}
h2.first {
  margin-top: 0;
}
h2.center {
  text-align: center;
}
h2 a.icon.add {
  color: #18b7a2;
}

h3 {
  margin: 30px 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #181C32;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h6 {
  margin: 20px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.heading {
  margin: 0 0 30px 0;
}
.heading .prefix {
  padding-right: 10px;
  color: #CCC;
}
.heading h1 {
  margin: 0;
}
.heading.h1 {
  margin-top: 20px;
  font-size: inherit;
}
.heading.h1 h1 {
  margin-top: 4px;
}
.heading.h1 .subtitle {
  display: block;
  margin-top: 5px;
  font-size: 20px;
}
.heading.h2 {
  margin-top: 50px;
}
.heading.h2 h2 {
  margin-bottom: 0;
}
.heading.h3 {
  margin-top: 20px;
}
.heading h3 {
  margin: 0;
}
.heading .gap-2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .heading .gap-2 {
    margin-top: 0;
  }
}

i.far.big, i.fal.big {
  font-size: 36px;
}

i.icon {
  margin-left: 8px;
}
i.preicon, i.pre-icon {
  margin-right: 8px !important;
}
i.posticon, i.post-icon {
  margin-left: 8px !important;
}
i.followup {
  margin-left: 20px;
}
i.inactive {
  color: #CCC;
}
i.active {
  color: #18b7a2;
}

body.menu-visible .menu {
  position: relative;
}
body.menu-visible .menu a.toggle-menu {
  display: none;
}
body.menu-visible .menu a.toggle-menu.slide-in {
  display: block;
  position: absolute;
  right: -16px;
  top: 10px;
  padding: 3px 10px 3px 8px;
  background: #FFF;
  border-radius: 5px;
  font-size: 18px;
  color: #252F4A;
}
body.menu-visible .menu .mobile-wrapper a.logo {
  display: none;
}
body.menu-visible .menu .content-wrapper {
  display: block;
}

.menu {
  grid-row: 1;
  background: #1e1e2d;
}
.menu a.toggle-menu {
  display: block;
  padding: 10px 0;
  color: #FFF;
  font-size: 24px;
  text-align: center;
}
.menu a.toggle-menu.slide-in {
  display: none;
}
.menu .content-wrapper {
  display: none;
}
.menu .mobile-wrapper a.logo {
  display: block;
  padding: 10px;
}
.menu div.logo {
  padding: 20px 75px 0 20px;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}
.menu .outer-wrapper {
  padding: 20px;
}
.menu .outer-wrapper .thumbnail-wrapper {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 0 10px;
}
.menu .outer-wrapper .thumbnail-wrapper .image {
  grid-row: 1;
  width: 100%;
  height: auto;
  background: #CCC;
  border-radius: 50%;
}
.menu .outer-wrapper .thumbnail-wrapper .image.initials-wrapper {
  position: relative;
  padding-top: 100%;
}
.menu .outer-wrapper .thumbnail-wrapper .image.initials-wrapper .initials {
  position: absolute;
  display: flex;
  inset: 0;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.menu .outer-wrapper .thumbnail-wrapper .username {
  display: flex;
  align-items: center;
  grid-row: 1;
}
.menu .outer-wrapper .thumbnail-wrapper .username a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.menu .outer-wrapper nav h5 {
  margin: 20px 0 10px 0;
  padding: 5px;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #646477;
}
.menu .outer-wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .outer-wrapper nav ul li a {
  display: block;
  margin: 0 0 2px 0;
  padding: 6px 5px;
  border-radius: 4px;
  transition: all 0.5s;
  text-decoration: none;
  color: #9D9DA6;
  font-size: 14px;
}
.menu .outer-wrapper nav ul li a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #FFF;
}
.menu .outer-wrapper nav ul li a.active:hover {
  color: #FFF;
  background: rgba(255, 255, 255, 0.2);
}
.menu .outer-wrapper nav ul li a:hover {
  padding-left: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
.menu .outer-wrapper nav ul li a i {
  transition: all 0.5s;
  margin-right: 10px;
}
.menu .outer-wrapper nav ul li ul {
  padding-left: 30px;
}
.menu .outer-wrapper nav ul li ul li a {
  font-size: 14px;
}
.menu .outer-wrapper nav ul li ul li a:hover {
  padding-left: 5px;
  background: none;
}
.menu .outer-wrapper nav ul li ul li a.active {
  background: none;
  font-weight: bold;
  color: #FFF;
}
.menu .outer-wrapper nav ul li ul li a.active:hover {
  background: none;
}

.message {
  margin: 20px 0;
  padding: 10px;
  border: 1px dashed #CCC;
  border-radius: 4px;
  text-align: center;
  color: #CCC;
}
.message.error {
  border-color: #f17156;
  color: #f17156;
}
.message.info {
  border-color: #00b7e8;
  color: #00b7e8;
}
.message.success {
  border-color: #18b7a2;
  color: #18b7a2;
}
.message.warning {
  border-color: #edb600;
  color: #edb600;
}
.message.warning a {
  color: rgb(186, 142.835443038, 0);
}
.message.danger {
  border-color: #f17156;
  color: #f17156;
}
.message.danger a {
  color: rgb(237.0983606557, 73.4262295082, 38.9016393443);
}
.message p {
  margin-bottom: 5px;
}
.message p:last-of-type {
  margin-bottom: 0px;
}
.message a {
  text-decoration: underline;
}

.col-md-1 .message:first-child, .col-md-2 .message:first-child, .col-md-3 .message:first-child, .col-md-4 .message:first-child, .col-md-5 .message:first-child, .col-md-6 .message:first-child, .col-md-7 .message:first-child, .col-md-8 .message:first-child, .col-md-9 .message:first-child, .col-md-10 .message:first-child, .col-md-11 .message:first-child, .col-md-12 .message:first-child {
  margin-top: 0;
}

.card-body .generic-receiver:first-child .message:first-child {
  margin-top: 0;
}
.card-body .generic-receiver:last-child .message:last-child {
  margin-bottom: 0;
}
.card-body .message:last-child {
  margin-bottom: 0;
}
.card-body .message:first-child {
  margin-top: 0;
}

table.table + .modal-body {
  padding-top: 0;
}

.modal-body .col-md-6 h3:first-child {
  margin: 10px 0 20px 0;
}

.modal-x-content > table.table thead tr th:first-child {
  padding-left: 16px;
}
.modal-x-content > table.table tbody tr td:first-child {
  padding-left: 16px;
}
.modal-x-content > table.table:last-child {
  margin-bottom: 4px;
}
.modal-x-content > table.table:last-child tbody tr:last-of-type td {
  border-bottom: none;
}

nav ul.pagination li.page-item.active a.page-link {
  background: #00b7e8;
  border-color: #00b7e8;
  color: #FFF;
}
nav ul.pagination li.page-item a.page-link {
  color: #00b7e8;
}

/* Menu */
/* Standalone Full Image Mode */
table.table {
  border-collapse: separate;
  border-spacing: 0;
}
table.table thead {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
}
table.table thead tr th {
  background: #FFF;
}
table.table tbody tr td, table.table tbody tr th, table.table thead tr td, table.table thead tr th {
  vertical-align: middle;
}
table.table tbody tr td.w-30, table.table tbody tr th.w-30, table.table thead tr td.w-30, table.table thead tr th.w-30 {
  width: 30px;
}
table.table tbody tr td.w-150, table.table tbody tr th.w-150, table.table thead tr td.w-150, table.table thead tr th.w-150 {
  width: 150px;
}
table.table tbody tr td.w-170, table.table tbody tr th.w-170, table.table thead tr td.w-170, table.table thead tr th.w-170 {
  width: 170px;
}
table.table tbody tr td.w-200, table.table tbody tr th.w-200, table.table thead tr td.w-200, table.table thead tr th.w-200 {
  width: 200px;
}
table.table tbody tr.highlighted td {
  background: #f6f7f7 !important;
}
table.table tbody tr.highlighted td a {
  color: #FFF;
}
table.table tbody tr td {
  color: #252F4A;
}
table.table tbody tr td a.icon-prefix {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
table.table tbody tr td a.icon-prefix i {
  position: absolute;
  top: 5px;
  left: 0px;
}
table.table tbody tr td a:not(.btn), table.table tbody tr td .link {
  color: #252f4a;
}
table.table tbody tr td .icongroup {
  display: table;
  color: #B5B5C3;
}
table.table tbody tr td .icongroup i {
  display: table-cell;
  vertical-align: middle;
  padding-right: 8px !important;
}
table.table tbody tr td .icongroup .text {
  display: table-cell;
}
table.table tbody tr td .icongroup .text em, table.table tbody tr td .icongroup .text .link {
  display: block;
  font-style: normal;
  color: #252F4A;
  font-weight: 500;
}
table.table tbody tr td.message {
  border: none;
  text-align: center;
}
table.table tbody tr td ul:first-child {
  margin-top: 0;
}
table.table tbody tr td ul:last-child {
  margin-bottom: 0;
}
table.table tbody tr td.level-2 {
  padding-left: 30px !important;
}
table.table tbody tr td.level-3 {
  padding-left: 60px !important;
}
table.table tbody tr td.level-4 {
  padding-left: 90px !important;
}
table.table tbody tr td.level-5 {
  padding-left: 120px !important;
}
table.table tbody tr td.level-6 {
  padding-left: 150px !important;
}
table.table tbody tr td.level-7 {
  padding-left: 180px !important;
}
table.table tbody tr td.level-8 {
  padding-left: 210px !important;
}
table.table tbody tr td.level-9 {
  padding-left: 240px !important;
}
table.table tbody tr td.level-10 {
  padding-left: 270px !important;
}
table.table tbody tr td.level-11 {
  padding-left: 300px !important;
}
table.table tbody tr td.level-12 {
  padding-left: 330px !important;
}
table.table.borderless tbody tr th, table.table.borderless tbody tr td {
  border: none;
}
table.table.table-row-dashed tbody tr td, table.table.table-row-dashed tbody tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: dashed;
}
table.table.table-row-dashed tbody tr.highlighted td {
  border-top: 1px solid #FFF;
  border-color: transparent;
}
table.table.table-row-dashed tbody tr[data-href]:hover {
  border-top: 1px solid #FFF;
  border-color: transparent;
}

table.table.small-text td, table.table.small-text th {
  font-size: 12px;
}
table.table tbody tr th, table.table tbody tr td.title {
  padding-left: 0;
  font-weight: 700;
  color: #B5B5C3;
}
table.table tbody tr[data-href] td {
  cursor: pointer;
}
table.table tbody tr[data-href] td a {
  transition: none;
}
table.table tbody tr[data-href]:hover td {
  background: #f6f7f7 !important;
  color: inherit !important;
}
table.table.vertical-align-middle tbody td {
  vertical-align: middle;
}

table.stripped {
  width: 100%;
}
table.stripped tbody tr:nth-child(odd) td {
  background: #f4f7f9;
}
table.stripped tbody tr td {
  padding: 25px 30px;
}
table.stripped.rounded tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
table.stripped.rounded tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mt-n100 {
  margin-top: -100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.bg-light {
  background: #f4f7f9;
}

.fc-light {
  color: #B5B5C3;
}

/* Cleanup */
/* Menu */
/* Standalone Full Image Mode */
.table.calendar-week thead tr th {
  padding: 10px 5px;
}

.table.calendar-week tbody tr td {
  padding: 5px;
  vertical-align: top;
  border-left: 1px solid rgb(222, 226, 230);
  font-size: 11px;
}

.table.calendar-week tbody tr td em {
  display: block;
  font-weight: 600;
  font-style: normal;
}

.table.calendar-week tbody tr td .date {
  margin-bottom: 5px;
}

.table.calendar-week tbody tr td .date {
  padding: 0;
  border-width: 0 6px 0 0;
  border-style: solid;
}
.table.calendar-week tbody tr td .date.Danger {
  border-color: #f17156;
}
.table.calendar-week tbody tr td .date.Warning {
  border-color: #edb600;
}
.table.calendar-week tbody tr td .date.Success {
  border-color: #18b7a2;
}
.table.calendar-week tbody tr td .date .State {
  padding: 5px;
  border-right: 1px solid #FFF;
}
.table.calendar-week tbody tr td .date .State a {
  display: block;
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.table.calendar-week tbody tr td .date.danger:before, .table.calendar-week tbody tr td .date.success:before, .table.calendar-week tbody tr td .date.warning:before {
  content: " ";
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 2px solid #FFF;
}

.table.calendar-week tbody tr td .date:last-of-type {
  margin-bottom: 0;
}

.table.calendar-week thead tr th {
  border-left: 1px solid rgb(222, 226, 230);
}

.table.calendar-week tbody tr td:first-of-type {
  border-left: 1px solid transparent;
}

.table.calendar-week thead tr th:first-of-type {
  border-left: 1px solid transparent;
}

table td.drop-hover {
  background: rgba(0, 0, 0, 0.05);
}

.Controller.Orders.Order .date-dismissed {
  text-decoration: line-through;
  color: #CCC !important;
}
.Controller.Orders.Order .notices .notice {
  margin: 0 0 30px 0;
}
.Controller.Orders.Order .notices .notice.outgoing .body {
  margin-right: 0px;
  margin-left: 100px;
  background: #0a81fe;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 0;
  color: #FFF;
}
.Controller.Orders.Order .notices .notice.outgoing .user {
  padding-right: 20px;
  text-align: right;
}
.Controller.Orders.Order .notices .notice .body {
  margin-right: 100px;
  padding: 20px;
  background: #e9e9eb;
  border-radius: 15px;
  border-bottom-left-radius: 0;
}
.Controller.Orders.Order .notices .notice .user {
  padding: 5px 0 0 20px;
  font-size: 12px;
  color: #999;
}
.Controller.Orders.Order .notices .notice .user em {
  color: #252F4A;
  font-style: normal;
}

body {
  font-size: 14px;
}

a {
  transition: color 1s;
  color: #9bcfb5;
  text-decoration: none;
}
a:hover {
  color: rgb(120.5405405405, 190.4594594595, 155.5);
}
a.color-text {
  color: #252F4A;
}
a.spot {
  color: #00b7e8 !important;
}

[data-href] {
  cursor: pointer;
}

ul {
  list-style: square;
  left: 0;
  margin: 20px 0;
  padding: 0 0 0 20px;
}
ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.annotation {
  font-size: 14px;
  color: #999;
}

.nav.nav-tabs {
  position: relative;
  z-index: 500;
  margin: 0;
  border: none;
}
.nav.nav-tabs .nav-item {
  margin: 0;
}
.nav.nav-tabs .nav-item .nav-link {
  padding-left: 5px;
  padding-right: 5px;
  color: #00b7e8;
  border: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .nav.nav-tabs .nav-item .nav-link {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
}
.nav.nav-tabs .nav-item .nav-link.active {
  padding-left: 15px;
  padding-right: 15px;
  color: #00b7e8;
  font-weight: bold;
  background: #FFF;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.04);
}

.image-background-wrapper {
  display: block;
  padding: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.image-background-wrapper h1 {
  color: #FFF;
  font-size: 48px;
}
.image-background-wrapper.square {
  padding: 100% 0 0 0;
}

.small-text {
  font-size: 14px;
}

.xpanel {
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #FFF;
  text-decoration: none;
}
.xpanel:hover {
  background: #1e1e2d;
}
.xpanel .image-background-wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.xpanel .xtitle {
  display: block;
  padding: 15px 0;
  text-align: center;
}

.card-body h3:first-child {
  margin-top: 0;
}

.nav.nav-tabs .nav-item .nav-link:focus {
  outline: none;
}

.tab-content .tab-pane:focus {
  outline: none;
}

.filter-container {
  margin: 20px 0;
  padding: 20px 20px 20px 20px;
  background: #1e1e2d;
}

.light-back {
  padding: 15px;
  background: #1e1e2d;
}
.light-back .message:first-child {
  margin-top: 0;
}
.light-back .message:last-child {
  margin-bottom: 0;
}

.bg-primary .light-back {
  background: rgba(0, 0, 0, 0.2);
}

.w-225px {
  width: 225px;
}

.min-w-225px {
  min-width: 225px;
}

.m-5 {
  margin: 5em !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bg-primary {
  background: #00b7e8 !important;
}

.text-primary {
  color: #00b7e8 !important;
}

.fc-text {
  color: #252F4A !important;
}

.fs-5 {
  font-size: 18px !important;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.files-listing .file {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  background: #1e1e2d;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #263871;
}
.files-listing .file:hover {
  background: #00b7e8;
  color: #FFF;
}

.small-nav a {
  padding-right: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #999;
}

img.round {
  border-radius: 50%;
}

/* Menu */
/* Standalone Full Image Mode */
html, body {
  height: 100%;
}

body {
  background: #f4f7f9;
  font-family: "Inter", sans-serif;
  color: #252F4A;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#banner {
  margin: 0 0 0 0;
  padding: 30px 0;
  background: #1e1e2d;
}
#banner a.logo img {
  max-width: 160px;
  height: auto;
}

.standalone {
  padding-bottom: 30px;
}
.standalone.full-image-content-wrapper {
  padding: 0 !important;
}
.standalone.full-image-content-wrapper .content {
  position: relative;
  padding: 50px 70px;
  height: 100%;
  text-align: center;
}
.standalone.full-image-content-wrapper .content .card {
  margin: 0 !important;
}
.standalone.full-image-content-wrapper .content .card-body {
  padding: 50px 60px 0px 60px !important;
}
@media (min-width: 1200px) {
  .standalone.full-image-content-wrapper .content .card-body {
    padding: 150px 60px 0px 60px !important;
  }
}
.standalone.full-image-content-wrapper .content .card-body #footer {
  position: absolute;
  inset: auto 60px 10px 60px;
  text-align: left;
}
.standalone.full-image-content-wrapper .content .card-body #footer nav {
  text-align: right;
}
.standalone.full-image-content-wrapper .content .card-body #footer nav a {
  padding: 0 0 0 20px;
}
.standalone.full-image-content-wrapper .content a.logo img {
  width: 280px;
  max-width: 100%;
  margin: 0 0 40px 0;
}
@media (min-width: 1200px) {
  .standalone.full-image-content-wrapper .content a.logo img {
    margin: 0 0 60px 0;
  }
}

#footer {
  z-index: 700;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #999;
}
#footer a {
  padding: 0 20px;
  color: #999;
  text-decoration: none;
}

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