/* Fundamental colours
   ======================== */
/* Themeable colours 
   ======================== */
.button-shadow {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
/* Mixins
   ======================== */
/* Sizes
   ======================== */
/* Flex panels */
.flex-col,
.flex-col-responsive {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.flex-wrap-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex-fit {
  flex: 0 0 auto;
}
.flex-grow {
  flex-grow: 1;
}
.flex-expand {
  flex: 1 1 auto;
}
.flex-content {
  flex: 1 1 100%;
}
.flex-vertical-center {
  justify-content: center;
}
.flex-justify-space-between {
  justify-content: space-between;
}
.flex-container {
  display: flex;
  margin: -15px;
}
.flex-container .flex-col {
  display: block;
  position: relative;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}
.abs-pos-top,
.btn.abs-pos-top {
  position: absolute;
  top: 0;
}
.abs-pos-bottom,
.btn.abs-pos-bottom {
  position: absolute;
  bottom: 0;
}
.abs-pos-left,
.btn.abs-pos-left {
  position: absolute;
  left: 0;
}
.abs-pos-right,
.btn.abs-pos-right {
  position: absolute;
  right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flex-expand {
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .flex-container.responsive-no-flex {
    display: block;
  }
  .flex-container.responsive-no-flex .flex-col {
    margin-bottom: 1rem;
  }
}
/* Breadcrumbs
   ======================== */
.progress-header {
  background-color: #fdea14;
  color: #348b41;
  margin-top: 1px;
  margin-bottom: 1em;
}
.progress-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.progress-image {
  margin-right: 1em;
  height: 5em;
}
ul.breadcrumb {
  display: inline-block;
  font-size: 1rem;
}
ul.breadcrumb li {
  display: block;
  float: left;
  color: #348b41;
  margin-right: 2em;
  position: relative;
}
ul.breadcrumb li span,
ul.breadcrumb li a {
  line-height: 1.8em;
}
ul.breadcrumb li.current:after {
  content: "";
  display: block;
  background-color: #348b41;
  position: absolute;
  height: 3px;
  left: 1px;
  right: 1px;
  bottom: -2px;
}
ul.breadcrumb li a {
  color: #348b41;
}
ul.breadcrumb li a {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 70vw;
  color: #348b41;
}
ul.breadcrumb li:hover:not(.future):after {
  content: "";
  display: block;
  background-color: #348b41;
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: -2px;
}
ul.breadcrumb li.future {
  opacity: 0.4;
}
.progress-show-when-mobile {
  display: none;
}
.progress-show-when-mobile,
.progress-show-when-mobile ul.breadcrumb {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .progress-hide-when-mobile {
    display: none;
  }
  .progress-show-when-mobile {
    display: block;
  }
  .progress-image {
    height: 2.8em;
  }
  ul.breadcrumb {
    font-size: 0.875rem;
  }
  ul.breadcrumb li {
    margin-right: 1em;
  }
}
/* Panels
======================== */
.list-panel {
  display: block;
  background-color: #f0f0f0;
  padding: 20px 15px 20px 20px;
  margin-bottom: 15px;
}
.list-panel.flex-row {
  display: flex;
}
.list-panel.flex-col {
  height: 100%;
}
.list-panel .flex-col {
  justify-content: center;
}
.list-panel .flex-col:not(:last-child) {
  margin-right: 1em;
}
.list-panel .flex-col.nospacing {
  margin-right: 0;
}
.list-panel p {
  margin-bottom: 0;
}
.list-panel input[type=number],
.list-panel input[type=text] {
  background-color: white;
  width: 100%;
  min-width: unset;
}
.list-panel.tight {
  padding: 10px;
}
.list-panel.yellow {
  background-color: #fdea14;
}
.list-panel.inverse {
  background-color: #348b41;
  color: #fdea14;
}
.list-panel.inverse h1,
.list-panel.inverse h2,
.list-panel.inverse h3,
.list-panel.inverse h4 {
  color: #fdea14;
}
.list-panel.inverse .btn {
  color: white;
  border-color: white;
}
.skip-capacity {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #348b41;
  color: #fdea14;
  text-align: center;
}
.wheely-bins {
  width: 50px;
  height: 82px;
  background-image: url(../images/wheelybin.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold;
  padding-right: 2px;
  color: #348b41;
}
.wheely-bins span:last-child {
  font-size: 14px;
}
.discount-panel,
.list-item.discount-panel {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 9px 10px;
  margin: 15px 0;
}
.discount-panel::before,
.list-item.discount-panel::before {
  display: none;
}
.image-selector-panel {
  background: #f0f0f0;
  padding: 0.5rem;
  margin: 2px 0;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.image-selector-panel img {
  max-width: 8rem;
}
.image-gallery {
  background: #f0f0f0;
  padding: 0.5rem 0.25rem;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.image-gallery button.image-link {
  padding: 0;
  background-color: none;
  display: inline-block;
  margin: 0 0.25rem;
  border: 4px solid transparent;
  border-radius: 0;
}
.image-gallery button.image-link.selected {
  border-color: #0b2459;
}
.image-gallery button.image-link.selected:focus {
  outline: none;
}
.image-gallery button.image-link img {
  height: 4rem;
}
/* Dialog & message panel close button
======================================== */
a.msg-panel-close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 1em;
  background-color: transparent;
  cursor: pointer;
}
a.msg-panel-close i {
  font-size: 2em;
}
a.msg-panel-close:hover,
a.msg-panel-close:focus {
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
}
/* Dialog panel
======================== */
.dialog-panel {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  min-width: 20em;
  max-width: 30em;
  height: auto;
  margin-top: -12em;
  z-index: 2000;
  border: solid 1px silver;
  background-color: white;
  box-shadow: 0 0.2em 20px 0 rgba(0, 0, 0, 0.35);
  /* countdown timer svg */
}
.dialog-panel > p,
.dialog-panel > a,
.dialog-panel > a::after hover {
  display: block;
  padding: 1.3em 1.8em 1.3em 2em;
  color: inherit;
  margin: 0;
}
.dialog-panel > a {
  cursor: pointer;
}
.dialog-panel > a.subtle {
  font-size: 0.9em;
  padding: 0.25em 2em;
}
.dialog-panel i {
  vertical-align: baseline;
}
.dialog-panel .dialog-content {
  margin-top: 3.2em;
  padding: 30px 15px;
}
.dialog-panel .msg-icon {
  font-size: 1.5em;
  margin-right: 0.6em;
}
.dialog-panel h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  color: #348b41;
}
.dialog-panel svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dialog-panel .countdown-circle {
  stroke-width: 4px;
  fill: none;
  stroke: #ac2000;
}
.dialog-panel .countdown-circle-back {
  stroke-width: 4px;
  fill: none;
  stroke: #f0f0f0;
}
.dialog-container-scroll {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.dialog-container-scroll .dialog-panel {
  position: absolute;
  display: block;
  top: 2em;
  margin-top: 0;
  margin-left: 0;
  left: 25%;
  width: 50%;
  height: auto;
  max-width: 40em;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .dialog-container-scroll .dialog-panel {
    left: 15%;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .dialog-container-scroll .dialog-panel {
    left: 5%;
    width: 90%;
  }
}
/* Full page overlay
	======================== */
.full-page-overlay {
  position: fixed;
  display: table;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 220, 220, 0.7);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
}
.full-page-overlay .dialog-shim {
  display: table-cell;
  vertical-align: middle;
}
.full-page-overlay .full-page-container {
  position: fixed;
  left: 2em;
  top: 2em;
  right: 2em;
  bottom: 2em;
  background-color: #888;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
}
.full-page-overlay .full-page-container .full-page-container-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.75);
}
.full-page-overlay .full-page-container .msg-panel-close {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 15px;
}
.full-page-overlay .full-page-container a.msg-panel-close:hover {
  color: #199FFF;
}
.full-page-overlay .full-page-container .scroll-container {
  position: absolute;
  left: 0;
  top: 3.2em;
  right: 0;
  bottom: 0;
  padding: 30px 15px;
  overflow-y: scroll;
}
.full-page-overlay .dialog-container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  min-width: 20em;
  max-width: 60em;
  background-color: white;
  -webkit-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
}
.full-page-overlay .dialog-container .dialog-title {
  position: relative;
  margin: 0;
  padding: 10px 15px 7px 15px;
  background-color: #199FFF;
  color: white;
}
.full-page-overlay .dialog-container .dialog-title h3 {
  margin: 0;
  padding: 11px 0;
  color: white;
}
.full-page-overlay .dialog-container .dialog-title .msg-panel-close {
  height: auto;
  bottom: 0;
  padding: 18px 15px;
}
.full-page-overlay .dialog-container .dialog-body,
.full-page-overlay .dialog-container .dialog-footer {
  width: 100%;
  padding: 10px 15px;
  margin: 0;
}
.full-page-overlay .dialog-container .dialog-body {
  max-height: calc(100vh - 10.5em);
  overflow-y: auto;
  padding-top: 20px;
}
.full-page-overlay .dialog-container .dialog-footer .btn-tray {
  margin-top: 10px;
}
/* Postcode input
======================================== */
.composite-address-input {
  background-color: #f0f0f0;
  border: solid 1px #f0f0f0;
  width: 100%;
  display: block;
  border-radius: 8px;
  position: relative;
  height: 50px;
  margin-top: 20px;
}
.composite-address-input .postcode-input {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 90px);
  line-height: 49px;
  font-size: 1.2em;
  color: #348b41;
  padding: 0 10px;
  margin: 0;
  border: none;
  text-transform: uppercase;
  overflow: hidden;
}
.composite-address-input .postcode-input.wide {
  width: calc(100% - 40px);
}
.composite-address-input .postcode-input::placeholder {
  text-transform: none;
}
.composite-address-input .postcode-input::-webkit-input-placeholder {
  text-transform: none;
}
.composite-address-input .postcode-input:-moz-placeholder {
  text-transform: none;
}
.composite-address-input .postcode-input::-moz-placeholder {
  text-transform: none;
}
.composite-address-input .postcode-input:-ms-input-placeholder {
  text-transform: none !important;
}
.composite-address-input .selected-address-summary {
  position: absolute;
  left: 10px;
  top: 0;
  width: calc(100% - 95px);
  line-height: 49px;
  font-size: 1.2em;
  color: #348b41;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.composite-address-input .selected-address-summary:hover {
  text-decoration: underline;
}
.composite-address-input .drop-down,
.composite-address-input .search-address,
.composite-address-input .submit-address {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 11px 10px 9px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .composite-address-input #postcode-input {
    height: 100%;
  }
}
.address-results {
  max-height: 10em;
  overflow-y: auto;
  border: solid 1px #f0f0f0;
}
.address-results label {
  padding: 0 10px;
  cursor: pointer;
  margin: 0 0 0;
  position: relative;
}
.address-results label:not(:last-child) {
  margin-bottom: 2px;
}
.address-results label:not(:last-child):after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 100%;
  right: 5px;
  background-color: #f0f0f0;
}
.address-results label input[type=radio] {
  display: none;
}
.address-results label:hover {
  color: #348b41;
  background-color: #f0f0f0;
}
.image-container {
  display: inline-block;
  position: relative;
  width: 10rem;
  height: 10rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
}
.image-container i {
  margin: 0;
}
.image-container img {
  object-fit: cover;
}
.image-container .remove {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: white;
  border-color: black;
  margin: 0;
  border-radius: 0;
  padding: 0.6rem 0.75rem;
  min-width: 0;
}
.image-container .remove:hover {
  background-color: red;
  color: white;
}
/* List items 
   ======================== */
