﻿/*@import url('../../src/css/open-iconic/font/css/open-iconic-bootstrap.min.css');*/
/* #region Variables */
/* #endregion */
/* #region Colors */
.color-primary {
  color: #448F4A !important;
}
.color-primary:hover {
  color: #448F4A !important;
}

.color-secondary {
  color: #6F6F6F !important;
}
.color-secondary:hover {
  color: #6F6F6F !important;
}

.color-success {
  color: #B2E320 !important;
}
.color-success:hover {
  color: #B2E320 !important;
}

.color-danger {
  color: #E01717 !important;
}
.color-danger:hover {
  color: #E01717 !important;
}

.color-info {
  color: #B8DBA1 !important;
}
.color-info:hover {
  color: #B8DBA1 !important;
}

.color-light {
  color: #FFFFFF !important;
}
.color-light:hover {
  color: #FFFFFF !important;
}

.color-dark {
  color: #1C2951 !important;
}
.color-dark:hover {
  color: #1C2951 !important;
}

.color-green {
  color: #3BB143 !important;
}
.color-green:hover {
  color: #3BB143 !important;
}

.text-primary {
  color: #448F4A !important;
}

.text-secondary {
  color: #6F6F6F !important;
}

.text-success {
  color: #B2E320 !important;
}

.text-danger {
  color: #E01717 !important;
}

.text-info {
  color: #B8DBA1 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #1C2951 !important;
}

/* #endregion */
/* #region Backgrounds */
.bg-primary, .auth-layout, .top-bar-component .top-row .sidebar, .table-responsive .table tr.group-row td {
  background-color: #448F4A !important;
  color: #FFFFFF !important;
}

.bg-secondary, .panel, .table-responsive {
  background-color: #E5E5E5 !important;
  color: #448F4A !important;
}

.bg-light {
  background-color: #FFFFFF !important;
  color: #1C2951 !important;
}

.bg-info {
  background-color: #B8DBA1 !important;
  color: #FFFFFF !important;
}

.bg-success {
  background-color: #D2DFA8 !important;
  color: #1C2951 !important;
}

.bg-danger {
  background-color: #EEBBBB !important;
  color: #1C2951 !important;
}

.bg-warning {
  background-color: #FFE699 !important;
  color: #1C2951 !important;
}

.bg-red {
  background-color: #E01717 !important;
  color: #FFFFFF !important;
}

/* #endregion */
/* #region Alpha */
.alpha-0 {
  opacity: 0;
}

.alpha-1 {
  opacity: 0.1;
}

.alpha-2 {
  opacity: 0.2;
}

.alpha-3 {
  opacity: 0.3;
}

.alpha-4 {
  opacity: 0.4;
}

.alpha-5 {
  opacity: 0.5;
}

.alpha-6 {
  opacity: 0.6;
}

.alpha-7 {
  opacity: 0.7;
}

.alpha-8 {
  opacity: 0.8;
}

.alpha-9 {
  opacity: 0.9;
}

.alpha-10 {
  opacity: 1;
}

/* #endregion */
/* #region Borders */
.border-solid, .border {
  border-style: solid !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-1, .border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-primary, .border {
  border-color: #448F4A !important;
}

.border-secondary {
  border-color: #E5E5E5 !important;
}

.border-light {
  border-color: #FFFFFF !important;
}

.border-info {
  border-color: #B8DBA1 !important;
}

.border-success {
  border-color: #B2E320 !important;
}

.border-danger {
  border-color: #E01717 !important;
}

/* #endregion */
/* #region Buttons */
.btn-primary, .client-suppliers-page .btn.btn-sorting, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  background-color: #448F4A !important;
  border-color: rgb(51.5639810427, 108.4360189573, 56.1137440758) !important;
  color: #FFFFFF !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #6F6F6F !important;
  border-color: rgb(85.5, 85.5, 85.5) !important;
  color: #FFFFFF !important;
}

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:visited, .btn-light:focus {
  background-color: #FFFFFF !important;
  border-color: rgb(229.5, 229.5, 229.5) !important;
  color: #1C2951 !important;
}

.btn-info, .client-suppliers-page .btn.btn-sorting.selected, .btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:focus {
  background-color: #B8DBA1 !important;
  border-color: rgb(156.1461538462, 204.8769230769, 124.1230769231) !important;
  color: #FFFFFF !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus {
  background-color: #B2E320 !important;
  border-color: rgb(144.1912350598, 184.796812749, 23.203187251) !important;
  color: #FFFFFF !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited, .btn-danger:focus {
  background-color: #E01717 !important;
  border-color: rgb(177.7489878543, 18.2510121457, 18.2510121457) !important;
  color: #FFFFFF !important;
}

.btn-circle {
  width: 25px;
  height: 25px;
  padding: 2px 0px;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 1px 0px;
}
.btn-circle.btn-lg {
  width: 42px;
  height: 42px;
  font-size: 1.8em;
  padding: 4px 0;
}
.btn-circle.btn-xl {
  width: 48px;
  height: 48px;
  font-size: 2em;
  padding: 5px 0;
}
.btn-circle.btn-xxl {
  width: 60px;
  height: 60px;
  font-size: 2em;
  padding: 6px 0;
  line-height: 2em;
}

.btn {
  /*    border: none;*/
  font-size: small;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
}

a.disabled, a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

/* #endregion */
/* #region Link Buttons */
.btn-link {
  text-decoration: underline !important;
  cursor: pointer !important;
  color: blue !important;
  background-color: transparent !important;
}
.btn-link.btn-link-primary {
  color: #448F4A !important;
}
.btn-link.btn-link-secondary {
  color: #6F6F6F !important;
}
.btn-link.btn-link-light {
  color: #FFFFFF !important;
}
.btn-link.btn-link-info {
  color: #B8DBA1 !important;
}
.btn-link.btn-link-success {
  color: #B2E320 !important;
}
.btn-link.btn-link-danger {
  color: #E01717 !important;
}

/* #endregion */
/* #region Overlays */
.overlay-bg, .auth-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}

.overlay-container {
  margin: 0 auto;
}

