﻿/* the & > * selector is to include any children -    */
#doxPopup0 {
  padding: 0px;
}

.hidden {
  display: none;
}

.no-rounding > div {
  border-radius: 0px;
}

/*STYLE RESETS*/
.navbar-brand {
  float: unset;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #fff;
}

/* APPLY STYLES UNDER THINGS*/
/* This blue is selected as it was closer to the old dox colour*/
/*$font-family-base: "Helvetica Neue", Helvetica, Arial, sans-serif !default;*/
/*@import "../../../bootstrap/mixins";
@import "../../../bootstrap/helpers";*/
/*.k-theme-test-class,
.ktb-theme-id-default {
  opacity: 0;
}
.ktb-var-accent {
  color: #818181;
}
.ktb-var-base {
  color: #ffffff;
}
.ktb-var-background {
  color: #ffffff;
}
.ktb-var-border-radius {
  border-radius: 4px;
}
.ktb-var-normal-background {
  color: #ffffff;
}
.ktb-var-normal-gradient {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.ktb-var-normal-text-color {
  color: #676767;
}
.ktb-var-hover-background {
  color: #ffffff;
}
.ktb-var-hover-gradient {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.ktb-var-hover-text-color {
  color: #676767;
}
.ktb-var-selected-background {
  color: #eeeeee;
}
.ktb-var-selected-gradient {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.ktb-var-selected-text-color {
  color: #454545;
}
.ktb-var-primary {
  color: #818181;
}
.ktb-var-secondary {
  color: #ffffff;
}
.ktb-var-tertiary {
  color: #527aa3;
}
.ktb-var-error {
  color: #f45835;
}
.ktb-var-warning {
  color: #f4bc35;
}
.ktb-var-success {
  color: #52c664;
}
.ktb-var-info {
  color: #3e6b99;
}
.ktb-var-dark {
  color: #000000;
}
.ktb-var-light {
  color: #ffffff;
}
.ktb-var-inverse {
  color: #000000;
}
.ktb-var-series-a {
  color: #527aa3;
}
.ktb-var-series-b {
  color: #6f91b3;
}
.ktb-var-series-c {
  color: #8ca7c2;
}
.ktb-var-series-d {
  color: #a8bdd1;
}
.ktb-var-series-e {
  color: #c5d3e0;
}
.ktb-var-series-f {
  color: #e2e9f0;
}
.k-grid-norecords-template {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.k-button {
  border-radius: 4px;
  border-color: #d1d1d1;
  color: #676767;
  background-color: #ffffff;
  background-position: 50% 50%;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-button.k-state-default {
  border-color: #d1d1d1;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #676767;
  border-color: #cccccc;
  background-color: #ebebeb;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-button:active,
.k-button.k-state-active,
.k-button.k-state-selected {
  color: #ffffff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-button.k-state-active:hover,
.k-button.k-state-selected:hover {
  color: #ffffff;
  border-color: #797979;
  background-color: #747474;
}
.k-button:focus:active {
  box-shadow: 0 0 2px 1px #818181;
}
.k-button:focus,
.k-button:focus:hover,
.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-state-disabled .k-button.k-state-focused {
  border-color: #848484;
  box-shadow: 0 0 2px 1px #818181;
}
.k-button[disabled],
.k-state-disabled .k-button,
.k-button.k-state-disabled,
.k-button[disabled]:hover,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-button[disabled]:focus,
.k-state-disabled .k-button:focus,
.k-button.k-state-disabled:focus,
.k-button[disabled]:active,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #676767;
  border-color: #d1d1d1;
  background-color: #ffffff;
  box-shadow: none;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-primary {
  color: #ffffff;
  border-color: #797979;
  background-color: #818181;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-primary.k-state-default {
  border-color: #797979;
}
.k-primary:hover,
.k-primary.k-state-hover {
  color: #ffffff;
  border-color: #797979;
  background-color: #747474;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-primary:active,
.k-primary.k-state-active {
  color: #ffffff;
  border-color: #7c7c7c;
  background-color: #7c7c7c;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 0 2px 1px #818181;
}
.k-primary:focus,
.k-primary:focus:hover,
.k-primary.k-state-focused,
.k-primary.k-state-focused.k-state-disabled,
.k-state-disabled .k-primary.k-state-focused {
  border-color: #6f6f6f;
  box-shadow: 0 0 2px 1px #818181;
}
.k-primary[disabled],
.k-state-disabled .k-primary,
.k-primary.k-state-disabled,
.k-primary[disabled]:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover {
  color: #ffffff;
  border-color: #797979;
  background-color: #818181;
  box-shadow: none;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-button-group .k-button {
  border-radius: 0;
}
.k-button-group .k-group-start,
.k-button-group .k-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-button-group .k-group-end,
.k-button-group .k-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-button-group .k-group-start.k-group-end,
.k-button-group .k-button:first-child:last-child {
  border-radius: 4px;
}
.k-widget.k-button-group {
  background: none;
}
.k-split-button {
  border-radius: 4px;
}
.k-split-button .k-button {
  border-radius: 0;
}
.k-split-button .k-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-split-button .k-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-split-button.k-state-border-down > .k-button,
.k-split-button.k-state-border-up > .k-button {
  color: #676767;
  background-color: #ebebeb;
  border-color: #cccccc;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  box-shadow: none;
}
.k-split-button:focus {
  box-shadow: 0 0 2px 1px #818181;
  border-color: #848484;
}
.k-split-button:focus .k-button {
  box-shadow: none;
  border-color: inherit;
}
.k-edit-buttons {
  border-color: #ebebeb;
  background: #ffffff;
}
.k-button.k-flat.k-primary,
.k-button.k-bare.k-primary,
.k-button.k-flat.k-primary:hover,
.k-button.k-bare.k-primary:hover,
.k-button.k-flat.k-primary.k-state-hover,
.k-button.k-bare.k-primary.k-state-hover,
.k-button.k-flat.k-primary:active,
.k-button.k-bare.k-primary:active,
.k-button.k-flat.k-primary.k-state-active,
.k-button.k-bare.k-primary.k-state-active,
.k-button.k-flat.k-primary:hover:active,
.k-button.k-bare.k-primary:hover:active,
.k-button.k-flat.k-primary:hover.k-state-active,
.k-button.k-bare.k-primary:hover.k-state-active {
  color: #818181;
}
.k-rtl .k-button-group .k-button {
  border-radius: 0;
}
.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
  border-radius: 4px;
}
.k-rtl .k-split-button .k-button {
  border-radius: 0;
}
.k-rtl .k-split-button .k-button:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.k-rtl .k-split-button .k-button:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-avatar-icon,
.k-avatar-initials {
  color: #ffffff;
  background-color: #818181;
}
.k-card {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-card .k-card-callout {
  border-color: #ebebeb;
  background-color: #ffffff;
}
.k-card .k-card-actions {
  border-color: #ebebeb;
}
.k-card-header {
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
}
.k-card-footer {
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
}
.k-card-separator {
  border-color: #ebebeb;
}
.k-card.k-state-primary,
.k-card.k-card-primary {
  border-color: #c0c0c0;
  color: #414141;
  background-color: #d9d9d9;
}
.k-card.k-state-info,
.k-card.k-card-info {
  border-color: #9fb5cc;
  color: #1f364d;
  background-color: #c5d3e0;
}
.k-card.k-state-success,
.k-card.k-card-success {
  border-color: #a9e3b2;
  color: #296332;
  background-color: #cbeed1;
}
.k-card.k-state-warning,
.k-card.k-card-warning {
  border-color: #fade9a;
  color: #7a5e1b;
  background-color: #fcebc2;
}
.k-card.k-state-error,
.k-card.k-card-error {
  border-color: #faac9a;
  color: #7a2c1b;
  background-color: #fccdc2;
}
.k-tilelayout,
.k-widget.k-tilelayout {
  background-color: #f5f5f5;
}
.k-layout-item-hint {
  border-color: #ebebeb;
  background-color: rgba(255, 255, 255, 0.2);
}
.k-chat {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-chat .k-timestamp {
  text-transform: uppercase;
  opacity: 0.7;
}
.k-chat .k-author {
  font-weight: bold;
}
.k-chat .k-bubble {
  border-color: #ffffff;
  color: #676767;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease-in-out;
  order: -1;
}
.k-chat .k-alt .k-bubble {
  border-color: #818181;
  color: #ffffff;
  background-color: #818181;
}
.k-chat .k-quick-reply {
  border-color: #818181;
  color: #818181;
  background-color: transparent;
}
.k-chat .k-quick-reply:hover {
  border-color: #818181;
  color: #ffffff;
  background-color: #818181;
}
.k-chat .k-message-box {
  border-color: inherit;
  color: #676767;
  background-color: #fff;
}
.k-chat .k-message-box .k-button:hover {
  color: #818181;
}
.k-chat .k-toolbar-box {
  border-color: inherit;
  color: #676767;
  background-color: #ffffff;
}
.k-chat .k-toolbar-box .k-button:hover {
  color: #818181;
  background: none;
}
.k-chat .k-toolbar-box .k-scroll-button {
  background-color: #ffffff;
  box-shadow: 0 0 20px 5px #ffffff;
}
.k-chat .k-toolbar-box .k-scroll-button:hover {
  background-color: #ffffff;
}
.k-calendar {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-calendar > .k-header {
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-calendar th {
  border-color: #ebebeb;
  color: #676767;
  background-color: #f5f5f5;
}
.k-calendar .k-alt {
  border-color: #ebebeb;
  color: #676767;
  background-color: #f5f5f5;
}
.k-calendar .k-weekend {
  background-color: transparent;
}
.k-calendar .k-other-month {
  color: #d9d9d9;
  background-color: transparent;
}
.k-calendar .k-out-of-range {
  pointer-events: none;
  visibility: hidden;
}
.k-calendar .k-today .k-link {
  color: #818181;
  box-shadow: inset 0 0 0 1px #818181;
}
.k-calendar td.k-state-hover .k-link {
  border-color: #cccccc;
  color: #676767;
  background-color: #ebebeb;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-calendar td.k-state-selected .k-link {
  border-color: #cdcdcd;
  color: #454545;
  background-color: #eeeeee;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-calendar td.k-state-focused .k-link {
  box-shadow: inset 0 0 2px 1px #818181;
}
.k-calendar .k-footer .k-nav-today,
.k-calendar .k-calendar-header .k-today {
  color: #818181;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-calendar-header .k-today:hover,
.k-calendar .k-footer .k-nav-today:focus,
.k-calendar .k-calendar-header .k-today:focus {
  color: #777777;
}
.k-calendar-range {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-calendar-range th {
  color: inherit;
  background-color: transparent;
  text-transform: uppercase;
}
.k-calendar-range td.k-state-hover .k-link {
  border-color: #cccccc;
  color: #676767;
  background-color: #ebebeb;
}
.k-calendar-range td.k-state-selected .k-link {
  border-color: #cdcdcd;
  color: #454545;
  background-color: #eeeeee;
}
.k-calendar-range td.k-state-focused .k-link {
  box-shadow: inset 0 0 2px 1px #818181;
}
.k-calendar-range td.k-range-start,
.k-calendar-range td.k-range-mid,
.k-calendar-range td.k-range-end {
  background-image: linear-gradient(transparent 1px, rgba(238, 238, 238, 0.3) 1px, rgba(238, 238, 238, 0.3) calc(100% - 1px), transparent calc(100% - 1px));
}
.k-ie .k-calendar-range td.k-range-start,
.k-ie .k-calendar-range td.k-range-mid,
.k-ie .k-calendar-range td.k-range-end,
.k-edge .k-calendar-range td.k-range-start,
.k-edge .k-calendar-range td.k-range-mid,
.k-edge .k-calendar-range td.k-range-end {
  background-image: none;
  background-color: rgba(238, 238, 238, 0.3);
}
.k-calendar-range td.k-range-split-start::after {
  background-image: linear-gradient(to left, rgba(238, 238, 238, 0.3), transparent);
}
.k-calendar-range td.k-range-split-end::after {
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0.3), transparent);
}
.k-calendar-range .k-footer .k-nav-today {
  color: #818181;
  background: none;
}
.k-pdf-viewer .k-toolbar .k-icon,
.k-pdf-viewer .k-toolbar .k-pager-input {
  color: #676767;
}
.k-pdf-viewer .k-canvas {
  background-color: #ffffff;
}
.k-pdf-viewer .k-page {
  border-color: #ebebeb;
  color: #676767;
  background-color: white;
  box-shadow: 0 0 15px #ebebeb;
}
.k-pdf-viewer .k-search-highlight {
  background-color: #4d4d4d;
}
.k-scrollview-nav > li.k-link {
  border-color: #d1d1d1;
  background-color: #ffffff;
  background-clip: padding-box;
}
.k-scrollview-nav > li.k-link.k-primary {
  border-color: #797979;
  background-color: #818181;
}
.k-scrollview-elements {
  color: #454545;
}
.k-scrollview-next,
.k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.k-scrollview-next:hover,
.k-scrollview-prev:hover {
  color: #454545;
  opacity: 1;
}
.k-scrollview-next:hover span::before,
.k-scrollview-prev:hover span::before {
  background-color: transparent;
}
.k-switch-handle {
  background-clip: border-box;
}
.k-switch-on .k-switch-container {
  border-color: #d1d1d1;
  color: #818181;
  background-color: #ffffff;
}
.k-switch-on .k-switch-handle {
  border-color: #797979;
  color: #818181;
  background-color: #818181;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-switch-on:focus,
.k-switch-on.k-state-focused {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.k-switch-on:focus .k-switch-container,
.k-switch-on.k-state-focused .k-switch-container {
  border-color: #ababab;
  color: #818181;
  background-color: #ffffff;
}
.k-switch-on:focus .k-switch-handle,
.k-switch-on.k-state-focused .k-switch-handle {
  border-color: #797979;
  color: #818181;
  background-color: #818181;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-switch-on:hover .k-switch-container,
.k-switch-on.k-state-hover .k-switch-container {
  border-color: #ababab;
  color: #818181;
  background-color: #ffffff;
}
.k-switch-on:hover .k-switch-handle,
.k-switch-on.k-state-hover .k-switch-handle {
  border-color: #797979;
  color: #818181;
  background-color: #818181;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-switch-on .k-switch-label-off {
  color: transparent;
}
.k-switch-off .k-switch-container {
  border-color: #d1d1d1;
  color: #676767;
  background-color: #ffffff;
}
.k-switch-off .k-switch-handle {
  border-color: #d1d1d1;
  color: #676767;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-switch-off:focus,
.k-switch-off.k-state-focused {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}
.k-switch-off:focus .k-switch-container,
.k-switch-off.k-state-focused .k-switch-container {
  border-color: #ababab;
  color: #676767;
  background-color: #ffffff;
}
.k-switch-off:focus .k-switch-handle,
.k-switch-off.k-state-focused .k-switch-handle {
  border-color: #ababab;
  color: #676767;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-switch-off:hover .k-switch-container,
.k-switch-off.k-state-hover .k-switch-container {
  border-color: #ababab;
  color: #676767;
  background-color: #ffffff;
}
.k-switch-off:hover .k-switch-handle,
.k-switch-off.k-state-hover .k-switch-handle {
  border-color: #ababab;
  color: #676767;
  background-color: #ebebeb;
  background-image: none;
  background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-switch-off .k-switch-label-on {
  color: transparent;
}
.k-switch {
  background-color: transparent;
  box-shadow: none;
}
.k-switch:focus .k-switch-container,
.k-switch.k-state-focused .k-switch-container {
  outline: none;
}
.k-switch.k-state-disabled {
  cursor: default;
}
.k-switch[aria-readonly="true"] {
  pointer-events: none;
}
undefined .k-filter .k-filter-preview-field {
  color: #818181;
}
undefined .k-filter .k-filter-preview-operator {
  color: rgba(103, 103, 103, 0.6);
}
undefined .k-filter .k-filter-item::before,
undefined .k-filter .k-filter-toolbar::before,
undefined .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  background-color: #ebebeb;
}
.k-drawer {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}
.k-drawer-wrapper::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}
.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}
.k-drawer-item:hover,
.k-drawer-item.k-state-hover {
  color: #676767;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-drawer-item:focus,
.k-drawer-item.k-state-focused {
  background-color: #ffffff;
  box-shadow: inset 0 0 3px 1px #b3b3b3;
}
.k-drawer-item:focus:hover,
.k-drawer-item.k-state-focused:hover,
.k-drawer-item:focus.k-state-hover,
.k-drawer-item.k-state-focused.k-state-hover {
  color: #676767;
  background-color: #ffffff;
}
.k-drawer-item.k-state-selected {
  color: #454545;
  background-color: #eeeeee;
}
.k-drawer-item.k-state-selected:hover,
.k-drawer-item.k-state-selected.k-state-hover {
  color: #454545;
  background-color: #e1e1e1;
}
.k-drawer-separator {
  background-color: #ebebeb;
}
.k-rating.k-widget {
  background-color: transparent;
}
.k-rating:focus,
.k-rating.k-state-focused {
  box-shadow: none;
}
.k-rating:focus .k-rating-item > .k-icon,
.k-rating.k-state-focused .k-rating-item > .k-icon {
  text-shadow: 0 2px 3.6px rgba(0, 0, 0, 0.1);
}
.k-rating:focus .k-rating-item.k-state-selected > .k-icon,
.k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon {
  text-shadow: 0 2px 3.6px rgba(129, 129, 129, 0.5);
}
.k-rating-item {
  color: #ebebeb;
}
.k-rating-item.k-state-selected {
  color: #818181;
  background: none;
  box-shadow: none;
}
.k-rating-item.k-state-selected:focus,
.k-rating-item.k-state-selected.k-state-focused {
  color: #818181;
}
.k-rating-item:hover,
.k-rating-item.k-state-hover {
  color: #818181;
  cursor: pointer;
  background: none;
  box-shadow: none;
}
.k-rating-item:hover.k-state-selected,
.k-rating-item.k-state-hover.k-state-selected {
  box-shadow: none;
}
.k-rating-item:focus,
.k-rating-item.k-state-focused {
  background: none;
  box-shadow: none;
}
.k-rating-item:focus.k-state-selected,
.k-rating-item.k-state-focused.k-state-selected {
  box-shadow: none;
}
.k-timeline .k-timeline-flag {
  background-color: #818181;
  color: #ffffff;
}
.k-timeline .k-timeline-circle {
  background-color: #818181;
}
.k-timeline .k-timeline-card .k-card-header {
  background-color: #ffffff;
  color: #676767;
}
.k-timeline .k-timeline-card .k-card-body {
  scrollbar-color: #ebebeb #ffffff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
  background: #ffffff;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.k-timeline .k-timeline-date {
  color: #676767;
}
.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  opacity: 1;
  color: #d9d9d9;
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
  background-color: #ffffff;
  border-color: #d1d1d1;
}
.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #818181;
}
.k-breadcrumb:focus,
.k-breadcrumb.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-breadcrumb .k-breadcrumb-link {
  border-color: transparent;
  color: #818181;
  background-color: transparent;
}
.k-breadcrumb .k-breadcrumb-link:hover,
.k-breadcrumb .k-breadcrumb-link.k-state-hover {
  border-color: transparent;
  color: #777777;
  background-color: rgba(0, 0, 0, 0.08);
}
.k-breadcrumb .k-breadcrumb-link:focus,
.k-breadcrumb .k-breadcrumb-link.k-state-focused {
  border-color: false;
  color: #818181;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-breadcrumb .k-breadcrumb-root-link {
  border-color: false;
  color: #676767;
  background-color: false;
}
.k-breadcrumb .k-breadcrumb-root-link:hover,
.k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
  border-color: false;
  color: false;
  background-color: rgba(0, 0, 0, 0.08);
}
.k-breadcrumb .k-breadcrumb-root-link:focus,
.k-breadcrumb .k-breadcrumb-root-link.k-state-focused {
  border-color: false;
  color: false;
  background-color: false;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.k-breadcrumb .k-breadcrumb-root-link,
.k-breadcrumb .k-breadcrumb-delimiter-icon {
  color: inherit;
}
.k-listgroup {
  border-radius: 4px;
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-listgroup-flush {
  border-radius: 0;
}
.k-messagebox-primary {
  border-color: #e5f6fd;
  color: #406d80;
  background-color: #daf2fc;
}
.k-messagebox-secondary {
  border-color: #f8fbfd;
  color: #717b7f;
  background-color: #f5fafc;
}
.k-messagebox-tertiary {
  border-color: #cce1ed;
  color: #003756;
  background-color: #b8d5e6;
}
.k-messagebox-info {
  border-color: #cce0f5;
  color: #00356a;
  background-color: #b8d4f1;
}
.k-messagebox-success {
  border-color: #d7f0cc;
  color: #1d5e00;
  background-color: #c7eab8;
}
.k-messagebox-warning {
  border-color: #fff0cc;
  color: #855e00;
  background-color: #ffeab8;
}
.k-messagebox-error {
  border-color: #f8d9d9;
  color: #722221;
  background-color: #f5caca;
}
.k-messagebox-dark {
  border-color: #cccccc;
  color: #000000;
  background-color: #b8b8b8;
}
.k-messagebox-light {
  border-color: #ffffff;
  color: #858585;
  background-color: #ffffff;
}
.k-messagebox-inverse {
  border-color: #cccccc;
  color: #000000;
  background-color: #b8b8b8;
}
.k-badge-solid.k-badge-primary {
  border-color: #7bd2f6;
  color: #000000;
  background-color: #7bd2f6;
}
.k-badge-solid.k-badge-secondary {
  border-color: #daecf4;
  color: #000000;
  background-color: #daecf4;
}
.k-badge-solid.k-badge-tertiary {
  border-color: #0069a5;
  color: #ffffff;
  background-color: #0069a5;
}
.k-badge-solid.k-badge-info {
  border-color: #0066cc;
  color: #ffffff;
  background-color: #0066cc;
}
.k-badge-solid.k-badge-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}
.k-badge-solid.k-badge-warning {
  border-color: #ffb400;
  color: #000000;
  background-color: #ffb400;
}
.k-badge-solid.k-badge-error {
  border-color: #db4240;
  color: #ffffff;
  background-color: #db4240;
}
.k-badge-solid.k-badge-dark {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.k-badge-solid.k-badge-light {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.k-badge-solid.k-badge-inverse {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.k-badge-outline {
  border-color: currentColor;
  background-color: #ffffff;
}
.k-badge-outline.k-badge-primary {
  color: #7bd2f6;
}
.k-badge-outline.k-badge-secondary {
  color: #daecf4;
}
.k-badge-outline.k-badge-tertiary {
  color: #0069a5;
}
.k-badge-outline.k-badge-info {
  color: #0066cc;
}
.k-badge-outline.k-badge-success {
  color: #37b400;
}
.k-badge-outline.k-badge-warning {
  color: #ffb400;
}
.k-badge-outline.k-badge-error {
  color: #db4240;
}
.k-badge-outline.k-badge-dark {
  color: #000000;
}
.k-badge-outline.k-badge-light {
  color: #ffffff;
}
.k-badge-outline.k-badge-inverse {
  color: #000000;
}
.k-badge-border-cutout {
  box-shadow: 0 0 0 2px #ffffff;
}
.k-checkbox {
  border-radius: 4px;
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-checkbox:checked::before {
  border-radius: 4px;
}
.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid {
  border-color: #dbdbdb;
}
.k-checkbox:hover {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-checkbox:focus {
  box-shadow: 0 0 3px 0 #818181;
  border-color: #818181;
}
.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-checkbox:checked {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-checkbox:checked:focus {
  box-shadow: 0 0 3px 0 #818181;
  border-color: #818181;
}
.k-radio {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
  border-radius: 50%;
}
.k-radio::before {
  border-radius: 50%;
}
.k-radio:hover {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-radio:focus {
  box-shadow: 0 0 3px 0 #818181;
  border-color: #dbdbdb;
}
.k-radio:checked {
  border-color: #dbdbdb;
  color: #818181;
  background-color: #fff;
}
.k-radio:checked:focus {
  box-shadow: 0 0 3px 0 #818181;
  border-color: #dbdbdb;
}
.k-filemanager {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-toolbar {
  border-color: #ebebeb;
  color: false;
  background-color: false;
}
.k-filemanager-navigation {
  border-color: #ebebeb;
  color: false;
  background-color: false;
}
.k-filemanager-breadcrumb {
  border-color: #ebebeb;
  color: false;
  background-color: #ffffff;
}
.k-filemanager .k-dropzone-hovered {
  border-color: false;
  color: inherit;
  background-color: inherit;
}
.k-filemanager-listview {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-listview .k-item {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-listview .k-item.k-state-selected .k-icon {
  border-color: false;
  color: #454545;
  background-color: false;
}
.k-filemanager-listview .k-item .k-icon {
  border-color: false;
  color: #c0c0c0;
  background-color: false;
}
.k-filemanager-grid {
  border-color: false;
  color: false;
  background-color: false;
}
.k-filemanager-preview {
  border-color: #ebebeb;
  color: false;
  background-color: false;
}
.k-filemanager-preview .k-file-preview-wrapper .k-icon {
  border-color: false;
  color: #c0c0c0;
  background-color: false;
}
.k-filemanager-preview .k-file-size {
  color: inherit;
}
.k-filemanager-drag-hint {
  border-color: false;
  color: #ffffff;
  background-color: #818181;
}
.k-filemanager-drag-hint .k-icon {
  border-color: false;
  color: #ffffff;
  background-color: false;
}
.k-toolbar {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
  background-image: linear-gradient("#fff");
}
.k-overflow-container .k-button-group .k-button {
  border-radius: 4px;
}
.k-overflow-container .k-split-button .k-button {
  border-radius: 4px;
}
.k-window {
  border-radius: 4px;
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
}
.k-window.k-state-focused {
  border-color: #ebebeb;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
}
.k-window-titlebar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #dbdbdb;
  color: #464646;
  background-color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}
.k-window-action {
  border-radius: 4px;
  top:70px;
}
.k-window-content {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.k-window-titleless .k-window-content {
  border-radius: 4px;
}
.k-dialog-buttongroup {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-color: #ebebeb;
}
.k-stepper {
  border-color: false;
  color: false;
  background-color: false;
}
.k-stepper .k-step:hover .k-step-indicator,
.k-stepper .k-step.k-step-hover .k-step-indicator {
  border-color: false;
  color: false;
  background-color: #e6e6e6;
}
.k-stepper .k-step.k-step-disabled .k-step-indicator,
.k-stepper .k-step:disabled .k-step-indicator {
  border-color: #ebebeb;
  color: #a4a4a4;
  background-color: #ffffff;
}
.k-stepper .k-step-indicator {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-stepper .k-step-indicator::after {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.k-stepper .k-step-label:only-child {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-stepper .k-step-done .k-step-indicator {
  border-color: #818181;
  color: #ffffff;
  background-color: #818181;
}
.k-stepper .k-step-done:hover .k-step-indicator,
.k-stepper .k-step-done.k-step-hover .k-step-indicator {
  border-color: false;
  color: false;
  background-color: #686868;
}
.k-stepper .k-step-done.k-step-disabled .k-step-indicator,
.k-stepper .k-step-done:disabled .k-step-indicator {
  border-color: #b3b3b3;
  color: #ffffff;
  background-color: #b3b3b3;
}
.k-stepper .k-step-current .k-step-indicator {
  border-color: #818181;
  color: #ffffff;
  background-color: #818181;
}
.k-stepper .k-step-current:hover .k-step-indicator,
.k-stepper .k-step-current.k-step-hover .k-step-indicator {
  border-color: false;
  color: false;
  background-color: #686868;
}
.k-stepper .k-step-current.k-step-disabled .k-step-indicator,
.k-stepper .k-step-current:disabled .k-step-indicator {
  border-color: #b3b3b3;
  color: #ffffff;
  background-color: #b3b3b3;
}
.k-stepper .k-step-label {
  color: #676767;
}
.k-stepper .k-step-success .k-step-label .k-icon {
  color: #1f6029;
}
.k-stepper .k-step-error .k-step-label {
  color: #f34822;
}
.k-stepper .k-step-disabled .k-step-label {
  color: #d9d9d9;
}
.k-stepper .k-step-focus .k-step-label:only-child,
.k-stepper .k-step-link:focus .k-step-label:only-child {
  box-shadow: inset 0 0 0 2px #ebebeb;
}
.k-stepper .k-step-optional .k-step-label-optional {
  opacity: 0.35;
}
.k-widget.k-form {
  background: none;
}
.k-form-error {
  color: #f45835;
}
.k-form-legend {
  border-color: #ebebeb;
}
.k-tooltip,
.k-tooltip.k-widget,
.k-tooltip.k-popup {
  border-radius: 4px;
  border-color: #dbdbdb;
  color: #464646;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.k-tooltip-primary {
  border-color: #7bd2f6;
  color: #000000;
  background-color: #7bd2f6;
}
.k-tooltip-secondary {
  border-color: #daecf4;
  color: #000000;
  background-color: #daecf4;
}
.k-tooltip-tertiary {
  border-color: #0069a5;
  color: #ffffff;
  background-color: #0069a5;
}
.k-tooltip-info {
  border-color: #0066cc;
  color: #ffffff;
  background-color: #0066cc;
}
.k-tooltip-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}
.k-tooltip-warning {
  border-color: #ffb400;
  color: #000000;
  background-color: #ffb400;
}
.k-tooltip-error {
  border-color: #db4240;
  color: #ffffff;
  background-color: #db4240;
}
.k-tooltip-dark {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.k-tooltip-light {
  border-color: #ffffff;
  color: #000000;
  background-color: #ffffff;
}
.k-tooltip-inverse {
  border-color: #000000;
  color: #ffffff;
  background-color: #000000;
}
.k-chart-tooltip {
  color: white;
}
.k-chart-tooltip-inverse {
  color: black;
}
.k-wizard-step:focus,
.k-wizard-step.k-state-focused {
  box-shadow: inset 0 0 0 2px #ebebeb;
  outline: none;
}
.k-textarea {
  border-color: #dbdbdb;
  color: #676767;
  background-color: #fff;
}
.k-textarea::placeholder,
.k-textarea > .k-input::placeholder {
  color: rgba(103, 103, 103, 0.5);
  opacity: 1;
  user-select: none;
}
.k-textarea::selection,
.k-textarea .k-input::selection {
  color: #ffffff;
  background-color: #818181;
}
.k-textarea:focus,
.k-textarea:focus-within,
.k-textarea.k-state-focus,
.k-textarea.k-state-focused {
  border-color: #bdbdbd;
  color: #676767;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-textarea:hover,
.k-textarea.k-state-hover {
  border-color: #cccccc;
  color: #676767;
  background-color: #fff;
}
.k-textarea.k-invalid,
.k-textarea.k-state-invalid,
.k-textarea.ng-invalid.ng-touched,
.k-textarea.ng-invalid.ng-dirty {
  border-color: rgba(244, 88, 53, 0.5);
}
.k-textarea:disabled::selection,
.k-textarea[disabled]::selection,
.k-textarea.k-state-disabled::selection {
  color: #676767;
  background-color: transparent;
}
.k-floating-label-container.k-textarea-container > .k-label,
.k-textbox-container.k-textarea-container > .k-label {
  color: #676767;
}
.k-ie .k-textarea :-ms-input-placeholder,
.k-ie .k-textarea:-ms-input-placeholder {
  color: rgba(103, 103, 103, 0.5);
}
.k-appbar {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.k-appbar.k-appbar-bottom {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.16);
}
.k-appbar-primary {
  color: #000000;
  background-color: #7bd2f6;
}
.k-appbar-secondary {
  color: #000000;
  background-color: #daecf4;
}
.k-appbar-tertiary {
  color: #ffffff;
  background-color: #0069a5;
}
.k-appbar-info {
  color: #ffffff;
  background-color: #0066cc;
}
.k-appbar-success {
  color: #ffffff;
  background-color: #37b400;
}
.k-appbar-warning {
  color: #000000;
  background-color: #ffb400;
}
.k-appbar-error {
  color: #ffffff;
  background-color: #db4240;
}
.k-appbar-dark {
  color: #ffffff;
  background-color: #000000;
}
.k-appbar-light {
  color: #000000;
  background-color: #ffffff;
}
.k-appbar-inverse {
  color: #ffffff;
  background-color: #000000;
}
.k-loader-primary .k-loader-segment::after {
  background-color: #7bd2f6;
}
.k-loader-secondary .k-loader-segment::after {
  background-color: #daecf4;
}
.k-loader-tertiary .k-loader-segment::after {
  background-color: #0069a5;
}
.k-loader-info .k-loader-segment::after {
  background-color: #0066cc;
}
.k-loader-success .k-loader-segment::after {
  background-color: #37b400;
}
.k-loader-warning .k-loader-segment::after {
  background-color: #ffb400;
}
.k-loader-error .k-loader-segment::after {
  background-color: #db4240;
}
.k-loader-dark .k-loader-segment::after {
  background-color: #000000;
}
.k-loader-light .k-loader-segment::after {
  background-color: #ffffff;
}
.k-loader-inverse .k-loader-segment::after {
  background-color: #000000;
}
.k-task-delayed.k-task-milestone {
  border-color: transparent;
  background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 2px, #f45835 2px, #f45835 4px);
}
.k-task-delayed.k-task-summary {
  background-color: #f6795d;
  border-color: #f6795d;
}
.k-task-delayed.k-task-summary .k-task-summary-complete {
  background-color: #f45835;
  border-color: #f45835;
}
.k-task-delayed.k-task-summary.k-state-selected .k-task-summary-complete {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.k-task-delayed.k-task-single {
  background-color: #f6795d;
  color: #FFFFFF;
}
.k-task-delayed.k-task-single.k-state-selected {
  background-color: #eeeeee;
  color: #000000;
}
.k-task-delayed .k-task-complete {
  background-color: #f45835;
}
.k-task-delayed.k-state-selected .k-task-complete {
  background-color: #b6b6b6;
}
.k-task-advanced.k-task-milestone {
  background-color: #52c664;
  border-color: transparent;
}
.k-task-advanced.k-task-summary {
  background-color: #75d183;
  border-color: #75d183;
}
.k-task-advanced.k-task-summary .k-task-summary-complete {
  background-color: #52c664;
  border-color: #52c664;
}
.k-task-advanced.k-task-summary.k-state-selected .k-task-summary-complete {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.k-task-advanced.k-task-single {
  background-color: #75d183;
  color: #FFFFFF;
}
.k-task-advanced.k-task-single.k-state-selected {
  background-color: #eeeeee;
  color: #000000;
}
.k-task-advanced .k-task-complete {
  background-color: #52c664;
}
.k-task-advanced.k-state-selected .k-task-complete {
  background-color: #b6b6b6;
}
.k-task-planned .k-task-moment {
  border-color: #818181;
}
.k-task-planned .k-task-duration {
  background-color: #818181;
}
.k-task-planned:hover .k-task-moment {
  background-color: #818181;
}
.k-task-offset {
  background-image: repeating-linear-gradient(135deg, #FFF, #FFF 2px, #f45835 2px, #f45835 4px);
}
.k-task-offset .k-resize-handle::after {
  background-color: #000000;
}
.k-task-offset:hover {
  background-image: repeating-linear-gradient(135deg, #FFF, #FFF 2px, #f6795d 2px, #f6795d 4px);
}
.k-task-offset .k-task-actions .k-link {
  color: #000000;
}
.k-task-offset-wrap .k-task-summary-complete:after,
.k-task-offset-wrap .k-task-summary:after {
  border-right-color: transparent;
}
.k-rtl .k-task-offset-wrap .k-task-summary-complete:after,
.k-rtl .k-task-offset-wrap .k-task-summary:after {
  border-right-color: inherit;
}
.k-rtl .k-task-offset-wrap .k-task-summary-complete:before,
.k-rtl .k-task-offset-wrap .k-task-summary:before {
  border-left-color: transparent;
}
.k-summary-wrap .k-task-offset:after {
  border-color: transparent;
  border-right-color: #f45835;
}
.k-rtl .k-summary-wrap .k-task-offset:before {
  border-color: transparent;
  border-left-color: #f45835;
}
.k-rtl .k-summary-wrap .k-task-offset:after {
  border-right-color: transparent;
}
.k-pdf-export .k-task-offset {
  background-color: #f45835;
}
.k-offset-tooltip-delayed {
  background-color: #f45835;
  color: #FFFFFF;
}
.k-planned-tooltip {
  background-color: #818181;
  color: #FFFFFF;
}
.k-imageeditor {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-imageeditor-content {
  border-color: false;
  color: false;
  background-color: #c6c6c6;
}
.k-imageeditor-canvas {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
  background-repeat: repeat, repeat;
  background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
  transform-origin: 0 0 0;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  background-size: 10px 10px, 10px 10px;
  box-shadow: none;
  text-shadow: none;
  transition: none;
  transform: scaleX(1) scaleY(1) scaleZ(1);
}
.k-imageeditor-action-pane {
  border-color: #ebebeb;
  color: false;
  background-color: #ffffff;
}
.k-imageeditor-crop {
  border-color: white;
  color: false;
  background-color: false;
}
.k-imageeditor-crop-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.k-imageeditor-crop .k-resize-handle {
  border-color: white;
  color: false;
  background-color: false;
}
.k-in,
.k-item {
  border-color: transparent;
}
.k-splitbar .k-resize-handle {
  background-color: #676767;
  color: #676767;
}
.k-splitbar .k-resize-handle:hover {
  color: #676767;
}
.k-splitbar .k-resize-handle {
  background-color: #676767;
}
.k-block,
.k-widget {
  background-color: #ffffff;
}
.k-block,
.k-widget,
.k-input,
.k-group,
.k-content,
.k-filter-row > th,
.k-separator,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-upload-files,
.k-upload .k-action-buttons,
.k-popup.k-align .k-list .k-item:last-child,
.k-editor-dialog .k-tabstrip-items {
  border-color: #ebebeb;
}
.k-group,
.k-grouping-header,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-dropzone-hovered,
.k-popup {
  background-color: #f5f5f5;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #ffffff;
}
.k-list-container {
  border-color: #dbdbdb;
  background-color: #ffffff;
}
.k-list-filter > .k-textbox {
  border-color: #a3a3a3;
}
.k-content,
.k-panelbar > li.k-item,
.k-panel > li.k-item {
  background-color: #ffffff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #ffffff;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #ebebeb;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #ebebeb;
  background-color: #ffffff;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-textbox.k-state-focused,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input,
.k-multiselect-wrap {
  border-color: #ebebeb;
}
.k-input,
.k-textbox,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: #fff;
  color: #676767;
}
.k-input-label {
  color: #676767;
}
.k-text-error {
  color: #f45835;
}
.k-input[readonly] {
  background-color: #fff;
  color: #676767;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: #676767;
}
.k-inverse {
  color: #ffffff;
}
.k-block {
  color: #464646;
}
.k-link {
  color: #686666;
}
.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
  color: #676767;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #464646;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-position: 50% 50%;
  background-color: #ffffff;
}
.k-block,
.k-treemap-tile {
  background-color: #ffffff;
}
.k-mediaplayer-toolbar {
  background-color: rgba(255, 255, 255, 0.85);
}
.k-hr {
  border-color: #ebebeb;
}
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite {
  opacity: 1;
}
.k-state-disabled .k-icon,
.k-column-menu .k-sprite {
  opacity: 0.9;
}
.k-i-loading {
  background-image: url('https://kendo.cdn.telerik.com/2020.3.1118/styles/Uniform/loading.gif');
}
.k-loading-image {
  background-image: url('https://kendo.cdn.telerik.com/2020.3.1118/styles/Uniform/loading-image.gif');
}
.k-loading-color {
  background-color: #fcfcfc;
}
.k-draghandle {
  border-color: #d1d1d1;
  background-color: #ffffff;
  box-shadow: none;
}
.k-draghandle:hover {
  border-color: #cccccc;
  background-color: #ffffff;
  box-shadow: none;
}
.k-drop-hint-line {
  background-color: #818181;
}
.k-drop-hint-h .k-drop-hint-start {
  border-left-color: #818181;
}
.k-drop-hint-h .k-drop-hint-end {
  border-right-color: #818181;
}
.k-drop-hint-v .k-drop-hint-start {
  border-top-color: #818181;
}
.k-drop-hint-v .k-drop-hint-end {
  border-bottom-color: #818181;
}
.k-scheduler {
  color: #000000;
  background-color: #ffffff;
}
.k-scheduler-layout {
  color: #676767;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #ffffff;
  color: #676767;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #dbdbdb;
}
.k-nonwork-hour,
.k-scheduler-dayview .k-today.k-nonwork-hour,
.k-scheduler-timelineview .k-today.k-nonwork-hour {
  background-color: #ffffff;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(255, 255, 255, 0.2);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(255, 255, 255, 0.15);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #ffffff;
}
.k-scheduler-now-arrow {
  border-left-color: #8d2008;
}
.k-scheduler-now-line {
  background-color: #8d2008;
}
.k-event,
.k-task-complete {
  border-color: #dcdcdc;
  background: #b6b6b6;
  color: #000000;
}
.k-event-inverse {
  color: #ffffff;
}
.k-event.k-state-selected {
  background-position: 0 0;
  box-shadow: 0 0 0 2px #676767;
}
.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after {
  background-color: #646464;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #eeeeee;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #ffffff;
  color: #676767;
  border-color: #dbdbdb;
}
.k-panelbar > li > .k-link {
  color: #676767;
}
.k-panelbar > .k-item > .k-link {
  border-color: #dbdbdb;
}
.k-panel > li.k-item {
  background-color: #ffffff;
}
.k-state-active,
.k-state-active:hover,
.k-active-filter {
  background-color: #ffffff;
  border-color: #b5b5b5;
  color: #464646;
}
.k-fieldselector .k-list-container {
  background-color: #ffffff;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-mediaplayer-toolbar .k-button.k-flat:active,
.k-mediaplayer-toolbar .k-button.k-flat.k-state-active,
.k-mediaplayer-toolbar .k-button.k-flat.k-state-active:hover {
  color: #818181;
}
.k-menu .k-state-selected > .k-link {
  color: #454545;
  background-color: #eeeeee;
  border-color: #cdcdcd;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-menu .k-link.k-state-active {
  background-color: #ffffff;
  border-color: #b5b5b5;
  color: #464646;
}
.k-menu .k-state-hover > .k-link,
.k-menu .k-menu-scroll-button:hover {
  color: #676767;
  background-color: #ffffff;
  border-color: #cccccc;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-state-highlight {
  background: #ffffff;
  color: #464646;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #ebebeb;
}
.k-calendar-container.k-group {
  border-color: #dbdbdb;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #454545;
  background-color: #eeeeee;
  border-color: #cdcdcd;
}
.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
  border-top-color: #cccccc;
}
.k-group-header + div > .k-list > .k-item.k-first:before {
  border-top-color: #cccccc;
}
.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  background: #cccccc;
  color: #454545;
}
.k-popup .k-list .k-item > .k-group {
  background: #cccccc;
  color: #676767;
  border-bottom-left-radius: 3px;
}
.k-popup .k-treeview .k-item > .k-group {
  background: transparent;
  color: #676767;
}
.k-marquee-text {
  color: #454545;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused {
  box-shadow: inset 0 0 3px 1px #b3b3b3;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 3px 1px #b3b3b3;
}
.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar .k-item .k-link.k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #454545;
}
.k-panelbar .k-group .k-link.k-state-hover {
  color: #676767;
}
.k-state-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover,
.k-list > .k-state-hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone {
  color: #676767;
  background-color: #ffffff;
  border-color: #cccccc;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #cccccc;
}
.k-state-hover,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-listbox .k-item:hover:not(.k-state-disabled) {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
}
.k-pager-wrap {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
  background-position: 50% 50%;
}
.k-pager-wrap .k-link {
  border-color: #ebebeb;
}
.k-pager-wrap .k-link:hover {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  border-color: #cccccc;
  color: #676767;
  background-color: #ffffff;
}
.k-pager-wrap .k-link.k-state-disabled {
  color: #676767;
  border-color: #ebebeb;
}
.k-pager-wrap .k-link.k-state-selected {
  color: #454545;
  background-color: #eeeeee;
  border-color: #cdcdcd;
}
.k-pager-wrap .k-pager-numbers .k-link {
  border-color: transparent;
}
.k-pager-wrap .k-pager-refresh {
  border-color: transparent;
}
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-draghandle.k-state-selected:hover {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-state-hover > .k-link,
div.k-filebrowser-dropzone em {
  color: #676767;
}
.k-dropdown .k-state-focused .k-input {
  color: #676767;
}
.k-dropdown .k-state-hover .k-input {
  color: #676767;
}
.k-state-error {
  border-color: #8d2008;
  background-color: #b5b5b5;
  color: #777777;
}
.k-state-disabled {
  opacity: 0.6;
}
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-dropzone em,
.k-slider .k-draghandle {
  color: #d9d9d9;
}
.k-dropzone .k-upload-status {
  color: #d9d9d9;
}
.k-file .k-upload-status {
  color: #676767;
}
.k-progressbar-indeterminate {
  background: url('https://kendo.cdn.telerik.com/2020.3.1118/styles/Uniform/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
.k-slider-track {
  background-color: #ebebeb;
}
.k-slider-selection {
  background-color: #eeeeee;
}
.k-slider-horizontal .k-tick {
  background-image: url('https://kendo.cdn.telerik.com/2020.3.1118/styles/Uniform/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('https://kendo.cdn.telerik.com/2020.3.1118/styles/Uniform/slider-v.gif');
}
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-position: 50% 50%;
  background-color: #ffffff;
  color: #464646;
  border-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.k-splitbar {
  background-color: #ffffff;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #777777;
}
.k-dropzone {
  color: #464646;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-position: 50% 50%;
}
.k-file {
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.k-file:last-child {
  border-radius: 0 0 4px 4px;
}
.k-file-progress .k-progress {
  background-color: #3e6b99;
}
.k-file-success .k-file-validation-message,
.k-file-success .k-upload-pct {
  color: #52c664;
}
.k-file-success .k-progress {
  background-color: #52c664;
}
.k-file-error .k-file-validation-message,
.k-file-invalid .k-file-validation-message,
.k-file-error .k-upload-pct,
.k-file-invalid .k-upload-pct {
  color: #f45835;
}
.k-file-error .k-progress,
.k-file-invalid .k-progress {
  background-color: #f45835;
}
.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper,
.k-file-group-wrapper,
.k-multiple-files-group-wrapper,
.k-file-invalid-group-wrapper {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
  background-color: #ffffff;
  border-color: transparent transparent #d9d9d9 #d9d9d9;
}
.k-multiple-files-extension-wrapper:after {
  border-top-color: #d9d9d9;
  border-left-color: #d9d9d9;
}
.k-file-size,
.k-file-information,
.k-file-validation-message {
  color: #d9d9d9;
}
.k-upload-action:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 0 2px 1px #818181;
}
.k-textbox:hover {
  border-color: #cccccc;
}
.k-leaf,
.k-leaf.k-state-hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover {
  color: #000;
}
.k-slider,
.k-treeview,
.k-upload {
  box-shadow: none;
}
.k-state-hover {
  box-shadow: none;
}
.k-textbox:focus,
.k-textbox.k-state-focused,
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-state-selected {
  box-shadow: none;
}
.k-state-active {
  box-shadow: none;
}
.k-grid tr:hover {
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  background-position: 50% 50%;
}
.k-grid .k-filter-row:hover,
.k-pivot-rowheaders .k-grid tr:hover {
  background: none;
}
.k-grid tr.k-state-selected:hover,
.k-grid td.k-state-selected:hover {
  background-color: #efeded;
  background-image: none;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-treemap-tile.k-state-hover {
  box-shadow: inset 0 0 0 3px #ebebeb;
}
.k-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
}
.k-editor-inline ::selection {
  background-color: #cdcdcd;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline ::-moz-selection {
  background-color: #cdcdcd;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline:hover,
.k-editor-inline.k-state-active {
  border-color: #ebebeb;
}
.k-window-content.editorToolbarWindow {
  color: #676767;
  background-color: #ffffff;
}
.k-notification {
  border-radius: 4px;
}
.k-notification {
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
}
.k-notification-info {
  background-color: #3e6b99;
  color: #ffffff;
  border-color: #3e6b99;
}
.k-notification-success {
  background-color: #52c664;
  color: #000000;
  border-color: #52c664;
}
.k-notification-warning {
  background-color: #f4bc35;
  color: #000000;
  border-color: #f4bc35;
}
.k-notification-error {
  background-color: #f45835;
  color: #ffffff;
  border-color: #f45835;
}
.k-gantt .k-treelist {
  background: #ffffff;
}
.k-gantt .k-treelist .k-alt {
  background-color: #f2f2f2;
}
.k-gantt .k-treelist tr:hover {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-color: #cccccc;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #eeeeee;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
}
.k-gantt .k-treelist .k-state-selected:hover,
.k-gantt .k-treelist .k-state-selected:hover td {
  background-color: #efeded;
  background-image: none;
}
.k-task-dot:after {
  background-color: #676767;
  border-color: #676767;
}
.k-task-dot:hover:after {
  background-color: #ffffff;
}
.k-task-summary {
  border-color: #a7a7a7;
  background: #a7a7a7;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: #676767;
  background: #676767;
}
.k-state-selected.k-task-summary {
  border-color: #ffffff;
  background: #ffffff;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #eeeeee;
  background: #eeeeee;
}
.k-task-single {
  background-color: #eeeeee;
  border-color: #dcdcdc;
  color: #000000;
}
.k-state-selected.k-task-single {
  border-color: #cdcdcd;
}
.k-gantt-line {
  background-color: #676767;
  color: #676767;
}
.k-state-selected.k-gantt-line {
  background-color: #eeeeee;
  color: #eeeeee;
}
.k-resource {
  background-color: #ffffff;
}
.k-block,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-treeview .k-in,
.k-editor-inline,
.k-slider-track,
.k-slider-selection,
.k-upload,
.k-gantt-views,
.k-gantt-views > .k-current-view {
  border-radius: 4px;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-filter-menu {
  border-radius: 0 0 4px 4px;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 4px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 4px 4px;
}
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down,
.k-gantt-views.k-state-expanded,
.k-gantt-views.k-state-expanded > .k-current-view {
  border-radius: 4px 4px 0 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 3px 3px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 3px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 3px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 3px 3px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 4px 4px 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 4px 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #818181;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 3px 3px 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 4px 4px 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 4px 0 0 4px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 4px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 3px;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item {
  border-radius: 3px;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px;
}
.k-draghandle {
  border-radius: 7px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 3px;
}
.k-scheduler-mobile .k-event {
  border-radius: 2px;
}
.k-autocomplete,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-position: 50% 50%;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  background-position: 50% 50%;
  border-color: #cccccc;
}
.k-autocomplete.k-state-hover,
.k-state-hover > .k-multiselect-wrap,
.k-multiselect-wrap.k-state-hover {
  border-color: #cccccc;
  background: #fff;
  color: #676767;
}
.k-textbox,
.k-multiselect-wrap,
.k-maskedtextbox.k-state-disabled > .k-textbox:hover,
.k-dateinput.k-state-disabled > .k-textbox:hover {
  border-color: #dbdbdb;
}
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused {
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  background-position: 50% 50%;
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-autocomplete.k-state-focused,
.k-state-focused > .k-multiselect-wrap,
.k-multiselect-wrap.k-state-focused {
  border-color: #bdbdbd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-list-container {
  color: #676767;
}
.k-nodata {
  color: #d9d9d9;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-multiselect .k-button,
.k-multiselect .k-button:hover,
.k-menu .k-popup {
  color: #676767;
}
.k-state-default > .k-select {
  border-color: #dbdbdb;
}
.k-state-hover > .k-select {
  border-color: #cccccc;
}
.k-state-focused > .k-select {
  border-color: #bdbdbd;
}
.k-tabstrip:focus {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #676767;
}
.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #676767;
}
.k-panelbar > .k-state-focused.k-state-hover {
  background: #ffffff;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default {
  border-color: #dbdbdb;
}
.k-tabstrip-items .k-state-hover {
  border-color: #cccccc;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active {
  background-color: #ffffff;
  background-image: none;
  border-color: #b5b5b5;
}
.k-tabstrip-top > .k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-color: #ffffff;
}
.k-tabstrip .k-content.k-state-active {
  background-color: #ffffff;
  color: #676767;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #dbdbdb;
}
.k-column-menu,
.k-column-menu .k-item {
  border-color: #dbdbdb;
}
.k-column-menu .k-separator {
  border-color: #dbdbdb;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: #dbdbdb;
}
.k-grid-filter.k-state-active {
  background-color: #ffffff;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #676767;
  border-color: #dbdbdb;
  font-weight: bold;
}
.k-grouping-header {
  color: #676767;
}
.k-grid td.k-state-focused {
  box-shadow: inset 0 0 3px 1px #b3b3b3;
}
.k-grid .k-header .k-grid-search {
  background: none;
  background-color: #fff;
  color: #676767;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #dbdbdb;
}
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: transparent;
  border-radius: 4px;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-chart .k-mask {
  background-color: #ffffff;
  filter: alpha(opacity=68);
  opacity: 0.68;
}
.k-chart .k-selection {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s linear, border-color 0.2s linear;
}
.k-chart .k-selection:hover {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2);
}
.k-chart .k-handle {
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.k-chart .k-handle:hover {
  background-color: #ffffff;
  border-color: #b8b8b8;
  box-shadow: 0 0 0 2px rgba(111, 101, 96, 0.5);
}
.k-chart .k-navigator-hint .k-tooltip {
  border: 3px solid #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  color: #242424;
}
.k-chart .k-navigator-hint .k-scroll {
  background: rgba(129, 129, 129, 0.7);
  height: 4px;
}
.k-map {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-map .k-navigator {
  border-color: #d1d1d1;
  color: #676767;
  background-color: #ffffff;
  background-position: 50% 50%;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-map .k-zoom-control {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.k-map .k-marker {
  color: #818181;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
}
.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  background-color: #ffffff;
  background-image: none;
  color: #000000;
  border-color: #cccccc;
}
.k-spreadsheet-top-corner {
  border-color: #cccccc;
}
.k-spreadsheet-top-corner:after {
  border-color: transparent #cccccc #cccccc transparent;
}
.k-spreadsheet-pane {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-vaxis,
.k-spreadsheet-pane .k-spreadsheet-haxis {
  border-color: #e6e6e6;
}
.k-spreadsheet-pane .k-spreadsheet-column-header,
.k-spreadsheet-pane .k-spreadsheet-row-header {
  border-color: #cccccc;
}
.k-spreadsheet-pane .k-spreadsheet-merged-cell {
  background-color: #ffffff;
}
.k-spreadsheet-pane .k-selection-partial,
.k-spreadsheet-pane .k-selection-full {
  border-color: rgba(238, 238, 238, 0.2);
  background-color: rgba(238, 238, 238, 0.2);
}
.k-spreadsheet-pane .k-filter-range {
  border-color: #eeeeee;
}
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
  border-bottom-color: #eeeeee;
}
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
  border-right-color: #eeeeee;
}
.k-auto-fill,
.k-spreadsheet-selection {
  border-color: #eeeeee;
  box-shadow: inset 0 0 0 1px #eeeeee;
}
.k-spreadsheet-selection {
  background-color: rgba(238, 238, 238, 0.2);
}
.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #eeeeee;
  background-color: #ffffff;
}
.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #eeeeee, inset -1px 0 0 1px #eeeeee;
}
.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #eeeeee, inset 0 -1px 0 1px #eeeeee;
}
.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #eeeeee, inset -1px -1px 0 1px #eeeeee;
}
.k-spreadsheet-active-cell.k-single {
  color: #676767;
  background-color: #ffffff;
}
.k-spreadsheet .k-spreadsheet-action-bar {
  background-color: #ffffff;
  border-color: #ebebeb;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  border-color: #cccccc;
}
.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  border-color: #cccccc;
}
.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #ffffff;
  color: #676767;
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #eeeeee;
}
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #eeeeee;
}
.k-spreadsheet .k-single-selection::after {
  background-color: #eeeeee;
  border-color: #ffffff;
}
.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}
.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(238, 238, 238, 0.5);
}
.k-spreadsheet .k-spreadsheet-cell-comment {
  color: #464646;
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.k-spreadsheet .k-spreadsheet-has-comment:after {
  border-color: #eeeeee #eeeeee transparent transparent;
}
.k-spreadsheet .k-dirty {
  border-color: #f45835 transparent transparent #f45835;
}
.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #ebebeb;
}
.k-spreadsheet-filter {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}
.k-spreadsheet-filter.k-state-active {
  color: #454545;
  background-color: #eeeeee;
}
.k-spreadsheet-filter:hover {
  color: #676767;
  background: #ffffff;
  border-color: #ebebeb;
}
.k-action-window .k-action-buttons {
  border-color: #ebebeb;
  background: #ffffff;
}
.k-spreadsheet-sample {
  color: #b3b3b3;
}
.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}
.k-spreadsheet-window .k-list {
  border-color: #ebebeb;
  border-radius: 4px;
}
.k-spreadsheet-popup {
  border-radius: 4px;
}
.k-spreadsheet-popup .k-separator {
  background-color: #ebebeb;
}
.k-spreadsheet-popup .k-button {
  background-color: transparent;
}
.k-spreadsheet-popup .k-button:hover {
  background-color: #ffffff;
}
.k-spreadsheet-popup .k-state-active {
  background-color: #eeeeee;
  color: #ffffff;
}
.k-spreadsheet-popup .k-state-active:hover {
  background-color: #d5d5d5;
}
.k-spreadsheet-filter-menu .k-details {
  border-color: #ebebeb;
}
.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #ffffff;
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #ffffff;
  border-color: #ebebeb;
  border-radius: 4px 0 0 4px;
}
.k-syntax-ref {
  color: #ff8822;
}
.k-syntax-num {
  color: #0099ff;
}
.k-syntax-func {
  font-weight: bold;
}
.k-syntax-str {
  color: #38b714;
}
.k-syntax-error {
  color: red;
}
.k-syntax-bool {
  color: #a9169c;
}
.k-syntax-startexp {
  font-weight: bold;
}
.k-syntax-paren-match {
  background-color: #caf200;
}
.k-series-a {
  border-color: #527aa3;
  background-color: rgba(82, 122, 163, 0.15);
}
.k-series-b {
  border-color: #6f91b3;
  background-color: rgba(111, 145, 179, 0.15);
}
.k-series-c {
  border-color: #8ca7c2;
  background-color: rgba(140, 167, 194, 0.15);
}
.k-series-d {
  border-color: #a8bdd1;
  background-color: rgba(168, 189, 209, 0.15);
}
.k-series-e {
  border-color: #c5d3e0;
  background-color: rgba(197, 211, 224, 0.15);
}
.k-series-f {
  border-color: #e2e9f0;
  background-color: rgba(226, 233, 240, 0.15);
}
.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #cc2222;
}
.k-spreadsheet-formula-list .k-state-focused {
  background-color: #eeeeee;
  color: #454545;
}
.k-spreadsheet-insert-image-dialog {
  border-color: #ebebeb;
  border-radius: 4px;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
  color: #fff;
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #eeeeee;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #fff;
  background-color: #eeeeee;
  border-radius: 50%;
}
.k-spreadsheet-drawing-anchor-cell {
  background: rgba(238, 238, 238, 0.2);
}
.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #eeeeee transparent transparent #eeeeee;
}
.k-rtl .k-spreadsheet .k-dirty {
  border-color: #f45835 #f45835 transparent transparent;
}
.k-numeric-wrap .k-i-warning {
  color: #f45835;
  position: absolute;
  top: 0;
  right: 1.9em;
  width: 1.9em;
}
.k-numeric-wrap.k-state-invalid {
  border-color: #f45835;
}
.k-numeric-wrap.k-state-invalid input {
  color: #f45835;
}
.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning {
  right: auto;
  left: 1.9em;
}
.k-maskedtextbox.k-state-invalid .k-textbox {
  border-color: #f45835;
  color: #f45835;
}
.k-maskedtextbox.k-state-invalid .k-i-warning {
  color: #f45835;
}
.k-dateinput.k-state-invalid .k-textbox {
  color: #f45835;
  border-color: #f45835;
}
.k-dateinput.k-state-invalid .k-i-warning {
  margin-left: 0;
  margin-right: 0.6em;
  color: #f45835;
}
.k-rtl .k-dateinput .k-i-warning {
  margin-right: 0;
  margin-left: 0.6em;
}
.k-datepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  border-color: #f45835;
}
.k-datepicker .k-picker-wrap.k-state-invalid .k-input,
.k-timepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #f45835;
}
.k-datepicker .k-picker-wrap .k-i-warning,
.k-timepicker .k-picker-wrap .k-i-warning {
  color: #f45835;
  margin-left: 0;
  margin-right: 2.1em;
}
.k-rtl .k-datepicker .k-picker-wrap .k-i-warning,
.k-rtl .k-timepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.1em;
}
.k-datetimepicker .k-picker-wrap.k-state-invalid {
  border-color: #f45835;
}
.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #f45835;
}
.k-datetimepicker .k-picker-wrap .k-i-warning {
  color: #f45835;
  margin-left: 0;
  margin-right: 4.3em;
}
.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning {
  margin-right: 0;
  margin-left: 4.3em;
}
.k-time-header .k-time-now {
  color: #818181;
  background: transparent;
}
.k-time-header .k-time-now:hover,
.k-time-header .k-time-now:focus {
  color: #777777;
}
.k-time-list-wrapper {
  background-color: #f5f5f5;
}
.k-time-list-wrapper .k-title {
  border-color: #ebebeb;
  color: #d9d9d9;
  background-color: #ffffff;
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background: #f5f5f5;
}
.k-time-list-wrapper.k-state-focused .k-title {
  color: #000000;
  opacity: 1;
}
.k-time-list-wrapper.k-state-focused::before,
.k-time-list-wrapper.k-state-focused::after {
  background-color: rgba(0, 0, 0, 0.04);
}
.k-time-list::before,
.k-time-list::after {
  box-shadow: 0 0 3em 1.5em #f5f5f5;
}
.k-time-list .k-item:hover {
  color: #818181;
}
.k-time-container {
  background: transparent;
}
.k-time-highlight {
  background-color: #ffffff;
  border-color: #ebebeb;
}
.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
  background-color: #ffffff;
}
.k-listbox .k-list-scroller {
  padding: 2px;
  border-color: #ebebeb;
  background-color: #fff;
}
.k-listbox .k-item:hover:not(.k-state-disabled) {
  color: #676767;
  background-color: #ffffff;
  border-color: transparent;
}
.k-listbox .k-drop-hint {
  height: 0;
  border-top: 1px solid #818181;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: inherit;
}
.k-scheduler .k-other-month .k-nav-day {
  opacity: 0.6;
}
.k-dropdowngrid-popup {
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-header {
  background-image: linear-gradient("#fff");
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-group-header {
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-cell {
  border-color: #ebebeb;
}
.k-dropdowngrid-popup .k-item:nth-child(2n) {
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-footer {
  border-color: #ebebeb;
  color: #464646;
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-item.k-state-hover {
  background-image: linear-gradient("#ddd");
  border-color: #ebebeb;
  color: #676767;
  background-color: #ffffff;
}
.k-dropdowngrid-popup .k-item.k-state-selected {
  background-image: linear-gradient("#fff");
  border-color: #ebebeb;
  color: #454545;
  background-color: #eeeeee;
}
.k-dropdowngrid-popup .k-group-cell span {
  background-color: #676767;
  color: #ffffff;
}
.k-grid-list > .k-item.k-last > .k-cell,
.k-grid-list > .k-item.k-last > .k-group-cell,
.k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: #676767;
}
.k-master-row .k-grid-content-sticky {
  background-color: #ffffff;
}
.k-master-row.k-alt .k-grid-content-sticky {
  background-color: #ffffff;
}
.k-master-row.k-state-selected .k-grid-content-sticky {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #fff);
  background-color: #eeeeee;
  background-position: 50% 50%;
}
.k-master-row:hover .k-grid-content-sticky,
.k-master-row.k-state-hover .k-grid-content-sticky {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #ddd);
  background-color: #ffffff;
}
.k-master-row.k-state-selected:hover .k-grid-content-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky {
  background-color: #efeded;
  background-image: none;
}
.k-grid-header .k-grid-header-sticky,
.k-master-row .k-grid-content-sticky,
.k-grouping-row .k-grid-content-sticky,
.k-footer-template .k-grid-footer-sticky {
  border-left-color: #9e9e9e;
  border-right-color: #9e9e9e;
}
.k-grid-header-locked,
.k-grid-content-locked,
.k-grid-header-locked .k-header,
.k-grid-content-locked td {
  border-left-color: #9e9e9e;
  border-right-color: #9e9e9e;
}

//--------------------------

.k-prompt-container,
.k-window-content {
  padding: 15px; //to match BS grid
}

.k-animation-container,
.k-animation-container *,
.k-animation-container :after,
.k-block .k-header,
.k-dialog .k-window-content,
.k-list-container,
.k-widget,
.k-widget *,
.k-widget :before {
  box-sizing: border-box;
}*/
/*body {
    .k-combobox {
        //width: 100%;
        font-size: 1.4rem;
    }
    //styles for header in dropdown options
    .k-list-container > h4 {
        padding: .8rem 0 .8rem 2.4rem;
        margin: 0;
    }

    .k-window {
        overflow-y: hidden;
        overflow-x: hidden;*/