.list-item {
  position: relative;
  border: none;
  padding: 15px;
  display: table;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.list-item .compound {
  padding: 0;
}
.list-item .compound > a {
  padding: 15px;
}
.list-item .list-item-icon,
.list-item .list-item-text,
.list-item .list-item-action {
  display: table-cell;
}
.list-item .list-item-icon {
  padding-right: 0.6em;
  font-size: 1.2em;
}
.list-item .list-item-action {
  text-align: right;
}
.list-item.clickable {
  cursor: pointer;
}
.list-item.clickable:hover {
  background-color: #199FFF;
  color: white;
}
.list-item.clickable:hover h3,
.list-item.clickable:hover h4,
.list-item.clickable:hover h5 {
  color: white;
}
.list-item.spaced {
  margin: 1em 0;
}
.list-item.v-centered .list-item-icon,
.list-item.v-centered .list-item-text,
.list-item.v-centered .list-item-action {
  vertical-align: middle;
}
.list-item.child {
  padding-left: 64px;
}
.list-item.child .tree-visual {
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 20px;
  border-left: solid 1px rgba(0, 0, 0, 0.3);
}
.list-item.child .tree-visual:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.list-item.child.last-child .tree-visual {
  bottom: 50%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.list-item.child.last-child .tree-visual:after {
  display: none;
}
.help-block {
  margin: 0.5em 0;
}
.help-block.has-close .list-item-text {
  padding-right: 2em;
}
.help-block .list-item .list-item-action {
  width: 2em;
}
.help-block a:hover {
  color: #e0e0ff;
}
a.list-item,
.list-item .compound > a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s;
}
.list-item {
  margin: 0 0 1px 0;
}
.list-item::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
}
a.list-item:hover,
.list-item.compound > a:hover {
  background-color: #199FFF;
  /* Hover backcolour */
  background-image: none;
  color: white;
  /* Hover forecolour */
  text-decoration: none;
}
a.list-item:focus {
  text-decoration: none;
}
.list-item.selectable {
  border-right: solid 6px transparent;
}
.list-item.active {
  background-color: transparent;
  color: inherit;
  border-right: solid 6px dodgerblue;
}
.list-item.active:hover {
  border-right: solid 6px dodgerblue;
}
.list-item.active .badge {
  float: right;
  font-weight: 300;
  color: #555;
  background: none;
  padding: 3px 0;
  min-width: 0;
}
.list-item.active > .badge {
  background: none;
  color: #444;
}
.list-item:hover .badge,
.list-item.active:hover .badge {
  color: white;
}
.list-item-wrapper {
  display: block;
  background-color: #c0c0c0;
  margin-bottom: 1px;
}
.tile-container .list-item {
  float: left;
  width: 11.5rem;
  height: 5.5rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem;
  display: block;
}
.tile-container .list-item .list-item-icon {
  display: block;
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  padding: 0;
  font-size: 2.5rem;
}
.tile-container .list-item .list-item-icon.icon-skip {
  margin-bottom: -0.25em;
  font-size: 4.2em;
}
.tile-container .list-item.tile-large {
  width: 11.5rem;
  height: 11.5rem;
}
.tile-container .list-item.tile-large .list-item-icon {
  font-size: 4rem;
}
.vertical-tile-container .list-item {
  margin: 0 0 1px 0;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  display: block;
  font-size: 1rem;
  width: auto;
  background-color: transparent;
}
.vertical-tile-container .list-item:before {
  background-color: transparent;
}
.vertical-tile-container .list-item .list-item-icon {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  display: inline-block;
  padding: 0;
  font-size: 1em;
}
.vertical-tile-container .list-item .list-item-icon[class*='icon-'] {
  margin-top: -0.2em;
}
.vertical-tile-container .list-item.warning::before {
  position: relative;
  content: "\f06a";
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  height: auto;
  padding-right: 0.25em;
  color: #ac2000;
  background-color: transparent;
}
a .list-item.warning-block .task-reminder,
a.list-item.warning-block .task-task,
a.list-item.danger-block .task-reminder,
a.list-item.danger-block .task-task,
a.list-item:hover .task-reminder,
a.list-item:hover .task-task,
.list-item.compound > a:hover .task-reminder .list-item.compound > a:hover .task-task {
  background-color: white;
  color: #303030;
}
ul.actual-list {
  list-style: disc;
  margin-left: 1.2em;
}
.list-item.separator {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
}
.markdown-container a {
  position: relative;
  padding: 0.5em;
  vertical-align: middle;
  top: -2px;
}
/* Quill editor
======================== */
.ql-editor {
  min-height: 12em;
  max-height: 20em;
  padding: 10px;
}
body .ql-container {
  height: unset;
}
/* Quill emojis extension
======================== */
#emoji-palette .ap {
  margin-top: 0px;
}
#emoji-palette .bem {
  margin: 8px;
}
.background-light-grey,
.background-total-cost,
.background-register,
.background-account,
.background-admin,
.background-settings,
.background-history,
.background-gradient,
.background-footer,
.property-detail-header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.background-light-grey {
  background-color: #e0e0e0;
}
.background-lightest-grey {
  background-color: #f0f0f0;
}
.background-panel {
  background-color: #f0f0f0;
}
.background-total-cost {
  background-color: rgba(60, 30, 255, 0.05);
}
.background-register {
  background-color: #488E5A;
  color: White;
}
.background-account {
  background-color: #0A6741;
  color: White;
}
.background-admin {
  background-color: #28231E;
  color: White;
}
.background-permission-denied {
  background-color: #163C4C;
  color: White;
}
.background-settings {
  background-color: #473648;
  color: White;
}
.background-history {
  background-color: #C6C5C1;
}
.background-contact {
  background-color: #312102;
  color: White;
}
.background-history-content {
  background-color: #eee;
}
.background-dark-blue {
  background-color: #0b2459;
  color: White;
}
.background-blue {
  background-color: #199FFF;
  color: White;
}
.background-blue h1,
.background-blue h2,
.background-blue h3,
.background-blue h4,
.background-blue h5 {
  color: White;
}
.background-charcoal {
  background-color: #303030;
  color: White;
}
.background-white {
  background-color: White;
}
.background-raspberry {
  background-color: #692644;
  color: White;
}
.background-green {
  background-color: #348b41;
  color: White;
}
.background-dark-red {
  background-color: #801336;
  color: White;
}
.background-warm-grey {
  background-color: #414141;
  color: White;
}
.background-dusky-pink {
  background-color: #8d6262;
  color: White;
}
.background-teal {
  background-color: #254b62;
  color: White;
}
.background-tabstrip {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.background-lighten {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}
.background-lighten-some {
  background-color: rgba(255, 255, 255, 0.1);
}
.background-gradient {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: unset;
}
/* Bootstrap overrides 
   ======================== */
.container {
  width: 92%;
  max-width: 1600px;
  position: relative;
}
.navbar {
  background-color: #199FFF;
  color: white;
  padding: 0 1rem;
  line-height: 24px;
  font-size: 14px;
}
.navbar .navbar-brand {
  padding: 0;
  margin-left: 0;
  float: left;
  margin-right: 20px;
}
.navbar .navbar-brand img {
  margin: 6px 8px;
  height: 28px;
  transition: height 0.6s;
}
.navbar .navbar-brand:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar li.nav-item {
  position: relative;
}
.navbar li.nav-item a:hover,
.navbar li.nav-item a:focus {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.navbar li.nav-item.selected:after {
  content: "";
  position: absolute;
  border-bottom: solid 5px white;
  height: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}
.navbar li.nav-item .dropdown-menu .dropdown-item:hover,
.navbar li.nav-item .dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: #199FFF;
}
.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  margin: 0;
}
.breadcrumb {
  padding: 0;
  background: none;
  border-radius: unset;
}
.narrow-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.narrow-gutters > .col,
.narrow-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.btn-lg i {
  font-size: 1.2em;
}
/* Cards
   ======================== */
