@import url(https://fonts.googleapis.com/css?family=Lato:400italic);body.blank .wrapper {
  align-items: center;
  background: #e9ecef;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.logo-brand {
  display: block;
  background: white;
  text-align: center;
  padding: 10px;
}

.logo-brand img {
  max-width: 100%;
  max-height: 70px;
}

ul.accordion {
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

ul.accordion .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul.accordion li a.toggle i {
  float: right;
  font-size: 23px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion li a.open-accordion i {
  transform: rotate(90deg);
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.sheet-selection-group .btn-group {
  width: 100%;
}

.sheet-selection-group .dropdown-menu {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.popover {
  max-width: 420px;
}

.colorpicker.colorpicker-2x {
  width: 282px;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-preview {
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin: -5px 0 0 -5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (80px)) !important;
}

.calculation-status-notice {
  font-size: 25px;
  font-weight: bold;
  background: green;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #d0021b;
  color: #fff;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.drag-me {
  width: 180px;
  padding: 0 0 0 40px;
  color: black;
  line-height: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.drag-me:hover:before {
  opacity: 0.3;
}

.drag-me:active {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.drag-me:active:before {
  left: 14px;
}

.drag-me:before {
  content: url("/images/icons/grip-vertical-solid.svg");
  width: 10px;
  position: absolute;
  left: 14px;
  font-size: 20px;
  opacity: 0;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.shot {
  position: absolute;
}

table#sortable td,
table#sortable th {
  padding: 5px 25px;
}

table thead tr th {
  border-top: unset !important;
}

ul.accordion {
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

ul.accordion .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion .inner.show {
  display: block;
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
}

ul.accordion li a.toggle i {
  float: right;
  font-size: 23px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion li a.open-accordion i {
  transform: rotate(90deg);
}

.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.72);
  color: #fefefe !important;
  padding: 0.75em 1em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-align: left;
}

.toggle:hover {
  color: white !important;
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.sheet-selection-group .btn-group {
  width: 100%;
}

.sheet-selection-group .dropdown-menu {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

select option {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logout-btn {
  margin-left: 10px;
  background: none !important;
  border: none;
  outline: none;
  cursor: pointer;
}

.logout-btn:focus {
  border: none;
  outline: none;
}

.collapsible {
  color: #444;
  cursor: pointer;
  border: none;
  outline: none;
}

.bullet-text-row {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.technical-data-rows {
  display: none;
  font-size: 13px;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.accordion > .card {
  overflow: unset !important;
}

[type=checkbox],
[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type=checkbox] {
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, 
      
  );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

#preloader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(191, 182, 182, 0.3);
}

.orders-index .link {
  cursor: default !important;
  color: white !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.orders-index .badge-link {
  position: relative;
  cursor: pointer;
}

.orders-index .badge-link .hovercard {
  visibility: hidden;
}

.orders-index .badge-link .hovercard:hover {
  visibility: visible;
}

.orders-index .badge-link:hover .hovercard,
.orders-index .badge-link .link:hover .hovercard {
  visibility: visible;
}

.orders-index .hovercard {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 500;
  display: block;
}

.orders-index .hovercard .hovercard-container {
  position: relative;
  padding-top: 30px;
  z-index: 450;
}

.orders-index .hovercard .hovercard-container:before {
  content: " ";
  display: block;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  position: absolute;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
}

.orders-index .hovercard .hovercard-box {
  z-index: 470;
  background: white;
  position: relative;
}

.orders-index .hovercard .hovercard-box .hovercard-body {
  width: 270px;
  background: white;
  z-index: 500;
  display: block;
}

.orders-index .hovercard .hovercard-arrow {
  height: 14px;
  width: 14px;
  z-index: 460;
  position: absolute;
  transform: rotate(45deg);
  background: white;
  left: 10px;
  top: 22px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-color: rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-bottom: 0;
  border-right: 0;
}

.orders-index .tooltiptext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: grey;
  padding: 18px;
  border-radius: 5px;
  color: white;
  line-height: 15px;
  font-size: 20px;
  width: 100%;
}

.orders-index .hover_button {
  position: relative;
  display: inline-block;
}

.orders-index .hover_button .hover_text {
  visibility: hidden;
  font-size: small;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.orders-index .hover_button .hover_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.orders-index .hover_edit_project:hover .hover_edit_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_clone_project:hover .hover_clone_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_delete_project:hover .hover_delete_project_text {
  visibility: visible;
  opacity: 1;
}

.orders-index .hover_revert_status:hover .hover_revert_project_status {
  visibility: visible;
  opacity: 1;
}

#offers-overview-modal {
  /*.history {*/
  /*    display: none;*/
  /*}*/
  /*.status-badge:hover + div {*/
  /*    display: block;*/
  /*}*/
}

#offers-overview-modal .link {
  cursor: default !important;
  color: white !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

#offers-overview-modal .over-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size: 10px;
}

#offers-overview-modal .over-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#offers-overview-modal .over-button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

#offers-overview-modal .over-button {
  position: relative;
  display: inline-block;
}

#offers-overview-modal .badge-link {
  position: relative;
}

#offers-overview-modal .hovercard {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0px;
  /*top: -90px;*/
  transform: translateX(-100%);
}

#offers-overview-modal .badge-link:hover .hovercard {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
}

#offers-overview-modal .tooltiptext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: grey;
  padding: 18px;
  border-radius: 5px;
  color: white;
  line-height: 15px;
  transition: 1s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}

#offers-overview-modal .hover_button {
  position: relative;
  display: inline-block;
}

#offers-overview-modal .hover_button .hover_text {
  visibility: hidden;
  font-size: small;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

#offers-overview-modal .hover_button .hover_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#offers-overview-modal .hover_edit_project:hover .hover_edit_project_text {
  visibility: visible;
  opacity: 1;
}

#offers-overview-modal .hover_clone_project:hover .hover_clone_project_text {
  visibility: visible;
  opacity: 1;
}

#offers-overview-modal .hover_delete_project:hover .hover_delete_project_text {
  visibility: visible;
  opacity: 1;
}