/*max-height: calc(100vh - 70px);*/
/*}

    .k-multiselect {
        padding: 0;
        font-size: 1.4rem;
    }
    .k-window-titlebar{
        height:3.25em;

    }
}*/
.simplebar-track {
  background: rgba(0, 0, 0, 0.1);
}
.simplebar-track.simplebar-vertical {
  width: 14px !important;
}
.simplebar-track.simplebar-horizontal {
  height: 14px !important;
}

.simplebar-scrollbar.simplebar-hover:before {
  background: rgba(0, 0, 0, 0.4) !important;
}
.simplebar-scrollbar:before {
  background: rgba(0, 0, 0, 0.3) !important;
  opacity: 1 !important;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
  background-color: #fafafa;
  color: #000;
  /*font-family: $base-font-family;
  font-weight: $font-weight-regular;
  font-feature-settings: "kern", "liga", "pnum";*/
  /* font-size: $base-font-size;*/
  /*line-height: $base-line-height;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 50px 0 0 0;
  border: none;
}
body.no-menu {
  padding-top: 0;
}

hr {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 2rem 0;
  opacity: 1;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

a, .base-link {
  outline: none;
  text-decoration: none;
  color: #3D76E1;
  transition: color 300ms ease-in-out;
  cursor: pointer;
}
a:hover, a:active, a:focus, .base-link:hover, .base-link:active, .base-link:focus {
  color: #3D76E1;
  outline: none;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

var {
  font-style: normal;
}

input,
button {
  outline: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.purple-text {
  color: #A196D9 !important;
}

.dark-text {
  color: #444 !important;
}

.success-text {
  color: #2fa743 !important;
}

.warning-text {
  color: #dc9338 !important;
}

.alert-text {
  color: #BB4430 !important;
}

.muted-text {
  color: #ddd !important;
}

.white-text {
  color: #fff !important;
}

.base-text {
  color: #000 !important;
}

.underlined {
  text-decoration: underline;
}
.underlined:hover {
  text-decoration: underline;
}

.fl-capitalize::first-letter {
  text-transform: uppercase;
}

.strikethrough {
  text-decoration: line-through;
}

.bold-text {
  font-weight: 800 !important;
}

.vert-middle {
  vertical-align: middle !important;
}

.vert-baseline {
  vertical-align: baseline !important;
}

.text-height-3 {
  line-height: 24px !important;
}

.text-height-4 {
  line-height: 32px !important;
}

.table-view {
  display: table;
  width: 100%;
}
.table-view.__fixed {
  table-layout: fixed;
}
.table-view .table-cell-view {
  display: table-cell;
}

.inline-grid {
  display: inline-grid !important;
}

.fluid-table {
  width: 100%;
  overflow-x: auto;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.elastic-text-row {
  word-break: break-all;
}

.word-wrap {
  word-break: break-word;
}

.solid-text-row {
  white-space: nowrap;
}

.pre-line {
  white-space: pre-line !important;
}

.white-space-normal {
  white-space: normal !important;
}

.text-center {
  text-align: center !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.inactive {
  pointer-events: none !important;
}

.mobile-only {
  display: none !important;
}
.is-mobile .mobile-only {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.is-mobile .web-only {
  display: none !important;
}

.is-mobile .desktop-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
  flex: 0 0 100%;
}

.light-transparent {
  opacity: 0.7;
}

.semi-transparent {
  opacity: 0.5;
}

.hidden {
  display: none !important;
}

.flex-center {
  justify-content: center !important;
}

.flex-end {
  justify-content: flex-end !important;
}

.align-flex-start {
  align-self: flex-start;
}

.align-flex-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.clickable {
  cursor: pointer !important;
}

.non-clickable {
  cursor: default !important;
}

.no-scroll {
  overflow: hidden !important;
}

.scrollable-y {
  height: 100%;
  overflow-y: auto;
  /* autoprefixer: ignore next */
  -webkit-overflow-scrolling: touch;
}