.card {
  border: none;
  position: relative;
}
.card h4 i {
  white-space: nowrap;
  display: inline;
  padding-left: 0.5em;
}
.card,
.card-img-top,
.card-footer:last-child {
  border-radius: 0;
}
img.embed-responsive-item {
  object-fit: cover;
}
.card-body,
.card-footer {
  background-color: transparent;
}
.card.hover {
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  -moz-transition: background 0.4s ease, color 0.4s ease;
  -ms-transition: background 0.4s ease, color 0.4s ease;
  -o-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.card.hover:hover {
  background-color: #199FFF;
  color: white;
}
.card.hover:hover i {
  color: inherit !important;
}
.card .warning-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  background-color: #ac2000;
}
.card .warning-icon::after {
  content: "\f06a";
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  position: absolute;
  left: 0.5rem;
  top: 3.75rem;
  height: auto;
  color: white;
  background-color: transparent;
  z-index: 1;
}
/* Badge
   ======================== */
.badge {
  border-radius: 1em;
  min-width: 1.5em;
  font-weight: normal;
}
.dropdown-header {
  background-color: #f0f0f0;
  font-size: 0.7rem;
  text-transform: uppercase;
}
#card-element {
  border: solid 1px #f0f0f0;
  padding: 0.5rem;
  height: 2.25rem;
  border-radius: 8px;
}
.drag-handle-inside {
  position: relative;
  left: 0;
  top: 0;
  right: -8px;
  bottom: 0;
  cursor: move;
  background-color: #f0f0f0;
}
.drag-handle-inside:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  width: 10px;
  background-image: url(/images/draggable-dark.png);
}
.drag-handle {
  position: absolute;
  left: 15px;
  top: 4px;
  bottom: 4px;
  width: 10px;
  cursor: move;
  background-image: url(/images/draggable-dark.png);
}
.dragging {
  opacity: 0.5;
}
/* Menu editing with drag and drop */
.drop-container {
  padding-top: 0.25rem;
}
.menu-dropzone-before {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  right: 2.5rem;
  height: 1.25rem;
  /*	background-color: rgba(0,0,255,0.25);
*/
}
.drop-indicator:not(.has-children) .menu-dropzone-after {
  cursor: move;
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 3rem;
  bottom: 0;
  /*		background-color: rgba(255,0,0,0.25);
*/
}
.menu-dropzone-child {
  cursor: move;
  position: absolute;
  left: 3rem;
  top: 1.25rem;
  right: 2.5rem;
  bottom: 0;
  /*	background-color: rgba(0,255,0,0.25);
*/
}
.drop-indicator.top > .drop-container {
  padding-top: 2.75rem;
}
.drop-indicator.top > .drop-container .menu-dropzone-before {
  height: 2.5rem;
}
.drop-indicator.top > .drop-container .menu-dropzone-after,
.drop-indicator.top > .drop-container .menu-dropzone-child {
  top: 2.5rem;
}
.drop-indicator.bottom:not(.has-children) > .drop-container,
.drop-indicator.child > .drop-container,
.large-dropzones > .drop-container {
  padding-bottom: 2.5rem;
}
.menu-child-container {
  margin-left: 2rem;
}
.drop-indicator.top {
  position: relative;
}
.drop-indicator.top:before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0;
  right: 0;
  height: 2.25rem;
  border: 2px dotted blue;
}
.drop-indicator.bottom:not(.has-children) {
  position: relative;
}
.drop-indicator.bottom:not(.has-children):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.25rem;
  border: 2px dotted blue;
}
.drop-indicator.child {
  position: relative;
}
.drop-indicator.child:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 0;
  height: 2.25rem;
  border: 2px dotted blue;
}
.menu-remove {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: transparent;
  cursor: pointer;
  padding: 0.65rem 0.5rem 0 0.6rem;
}
.menu-remove:hover,
.menu-remove:focus {
  background-color: #ac2000;
  color: white;
}
.menu-remove:hover i,
.menu-remove:focus i {
  color: white;
}
.twd-selected-border {
  border-color: #199FFF !important;
}
.twd-selected-bg {
  background-color: #199FFF !important;
}
.twd-book .book__browse {
  color: #199FFF !important;
}
.twd-main-menu .main-menu__item.k-state-border-right > .k-link {
  color: #199FFF !important;
}
.twd-toolbox .twd-toolbox-item-selected {
  border-color: #199FFF !important;
}
.twd-toggle-buttons .toggle-buttons__button.-selected {
  color: #199FFF !important;
}
.twd-toggle-buttons .toggle-buttons__button.-selected:hover {
  color: #199FFF !important;
}
.twd-editor.-ods.-data-members .editor__value .k-treeview .k-item .k-in.k-selected {
  border: 1px solid #199FFF !important;
}
.twd-filemanager .k-filemanager-listview .k-listview-item.k-state-selected {
  border: 1px solid #199FFF !important;
}
.twd-editor .editor__name-focused {
  color: #199FFF !important;
}
.twd-editor .editor__border-focused {
  border: 1px solid #199FFF !important;
}
.twd-wizard-steps .wizard-steps__step.-set .wizard-steps__item {
  background: #199FFF !important;
}
.twd-wizard-steps .wizard-steps__step.-set + .wizard-steps__step .wizard-steps__separator {
  border-color: #199FFF !important;
}
.twd-wizard-steps .wizard-steps__item.k-state-selected {
  background: #199FFF !important;
}
.twd-wizard-steps .wizard-steps__item.k-state-selected:after {
  border: 1px solid #199FFF !important;
}
.twd-wizard-steps .wizard-steps__item.k-state-selected:hover {
  background: #199FFF !important;
}
.twd-designer .ui-resizable:after {
  background-image: repeating-linear-gradient(0deg, #199FFF, #199FFF 4px, transparent 4px, transparent 8px, #199FFF 8px), repeating-linear-gradient(90deg, #199FFF, #199FFF 4px, transparent 4px, transparent 8px, #199FFF 8px), repeating-linear-gradient(180deg, #199FFF, #199FFF 4px, transparent 4px, transparent 8px, #199FFF 8px), repeating-linear-gradient(270deg, #199FFF, #199FFF 4px, transparent 4px, transparent 8px, #199FFF 8px);
}
.twd-designer .ui-resizable .ui-resizable-handle {
  border: 1px solid #199FFF !important;
}
.twd-designer .k-button-group:not(.k-split-button) .k-button-solid-base:active,
.twd-designer .k-button-group:not(.k-split-button) .k-button-solid-base.k-active {
  background-color: #199FFF !important;
}
.twd-global-search-list-item .twd-global-search-list-item-text .twd-search-highlight {
  color: #199FFF !important;
}
.k-text-selection ::selection {
  background-color: #199FFF !important;
}
.k-drop-hint-line {
  background-color: #199FFF !important;
}
.k-drop-hint-h .k-drop-hint-start {
  border-left-color: #199FFF !important;
}
.k-drop-hint-h .k-drop-hint-end {
  border-right-color: #199FFF !important;
}
.k-drop-hint-v .k-drop-hint-start {
  border-top-color: #199FFF !important;
}
.k-drop-hint-v .k-drop-hint-end {
  border-bottom-color: #199FFF !important;
}
.k-marquee-color {
  color: #199FFF !important;
}
.k-marquee-text {
  color: #199FFF !important;
}
.k-border-primary {
  border-color: #199FFF !important;
}
.k-text-primary,
.k-color-primary {
  color: #199FFF !important;
}
.k-bg-primary {
  background-color: #199FFF !important;
}
.k-checkbox:indeterminate,
.k-checkbox.k-indeterminate {
  color: #199FFF !important;
}
.k-checkbox:checked,
.k-checkbox.k-checked {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-checkbox-wrap .k-ripple-blob {
  color: #199FFF !important;
}
.k-ripple-container .k-checkbox::after {
  background: #199FFF !important;
}
.k-ripple-container .k-radio::after {
  background: #199FFF !important;
}
.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
  color: #199FFF !important;
}
.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover,
.k-list-item.k-selected.k-hover,
.k-selected.k-hover.k-list-optionlabel {
  color: #199FFF !important;
}
.k-overlay-primary {
  background-color: #199FFF !important;
}
.k-badge-solid.k-badge-primary {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-badge-outline.k-badge-primary {
  color: #199FFF !important;
}
.k-button-solid-base.k-selected {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-button-solid-primary {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-button-outline-primary {
  color: #199FFF !important;
}
.k-button-outline-primary:hover,
.k-button-outline-primary.k-hover {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-button-outline-primary:active,
.k-button-outline-primary.k-active {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-button-outline-primary.k-selected {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-button-flat-primary {
  color: #199FFF !important;
}
.k-button-link-primary {
  color: #199FFF !important;
}
.k-button-clear-primary {
  color: #199FFF !important;
}
.k-avatar-solid-primary {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-avatar-outline-primary {
  color: #199FFF !important;
}
.k-loader-primary {
  color: #199FFF !important;
}
.k-menu-group .k-item > .k-link:active,
.k-menu-group .k-item > .k-link.k-active,
.k-menu-group .k-item > .k-link.k-selected,
.k-menu.k-context-menu .k-item > .k-link:active,
.k-menu.k-context-menu .k-item > .k-link.k-active,
.k-menu.k-context-menu .k-item > .k-link.k-selected {
  color: #199FFF !important;
}
.k-menu-scroll-button {
  color: #199FFF !important;
}
.k-overflow-container .k-button.k-selected {
  color: #199FFF !important;
}
.k-panelbar > .k-item.k-active > .k-link.k-selected,
.k-panelbar > .k-item.k-expanded > .k-link.k-selected {
  color: #199FFF !important;
}
.k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-items-wrapper .k-item.k-active,
.k-tabstrip-items-wrapper .k-item.k-selected {
  color: #199FFF !important;
}
.k-tooltip-primary {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-tooltip-primary .k-callout {
  color: #199FFF !important;
}
.k-listbox .k-drop-hint {
  border-top-color: #199FFF !important;
}
.k-progressbar .k-state-selected {
  background-color: #199FFF !important;
}
.k-radio:checked,
.k-radio.k-checked {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-slider .k-slider-selection {
  background-color: #199FFF !important;
}
.k-slider .k-draghandle {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-slider .k-draghandle:hover {
  border-color: #199FFF !important;
}
.k-calendar .k-calendar-td.k-state-selected:hover .k-link,
.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link {
  color: #199FFF !important;
}
.k-calendar .k-nav-today {
  color: #199FFF !important;
}
.k-calendar .k-calendar-view .k-today {
  color: #199FFF !important;
}
.k-calendar .k-calendar-td.k-state-selected .k-link {
  color: #199FFF !important;
}
.k-time-header .k-time-now,
.k-time-selector-header .k-time-now {
  color: #199FFF !important;
}
.k-time-list .k-item:hover {
  color: #199FFF !important;
}
.k-treeview-leaf.k-selected {
  color: #199FFF !important;
}
.k-treeview .k-treeview-load-more-button {
  color: #199FFF !important;
}
.k-switch-on .k-switch-track {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-external-dropzone-hover .k-icon,
.k-external-dropzone-hover .k-dropzone-icon {
  color: #199FFF !important;
}
.k-appbar-primary {
  background-color: #199FFF !important;
}
.k-fab-solid-primary {
  outline: 1px solid #199FFF !important;
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-dialog-titlebar {
  background-color: #199FFF !important;
}
.k-drawer-item.k-state-selected {
  color: #199FFF !important;
}
.k-drawer-item.k-state-selected:hover,
.k-drawer-item.k-state-selected.k-state-hover {
  color: #199FFF !important;
}
.k-notification-primary {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-bottom-nav-solid.k-bottom-nav-primary {
  background-color: #199FFF !important;
}
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
  color: #199FFF !important;
}
.k-breadcrumb-link {
  color: #199FFF !important;
}
.k-breadcrumb-link:focus,
.k-breadcrumb-link.k-state-focused {
  color: #199FFF !important;
}
.k-state-selected.k-pager-refresh,
.k-state-selected.k-pager-nav.k-link {
  color: #199FFF !important;
}
.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-link.k-state-hover {
  color: #199FFF !important;
}
.k-pager-numbers .k-link {
  color: #199FFF !important;
}
.k-pager-numbers .k-link.k-state-selected {
  color: #199FFF !important;
}
.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-selected,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-selected {
  color: #199FFF !important;
}
.k-stepper .k-step-done .k-step-indicator {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-stepper .k-step-current .k-step-indicator {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-items-wrapper .k-item.k-state-active,
.k-tabstrip-items-wrapper .k-item.k-state-selected {
  color: #199FFF !important;
}
.k-expander-title {
  color: #199FFF !important;
}
.k-panelbar .k-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-group > .k-panelbar-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-item > .k-link.k-state-selected,
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-state-selected {
  color: #199FFF !important;
}
.k-panelbar > .k-item.k-state-active > .k-link.k-state-selected,
.k-panelbar > .k-item.k-state-expanded > .k-link.k-state-selected {
  color: #199FFF !important;
}
.k-splitbar:focus,
.k-splitbar.k-state-focus,
.k-splitbar.k-state-focused {
  color: #199FFF !important;
}
.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
  color: #199FFF !important;
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #199FFF !important;
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #199FFF !important;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #199FFF !important;
}
.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-header-column-menu.k-state-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
  color: #199FFF !important;
}
.k-columnmenu-item.k-state-selected {
  color: #199FFF !important;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
  color: #199FFF !important;
}
.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #199FFF !important;
}
.k-spreadsheet .k-filter-range {
  border-color: #199FFF !important;
}
.k-spreadsheet-has-comment::after {
  border-color: #199FFF #199FFF transparent transparent !important;
}
.k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected {
  color: #199FFF !important;
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #199FFF !important;
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  background-color: #199FFF !important;
}
.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir=rtl] .k-spreadsheet-has-comment::after,
[dir=rtl] .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #199FFF transparent transparent #199FFF !important;
}
.k-filter .k-filter-preview-field {
  color: #199FFF !important;
}
.k-taskboard-card .k-card-title {
  color: #199FFF !important;
}
.k-ct-popup .k-state-selected {
  color: #199FFF !important;
}
.k-editor-content .k-text-selected,
.k-editor-content::selection {
  background-color: #199FFF !important;
}
.k-gantt .k-gantt-dependencies-svg polyline.k-state-selected {
  stroke: #199FFF !important;
}
.k-task-single.k-state-selected {
  color: #199FFF !important;
}
.k-gantt-line.k-state-selected {
  color: #199FFF !important;
}
.k-task-planned .k-task-moment {
  border-color: #199FFF !important;
}
.k-task-planned .k-task-duration {
  background-color: #199FFF !important;
}
.k-task-planned:hover .k-task-moment {
  background-color: #199FFF !important;
}
.k-planned-tooltip {
  background-color: #199FFF !important;
}
.k-event {
  color: #199FFF !important;
}
.k-event.k-state-selected {
  color: #199FFF !important;
}
.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
  border-color: #199FFF !important;
}
.k-scheduler-yearview .k-day-indicator {
  background-color: #199FFF !important;
}
.k-chat .k-bubble a {
  color: #199FFF !important;
}
.k-chat .k-alt .k-bubble {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-chat .k-quick-reply {
  border-color: #199FFF !important;
  color: #199FFF !important;
}
.k-chat .k-quick-reply:hover {
  border-color: #199FFF !important;
  background-color: #199FFF !important;
}
.k-timeline .k-timeline-flag {
  background-color: #199FFF !important;
}
.k-timeline .k-timeline-circle {
  background-color: #199FFF !important;
}
.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #199FFF !important;
}
.k-scrollview-pageable > .k-button.k-primary,
.k-scrollview-nav > .k-link.k-primary {
  background: #199FFF !important;
  border: #199FFF !important;
}
.k-var--accent {
  background-color: #199FFF !important;
}
.k-var--primary {
  background-color: #199FFF !important;
}
.k-var--selected-text-color {
  background-color: #199FFF !important;
}
.k-var--series-a {
  background-color: #199FFF !important;
}
.k-var--series-1 {
  background-color: #199FFF !important;
}
.k-var--gauge-pointer {
  background-color: #199FFF !important;
}
.k-map .k-marker {
  color: #199FFF !important;
}
.k-menu:not(.k-context-menu) > .k-item.k-state-selected {
  color: #199FFF !important;
}
.twd-filemanager .k-filemanager-grid .k-state-selected {
  background-color: rgba(114, 180, 255, 0.2) !important;
}
.twd-filemanager .k-filemanager-grid .k-state-selected:hover {
  background-color: rgba(114, 180, 255, 0.2) !important;
}
.k-checkbox:checked:focus,
.k-checkbox.k-checked.k-focus {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-button-solid-primary:focus,
.k-button-solid-primary.k-focus {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-button-outline-primary:focus,
.k-button-outline-primary.k-focus {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-button-link-primary:focus,
.k-button-link-primary.k-focus {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-radio:checked:focus,
.k-radio.k-checked.k-state-focus {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-slider .k-draghandle:focus,
.k-slider .k-draghandle.k-state-focused {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-slider.k-state-focused .k-draghandle {
  box-shadow: 0 0 0 2px rgba(114, 180, 255, 0.3) !important;
}
.k-switch-on:focus .k-switch-track,
.k-switch-on.k-focus .k-switch-track {
  outline: 2px solid rgba(114, 180, 255, 0.25) !important;
}
.k-fab-solid-primary.k-focus,
.k-fab-solid-primary:focus {
  outline-color: rgba(114, 180, 255, 0.3) !important;
}
.k-chat .k-alt .k-bubble {
  box-shadow: 0 1px 2px rgba(114, 180, 255, 0.2) !important;
}
.k-chat .k-alt .k-bubble:hover {
  box-shadow: 0 1px 2px rgba(114, 180, 255, 0.2) !important;
}
.k-chat .k-alt .k-state-selected .k-bubble {
  box-shadow: 0 3px 10px rgba(114, 180, 255, 0.4) !important;
}
.k-timeline-track-item.k-state-focus .k-timeline-circle {
  box-shadow: 0 3px 4px 0 rgba(114, 180, 255, 0.4) !important;
}
.twd-notifications {
  height: 0px !important;
}
.loader__item {
  display: none !important;
}
/* Cookie Consent
   ======================== */
#cookieConsentContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(220, 220, 220, 0.7);
}
#cookieConsent {
  width: 100%;
  padding: 30px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #000;
  z-index: 9999999;
}
#cookieConsent a,
#cookieConsent button {
  border: none;
  display: inline-block;
  line-height: 1.5em;
  background-color: #000;
  padding: 2px 10px;
  border-radius: 5px;
  color: #fff;
  margin: 0 6px 0 0;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
}
#cookieConsent a:hover,
#cookieConsent button:hover {
  background-color: #44f;
}
#cookieConsent #buttons {
  margin-top: 10px;
}
.hidden {
  display: none;
}
/* Misc elements
   ======================== */
p:not(.nospacing) {
  margin-bottom: 1em;
}
p.small,
span.small {
  font-size: 0.8em;
}
html {
  font-size: 16px;
}
body {
  padding-top: 0;
  padding-bottom: 0;
  transition: padding 0.6s;
  font-family: 'Lato', sans-serif;
  background-color: white;
  color: black;
  line-height: 1.15;
}
.sign-in-backgound {
  background-color: #f0f0f0;
}
.mobile-app-only {
  display: none;
}
body.mobile-app .mobile-app-only {
  display: block;
}
body.mobile-app .hide-mobile-app {
  display: none;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.no-text-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #c0c0c0;
}
body.usersignedin .signedout,
body.usersignedout .signedin {
  display: none !important;
}
/* FontAwesome extras
   ======================== */
.fa-required-indicator {
  font-size: 10px;
  vertical-align: super;
  color: #348b41;
}
.fa-required-indicator:before {
  content: "\f069";
}
.fa-stack-inline {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.fa-stack-halfx {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0.5em;
  font-size: 0.5em;
  top: 0.75em;
}
[class*='icon-']:before {
  vertical-align: middle;
}
/* Headings & text
   ======================== */
.section-header {
  margin-bottom: 40px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced {
  margin: 1em 0 0.5em 0;
}
h1.spaced-top,
h2.spaced-top,
h3.spaced-top,
h4.spaced-top,
h5.spaced-top {
  margin: 1em 0 0 0;
}
h1.spaced-bottom,
h2.spaced-bottom,
h3.spaced-bottom,
h4.spaced-bottom,
h5.spaced-bottom {
  margin: 0 0 0.5em 0;
}
h1 .alt,
h2 .alt,
h3 .alt,
h4 .alt,
h5 .alt {
  font-weight: normal;
  color: #199FFF;
}
h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain {
  color: unset;
  display: inline;
  vertical-align: middle;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.125rem;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: inherit;
}
h5,
.field-notes {
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0;
  margin: 0 0 0.25em 0;
  transition: font-size 0.6s;
}
h1.ruled,
h2.ruled {
  padding-bottom: 7px;
  border-bottom: solid 2px black;
}
.aside {
  color: #c0c0c0;
}
.view-control-responsive h1 {
  display: inline-block;
}
.view-control-responsive .view-control-container {
  float: right;
}
.row-header h1,
.row-header h2,
.row-header h3,
.row-header h4 {
  float: left;
  line-height: 4rem;
  margin: 0;
}
.row-header a,
.row-header .btn {
  float: right;
  margin: 1rem 0;
}
.fa.inline {
  width: 0.6em;
  height: 1em;
  vertical-align: -5%;
  margin-bottom: -0.1em;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.disabled {
  color: #c0c0c0;
}
.strikethrough {
  text-decoration: line-through;
}
.footnote {
  color: #303030;
  font-size: 0.8em;
}
.black-outline {
  text-shadow: 0 0 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
/* Sidebar
   ======================== */
.col-sidebar {
  background-image: url('../images/sidebar-gradient.png');
  background-position: right top;
  background-repeat: repeat-y;
  background-color: #f0f0f0;
  padding: 0 0 2rem 0;
  width: 18rem;
  transition: width 0.3s;
  overflow: hidden;
}
.col-sidebar .sidebar-toggle {
  color: #199FFF;
}
.col-sidebar .sidebar-toggle i {
  -moz-transition: -moz-transform ease 0.6s;
  -webkit-transition: -webkit-transform ease 0.6s;
  -o-transition: -o-transform ease 0.6s;
  -ms-transition: -ms-transform ease 0.6s;
  transition: transform ease 0.6s;
}
.col-sidebar .list-item.sidebar-toggle .text {
  opacity: 0;
  transition: opacity 0.1s;
}
.col-sidebar:not(.collapsed) .sidebar-toggle:hover .text {
  opacity: 1;
}
.col-sidebar .list-item {
  height: 2.1em;
}
.col-sidebar .list-item .text {
  transition: opacity 0.3s;
  overflow: hidden;
  text-wrap: none;
  white-space: nowrap;
}
.col-sidebar h4 {
  height: 1.2em;
  overflow: hidden;
  text-wrap: none;
  white-space: nowrap;
  transition: color 0.3s, height 0.3s, margin 0.3s;
}
.col-sidebar.collapsed {
  width: 3.5rem;
}
.col-sidebar.collapsed a .text {
  opacity: 0;
}
.col-sidebar.collapsed h4 {
  height: 0;
  color: transparent;
  margin: 0.5rem 0;
}
.col-sidebar.collapsed h4:before {
  content: "";
  position: absolute;
  left: -1rem;
  right: -1rem;
  height: 1px;
  background-color: white;
}
.col-sidebar.collapsed .sidebar-toggle i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sidebar a.selected {
  background-image: url('../images/sidebar-gradient.png');
  background-position: right top;
  background-repeat: repeat-y;
  background-color: #199FFF;
  color: white;
}
#sidebar a.selected::after {
  content: '';
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  left: unset;
  right: -1px;
  width: 5px;
  height: 100%;
  border-left: solid 1px #0085e5;
}
#sidebar h4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Badge (not Bootstrap)
   ======================== */
.flight-readiness-badge,
.basket-count {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 12px;
}
.flight-readiness-badge {
  width: 100%;
  margin: 2px 0;
  padding: 4px 10px;
}
.basket-count {
  position: relative;
  background-color: white;
  border: none;
  color: black;
  font-size: 9px;
  padding: 4px 6px;
  left: -3px;
  top: 3px;
}
td .change-added,
td .change-changed,
td .change-fixed,
td .change-removed {
  width: 100%;
}
.change-added,
.change-changed,
.change-fixed,
.change-removed {
  padding: 4px 10px;
}
.change-added {
  background-color: #348b41;
  color: white;
}
.change-changed {
  background-color: #ec8200;
  color: white;
}
.change-fixed {
  background-color: #ac2000;
  color: white;
}
.change-removed {
  background-color: #303030;
  color: white;
}
.shadow {
  -webkit-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
}
/* Menu
======================== */
.menu-container {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0.2rem 1rem calc(1rem / 4) rgba(0, 0, 0, 0.35);
}
.menu-container i,
.menu-container .fa-stack {
  margin-right: 0.75em;
}
.menu-container .list-item:not(:last-child)::before {
  left: 0;
  right: 0;
}
.menu-container .list-item:last-child {
  margin-bottom: 0;
}
.menu-container .list-item:last-child::before {
  content: none;
}
.overlay,
.header-overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.overlay.modal,
.header-overlay.modal {
  background-color: rgba(220, 220, 220, 0.7);
}
.overlay.scrollable,
.header-overlay.scrollable {
  position: absolute;
  z-index: 1900;
}
.header-overlay {
  bottom: auto;
  height: 40px;
}
.sticky-header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}
.inline-context-menu {
  display: inline-block;
  vertical-align: middle;
}
.inline-context-menu a {
  font-size: 0.875rem;
  font-weight: normal;
  color: black;
  cursor: pointer;
  padding: 9px 12px;
  text-decoration: none;
  display: inline-block;
}
.inline-context-menu.highlight a {
  color: white;
}
.inline-context-menu-spacer {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
}
.menu-dropdown {
  border: none;
  background-color: transparent;
  min-width: 0;
  color: black;
  cursor: pointer;
  padding: 9px 12px;
  text-decoration: none;
}
/* Container 
======================== */
.grouped-container {
  background-color: #f8f8f8;
  border: solid 1px #c0c0c0;
}
.grouped-container .group-item:not(:first-of-type) {
  margin-top: 1em;
}
.group-item {
  background-color: white;
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.row-container {
  position: relative;
  display: table;
  width: 100%;
  margin: 2px 0;
}
.row-container .control-container {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
/* Home page 
======================== */
.home-image-anchor-right {
  position: absolute;
  top: 0;
}
.responsive-shrink-home-image {
  height: 12em;
  margin-top: -1em;
}
/* Avatars
======================== */
.avatar-item {
  position: relative;
  border: none;
  width: 100%;
  clear: both;
}
.avatar-item h4 {
  margin: 0 0.4em 0 0;
}
.avatar-image {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  float: left;
}
.avatar-image + div {
  margin-left: 4rem;
}
.avatar-image img {
  width: 100%;
  height: 100%;
}
.disabled .avatar-image {
  opacity: 0.5;
}
.timestamp {
  font-family: 'Roboto', sans-serif;
  color: #692644;
  font-size: 0.91em;
}
/* Form items
======================== */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #199FFF;
  text-decoration: none;
}
a.actual-link {
  text-decoration: underline;
}
label,
select,
input,
textarea {
  font-weight: normal;
  line-height: 30px;
  display: block;
}
label {
  margin-bottom: 0;
}
.field-validation-error {
  border-left: solid 6px red;
  background-color: #ffc0c0;
  padding: 0.5em;
  margin: 0.4em 0;
  display: block;
}
label.field-validation-error {
  line-height: normal;
}
input[type=checkbox] {
  height: 34px;
}
select,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=date],
input[type=time],
input[type=number],
input[type=file],
input[type=search],
textarea,
button.control-action {
  background-color: #f0f0f0;
  border: solid 1px #f0f0f0;
  padding: 0 0 0 10px;
  margin: 2px 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
select:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=time]:disabled,
input[type=number]:disabled,
input[type=file]:disabled,
input[type=search]:disabled,
textarea:disabled,
button.control-action:disabled {
  background-color: white;
  color: #c7c7c7;
}
select[readonly],
input[type=text][readonly],
input[type=email][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=date][readonly],
input[type=time][readonly],
input[type=number][readonly],
input[type=file][readonly],
input[type=search][readonly],
textarea[readonly],
button.control-action[readonly] {
  color: #c0c0c0;
}
select.input-validation-error,
input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=password].input-validation-error,
input[type=tel].input-validation-error,
input[type=date].input-validation-error,
input[type=time].input-validation-error,
input[type=number].input-validation-error,
input[type=file].input-validation-error,
input[type=search].input-validation-error,
textarea.input-validation-error,
button.control-action.input-validation-error {
  background-color: #ac2000;
  color: white;
}
input[type=date],
input[type=time],
input[type=number],
input.narrow,
select.narrow {
  display: inline-block;
  width: 10em;
}
input.tiny,
select.tiny {
  display: inline-block;
  width: 7.5em;
}
textarea {
  max-width: 100%;
  line-height: 1.2em;
  padding: 8px 0 8px 10px;
  min-height: 6em;
  overflow: auto;
}
.settings textarea {
  min-height: 10em;
}
.text-counter {
  display: block;
  text-align: right;
}
button.control-action {
  padding: 0;
}
select {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJzdmcyIiB2aWV3Qm94PSIwIDAgOCA2IiBoZWlnaHQ9IjYiIHdpZHRoPSI4Ij4gPHBhdGggaWQ9InBhdGg0MTM4IiBkPSJtIDAsMCBMIDgsMCBMIDQsNiBaIiBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxcHg7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW9wYWNpdHk6MSIgLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) calc(50% - 1px);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-label,
.form-value,
.unit {
  display: inline-block;
  padding: 4px 0;
}
input ~ .unit {
  min-width: 8em;
  margin-left: 0.5em;
}
.unit:first-child {
  position: absolute;
  left: 11px;
  margin: 5px 0 0 11px;
  pointer-events: none;
}
.unit + input {
  padding: 0 0 0 1.3em;
}
.field-unit-container {
  display: inline-block;
  position: relative;
}
.field-unit-container .unit:first-child {
  left: 0;
}
.form-label {
  padding: 7px 0;
}
.vat-label {
  font-size: 11px;
  margin-left: -2px;
}
.required-indicator {
  margin-left: 0.5em;
  vertical-align: middle;
  font-size: 0.6em;
  font-weight: bold;
  background-color: #c02020;
  color: white;
  padding: 0.1em 0.5em;
  border-radius: 3px;
}
input[type=radio] + .form-label {
  padding-left: 0.6em;
}
.has-help {
  position: relative;
}
.has-help input[type=text],
.has-help textarea {
  padding-right: 3em;
}
.has-help input[type=text] + .inline-help::before,
.has-help textarea + .inline-help::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  border-left: 1px solid #e0e0e0;
}
.has-help .inline-help {
  position: absolute;
  right: 15px;
  font-size: 1.4em;
  top: 0;
  padding: 0.25em 0.3em;
}
.inline-help {
  text-align: right;
  font-size: 1.8em;
  color: #0b2459;
  padding: 0.05em 0.3em;
}
.view-control-container select {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #199FFF;
  color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIGlkPSJzdmcyIiB2aWV3Qm94PSIwIDAgOCA2IiBoZWlnaHQ9IjYiIHdpZHRoPSI4Ij4gPHBhdGggaWQ9InBhdGg0MTM4IiBkPSJtIDAsMCBMIDgsMCBMIDQsNiBaIiBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxcHg7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46bWl0ZXI7c3Ryb2tlLW9wYWNpdHk6MSIgLz48L3N2Zz4=');
  border: none;
  margin: 0;
  vertical-align: middle;
  padding: 2px 20px;
}
.view-control-container select option {
  color: black;
  background-color: white;
}
.view-control-container a {
  margin: 0 0 4px 0;
}
.inline,
.view-control-container select {
  display: inline-block;
  width: auto;
}
.search-control {
  width: 100%;
  position: relative;
}
.search-control input[type=text] {
  padding-left: 30px;
  padding-right: 10.5em;
}
.search-control .search-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5em 0.65em;
  font-size: 16px;
  pointer-events: none;
}
.search-control .clear-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background-color: transparent;
  color: black;
  padding: 0 6em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.search-control .clear-button i {
  font-size: 1.1em;
}
.search-control .clear-button:hover {
  color: #199FFF;
}
.search-control .search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-with-button {
  position: relative;
}
.input-with-button .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -50%;
}
.highlight {
  background-color: #348b41;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}
.on-hold {
  display: inline-block;
  font-size: 0.66em;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.on-hold i {
  margin-right: 0.25em;
}
/* Container for buttons and other controls */
.btn-tray {
  margin: 40px 0 0 0;
  vertical-align: bottom;
  text-align: right;
}
.btn-tray .btn {
  margin-left: 0.25em;
}
.btn-tray.paged {
  text-align: center;
}
.btn-tray.nospacing {
  margin: 0;
}
.btn i:not(.nospacing),
.markdown-container a i:not(.nospacing),
.radio-button-strip label span i:not(.nospacing) {
  margin-right: 0.25em;
}
/* File upload 
======================== */
body:not(.has-file-drag-drop) .drag-drop-target-indicator {
  display: none;
}
.has-file-drag-drop .drag-drop-target {
  position: relative;
}
.has-file-drag-drop .drag-drop-target.is-dragover::before {
  content: "";
  z-index: 2;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 18rem;
  background-color: white;
  border: solid 4px rgba(102, 102, 255, 0.75);
  background-color: rgba(25, 159, 255, 0.75);
  background-image: url(../images/drop-here.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.hidden-upload {
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.upload-container {
  margin-bottom: 0.6em;
}
.upload-container .list-item {
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  -moz-transition: background 0.4s ease, color 0.4s ease;
  -ms-transition: background 0.4s ease, color 0.4s ease;
  -o-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.upload-container .progress-container {
  width: 100%;
  position: relative;
  left: 0;
  height: 0.6rem;
  background-color: #c0c0c0;
}
.upload-container .progress-bar {
  height: 100%;
  background-color: #348b41;
}
/* Custom checkbox 
======================== */
[type=checkbox].customcheck {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.customcheck-label {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.customcheck-o {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #348b41;
}
.customcheck:active ~ .customcheck-o,
.customcheck:focus ~ .customcheck-o {
  border-color: #199FFF;
}
.customcheck-label:hover > .customcheck-o {
  background-color: #199FFF;
  /* Hover backcolour */
  color: white;
  /* Hover forecolour */
}
.customcheck ~ .customcheck-o .fa-check {
  opacity: 0;
  position: relative;
  font-size: 18px;
  left: 2px;
  top: 2px;
  color: #fdea14;
}
.customcheck ~ .customcheck-o .indeterminate {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background-color: black;
}
.customcheck:checked ~ .customcheck-o .fa-check {
  opacity: 1;
}
.customcheck:checked ~ .customcheck-o {
  background-color: #348b41;
}
.customcheck[indeterminate] ~ .customcheck-o .indeterminate {
  display: inline-block;
}
.customcheck-form-wrapper {
  margin: 8px 0;
}
/* Radio button strip
======================== */
.align-center .radio-button-strip {
  justify-content: center;
}
.radio-button-strip {
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  width: fit-content;
}
.radio-button-strip label {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.radio-button-strip label:not(:first-child) span:not(.narrow) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.5px;
}
.radio-button-strip label:not(:last-child) span:not(.narrow) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radio-button-strip label:not(:first-child) span.narrow {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -0.5px;
}
.radio-button-strip label:not(:last-child) span.narrow {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.radio-button-strip label [type=radio] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio-button-strip label span {
  padding: 11px 10px 9px;
  width: 100%;
}
.radio-button-strip label [type=radio]:checked + span,
.radio-button-strip label [type=radio]:active + span,
.radio-button-strip label [type=radio]:focus + span {
  background-color: #348b41;
  color: white;
}
.radio-button-strip label [type=radio]:checked + span:hover,
.radio-button-strip label [type=radio]:active + span:hover,
.radio-button-strip label [type=radio]:focus + span:hover {
  border-color: #199FFF;
  background-color: #199FFF;
  color: white;
  text-decoration: none;
}
/* Custom radio button 
======================== */
[type=radio].customradio {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.customradio-label {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.customradio-o {
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #348b41;
  border-radius: 50%;
}
.customradio:active ~ .customradio-o,
.customradio:focus ~ .customradio-o {
  border-color: #199FFF;
}
.customradio-label:hover > .customradio-o {
  background-color: #199FFF;
  /* Hover backcolour */
  color: white;
  /* Hover forecolour */
}
.customradio ~ .customradio-o i {
  opacity: 0;
  position: relative;
  font-size: 13px;
  left: 4px;
  top: 0;
}
.customradio:checked ~ .customradio-o {
  background-color: #348b41;
  border-color: #348b41;
}
.customradio:checked ~ .customradio-o i {
  opacity: 1;
  color: white;
}
/* Custom slider checkbox 
======================== */
.slidercheck-form-wrapper {
  position: relative;
  margin: 8px 0;
}
.slidercheck-form-wrapper [type=checkbox].slidercheck {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.slidercheck-form-wrapper .slidercheck-label {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 0.75em;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slidercheck-form-wrapper .slidercheck-fill {
  display: block;
  position: relative;
  width: 48px;
  height: 100%;
  background-color: white;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
}
.slidercheck-form-wrapper .slidercheck-fill:after {
  content: "No";
  position: absolute;
  left: 48px;
  padding: 0 6px;
}
.slidercheck-form-wrapper .slidercheck:active ~ .slidercheck-fill,
.slidercheck-form-wrapper .slidercheck:focus ~ .slidercheck-fill,
.slidercheck-form-wrapper .slidercheck-label:hover > .slidercheck-fill {
  border-color: #199FFF;
}
.slidercheck-form-wrapper .slidercheck:active ~ .slidercheck-fill .slidercheck-handle,
.slidercheck-form-wrapper .slidercheck:focus ~ .slidercheck-fill .slidercheck-handle,
.slidercheck-form-wrapper .slidercheck-label:hover > .slidercheck-fill .slidercheck-handle {
  background-color: #199FFF;
}
.slidercheck-form-wrapper .slidercheck:checked ~ .slidercheck-fill {
  background-color: #348b41;
  border-color: #348b41;
}
.slidercheck-form-wrapper .slidercheck:checked ~ .slidercheck-fill:after {
  content: "Yes";
}
.slidercheck-form-wrapper .slidercheck-handle {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 16px;
  border-radius: 50%;
  background-color: #199FFF;
  transition: left 0.2s;
}
.slidercheck-form-wrapper .slidercheck:checked ~ .slidercheck-fill .slidercheck-handle {
  left: 26px;
  background-color: white;
}
.slidercheck-form-wrapper .slidercheck.on-off ~ .slidercheck-fill:after {
  content: "Off";
}
.slidercheck-form-wrapper .slidercheck.on-off:checked ~ .slidercheck-fill:after {
  content: "On";
}
.slidercheck-form-wrapper .slidercheck.no-on-off ~ .slidercheck-fill:after {
  display: none;
}
/* Expand/contract chevron
======================== */
.toggle-expand {
  cursor: pointer;
}
.toggle-expand i {
  padding: 0 0.25em;
  -moz-transition: -moz-transform ease 0.6s;
  -webkit-transition: -webkit-transform ease 0.6s;
  -o-transition: -o-transform ease 0.6s;
  -ms-transition: -ms-transform ease 0.6s;
  transition: transform ease 0.6s;
}
/*.view-control-container .toggle-expand {
position:relative;
left:0.2em;
top:-0.25em;
}*/
.toggle-expand.expanded i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Validation
======================== */
.text-danger {
  color: #ac2000;
}
/* Meter
======================== */
.meter-container {
  display: block;
  height: 0.5rem;
  width: 10rem;
  margin: 0.5em 0;
  background-color: #e0e0e0;
}
.meter-container .meter-bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #199FFF;
}
.meter-container .meter-bar.worst {
  background-color: #ac2000;
  width: 20%;
}
.meter-container .meter-bar.bad {
  background-color: #ec8200;
  width: 40%;
}
.meter-container .meter-bar.weak {
  background-color: #8e345c;
  width: 60%;
}
.meter-container .meter-bar.good {
  background-color: #199FFF;
  width: 80%;
}
.meter-container .meter-bar.strong {
  background-color: #348b41;
  width: 100%;
}
.info-block .meter-container {
  background-color: white;
}
/* User menu
======================== */
.user-item {
  background-color: #e0e0e0;
  color: #303030;
}
.user-item .user-display-name {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8em;
}
.user-item .user-org-roles {
  margin-top: 0.6em;
  font-size: 0.8em;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
/* Container
======================== */
.container {
  padding: 30px 15px;
}
.container.nospacing {
  padding-top: 0;
  padding-bottom: 0;
}
.container.spaced-bottom {
  padding-top: 0;
}
.container.full-width {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.container .container {
  width: 84%;
}
.scroll-horizontal {
  width: 100%;
  overflow-x: auto;
}
/* Panel
======================== */
.content-action-container {
  display: table;
  width: 100%;
}
.content-action-container .content,
.content-action-container .action {
  display: table-cell;
}
.content-action-container .action {
  text-align: right;
  vertical-align: middle;
  padding-left: 1em;
  width: 1%;
}
.panel {
  border: solid 1px #e0e0e0;
  border-bottom: solid 1px #c0c0c0;
  padding: 5px 10px;
  margin-bottom: 2px;
  display: block;
}
.panel table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.panel table td {
  padding: 0 10px 0 0;
  vertical-align: top;
}
.panel table td:not(:first-child) {
  padding-left: 10px;
  border-left: solid 1px #c0c0c0;
}
.occluded-panel {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em;
}
.background-separator-top {
  border-top: 1px solid #c0c0c0;
}
.page-header .container {
  padding-bottom: 0;
}
.panel-inset {
  -webkit-box-shadow: inset 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0.6rem 0.6rem -0.6rem rgba(0, 0, 0, 0.6);
}
.panel-raised {
  -webkit-box-shadow: 0 0rem 0.6rem 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0rem 0.6rem 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0rem 0.6rem 0 rgba(0, 0, 0, 0.6);
}
.statistics-row .panel {
  background-color: rgba(255, 255, 255, 0.8);
}
.statistics-row .panel h3 {
  color: #0b2459;
}
/* Column separators
======================== */
[class^="col-"].separator {
  position: relative;
}
[class^="col-"].separator :before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  bottom: 0;
  background-color: #c0c0c0;
}
/* Alignment
======================== */
.align-left,
.responsive-align-left {
  text-align: left;
}
.align-center,
.responsive-align-center {
  text-align: center;
}
.align-right,
.responsive-align-right {
  text-align: right;
}
.push-left {
  float: left;
}
.push-right {
  float: right;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* Tabs 
======================== */
.tabstrip {
  position: relative;
  /*border-top: 2px solid @color-raspberry;
border-bottom: 2px solid @color-raspberry;*/
  background-color: #692644;
}
.tabstrip .container {
  padding: 0 15px;
}
.tabstrip .container.tabstrip {
  padding: 0 15px;
  margin-top: 0;
}
.tabstrip .container .col-12 {
  margin-bottom: 0;
}
.tab-header {
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  padding: 15px;
  margin-right: 1em;
  color: white;
  transition: background 0.3s ease;
  /*&.selected:before
{
content: "";
position:absolute;
border: solid 5px transparent;
border-width: 5px 10px;
border-bottom-color: @color-raspberry;
height:0;
bottom:0;
left:5px;
right:5px;
}*/
}
.tab-header:hover {
  background-color: rgba(220, 220, 220, 0.7);
  color: white;
}
.tab-header.selected:after {
  content: "";
  position: absolute;
  border: solid 5px transparent;
  border-width: 5px 10px;
  border-bottom-color: white;
  height: 0;
  bottom: -2px;
  left: 5px;
  right: 5px;
}
.tab-container {
  position: relative;
}
/* Tables
======================== */
th {
  text-align: left;
}
table.table {
  border: none;
  position: relative;
  border-spacing: 6px 0;
  margin-left: -6px;
  border-collapse: separate;
  width: calc(100% + 12px);
}
table.table th {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 4px solid #c0c0c0;
  height: 2em;
  padding: 5px 10px;
}
table.table th:first-child {
  padding-left: 0;
}
table.table th:last-child {
  padding-right: 0;
}
table.table th.sortable {
  cursor: pointer;
}
table.table th.sortable:hover {
  background-color: rgba(25, 159, 255, 0.2);
  border-bottom-color: #199FFF;
}
table.table th.sortable .sort-by {
  float: right;
  color: #199FFF;
}
table.table tbody th {
  border-bottom: 1px solid #c0c0c0;
}
table.table td {
  position: relative;
  vertical-align: top;
  padding: 5px 10px;
  border-bottom: 1px solid #c0c0c0;
}
table.table td.align-right {
  text-align: right;
}
table.table td:first-child {
  padding-left: 0;
}
table.table td:last-child {
  padding-right: 0;
}
table.table .avatar-item {
  padding: 0;
}
table.table .no-results-row {
  text-align: center;
  padding: 2em 0;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  color: #303030;
}
table.table.blank {
  width: calc(100% + 4px);
  border: none;
  border-collapse: collapse;
}
table.table.blank tbody th {
  border-bottom: none;
}
table.table.blank td {
  border: none;
  padding: 2px 10px 2px 0;
}
table.nospacing {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
table.nospacing td {
  position: relative;
  text-align: left;
}
table.nospacing td.align-right {
  text-align: right;
}
table.responsive-table td:before {
  content: "";
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
#pricing-form .table {
  width: auto;
}
#pricing-form .table th {
  min-width: 9em;
  width: 9em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#pricing-form .table th:first-of-type {
  min-width: 6em;
  width: 6em;
}
#pricing-form .table td {
  min-width: 9em;
  width: 9em;
}
table.striped {
  width: 100%;
  border: none;
  position: relative;
  border-collapse: collapse;
}
table.striped tr {
  background-color: #e1e1e1;
}
table.striped tr:nth-child(even) {
  background-color: #F0F0F0;
}
table.striped td {
  padding: 10px;
  border: none;
  vertical-align: top;
}
/* Warnings
======================== */
.danger-block {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0.05) 8px, rgba(255, 255, 255, 0.05) 16px), #ac2000;
  color: white;
}
.danger-block h1,
.danger-block h2,
.danger-block h3,
.danger-block h4,
.danger-block h5,
.danger-block h6 {
  color: white;
}
.danger-block::before {
  background: #791700;
}
.warning-block {
  background: #ec8200;
  color: white;
}
.warning-block::before {
  background: #b96600;
}
.success-block {
  background: #348b41;
  color: white;
}
.success-block::before {
  background: #266630;
}
.info-block {
  background: #e0e0ff;
  color: black;
}
.info-block::before {
  background: #c6c6ff;
}
.help-block {
  background: #199FFF;
  color: black;
}
.help-block::before {
  background: #0068b2;
}
.challenge-block {
  border: 3px solid #ac2000;
  background: #f0f0f0;
  color: black;
}
.warning-margin {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  width: 1em;
}
.warning-margin + div {
  margin-left: 1.5em;
}
/* Message banner
======================== */
.msg-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100001;
}
.msg-panel.inline {
  display: block;
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  z-index: unset;
}
.msg-panel > a {
  cursor: pointer;
}
.msg-panel > a.subtle {
  font-size: 0.9em;
  padding: 0.25em 2em;
}
.msg-panel i {
  vertical-align: baseline;
}
.msg-panel .msg-icon {
  font-size: 1.5em;
  margin-top: 0.1em;
  float: left;
}
.msg-panel .title {
  margin: 0 1em 0 1.5em;
  font-size: 1.5em;
  font-weight: normal;
}
.msg-panel .message {
  margin: 1em 0 0 0;
}
.msg-panel .container {
  padding: 1em;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.35);
}
.msg-panel .msg-panel-close {
  height: auto;
  bottom: 0;
  padding: 14px 15px;
}
.busy-container,
.busy-container-back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.busy-container-back {
  background-color: rgba(220, 220, 220, 0.7);
}
.dialog-container .busy-container-back {
  background-color: rgba(255, 255, 255, 0.7);
}
.busy-container img,
.busy-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  width: 50px;
  z-index: 110;
}
.busy-container.page-scope,
.busy-container.page-scope .busy-container-back {
  position: fixed;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Footer
======================== */
footer {
  position: relative;
  background-color: #000820;
  background-image: url(../images/footer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 0.8em;
  margin-top: 0;
  padding-top: 20px;
}
footer .diagonal {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 62px;
}
footer .fa {
  margin-right: 0.5em;
  vertical-align: middle;
  font-size: 22px;
}
footer a.link {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
footer a.link:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 0;
  right: 0;
  bottom: -0.1em;
}
footer a.link:hover:after {
  background-color: #199FFF;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: white;
}
/* Maps
======================== */
.embedded-map {
  height: 30rem;
  margin-top: 0.4em;
}
.wide-template {
  display: block;
}
.narrow-template {
  display: none;
}
.category-select-template {
  width: 13rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.category-select-template .list-panel {
  padding: 0.5rem;
  margin: 0;
}
.category-select-template img {
  width: 3rem;
  height: 3rem;
  object-fit: scale-down;
}
.category-select-template.selected .list-panel {
  background-color: #199FFF;
  color: white;
}
.product-select-template .card-offer-text {
  position: absolute;
  background-color: rgba(0, 0, 80, 0.8);
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  padding: 0.25em 0.5em;
  left: 0;
  bottom: 0;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  -moz-transition: background 0.4s ease, color 0.4s ease;
  -ms-transition: background 0.4s ease, color 0.4s ease;
  -o-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
.product-select-template.card.hover:hover .card-offer-text {
  background-color: #199FFF;
  color: white;
}
.product-select-template .card-footer {
  border-top: none;
}
.image-select-template {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: 4px 8px 8px 4px;
  cursor: pointer;
}
.image-select-template img {
  width: 100%;
  height: 100%;
}
.image-select-template.selected:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #199FFF;
}
.image-select-template.selected:after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #199FFF;
  color: white;
  padding: 6px;
  border: solid 2px white;
}
img.checkerboard {
  object-fit: contain;
  background-image: url(../images/checkerboard.png);
  background-repeat: repeat;
}
.image-col img {
  max-height: 10rem;
  object-fit: contain;
}
.border-left {
  padding-left: 1em;
  border-left: solid 1px forestgreen;
}
.border-top {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: solid 1px forestgreen;
}
.show-lg {
  display: none;
}
.show-md {
  display: none;
}
.hide-lg {
  display: block;
}
.hide-md {
  display: block;
}
/* ================================== */
/* Hide/rearrange for smaller screens */
/* ================================== */
@media screen and (max-width: 420px) {
  .embedded-map {
    height: 75vh;
  }
  .navbar-user-menu > a .avatar-image {
    margin-top: calc((40px - 30px) / 2);
  }
}
@media screen and (max-width: 1040px) {
  .container .container {
    width: 92%;
  }
  .wide-template {
    display: none;
  }
  .narrow-template {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .container {
    padding: 10px 15px;
  }
  .container .container {
    width: 100%;
  }
  .responsive-align-left,
  .responsive-align-center,
  .responsive-align-right {
    text-align: center;
  }
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
  .view-control-responsive .view-control-container {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .background-remove-on-mobile {
    background-image: none;
  }
  .table {
    margin-top: 20px;
  }
  .tabstrip {
    text-align: center;
  }
  /* Fun with tables
	======================== */
  table.responsive-table {
    /* Force table to not be like tables anymore */
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  table.responsive-table table,
  table.responsive-table thead,
  table.responsive-table tbody,
  table.responsive-table th,
  table.responsive-table td,
  table.responsive-table tr {
    display: block;
  }
  table.responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.responsive-table tr {
    border-bottom: 3px solid #c0c0c0;
  }
  table.responsive-table td,
  table.responsive-table td:first-child {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  table.responsive-table td::before {
    position: relative;
    display: block;
    padding: 10px 0;
    white-space: nowrap;
  }
  table.responsive-table td.responsive-hide-header::before {
    display: none;
  }
  .embedded-map {
    height: 70vh;
  }
}
@media screen and (min-width: 960px) {
  .gutter-before:before,
  .gutter-after:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.5em;
    background-color: white;
    z-index: 1;
  }
  .gutter-before:before {
    right: 100%;
  }
  .gutter-after:after {
    left: 100%;
  }
  .container .progress-header {
    margin-top: 0;
  }
}
.editable-price {
  position: absolute;
  right: -12px;
  margin-top: 2px;
}
.editable-price:focus {
  outline: none;
  box-shadow: none;
  color: #199FFF;
}
.editable-price:hover {
  color: #199FFF;
}
.editable-price i {
  pointer-events: none;
}
.disallowed-tile {
  background-color: #a10000;
  border-radius: 10px;
  color: white;
}
.allowed-tile {
  background-color: #007946;
  border-radius: 10px;
  color: white;
}
@media screen and (min-width: 960px) and (max-width: 1270px) {
  .responsive-shrink-home-image {
    height: 6em;
    top: 0;
  }
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.full-page-overlay {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.dialog-body {
  max-height: 80vh;
  overflow-y: auto;
}
.calendar-table td .day-cell-content {
  position: relative;
  min-height: 3em;
  text-align: center;
}
.calendar-table td .day-cell-content .dayNum {
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.calendar-table td .day-cell-content .dayCharge {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  width: 150px;
  margin-left: 9px;
  pointer-events: none;
}
@media (max-width: 1649px) {
  .calendar-table td .day-cell-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .calendar-table td .day-cell-content .dayCharge {
    position: static;
    transform: none;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.radio-button-strip label:hover input[type="radio"]:not(:checked) + span {
  background-color: #199FFF;
  color: #FFFFFF;
  cursor: pointer;
}
#ko-settings-context .radio-button-strip label:hover input[type="radio"]:not(:checked) + span {
  background-color: #199FFF;
  color: #FFFFFF;
  cursor: pointer;
}
#ko-settings-context .radio-button-strip label:hover input[type="radio"]:checked + span {
  background-color: #348b41;
  color: #FFFFFF;
  cursor: default;
}
.container-details ul {
  list-style: disc;
  margin-left: 17px;
}
.most-popular::before {
  display: block;
  position: relative;
  height: 130px;
  width: 130px;
  content: 'MOST POPULAR';
  background-color: orange;
  clip-path: polygon(67.4% 0%, 100.8% 33.3%, 0% 33.7%, 33.53% 0%);
  transform: rotate(-45deg);
  transform-origin: 0 0;
  /* adjust anchor as needed */
  left: -51px;
  top: 62px;
  padding: 5px;
  text-align: center;
  color: white;
  z-index: 2;
  margin-right: -130px;
}
#container-form .most-popular::before {
  top: 42px;
}
.allowed-tile.most-popular::before {
  left: -31px;
}
#disallowed-items-dialog .most-popular::before {
  margin-bottom: -130px;
  left: -31px;
}
.home-blocks.most-popular::before {
  margin-bottom: -130px;
  left: -31px;
}
#select-product-context .most-popular::before {
  left: -31px;
  margin-bottom: -130px;
}
.most-popular-psu::before {
  position: absolute;
  height: 162px;
  width: 130px;
  content: 'MOST POPULAR';
  background-color: orange;
  clip-path: polygon(67.4% 0%, 101.2% 26.7%, 0% 27%, 33.53% 0%);
  transform: rotate(-45deg);
  transform-origin: 0 0;
  left: -31px;
  top: 64px;
  padding: 3px;
  text-align: center;
  color: white;
  z-index: 2;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .allowed-tile.most-popular::before {
    left: -31px;
  }
  #disallowed-items-dialog .most-popular::before {
    top: 49px;
    left: -29px;
  }
  #container-form .most-popular::before {
    top: 38px;
    left: -49px;
  }
  .allowed-tile.most-popular::before {
    top: 57px;
    left: -29px;
  }
  .most-popular::before {
    height: 122px;
    width: 120px;
    left: -51px;
    top: 52px;
  }
  #select-product-context .most-popular::before {
    height: 116px;
    width: 117px;
    left: -28px;
    top: 42px;
  }
  .most-popular-psu::before {
    height: 138px;
    width: 110px;
    left: -26px;
    top: 53px;
  }
}