#offers-overview-modal .hover_revert_status:hover .hover_revert_project_status {
  visibility: visible;
  opacity: 1;
}

.inline-form-control {
  display: inline-block;
  width: auto;
}

.drag-container {
  max-width: 1000px;
  padding: 35px 30px 20px;
}

.drag-list {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 690px) {
  .drag-list {
    display: block;
  }
}

.drag-column {
  flex: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 690px) {
  .drag-column {
    margin-bottom: 30px;
  }
}

.drag-column h2 {
  font: 500 18px/24px "Source Sans Pro", sans-serif;
  color: #26292c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drag-column h2 a {
  font-size: 0.8rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: white !important;
}

.drag-column svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 9px;
  height: 55px;
}

.drag-column-on-hold .drag-column-header,
.drag-column-on-hold .is-moved,
.drag-column-on-hold .drag-options {
  background: #FB7D44;
}

.drag-column-in-progress .drag-column-header,
.drag-column-in-progress .is-moved,
.drag-column-in-progress .drag-options {
  background: #2A92BF;
}

.drag-column-needs-review .drag-column-header,
.drag-column-needs-review .is-moved,
.drag-column-needs-review .drag-options {
  background: #F4CE46;
}

.drag-column-approved .drag-column-header,
.drag-column-approved .is-moved,
.drag-column-approved .drag-options {
  background: #00B961;
}

.drag-column-header {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
  flex-direction: column;
  padding: 5px 20px;
  height: 55px;
  background-color: #F4F6F9;
}

.drag-column-header-info {
  font-size: 12px;
}

.drag-column:first-child .drag-column-header {
  border-left: 0.5px solid #c3c1c1;
}

.drag-column:last-child .drag-column-header {
  border-right: 0.5px solid #c3c1c1;
}

.drag-column-header:after {
  content: "";
  height: 1px;
  background: #c3c1c1;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
}

.drag-column-header:before {
  content: "";
  height: 1px;
  background: #c3c1c1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.drag-inner-list {
  min-height: calc(100vh - 100px);
}