/* #endregion */
/* #region FontIcons */
.fa-stack .cornered {
  position: absolute;
  line-height: 1em;
  text-shadow: 1px 1px 1px #000;
}
.fa-stack .cornered.cornered-tl {
  top: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-tr {
  top: 0px !important;
  text-align: right;
}
.fa-stack .cornered.cornered-bl {
  bottom: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-br {
  bottom: 0px !important;
  text-align: right;
}

/* #endregion */
/* #region Cursors */
.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed, .datepicker .calendar-btn[disabled] {
  cursor: not-allowed;
}

/* #endregion */
/* #region Transition */
.transition, .document-gathering-page .col-remarks > .btn, .document-gathering-page .col-remarks > span, .main .content, .top-bar-component .top-row .sidebar.sidebar-left .btn-pin, .top-bar-component .top-row .sidebar, .top-bar-component .top-row .top-left .menu-icon {
  transition: all 0.6s ease;
}

/* #endregion */
/* #region Columns */
@media screen and (min-width: 1700px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333334%;
    -ms-flex: 0 0 83.333334%;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
}
/* #endregion */
/* #region Variables */
/* #endregion */
/* #region Colors */
.color-primary {
  color: #448F4A !important;
}
.color-primary:hover {
  color: #448F4A !important;
}

.color-secondary {
  color: #6F6F6F !important;
}
.color-secondary:hover {
  color: #6F6F6F !important;
}

.color-success {
  color: #B2E320 !important;
}
.color-success:hover {
  color: #B2E320 !important;
}

.color-danger {
  color: #E01717 !important;
}
.color-danger:hover {
  color: #E01717 !important;
}

.color-info {
  color: #B8DBA1 !important;
}
.color-info:hover {
  color: #B8DBA1 !important;
}

.color-light {
  color: #FFFFFF !important;
}
.color-light:hover {
  color: #FFFFFF !important;
}

.color-dark {
  color: #1C2951 !important;
}
.color-dark:hover {
  color: #1C2951 !important;
}

.color-green {
  color: #3BB143 !important;
}
.color-green:hover {
  color: #3BB143 !important;
}

.text-primary {
  color: #448F4A !important;
}

.text-secondary {
  color: #6F6F6F !important;
}

.text-success {
  color: #B2E320 !important;
}

.text-danger {
  color: #E01717 !important;
}

.text-info {
  color: #B8DBA1 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #1C2951 !important;
}

/* #endregion */
/* #region Backgrounds */
.bg-primary, .auth-layout, .top-bar-component .top-row .sidebar, .table-responsive .table tr.group-row td {
  background-color: #448F4A !important;
  color: #FFFFFF !important;
}

.bg-secondary, .panel, .table-responsive {
  background-color: #E5E5E5 !important;
  color: #448F4A !important;
}

.bg-light {
  background-color: #FFFFFF !important;
  color: #1C2951 !important;
}

.bg-info {
  background-color: #B8DBA1 !important;
  color: #FFFFFF !important;
}

.bg-success {
  background-color: #D2DFA8 !important;
  color: #1C2951 !important;
}

.bg-danger {
  background-color: #EEBBBB !important;
  color: #1C2951 !important;
}

.bg-warning {
  background-color: #FFE699 !important;
  color: #1C2951 !important;
}

.bg-red {
  background-color: #E01717 !important;
  color: #FFFFFF !important;
}

/* #endregion */
/* #region Alpha */
.alpha-0 {
  opacity: 0;
}

.alpha-1 {
  opacity: 0.1;
}

.alpha-2 {
  opacity: 0.2;
}

.alpha-3 {
  opacity: 0.3;
}

.alpha-4 {
  opacity: 0.4;
}

.alpha-5 {
  opacity: 0.5;
}

.alpha-6 {
  opacity: 0.6;
}

.alpha-7 {
  opacity: 0.7;
}

.alpha-8 {
  opacity: 0.8;
}

.alpha-9 {
  opacity: 0.9;
}

.alpha-10 {
  opacity: 1;
}

/* #endregion */
/* #region Borders */
.border-solid, .border {
  border-style: solid !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-1, .border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-primary, .border {
  border-color: #448F4A !important;
}

.border-secondary {
  border-color: #E5E5E5 !important;
}

.border-light {
  border-color: #FFFFFF !important;
}

.border-info {
  border-color: #B8DBA1 !important;
}

.border-success {
  border-color: #B2E320 !important;
}

.border-danger {
  border-color: #E01717 !important;
}

/* #endregion */
/* #region Buttons */
.btn-primary, .client-suppliers-page .btn.btn-sorting, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  background-color: #448F4A !important;
  border-color: rgb(51.5639810427, 108.4360189573, 56.1137440758) !important;
  color: #FFFFFF !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #6F6F6F !important;
  border-color: rgb(85.5, 85.5, 85.5) !important;
  color: #FFFFFF !important;
}

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:visited, .btn-light:focus {
  background-color: #FFFFFF !important;
  border-color: rgb(229.5, 229.5, 229.5) !important;
  color: #1C2951 !important;
}

.btn-info, .client-suppliers-page .btn.btn-sorting.selected, .btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:focus {
  background-color: #B8DBA1 !important;
  border-color: rgb(156.1461538462, 204.8769230769, 124.1230769231) !important;
  color: #FFFFFF !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus {
  background-color: #B2E320 !important;
  border-color: rgb(144.1912350598, 184.796812749, 23.203187251) !important;
  color: #FFFFFF !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited, .btn-danger:focus {
  background-color: #E01717 !important;
  border-color: rgb(177.7489878543, 18.2510121457, 18.2510121457) !important;
  color: #FFFFFF !important;
}

.btn-circle {
  width: 25px;
  height: 25px;
  padding: 2px 0px;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 1px 0px;
}
.btn-circle.btn-lg {
  width: 42px;
  height: 42px;
  font-size: 1.8em;
  padding: 4px 0;
}
.btn-circle.btn-xl {
  width: 48px;
  height: 48px;
  font-size: 2em;
  padding: 5px 0;
}
.btn-circle.btn-xxl {
  width: 60px;
  height: 60px;
  font-size: 2em;
  padding: 6px 0;
  line-height: 2em;
}

.btn {
  /*    border: none;*/
  font-size: small;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
}

a.disabled, a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

/* #endregion */
/* #region Link Buttons */
.btn-link {
  text-decoration: underline !important;
  cursor: pointer !important;
  color: blue !important;
  background-color: transparent !important;
}
.btn-link.btn-link-primary {
  color: #448F4A !important;
}
.btn-link.btn-link-secondary {
  color: #6F6F6F !important;
}
.btn-link.btn-link-light {
  color: #FFFFFF !important;
}
.btn-link.btn-link-info {
  color: #B8DBA1 !important;
}
.btn-link.btn-link-success {
  color: #B2E320 !important;
}
.btn-link.btn-link-danger {
  color: #E01717 !important;
}

/* #endregion */
/* #region Overlays */
.overlay-bg, .auth-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}

.overlay-container {
  margin: 0 auto;
}

/* #endregion */
/* #region FontIcons */
.fa-stack .cornered {
  position: absolute;
  line-height: 1em;
  text-shadow: 1px 1px 1px #000;
}
.fa-stack .cornered.cornered-tl {
  top: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-tr {
  top: 0px !important;
  text-align: right;
}
.fa-stack .cornered.cornered-bl {
  bottom: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-br {
  bottom: 0px !important;
  text-align: right;
}

/* #endregion */
/* #region Cursors */
.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed, .datepicker .calendar-btn[disabled] {
  cursor: not-allowed;
}

/* #endregion */
/* #region Transition */
.transition, .document-gathering-page .col-remarks > .btn, .document-gathering-page .col-remarks > span, .main .content, .top-bar-component .top-row .sidebar.sidebar-left .btn-pin, .top-bar-component .top-row .sidebar, .top-bar-component .top-row .top-left .menu-icon {
  transition: all 0.6s ease;
}

/* #endregion */
/* #region Columns */
@media screen and (min-width: 1700px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333334%;
    -ms-flex: 0 0 83.333334%;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
}
/* #endregion */
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("../../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}
html, body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}

app {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* #region ScrollTop */
.scroll-top {
  transition: all 0.6s ease;
  display: flex;
  position: fixed;
  z-index: 900;
  border-radius: 50%;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  opacity: 0;
  background-color: #448F4A;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px 0px #1C2951;
  -moz-box-shadow: 1px 1px 3px 0px #1C2951;
  box-shadow: 1px 1px 3px 0px #1C2951;
}
.scroll-top:hover {
  opacity: 1 !important;
  cursor: pointer;
}

.scrolled .scroll-top {
  opacity: 0.6;
}

/* #endregion */
a {
  cursor: pointer;
}

select.form-control {
  font-size: small;
  height: 30px;
  color: rgba(68, 143, 74, 0.5);
  background-color: #E5E5E5;
}
select.form-control.selected {
  color: #448F4A;
}
select.form-control[readonly], select.form-control.readonly, select.form-control[disabled], select.form-control.disabled {
  cursor: not-allowed;
  color: rgba(68, 143, 74, 0.5);
}
select option {
  color: #448F4A;
  padding: 3px;
}
select option:not([value]),
select option.prompt {
  color: #6F6F6F;
}
select option[selected] {
  font-weight: bold;
}

/* #region dropdown-container */
.dropdown-container {
  position: relative;
  min-width: 200px;
}
.dropdown-container > .dropdown-input {
  cursor: pointer;
  padding-right: 40px;
  height: 30px;
  color: #448F4A;
  background-color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-container > .dropdown-loader {
  position: absolute;
  left: calc(50% - 1rem);
  top: 0;
  padding: 0.25rem 0;
}
.dropdown-container > .dropdown-icon {
  position: absolute;
  top: 10px;
}
.dropdown-container > .dropdown-icon.clear-icon {
  cursor: pointer;
  color: rgba(68, 143, 74, 0.5);
  right: 19px;
  padding: 3px;
  top: 6px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  border: 1px solid transparent;
}
.dropdown-container > .dropdown-icon.clear-icon:hover {
  color: #448f4a;
  /*background-color: rgba($color-greyish, $alpha-10);*/
  border-color: #ced4da;
  background-color: rgb(241.75, 241.75, 241.75);
}
.dropdown-container > .dropdown-icon.expand-icon {
  cursor: pointer;
  right: 5px;
  color: rgba(68, 143, 74, 0.5);
}
.dropdown-container > .dropdown-icon.custom-icon {
  left: 5px;
  color: #448f4a;
}
.dropdown-container > .dropdown-content {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  border: 2px solid #ced4da;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 5px;
  z-index: 100;
  background-color: rgb(241.75, 241.75, 241.75);
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
  width: fit-content;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-container > .dropdown-content .select-col {
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-container > .dropdown-content .dropdown-items-header {
  padding: 0.15rem 1.5rem;
  border-bottom: 1px solid #999;
}
.dropdown-container > .dropdown-content .dropdown-items-header .select-all-icon {
  cursor: pointer;
}
.dropdown-container > .dropdown-content .dropdown-items-header .select-all-label {
  font-weight: bold;
}
.dropdown-container > .dropdown-content .dropdown-items-header .search {
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown-container > .dropdown-content .dropdown-items-header .search input.form-control {
  width: 100%;
  padding: 0.375rem 35px 0.375rem 0.75rem;
  border-radius: 30px;
  height: 24px !important;
}
.dropdown-container > .dropdown-content .dropdown-items-header .search .search-icon {
  position: absolute;
  right: 10px;
  color: #448F4A;
  font-size: 0.9em;
  cursor: pointer;
}
.dropdown-container > .dropdown-content .dropdown-item {
  cursor: pointer;
  color: #448F4A;
  border-top: 1px solid #ced4da;
}
.dropdown-container > .dropdown-content .dropdown-item:first-of-type {
  border-top: none;
}
.dropdown-container > .dropdown-content .dropdown-item:focus {
  color: #448F4A;
}
.dropdown-container > .dropdown-content .dropdown-item:hover {
  background-color: rgb(203.5, 203.5, 203.5) !important;
}
.dropdown-container > .dropdown-content .dropdown-item.selected-item {
  background-color: rgb(216.25, 216.25, 216.25);
}
.dropdown-container > .dropdown-content .switch input:checked + .slider {
  background-color: rgb(171.4285714286, 195.5714285714, 93.4285714286);
}
.dropdown-container > .dropdown-content .switch input:checked + .slider:before {
  background-color: rgb(33.5, 100.5, 38.0423728814);
}
.dropdown-container > .dropdown-content .switch .slider {
  background-color: #999;
}
.dropdown-container > .dropdown-content .switch .slider:before {
  background-color: rgb(14.8990825688, 21.8165137615, 43.1009174312);
}
.dropdown-container.empty > .dropdown-input {
  color: rgba(68, 143, 74, 0.5);
}
.dropdown-container:hover > .dropdown-icon.expand-icon {
  color: #448f4a;
}
.dropdown-container.disabled > .dropdown-input {
  cursor: not-allowed;
  color: rgba(68, 143, 74, 0.5);
  background-color: #E5E5E5 !important;
}
.dropdown-container.disabled > .dropdown-icon.clear-icon:hover {
  color: rgba(68, 143, 74, 0.5);
}
.dropdown-container.disabled:hover > .dropdown-icon.expand-icon {
  color: rgba(68, 143, 74, 0.5);
}

.panel .dropdown-container > .dropdown-input, .table-responsive .dropdown-container > .dropdown-input {
  background-color: #FFFFFF;
}
.panel .dropdown-container > .dropdown-content, .table-responsive .dropdown-container > .dropdown-content {
  background-color: rgb(242.25, 242.25, 242.25);
}
.panel .dropdown-container > .dropdown-content .dropdown-item:hover, .table-responsive .dropdown-container > .dropdown-content .dropdown-item:hover {
  background-color: rgb(203.5, 203.5, 203.5) !important;
}
.panel .dropdown-container > .dropdown-content .dropdown-item.selected-item, .table-responsive .dropdown-container > .dropdown-content .dropdown-item.selected-item {
  background-color: rgb(216.25, 216.25, 216.25);
}
.panel .dropdown-container.disabled > .dropdown-input, .table-responsive .dropdown-container.disabled > .dropdown-input {
  background-color: rgb(216.25, 216.25, 216.25) !important;
}

/* #endregion */
.custom-check-wrapper {
  height: 30px;
}
.custom-check-wrapper .custom-check {
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 3px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  color: #495057;
  /*            line-height: 0.8em;*/
}
.custom-check-wrapper .custom-check + [type=checkbox] {
  visibility: hidden;
  position: absolute;
  top: -100vh;
  left: -100vw;
}
.custom-check-wrapper .custom-check[readonly], .custom-check-wrapper .custom-check.readonly, .custom-check-wrapper .custom-check[disabled], .custom-check-wrapper .custom-check.disabled {
  color: rgba(73, 80, 87, 0.5);
  cursor: not-allowed;
}
.custom-check-wrapper .custom-check.dark {
  background-color: #E5E5E5;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 2px solid #ced4da;
  border-radius: 2px;
  background-color: #FFFFFF;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border: solid #448F4A;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}
input[type=checkbox].dark:before {
  background-color: #E5E5E5;
}

input.form-control {
  height: 30px !important;
  background-color: #E5E5E5;
  /*&:focus {
      box-shadow: 0 0 0 0.2rem rgba($color-primary, 0.25);
  }*/
}
input[readonly], input.readonly, input[disabled], input.disabled {
  background-color: #E5E5E5 !important;
  color: rgba(68, 143, 74, 0.5);
  cursor: not-allowed;
}

textarea.form-control {
  background-color: #E5E5E5;
}
textarea[readonly], textarea.readonly, textarea[disabled], textarea.disabled {
  background-color: #FFFFFF !important;
  color: rgba(68, 143, 74, 0.5);
  cursor: not-allowed;
}

.validation-message {
  color: #E01717 !important;
}

.form-control {
  font-size: small;
}
.form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.1rem rgba(68, 143, 74, 0.4);
}
.form-control.invalid {
  outline: 1px solid #E01717 !important;
}

.form-group.error .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.1rem rgba(224, 23, 23, 0.4);
}
.form-group:last-of-type {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

label.file-upload {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 0;
}
label.file-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}
label.file-upload.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.panel, .table-responsive {
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0;
}
.panel select.form-control, .table-responsive select.form-control {
  background-color: #FFFFFF !important;
}
.panel select.form-control:focus, .table-responsive select.form-control:focus {
  background-color: #FFFFFF !important;
}
.panel input.form-control, .table-responsive input.form-control, .panel textarea.form-control, .table-responsive textarea.form-control {
  background-color: #FFFFFF !important;
}
.panel input[readonly], .table-responsive input[readonly], .panel input.readonly, .table-responsive input.readonly, .panel input[disabled], .table-responsive input[disabled], .panel input.disabled, .table-responsive input.disabled, .panel textarea[readonly], .table-responsive textarea[readonly], .panel textarea.readonly, .table-responsive textarea.readonly, .panel textarea[disabled], .table-responsive textarea[disabled], .panel textarea.disabled, .table-responsive textarea.disabled {
  background-color: #FFFFFF !important;
}
.panel .custom-check, .table-responsive .custom-check {
  background-color: #FFFFFF;
}

.page-size-selector {
  font-size: small;
}
.page-size-selector label {
  line-height: 30px;
  white-space: nowrap;
}
.page-size-selector select.form-control {
  background-color: #E5E5E5;
}
.page-size-selector select.form-control:focus {
  background-color: #E5E5E5;
}

.table-responsive {
  overflow: initial;
}
.table-responsive .table tbody + tbody {
  border: none;
}
.table-responsive .table tr.selected {
  background-color: #6F6F6F;
}
.table-responsive .table tr.interactive {
  cursor: pointer;
}
.table-responsive .table tr th {
  border: none;
  text-align: center;
  padding-bottom: 2em;
}
.table-responsive .table tr th > .sortable-header {
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;
}
.table-responsive .table tr th > .sortable-header:hover {
  background-color: rgb(203.5, 203.5, 203.5);
}
.table-responsive .table tr td {
  border-color: #FFFFFF;
  vertical-align: middle;
  padding: 0.25em;
  text-align: center;
}
.table-responsive .table tr td.actions {
  text-align: right;
  width: 45px;
}
.table-responsive .table tr td.actions.actions-2x {
  width: 75px;
}
.table-responsive .table tr td.actions.actions-3x {
  width: 105px;
}
.table-responsive .table tr td.actions.actions-4x {
  width: 135px;
}
.table-responsive .table tr td.actions.actions-5x {
  width: 165px;
}
.table-responsive .table tr:first-of-type td {
  border: none;
}
.table-responsive .table tr.expanded-row:hover td {
  background-color: #E5E5E5;
}
.table-responsive .table-scrollable {
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.table-responsive .table-scrollable thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #E6E6E6;
}

.btn .spinner-border {
  width: 1.5rem;
  height: 1.5rem;
}
.btn.btn-lg .spinner-border {
  width: 2rem;
  height: 2rem;
}

.overlay-loader {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  color: #448F4A;
}
.overlay-loader .spinner-border {
  width: 8rem;
  height: 8rem;
  border-width: 0.5em;
}

.image-container .spinner-border, .video-container .spinner-border {
  text-align: center;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 24px);
}

.tags-input .tags-row {
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 4px;
  min-height: 30px;
}
.tags-input .tags-row .tags-col .tag {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.tags-input .tags-row .tags-col .tag .tag-label {
  border: 1px solid rgb(203.5, 203.5, 203.5);
  background-color: #E5E5E5;
  border-radius: 5px;
  padding: 1px 20px 1px 5px;
  margin: 2px;
}
.tags-input .tags-row .tags-col .tag .tag-label:hover {
  background-color: #B8DBA1;
  border: 1px solid rgb(156.1461538462, 204.8769230769, 124.1230769231);
  color: #FFFFFF;
}
.tags-input .tags-row .tags-col .tag .tag-remove {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0.8em;
  background-color: transparent;
  color: #E01717;
}
.tags-input .tags-row .tags-col .tag .tag-remove:hover {
  background-color: #E01717;
  color: #FFFFFF;
}
.tags-input .tags-row .input-col {
  min-width: 200px;
  /*        max-width: 400px;*/
  padding: 1px;
}
.tags-input .tags-row .input-col input {
  height: 20px !important;
  border: none;
}
.top-bar-component .top-row {
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  position: fixed;
  z-index: 500;
  height: 62px;
}
.top-bar-component .top-row a {
  cursor: pointer;
}
.top-bar-component .top-row .top-left {
  /*            .bell-icon, .schedule-icon {
      position: relative;

      .counter-badge {
          position: absolute;
          width: 20px;
          height: 20px;
          bottom: -8px;
          right: -8px;
          border-radius: 50%;
          background-color: $color-danger;
          color: $color-white;
          text-align: center;
          font-size: 10px;
          line-height: 2.2em;
      }
  }*/
}
.top-bar-component .top-row .top-left .menu-icon.pinned {
  margin-left: -57px;
}
.top-bar-component .top-row .top-left .search {
  position: relative;
  display: flex;
  align-items: center;
}
.top-bar-component .top-row .top-left .search input[type=search].form-control {
  width: 200px !important;
  padding: 0.375rem 35px 0.375rem 0.75rem;
  border-radius: 30px;
}
.top-bar-component .top-row .top-left .search .search-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #448F4A;
  font-size: 0.9em;
  cursor: default;
}
.top-bar-component .top-row .top-left .search .search-icon[href] {
  cursor: pointer;
}
.top-bar-component .top-row .top-center a.navbar-brand > img {
  /*height: 29px;*/
}
.top-bar-component .top-row .top-right a.bell-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 6px;
  position: relative;
  /*                    .notification-indicator {
      font-size: 20px;
      line-height: 1em;
  }*/
}
.top-bar-component .top-row .top-right a.bell-icon .count-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -8px;
  left: -8px;
  border-radius: 50%;
  background-color: #E01717;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 2.2em;
}
.top-bar-component .top-row .top-right a.user-icon .user-avatar {
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.top-bar-component .top-row .sidebar {
  position: absolute;
  z-index: 900;
  top: 0;
  margin-top: 62px;
  width: 340px;
  height: calc(100vh - 62px);
  overflow-y: auto;
}
.top-bar-component .top-row .sidebar .sidebar-close {
  position: sticky;
  top: -20px;
  z-index: 1;
}
.top-bar-component .top-row .sidebar .sidebar-content {
  margin-top: 40px;
}
.top-bar-component .top-row .sidebar .sidebar-content a {
  cursor: pointer;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification {
  padding: 1rem 0.5rem;
  border-left: 3px solid #FFFFFF;
  /*                            border-bottom: 1px solid $color-light;*/
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification + hr {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification .notification-avatar {
  width: 36px;
  height: 36px;
  position: relative;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification .notification-avatar img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0.1rem !important;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification .notification-message {
  font-size: 10px;
  font-weight: bold;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification .notification-date {
  font-size: 8px;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification:last-of-type {
  /*                                border-bottom-color: transparent;*/
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification:last-of-type + hr {
  display: none;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification:hover {
  background-color: rgb(86.9241706161, 175.0758293839, 93.9763033175);
  border-left-color: rgba(255, 255, 255, 0.3);
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification.dismissed {
  border-left-color: transparent;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification.dismissed .notification-message {
  font-weight: normal;
}
.top-bar-component .top-row .sidebar .sidebar-content.sidebar-notifications .notifications .notification .tooltip .tooltip-inner {
  min-width: 100px;
  border-radius: 5px;
}
.top-bar-component .top-row .sidebar.sidebar-left {
  left: -340px;
  border-right: 1px solid rgb(51.5639810427, 108.4360189573, 56.1137440758);
}
.top-bar-component .top-row .sidebar.sidebar-left .btn-pin {
  top: 10px;
  right: 10px;
  box-shadow: 3px 4px 5px 1px rgba(28, 41, 81, 0.7);
}
.top-bar-component .top-row .sidebar.sidebar-left .btn-pin.pinned {
  box-shadow: 0px 1px 2px 1px #1c2951;
}
.top-bar-component .top-row .sidebar.sidebar-left.expanded {
  left: 0;
}
.top-bar-component .top-row .sidebar.sidebar-left ul.nav {
  display: block;
}
.top-bar-component .top-row .sidebar.sidebar-left ul.nav li.nav-item .nav-link {
  color: #FFFFFF;
}
.top-bar-component .top-row .sidebar.sidebar-left ul.nav li.nav-item .nav-link:hover {
  background-color: #B8DBA1;
}
.top-bar-component .top-row .sidebar.sidebar-left ul.nav li.nav-item.nav-separator {
  height: 1px;
  border: none;
  background-color: #FFFFFF;
  margin: 0.1rem 11px;
}
.top-bar-component .top-row .sidebar.sidebar-right {
  right: -340px;
  border-left: 1px solid rgb(51.5639810427, 108.4360189573, 56.1137440758);
  padding: 1em;
  overflow-x: hidden;
  /*                #mark-all-as-read-btn {
      color: $color-info;
      cursor: pointer;
      position: absolute;
      top: 55px;
      right: 10px;
  }*/
}
.top-bar-component .top-row .sidebar.sidebar-right.expanded {
  right: 0;
}
.top-bar-component .edit-profile-modal .avatar-preview {
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.main {
  flex: 1;
  position: relative;
}
.main .content {
  padding-top: 62px;
}
.main .content.pinned-left {
  padding-left: calc(1.5em + 340px) !important;
}
.main .content.pinned-right {
  padding-right: calc(1.5em + 340px) !important;
}

.breadcrumb {
  background-color: #FFFFFF;
  padding-left: 0;
  font-weight: bold;
}
.breadcrumb .breadcrumb-item {
  color: #448F4A;
}
.breadcrumb .breadcrumb-item.active {
  color: #448F4A;
}
.breadcrumb .breadcrumb-item a {
  color: #448F4A;
  text-decoration: underline;
}

.pagination .page-item .page-link {
  font-size: small;
  cursor: pointer;
  color: #448F4A;
}
.pagination .page-item .page-link.disabled, .pagination .page-item .page-link[disabled] {
  background-color: rgba(111, 111, 111, 0.2);
  cursor: not-allowed;
}
.pagination .page-item .page-link.custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0px;
  border-right: none;
  background-color: #FFFFFF;
  height: 100%;
  line-height: 100%;
}
.pagination .page-item .page-link.total-pages {
  border-left: none;
  cursor: default;
  padding-left: 0;
}
.pagination .page-item .page-link.total-pages:hover {
  background: #FFFFFF;
}

.modal {
  z-index: 950 !important;
}
.modal .modal-dialog {
  overflow-y: initial !important;
}
.modal .modal-dialog:focus {
  outline: none;
}
.modal .modal-dialog .modal-content {
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.modal .modal-dialog .modal-content .modal-header.bg-primary button.close, .modal .modal-dialog .modal-content .modal-header.auth-layout button.close, .modal .modal-dialog .modal-content .table-responsive .table tr.group-row td.modal-header button.close, .table-responsive .table tr.group-row .modal .modal-dialog .modal-content td.modal-header button.close, .modal .modal-dialog .modal-content .top-bar-component .top-row .modal-header.sidebar button.close, .top-bar-component .top-row .modal .modal-dialog .modal-content .modal-header.sidebar button.close {
  color: #FFFFFF;
  opacity: 0.8;
}
.modal .modal-dialog .modal-content .modal-header.bg-danger button.close {
  color: #448F4A;
  opacity: 0.8;
}
.modal .modal-dialog .modal-content .modal-body {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-dialog .modal-content .modal-body.no-overflow {
  overflow: unset;
}
.modal + .modal-backdrop {
  z-index: 940 !important;
}
.modal.draggable .modal-dialog .modal-content .modal-header {
  cursor: move;
}
.modal.draggable + .modal-backdrop {
  opacity: 0;
}
.modal.dialog {
  z-index: 1150 !important;
}
.modal.dialog + .modal-backdrop {
  z-index: 1140 !important;
}
.grid .grid-actions .tooltip-inner {
  min-width: 100px;
}
.grid .grid-actions .btn {
  vertical-align: baseline;
}
.grid .grid-actions table td.ghost {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.grid .grid-actions table td.ghost div {
  width: 25px;
}

.datepicker {
  min-width: 120px;
  display: inline-flex;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.datepicker input {
  background-color: #E5E5E5;
}
.datepicker .clear-btn {
  border: none;
  background: none;
  color: #448F4A;
  position: absolute;
  right: 25px;
  margin-top: 3px;
  outline: none;
  height: auto;
}
.datepicker .clear-btn .clear-icon {
  vertical-align: bottom;
}
.datepicker .calendar-btn {
  border: none;
  background: none;
  color: #448F4A;
  position: absolute;
  right: 2px;
  margin-top: 2px;
  outline: none;
  height: auto;
}
.datepicker .calendar-btn[disabled] {
  color: rgba(68, 143, 74, 0.5);
}
.datepicker .calendar-btn .calendar-icon {
  vertical-align: bottom;
}
.datepicker .ui-datepicker {
  color: #448F4A;
}
.datepicker .ui-datepicker-trigger {
  border: none;
  background: none;
  color: #448F4A;
  top: 11px;
  right: 8px;
}
.datepicker .ui-datepicker-trigger:focus {
  outline: none;
}

.rating {
  font-size: 15px;
  color: goldenrod;
}
.rating .empty-half-star {
  margin-left: -21px !important;
}

.donut {
  text-align: center;
  position: relative;
}
.donut .donut-chart {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.donut .donut-legend .slice .slice-color {
  width: 30px;
  height: 15px;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.donut .donut-legend .slice .slice-percentage {
  font-weight: bold;
  text-align: right;
}
.donut .donut-legend .slice .slice-label {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.donut .donut-info {
  position: absolute;
  top: 80px;
  width: 100%;
  font-weight: bold;
}
.donut .donut-info .donut-info-main {
  font-size: 22px;
}
.donut .donut-info .donut-info-secondary {
  font-size: 12px;
}

/* #region EEXI */
.eexi-plot {
  position: relative;
  width: 100%;
  min-width: 1000px;
  min-height: 400px;
}
.eexi-plot .eexi-chart {
  width: 100%;
  min-width: 400px;
  min-height: 400px;
  margin: 0 auto;
}
.eexi-plot .eexi-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.eexi-plot .eexi-footer .eexi-legend {
  width: 800px;
  margin: 0 auto;
}
.eexi-plot .eexi-footer .eexi-legend .color {
  height: 10px;
  margin: 0 5px;
}
.eexi-plot .eexi-footer .eexi-legend .color.required {
  background-color: #4472C4;
}
.eexi-plot .eexi-footer .eexi-legend .color.insufficient {
  background-color: #E01717;
}
.eexi-plot .eexi-footer .eexi-legend .color.attained {
  background-color: #ED7D31;
}
.eexi-plot .eexi-footer .eexi-legend .color.optimal {
  background-color: #3BB143;
}

.eexi-value-row {
  width: 100%;
  display: flex;
  align-items: center;
}
.eexi-value-row .indent {
  padding-left: 30px;
}
.eexi-value-row .indent.indent-2 {
  padding-left: 45px;
}
.eexi-value-row .eexi-value-cell {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.eexi-value-row .eexi-value-cell .eexi-value {
  display: inline-block;
  margin: 0 auto;
  text-align: right;
}

.eexi-data-required .eexi-value-row .eexi-value-cell ~ .eexi-value-cell {
  border-left: none;
}
.eexi-data-required .eexi-value-row .eexi-value-cell.below {
  background-color: #ffff00;
}
.eexi-data-required .eexi-value-row .eexi-value-cell.below.limit {
  color: #E01717;
}
.eexi-data-required .eexi-value-row ~ .eexi-value-row .eexi-value-cell {
  border-top: none;
}

.eexi-vessel-specific-info .eexi-value-row.lerp-factors-row .eexi-value-cell ~ .eexi-value-cell {
  border-left: none;
}

.eexi-correction-factors .eexi-value-row .eexi-value-cell.active-factor {
  background-color: #ff0066;
}

.eexi-engines .engine-info + .tooltip .tooltip-inner {
  max-width: 280px;
  width: 280px;
}
.eexi-modal {
  /*max-height: 80vh;
  overflow: auto;*/
}
.eexi-modal .modal-dialog {
  max-width: 98vw;
}

/* #endregion */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #D2DFA8;
}
.switch input:checked + .slider:before {
  background-color: #3BB143;
  left: 14px;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5E5E5;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0;
  top: -3px;
  background-color: #1C2951;
  transition: 0.4s;
  border-radius: 50%;
}
.switch.switch-sm {
  width: 30px;
  height: 15px;
}
.switch.switch-sm input:checked + .slider:before {
  left: 11px;
}
.switch.switch-sm .slider:before {
  height: 19px;
  width: 19px;
  top: -2px;
}
.switch.switch-lg {
  width: 80px;
  height: 40px;
}
.switch.switch-lg input:checked + .slider:before {
  left: 30px;
}
.switch.switch-lg .slider:before {
  height: 50px;
  width: 50px;
  top: -5px;
}

.panel .switch input:checked + .slider, .table-responsive .switch input:checked + .slider {
  background-color: rgb(190.7142857143, 209.2857142857, 130.7142857143);
}
.panel .switch input:checked + .slider:before, .table-responsive .switch input:checked + .slider:before {
  background-color: rgb(46.25, 138.75, 52.5211864407);
}
.panel .switch .slider, .table-responsive .switch .slider {
  background-color: rgb(203.5, 203.5, 203.5);
}
.panel .switch .slider:before, .table-responsive .switch .slider:before {
  background-color: rgb(14.8990825688, 21.8165137615, 43.1009174312);
}

.drop-container .draggable {
  /*border: 2px dashed transparent;*/
}
.drop-container .draggable.no-drop {
  /*cursor: not-allowed;
  background-color: $color-reddish;
  border-color: $color-red;*/
}
.drop-container .draggable.can-drop {
  /*background-color: $color-greyish;
  border-color: $color-dark;*/
}
/*.video-wrapper {
    height: 285px;
    overflow: hidden;
    position: relative;

    .video-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        background-color: $color-greyish;
    }
}
*/
.media-wrapper {
  height: 285px;
  overflow: hidden;
  position: relative;
}
.media-wrapper .media-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
}
.media-wrapper .media-overlay > i {
  margin-top: -29px;
}

.modal .media-wrapper {
  height: 160px;
}

.media-modal .modal-body {
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.danaos-imported-po-items-modal .modal-dialog {
  max-width: 90vw;
}

/* #region Ripple */
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}
.ripple::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #e01717;
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}
.ripple::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #e01717;
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

/* #endregion */
/* #region Pendulum */
@keyframes pendulum {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-20deg);
  }
  75% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}
.pendulum {
  animation-name: pendulum;
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  animation-timing-function: ease;
}

/* #endregion */
.accounting-details > .section-header {
  cursor: pointer;
}
.accounting-details > .section-header.empty {
  cursor: default;
}
.accounting-details .accounting-details-options > .option {
  cursor: pointer;
}
.accounting-details .accounting-details-options hr:last-of-type {
  display: none;
}

/* #region Text between lines */
.text-lines {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  border-bottom: 1px solid #448F4A;
  color: #448F4A;
  line-height: 0.1em;
  margin: 40px 0;
}
.text-lines > .text-wrapper {
  display: inline;
  background-color: #fff;
  padding: 0 10px;
}

/* #endregion */
.ui-datepicker-div {
  margin: 0;
}

.ui-datepicker-calendar td .ui-state-active {
  color: #FFFFFF;
  background: none;
  background-color: #212529;
  font-weight: bold;
  padding-left: 0.6rem;
  /* border-radius: 50%;*/
}

.xdsoft_datetimepicker {
  z-index: 1200;
  margin-top: 3px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  text-align: left;
}

/* #region Blazor */
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazored-typeahead {
  position: relative;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}

.blazored-typeahead.valid.modified {
  outline: none !important;
  border: 1px solid #26b050;
}

.blazored-typeahead.invalid {
  outline: none !important;
  border: 1px solid red;
}

.blazored-typeahead__controls {
  position: relative;
  cursor: text;
  display: flex;
}

.blazored-typeahead__input {
  flex: 1;
  max-width: 100%;
  border: none;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.blazored-typeahead__input-hidden {
  display: none;
}

.blazored-typeahead__input-mask-wrapper {
  display: flex;
  width: 100%;
}

.blazored-typeahead__input-mask {
  display: flex;
  align-items: center;
  flex: 1;
  border-radius: 5px;
  padding: 0.5rem;
  background-color: #FFFFFF;
}

.blazored-typeahead__input-mask:focus {
  outline: none;
}

.blazored-typeahead__results {
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb;
  min-height: 2rem;
  max-height: 30rem;
  overflow-y: auto;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
  padding: 0.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.blazored-typeahead__selected-item {
  background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted {
  background-color: #d3e2f2;
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
  background-color: #007bff;
  border-top: 1px solid #007bff;
  border-bottom: 1px solid #007bff;
  color: #fff;
  cursor: pointer;
}

.blazored-typeahead__loader {
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* #endregion */
/* #region Variables */
/* #endregion */
/* #region Colors */
.color-primary {
  color: #448F4A !important;
}
.color-primary:hover {
  color: #448F4A !important;
}

.color-secondary {
  color: #6F6F6F !important;
}
.color-secondary:hover {
  color: #6F6F6F !important;
}

.color-success {
  color: #B2E320 !important;
}
.color-success:hover {
  color: #B2E320 !important;
}

.color-danger {
  color: #E01717 !important;
}
.color-danger:hover {
  color: #E01717 !important;
}

.color-info {
  color: #B8DBA1 !important;
}
.color-info:hover {
  color: #B8DBA1 !important;
}

.color-light {
  color: #FFFFFF !important;
}
.color-light:hover {
  color: #FFFFFF !important;
}

.color-dark {
  color: #1C2951 !important;
}
.color-dark:hover {
  color: #1C2951 !important;
}

.color-green {
  color: #3BB143 !important;
}
.color-green:hover {
  color: #3BB143 !important;
}

.text-primary {
  color: #448F4A !important;
}

.text-secondary {
  color: #6F6F6F !important;
}

.text-success {
  color: #B2E320 !important;
}

.text-danger {
  color: #E01717 !important;
}

.text-info {
  color: #B8DBA1 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-dark {
  color: #1C2951 !important;
}

/* #endregion */
/* #region Backgrounds */
.bg-primary, .auth-layout, .table-responsive .table tr.group-row td, .top-bar-component .top-row .sidebar {
  background-color: #448F4A !important;
  color: #FFFFFF !important;
}

.bg-secondary, .panel, .table-responsive {
  background-color: #E5E5E5 !important;
  color: #448F4A !important;
}

.bg-light {
  background-color: #FFFFFF !important;
  color: #1C2951 !important;
}

.bg-info {
  background-color: #B8DBA1 !important;
  color: #FFFFFF !important;
}

.bg-success {
  background-color: #D2DFA8 !important;
  color: #1C2951 !important;
}

.bg-danger {
  background-color: #EEBBBB !important;
  color: #1C2951 !important;
}

.bg-warning {
  background-color: #FFE699 !important;
  color: #1C2951 !important;
}

.bg-red {
  background-color: #E01717 !important;
  color: #FFFFFF !important;
}

/* #endregion */
/* #region Alpha */
.alpha-0 {
  opacity: 0;
}

.alpha-1 {
  opacity: 0.1;
}

.alpha-2 {
  opacity: 0.2;
}

.alpha-3 {
  opacity: 0.3;
}

.alpha-4 {
  opacity: 0.4;
}

.alpha-5 {
  opacity: 0.5;
}

.alpha-6 {
  opacity: 0.6;
}

.alpha-7 {
  opacity: 0.7;
}

.alpha-8 {
  opacity: 0.8;
}

.alpha-9 {
  opacity: 0.9;
}

.alpha-10 {
  opacity: 1;
}

/* #endregion */
/* #region Borders */
.border-solid, .border {
  border-style: solid !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-double {
  border-style: double !important;
}

.border-groove {
  border-style: groove !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-outset {
  border-style: outset !important;
}

.border-1, .border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-primary, .border {
  border-color: #448F4A !important;
}

.border-secondary {
  border-color: #E5E5E5 !important;
}

.border-light {
  border-color: #FFFFFF !important;
}

.border-info {
  border-color: #B8DBA1 !important;
}

.border-success {
  border-color: #B2E320 !important;
}

.border-danger {
  border-color: #E01717 !important;
}

/* #endregion */
/* #region Buttons */
.btn-primary, .client-suppliers-page .btn.btn-sorting, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  background-color: #448F4A !important;
  border-color: rgb(51.5639810427, 108.4360189573, 56.1137440758) !important;
  color: #FFFFFF !important;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #6F6F6F !important;
  border-color: rgb(85.5, 85.5, 85.5) !important;
  color: #FFFFFF !important;
}

.btn-light, .btn-light:hover, .btn-light:active, .btn-light:visited, .btn-light:focus {
  background-color: #FFFFFF !important;
  border-color: rgb(229.5, 229.5, 229.5) !important;
  color: #1C2951 !important;
}

.btn-info, .client-suppliers-page .btn.btn-sorting.selected, .btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:focus {
  background-color: #B8DBA1 !important;
  border-color: rgb(156.1461538462, 204.8769230769, 124.1230769231) !important;
  color: #FFFFFF !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited, .btn-success:focus {
  background-color: #B2E320 !important;
  border-color: rgb(144.1912350598, 184.796812749, 23.203187251) !important;
  color: #FFFFFF !important;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:visited, .btn-danger:focus {
  background-color: #E01717 !important;
  border-color: rgb(177.7489878543, 18.2510121457, 18.2510121457) !important;
  color: #FFFFFF !important;
}

.btn-circle {
  width: 25px;
  height: 25px;
  padding: 2px 0px;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857;
}
.btn-circle.btn-sm {
  width: 20px;
  height: 20px;
  padding: 1px 0px;
}
.btn-circle.btn-lg {
  width: 42px;
  height: 42px;
  font-size: 1.8em;
  padding: 4px 0;
}
.btn-circle.btn-xl {
  width: 48px;
  height: 48px;
  font-size: 2em;
  padding: 5px 0;
}
.btn-circle.btn-xxl {
  width: 60px;
  height: 60px;
  font-size: 2em;
  padding: 6px 0;
  line-height: 2em;
}

.btn {
  /*    border: none;*/
  font-size: small;
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
}

a.disabled, a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
}

/* #endregion */
/* #region Link Buttons */
.btn-link {
  text-decoration: underline !important;
  cursor: pointer !important;
  color: blue !important;
  background-color: transparent !important;
}
.btn-link.btn-link-primary {
  color: #448F4A !important;
}
.btn-link.btn-link-secondary {
  color: #6F6F6F !important;
}
.btn-link.btn-link-light {
  color: #FFFFFF !important;
}
.btn-link.btn-link-info {
  color: #B8DBA1 !important;
}
.btn-link.btn-link-success {
  color: #B2E320 !important;
}
.btn-link.btn-link-danger {
  color: #E01717 !important;
}

/* #endregion */
/* #region Overlays */
.overlay-bg, .auth-layout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}

.overlay-container {
  margin: 0 auto;
}

/* #endregion */
/* #region FontIcons */
.fa-stack .cornered {
  position: absolute;
  line-height: 1em;
  text-shadow: 1px 1px 1px #000;
}
.fa-stack .cornered.cornered-tl {
  top: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-tr {
  top: 0px !important;
  text-align: right;
}
.fa-stack .cornered.cornered-bl {
  bottom: 0px !important;
  text-align: left;
}
.fa-stack .cornered.cornered-br {
  bottom: 0px !important;
  text-align: right;
}

/* #endregion */
/* #region Cursors */
.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed, .datepicker .calendar-btn[disabled] {
  cursor: not-allowed;
}

/* #endregion */
/* #region Transition */
.transition, .document-gathering-page .col-remarks > .btn, .document-gathering-page .col-remarks > span, .top-bar-component .top-row .top-left .menu-icon, .top-bar-component .top-row .sidebar, .top-bar-component .top-row .sidebar.sidebar-left .btn-pin, .main .content {
  transition: all 0.6s ease;
}

/* #endregion */
/* #region Columns */
@media screen and (min-width: 1700px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333334%;
    -ms-flex: 0 0 83.333334%;
    flex: 0 0 83.333334%;
    max-width: 83.333334%;
  }
}
/* #endregion */
.table-responsive .table tr td.actions.actions-6x {
  width: 198px;
}

/* #region ProjectProgress */
.project-progress .status-progress .progress {
  position: relative;
  height: 16px;
  line-height: 16px;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 6px;
  width: 120px;
}
.project-progress .status-progress .progress .progress-bar {
  background-color: #FFFFFF;
  transition: all 1s ease;
  position: absolute;
  height: 100%;
}
.project-progress .status-progress .progress .percentage {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 10px;
}
.project-progress .status-progress.open-progress {
  color: #448F4A;
}
.project-progress .status-progress.open-progress .progress .progress-bar {
  background-color: #BBBBEE;
}
.project-progress .status-progress.processing-progress {
  color: #E01717;
}
.project-progress .status-progress.processing-progress .progress .progress-bar {
  background-color: #EEEEBB;
}
.project-progress .status-progress.needs-action-progress {
  color: #000000;
}
.project-progress .status-progress.needs-action-progress .progress .progress-bar {
  background-color: #EEEEBB;
}
.project-progress .status-progress.pending-processing-progress .progress {
  color: #448F4A;
}
.project-progress .status-progress.pending-processing-progress .progress .progress-bar {
  background-color: #99BBEE;
}
.project-progress .status-progress.completed-progress {
  color: #448F4A;
}
.project-progress .status-progress.completed-progress .progress .progress-bar {
  background-color: #D2DFA8;
}

/* #endregion */
/* #region Layouts */
.auth-layout {
  overflow: hidden;
}
.auth-layout .logo {
  position: absolute;
  width: 100%;
  display: flex;
  align-self: flex-end;
  padding-bottom: 15px;
}
.auth-layout .logo > img {
  margin: 0 auto;
}

/* #endregion */
/* #region Auth */
.auth-page {
  margin: 0 auto;
  min-width: 200px;
  width: 300px;
  max-width: 400px;
  padding: 15px;
}
.auth-page h1 {
  color: #B8DBA1;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
}
.auth-page.signin-page .forgot-password-link {
  line-height: 38px;
}
.auth-page.signin-page .reveal-password {
  position: absolute;
  top: 34px;
  right: 15px;
  cursor: pointer;
  color: #B8DBA1;
}
.auth-page.forgot-password-page .signin-link {
  line-height: 38px;
}
/* #endregion */
/* #region Document Gathering */
.document-gathering-page .col-mandatory {
  width: 20px;
  font-size: 0.5em;
}
.document-gathering-page .col-remarks {
  position: relative;
}
.document-gathering-page .col-remarks > span {
  opacity: 1;
}
.document-gathering-page .col-remarks > .btn {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  z-index: 1;
  opacity: 0;
}
.document-gathering-page .col-remarks:hover > span {
  opacity: 0;
}
.document-gathering-page .col-remarks:hover > .btn {
  opacity: 1;
}

/* #endregion */
/* #region Zone Editor */
.zone-editor-page {
  overflow-x: hidden;
  /*    overflow-y: hidden;*/
  /*    &.on-edit {
  overflow-x: auto;
  overflow-y: auto;
  }*/
}

/* #endregion */
/* #region Accounts */
.accounts-page ul.alphabet {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  width: 80%;
  text-align: center;
}
.accounts-page ul.alphabet > li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #448F4A;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.84%;
}
.accounts-page ul.alphabet > li.selected {
  color: #B8DBA1;
  font-weight: bold;
}
.accounts-page .account-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
  /*&:not(.default) {
      box-shadow: 2px 2px 5px 1px rgba($color-primary, $alpha-6)
  }*/
}
.accounts-page .account-avatar .figure-caption {
  font-size: 12px;
  font-weight: 600;
  color: #448F4A;
}

/* #endregion */
/* #region Details form */
.details-form .col-form-label {
  font-weight: 600;
}

/* #endregion */
/* #region Account Details */
.account-details-page .account-details-form {
  position: relative;
  margin-top: 75px;
  margin-left: 75px;
}
.account-details-page .account-details-form .account-avatar {
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 100;
}
.account-details-page .account-details-form .account-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.account-details-page .account-details-form .bordered-section {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.account-details-page .account-details-form .bordered-section .section-header {
  font-size: 1rem;
  font-weight: 600;
}
.account-details-page .account-vessels {
  position: relative;
  margin-top: 75px;
  margin-left: 75px;
}

/* #endregion */
/* #region Vessel Details */
.vessel-details-page .vessel-details-form {
  position: relative;
  margin-top: 75px;
  margin-left: 75px;
}
.vessel-details-page .vessel-details-form .vessel-avatar {
  position: absolute;
  left: -75px;
  top: -20px;
  z-index: 100;
}
.vessel-details-page .vessel-details-form .vessel-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.vessel-details-page .vessel-details-form .vessel-actions {
  margin: 15px 0;
}
.vessel-details-page .vessel-details-form .vessel-actions .btn {
  margin-bottom: 20px;
  padding: 0.75rem;
}
.vessel-details-page .vessel-details-form .bordered-section {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.vessel-details-page .vessel-details-form .bordered-section .section-header {
  font-size: 1rem;
  font-weight: 600;
}
.vessel-details-page .berthing-prospects {
  position: relative;
  margin-top: 75px;
  margin-left: 75px;
}

/* #endregion */
/* #region Project Page Container */
.project-page-container .milestone-bar {
  padding: 36px 0;
}
.project-page-container .milestone-bar .milestone-col .milestone-line {
  position: absolute;
  top: 50%;
  width: calc(50% - 60px);
  height: 1px;
  background-color: #E5E5E5;
}
.project-page-container .milestone-bar .milestone-col .milestone-line.milestone-line-from {
  left: 0;
}
.project-page-container .milestone-bar .milestone-col .milestone-line.milestone-line-to {
  right: 0;
}
.project-page-container .milestone-bar .milestone-col .milestone {
  display: grid;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #E5E5E5;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.project-page-container .milestone-bar .milestone-col .milestone.past {
  background-color: #B2E320;
}
.project-page-container .milestone-bar .milestone-col .milestone.current {
  background-color: #B8DBA1;
}
.project-page-container .milestone-bar .milestone-col:first-of-type .milestone-line.milestone-line-from {
  display: none;
}
.project-page-container .milestone-bar .milestone-col:last-of-type .milestone-line.milestone-line-to {
  display: none;
}
.project-page-container .project-menu {
  background-color: #E5E5E5;
  margin: 0 -15px;
}
.project-page-container .project-menu .project-menu-item-col .project-menu-item {
  font-size: 18px;
  font-weight: bold;
  display: table;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  color: #448F4A;
  text-decoration: none;
}
.project-page-container .project-menu .project-menu-item-col .project-menu-item.active {
  color: #B8DBA1;
}
.project-page-container .project-menu .project-menu-item-col .project-menu-item[disabled] {
  color: #C4C4C4;
}
.project-page-container .project-menu.sticky {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100vw;
  z-index: 100;
  box-shadow: 0 2px 3px 0px rgba(68, 143, 74, 0.6);
  /*margin-top: 0;*/
}
.project-page-container .project-menu.sticky + .project-page {
  margin-top: 72px;
}
.project-page-container .project-page {
  margin-top: 36px;
}

/* #endregion */
/* #region Schedule */
.schedule-page .table-responsive {
  padding: 0 15px 5px 15px;
  overflow: auto;
}
.schedule-page .table-responsive .table-padding-top {
  position: sticky;
  height: 15px;
  background-color: #E5E5E5;
  top: 0;
}
.schedule-page .table-responsive .table.table-schedule .table-cell {
  border: 1px solid #ced4da !important;
  display: inline-block;
  white-space: normal;
  text-align: center;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-action {
  width: 40px;
  line-height: 50px;
  position: sticky;
  background: #E5E5E5;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-action:nth-of-type(1) {
  left: 0;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-action:nth-of-type(1)::before {
  content: " ";
  background: #E5E5E5;
  position: absolute;
  width: 15px;
  height: 51px;
  top: -1px;
  left: -16px;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-action:nth-of-type(2) {
  left: 40px;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-action[draggable=true] {
  cursor: grab;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-vessel {
  width: 200px;
  line-height: 50px;
  position: sticky;
  left: 80px;
  background: #E5E5E5;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-date {
  width: 150px;
  line-height: 50px;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-event {
  min-width: 150px;
  padding: 0;
}
.schedule-page .table-responsive .table.table-schedule .table-cell.cell-event .event {
  padding: 0.4em 0;
  border-radius: 20px;
}
.schedule-page .table-responsive .table.table-schedule .table-cell .btn-redetermined, .schedule-page .table-responsive .table.table-schedule .table-cell .btn-redetermined:hover, .schedule-page .table-responsive .table.table-schedule .table-cell .btn-redetermined:active, .schedule-page .table-responsive .table.table-schedule .table-cell .btn-redetermined:visited, .schedule-page .table-responsive .table.table-schedule .table-cell .btn-redetermined:focus {
  background-color: #ffff00 !important;
  border-color: #cccc00 !important;
  color: #1C2951 !important;
}
.schedule-page .table-responsive .table.table-schedule .table-header {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  background: #E5E5E5;
  position: sticky;
  top: 15px;
  margin-right: 15px;
}
.schedule-page .table-responsive .table.table-schedule .table-header .table-cell {
  height: 45px;
  font-weight: bold;
}
.schedule-page .table-responsive .table.table-schedule .table-body {
  align-items: center;
  margin-top: -6px;
}
.schedule-page .table-responsive .table.table-schedule .table-body .table-row {
  white-space: nowrap;
  display: inline-flex;
}
.schedule-page .table-responsive .table.table-schedule .table-body .table-row:last-of-type .table-cell {
  height: 50px;
}
.schedule-page .checkpoint-row {
  background-color: #E5E5E5;
}
.schedule-page .checkpoint-row.is-redetermined {
  background-color: #ffff00;
}

/* #endregion */
/* #region Invoices */
.invoices-page .table tr.settle {
  background-color: #B2E320;
}
.invoices-page .progress-col {
  width: 145px;
}
.invoices-page .progress-col .progress {
  position: relative;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  color: #1C2951 !important;
}
.invoices-page .progress-col .progress .bg-bar {
  width: 100%;
}
.invoices-page .progress-col .progress .progress-bar {
  position: absolute;
  height: 100%;
}
.invoices-page .progress-col .progress .days-indicator {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
}
.invoices-page .progress-col .progress.credit .bg-bar {
  background-color: #99BBEE;
}
.invoices-page .progress-col .progress.credit .progress-bar {
  background-color: #05A2E5;
}
.invoices-page .progress-col .progress.ontime .bg-bar {
  background-color: #D2DFA8;
}
.invoices-page .progress-col .progress.ontime .progress-bar {
  background-color: #3BB143;
}
.invoices-page .progress-col .progress.overdue .bg-bar {
  background-color: #EEBBBB;
}
.invoices-page .progress-col .progress.overdue .progress-bar {
  background-color: #E01717;
}

/* #endregion */
/* #region Project Expenses */
.project-expenses-page #contractorsFilter {
  width: 400px;
  /*        .dropdown-content {
  }*/
}
.project-expenses-page .table tr.settle {
  background-color: #B2E320;
}
.project-expenses-page .progress-col {
  width: 145px;
}
.project-expenses-page .progress-col .progress {
  position: relative;
  height: 18px;
  line-height: 18px;
  border-radius: 10px;
  color: #1C2951 !important;
}
.project-expenses-page .progress-col .progress .bg-bar {
  width: 100%;
}
.project-expenses-page .progress-col .progress .progress-bar {
  position: absolute;
  height: 100%;
}
.project-expenses-page .progress-col .progress .days-indicator {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
}
.project-expenses-page .progress-col .progress.future .bg-bar {
  background-color: #99BBEE;
}
.project-expenses-page .progress-col .progress.future .progress-bar {
  background-color: #05A2E5;
}
.project-expenses-page .progress-col .progress.ontime .bg-bar {
  background-color: #D2DFA8;
}
.project-expenses-page .progress-col .progress.ontime .progress-bar {
  background-color: #3BB143;
}
.project-expenses-page .progress-col .progress.overdue .bg-bar {
  background-color: #EEBBBB;
}
.project-expenses-page .progress-col .progress.overdue .progress-bar {
  background-color: #E01717;
}

/* #endregion */
/* #region Account Balances */
.account-balances-page .color-paid {
  color: #3BB143;
}
.account-balances-page .color-pending {
  color: #E01717;
}
.account-balances-page .entry.expanded {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(176.9418604651, 186.5, 196.0581395349);
  border-bottom: none;
}
.account-balances-page .subentry {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(176.9418604651, 186.5, 196.0581395349);
  border-top: none;
}
.account-balances-page .subentry:not(:last-of-type) {
  border-bottom: none;
}
.account-balances-page .subentry + .entry {
  border-top: 2px solid rgb(176.9418604651, 186.5, 196.0581395349);
}
.account-balances-page .totals {
  /*        border-top: 2px solid $color-white;
  */
  font-weight: bold;
  font-size: 14px;
}

/* #endregion */
/* #region Purchase Orders */
/* .suppliers-orders-page*/
.purchase-orders-page {
  /*    .project-progress {
          .status-progress {
              width: 100%;

              .progress {
                  width: 100%;
              }
          }
      }
  */
}
.purchase-orders-page .panel.vessels-panel, .purchase-orders-page .vessels-panel.table-responsive {
  max-height: 100vh;
  overflow-y: auto;
}
.purchase-orders-page .panel.vessels-panel .vessels-list .row.selected-row, .purchase-orders-page .vessels-panel.table-responsive .vessels-list .row.selected-row {
  background-color: rgb(203.5, 203.5, 203.5);
}
.purchase-orders-page .panel.vessels-panel .vessels-list .row:hover, .purchase-orders-page .vessels-panel.table-responsive .vessels-list .row:hover {
  background-color: rgb(216.25, 216.25, 216.25);
}
.purchase-orders-page .panel.purchase-orders-panel .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order {
  background-color: #E5E5E5;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.expanded {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order + .order-details {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order + .order-details + .order {
  border-top: 2px solid rgb(190.75, 190.75, 190.75);
}
.purchase-orders-page .panel.purchase-orders-panel .order.cleared, .purchase-orders-page .purchase-orders-panel.table-responsive .order.cleared {
  background-color: #D2DFA8;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order.cleared.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.cleared.expanded {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.cleared + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order.cleared + .order-details {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.cleared + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order.cleared + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.cleared + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order.cleared + .order-details + .order {
  border-top: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
}
.purchase-orders-page .panel.purchase-orders-panel .order.processed, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processed {
  background-color: #BBBBEE;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processed.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processed.expanded {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processed + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processed + .order-details {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processed + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order.processed + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processed + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processed + .order-details + .order {
  border-top: 2px solid rgb(125.8, 125.8, 222.7);
}
.purchase-orders-page .panel.purchase-orders-panel .order.processing, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processing {
  background-color: #EEEEBB;
  color: #E01717;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processing.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processing.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processing + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processing + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processing + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order.processing + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.processing + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order.processing + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.purchase-orders-page .panel.purchase-orders-panel .order.needs-action, .purchase-orders-page .purchase-orders-panel.table-responsive .order.needs-action {
  background-color: #EEEEBB;
  color: #000000;
}
.purchase-orders-page .panel.purchase-orders-panel .order.needs-action.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.needs-action.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.needs-action + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order.needs-action + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.needs-action + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order.needs-action + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.needs-action + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order.needs-action + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.purchase-orders-page .panel.purchase-orders-panel .order.pending-processing, .purchase-orders-page .purchase-orders-panel.table-responsive .order.pending-processing {
  background-color: #99BBEE;
  color: #000000;
}
.purchase-orders-page .panel.purchase-orders-panel .order.pending-processing.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order.pending-processing.expanded {
  background-color: rgb(131.1428571429, 172.4285714286, 234.3571428571);
  border: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.pending-processing + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order.pending-processing + .order-details {
  background-color: rgb(131.1428571429, 172.4285714286, 234.3571428571);
  border: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.pending-processing + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order.pending-processing + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order.pending-processing + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order.pending-processing + .order-details + .order {
  border-top: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.chm, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.chm {
  background-color: #EEBBBB;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.chm.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.chm.expanded {
  background-color: rgb(232.9, 166.6, 166.6);
  border: 2px solid rgb(222.7, 125.8, 125.8);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.chm + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.chm + .order-details {
  background-color: rgb(232.9, 166.6, 166.6);
  border: 2px solid rgb(222.7, 125.8, 125.8);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.chm + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.chm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.chm + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.chm + .order-details + .order {
  border-top: 2px solid rgb(222.7, 125.8, 125.8);
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-chm, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-chm {
  background-color: #D2DFA8;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-chm.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-chm.expanded {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-chm + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-chm + .order-details {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-chm + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-chm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-chm + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-chm + .order-details + .order {
  border-top: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.pchm, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.pchm {
  background-color: #EEEEBB;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.pchm.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.pchm.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.pchm + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.pchm + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.pchm + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.pchm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.pchm + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.pchm + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-pchm, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-pchm {
  background-color: #BBBBEE;
  color: #448F4A;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-pchm.expanded, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-pchm.expanded {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-pchm + .order-details, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-pchm + .order-details {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-top: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-pchm + .order-details:not(:last-of-type), .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-pchm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.purchase-orders-page .panel.purchase-orders-panel .order-item.non-pchm + .order-details + .order, .purchase-orders-page .purchase-orders-panel.table-responsive .order-item.non-pchm + .order-details + .order {
  border-top: 2px solid rgb(125.8, 125.8, 222.7);
}
.purchase-orders-page .header > button.close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 2em;
}

/* #endregion */
/* #region Purchase Orders Dialogs */
.purchase-orders-dialogs .modal.main-dialog {
  z-index: 950 !important;
}
.purchase-orders-dialogs .modal.main-over-dialog {
  z-index: 980 !important;
}

/* #endregion */
/* #region Livefeed */
.livefeed-page {
  margin: 0 auto;
  width: 600px;
  position: relative;
}
.livefeed-page .show-new-btn {
  transition: all 0.6s ease;
  width: 100%;
  position: sticky;
  top: 74px;
  z-index: 100;
  box-shadow: 0 5px 10px 5px #FFFFFF;
}
.livefeed-page .show-new-btn-padding-top {
  width: 100%;
  position: sticky;
  height: 12px;
  background-color: #FFFFFF;
  top: 62px;
  z-index: 100;
}
.livefeed-page .search {
  position: relative;
}
.livefeed-page .search input[type=search].form-control {
  height: 45px !important;
  padding-right: 50px;
  border-radius: 30px;
}
.livefeed-page .search button {
  position: absolute;
  right: 15px;
  top: 10px;
}
.livefeed-page .posts .post {
  /*border: 1px solid $color-green;*/
  /*background-color: rgba($color-greenish, $alpha-4) !important;*/
}
.livefeed-page .posts .post .post-avatar {
  width: 48px;
  height: 48px;
  position: relative;
}
.livefeed-page .posts .post .post-avatar img {
  /*width: 100%;
  height: 100%;*/
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.livefeed-page .posts .post .post-avatar .post-indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  border-radius: 50%;
  background-color: #448F4A;
  color: #FFFFFF;
  text-align: center;
  font-size: 8px;
  line-height: 20px;
  border: 1px solid #FFFFFF;
  z-index: 200;
}
.livefeed-page .posts .post .post-avatar .tooltip .tooltip-inner {
  min-width: 100px;
  border-radius: 5px;
}
.livefeed-page .posts .post .post-title {
  font-size: 14px;
  font-weight: bold;
  /*                margin: 4px 0;*/
}
.livefeed-page .posts .post .post-date {
  font-size: 10px;
  font-weight: bold;
  margin-top: -3px;
}
.livefeed-page .posts .post .post-link {
  position: absolute;
  top: 4px;
  right: 50px;
}
.livefeed-page .posts .post .post-dismiss {
  position: absolute;
  top: 4px;
  right: 15px;
}
.livefeed-page .posts .post .post-restore {
  position: absolute;
  top: 4px;
  right: 15px;
}
.livefeed-page .posts .post.dismissed {
  /*border: 1px solid $color-red;*/
  /*background-color: rgba($color-reddish, $alpha-4) !important;*/
}
.livefeed-page .posts .post.dismissed .post-avatar {
  width: 36px;
  height: 36px;
  opacity: 0.4;
}
.livefeed-page .posts .post.dismissed .post-avatar img {
  width: 36px;
  height: 36px;
}
.livefeed-page .posts .post.dismissed .post-title {
  font-size: 0.9em;
  opacity: 0.4;
}
.livefeed-page .posts .post.dismissed .post-date {
  font-size: 0.9em;
  opacity: 0.4;
}

/* #endregion */
/* #region Search */
.search-page {
  margin: 0 auto;
  width: 600px;
  position: relative;
}
.search-page .search {
  position: relative;
}
.search-page .search input[type=search].form-control {
  height: 45px !important;
  padding-right: 50px;
  border-radius: 30px;
}
.search-page .search button {
  position: absolute;
  right: 15px;
  top: 10px;
}
.search-page .search-results .search-result .result-type {
  font-size: 14px;
  font-weight: bold;
  margin: 4px 0;
}
.search-page .search-results .search-result .result-link {
  position: absolute;
  top: 20px;
  right: 15px;
}

/* #endregion */
/* #region IHM Preparation*/
/* #region Overview */
/* #endregion */
/* #region Documents */
.ip-documents-page .documents-group .group-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.ip-documents-page .documents-tabs {
  margin-top: 20px;
}
.ip-documents-page .documents-tabs .nav-pills .nav-link {
  background-color: #E5E5E5;
  margin-right: 15px;
}
.ip-documents-page .documents-tabs .nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #448F4A;
}
.ip-documents-page .documents-tabs .nav-tabs {
  border-bottom: none;
  /*            &.no-groups {
      display: none;
  }*/
}
.ip-documents-page .documents-tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #448F4A;
}
.ip-documents-page .documents-tabs .nav-tabs .nav-link.active {
  background-color: #E5E5E5;
  font-weight: 500;
  border-bottom-color: transparent;
}
.ip-documents-page .documents-tabs .nav-tabs:not(.d-none) + .table-responsive {
  margin-top: 0;
}
.ip-documents-page .documents-tabs .nav-tabs:not(.d-none) + .table-responsive.first {
  border-top-left-radius: 0;
}
.ip-documents-page .uploaded-on .tooltip-inner {
  width: 120px;
}
.ip-documents-page #remarks + .tooltip .tooltip-inner {
  max-width: 300px;
}

/* #endregion */
/* #region Zones */
.ip-zones-page .progress-container {
  position: relative;
  width: 200px;
  height: 29px;
}
.ip-zones-page .progress-container .progress {
  height: 100%;
}
.ip-zones-page .progress-container button {
  position: absolute;
  right: 5px;
}
.ip-zones-page .zone {
  padding: 5px;
}
.ip-zones-page .zone .zone-top {
  text-align: left;
  position: relative;
}
.ip-zones-page .zone .zone-top .location {
  font-weight: bold;
}
.ip-zones-page .zone .zone-top .drag-handle {
  position: absolute;
  top: 0;
  right: 5px;
  cursor: move;
}
.ip-zones-page .zone .zone-img {
  min-height: 300px;
}
/* #endregion */
/* #region Assessment Matrix */
/* #endregion */
/* #region VSCP */
.ip-vscp-page #statistics + .tooltip .tooltip-inner, .ip-vscp-page #survey-plans + .tooltip .tooltip-inner {
  max-width: 220px;
  width: 220px;
}
.ip-vscp-page #qr-code + .tooltip .tooltip-inner {
  max-width: 300px;
  width: 300px;
}
.ip-vscp-page #download-excel + .tooltip .tooltip-inner {
  max-width: 300px;
  width: 300px;
}
.ip-vscp-page .finalized-panel {
  padding: 0.7rem !important;
  display: inline-flex;
  align-items: center;
}

/* #endregion */
/* #region Survey */
.ip-survey-page .figure {
  /*        #exclude-btn, #include-btn {
      @extend .transition;
      position: absolute;
      top: 15px;
      left: 15px;
      opacity: 0;
      box-shadow: 2px 2px 3px 0px $color-primary;
  }

  #select-btn, #deselect-btn {
      @extend .transition;
      position: absolute;
      top: 15px;
      right: 15px;
      opacity: 0;
      box-shadow: 2px 2px 3px 0px $color-primary;
  }

  &.img-thumbnail {
      #exclude-btn, #include-btn, #select-btn, #deselect-btn {
          opacity: 0.5;
      }
  }

  &:hover {
      #exclude-btn, #include-btn, #select-btn, #deselect-btn {
          opacity: 1;
      }
  }*/
}
.ip-survey-page .figure .figure-img {
  min-height: 50px;
}
.ip-survey-page .figure.img-thumbnail hr {
  margin: 0.5em auto;
  /*width: 30%;
  border-width: 8px;
  border-radius: 5px;*/
}
.ip-survey-page .figure.img-thumbnail #exclude-btn, .ip-survey-page .figure.img-thumbnail #include-btn, .ip-survey-page .figure.img-thumbnail #select-btn, .ip-survey-page .figure.img-thumbnail #deselect-btn {
  box-shadow: 2px 2px 3px 0px #448F4A;
}
.ip-survey-page .figure.img-thumbnail.included {
  /*border-color: $color-green;*/
  /*hr {
      border-color: $color-green;
  }*/
}
.ip-survey-page .figure.img-thumbnail.excluded {
  /*border-color: $color-red;*/
  /*hr {
      border-color: $color-red;
  }*/
}
.ip-survey-page .figure.img-thumbnail.selected {
  border-color: #448F4A;
  background-color: rgba(68, 143, 74, 0.8);
}
.ip-survey-page .figure.img-thumbnail.selected hr {
  border-color: #FFFFFF;
}

/* #endregion*/
/* #region Lab Analysis */
.ip-lab-analysis-page #download-sample-list + .tooltip .tooltip-inner {
  max-width: 300px;
  width: 300px;
}

/* #endregion*/
/* #region Report */
.ip-assessment-report-page .progress-container {
  height: 30px;
  display: inline-block;
  width: calc(100% - 164px);
}
.ip-assessment-report-page .progress-container .progress {
  height: 100%;
}
.ip-assessment-report-page #generate-report > .fa-stack {
  font-size: 0.5em;
}
.ip-assessment-report-page #generate-report > .fa-stack > .fa-stack-1x {
  padding-top: 3px;
}

/* #region Survey Plans */
/* #endregion */
/* #region QR Generator */
/* #endregion */
/* #endregion */
/* #endregion */
/* #region IHM Maintenance */
/* #region Overview */
/* #endregion */
/* #region Purchase Orders */
.im-purchase-orders-page .order-item .im-status {
  width: 120px;
}

/* #endregion */
/* #region Entries */
.im-entries-page .order-item .im-status {
  width: 120px;
}

/* #endregion */
.im-purchase-orders-container .order {
  background-color: #E5E5E5;
  color: #448F4A;
}
.im-purchase-orders-container .order.expanded {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-bottom: none;
}
.im-purchase-orders-container .order + .order-details {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-top: none;
}
.im-purchase-orders-container .order + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order + .order-details + .order {
  border-top: 2px solid rgb(190.75, 190.75, 190.75);
}
.im-purchase-orders-container .order.cleared {
  background-color: #D2DFA8;
  color: #448F4A;
}
.im-purchase-orders-container .order.cleared.expanded {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-bottom: none;
}
.im-purchase-orders-container .order.cleared + .order-details {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-top: none;
}
.im-purchase-orders-container .order.cleared + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order.cleared + .order-details + .order {
  border-top: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
}
.im-purchase-orders-container .order.processed {
  background-color: #BBBBEE;
  color: #448F4A;
}
.im-purchase-orders-container .order.processed.expanded {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-bottom: none;
}
.im-purchase-orders-container .order.processed + .order-details {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-top: none;
}
.im-purchase-orders-container .order.processed + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order.processed + .order-details + .order {
  border-top: 2px solid rgb(125.8, 125.8, 222.7);
}
.im-purchase-orders-container .order.processing {
  background-color: #EEEEBB;
  color: #E01717;
}
.im-purchase-orders-container .order.processing.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.im-purchase-orders-container .order.processing + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.im-purchase-orders-container .order.processing + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order.processing + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.im-purchase-orders-container .order.needs-action {
  background-color: #EEEEBB;
  color: #000000;
}
.im-purchase-orders-container .order.needs-action.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.im-purchase-orders-container .order.needs-action + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.im-purchase-orders-container .order.needs-action + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order.needs-action + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.im-purchase-orders-container .order.pending-processing {
  background-color: #99BBEE;
  color: #000000;
}
.im-purchase-orders-container .order.pending-processing.expanded {
  background-color: rgb(131.1428571429, 172.4285714286, 234.3571428571);
  border: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
  border-bottom: none;
}
.im-purchase-orders-container .order.pending-processing + .order-details {
  background-color: rgb(131.1428571429, 172.4285714286, 234.3571428571);
  border: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
  border-top: none;
}
.im-purchase-orders-container .order.pending-processing + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order.pending-processing + .order-details + .order {
  border-top: 2px solid rgb(87.4285714286, 143.2857142857, 227.0714285714);
}
.im-purchase-orders-container .order-item.chm {
  background-color: #EEBBBB;
  color: #448F4A;
}
.im-purchase-orders-container .order-item.chm.expanded {
  background-color: rgb(232.9, 166.6, 166.6);
  border: 2px solid rgb(222.7, 125.8, 125.8);
  border-bottom: none;
}
.im-purchase-orders-container .order-item.chm + .order-details {
  background-color: rgb(232.9, 166.6, 166.6);
  border: 2px solid rgb(222.7, 125.8, 125.8);
  border-top: none;
}
.im-purchase-orders-container .order-item.chm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order-item.chm + .order-details + .order {
  border-top: 2px solid rgb(222.7, 125.8, 125.8);
}
.im-purchase-orders-container .order-item.non-chm {
  background-color: #D2DFA8;
  color: #448F4A;
}
.im-purchase-orders-container .order-item.non-chm.expanded {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-bottom: none;
}
.im-purchase-orders-container .order-item.non-chm + .order-details {
  background-color: rgb(200.3571428571, 216.1428571429, 149.3571428571);
  border: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
  border-top: none;
}
.im-purchase-orders-container .order-item.non-chm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order-item.non-chm + .order-details + .order {
  border-top: 2px solid rgb(181.0714285714, 202.4285714286, 112.0714285714);
}
.im-purchase-orders-container .order-item.pchm {
  background-color: #EEEEBB;
  color: #448F4A;
}
.im-purchase-orders-container .order-item.pchm.expanded {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-bottom: none;
}
.im-purchase-orders-container .order-item.pchm + .order-details {
  background-color: rgb(232.9, 232.9, 166.6);
  border: 2px solid rgb(222.7, 222.7, 125.8);
  border-top: none;
}
.im-purchase-orders-container .order-item.pchm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order-item.pchm + .order-details + .order {
  border-top: 2px solid rgb(222.7, 222.7, 125.8);
}
.im-purchase-orders-container .order-item.non-pchm {
  background-color: #BBBBEE;
  color: #448F4A;
}
.im-purchase-orders-container .order-item.non-pchm.expanded {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-bottom: none;
}
.im-purchase-orders-container .order-item.non-pchm + .order-details {
  background-color: rgb(166.6, 166.6, 232.9);
  border: 2px solid rgb(125.8, 125.8, 222.7);
  border-top: none;
}
.im-purchase-orders-container .order-item.non-pchm + .order-details:not(:last-of-type) {
  border-bottom: none;
}
.im-purchase-orders-container .order-item.non-pchm + .order-details + .order {
  border-top: 2px solid rgb(125.8, 125.8, 222.7);
}

/* #region Inventory */
/* #endregion */
/* #region Report */
/* #endregion */
/* #endregion */
/* #region Purchasing */
.purchasing-requisition-form-xls-details-page .purchasing-requisition-form-xls-details-form {
  position: relative;
}
.purchasing-requisition-form-xls-details-page .purchasing-requisition-form-xls-details-form .purchasing-requisition-form-xls-setup-row {
  width: 70px;
}
.purchasing-requisition-form-xls-details-page .purchasing-requisition-form-xls-details-form .purchasing-requisition-form-xls-setup-col {
  width: 150px;
}
.purchasing-requisition-form-xls-details-page .purchasing-requisition-form-xls-details-form .required-field {
  color: red;
}
.purchasing-requisition-form-xls-details-page .purchasing-requisition-form-xls-details-form .custom-check {
  text-align: left !important;
  margin: 0 !important;
}

.purchasing-requisition-forms-details-page .purchasing-requisition-forms-details-form {
  position: relative;
}
.purchasing-requisition-forms-details-page .purchasing-requisition-forms-details-form .data-uploader {
  width: 100%;
}
.purchasing-requisition-forms-details-page .purchasing-requisition-forms-details-form .data-uploader .file-upload {
  width: 100%;
}
.purchasing-requisition-forms-details-page .purchasing-requisition-form-actions {
  margin: 15px 0;
}
.purchasing-requisition-forms-details-page .purchasing-requisition-form-actions .btn {
  margin-bottom: 20px;
  padding: 0.75rem;
}
.purchasing-requisition-forms-details-page .purchasing-requisition-form-items {
  position: relative;
}

.purchasing-requisition-form-item-modal .modal-dialog {
  max-width: none;
  width: 40%;
}

.purchasing-quotations-page .purchasing-quotations-page-requisitions .request-details-row .request-details-panel {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 300px;
  width: 100%;
}
.purchasing-quotations-page .purchasing-quotations-page-requisitions .request-details-row .request-details-panel .quotation-row {
  background-color: rgba(0, 0, 0, 0.05);
}
.purchasing-quotations-page .purchasing-quotations-page-requisitions .request-details-row .request-details-panel .quotation-row-alternate {
  background-color: ghostwhite;
}

.purchasing-quotation-to-order-modal .modal-dialog {
  max-width: none;
  width: 60%;
}
.purchasing-quotation-to-order-modal .table-bordered {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 400px;
}
.purchasing-quotation-to-order-modal .table-bordered .requested {
  background-color: #e5e5e5;
  border-color: #ffffff;
}
.purchasing-quotation-to-order-modal .table-bordered .offered {
  background-color: #f2f2f2;
  border-color: #ffffff;
}
.purchasing-quotation-to-order-modal .table-bordered .offered-header {
  background-color: #929ca6;
  color: white;
  font-weight: bold;
}
.purchasing-quotation-to-order-modal .table-bordered .cost-warning {
  color: red;
  font-weight: bold;
  font-style: italic;
}

.purchasing-orders-page .purchasing-orders-page-purchases .purcahse-order-details-panel {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 300px;
}
.purchasing-orders-page .purchasing-orders-page-purchases .purcahse-order-details-panel .item-index {
  font-family: Consolas;
  font-weight: bold;
  text-align: right;
  padding-right: 15px;
}

.purchasing-spare-parts-select-modal .modal-dialog {
  max-width: none;
  width: 80%;
}
.purchasing-spare-parts-select-modal .table-responsive {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 400px;
}

.purchasing-suppliers-select-modal .modal-dialog {
  max-width: none;
  width: 60%;
}
.purchasing-suppliers-select-modal .table-responsive {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 400px;
}

.purchasing-rfq-gathering-page .info-panels-group {
  margin-bottom: 20px;
}
.purchasing-rfq-gathering-page .info-panels-group .accounts-panel {
  min-height: 220px;
}
.purchasing-rfq-gathering-page .info-panels-group .accounts-panel .account-avatar img.figure-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.purchasing-rfq-gathering-page .info-panels-group .accounts-panel .supplier-dashboard-link {
  text-decoration: underline;
}
.purchasing-rfq-gathering-page .info-panels-group .requisition-panel {
  min-height: 220px;
}
.purchasing-rfq-gathering-page .info-panels-group .instructions-panel {
  min-height: 220px;
}
.purchasing-rfq-gathering-page .info-panels-group .instructions-panel .inline-upload {
  width: 24px;
}
.purchasing-rfq-gathering-page .quotation-panels-group {
  margin-bottom: 20px;
}
.purchasing-rfq-gathering-page .quotation-panels-group .partial-quotations-panel .quotation-row {
  background-color: rgba(0, 0, 0, 0.05);
}
.purchasing-rfq-gathering-page .quotation-panels-group .partial-quotations-panel .quotation-row-alternate {
  background-color: none;
}
.purchasing-rfq-gathering-page .wizard-panel {
  border: 1px solid rgba(28, 41, 81, 0.6);
  padding-bottom: 15px;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-panel {
  height: 100% !important;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-ref {
  font-size: 1.5rem;
  font-weight: 700;
  color: maroon;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-top-row {
  margin-bottom: 5px;
  margin-top: 10px;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-middle-top-row {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-middle-bottom-row {
  font-size: 15px;
  margin-top: 5px;
}
.purchasing-rfq-gathering-page .wizard-panel .wizard-step-bottom-row {
  margin-bottom: 10px;
  margin-top: 5px;
}
.purchasing-rfq-gathering-page .wizard-panel .items-grid {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 300px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* #endregion */
/* #region Md SDoc Gathering */
.md-sdoc-gathering-page .accounts-panel {
  height: 200px;
}
.md-sdoc-gathering-page .accounts-panel .account-avatar img.figure-img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.md-sdoc-gathering-page .accounts-panel .supplier-dashboard-link {
  text-decoration: underline;
}
.md-sdoc-gathering-page .instructions-panel {
  height: 200px;
}
.md-sdoc-gathering-page .important-notice-panel {
  background-color: #ffc516 !important;
  color: black !important;
}
.md-sdoc-gathering-page .purchased-items .rejected {
  background-color: #EEBBBB;
}
.md-sdoc-gathering-page .upload-sdoc-btn {
  padding-top: 8px;
}
.md-sdoc-gathering-page .download-template-btn > i {
  padding-top: 4px;
}
.md-sdoc-gathering-page #upload-prompt + .tooltip .tooltip-inner {
  max-width: 300px;
  width: 300px;
}

/* #endregion */
/* #region Suppliers */
.suppliers-consolidation .request-details-row .request-details-panel {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 300px;
  width: 100%;
}
.suppliers-consolidation .nested {
  background-color: whitesmoke !important;
}
.suppliers-consolidation .btn-action {
  color: darkblue !important;
}

/* #endregion */
/* #region Supplier */
.supplier-page .rating {
  font-size: 30px;
}
.supplier-page .rating .empty-half-star {
  margin-left: -42px !important;
}
.supplier-page .expander {
  width: 30px;
}
.supplier-page .supplier-panel .supplier-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.supplier-page .supplier-panel .supplier-email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supplier-page .clients-list .row.selected-row {
  background-color: rgb(203.5, 203.5, 203.5);
}
.supplier-page .clients-list .row:hover {
  background-color: rgb(216.25, 216.25, 216.25);
}

.md-sdoc-upload {
  z-index: 50;
}

.md-sdoc-upload-progress {
  z-index: 150;
}

/* #endregion */
/* #region Client Suppliers */
.client-suppliers-page ul.alphabet {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  width: 80%;
  text-align: center;
}
.client-suppliers-page ul.alphabet > li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #448F4A;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.84%;
}
.client-suppliers-page ul.alphabet > li.selected {
  color: #B8DBA1;
  font-weight: bold;
}
.client-suppliers-page ul.rating-filters {
  list-style-type: none;
  padding: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.client-suppliers-page ul.rating-filters > li {
  float: left;
  margin: 0;
  padding: 0;
  color: goldenrod;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 8px;
  margin-left: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.client-suppliers-page ul.rating-filters > li:first-of-type {
  margin-left: 0;
}
.client-suppliers-page ul.rating-filters > li.selected {
  background: #E5E5E5;
  /*border-color: $color-input-border;*/
}
.client-suppliers-page .btn.btn-sorting {
  cursor: pointer;
}
.client-suppliers-page .supplier-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.client-suppliers-page .supplier-avatar .figure-caption {
  font-size: 12px;
  font-weight: 600;
  color: #448F4A;
  /*            .rating {
                  font-size: 30px;

                  .empty-half-star {
                      margin-left: -42px !important;
                  }
              }
  */
}
.client-suppliers-page .supplier-avatar .figure-caption .rating {
  font-size: 24px;
}
.client-suppliers-page .supplier-avatar .figure-caption .rating .empty-half-star {
  margin-left: -34px !important;
}

/* #endregion */
/* #region Client Dashboard */
.client-dashboard-page .dashboard-panels {
  margin-top: 150px;
  position: relative;
}
.client-dashboard-page .dashboard-panels .client-avatar {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 100;
}
.client-dashboard-page .dashboard-panels .client-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.client-dashboard-page .dashboard-panels .client-name {
  position: absolute;
  left: 200px;
  top: -40px;
  z-index: 100;
}
.client-dashboard-page .dashboard-panels .progress {
  position: relative;
  height: 24px;
  line-height: 24px;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.client-dashboard-page .dashboard-panels .progress .progress-bar {
  transition: all 1s ease;
  position: absolute;
  height: 100%;
  background-color: #B2E320;
}
.client-dashboard-page .dashboard-panels .progress .percentage {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
}
.client-dashboard-page .dashboard-panels .panel, .client-dashboard-page .dashboard-panels .table-responsive {
  height: 100%;
  max-height: 650px;
  overflow-y: auto;
}
.client-dashboard-page .dashboard-panels .panel .panel-title, .client-dashboard-page .dashboard-panels .table-responsive .panel-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.client-dashboard-page .dashboard-panels .panel .panel-title.donut-title, .client-dashboard-page .dashboard-panels .table-responsive .panel-title.donut-title {
  height: 50px;
}
.client-dashboard-page .dashboard-panels .panel.financial-panel .panel-actions, .client-dashboard-page .dashboard-panels .financial-panel.table-responsive .panel-actions {
  /*position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;*/
  margin-top: 40px;
}
.client-dashboard-page .dashboard-panels .panel.purchase-orders-panel .panel-actions, .client-dashboard-page .dashboard-panels .purchase-orders-panel.table-responsive .panel-actions {
  margin-top: 80px;
}
.client-dashboard-page .dashboard-panels .panel.emissions-monitoring-panel .panel-actions, .client-dashboard-page .dashboard-panels .emissions-monitoring-panel.table-responsive .panel-actions {
  margin-top: 40px;
}
.client-dashboard-page .dashboard-panels .user-avatar .figure {
  display: block;
}
.client-dashboard-page .dashboard-panels .user-avatar .figure img {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
}
.client-dashboard-page .dashboard-panels .user-avatar .figure .figure-caption {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

/* #endregion */
/* #region Stage Progress */
/* #endregion */
/* #region Newsletter */
.newsletter-page ul.alphabet {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  width: 80%;
  text-align: center;
}
.newsletter-page ul.alphabet > li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #448F4A;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.84%;
}
.newsletter-page ul.alphabet > li.selected {
  color: #B8DBA1;
  font-weight: bold;
}
.newsletter-page .account-avatar .figure-wrapper {
  border-radius: 5px;
}
.newsletter-page .account-avatar .figure-wrapper.selected {
  background-color: #E5E5E5;
}
.newsletter-page .account-avatar .figure-wrapper .figure {
  min-height: 180px;
}
.newsletter-page .account-avatar .figure-wrapper .figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(68, 143, 74, 0.6);
}
.newsletter-page .account-avatar .figure-wrapper .figure .figure-caption {
  font-size: 12px;
  font-weight: 600;
  color: #448F4A;
}

/* #endregion */
/* #region SystemTasks */
/* #endregion */
/* #region SystemSettings */
/* #endregion */
/* #region SystemActions */
.system-actions-page .group-panel .group-header {
  cursor: pointer;
}
.system-actions-page .group-panel .group-header h4 {
  margin: 0;
}
.system-actions-page .group-panel .grid {
  margin-top: 20px;
}
.system-actions-page .group-panel .grid .table-responsive {
  margin: 0;
  padding: 0;
}
.system-actions-page .group-panel .grid .table-responsive .table tr th {
  padding: 0;
}
.system-actions-page .group-panel .grid .table-responsive .system-action.expanded {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-bottom: none;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-top: none;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel {
  background-color: rgb(216.25, 216.25, 216.25);
  margin: 5px;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel .table-responsive {
  padding: 5px;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel .table-responsive .table {
  margin-bottom: 0;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates:not(:last-of-type) {
  border-bottom: none;
}
.system-actions-page .group-panel .grid .table-responsive .system-action + .system-action-templates + .system-action {
  border-top: 2px solid rgb(190.75, 190.75, 190.75);
}

/* #endregion */
/* #region NotificationPreferences */
.notification-preferences {
  padding-top: 1em;
}
.notification-preferences .group-panel .group-header {
  cursor: pointer;
}
.notification-preferences .group-panel .group-header h4 {
  margin: 0;
}
.notification-preferences .group-panel .grid {
  margin-top: 20px;
}
.notification-preferences .group-panel .grid .table-responsive {
  margin: 0;
  padding: 0;
}
.notification-preferences .group-panel .grid .table-responsive .table tr th {
  padding: 0;
}
.notification-preferences .group-panel .grid .table-responsive .system-action.expanded {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-bottom: none;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates {
  background-color: rgb(216.25, 216.25, 216.25);
  border: 2px solid rgb(190.75, 190.75, 190.75);
  border-top: none;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel {
  background-color: rgb(216.25, 216.25, 216.25);
  margin: 5px;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel .table-responsive {
  padding: 5px;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates .templates-panel .table-responsive .table {
  margin-bottom: 0;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates:not(:last-of-type) {
  border-bottom: none;
}
.notification-preferences .group-panel .grid .table-responsive .system-action + .system-action-templates + .system-action {
  border-top: 2px solid rgb(190.75, 190.75, 190.75);
}

/* #endregion */
/* #region Commercial */
.em-calculations-page .btn-validate {
  color: darkblue !important;
}

.em-cii-report-modal .modal-dialog {
  max-width: none;
  width: 80%;
}
.em-cii-report-modal .modal-dialog .modal-body {
  max-height: 600px;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel {
  overflow-y: visible;
  min-height: 500px;
  margin: 3px 0 10px 0;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-value {
  top: 160px !important;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .em-cii-report-modal .modal-dialog .modal-body .report-panel .col-xl-custom-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend {
  color: dimgrey;
  font-weight: 700;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-element {
  text-align: center;
  border: 1px solid dimgrey;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-A {
  background-color: #8EBB9C;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-B {
  background-color: #D5ECD0;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-C {
  background-color: #FFF0C0;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-D {
  background-color: #F9B7A1;
}
.em-cii-report-modal .modal-dialog .modal-body .report-panel .rz-gauge-legend .rz-gauge-legend-E {
  background-color: #CE81A1;
}

.mrv-revisions-page .revision-fields-modal .modal-dialog {
  max-width: 98vw;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs {
  margin-top: 20px;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-pills .nav-link {
  background-color: #E5E5E5;
  margin-right: 15px;
  padding: 0.4em 0.7em;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #448F4A;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-tabs {
  border-bottom: none;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #448F4A;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-tabs .nav-link.active {
  background-color: #E5E5E5;
  font-weight: 500;
  border-bottom-color: transparent;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-tabs:not(.d-none) + .table-responsive {
  margin-top: 0;
}
.mrv-revisions-page .revision-fields-modal .modal-dialog .fields-tabs .nav-tabs:not(.d-none) + .table-responsive:first-of-type {
  border-top-left-radius: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .tg-explorer-page .col-xs-custom {
    min-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .tg-explorer-page .col-md-custom {
    min-width: 750px;
  }
}

.tg-forms-details-page .tg-forms-details-controls {
  max-width: 1400px;
}
.tg-forms-details-page .tg-forms-details-form {
  max-width: 1400px;
  border: 3px ridge;
}
@media screen and (min-width: 1200px) and (max-width: 1458px) {
  .tg-forms-details-page .tg-forms-details-form .col-xl-custom-5 {
    max-width: 60% !important;
    flex: 0 0 52% !important;
  }
}
.tg-forms-details-page .tg-forms-details-form .tg-header {
  background-color: #1C2951;
  color: white;
  line-height: 50px;
  font-size: 17px;
}
.tg-forms-details-page .tg-forms-details-form .tg-section-header {
  background-color: #B4CD2A;
  color: #1C2951;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
}
.tg-forms-details-page .tg-forms-details-form .tg-subsection-header {
  background-color: #279FDA;
  color: greenyellow;
  line-height: 30px;
  font-size: 15px;
  font-family: unset;
}
.tg-forms-details-page .tg-forms-details-form .tg-warning {
  background-color: #D0EDED;
  color: darkslategray;
  line-height: 25px;
  font-size: 13px;
  font-family: unset;
}
.tg-forms-details-page .tg-forms-details-form .tg-data-group-header {
  font-size: 14px;
}
.tg-forms-details-page .tg-forms-details-form .tg-point-of-interest-row {
  background-color: #D0EDED;
}
.tg-forms-details-page .tg-forms-details-form .tg-section-highlight {
  color: red;
  font-weight: bold;
}
.tg-forms-details-page .tg-forms-details-form .tg-subsection-highlight {
  color: #D0EDED;
  font-weight: bold;
}
.tg-forms-details-page .tg-forms-details-form .tg-data-hint {
  color: cadetblue;
}
.tg-forms-details-page .tg-forms-details-form .tg-cancelled {
  text-decoration: line-through;
}
.tg-forms-details-page .tg-forms-details-form .tg-sublabel {
  color: slategrey;
}
.tg-forms-details-page .tg-forms-details-form .tg-empty-row {
  height: 30px;
}
.tg-forms-details-page .tg-forms-details-form .tg-empty-row-lg {
  height: 80px;
}
.tg-forms-details-page .tg-forms-details-form .tg-empty-row-xl {
  height: 57px;
}
.tg-forms-details-page .tg-forms-details-form .tg-tooltip {
  font-size: 9px;
  color: dodgerblue;
}
.tg-forms-details-page .tg-forms-details-form .tg-comments-wrapper {
  min-height: 100px;
}
.tg-forms-details-page .tg-forms-details-form .tg-required-field {
  color: red;
}
.tg-forms-details-page .tg-forms-details-form .tg-tooltip-wrapper {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: help;
}
.tg-forms-details-page .tg-forms-details-form .tg-tooltip-wrapper span {
  visibility: hidden;
  position: absolute;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: #363636;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
}
.tg-forms-details-page .tg-forms-details-form .tg-tooltip-wrapper span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tg-forms-details-page .tg-forms-details-form .tg-tooltip-wrapper:hover span {
  visibility: visible;
}
.tg-forms-details-page .tg-tabular-panel-details-modal .modal-dialog {
  max-width: 750px;
}
.tg-forms-details-page .tg-tabular-panel-cell-with-details {
  width: 75% !important;
  display: inline;
}
.tg-forms-details-page .tg-instructions-panel {
  color: firebrick !important;
}

/* #endregion */
/* #region VesselDocuments */
.vessel-documents .documents-group .group-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.vessel-documents .search-box .search-input-col {
  display: flex;
}
.vessel-documents .documents-tabs {
  margin-top: 20px;
}
.vessel-documents .documents-tabs .nav-pills .nav-link {
  background-color: #E5E5E5;
  margin-right: 15px;
}
.vessel-documents .documents-tabs .nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #448F4A;
}
.vessel-documents .documents-tabs .nav-tabs {
  border-bottom: none;
  /*            &.no-groups {
      display: none;
  }*/
}
.vessel-documents .documents-tabs .nav-tabs .nav-link {
  font-size: 16px;
  color: #448F4A;
}
.vessel-documents .documents-tabs .nav-tabs .nav-link.active {
  background-color: #E5E5E5;
  font-weight: 500;
  border-bottom-color: transparent;
}
.vessel-documents .documents-tabs .nav-tabs:not(.d-none) + .table-responsive {
  margin-top: 0;
}
.vessel-documents .documents-tabs .nav-tabs:not(.d-none) + .table-responsive.first {
  border-top-left-radius: 0;
}
.vessel-documents .documents-tabs .supported-certificates-grid {
  margin-top: -15px;
}
.vessel-documents .uploaded-on .tooltip-inner {
  width: 120px;
}
.vessel-documents #remarks + .tooltip .tooltip-inner {
  max-width: 300px;
}

/* #endregion */
/* #region EnergyEfficiencyManagement */
.energy-efficiency-page .project-page-container .milestone-bar .milestone-col .milestone.not-compliant, .energy-efficiency-page .project-page-container .milestone-bar .milestone-col .milestone.report-generated {
  background-color: #B2E320 !important;
  color: #E01717 !important;
}
/* #endregion */
/* #region VesselTypes */
.vessel-types-page .eedi-factors-modal .modal-dialog {
  max-width: 98vw;
}
.vessel-types-page .eedi-factors-modal .modal-dialog .table-responsive {
  overflow-x: auto;
}

/* #endregion */
/* #region VesselScheduleMapInfo */
.vessel-schmap-info table {
  border-radius: 0.6rem;
}
.vessel-schmap-info table, .vessel-schmap-info th, .vessel-schmap-info td {
  border: 0.1rem solid black;
}
.vessel-schmap-info th {
  background-color: #448F4A;
}
.vessel-schmap-info tr {
  background-color: #E5E5E5;
}
.vessel-schmap-info td:nth-child(1) {
  font-weight: bold;
}
.vessel-schmap-info td:nth-child(2) {
  color: red;
  font-weight: 500;
}
.vessel-schmap-info .figure {
  min-height: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vessel-schmap-info .figure img.figure-img {
  width: 280px;
  height: 130px;
  border-radius: 2%;
  box-shadow: 2px 2px 2px 2px rgba(68, 143, 74, 0.6);
  margin-top: 1rem;
}

/* #endregion */
/* #region AIChat */
.aichat-component html {
  min-height: 100vh;
}
.aichat-component html, .aichat-component .main-background-gradient {
  background: linear-gradient(to bottom, rgb(225, 227, 233), #f4f4f4 25rem);
}
.aichat-component body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.aichat-component html::after {
  content: "";
  background-image: linear-gradient(to right, #3a4ed5, #3acfd5 15%, #d53abf 85%, red);
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
}
.aichat-component h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.aichat-component h1:focus {
  outline: none;
}
.aichat-component .valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}
.aichat-component .invalid {
  outline: 1px solid #e50000;
}
.aichat-component .validation-message {
  color: #e50000;
}
.aichat-component .blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.aichat-component .blazor-error-boundary::after {
  content: "An error has occurred.";
}
.aichat-component .btn-default {
  display: flex;
  padding: 0.25rem 0.75rem;
  gap: 0.25rem;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #9CA3AF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  background-color: #D1D5DB;
}
.aichat-component .btn-default:hover {
  background-color: #E5E7EB;
}
.aichat-component .btn-subtle {
  display: flex;
  padding: 0.25rem 0.75rem;
  gap: 0.25rem;
  align-items: center;
  border-radius: 0.25rem;
  border: 1px solid #D1D5DB;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.aichat-component .btn-subtle:hover {
  border-color: #93C5FD;
  background-color: #DBEAFE;
}
.aichat-component .page-width {
  max-width: 1024px;
  margin: auto;
}
.aichat-component .chat-container {
  position: sticky;
  bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
  border-top-width: 1px;
  background-color: #F3F4F6;
  border-color: #E5E7EB;
}

/* #endregion */