.flex-align--left {
  margin-right: auto;
}
.flex-align--right {
  margin-left: auto;
}
.flex-align--top {
  margin-bottom: auto;
}
.flex-align--bottom {
  margin-top: auto;
}

.case-upper {
  text-transform: uppercase;
}

.case-lower {
  text-transform: lowercase;
}

.no-select {
  user-select: none;
}

.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex !important;
}
.flex--h-center {
  justify-content: center !important;
}
.flex--h-right {
  justify-content: flex-end !important;
}
.flex--h-between {
  justify-content: space-between !important;
}
.flex--h-around {
  justify-content: space-around !important;
}
.flex--v-center {
  align-items: center !important;
  align-content: center !important;
}
.flex--v-top {
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.flex--v-bottom {
  align-items: flex-end !important;
  align-content: flex-end !important;
}
.flex--column {
  flex-direction: column;
}
.flex--wrap {
  flex-wrap: wrap;
}

.no-shrink {
  flex-shrink: 0;
}

.d-grid {
  display: grid !important;
}

.non-active {
  cursor: default !important;
}

.border-collapse-unset {
  border-collapse: unset;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.no-borders {
  border: none !important;
}

.blur-content {
  filter: blur(1.5px) !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-24 {
  margin-left: 2.4rem !important;
}

.ml-32 {
  margin-left: 3.2rem !important;
}

.ml-48 {
  margin-left: 4.8rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-24 {
  margin-right: 2.4rem !important;
}

.mr-32 {
  margin-right: 3.2rem !important;
}

.mr-48 {
  margin-right: 4.8rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-24 {
  padding-left: 2.4rem !important;
}

.pl-32 {
  padding-left: 3.2rem !important;
}

.pl-48 {
  padding-left: 4.8rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-24 {
  padding-right: 2.4rem !important;
}

.pr-32 {
  padding-right: 3.2rem !important;
}

.pr-48 {
  padding-right: 4.8rem !important;
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  font-size: 1rem;
  margin: 0 0 0.75em;
}

.paragraph--type-1 {
  font-size: 1.6rem;
}
.paragraph--type-2 {
  font-size: 1.4rem;
}
.paragraph--type-3 {
  font-size: 1.2rem;
}
.paragraph--type-4 {
  font-size: 1rem;
}
.paragraph--semi-bold {
  font-weight: 600;
}
.paragraph--bold {
  font-weight: 800;
}

.x-small {
  font-size: 0.65em;
}

.popout-parent {
  container-name: popout-overlay;
  container-type: inline-size;
  position: relative;
}
@container (inline-size < 675px) {
  .popout-parent > .popout-div {
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
    height: 100%;
    z-index: 1030;
  }
}

/*@container popout-overlay (inline-size < 700px) {
    position:relative;
    background:red;
    > .card {
        position: absolute;
        top: 0;
        left: 0;
        width: max-content;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;

    }
}*/
.layout {
  height: 100vh;
}
.horizontal-menu .layout {
  height: calc(100vh - 50px);
}
.layout--full-width {
  padding: 16px 16px 32px 16px;
}
.layout--centered {
  max-width: 1180px;
  padding: 16px;
  margin: 0 auto;
}
.layout--left-nav {
  display: flex;
  height: calc(100vh - 50px);
}
.layout--left-nav .layout__content {
  width: calc(100% - 200px);
  padding: 16px;
}
.layout__sidebar {
  display: block;
  width: 200px;
  padding-bottom: 24px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow-y: auto;
}
.layout__sidebar--wide {
  width: 280px;
}
.layout__sidebar .search-control {
  margin: 4px;
}
.layout__content {
  display: block;
  height: 100%;
  overflow-y: auto;
}

.grid, .grid--rows-auto-middle, .grid--rows-auto-fixed, .grid--rows-fixed-auto, .grid--2-rows, .grid--2-columns {
  display: grid;
  min-height: 0;
  height: 100%;
}
.grid > *, .grid--rows-auto-middle > *, .grid--rows-auto-fixed > *, .grid--rows-fixed-auto > *, .grid--2-rows > *, .grid--2-columns > * {
  min-height: 0;
}
.grid--header {
  position: sticky;
  top: 0;
  background-color: white;
}
.grid--2-columns {
  grid-template-columns: 1fr 1fr;
}
.grid--2-rows {
  grid-template-rows: 1fr 1fr;
}
.grid--rows-fixed-auto {
  grid-template-rows: min-content auto;
}
.grid--rows-auto-fixed {
  grid-template-rows: auto min-content;
}
.grid--rows-auto-middle {
  grid-template-rows: min-content auto min-content;
}
.grid--bordered > div {
  border-bottom: 1px solid lightgrey;
}

.subgrid {
  grid-column: 1/-1;
  display: grid !important;
  grid-template-columns: subgrid;
  /*Rows dont work as easlily as columns so we dont play with them here*/
}
.subgrid--scrollable {
  overflow-y: auto !important;
  scrollbar-gutter: stable !important;
  height: 100% !important;
  grid-auto-rows: max-content; /*This is to default to max content in the event that the parent has alternative row information*/
}

.row-wrapper.border-bottom > div {
  border-color: lightgray;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.row-wrapper.active > div {
  background-color: lightgrey;
  border-color: lightgray;
}

.table-grid-container {
  height: 100%;
  overflow-y: auto;
}

.table-grid {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-auto-rows: max-content;
}
.table-grid > thead, .table-grid tbody, .table-grid tr, .table-grid .thead, .table-grid .tbody, .table-grid .tr {
  display: contents;
}
.table-grid th, .table-grid td, .table-grid .th, .table-grid .td {
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-grid th, .table-grid .th {
  position: sticky;
  top: 0;
  background: #6c7ae0;
  text-align: left;
  font-weight: normal;
  font-size: 1.1rem;
  color: white;
}
.table-grid th:last-child, .table-grid .th:last-child {
  border: 0;
}
.table-grid td, .table-grid .td:last-child {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #808080;
}
.table-grid tr :nth-child(even) td, .table-grid .tr :nth-child(even) .td {
  background: #f8f6ff;
}

.main-page-content {
  overflow-y: auto;
}

/**/
.mainPageContentAvailableHeight {
  height: calc(100vh - 54px) !important;
  min-height: calc(100vh - 53px);
}
.mainPageContentAvailableHeight > div {
  min-height: inherit;
}

.horizontal-menu {
  padding-top: 0;
  margin-bottom: 0;
}

.zoomable {
  max-width: unset !important;
  max-height: unset !important;
}

.table-with-scrollable-area {
  display: grid;
  grid-template-areas: "table-header table-header table-header table-header table-header" ". . . . ." "table-footer table-footer table-footer table-footer table-footer";
  grid-template-columns: repeat(5, max-content);
  grid-template-rows: 1fr;
  grid-auto-rows: auto;
}
.table-with-scrollable-area > .header {
  grid-area: table-header;
  flex-wrap: wrap;
}
.table-with-scrollable-area > .footer {
  grid-area: table-footer;
}
.table-with-scrollable-area > .content {
  grid-area: table-content;
}

thead.thead-sticky {
  inset-block-start: 0;
  position: sticky;
  background-color: #fafafa;
  border-bottom: 2px darkgrey solid;
}

tfoot.tfoot-sticky {
  border-top: 2px darkgrey solid;
  inset-block-end: 0;
  position: sticky;
  background-color: #fafafa;
}

.btn-block {
  width: 100% !important;
}

.btn-icon {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #efefef !important;
  min-height: 0;
  padding: 0.375rem 1rem !important;
}
.btn-icon .fa, .btn-icon .fas {
  margin-right: 6px;
}
.btn-icon:focus {
  outline: none;
}
.btn-icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-icon:empty:before {
  margin-right: 0;
}
.btn-icon[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-icon:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-icon.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-icon .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-icon:hover:not([disabled]) {
  background-color: rgb(213.5, 213.5, 213.5) !important;
}
.btn-icon .fa, .btn-icon .fas {
  margin-right: 0;
}

.btn-common {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-common .fa, .btn-common .fas {
  margin-right: 6px;
}
.btn-common:focus {
  outline: none;
}
.btn-common:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-common:empty:before {
  margin-right: 0;
}
.btn-common[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-common:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-common.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-common .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-common:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}

.btn-secondary {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #a09393 !important;
}
.btn-secondary .fa, .btn-secondary .fas {
  margin-right: 6px;
}
.btn-secondary:focus {
  outline: none;
}
.btn-secondary:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-secondary:empty:before {
  margin-right: 0;
}
.btn-secondary[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-secondary:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-secondary.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-secondary .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-secondary:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #444 !important;
}

.btn-warning {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #dc9338 !important;
  color: #dc9338 !important;
}
.btn-warning .fa, .btn-warning .fas {
  margin-right: 6px;
}
.btn-warning:focus {
  outline: none;
}
.btn-warning:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-warning:empty:before {
  margin-right: 0;
}
.btn-warning[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-warning:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-warning.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-warning .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-warning:hover:not([disabled]) {
  background-color: rgb(191.3461538462, 121.1538461538, 33.6538461538) !important;
  color: #fff;
}
.btn-warning:before {
  content: " ";
}

.btn-danger {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #BB4430 !important;
  color: #BB4430 !important;
}
.btn-danger .fa, .btn-danger .fas {
  margin-right: 6px;
}
.btn-danger:focus {
  outline: none;
}
.btn-danger:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-danger:empty:before {
  margin-right: 0;
}
.btn-danger[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-danger:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-danger.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-danger .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-danger:hover:not([disabled]) {
  background-color: rgb(146.4170212766, 53.2425531915, 37.5829787234) !important;
  color: #fff;
}
.btn-danger:before {
  content: " ";
}

.btn-gray-icon {
  color: gainsboro !important;
}
.btn-gray-icon:before {
  color: gainsboro !important;
}

.btn-black-icon {
  color: black !important;
}
.btn-black-icon:before {
  color: black !important;
}

.btn-danger-outline {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #BB4430 !important;
  color: #BB4430 !important;
}
.btn-danger-outline .fa, .btn-danger-outline .fas {
  margin-right: 6px;
}
.btn-danger-outline:focus {
  outline: none;
}
.btn-danger-outline:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-danger-outline:empty:before {
  margin-right: 0;
}
.btn-danger-outline[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-danger-outline:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-danger-outline.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-danger-outline .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-danger-outline:hover:not([disabled]) {
  background-color: rgb(146.4170212766, 53.2425531915, 37.5829787234) !important;
  color: #fff;
}
.btn-danger-outline:before {
  content: "";
}

.btn-assignment-red {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #BB4430 !important;
  color: #fff !important;
}
.btn-assignment-red .fa, .btn-assignment-red .fas {
  margin-right: 6px;
}
.btn-assignment-red:focus {
  outline: none;
}
.btn-assignment-red:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-assignment-red:empty:before {
  margin-right: 0;
}
.btn-assignment-red[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-assignment-red:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-assignment-red.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-assignment-red .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-assignment-red:hover:not([disabled]) {
  background-color: rgb(146.4170212766, 53.2425531915, 37.5829787234) !important;
}

.btn-success {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #2fa743 !important;
  color: #2fa743 !important;
}
.btn-success .fa, .btn-success .fas {
  margin-right: 6px;
}
.btn-success:focus {
  outline: none;
}
.btn-success:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-success:empty:before {
  margin-right: 0;
}
.btn-success[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-success:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-success.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-success .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-success:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
  color: #fff !important;
}
.btn-success:before {
  content: "";
}

.btn-info {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-info .fa, .btn-info .fas {
  margin-right: 6px;
}
.btn-info:focus {
  outline: none;
}
.btn-info:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-info:empty:before {
  margin-right: 0;
}
.btn-info[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-info:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-info.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-info .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-info:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-info:before {
  content: "";
}

.btn-default {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #a09393 !important;
}
.btn-default .fa, .btn-default .fas {
  margin-right: 6px;
}
.btn-default:focus {
  outline: none;
}
.btn-default:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-default:empty:before {
  margin-right: 0;
}
.btn-default[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-default:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-default.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-default .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-default:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #444 !important;
}
.btn-default:before {
  content: "";
}

.btn-edit {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-edit .fa, .btn-edit .fas {
  margin-right: 6px;
}
.btn-edit:focus {
  outline: none;
}
.btn-edit:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-edit:empty:before {
  margin-right: 0;
}
.btn-edit[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-edit:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-edit.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-edit .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-edit:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-edit:before {
  content: "\f044";
}

.btn-delete {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #BB4430 !important;
  color: #BB4430 !important;
}
.btn-delete .fa, .btn-delete .fas {
  margin-right: 6px;
}
.btn-delete:focus {
  outline: none;
}
.btn-delete:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-delete:empty:before {
  margin-right: 0;
}
.btn-delete[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-delete:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-delete.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-delete .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-delete:hover:not([disabled]) {
  background-color: rgb(146.4170212766, 53.2425531915, 37.5829787234) !important;
  color: #fff;
}
.btn-delete:before {
  content: "\f2ed";
}

.btn-reject {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #BB4430 !important;
  color: #BB4430 !important;
}
.btn-reject .fa, .btn-reject .fas {
  margin-right: 6px;
}
.btn-reject:focus {
  outline: none;
}
.btn-reject:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-reject:empty:before {
  margin-right: 0;
}
.btn-reject[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-reject:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-reject.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-reject .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-reject:hover:not([disabled]) {
  background-color: rgb(146.4170212766, 53.2425531915, 37.5829787234) !important;
  color: #fff;
}
.btn-reject:before {
  content: "\f00d";
}

.btn-save {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #2fa743 !important;
  color: #2fa743 !important;
}
.btn-save .fa, .btn-save .fas {
  margin-right: 6px;
}
.btn-save:focus {
  outline: none;
}
.btn-save:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-save:empty:before {
  margin-right: 0;
}
.btn-save[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-save:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-save.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-save .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-save:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
  color: #fff !important;
}
.btn-save:before {
  content: "\f0c7";
}

.btn-close {
  /* this unsetting is to overwrite the Bootstrap Close Button*/
  background-image: none !important;
  width: unset !important;
  height: unset !important;
  padding: 0rem 0.75rem 0rem 0.75rem !important;
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #000 !important;
}
.btn-close .fa, .btn-close .fas {
  margin-right: 6px;
}
.btn-close:focus {
  outline: none;
}
.btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-close:empty:before {
  margin-right: 0;
}
.btn-close[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-close:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-close.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-close .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-close:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #000 !important;
}
.btn-close:before {
  content: "\f00d";
}

.btn-redirect {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-redirect .fa, .btn-redirect .fas {
  margin-right: 6px;
}
.btn-redirect:focus {
  outline: none;
}
.btn-redirect:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-redirect:empty:before {
  margin-right: 0;
}
.btn-redirect[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-redirect:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-redirect.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-redirect .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-redirect:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}

.btn-download {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-download .fa, .btn-download .fas {
  margin-right: 6px;
}
.btn-download:focus {
  outline: none;
}
.btn-download:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-download:empty:before {
  margin-right: 0;
}
.btn-download[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-download:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-download.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-download .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-download:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-download:before {
  content: "\f019";
}

.btn-print {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-print .fa, .btn-print .fas {
  margin-right: 6px;
}
.btn-print:focus {
  outline: none;
}
.btn-print:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-print:empty:before {
  margin-right: 0;
}
.btn-print[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-print:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-print.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-print .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-print:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-print:before {
  content: "\f02f";
}

.btn-search {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-search .fa, .btn-search .fas {
  margin-right: 6px;
}
.btn-search:focus {
  outline: none;
}
.btn-search:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-search:empty:before {
  margin-right: 0;
}
.btn-search[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-search:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-search.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-search .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-search:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-search:before {
  content: "\f002";
}

.btn-select {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #2fa743 !important;
  color: #2fa743 !important;
}
.btn-select .fa, .btn-select .fas {
  margin-right: 6px;
}
.btn-select:focus {
  outline: none;
}
.btn-select:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-select:empty:before {
  margin-right: 0;
}
.btn-select[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-select:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-select.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-select .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-select:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
  color: #fff !important;
}

.btn-new {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #2fa743 !important;
  color: #2fa743 !important;
}
.btn-new .fa, .btn-new .fas {
  margin-right: 6px;
}
.btn-new:focus {
  outline: none;
}
.btn-new:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-new:empty:before {
  margin-right: 0;
}
.btn-new[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-new:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-new.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-new .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-new:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
  color: #fff !important;
}
.btn-new:before {
  content: "\f067";
}

.btn-abort {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #dc9338 !important;
  color: #dc9338 !important;
}
.btn-abort .fa, .btn-abort .fas {
  margin-right: 6px;
}
.btn-abort:focus {
  outline: none;
}
.btn-abort:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-abort:empty:before {
  margin-right: 0;
}
.btn-abort[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-abort:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-abort.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-abort .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-abort:hover:not([disabled]) {
  background-color: rgb(191.3461538462, 121.1538461538, 33.6538461538) !important;
  color: #fff;
}
.btn-abort:before {
  content: "\f05e";
}

.btn-restore {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #dc9338 !important;
  color: #dc9338 !important;
}
.btn-restore .fa, .btn-restore .fas {
  margin-right: 6px;
}
.btn-restore:focus {
  outline: none;
}
.btn-restore:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-restore:empty:before {
  margin-right: 0;
}
.btn-restore[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-restore:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-restore.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-restore .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-restore:hover:not([disabled]) {
  background-color: rgb(191.3461538462, 121.1538461538, 33.6538461538) !important;
  color: #fff;
}
.btn-restore:before {
  content: "\f0e2";
}

.btn-help {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #a09393 !important;
}
.btn-help .fa, .btn-help .fas {
  margin-right: 6px;
}
.btn-help:focus {
  outline: none;
}
.btn-help:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-help:empty:before {
  margin-right: 0;
}
.btn-help[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-help:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-help.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-help .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-help:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #444 !important;
}
.btn-help:before {
  content: "\f059";
}

.btn-cancel {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #a09393 !important;
}
.btn-cancel .fa, .btn-cancel .fas {
  margin-right: 6px;
}
.btn-cancel:focus {
  outline: none;
}
.btn-cancel:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-cancel:empty:before {
  margin-right: 0;
}
.btn-cancel[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-cancel:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-cancel.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-cancel .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-cancel:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #444 !important;
}

.btn-control {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #eee !important;
  color: #a09393 !important;
}
.btn-control .fa, .btn-control .fas {
  margin-right: 6px;
}
.btn-control:focus {
  outline: none;
}
.btn-control:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-control:empty:before {
  margin-right: 0;
}
.btn-control[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-control:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-control.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-control .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-control:hover:not([disabled]) {
  background-color: rgb(226.25, 226.25, 226.25) !important;
  border-color: rgb(226.25, 226.25, 226.25) !important;
  color: #444 !important;
}

.btn-confirm {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #2fa743 !important;
  color: #2fa743 !important;
}
.btn-confirm .fa, .btn-confirm .fas {
  margin-right: 6px;
}
.btn-confirm:focus {
  outline: none;
}
.btn-confirm:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-confirm:empty:before {
  margin-right: 0;
}
.btn-confirm[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-confirm:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-confirm.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-confirm .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-confirm:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
  color: #fff !important;
}
.btn-confirm:before {
  content: "\f00c";
}

.btn-next {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #2fa743 !important;
  color: #fff !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-next .fa, .btn-next .fas {
  margin-right: 6px;
}
.btn-next:focus {
  outline: none;
}
.btn-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-next:empty:before {
  margin-right: 0;
}
.btn-next[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-next:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-next.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-next .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-next:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
}
.btn-next:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-next:before {
  content: unset;
}

.btn-prev {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #2fa743 !important;
  color: #fff !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-prev .fa, .btn-prev .fas {
  margin-right: 6px;
}
.btn-prev:focus {
  outline: none;
}
.btn-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-prev:empty:before {
  margin-right: 0;
}
.btn-prev[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-prev:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-prev.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-prev .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-prev:hover:not([disabled]) {
  background-color: rgb(35.7990654206, 127.2009345794, 51.0327102804) !important;
}
.btn-prev:before {
  content: "\f060";
}

.btn-checkbox {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-checkbox .fa, .btn-checkbox .fas {
  margin-right: 6px;
}
.btn-checkbox:focus {
  outline: none;
}
.btn-checkbox:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-checkbox:empty:before {
  margin-right: 0;
}
.btn-checkbox[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-checkbox:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-checkbox.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-checkbox .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-checkbox:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-checkbox.selected:before {
  content: "\f14a";
}
.btn-checkbox[disabled].unselected:before {
  border: 2px solid #999 !important;
  color: #999 !important;
}
.btn-checkbox.unselected:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid #3D76E1;
  border-radius: 2px;
  vertical-align: middle;
  margin-top: -2px;
}

.btn-radio {
  /*font-size: 1.4rem;*/
  min-height: 36px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid transparent;
  display: inline-block;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  background-color: #fff !important;
  border-color: #3D76E1 !important;
  color: #3D76E1 !important;
}
.btn-radio .fa, .btn-radio .fas {
  margin-right: 6px;
}
.btn-radio:focus {
  outline: none;
}
.btn-radio:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}
.btn-radio:empty:before {
  margin-right: 0;
}
.btn-radio[disabled] {
  font-weight: 400;
  background-color: #ddd !important;
  color: #999 !important;
  cursor: default;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.btn-radio:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15) inset !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-radio.btn-small {
  padding: 0.25rem 0.5rem;
  min-height: 24px;
  font-weight: normal;
}
.btn-radio .dropdown-menu > li > a:hover {
  background-image: unset;
}
.btn-radio:hover:not([disabled]) {
  background-color: rgb(31.4732142857, 91.2723214286, 203.5267857143) !important;
  color: #fff !important;
}
.btn-radio.selected:before {
  content: "\f192";
}
.btn-radio.unselected:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 2px solid #3D76E1;
  border-radius: 7px;
  vertical-align: middle;
  margin-top: -2px;
}

/* buttons group */
.button-group--inline {
  display: flex;
  align-items: center;
}
.button-group--inline [class*=btn]:not(:first-child) {
  margin-left: 4px;
}
.button-group--column {
  display: flex;
  flex-direction: column;
}
.button-group--column [class*=btn]:not(:last-child) {
  margin-bottom: 4px;
}
.button-group--2-cols {
  display: flex;
  flex-wrap: wrap;
}
.button-group--2-cols [class*=btn] {
  width: calc(50% - 1px);
  box-shadow: none;
  margin-bottom: 1px;
}
.button-group--2-cols [class*=btn]:not(:nth-child(even)) {
  margin-right: 1px;
}
.button-group--3-cols {
  display: flex;
  flex-wrap: wrap;
}
.button-group--3-cols [class*=btn] {
  width: calc(33% - 1px);
  box-shadow: none;
  margin-bottom: 1px;
}
.button-group--3-cols [class*=btn]:not(:nth-child(3)) {
  margin-right: 1px;
}

.form-select,
.form-control {
  border-color: #ddd;
  font-size: 1.4rem;
  min-height: 36px;
}
.form-select[type=number],
.form-control[type=number] {
  text-align: right;
}
.form-select[readonly],
.form-control[readonly] {
  border-width: 0 0 1px 0;
  cursor: default;
  background: transparent;
  border-radius: 0;
}
.form-select[readonly]:focus,
.form-control[readonly]:focus {
  outline: none;
  box-shadow: none;
}

.col-form-label, .checkbox-toggle-inline,
.control-label {
  line-height: 1.9;
}

.form-horizontal .control-label--checkbox {
  padding-top: 2px;
}

.form-check {
  display: flex;
  align-items: flex-start;
  padding-left: 0;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: inherit;
  line-height: 1.5;
}
.form-check input {
  margin: 3px 8px 0 0;
}

.form-control-wrap {
  position: relative;
}
.form-control-wrap .form-control {
  padding-right: 24px;
}
.form-control-wrap .fa {
  position: absolute;
  right: 6px;
  top: 10px;
  font-size: 1.6rem;
  color: #444;
}

.checkbox-toggle-inline {
  display: inline-flex;
  align-items: center;
}
.checkbox-toggle-inline .checkbox-toggle {
  margin-left: 16px;
}

.search-control {
  position: relative;
}
.search-control .fa-search {
  position: absolute;
  right: 8px;
  top: 10px;
}
.search-control .form-control {
  padding-right: 24px;
}

.calendar-control {
  display: flex;
  align-items: center;
}
.calendar-control__label {
  margin: 0 8px;
}

.input-with-visibility-toggle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.control-with-button {
  display: flex;
  flex-wrap: nowrap;
}
.control-with-button .form-select,
.control-with-button .form-control {
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.control-with-button [class*=btn] {
  display: block;
  white-space: nowrap;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
}

.back-forward-control {
  display: flex;
  flex-wrap: nowrap;
}
.back-forward-control .form-control {
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.error-state {
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 4px;
  padding: 8px;
  margin-top: 8px;
  background-color: #f9e6e6;
  color: #a01818;
  display: inline-block;
}

.checkbox {
  height: 1.385rem;
  width: 1.385rem;
}

.checkbox-control {
  position: relative;
  padding-left: calc(24px + 2px);
  padding-top: 2px;
  min-height: 24px;
  cursor: pointer;
  /* use the following for a negative result */
}
.checkbox-control .fa-square {
  display: block;
  cursor: pointer;
}
.checkbox-control .fa-check-square {
  display: none;
}
.checkbox-control .fa-times-circle {
  /* unchecked */
  display: none;
}
.checkbox-control .fa-check-circle {
  /* unchecked */
  display: block;
}
.checkbox-control__input {
  display: none !important;
}
.checkbox-control__input[disabled] ~ .checkbox-control__icon {
  color: #ccc;
}
.checkbox-control__input:checked {
  /* use the following for a negative result */
}
.checkbox-control__input:checked ~ .fa-check-square {
  display: block;
}
.checkbox-control__input:checked ~ .fa-square {
  display: none;
}
.checkbox-control__input:checked ~ .fa-times-circle {
  /* checked */
  color: #BB4430;
  display: block;
}
.checkbox-control__input:checked ~ .fa-check-circle {
  /* unchecked */
  display: none;
}
.checkbox-control__icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #119DA4;
  font-size: 1.385rem;
}
.radio-control {
  position: relative;
  padding-left: calc(24px + 2px);
  padding-top: 2px;
  min-height: 24px;
}
.radio-control .fa-circle {
  display: block;
}
.radio-control .fa-dot-circle {
  display: none;
}
.radio-control__input {
  display: none;
}
.radio-control__input[disabled] ~ .checkbox-control__icon {
  color: #ccc;
}
.radio-control__input:checked ~ .fa-dot-circle {
  display: block;
}
.radio-control__input:checked ~ .fa-circle {
  display: none;
}
.radio-control__icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #119DA4;
  font-size: 1.385rem;
}
.control-group--inline {
  display: flex;
  align-items: center;
}
.control-group--inline .form-control:not(:first-child) {
  margin-left: 8px;
}
.control-group--column .form-control:not(:last-child) {
  margin-bottom: 8px;
}
.control-group + .control-group {
  margin-left: 8px;
}

.dox-smart-date-picker-component {
  /* margin-bottom: $grid-offset-x2;*/
  display: flex;
  align-items: flex-start;
  min-height: 2em;
  width: 250px;
}

.smart-date-input-display {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 16px;
  min-width: 240px;
}

.smart-date-dropdown {
  position: relative;
}
.smart-date-dropdown__label {
  position: absolute;
  font-size: 0.85rem;
  color: #444;
  transition: font-size 300ms ease-in-out, top 300ms ease-in-out;
}
.smart-date-dropdown__controls {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.smart-date-dropdown__controls .btn-icon {
  margin-left: 4px;
}
.smart-date-dropdown__result-text {
  /*  padding: $grid-offset-x1 0 0 $grid-offset-x2;*/
  margin-bottom: 0;
  font-size: x-small;
  text-align: center;
}
.smart-date-dropdown .k-input {
  padding-bottom: 4px;
  padding-top: 7px;
}

.material-field {
  position: relative;
  display: block;
  margin-bottom: 16px;
  background-color: #fff;
}
.material-field__label {
  opacity: 1;
  font-size: 14px;
  color: #3E4A5A;
  position: absolute;
  bottom: 2px;
  left: 2px;
  transition: bottom 100ms ease-in-out, font-size 100ms ease-in-out;
}
.material-field__input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #9EA4AC;
  font-size: 14px;
  color: #3E4A5A;
  width: 100%;
  height: 38px;
  padding: 1.2rem 1rem 0.2rem 0.2rem;
  font-weight: normal;
  z-index: 1;
  cursor: pointer;
}
.material-field__input:not(:placeholder-shown) ~ .material-field__label {
  font-size: 12px;
  top: -1px;
  bottom: unset;
  z-index: 0;
}
.material-field__input:focus {
  border-bottom-color: #007FF0;
}
.material-field__input:focus ~ .material-field__label {
  bottom: 22px;
  font-size: 12px;
  color: #007FF0;
  opacity: 1;
}

.checkbox-toggle {
  width: 47px;
  height: 24px;
  position: relative;
  display: inline-flex;
}
.checkbox-toggle:hover {
  cursor: pointer;
}
.checkbox-toggle input {
  opacity: 0;
  position: absolute;
}
.checkbox-toggle input:checked + .checkbox-toggle__btn {
  background-color: #198754;
}
.checkbox-toggle input:checked + .checkbox-toggle__btn:after {
  right: 0;
}
.checkbox-toggle__btn {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #eee;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.checkbox-toggle__btn:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: block;
  background-color: #fff;
  top: 0;
  right: calc(100% - 23px);
  transition: right ease-in-out 300ms;
}

.breadcrumb {
  align-items: center;
  margin-bottom: 8px;
}

.breadcrumb-item__btn:before {
  margin-top: 3px;
}

.dox-header {
  display: flex;
  grid-area: header;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dox-header__part {
  margin-left: 16px;
  margin-bottom: 16px;
}
.dox-header__part:first-child {
  margin-left: 0;
}

.dropdown-item {
  padding: 0.8rem 1.6rem;
}
.dropdown-item .fa, .dropdown-item .fas {
  margin-right: 0.8rem;
}

.dropdown-menu {
  font-size: 1.4rem;
}

.dropdown-menu-end {
  right: 0;
}

.dropdown-toggle--no-arrow:after {
  display: none;
}

.dropdown-toggle::after {
  margin-bottom: -2px;
}

.dox-smart-date-picker-component .hidden-kendo-dropdown {
  height: 0;
  width: 0;
  overflow: hidden;
  top: 20px;
  position: absolute;
}

.header-nav-wrap {
  padding: 0 32px;
  margin-bottom: 8px;
  position: relative;
}
.header-nav-wrap .btn {
  position: absolute;
  top: 5px;
}
.header-nav-wrap .btn:first-child {
  left: 0;
}
.header-nav-wrap .btn:last-child {
  right: 0;
}

.left-nav {
  display: block;
  padding: 0;
  background: #fff;
  overflow-y: auto;
  border-top: 1px solid #e6e6e6;
}
.left-nav li {
  position: relative;
}
.left-nav li.opened .fas {
  transform: rotate(90deg);
  color: #fff;
}
.left-nav li.opened > a {
  background-color: #003471;
  color: #fff;
}
.left-nav li.opened > a:hover {
  color: #fff;
}
.left-nav li .fas {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 12px;
  transition: transform 300ms ease-in-out;
}
.left-nav a {
  display: block;
  padding: 8px 32px 8px 8px;
  border-bottom: 1px solid #e6e6e6;
}
.left-nav a .fa {
  width: 20px;
}
.left-nav a:hover {
  background-color: #ddd;
}

.left-nav-nested {
  display: none;
  overflow: hidden;
}
.left-nav-nested.visible {
  display: block;
}
.left-nav-nested a {
  background-color: #efefef;
  padding-left: 24px;
}
.left-nav-nested a:hover {
  background-color: #ddd;
}
.left-nav-nested li.active a, .left-nav-nested li.active:hover a {
  background-color: #003471;
  color: #fff;
}

.mini-table-search {
  position: relative;
}

.mini-table-search-form {
  color: #fff;
}

.mini-table-search-dropdown {
  background: #fff;
  border-radius: 8px;
  border-bottom: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
  padding: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 75vw;
  max-width: 1000px;
}

.nav-item-grouped {
  position: relative;
}
.nav-item-grouped__item--small {
  position: absolute;
  bottom: -6px;
  z-index: 2;
  padding: 0 !important;
}
.nav-item-grouped__item--small .fa, .nav-item-grouped__item--small .fas {
  font-size: 1.4rem;
}
.nav-item-grouped__item--small .fa.fa-stack-2x, .nav-item-grouped__item--small .fa.fa-2x, .nav-item-grouped__item--small .fas.fa-stack-2x, .nav-item-grouped__item--small .fas.fa-2x {
  font-size: 2.4rem;
}
.nav-item-grouped__item--small-left {
  left: -6px;
}
.nav-item-grouped__item--small-right {
  right: -2px;
  bottom: -4px;
}
.nav-item-grouped__item--big {
  position: relative;
  z-index: 1;
}

.top-navbar {
  background-color: #287ccc;
  height: 50px;
}
.top-navbar .navbar-nav .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
.top-navbar .navbar-nav .active .nav-link {
  background-color: #5aa5ec;
  border-radius: 2px;
}

.sidebar-container {
  display: grid;
  grid-template-columns: minmax(250px, max-content) 1fr;
  height: 100%;
  overflow: hidden;
}
.sidebar-container .sidebar-menu {
  grid-template-rows: 1fr;
  display: grid;
  height: 100%;
  overflow: hidden;
}
.sidebar-container .sidebar-menu__with-search {
  grid-template-rows: minmax(36px, max-content) 1fr;
}
.sidebar-container .sidebar-menu > .sidebar-menu-inner {
  height: 100%;
  overflow: hidden;
}
.sidebar-container .sidebar-menu > .sidebar-menu-inner > .main-menu {
  padding-left: 0px;
  height: 100%;
  overflow-y: auto;
}
.alert {
  margin-bottom: 16px;
}

.overlay-content {
  height: 100%;
}
.overlay-content__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overlay-content__header--column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.overlay-content__title {
  margin-bottom: 0;
}
.overlay-content__controls {
  display: flex;
  align-items: center;
}
.overlay-content__body {
  padding-top: 16px;
  padding-bottom: 16px;
}
.content-section {
  background: #fff;
  border-radius: 8px;
  border-bottom: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
  /*   margin-bottom: $grid-offset-x3;*/
}
.content-section__header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-section__title {
  font-size: 16px;
  margin-bottom: 0;
}
.content-section__controls {
  display: flex;
  align-items: center;
}
.content-section__controls > * {
  margin-left: 4px;
}
.content-section__body {
  /* padding: $grid-offset-x2;*/
}
.content-section__footer {
  padding: 16px;
  background-color: #efefef;
  border-radius: 0 0 4px 4px;
}
.content-section__footer--controls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  column-gap: 8px;
  row-gap: 8px;
}
.content-section--grayed .content-section__header {
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
}

.content-section.full-height {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
}
.content-section.full-height .content-section__body {
  overflow-y: auto;
  padding-top: 0;
  margin-top: 0;
}

.content-section.h-100 {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
}
.content-section.h-100 .content-section__body {
  overflow-y: auto;
  padding-top: 0;
  margin-top: 0;
  /* margin-top: $grid-offset-x2;*/
}

.row-wrapper {
  display: contents;
  /* &::after {
       content: "";
       clear: both;
       display: table;
   }*/
}
.row-wrapper > div {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: max-content;
}

.row-wrapper:hover > div {
  background-color: #efefef;
  height: max-content;
}

.control-panel {
  background-color: #119DA4;
  color: #fff;
  padding: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.data-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.data-block {
  text-align: right;
  height: 100%;
  border-right: 1px solid #eee;
  padding-left: 24px;
  padding-right: 8px;
  margin-bottom: 8px;
}
.data-block--img {
  border-right: none;
  text-align: center;
  padding: 0;
  flex-shrink: 0;
}
.data-block__title {
  font-size: 16px;
  font-style: oblique;
  margin-bottom: 8px;
}
.data-block__value {
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 8px;
}
.data-block__status {
  color: #704;
  margin-bottom: 0;
}

.links-list {
  list-style: none;
  padding: 0;
}
.links-list__link {
  padding: 4px 0;
  color: #444;
}
.links-list__link:hover {
  color: #3D76E1;
  cursor: pointer;
}

.clinical-episode-information-header {
  align-items: baseline;
  width: 100%;
}
.clinical-episode-information-header:hover {
  cursor: pointer;
  background-color: #efefef;
}
.clinical-episode-information-header__cell {
  display: flex;
  align-items: baseline;
  padding: 8px 12px;
  font-size: 16px;
}
.clinical-episode-information-header__cell .fa {
  font-size: 16px;
}

.clinical-patient-information {
  /* border-radius: $grid-offset-x0_5;*/
  background-color: #3D76E1;
  /*  margin-bottom: $grid-offset-x2;
    padding: $grid-offset-x1;*/
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #fff;
}
.clinical-patient-information .allergy-icon,
.clinical-patient-information .gender-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
.clinical-patient-information .allergy-icon .fa,
.clinical-patient-information .gender-icon .fa {
  font-size: 24px;
  display: block;
  margin: 0 auto;
}

.saved-search-component {
  background: #fff;
  border-radius: 8px;
  border-bottom: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.02em;
  margin-bottom: 0;
  /* min-width: 48rem;*/
  position: relative;
  min-width: 450px;
  width: 100%;
  border: 1px solid lightgray;
  padding: 0 5px;
  box-sizing: border-box;
}
.saved-search-component .dropdown-menu {
  padding: 0;
}
.saved-search-component a.filter-option .dropdown-filter-name {
  font-weight: bold;
}
.saved-search-component a.filter-option .dropdown-filter-comment {
  font-size: smaller;
  font-style: italic;
}
.saved-search-component .saved-search-selection-div {
  position: relative;
  width: calc(100% - 160px);
  display: inline-block;
}
.saved-search-component .saved-search-selection-div .filter-actions {
  float: right;
}
.saved-search-component .saved-search-selection-div .display-filter-name {
  font-weight: bold;
  font-size: larger;
}
.saved-search-component .saved-search-selection-div .display-filter-comment {
  font-weight: normal;
  font-size: x-small;
  font-style: italic;
}
.saved-search-component .saved-search-selection-div .display-matched-filter {
  font-weight: normal;
  font-size: x-small;
  font-style: normal;
  color: grey;
}
.saved-search-component .saved-search-edit-div {
  /* position: absolute;
  position: absolute;
  top: 22px;
  max-height: 400px;
  width: 100%;
  background: white;
  z-index: 10;
  right: 0;
  left: 10px;
  min-width: 400px;
  padding: 5px 10px;
  border: 2px solid lightgrey;*/
  background: #fff;
  border-radius: 8px;
  border-bottom: none;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.08), 1px 2px 2px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  padding: 16px;
  width: 40rem;
  right: 0;
  z-index: 1050;
  top: 0;
}
.saved-search-component .saved-search-edit-div fieldset {
  margin-bottom: 2px;
  border: 1px solid #e9ecef;
  padding: 2px;
  border-radius: 5px;
}
.saved-search-component .saved-search-edit-div fieldset legend {
  margin-bottom: 0;
}
.saved-search-component .alert {
  flex-grow: 1;
}

/*
.saved-search-edit-div {
  @include content-item;
  position: absolute;
  padding: $grid-offset-x2;
  width: 40rem;
  right: 0;
  z-index: 10;
  top: 0;
}*/
.episode-list {
  display: grid;
  grid-template-columns: minmax(75px, max-content) minmax(100px, 1fr) repeat(auto-fill, minmax(75px, max-content));
}

.patientPanel * a {
  text-decoration: none;
}

.patient-demographic {
  height: 100%;
  display: grid;
  grid-template-areas: "patient-detail patient-detail episodes" "patient-detail patient-detail episodes" "allergies alerts episodes" "details details identifiers" "details details identifiers" "details details interested-parties" "referrals referrals interested-parties";
  /*grid-template-rows: minmax(0px,max-content) minmax(0px,1fr) repeat(4,minmax(0px,max-content));*/
}

.episode-workflow-host > .episode-workflow-tile {
  border: gray dotted 1px;
  border-radius: 1px;
  padding: 0.25rem;
  max-width: 220px !important;
  min-width: 220px !important;
  max-height: 150px;
}
.episode-workflow-host > .episode-workflow-tile.episode-workflow-tile--large {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  max-width: 400px !important;
  max-height: 150px;
}

.scandox-upload-validation {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: calc(100% - 46px);
  padding: 4px;
  overflow-y: auto;
}
.scandox-upload-validation .scandox-upload-row {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content max-content;
  align-items: center;
  gap: 16px;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.scandox-upload-validation .scandox-upload-row__thumb {
  display: inline-flex;
}
.scandox-upload-validation .scandox-upload-row__thumb img {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.scandox-upload-validation .scandox-upload-row__name {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.scandox-upload-validation .scandox-upload-row__name .bold {
  font-weight: 600;
  word-break: break-word;
}
.scandox-upload-validation .scandox-upload-row__toggle .btn {
  min-width: 96px;
  font-weight: 600;
}

.loading-screen {
  padding: 24px;
  text-align: center;
}
.loading-screen--static {
  max-width: 480px;
  margin: 0 auto 24px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.header-component {
  display: flex;
  align-items: center;
}
.header-component.table-view {
  flex-direction: column;
  align-items: flex-start;
}
.header-component__item {
  margin-left: 16px;
}
.table-view .header-component__item {
  margin-left: 0;
}
.header-component__item:first-child {
  margin-left: 0;
}

.table {
  background-color: #fff;
  overflow-x: auto;
}

.table-fixed {
  table-layout: fixed;
}

.table-body .table-row:last-child .table-cell,
.table-body .table-row:last-child .table-hcell {
  border-bottom: none;
}

.table-row {
  display: flex;
  width: 100%;
}

.table-hcell {
  padding: 5px;
  border-bottom: 1px solid rgb(222, 226, 230);
  display: flex;
  align-items: center;
  align-content: center;
}
.table-hcell--white {
  background: white;
}
.table-hcell img {
  padding: 0;
}

.table-cell {
  padding: 5px;
  border-bottom: 1px solid rgb(222, 226, 230);
}

.message-box-body {
  padding-bottom: 16px;
}

.message-box-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.message-box-footer .btn {
  display: block;
}

.aside-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.aside-modal--sm .aside-modal__window {
  width: 360px;
}
.aside-modal--sm .aside-modal__backdrop {
  width: calc(100vw - 360px);
}
.aside-modal--md .aside-modal__window {
  width: 480px;
}
.aside-modal--md .aside-modal__backdrop {
  width: calc(100vw - 480px);
}
.aside-modal--lg .aside-modal__window {
  width: 640px;
}
.aside-modal--lg .aside-modal__backdrop {
  width: calc(100vw - 640px);
}
.aside-modal--xl .aside-modal__window {
  width: calc(100vw - 120px);
}
.aside-modal--xl .aside-modal__backdrop {
  width: 120px;
}
.aside-modal__window {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1042;
}
.aside-modal__header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside-modal__title {
  font-size: 16px;
  margin-bottom: 0;
}
.aside-modal__body {
  padding: 16px;
}
.aside-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1041;
  background: rgba(0, 0, 0, 0.5);
}
.aside-modal__close-btn {
  position: absolute;
  top: 9px;
  right: 9px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  outline: none;
  padding: 12px;
  z-index: 1042;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: background 300ms ease-in-out;
}
.aside-modal__close-btn:hover {
  background: rgba(255, 255, 255, 0.75);
}

.security-explain {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.security-explain__header {
  border-bottom: 1px solid #e2e5ea;
}
.security-explain__controls {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  padding: 12px 16px;
  flex-wrap: wrap;
}
.security-explain__controls .field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.security-explain__controls label {
  font-size: 11px;
  color: #6b7280;
  font-weight: 500;
}
.security-explain__banner {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 16px;
  background: #f8f9fb;
  border-top: 1px solid #eef0f3;
  flex-wrap: wrap;
}
.security-explain__body {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
.security-explain__tree {
  width: 460px;
  overflow: auto;
  border-right: 1px solid #e2e5ea;
}
.security-explain__trace {
  flex: 1 1 auto;
  overflow: auto;
  padding: 16px;
}
.security-explain .se-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  cursor: pointer;
  gap: 8px;
}
.security-explain .se-row:hover {
  background: #f3f6fb;
}
.security-explain .se-row.selected {
  background: #e8f0fe;
}
.security-explain .se-row--subkey {
  background: #fbfcfe;
}
.security-explain .se-row--subkey .se-caret {
  color: #1a73e8;
}
.security-explain .se-row__label {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.security-explain .se-row__label .desc {
  color: #9aa0a8;
  font-size: 11px;
}
.security-explain .se-caret {
  width: 14px;
  text-align: center;
  color: #6b7280;
}
.security-explain .se-pill {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}
.security-explain .eff--allow {
  color: #1e8e3e;
  background: #e6f4ea;
}
.security-explain .eff--deny {
  color: #c5221f;
  background: #fce8e6;
}
.security-explain .eff--fallback-allow {
  color: #1e8e3e;
  background: #eef7f0;
  border: 1px dashed #a8d5b5;
}
.security-explain .eff--fallback-deny {
  color: #c5221f;
  background: #fdeeed;
  border: 1px dashed #e6b3b0;
}
.security-explain .eff--none {
  color: #6b7280;
  background: #eef0f3;
}
.security-explain .se-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 4px;
  background: #fef7e0;
  color: #b06000;
}
.security-explain .se-tag {
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  background: #eef0f3;
  color: #6b7280;
}
.security-explain .se-contrib {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
.security-explain .se-contrib th {
  text-align: left;
  font-size: 11px;
  color: #6b7280;
  border-bottom: 1px solid #eef0f3;
  padding: 4px 6px;
}
.security-explain .se-contrib td {
  font-size: 12px;
  padding: 4px 6px;
  border-bottom: 1px solid #f4f5f7;
}
.security-explain .se-contrib tr.clickable {
  cursor: pointer;
}
.security-explain .se-contrib tr.clickable:hover {
  background: #f3f6fb;
}
.security-explain .se-resolution {
  margin-top: 12px;
  font-size: 12px;
  color: #333;
}
.security-explain .se-muted {
  color: #6b7280;
}

.security-manage {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.security-manage__toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid #e2e5ea;
  flex-wrap: wrap;
}
.security-manage__toolbar .spacer {
  flex: 1 1 auto;
}
.security-manage__main {
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
}
.security-manage__grid {
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
}
.security-manage__gridroot {
  display: grid;
  height: 100%;
  align-items: center;
  grid-template-rows: minmax(0px, max-content) minmax(0px, 1fr);
}
.security-manage__explain {
  width: 480px;
  border-left: 1px solid #e2e5ea;
  overflow: hidden;
  flex: 0 0 auto;
}
.security-manage__explain.wide {
  width: 1280px;
  max-width: 70vw;
}
.security-manage__explain .explain-host {
  height: 100%;
}
.security-manage .se-head {
  background: #f7f8fa;
  border-bottom: 1px solid #e2e5ea;
  font-size: 12px;
  font-weight: 600;
  color: #4b5563;
  padding: 8px 10px;
  white-space: nowrap;
}
.security-manage .se-head--op {
  text-align: left;
}
.security-manage .se-head--col {
  text-align: center;
}
.security-manage .op-cell {
  white-space: nowrap;
  padding: 5px 10px;
  font-size: 13px;
}
.security-manage .op-cell .desc {
  color: #9aa0a8;
  font-size: 11px;
  margin-left: 6px;
}
.security-manage .se-caret {
  width: 14px;
  display: inline-block;
  text-align: center;
  color: #6b7280;
  cursor: pointer;
}
.security-manage .cell {
  text-align: center;
  padding: 4px 10px;
  font-size: 13px;
}
.security-manage .se-glyph {
  display: inline-block;
  min-width: 28px;
  padding: 1px 6px;
  border-radius: 4px;
  color: #9aa0a8;
  cursor: pointer;
}
.security-manage .se-glyph:hover {
  background: #eef3fb;
}
.security-manage .se-glyph.explicit {
  color: #1f2430;
  font-weight: 600;
}
.security-manage .se-glyph.changed {
  box-shadow: inset 0 0 0 1px #f0b429;
  background: #fef7e0;
}
.security-manage .se-chooser {
  display: inline-flex;
  gap: 2px;
}
.security-manage .se-chooser button {
  font-size: 11px;
  padding: 1px 5px;
  border: 1px solid #d4d8df;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
  color: #4b5563;
}
.security-manage .se-chooser button.sel {
  background: #1a73e8;
  color: #fff;
  border-color: #1a73e8;
}
.security-manage .se-tag {
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  background: #eef0f3;
  color: #6b7280;
  margin-left: 6px;
}
.security-manage .col-remove {
  color: #9aa0a8;
  cursor: pointer;
  margin-left: 6px;
}
.security-manage .se-pending {
  font-size: 12px;
  font-weight: 600;
  color: #b06000;
  background: #fef7e0;
  padding: 2px 8px;
  border-radius: 10px;
}
.security-manage .add-cell {
  color: #6b7280;
  padding: 5px 10px;
  font-size: 13px;
}
.security-manage .add-link {
  color: #1a73e8;
  cursor: pointer;
  font-size: 12px;
}

.mims-logo {
  background-image: url("/MIMS/EndUserFiles/MIMS Integrated icon and logos/MIMS Integrated.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25px;
  width: 125px;
  cursor: pointer;
}

.mhr-logo {
  margin-bottom: 1px;
  margin-right: 10px;
}

.mhr-tab-logo > i {
  margin-bottom: -5px;
  margin-top: 4px;
  margin-right: 10px;
  content: url("../../../../Img/MHR/MHR_logo16_mono.png");
}

.mhr-icon {
  margin-bottom: 2px;
  margin-right: 5px;
}

.clinical-module-region {
  display: grid;
  border: unset;
  width: unset;
}
.clinical-module-region--two-eye {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-areas: "eye-right-column centre-column eye-left-column";
  grid-template-columns: minmax(max-content, 1fr) max-content minmax(max-content, 1fr);
  gap: 3px 5px;
  height: 100%;
  overflow: auto;
}
.clinical-module-region--two-eye.full-screen-left {
  grid-template-areas: "eye-left-column centre-column";
  grid-template-columns: 1fr;
}
.clinical-module-region--two-eye.full-screen-right {
  grid-template-areas: "eye-right-column  centre-column";
  grid-template-columns: 1fr;
}
.clinical-module-region--two-eye > .eye-left-column {
  grid-template-areas: "eye-left-toggle" "eye-left-fields" "eye-left-draw" "eye-left-controls";
  grid-template-rows: max-content 1fr minmax(0, 300) minmax(0, max-content);
  grid-template-columns: minmax(0, 1fr);
}
.clinical-module-region--two-eye > .dox-right-column {
  grid-template-areas: "eye-right-toggle" "eye-right-fields" "eye-right-draw" "eye-right-controls";
  grid-template-rows: max-content 1fr minmax(0, 300) minmax(0, max-content);
  grid-template-columns: minmax(0, 1fr);
}
.clinical-module-region--two-eye > .dox-eye-large-full-screen-toggle {
  float: none !important;
}

.clinical-tile-popup > .dox-scale {
  contain: inline-size;
}

.rtpm .notification_green_bits > .notification__icon {
  background-color: #F2F2F2;
  color: #009933;
}
.rtpm .notification_green_bits > .notification__icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
  content: "\f14a";
}
.rtpm .notification_green_bits > .notification__text {
  font-family: "Segoe UI", sans-serif;
  font-size: 14pt;
  background-color: #53565A;
  color: #ffffff;
}
.rtpm.notification__green {
  background-color: #F2F2F2;
  border-radius: 5px;
  border: 2px solid #F2F2F2;
}
.rtpm.notification__green > .notification__icon {
  margin-right: 6px;
  background-color: #F2F2F2;
  font-style: normal;
  font-size: x-large;
  margin-left: 5px;
}
.rtpm.notification__green > .notification__icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.rtpm.notification__green > .notification__text {
  font-family: "Segoe UI", sans-serif;
  font-size: 14pt;
  background-color: #53565A;
  color: #ffffff;
}
.rtpm.notification__green .notification__icon:before {
  content: "\f14a";
  color: #009933;
}
.rtpm.notification__red {
  background-color: #F2F2F2;
  border-radius: 5px;
  border: 2px solid #F2F2F2;
}
.rtpm.notification__red > .notification__icon {
  margin-right: 6px;
  background-color: #F2F2F2;
  font-style: normal;
  font-size: x-large;
  margin-left: 5px;
}
.rtpm.notification__red > .notification__icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.rtpm.notification__red > .notification__text {
  font-family: "Segoe UI", sans-serif;
  font-size: 14pt;
  background-color: #53565A;
  color: #ffffff;
}
.rtpm.notification__red .notification__icon:before {
  content: "\f071";
  color: #FF0000;
}
.rtpm.notification__amber {
  background-color: #F2F2F2;
  border-radius: 5px;
  border: 2px solid #F2F2F2;
}
.rtpm.notification__amber > .notification__icon {
  margin-right: 6px;
  background-color: #F2F2F2;
  font-style: normal;
  font-size: x-large;
  margin-left: 5px;
}
.rtpm.notification__amber > .notification__icon:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.rtpm.notification__amber > .notification__text {
  font-family: "Segoe UI", sans-serif;
  font-size: 14pt;
  background-color: #53565A;
  color: #ffffff;
}
.rtpm.notification__amber .notification__icon:before {
  content: "\f06a";
  color: #FF9900;
}

.markdown-editor-readonly > p {
  margin-bottom: 0.25rem;
}

.grid-picker .dropdown-toggle::after {
  border-top: none !important;
}

/* the & > * selector is to include any children -    */
body {
  /*
  body .page-container .sidebar-menu #main-menu li.active > a .btn-group > ul.dropdown-menu {
      background-color: unset !important;
  }*/
  /************************
      NEON BLUE OVERRIDE 
   *************************/
  /*  body .page-container .sidebar-menu {
          background: $theme-primary-color;
          color: #084184;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
          background-color: $theme-hover-color !important;
          border-color: $theme-border-color !important;
      }

      body .page-container .sidebar-menu #main-menu li#search {
          background-color: $theme-hover-color;
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li.active > a {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-hover-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
      body .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info .sui-hover {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li a {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li a:hover {
          background-color: #084184;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a:hover {
          background-color: #052952;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
          background: $theme-primary-color;
          border-color: $theme-border-color;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
          border-color: $theme-border-color;
      }
  */
  /*  body .page-container .sidebar-menu #main-menu li#search button i {
        color: #bfccdb;
    }*/
  /*  body .page-container.horizontal-menu.with-sidebar header.navbar {
        border-color: $theme-border-color;
    }

    body .page-container.horizontal-menu.with-sidebar .sidebar-user-info {
        border-color: $theme-border-color;
    }*/
  /*
      body .page-container .sidebar-menu #main-menu li#search .search-input {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-webkit-input-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-ms-input-placeholder {
          color: #bfccdb;
      }*/
  /* body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,
   body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
       color: #bfccdb;
   }*/
}
body .k-window-titlebar {
  background-color: #4b5dc1 !important;
  color: #fff;
}
body .top-navbar {
  background-color: #4b5dc1 !important;
  border-radius: 0px !important;
}
body .top-navbar .navbar-nav .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
body .top-navbar .navbar-nav .active .nav-link {
  background-color: #5aa5ec;
  border-radius: 2px;
}
body .navbar {
  background-color: #4b5dc1;
  border-radius: 0px !important;
}
body .top-navbar {
  background-color: #4b5dc1 !important;
  border-radius: 0px !important;
}
body .sidebar-menu {
  background-color: unset !important;
  /* display: grid;
   grid-template-rows: max-content 1fr;*/
}
body .sidebar-menu .sidebar-menu-inner {
  /*  background-color: $theme-primary-color !important;*/
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li {
  border-color: rgba(75, 93, 193, 0.2) !important;
  background-color: rgba(75, 93, 193, 0.8) !important;
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li ul {
  background-color: rgb(72.7239669421, 90.9515702479, 192.2160330579) !important;
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li .has-sub {
  background-color: rgb(72.7239669421, 90.9515702479, 192.2160330579);
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li .active {
  background: #306cbb;
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li .active > a {
  background-color: #306cbb;
  color: #fff;
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened {
  /*  background: $theme-hover-color;*/
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened > a {
  background-color: #306cbb;
  color: #fff;
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li > a {
  color: #fff;
  background-color: rgb(75.758677686, 93.6828099174, 193.261322314);
}
body .sidebar-menu .sidebar-menu-inner > #main-menu li a:hover {
  color: white;
  background-color: #306cbb;
}
body body {
  border: 0px thin transparent !important;
}
body body a {
  color: #4b5dc1;
}
body body .profile-info.dropdown .dropdown-menu {
  background: #4b5dc1;
  border-color: #4b5dc1;
}
body body .profile-info.dropdown .dropdown-menu > li {
  border-bottom-color: transparent;
}
body body .profile-info.dropdown .dropdown-menu li a {
  color: #bfccdb;
}
body body .profile-info.dropdown .dropdown-menu li a:hover {
  background: #306cbb;
}
body body .profile-info.dropdown .dropdown-menu > .caret {
  border-bottom-color: #4b5dc1;
}
body body #chat {
  background: #4b5dc1;
}
body body #chat .chat-header {
  color: #FFF;
  border-bottom: 1px solid #6634a6;
}
body body #chat .chat-group > a:hover,
body body #chat .chat-group > a.active {
  background: #6634a6;
}
body body #chat .chat-group > strong {
  color: rgba(255, 255, 255, 0.4);
}
body body #chat .chat-conversation {
  background: #002a5a;
}
body body #chat .chat-conversation .conversation-body > li.odd,
body body #chat .chat-conversation .conversation-body > li.even,
body body #chat .chat-conversation .conversation-body > li.opponent {
  background: #306cbb;
}
body body #chat .chat-conversation .conversation-header {
  border-color: #6634a6;
}
body body #chat .chat-conversation .chat-textarea textarea {
  background: #306cbb;
  box-shadow: none;
  border-color: #306cbb;
}
body body #chat .chat-group > a:before {
  border-color: transparent transparent transparent #002a5a;
}
body body.login-page .login-form .form-group .input-group {
  border-color: #6634a6;
}
body body.login-page {
  background: #306cbb;
  color: rgba(255, 255, 255, 0.5);
}
body body.login-page .login-form .form-group .input-group .form-control::-webkit-input-placeholder {
  color: #bfccdb;
}
body body.login-page .login-form .form-group .input-group .form-control:-moz-placeholder {
  color: #bfccdb;
}
body body.login-page .login-form .form-group .input-group .form-control::-moz-placeholder {
  color: #bfccdb;
}
body body.login-page .login-form .form-group .input-group .form-control:-ms-input-placeholder {
  color: #bfccdb;
}
body body.login-page .login-form .form-group .input-group {
  background: #4b5dc1;
  border-color: #6634a6;
}
body body.login-page .login-form .form-group .input-group.focused {
  border-color: #074995;
}
body body.login-page .login-form .form-group .input-group .input-group-addon:after {
  background: #6634a6;
}
body body.login-page .login-form .form-group .btn-login {
  background: #306cbb;
  border-color: #6634a6;
}
body body.login-page .login-form .form-group .btn-login:hover {
  background: #4b5dc1;
}
body body .login-container .login-header {
  background-color: #4b5dc1;
}
body body .login-container .login-header.login-caret:after {
  border-top-color: #4b5dc1;
}
body body.login-page.logging-in .login-progressbar {
  background: #0050ae;
  height: 2px;
}
body body.login-page.logging-in .login-progressbar div {
  background: #ffb400;
}
body body .tile-primary {
  background: #4b5dc1;
}
body body .tile-primary .tile-entry {
  border-color: #6634a6;
}
body body .tile-primary .title {
  background: #002858;
}
body body .tile-white-primary .num,
body body .tile-white-primary h3,
body body .tile-white-primary p {
  color: #6634a6;
}
body body .btn-primary {
  background: #4b5dc1;
  border-color: #4b5dc1;
}
body body .panel-invert {
  background: #4b5dc1;
}
body body .navbar-inverse {
  border-color: #4b5dc1;
  background: #4b5dc1;
}
body body .navbar-inverse .navbar-nav > li > a {
  color: #bfccdb;
}
body body .navbar-inverse .navbar-nav > .open > a,
body body .navbar-inverse .navbar-nav > .open > a:hover,
body body .navbar-inverse .navbar-nav > .open > a:focus {
  background: #306cbb;
}
body body .navbar-inverse .navbar-nav > .active > a,
body body .navbar-inverse .navbar-nav > .active > a:hover,
body body .navbar-inverse .navbar-nav > .active > a:focus {
  background: #306cbb;
}
body body .badge.badge-primary,
body body .label-primary {
  background-color: #4b5dc1;
}
body body .badge.badge-secondary,
body body .label-secondary {
  background-color: #ffb400;
}
body body .pagination > .active > a,
body body .pagination > .active > span,
body body .pagination > .active > a:hover,
body body .pagination > .active > span:hover,
body body .pagination > .active > a:focus,
body body .pagination > .active > span:focus {
  border-color: #4b5dc1;
  background: #4b5dc1;
}
body body div.datepicker table tr td.active,
body body div.datepicker table tr td.active:hover,
body body div.datepicker table tr td.active.disabled,
body body div.datepicker table tr td.active.disabled:hover {
  background-color: #4b5dc1;
}
body body.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
  border-color: #306cbb;
}
body body.login-page .login-content a {
  color: #bfccdb;
}
body body .input-group-addon {
  color: #bfccdb;
}
body body.page-left-in,
body body.page-right-in,
body body.page-fade-only,
body body.page-fade {
  background: #4b5dc1 !important;
}
body body .btn-primary.btn-icon i {
  background-color: rgba(0, 0, 0, 0.2);
}
body body .btn-primary:hover,
body body .btn-primary:focus,
body body .btn-primary:active,
body body .btn-primary.active,
body body .open .dropdown-toggle.btn-primary {
  background: #002a5a;
  border-color: #002a5a;
}
body body .tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #4b5dc1;
}
body body .page-container.horizontal-menu header.navbar {
  background: #4b5dc1;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
  border-right-color: rgba(6, 61, 125, 0.7);
  color: #bfccdb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav {
  border-left-color: rgba(6, 61, 125, 0.7);
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
  border-right-color: rgba(6, 61, 125, 0.7);
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
  background: #4b5dc1;
}
body body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  border-color: #6634a6;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input,
body body .page-container.horizontal-menu header.navbar > ul > li#search .search-input {
  background: #306cbb;
  border-color: #6634a6;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
  border-color: #6634a6;
  background: #306cbb;
}
body body .page-container.horizontal-menu header.navbar ul.nav > li.sep {
  border-color: #6634a6;
}
body body .page-container.horizontal-menu header.navbar ul.nav > li > a,
body body .page-container.horizontal-menu header.navbar ul.nav > li > span {
  color: #bfccdb;
}
body body .entypo-menu {
  color: #bfccdb;
}
body body #chat .chat-group > a {
  color: #bfccdb;
}
body body .conversation-body,
body body #chat .entypo-cancel,
body body #chat .chat-conversation .chat-textarea:after {
  color: #bfccdb;
}
body body #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
  color: #bfccdb;
}
body body #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
  color: #bfccdb;
}
body body #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
  color: #bfccdb;
}
body body #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
  color: #bfccdb;
}
body body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  color: #bfccdb;
}
body body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i,
body body .page-container.horizontal-menu header.navbar > ul > li#search button i {
  color: #bfccdb;
}
body body .panel-invert > .panel-heading,
body body .modal.invert .modal-dialog .modal-content .modal-header,
body body .modal.invert .modal-dialog .modal-content .modal-footer {
  background: #4b5dc1;
  border-color: #6634a6;
}
body body .panel-invert > .panel-body,
body body .modal.invert .modal-dialog .modal-content {
  background: #4b5dc1;
  color: #bfccdb;
}
body body .modal.invert .modal-dialog .modal-content {
  border-color: #4b5dc1;
}
body body .panel-invert {
  border-color: #4b5dc1;
}
body body .panel-invert > .panel-heading > .panel-options > a.bg,
body body .modal.invert .modal-dialog .modal-content .modal-header .close {
  background-color: #306cbb;
}
body body .panel-invert > .panel-heading > .panel-options > a.bg:hover {
  background-color: #002a5a;
}
body body a.list-group-item.active,
body body a.list-group-item.active:hover,
body body a.list-group-item.active:focus {
  background-color: #4b5dc1;
  border-color: #4b5dc1;
}
body body a.list-group-item.active .list-group-item-text,
body body a.list-group-item.active:hover .list-group-item-text,
body body a.list-group-item.active:focus .list-group-item-text {
  color: #bfccdb;
}
body body .popover.popover-primary {
  background-color: #4b5dc1;
  border-color: #4b5dc1;
}
body body .popover.popover-primary .popover-title {
  background-color: #002a5a;
  border-color: #002a5a;
}
body body .popover.popover-primary.top .arrow {
  border-top-color: #4b5dc1;
}
body body .popover.popover-primary.top .arrow:after {
  border-top-color: #4b5dc1;
}
body body .popover.popover-primary.right .arrow {
  border-right-color: #4b5dc1;
}
body body .popover.popover-primary.right .arrow:after {
  border-right-color: #4b5dc1;
}
body body .popover.popover-primary.bottom .arrow {
  border-bottom-color: #4b5dc1;
}
body body .popover.popover-primary.bottom .arrow:after {
  border-bottom-color: #4b5dc1;
}
body body .popover.popover-primary.left .arrow {
  border-left-color: #4b5dc1;
}
body body .popover.popover-primary.left .arrow:after {
  border-left-color: #4b5dc1;
}
body body .popover.popover-secondary {
  background-color: #ffb400;
  border-color: #ffb400;
}
body body .popover.popover-secondary .popover-title {
  background-color: #ffb400;
  border-color: #ffb400;
}
body body .popover.popover-secondary.top .arrow {
  border-top-color: #ffb400;
}
body body .popover.popover-secondary.top .arrow:after {
  border-top-color: #ffb400;
}
body body .popover.popover-secondary.right .arrow {
  border-right-color: #ffb400;
}
body body .popover.popover-secondary.right .arrow:after {
  border-right-color: #ffb400;
}
body body .popover.popover-secondary.bottom .arrow {
  border-bottom-color: #ffb400;
}
body body .popover.popover-secondary.bottom .arrow:after {
  border-bottom-color: #ffb400;
}
body body .popover.popover-secondary.left .arrow {
  border-left-color: #ffb400;
}
body body .popover.popover-secondary.left .arrow:after {
  border-left-color: #ffb400;
}
body body .tooltip.tooltip-primary .tooltip-inner {
  background-color: #4b5dc1;
  color: #bfccdb;
}
body body .tooltip.tooltip-primary.top .tooltip-arrow {
  border-top-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.top-left .tooltip-arrow {
  border-top-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.top-right .tooltip-arrow {
  border-top-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.right .tooltip-arrow {
  border-right-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.left .tooltip-arrow {
  border-left-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.bottom-left .tooltip-arrow {
  border-bottom-color: #4b5dc1;
}
body body .tooltip.tooltip-primary.bottom-right .tooltip-arrow {
  border-bottom-color: #4b5dc1;
}
body body .tooltip.tooltip-secondary .tooltip-inner {
  background-color: #ffb400;
  color: #bfccdb;
}
body body .tooltip.tooltip-secondary.top .tooltip-arrow {
  border-top-color: #ffb400;
}
body body .tooltip.tooltip-secondary.top-left .tooltip-arrow {
  border-top-color: #ffb400;
}
body body .tooltip.tooltip-secondary.top-right .tooltip-arrow {
  border-top-color: #ffb400;
}
body body .tooltip.tooltip-secondary.right .tooltip-arrow {
  border-right-color: #ffb400;
}
body body .tooltip.tooltip-secondary.left .tooltip-arrow {
  border-left-color: #ffb400;
}
body body .tooltip.tooltip-secondary.bottom .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body body .tooltip.tooltip-secondary.bottom-left .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body body .tooltip.tooltip-secondary.bottom-right .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-webkit-input-placeholder,
body body .horizontal-menu header.navbar > ul > li#search .search-input::-webkit-input-placeholder {
  color: #bfccdb;
}
body body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-moz-placeholder,
body body .horizontal-menu header.navbar > ul > li#search .search-input:-moz-placeholder {
  color: #bfccdb;
}
body body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-moz-placeholder,
body body .horizontal-menu header.navbar > ul > li#search .search-input::-moz-placeholder {
  color: #bfccdb;
}
body body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-ms-input-placeholder,
body body .horizontal-menu header.navbar > ul > li#search .search-input:-ms-input-placeholder {
  color: #bfccdb;
}
body .clinical-left-side-panel > .clinical-side-panel {
  background-color: unset !important;
}

body.train-mode {
  /*
  body .page-container .sidebar-menu #main-menu li.active > a .btn-group > ul.dropdown-menu {
      background-color: unset !important;
  }*/
  /************************
      NEON BLUE OVERRIDE 
   *************************/
  /*  body .page-container .sidebar-menu {
          background: $theme-primary-color;
          color: #084184;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
          background-color: $theme-hover-color !important;
          border-color: $theme-border-color !important;
      }

      body .page-container .sidebar-menu #main-menu li#search {
          background-color: $theme-hover-color;
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li.active > a {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-hover-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
      body .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info .sui-hover {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li a {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li a:hover {
          background-color: #084184;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a:hover {
          background-color: #052952;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
          background: $theme-primary-color;
          border-color: $theme-border-color;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
          border-color: $theme-border-color;
      }
  */
  /*  body .page-container .sidebar-menu #main-menu li#search button i {
        color: #bfccdb;
    }*/
  /*  body .page-container.horizontal-menu.with-sidebar header.navbar {
        border-color: $theme-border-color;
    }

    body .page-container.horizontal-menu.with-sidebar .sidebar-user-info {
        border-color: $theme-border-color;
    }*/
  /*
      body .page-container .sidebar-menu #main-menu li#search .search-input {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-webkit-input-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-ms-input-placeholder {
          color: #bfccdb;
      }*/
  /* body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,
   body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
       color: #bfccdb;
   }*/
}
body.train-mode .k-window-titlebar {
  background-color: #893298 !important;
  color: #fff;
}
body.train-mode .top-navbar {
  background-color: #893298 !important;
  border-radius: 0px !important;
}
body.train-mode .top-navbar .navbar-nav .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.train-mode .top-navbar .navbar-nav .active .nav-link {
  background-color: #5aa5ec;
  border-radius: 2px;
}
body.train-mode .navbar {
  background-color: #893298;
  border-radius: 0px !important;
}
body.train-mode .top-navbar {
  background-color: #893298 !important;
  border-radius: 0px !important;
}
body.train-mode .sidebar-menu {
  background-color: unset !important;
  /* display: grid;
   grid-template-rows: max-content 1fr;*/
}
body.train-mode .sidebar-menu .sidebar-menu-inner {
  /*  background-color: $theme-primary-color !important;*/
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li {
  border-color: rgba(137, 50, 152, 0.2) !important;
  background-color: rgba(137, 50, 152, 0.8) !important;
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li ul {
  background-color: rgb(134.9246534653, 49.2425742574, 149.6974257426) !important;
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .has-sub {
  background-color: rgb(134.9246534653, 49.2425742574, 149.6974257426);
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active {
  background: #ac52c3;
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active > a {
  background-color: #ac52c3;
  color: #fff;
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened {
  /*  background: $theme-hover-color;*/
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened > a {
  background-color: #ac52c3;
  color: #fff;
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li > a {
  color: #fff;
  background-color: rgb(137.6917821782, 50.2524752475, 152.7675247525);
}
body.train-mode .sidebar-menu .sidebar-menu-inner > #main-menu li a:hover {
  color: white;
  background-color: #ac52c3;
}
body.train-mode body {
  border: 0px thin transparent !important;
}
body.train-mode body a {
  color: #893298;
}
body.train-mode body .profile-info.dropdown .dropdown-menu {
  background: #893298;
  border-color: #893298;
}
body.train-mode body .profile-info.dropdown .dropdown-menu > li {
  border-bottom-color: transparent;
}
body.train-mode body .profile-info.dropdown .dropdown-menu li a {
  color: #bfccdb;
}
body.train-mode body .profile-info.dropdown .dropdown-menu li a:hover {
  background: #ac52c3;
}
body.train-mode body .profile-info.dropdown .dropdown-menu > .caret {
  border-bottom-color: #893298;
}
body.train-mode body #chat {
  background: #893298;
}
body.train-mode body #chat .chat-header {
  color: #FFF;
  border-bottom: 1px solid #6634a6;
}
body.train-mode body #chat .chat-group > a:hover,
body.train-mode body #chat .chat-group > a.active {
  background: #6634a6;
}
body.train-mode body #chat .chat-group > strong {
  color: rgba(255, 255, 255, 0.4);
}
body.train-mode body #chat .chat-conversation {
  background: #002a5a;
}
body.train-mode body #chat .chat-conversation .conversation-body > li.odd,
body.train-mode body #chat .chat-conversation .conversation-body > li.even,
body.train-mode body #chat .chat-conversation .conversation-body > li.opponent {
  background: #ac52c3;
}
body.train-mode body #chat .chat-conversation .conversation-header {
  border-color: #6634a6;
}
body.train-mode body #chat .chat-conversation .chat-textarea textarea {
  background: #ac52c3;
  box-shadow: none;
  border-color: #ac52c3;
}
body.train-mode body #chat .chat-group > a:before {
  border-color: transparent transparent transparent #002a5a;
}
body.train-mode body.login-page .login-form .form-group .input-group {
  border-color: #6634a6;
}
body.train-mode body.login-page {
  background: #ac52c3;
  color: rgba(255, 255, 255, 0.5);
}
body.train-mode body.login-page .login-form .form-group .input-group .form-control::-webkit-input-placeholder {
  color: #bfccdb;
}
body.train-mode body.login-page .login-form .form-group .input-group .form-control:-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body.login-page .login-form .form-group .input-group .form-control::-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body.login-page .login-form .form-group .input-group .form-control:-ms-input-placeholder {
  color: #bfccdb;
}
body.train-mode body.login-page .login-form .form-group .input-group {
  background: #893298;
  border-color: #6634a6;
}
body.train-mode body.login-page .login-form .form-group .input-group.focused {
  border-color: #074995;
}
body.train-mode body.login-page .login-form .form-group .input-group .input-group-addon:after {
  background: #6634a6;
}
body.train-mode body.login-page .login-form .form-group .btn-login {
  background: #ac52c3;
  border-color: #6634a6;
}
body.train-mode body.login-page .login-form .form-group .btn-login:hover {
  background: #893298;
}
body.train-mode body .login-container .login-header {
  background-color: #893298;
}
body.train-mode body .login-container .login-header.login-caret:after {
  border-top-color: #893298;
}
body.train-mode body.login-page.logging-in .login-progressbar {
  background: #0050ae;
  height: 2px;
}
body.train-mode body.login-page.logging-in .login-progressbar div {
  background: #ffb400;
}
body.train-mode body .tile-primary {
  background: #893298;
}
body.train-mode body .tile-primary .tile-entry {
  border-color: #6634a6;
}
body.train-mode body .tile-primary .title {
  background: #002858;
}
body.train-mode body .tile-white-primary .num,
body.train-mode body .tile-white-primary h3,
body.train-mode body .tile-white-primary p {
  color: #6634a6;
}
body.train-mode body .btn-primary {
  background: #893298;
  border-color: #893298;
}
body.train-mode body .panel-invert {
  background: #893298;
}
body.train-mode body .navbar-inverse {
  border-color: #893298;
  background: #893298;
}
body.train-mode body .navbar-inverse .navbar-nav > li > a {
  color: #bfccdb;
}
body.train-mode body .navbar-inverse .navbar-nav > .open > a,
body.train-mode body .navbar-inverse .navbar-nav > .open > a:hover,
body.train-mode body .navbar-inverse .navbar-nav > .open > a:focus {
  background: #ac52c3;
}
body.train-mode body .navbar-inverse .navbar-nav > .active > a,
body.train-mode body .navbar-inverse .navbar-nav > .active > a:hover,
body.train-mode body .navbar-inverse .navbar-nav > .active > a:focus {
  background: #ac52c3;
}
body.train-mode body .badge.badge-primary,
body.train-mode body .label-primary {
  background-color: #893298;
}
body.train-mode body .badge.badge-secondary,
body.train-mode body .label-secondary {
  background-color: #ffb400;
}
body.train-mode body .pagination > .active > a,
body.train-mode body .pagination > .active > span,
body.train-mode body .pagination > .active > a:hover,
body.train-mode body .pagination > .active > span:hover,
body.train-mode body .pagination > .active > a:focus,
body.train-mode body .pagination > .active > span:focus {
  border-color: #893298;
  background: #893298;
}
body.train-mode body div.datepicker table tr td.active,
body.train-mode body div.datepicker table tr td.active:hover,
body.train-mode body div.datepicker table tr td.active.disabled,
body.train-mode body div.datepicker table tr td.active.disabled:hover {
  background-color: #893298;
}
body.train-mode body.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
  border-color: #ac52c3;
}
body.train-mode body.login-page .login-content a {
  color: #bfccdb;
}
body.train-mode body .input-group-addon {
  color: #bfccdb;
}
body.train-mode body.page-left-in,
body.train-mode body.page-right-in,
body.train-mode body.page-fade-only,
body.train-mode body.page-fade {
  background: #893298 !important;
}
body.train-mode body .btn-primary.btn-icon i {
  background-color: rgba(0, 0, 0, 0.2);
}
body.train-mode body .btn-primary:hover,
body.train-mode body .btn-primary:focus,
body.train-mode body .btn-primary:active,
body.train-mode body .btn-primary.active,
body.train-mode body .open .dropdown-toggle.btn-primary {
  background: #002a5a;
  border-color: #002a5a;
}
body.train-mode body .tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #893298;
}
body.train-mode body .page-container.horizontal-menu header.navbar {
  background: #893298;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
  border-right-color: rgba(6, 61, 125, 0.7);
  color: #bfccdb;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav {
  border-left-color: rgba(6, 61, 125, 0.7);
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
  border-right-color: rgba(6, 61, 125, 0.7);
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
  background: #893298;
}
body.train-mode body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  border-color: #6634a6;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input,
body.train-mode body .page-container.horizontal-menu header.navbar > ul > li#search .search-input {
  background: #ac52c3;
  border-color: #6634a6;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
  border-color: #6634a6;
  background: #ac52c3;
}
body.train-mode body .page-container.horizontal-menu header.navbar ul.nav > li.sep {
  border-color: #6634a6;
}
body.train-mode body .page-container.horizontal-menu header.navbar ul.nav > li > a,
body.train-mode body .page-container.horizontal-menu header.navbar ul.nav > li > span {
  color: #bfccdb;
}
body.train-mode body .entypo-menu {
  color: #bfccdb;
}
body.train-mode body #chat .chat-group > a {
  color: #bfccdb;
}
body.train-mode body .conversation-body,
body.train-mode body #chat .entypo-cancel,
body.train-mode body #chat .chat-conversation .chat-textarea:after {
  color: #bfccdb;
}
body.train-mode body #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
  color: #bfccdb;
}
body.train-mode body #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
  color: #bfccdb;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  color: #bfccdb;
}
body.train-mode body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i,
body.train-mode body .page-container.horizontal-menu header.navbar > ul > li#search button i {
  color: #bfccdb;
}
body.train-mode body .panel-invert > .panel-heading,
body.train-mode body .modal.invert .modal-dialog .modal-content .modal-header,
body.train-mode body .modal.invert .modal-dialog .modal-content .modal-footer {
  background: #893298;
  border-color: #6634a6;
}
body.train-mode body .panel-invert > .panel-body,
body.train-mode body .modal.invert .modal-dialog .modal-content {
  background: #893298;
  color: #bfccdb;
}
body.train-mode body .modal.invert .modal-dialog .modal-content {
  border-color: #893298;
}
body.train-mode body .panel-invert {
  border-color: #893298;
}
body.train-mode body .panel-invert > .panel-heading > .panel-options > a.bg,
body.train-mode body .modal.invert .modal-dialog .modal-content .modal-header .close {
  background-color: #ac52c3;
}
body.train-mode body .panel-invert > .panel-heading > .panel-options > a.bg:hover {
  background-color: #002a5a;
}
body.train-mode body a.list-group-item.active,
body.train-mode body a.list-group-item.active:hover,
body.train-mode body a.list-group-item.active:focus {
  background-color: #893298;
  border-color: #893298;
}
body.train-mode body a.list-group-item.active .list-group-item-text,
body.train-mode body a.list-group-item.active:hover .list-group-item-text,
body.train-mode body a.list-group-item.active:focus .list-group-item-text {
  color: #bfccdb;
}
body.train-mode body .popover.popover-primary {
  background-color: #893298;
  border-color: #893298;
}
body.train-mode body .popover.popover-primary .popover-title {
  background-color: #002a5a;
  border-color: #002a5a;
}
body.train-mode body .popover.popover-primary.top .arrow {
  border-top-color: #893298;
}
body.train-mode body .popover.popover-primary.top .arrow:after {
  border-top-color: #893298;
}
body.train-mode body .popover.popover-primary.right .arrow {
  border-right-color: #893298;
}
body.train-mode body .popover.popover-primary.right .arrow:after {
  border-right-color: #893298;
}
body.train-mode body .popover.popover-primary.bottom .arrow {
  border-bottom-color: #893298;
}
body.train-mode body .popover.popover-primary.bottom .arrow:after {
  border-bottom-color: #893298;
}
body.train-mode body .popover.popover-primary.left .arrow {
  border-left-color: #893298;
}
body.train-mode body .popover.popover-primary.left .arrow:after {
  border-left-color: #893298;
}
body.train-mode body .popover.popover-secondary {
  background-color: #ffb400;
  border-color: #ffb400;
}
body.train-mode body .popover.popover-secondary .popover-title {
  background-color: #ffb400;
  border-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.top .arrow {
  border-top-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.top .arrow:after {
  border-top-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.right .arrow {
  border-right-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.right .arrow:after {
  border-right-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.bottom .arrow {
  border-bottom-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.bottom .arrow:after {
  border-bottom-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.left .arrow {
  border-left-color: #ffb400;
}
body.train-mode body .popover.popover-secondary.left .arrow:after {
  border-left-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-primary .tooltip-inner {
  background-color: #893298;
  color: #bfccdb;
}
body.train-mode body .tooltip.tooltip-primary.top .tooltip-arrow {
  border-top-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.top-left .tooltip-arrow {
  border-top-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.top-right .tooltip-arrow {
  border-top-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.right .tooltip-arrow {
  border-right-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.left .tooltip-arrow {
  border-left-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.bottom-left .tooltip-arrow {
  border-bottom-color: #893298;
}
body.train-mode body .tooltip.tooltip-primary.bottom-right .tooltip-arrow {
  border-bottom-color: #893298;
}
body.train-mode body .tooltip.tooltip-secondary .tooltip-inner {
  background-color: #ffb400;
  color: #bfccdb;
}
body.train-mode body .tooltip.tooltip-secondary.top .tooltip-arrow {
  border-top-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.top-left .tooltip-arrow {
  border-top-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.top-right .tooltip-arrow {
  border-top-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.right .tooltip-arrow {
  border-right-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.left .tooltip-arrow {
  border-left-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.bottom .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.bottom-left .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.train-mode body .tooltip.tooltip-secondary.bottom-right .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.train-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-webkit-input-placeholder,
body.train-mode body .horizontal-menu header.navbar > ul > li#search .search-input::-webkit-input-placeholder {
  color: #bfccdb;
}
body.train-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-moz-placeholder,
body.train-mode body .horizontal-menu header.navbar > ul > li#search .search-input:-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-moz-placeholder,
body.train-mode body .horizontal-menu header.navbar > ul > li#search .search-input::-moz-placeholder {
  color: #bfccdb;
}
body.train-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-ms-input-placeholder,
body.train-mode body .horizontal-menu header.navbar > ul > li#search .search-input:-ms-input-placeholder {
  color: #bfccdb;
}
body.train-mode .clinical-left-side-panel > .clinical-side-panel {
  background-color: unset !important;
}

body.test-mode {
  /*
  body .page-container .sidebar-menu #main-menu li.active > a .btn-group > ul.dropdown-menu {
      background-color: unset !important;
  }*/
  /************************
      NEON BLUE OVERRIDE 
   *************************/
  /*  body .page-container .sidebar-menu {
          background: $theme-primary-color;
          color: #084184;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li#search .search-input {
          background-color: $theme-hover-color !important;
          border-color: $theme-border-color !important;
      }

      body .page-container .sidebar-menu #main-menu li#search {
          background-color: $theme-hover-color;
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li {
          border-color: rgba(6, 61, 125, 0.7);
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li.active > a {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a {
          background-color: $theme-hover-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a,
      body .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .logo-env > div.sidebar-collapse a:hover {
          background: $theme-hover-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu .sidebar-user-info .sui-hover {
          background-color: $theme-primary-color;
      }

      body .page-container .sidebar-menu #main-menu li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li a {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li a:hover {
          background-color: #084184;
      }

      body .page-container .sidebar-menu #main-menu li ul > li > a:hover {
          background-color: #052952;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
          border-color: $theme-border-color;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container .sidebar-menu #main-menu li ul > li ul > li ul > li ul > li > a {
          background-color: #002a5a;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
          background: $theme-primary-color;
          border-color: $theme-border-color;
      }

      body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
          border-color: $theme-border-color;
      }
  */
  /*  body .page-container .sidebar-menu #main-menu li#search button i {
        color: #bfccdb;
    }*/
  /*  body .page-container.horizontal-menu.with-sidebar header.navbar {
        border-color: $theme-border-color;
    }

    body .page-container.horizontal-menu.with-sidebar .sidebar-user-info {
        border-color: $theme-border-color;
    }*/
  /*
      body .page-container .sidebar-menu #main-menu li#search .search-input {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-webkit-input-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input::-moz-placeholder {
          color: #bfccdb;
      }

      body .page-container .sidebar-menu #main-menu li#search .search-input:-ms-input-placeholder {
          color: #bfccdb;
      }*/
  /* body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,
   body .page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
       color: #bfccdb;
   }*/
}
body.test-mode .k-window-titlebar {
  background-color: #9d3535 !important;
  color: #fff;
}
body.test-mode .top-navbar {
  background-color: #9d3535 !important;
  border-radius: 0px !important;
}
body.test-mode .top-navbar .navbar-nav .nav-link {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
}
body.test-mode .top-navbar .navbar-nav .active .nav-link {
  background-color: #5aa5ec;
  border-radius: 2px;
}
body.test-mode .navbar {
  background-color: #9d3535;
  border-radius: 0px !important;
}
body.test-mode .top-navbar {
  background-color: #9d3535 !important;
  border-radius: 0px !important;
}
body.test-mode .sidebar-menu {
  background-color: unset !important;
  /* display: grid;
   grid-template-rows: max-content 1fr;*/
}
body.test-mode .sidebar-menu .sidebar-menu-inner {
  /*  background-color: $theme-primary-color !important;*/
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li {
  border-color: rgba(157, 53, 53, 0.2) !important;
  background-color: rgba(157, 53, 53, 0.8) !important;
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li ul {
  background-color: rgb(154.7122857143, 52.2277142857, 52.2277142857) !important;
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .has-sub {
  background-color: rgb(154.7122857143, 52.2277142857, 52.2277142857);
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active {
  background: #ad4120;
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active > a {
  background-color: #ad4120;
  color: #fff;
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened {
  /*  background: $theme-hover-color;*/
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li .active.opened > a {
  background-color: #ad4120;
  color: #fff;
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li > a {
  color: #fff;
  background-color: rgb(157.7625714286, 53.2574285714, 53.2574285714);
}
body.test-mode .sidebar-menu .sidebar-menu-inner > #main-menu li a:hover {
  color: white;
  background-color: #ad4120;
}
body.test-mode body {
  border: 0px thin transparent !important;
}
body.test-mode body a {
  color: #9d3535;
}
body.test-mode body .profile-info.dropdown .dropdown-menu {
  background: #9d3535;
  border-color: #9d3535;
}
body.test-mode body .profile-info.dropdown .dropdown-menu > li {
  border-bottom-color: transparent;
}
body.test-mode body .profile-info.dropdown .dropdown-menu li a {
  color: #bfccdb;
}
body.test-mode body .profile-info.dropdown .dropdown-menu li a:hover {
  background: #ad4120;
}
body.test-mode body .profile-info.dropdown .dropdown-menu > .caret {
  border-bottom-color: #9d3535;
}
body.test-mode body #chat {
  background: #9d3535;
}
body.test-mode body #chat .chat-header {
  color: #FFF;
  border-bottom: 1px solid #6634a6;
}
body.test-mode body #chat .chat-group > a:hover,
body.test-mode body #chat .chat-group > a.active {
  background: #6634a6;
}
body.test-mode body #chat .chat-group > strong {
  color: rgba(255, 255, 255, 0.4);
}
body.test-mode body #chat .chat-conversation {
  background: #002a5a;
}
body.test-mode body #chat .chat-conversation .conversation-body > li.odd,
body.test-mode body #chat .chat-conversation .conversation-body > li.even,
body.test-mode body #chat .chat-conversation .conversation-body > li.opponent {
  background: #ad4120;
}
body.test-mode body #chat .chat-conversation .conversation-header {
  border-color: #6634a6;
}
body.test-mode body #chat .chat-conversation .chat-textarea textarea {
  background: #ad4120;
  box-shadow: none;
  border-color: #ad4120;
}
body.test-mode body #chat .chat-group > a:before {
  border-color: transparent transparent transparent #002a5a;
}
body.test-mode body.login-page .login-form .form-group .input-group {
  border-color: #6634a6;
}
body.test-mode body.login-page {
  background: #ad4120;
  color: rgba(255, 255, 255, 0.5);
}
body.test-mode body.login-page .login-form .form-group .input-group .form-control::-webkit-input-placeholder {
  color: #bfccdb;
}
body.test-mode body.login-page .login-form .form-group .input-group .form-control:-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body.login-page .login-form .form-group .input-group .form-control::-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body.login-page .login-form .form-group .input-group .form-control:-ms-input-placeholder {
  color: #bfccdb;
}
body.test-mode body.login-page .login-form .form-group .input-group {
  background: #9d3535;
  border-color: #6634a6;
}
body.test-mode body.login-page .login-form .form-group .input-group.focused {
  border-color: #074995;
}
body.test-mode body.login-page .login-form .form-group .input-group .input-group-addon:after {
  background: #6634a6;
}
body.test-mode body.login-page .login-form .form-group .btn-login {
  background: #ad4120;
  border-color: #6634a6;
}
body.test-mode body.login-page .login-form .form-group .btn-login:hover {
  background: #9d3535;
}
body.test-mode body .login-container .login-header {
  background-color: #9d3535;
}
body.test-mode body .login-container .login-header.login-caret:after {
  border-top-color: #9d3535;
}
body.test-mode body.login-page.logging-in .login-progressbar {
  background: #0050ae;
  height: 2px;
}
body.test-mode body.login-page.logging-in .login-progressbar div {
  background: #ffb400;
}
body.test-mode body .tile-primary {
  background: #9d3535;
}
body.test-mode body .tile-primary .tile-entry {
  border-color: #6634a6;
}
body.test-mode body .tile-primary .title {
  background: #002858;
}
body.test-mode body .tile-white-primary .num,
body.test-mode body .tile-white-primary h3,
body.test-mode body .tile-white-primary p {
  color: #6634a6;
}
body.test-mode body .btn-primary {
  background: #9d3535;
  border-color: #9d3535;
}
body.test-mode body .panel-invert {
  background: #9d3535;
}
body.test-mode body .navbar-inverse {
  border-color: #9d3535;
  background: #9d3535;
}
body.test-mode body .navbar-inverse .navbar-nav > li > a {
  color: #bfccdb;
}
body.test-mode body .navbar-inverse .navbar-nav > .open > a,
body.test-mode body .navbar-inverse .navbar-nav > .open > a:hover,
body.test-mode body .navbar-inverse .navbar-nav > .open > a:focus {
  background: #ad4120;
}
body.test-mode body .navbar-inverse .navbar-nav > .active > a,
body.test-mode body .navbar-inverse .navbar-nav > .active > a:hover,
body.test-mode body .navbar-inverse .navbar-nav > .active > a:focus {
  background: #ad4120;
}
body.test-mode body .badge.badge-primary,
body.test-mode body .label-primary {
  background-color: #9d3535;
}
body.test-mode body .badge.badge-secondary,
body.test-mode body .label-secondary {
  background-color: #ffb400;
}
body.test-mode body .pagination > .active > a,
body.test-mode body .pagination > .active > span,
body.test-mode body .pagination > .active > a:hover,
body.test-mode body .pagination > .active > span:hover,
body.test-mode body .pagination > .active > a:focus,
body.test-mode body .pagination > .active > span:focus {
  border-color: #9d3535;
  background: #9d3535;
}
body.test-mode body div.datepicker table tr td.active,
body.test-mode body div.datepicker table tr td.active:hover,
body.test-mode body div.datepicker table tr td.active.disabled,
body.test-mode body div.datepicker table tr td.active.disabled:hover {
  background-color: #9d3535;
}
body.test-mode body.login-page .login-form .form-group.lockscreen-input .lockscreen-thumb img {
  border-color: #ad4120;
}
body.test-mode body.login-page .login-content a {
  color: #bfccdb;
}
body.test-mode body .input-group-addon {
  color: #bfccdb;
}
body.test-mode body.page-left-in,
body.test-mode body.page-right-in,
body.test-mode body.page-fade-only,
body.test-mode body.page-fade {
  background: #9d3535 !important;
}
body.test-mode body .btn-primary.btn-icon i {
  background-color: rgba(0, 0, 0, 0.2);
}
body.test-mode body .btn-primary:hover,
body.test-mode body .btn-primary:focus,
body.test-mode body .btn-primary:active,
body.test-mode body .btn-primary.active,
body.test-mode body .open .dropdown-toggle.btn-primary {
  background: #002a5a;
  border-color: #002a5a;
}
body.test-mode body .tile-block .tile-content .todo-list .neon-cb-replacement .cb-wrapper .checked {
  background: #9d3535;
}
body.test-mode body .page-container.horizontal-menu header.navbar {
  background: #9d3535;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
  border-right-color: rgba(6, 61, 125, 0.7);
  color: #bfccdb;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a {
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav {
  border-left-color: rgba(6, 61, 125, 0.7);
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
  border-right-color: rgba(6, 61, 125, 0.7);
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li:hover > a {
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
  background: #9d3535;
}
body.test-mode body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  border-color: #6634a6;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input,
body.test-mode body .page-container.horizontal-menu header.navbar > ul > li#search .search-input {
  background: #ad4120;
  border-color: #6634a6;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li#search.search-input-collapsed:hover {
  border-color: #6634a6;
  background: #ad4120;
}
body.test-mode body .page-container.horizontal-menu header.navbar ul.nav > li.sep {
  border-color: #6634a6;
}
body.test-mode body .page-container.horizontal-menu header.navbar ul.nav > li > a,
body.test-mode body .page-container.horizontal-menu header.navbar ul.nav > li > span {
  color: #bfccdb;
}
body.test-mode body .entypo-menu {
  color: #bfccdb;
}
body.test-mode body #chat .chat-group > a {
  color: #bfccdb;
}
body.test-mode body .conversation-body,
body.test-mode body #chat .entypo-cancel,
body.test-mode body #chat .chat-conversation .chat-textarea:after {
  color: #bfccdb;
}
body.test-mode body #chat .chat-conversation .chat-textarea textarea::-webkit-input-placeholder {
  color: #bfccdb;
}
body.test-mode body #chat .chat-conversation .chat-textarea textarea:-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body #chat .chat-conversation .chat-textarea textarea::-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body #chat .chat-conversation .chat-textarea textarea:-ms-input-placeholder {
  color: #bfccdb;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
  color: #bfccdb;
}
body.test-mode body .page-container.horizontal-menu header.navbar .navbar-inner > ul > li#search button i,
body.test-mode body .page-container.horizontal-menu header.navbar > ul > li#search button i {
  color: #bfccdb;
}
body.test-mode body .panel-invert > .panel-heading,
body.test-mode body .modal.invert .modal-dialog .modal-content .modal-header,
body.test-mode body .modal.invert .modal-dialog .modal-content .modal-footer {
  background: #9d3535;
  border-color: #6634a6;
}
body.test-mode body .panel-invert > .panel-body,
body.test-mode body .modal.invert .modal-dialog .modal-content {
  background: #9d3535;
  color: #bfccdb;
}
body.test-mode body .modal.invert .modal-dialog .modal-content {
  border-color: #9d3535;
}
body.test-mode body .panel-invert {
  border-color: #9d3535;
}
body.test-mode body .panel-invert > .panel-heading > .panel-options > a.bg,
body.test-mode body .modal.invert .modal-dialog .modal-content .modal-header .close {
  background-color: #ad4120;
}
body.test-mode body .panel-invert > .panel-heading > .panel-options > a.bg:hover {
  background-color: #002a5a;
}
body.test-mode body a.list-group-item.active,
body.test-mode body a.list-group-item.active:hover,
body.test-mode body a.list-group-item.active:focus {
  background-color: #9d3535;
  border-color: #9d3535;
}
body.test-mode body a.list-group-item.active .list-group-item-text,
body.test-mode body a.list-group-item.active:hover .list-group-item-text,
body.test-mode body a.list-group-item.active:focus .list-group-item-text {
  color: #bfccdb;
}
body.test-mode body .popover.popover-primary {
  background-color: #9d3535;
  border-color: #9d3535;
}
body.test-mode body .popover.popover-primary .popover-title {
  background-color: #002a5a;
  border-color: #002a5a;
}
body.test-mode body .popover.popover-primary.top .arrow {
  border-top-color: #9d3535;
}
body.test-mode body .popover.popover-primary.top .arrow:after {
  border-top-color: #9d3535;
}
body.test-mode body .popover.popover-primary.right .arrow {
  border-right-color: #9d3535;
}
body.test-mode body .popover.popover-primary.right .arrow:after {
  border-right-color: #9d3535;
}
body.test-mode body .popover.popover-primary.bottom .arrow {
  border-bottom-color: #9d3535;
}
body.test-mode body .popover.popover-primary.bottom .arrow:after {
  border-bottom-color: #9d3535;
}
body.test-mode body .popover.popover-primary.left .arrow {
  border-left-color: #9d3535;
}
body.test-mode body .popover.popover-primary.left .arrow:after {
  border-left-color: #9d3535;
}
body.test-mode body .popover.popover-secondary {
  background-color: #ffb400;
  border-color: #ffb400;
}
body.test-mode body .popover.popover-secondary .popover-title {
  background-color: #ffb400;
  border-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.top .arrow {
  border-top-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.top .arrow:after {
  border-top-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.right .arrow {
  border-right-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.right .arrow:after {
  border-right-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.bottom .arrow {
  border-bottom-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.bottom .arrow:after {
  border-bottom-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.left .arrow {
  border-left-color: #ffb400;
}
body.test-mode body .popover.popover-secondary.left .arrow:after {
  border-left-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-primary .tooltip-inner {
  background-color: #9d3535;
  color: #bfccdb;
}
body.test-mode body .tooltip.tooltip-primary.top .tooltip-arrow {
  border-top-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.top-left .tooltip-arrow {
  border-top-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.top-right .tooltip-arrow {
  border-top-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.right .tooltip-arrow {
  border-right-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.left .tooltip-arrow {
  border-left-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.bottom .tooltip-arrow {
  border-bottom-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.bottom-left .tooltip-arrow {
  border-bottom-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-primary.bottom-right .tooltip-arrow {
  border-bottom-color: #9d3535;
}
body.test-mode body .tooltip.tooltip-secondary .tooltip-inner {
  background-color: #ffb400;
  color: #bfccdb;
}
body.test-mode body .tooltip.tooltip-secondary.top .tooltip-arrow {
  border-top-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.top-left .tooltip-arrow {
  border-top-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.top-right .tooltip-arrow {
  border-top-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.right .tooltip-arrow {
  border-right-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.left .tooltip-arrow {
  border-left-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.bottom .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.bottom-left .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.test-mode body .tooltip.tooltip-secondary.bottom-right .tooltip-arrow {
  border-bottom-color: #ffb400;
}
body.test-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-webkit-input-placeholder,
body.test-mode body .horizontal-menu header.navbar > ul > li#search .search-input::-webkit-input-placeholder {
  color: #bfccdb;
}
body.test-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-moz-placeholder,
body.test-mode body .horizontal-menu header.navbar > ul > li#search .search-input:-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input::-moz-placeholder,
body.test-mode body .horizontal-menu header.navbar > ul > li#search .search-input::-moz-placeholder {
  color: #bfccdb;
}
body.test-mode body .horizontal-menu header.navbar .navbar-inner > ul > li#search .search-input:-ms-input-placeholder,
body.test-mode body .horizontal-menu header.navbar > ul > li#search .search-input:-ms-input-placeholder {
  color: #bfccdb;
}
body.test-mode .clinical-left-side-panel > .clinical-side-panel {
  background-color: unset !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}
.border-radius-0 > * {
  border-radius: 0px !important;
}