.drag-item {
  height: 200px;
  margin: 10px;
  padding: 10px;
  font-size: 12px;
  color: black !important;
  background: white;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  border: 0.5px solid #E5E5E5;
}

.drag-item.is-moving {
  transform: scale(1);
  background: rgba(244, 246, 249, 0.7);
  border-color: #5a5858;
}

.drag-header-more {
  cursor: pointer;
}

.drag-options {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.drag-options.active {
  transform: translateX(0);
  opacity: 1;
}

.drag-options-label {
  display: block;
  margin: 0 0 5px 0;
}

.drag-options-label input {
  opacity: 0.6;
}

.drag-options-label span {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 5px;
}

/* Dragula CSS  */

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  list-style-type: none;
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
}

.add_status_toggle {
  background-color: unset;
  border-color: #458cde;
  color: #458cde;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.color-holder {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
}

.drag-item a {
  color: black !important;
  font-size: 13px;
  padding: 0;
  font-weight: bold;
}

.drag-item a:hover {
  opacity: 0.8;
}

.project-titles {
  font-size: 11px;
  color: #6c757d;
  margin: 5px 0;
}

.project-number,
.project-cost {
  display: flex;
  flex-direction: column;
}

.project-name {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-number span:last-of-type {
  font-size: 13px;
  font-weight: bold;
}

.project-cost span:last-of-type {
  font-size: 13px;
  color: #047AFA;
  font-weight: bold;
}

.drag-item:hover {
  cursor: pointer;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-content {
  position: relative;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header {
  padding: 20px 30px;
  color: white;
  border-radius: 0 !important;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .close {
  color: white;
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  opacity: 1;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .close:focus {
  outline: none;
  border: none;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .offer_data {
  flex-direction: column;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .offer_data p {
  margin-bottom: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .offer_data .offer_name {
  font-weight: 800;
  font-size: 18px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .offer_data .offer_info {
  font-weight: 500;
  font-size: 14px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .row {
  margin-left: 0;
  margin-right: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-details ul {
  margin: 0;
  padding: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-details ul li {
  list-style-type: none;
  display: inline;
  padding-right: 10px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-details li:before {
  content: " | ";
  padding-right: 10px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-details li:first-child:before {
  content: none;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-details li:first-child {
  color: #428bca;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-header .hca-modal-header--account-balance span:last-child {
  color: #428bca;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body {
  padding: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--banner {
  padding: 40px 60px;
  height: auto;
  background: #428bca;
  box-shadow: inset 0px 3px 13px 2px rgba(0, 0, 0, 0.2);
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--banner img {
  height: 75px;
  width: 75px;
  background: #fff;
  margin-right: 15px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--banner .hca-modal-body--visit-details {
  padding-top: 20px;
  color: #FFF;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--banner .hca-modal-body--visit-details span:nth-child(3) {
  font-size: 1.5em;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--banner .hca-modal-body_btn--full-details {
  padding-top: 20px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content {
  height: auto;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .panel-body {
  padding: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .panel-body h5 {
  line-height: 40px;
  background: #F4F4F4;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .providers-wrap {
  padding: 20px 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .provider-profile {
  padding: 10px 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .provider-profile .provider-name {
  font-size: 1.2em;
  color: #989898;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .provider-profile .provider-type {
  color: #428bca;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .visit-details-section {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .visit-details-section:last-child {
  border-bottom: none;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .visit-details-section .visit-title {
  font-weight: 900;
  font-size: 1em;
  padding-bottom: 10px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-details-wrap .visit-details-section p {
  font-size: 1.2em;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--facility-details {
  padding: 20px 15px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .hca-modal-body--visit-duration .visit-duration-title {
  font-size: 1.2em;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .hca-modal-body--main-content .container-sm {
  padding-right: 0;
  padding-left: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .calculation {
  padding: 15px 25px;
  border-bottom: 1px solid lightgray;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .calculation div:first-of-type {
  margin-bottom: 5px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .calculation .calc_title {
  font-size: 12px;
  opacity: 0.9;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .calculation .calc_name {
  font-weight: bold;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .nav li a {
  color: #999999;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .nav li.active {
  border-bottom: 2px solid #007bff;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .nav li.active a {
  color: #007bff !important;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #comments_btn .badge,
.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #progresses_btn .badge {
  border: 1px solid #007bff;
  color: #007bff;
  font-weight: bold;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #activities table {
  margin-bottom: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #activities table tr th:first-of-type,
.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #activities table tr td:first-of-type {
  padding: 0;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #activities table tr th:last-of-type,
.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #activities table tr td:last-of-type {
  padding-right: 20px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .edit_row td,
.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .quick_view_row td {
  padding: 0 !important;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body .activities-block {
  border: 2px solid lightgrey;
  border-radius: 10px;
}

.offers_overview .modal.hca-modal--clinical-quick-view .modal-body #create_activity_btn {
  color: #007bff;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.offers_overview .modal.left .modal-dialog,
.offers_overview .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.offers_overview .modal.left .modal-content,
.offers_overview .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.offers_overview .modal.left .modal-body,
.offers_overview .modal.right .modal-body {
  padding: 15px 30px 80px;
}

/*Left*/

.offers_overview .modal.left.fade .modal-dialog {
  left: -320px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.offers_overview .modal.left.fade.in .modal-dialog {
  left: 0;
}

/*Right*/

.offers_overview .modal.right.fade .modal-dialog {
  right: 0;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.offers_overview .modal.right.fade.in .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */

.offers_overview .modal-content {
  border-radius: 0;
  border: none;
}

.offers_overview .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #019BFD;
}

.color-holder {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: inline-block;
}

.color-holder:hover {
  opacity: 0.8;
  border: 0.5px solid;
}

.underlined-link {
  color: inherit;
}

.underlined-link:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: underline;
}

.dropdown.status-dropdown {
  display: inline-block;
}

.dropdown.status-dropdown.show {
  display: inline !important;
}

.dropdown.status-dropdown .dropdown-menu {
  transform: translate3d(-15px, 38px, 0px) !important;
  padding: 10px 10px 0;
  min-width: 170px;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown.status-dropdown .dropdown-menu a {
  border-top: 1px solid #e9ebf0;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 15px 16px 5px;
  margin-top: 10px !important;
  transition: background-color 0.07s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  position: relative;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*font-size: 11px;*/
  font-weight: 500;
  color: rgba(34, 34, 34, 0.3);
}

.dropdown.status-dropdown .dropdown-menu a .action_icon {
  display: inline-block;
  width: 20px;
}

.dropdown.status-dropdown .dropdown-toggle.disabled {
  cursor: not-allowed;
}

.dropdown.status-dropdown #status-type-dropdown p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #bbb;
  text-transform: uppercase;
  transition: background-color 0.1s;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown.status-dropdown .status-list {
  border-radius: 6px;
}

.dropdown.status-dropdown .status-list__container {
  padding: 10px 10px 0;
  min-width: 170px;
  max-height: 350px;
}

.dropdown.status-dropdown .status-list__scroll-view {
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown.status-dropdown .status-list__item {
  transition: background-color 0.07s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  position: relative;
  border-radius: 4px;
  padding: 8px 8px 8px 26px;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown.status-dropdown .status-list__item:hover {
  background-color: currentColor;
  color: #fff;
}

.dropdown.status-dropdown .status-list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 8px;
  top: 8px;
  border-radius: 2px;
  background-color: currentColor;
}

.dropdown.status-dropdown .status-list__item_last {
  margin-bottom: 10px;
}

.dropdown.status-dropdown .status-list__item + .status-list__item {
  margin-top: 5px;
}

.dropdown.status-dropdown .status-list__item_closed {
  background: #f8f8f8;
  border-top: 1px solid #e4e4e4;
  position: sticky;
  bottom: 0;
  margin: 10px -10px 0;
  padding: 8px 30px 10px 36px;
  border-radius: 0 0 6px 6px;
  overflow: visible;
}

.dropdown.status-dropdown .status-list__item_closed:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  top: -9px;
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0));
  pointer-events: none;
  cursor: default;
}

.dropdown.status-dropdown .status-list__item_closed:after {
  left: 18px;
}

.dropdown.status-dropdown .status-list__item_placeholder {
  border-top: 1px solid #e9ebf0;
  margin: 0 -10px;
  width: calc(100% + 20px);
  padding: 15px 16px 5px;
  margin-top: 10px !important;
  cursor: default;
  border-radius: 0;
}

.dropdown.status-dropdown .status-list__item_placeholder:hover {
  background-color: transparent;
  color: rgba(34, 34, 34, 0.3);
}

.dropdown.status-dropdown .status-list__item_placeholder:hover .status-list__status {
  color: rgba(34, 34, 34, 0.3) !important;
}

.dropdown.status-dropdown .status-list__item_placeholder:first-of-type {
  margin-top: 0 !important;
  border: none !important;
  padding-top: 5px;
}

.dropdown.status-dropdown .status-list__item_placeholder:after {
  display: none;
}

.dropdown.status-dropdown .status-list__item_placeholder .status-list__status {
  font-size: 11px;
  font-weight: 500;
  color: rgba(34, 34, 34, 0.3);
}

.dropdown.status-dropdown .status-list__item:hover .status-list__status {
  color: #fff;
}

.dropdown.status-dropdown .status-list__status {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #bbb;
  text-transform: uppercase;
  transition: background-color 0.1s;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown.status-dropdown .status-list__status_checked {
  font-weight: 600;
  color: #343434;
}

.dropdown.status-dropdown .status-list__scroll-view::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
  height: 16px;
}

.dropdown.status-dropdown .selected {
  font-weight: bold;
  color: black;
}

.main-sidebar {
  /*    Fix the scroll issue */
}

.main-sidebar .os-content {
  height: calc(100% + 200px) !important;
}

.main-sidebar .nav-link.active {
  background-color: #96989a !important;
  color: white !important;
}

.main-sidebar .btn-primary {
  background-color: #96989a !important;
  border-color: #96989a !important;
}

.main-sidebar .btn-secondary {
  color: #96989a !important;
  background-color: transparent !important;
  border-color: #96989a !important;
  transition: background-color 0.3s;
}

.main-sidebar .btn-secondary:hover {
  color: white !important;
  background-color: #96989a !important;
  border-color: #96989a !important;
  transition: background-color 0.3s;
}

.main-sidebar a:not(.nav-link, .btn-primary) {
  color: #96989a !important;
}

.main-sidebar .menu-button {
  border: none;
  font-size: 20px;
  width: 100%;
  background-color: #c3c3c3 !important;
  border-radius: 0 !important;
}

.main-sidebar td {
  height: 12%;
}

.main-sidebar li {
  height: 12%;
  list-style: none;
}

.main-sidebar .subtab {
  display: none;
}

.main-sidebar .subtab:hover {
  background-color: #7a7c80 !important;
  color: white !important;
}

.main-sidebar p {
  font-size: 15px;
}

.main-sidebar .navbar-btn {
  margin-right: 10px;
}

.main-sidebar .sidebar-icon {
  color: #7a7c80 !important;
}

.main-sidebar .menu-button:hover .sidebar-icon {
  color: white !important;
}

.main-sidebar .menu-button:hover {
  border-radius: 0 !important;
  color: white !important;
  background-color: #7a7c80 !important;
}

.main-sidebar .active-icon {
  border-radius: 0 !important;
  background-color: #E8E8E8 !important;
}

.main-sidebar .active-subtab {
  background-color: #7a7c80 !important;
}

.main-sidebar .active-subtab p {
  color: white !important;
}

.main-sidebar .nav-link {
  color: #7a7c80 !important;
}

.main-sidebar .nav-link:hover {
  color: white !important;
}

.main-sidebar .tooltip-inner,
.main-sidebar .tooltip-arrow,
.main-sidebar .tooltip {
  background: #00063F;
}

.main-sidebar .nav-link.active {
  max-height: 100%;
}

