@charset "UTF-8";

/* src/style/styles.scss */
.default-font-style {
  font-family: "Roboto";
  color: #3E424B;
}
.font-weight-bold {
  font-weight: bold;
}
.fs-0 {
  font-size: 8px !important;
}
.fs-1 {
  font-size: 12px !important;
}
.fs-2,
h2 {
  font-size: 15px !important;
}
.fs-3,
h1 span,
h1 {
  font-size: 21px !important;
}
.fs-4 {
  font-size: 24px !important;
}
.fs-5 {
  font-size: 30px !important;
}
.fs-6 {
  font-size: 40px !important;
}
.fs-none {
  font-size: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.hover-underline:hover {
  text-decoration: underline;
}
.link-slate-1,
a.link-slate-1 {
  color: #3E424B;
}
.link-slate-1:hover,
.link-slate-1:visited,
.link-slate-1:focus,
a.link-slate-1:hover,
a.link-slate-1:visited,
a.link-slate-1:focus {
  color: #3E424B;
}
.link-slate-1:active,
a.link-slate-1:active {
  color: #C4CAD1;
}
.link-slate-1:focus,
a.link-slate-1:focus {
  text-decoration: underline;
}
.link-blue,
a.link-blue {
  color: #3476A6;
}
.link-blue:hover,
.link-blue:visited,
.link-blue:focus,
a.link-blue:hover,
a.link-blue:visited,
a.link-blue:focus {
  color: #3F8FCA;
}
.link-blue:active,
a.link-blue:active {
  color: #88C0EA;
}
.link-blue:focus,
a.link-blue:focus {
  text-decoration: underline;
}
.link-blue,
a.link-blue {
  color: #3476A6;
}
.link-blue:hover,
.link-blue:visited,
.link-blue:focus,
a.link-blue:hover,
a.link-blue:visited,
a.link-blue:focus {
  color: #3F8FCA;
}
.link-blue:active,
a.link-blue:active {
  color: #88C0EA;
}
.link-blue:focus,
a.link-blue:focus {
  text-decoration: underline;
}
.f-light {
  font-weight: 200;
}
.f-regular,
.default-font-style {
  font-weight: 400;
}
.f-medium {
  font-weight: 500;
}
.f-bold {
  font-weight: 600;
}
.f-bolder {
  font-weight: 800;
}
.f-italic {
  font-style: italic;
}
.f-black {
  color: #282C37;
}
.f-slate-0 {
  color: #C4CAD1;
}
.f-slate-1 {
  color: #3E424B;
}
.f-slate-2 {
  color: #282C37 !important;
}
.f-grey {
  color: #828282 !important;
}
.f-grey-20 {
  color: #DEDEDE;
}
.f-grey-30 {
  color: #BBBBBB;
}
.f-blue {
  color: #3F8FCA;
}
.f-red {
  color: #CB403D !important;
}
.f-yellow {
  color: #E89720 !important;
}
.f-green {
  color: #3DCB6B !important;
}
.f-white {
  color: #FFFFFF;
}
h1 {
  color: #3E424B;
}
.text-align-center {
  text-align: center;
}
.text-align-end {
  text-align: end;
}
.white-space-nowrap {
  white-space: nowrap;
}
.white-space-break-spaces {
  white-space: break-spaces;
}
.white-space-pre-line {
  white-space: pre-line;
}
html[lang=ar][dir=rtl] .section-header,
html[lang=ar][dir=rtl] .c-breadcrumbs {
  gap: 8px;
}
html[lang=ar][dir=rtl] .c-breadcrumbs li + li:before {
  content: "";
  padding: 0;
}
html[lang=ar][dir=rtl] .dropdown-menu:not(.modal-open .dropdown-menu):not(.dropdown-menu.lang-ar-skip) {
  left: auto !important;
}
html[lang=ar][dir=rtl] table.neo-table thead th:first-child,
html[lang=ar][dir=rtl] table.neo-table thead th:last-child,
html[lang=ar][dir=rtl] .neo-list table thead th:first-child,
html[lang=ar][dir=rtl] .neo-list table thead th:last-child,
html[lang=ar][dir=rtl] .neo-list table thead th:first-child .table-header,
html[lang=ar][dir=rtl] .neo-list table thead th:last-child .table-header {
  border-radius: 0;
}
html[lang=ar][dir=rtl] table.neo-table thead th {
  text-align: right;
}
html[lang=ar][dir=rtl] .bn,
html[lang=ar][dir=rtl] .filter-suggestion {
  gap: 4px;
}
html[lang=ar][dir=rtl] .info-box .info-box-icon {
  border-radius: 7px;
}
html[lang=ar][dir=rtl] .fa-arrow-left::before {
  content: "\f061";
}
html[lang=ar][dir=rtl] .fa-arrow-right::before {
  content: "\f060";
}
html[lang=ar][dir=rtl] .fa-angle-left::before {
  content: "\f105";
}
html[lang=ar][dir=rtl] .fa-angle-right::before {
  content: "\f104";
}
html[lang=ar][dir=rtl] .fa-caret-left::before {
  content: "\f0da";
}
html[lang=ar][dir=rtl] .fa-caret-right::before {
  content: "\f0d9";
}
.c .mat-mdc-tab-group {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.c .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.c .mat-mdc-tab-group {
  --mat-tab-active-focus-label-text-color: #FFFFFF;
  --mat-tab-active-indicator-color: #3E424B;
  --mat-tab-active-label-text-color: #FFFFFF;
  --mat-tab-active-hover-label-text-color: #3E424B;
  --mat-tab-inactive-label-text-color: #3E424B;
}
.c .mat-mdc-tab-header {
  --mat-tab-label-text-weight: 400;
  overflow: visible;
}
.c .mat-mdc-tab-label-container {
  flex-grow: 0;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  border-radius: 5px;
}
.c .mat-mdc-tab-labels {
  background-color: #FFFFFF;
  padding: 1px;
  border-radius: 5px;
}
.c .mat-mdc-tab-ripple {
  border-radius: 5px;
}
.c .mdc-tab {
  border-radius: 4px;
  border-right: 7px;
  margin: 1px;
  min-width: auto;
  padding: 2px 24px;
  transition: all 0.3s ease-in;
}
.c .mdc-tab .info-tag-primary {
  border: 1px solid #3F8FCA;
  background: #3F8FCA;
  color: white;
  white-space: normal;
}
.c .mdc-tab.mat-mdc-tab {
  align-items: center;
  letter-spacing: normal;
  -webkit-user-select: none;
  user-select: none;
  font-size: 15px !important;
}
.c .mdc-tab.mat-mdc-tab:not(.mdc-tab--stacked) {
  height: 24px;
}
.c .mdc-tab.mat-mdc-tab:hover:not(.mdc-tab--active) {
  background: #DEDEDE;
}
.c .mdc-tab.mdc-tab--active {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.c .mdc-tab.mdc-tab--active .info-tag-primary {
  border: 1px solid white;
  background: white;
  color: black;
  white-space: normal;
}
.c .mdc-tab-indicator {
  display: none;
}
.c .mat-mdc-tab-body-wrapper {
  margin-top: 16px;
}
.c .mat-mdc-tab-body-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  padding-left: 4px;
}
.c .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label,
.c .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label,
.c .mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  --mat-tab-header-active-label-text-color: #FFFFFF;
  --mat-tab-header-active-hover-label-text-color: #FFFFFF;
  --mat-tab-header-active-focus-label-text-color: #FFFFFF;
}
.base-drawer-host {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mat-mdc-slider {
  --mat-pseudo-checkbox-full-selected-icon-color: #3E424B;
  --mat-slider-handle-color: #3476A6;
  --mat-slider-focus-handle-color: #3476A6;
  --mat-slider-hover-handle-color: #3476A6;
  --mat-slider-active-track-color: #3476A6;
  --mat-slider-inactive-track-color: #282C37;
  --mat-slider-with-tick-marks-inactive-container-color: #3476A6;
  --mat-slider-ripple-color: #3476A6;
}
.mat-mdc-slider .always-show-label .mat-slider-thumb-label {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.mat-mdc-slider.indicator-nowrap .mdc-slider__value-indicator-text {
  white-space: nowrap;
}
.cdk-overlay-container {
  z-index: 2000 !important;
}
.cdk-overlay-pane {
  z-index: 2000 !important;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #3f51b5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #3f51b5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ff4081;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ff4081;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #3f51b5;
  --mat-progress-bar-track-color: rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ff4081;
  --mat-progress-bar-track-color: rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-filled-caret-color: #3f51b5;
  --mat-form-field-filled-focus-active-indicator-color: #3f51b5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-outlined-caret-color: #3f51b5;
  --mat-form-field-outlined-focus-outline-color: #3f51b5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #3f51b5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-filled-caret-color: #ff4081;
  --mat-form-field-filled-focus-active-indicator-color: #ff4081;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
  --mat-form-field-outlined-caret-color: #ff4081;
  --mat-form-field-outlined-focus-outline-color: #ff4081;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ff4081 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #3f51b5;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ff4081;
  --mat-select-invalid-arrow-color: #f44336;
}
.mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #3f51b5;
  --mat-chip-elevated-disabled-container-color: #3f51b5;
  --mat-chip-elevated-selected-container-color: #3f51b5;
  --mat-chip-flat-disabled-selected-container-color: #3f51b5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #ff4081;
  --mat-chip-elevated-disabled-container-color: #ff4081;
  --mat-chip-elevated-selected-container-color: #ff4081;
  --mat-chip-flat-disabled-selected-container-color: #ff4081;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #3f51b5;
  --mat-slide-toggle-selected-focus-handle-color: #3f51b5;
  --mat-slide-toggle-selected-hover-handle-color: #3f51b5;
  --mat-slide-toggle-selected-pressed-handle-color: #3f51b5;
  --mat-slide-toggle-selected-focus-track-color: #7986cb;
  --mat-slide-toggle-selected-hover-track-color: #7986cb;
  --mat-slide-toggle-selected-pressed-track-color: #7986cb;
  --mat-slide-toggle-selected-track-color: #7986cb;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ff4081;
  --mat-slide-toggle-selected-focus-handle-color: #ff4081;
  --mat-slide-toggle-selected-hover-handle-color: #ff4081;
  --mat-slide-toggle-selected-pressed-handle-color: #ff4081;
  --mat-slide-toggle-selected-focus-track-color: #f06292;
  --mat-slide-toggle-selected-hover-track-color: #f06292;
  --mat-slide-toggle-selected-pressed-track-color: #f06292;
  --mat-slide-toggle-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #3f51b5;
  --mat-slider-focus-handle-color: #3f51b5;
  --mat-slider-handle-color: #3f51b5;
  --mat-slider-hover-handle-color: #3f51b5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-slider-inactive-track-color: #3f51b5;
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ff4081;
  --mat-slider-focus-handle-color: #ff4081;
  --mat-slider-handle-color: #ff4081;
  --mat-slider-hover-handle-color: #ff4081;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-slider-inactive-track-color: #ff4081;
  --mat-slider-ripple-color: #ff4081;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #ff4081;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #3f51b5;
  --mat-radio-selected-hover-icon-color: #3f51b5;
  --mat-radio-selected-icon-color: #3f51b5;
  --mat-radio-selected-pressed-icon-color: #3f51b5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ff4081;
  --mat-radio-selected-hover-icon-color: #ff4081;
  --mat-radio-selected-icon-color: #ff4081;
  --mat-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #3f51b5;
  --mat-tab-active-ripple-color: #3f51b5;
  --mat-tab-inactive-ripple-color: #3f51b5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #3f51b5;
  --mat-tab-active-hover-label-text-color: #3f51b5;
  --mat-tab-active-focus-indicator-color: #3f51b5;
  --mat-tab-active-hover-indicator-color: #3f51b5;
  --mat-tab-active-indicator-color: #3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ff4081;
  --mat-tab-active-ripple-color: #ff4081;
  --mat-tab-inactive-ripple-color: #ff4081;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ff4081;
  --mat-tab-active-hover-label-text-color: #ff4081;
  --mat-tab-active-focus-indicator-color: #ff4081;
  --mat-tab-active-hover-indicator-color: #ff4081;
  --mat-tab-active-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #3f51b5;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ff4081;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #ff4081;
  --mat-checkbox-selected-hover-icon-color: #ff4081;
  --mat-checkbox-selected-icon-color: #ff4081;
  --mat-checkbox-selected-pressed-icon-color: #ff4081;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ff4081;
  --mat-checkbox-selected-hover-state-layer-color: #ff4081;
  --mat-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #3f51b5;
  --mat-checkbox-selected-hover-icon-color: #3f51b5;
  --mat-checkbox-selected-icon-color: #3f51b5;
  --mat-checkbox-selected-pressed-icon-color: #3f51b5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mat-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mat-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #3f51b5;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #3f51b5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-outlined-state-layer-color: #3f51b5;
  --mat-button-protected-container-color: #3f51b5;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #3f51b5;
  --mat-button-text-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-button-text-state-layer-color: #3f51b5;
  --mat-button-tonal-container-color: #3f51b5;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ff4081;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #ff4081;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-outlined-state-layer-color: #ff4081;
  --mat-button-protected-container-color: #ff4081;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #ff4081;
  --mat-button-text-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-button-text-state-layer-color: #ff4081;
  --mat-button-tonal-container-color: #ff4081;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #3f51b5;
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ff4081;
  --mat-icon-button-state-layer-color: #ff4081;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #3f51b5;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-fab-small-container-color: #3f51b5;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ff4081;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-fab-small-container-color: #ff4081;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #7986cb;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #3f51b5;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ff4081;
}
.mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #3f51b5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #3f51b5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #3f51b5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #3f51b5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent,
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ff4081 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ff4081 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ff4081 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ff4081 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
:root {
  --mat-option-focus-state-layer-color: #88C0EA;
  --mat-option-selected-state-layer-color: #88C0EA;
  --mat-option-selected-state-label-text-color: #FFFFFF;
  --mat-option-label-text-font: Roboto;
}
.mat-mdc-option:focus.mdc-list-item,
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  color: #FFFFFF;
}
.mdc-text-field {
  padding-left: 8px !important;
}
.mat-mdc-option.mdc-list-item {
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  min-height: 40px;
}
.mat-mdc-menu-panel .divider {
  margin: 9px 0;
  background-color: #eee;
  height: 1px;
}
.mat-mdc-menu-content {
  --mat-menu-item-label-text-size: variables.$fs-1;
}
.mat-mdc-menu-panel .mat-mdc-menu-item {
  padding: 0 16px;
  min-height: 32px;
}
.mat-mdc-tab-disabled {
  display: none !important;
}
.mat-mdc-menu-panel {
  max-width: none !important;
}
.mat-calendar {
  --mat-datepicker-calendar-date-selected-state-background-color: #3F8FCA;
}
html .mat-mdc-mini-fab.mat-primary,
.mat-mdc-button:not(:disabled),
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3F8FCA;
  --mat-fab-small-container-color: #3F8FCA;
  --mat-button-text-label-text-color: #3F8FCA;
}
.ngx-mat-timepicker--disabled {
  background: transparent !important;
}
.mat-step-header {
  pointer-events: none;
  flex: 1 1 auto;
}
.mat-step-header .mat-step-text-label {
  text-overflow: clip;
  white-space: normal;
}
.mat-step-header .mat-step-icon {
  background-color: #BBBBBB;
}
.mat-step-header .mat-step-icon.mat-step-icon-selected {
  background-color: #5da9e2;
}
.mat-step-header .mat-step-icon.mat-step-icon-state-done {
  background-color: #43DF75 !important;
  color: white !important;
}
.mat-step-header .mat-step-icon.mat-step-label-state-done {
  background-color: #43DF75 !important;
}
.mat-step-header .mat-step-label {
  font-size: 13px !important;
}
.mat-step-header .mat-step-label.mat-step-label-active.mat-step-label-selected {
  color: #5da9e2;
}
.mat-horizontal-stepper-header-container {
  margin-bottom: 16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header {
  width: min-content;
}
.default-form-field-selection {
  --mat-form-field-outlined-focus-outline-color: #3F8FCA;
  --mat-form-field-container-vertical-padding: 4px;
  --mat-form-field-container-height: 32px;
  --mat-select-trigger-text-size: 15px;
  --mat-app-body-large-size: 15px;
  --mat-form-field-outlined-outline-color: #C4CAD1;
  --mat-form-field-outlined-hover-outline-color: #C4CAD1;
  --mat-form-field-outlined-focus-outline-width: 1px;
  background-color: white;
}
.mat-mdc-form-field {
  border-radius: 5px;
}
.event-date,
.calendar-day.event {
  background-color: #88C0EA !important;
  color: white;
  border-radius: 50%;
}
.mat-step-header .mat-step-icon.mat-step-icon-state-done ~ .mat-step-label .mat-step-text-label {
  color: #43DF75 !important;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
ui-view-ng-upgrade {
  height: 100%;
}
.section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cdk-overlay-container {
  z-index: 1031;
}
.cdk-overlay-container .mat-mdc-dialog-container {
  --mat-dialog-container-shape: 10px;
}
.cdk-overlay-container .mat-mdc-dialog-container h3 {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}
.cdk-overlay-pane.overflow-visible .mat-mdc-dialog-surface {
  overflow: visible !important;
}
.cdk-overlay-pane.overflow-visible .mat-mdc-dialog-surface c-grid {
  max-height: 65vh;
}
.cdk-overlay-pane.overflow-visible .mat-mdc-dialog-surface ag-grid-angular {
  overflow: auto !important;
}
.custom-pagination .ngx-pagination {
  padding-left: 0;
  margin: 0;
  height: 24px;
}
.custom-pagination .ngx-pagination .current {
  background: white;
  color: black;
  border-radius: 3px;
  margin-right: 1px;
}
.custom-pagination .ngx-pagination li:not(.current) {
  background: #DEDEDE;
  color: #666;
  border-radius: 3px;
}
.custom-pagination .ngx-pagination .disabled {
  cursor: not-allowed;
}
[hidden] {
  display: none !important;
}
.hidden-fade {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.hide-off-canvas {
  position: absolute;
  top: -1000000000;
  left: -1000000000;
}
.fade-visible {
  opacity: 1 !important;
}
.neo-map-control {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: none;
  border-radius: 2px;
  font-weight: 400;
  height: 32px;
}
.c-popover-panel .popover-wrapper {
  background-color: #FFFFFF;
  color: #3E424B;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  font-size: 15px;
  display: flex;
}
.ag-cell {
  line-height: 20px;
}
.ag-center-cols-container,
.ag-floating-bottom-container {
  min-width: 100%;
}
.ag-root-wrapper-body.ag-layout-normal {
  height: 100%;
}
.c-cell-component-container {
  height: 100%;
  width: 100%;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-highlight {
  background: #3F8FCA;
  color: #FFFFFF;
}
.ag-cell {
  align-content: center;
}
.ag-ltr .ag-header-cell-resize:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ag-pinned-right-header,
.ag-pinned-left-header {
  border-left: none;
  border-right: none;
}
.ag-row-hover,
.ag-checkbox-input {
  cursor: pointer;
}
.ag-horizontal-left-spacer,
.ag-horizontal-right-spacer {
  overflow: hidden;
}
.c-cell-component-container {
  height: 100%;
  width: 100%;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-highlight {
  background: #3F8FCA;
  color: #FFFFFF;
}
.ag-cell {
  align-content: center;
}
.ag-row-hover,
.ag-checkbox-input {
  cursor: pointer;
}
.tag-input {
  display: table !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ng2-tag-input__text-input {
  height: 26px !important;
}
tag {
  height: 26px !important;
  background: #3F8FCA !important;
  color: white !important;
  border-radius: 3px !important;
}
tag .tag-wrapper {
  height: 26px;
}
tag .tag__text {
  align-self: center;
}
tag delete-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}
tag delete-icon:hover {
  transform: scale(1.1) !important;
}
.NgxEditor,
.NgxEditor__Content {
  min-height: 150px;
}
.text-align-left {
  text-align: left;
}

/* src/assets/css/style.css */
@media (max-width:480px) {
  .col-xxs {
    display: block;
    float: none;
    width: 100%;
  }
}
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./media/glyphicons-halflings-regular.eot");
  src:
    url("./media/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-halflings-regular.woff2") format("woff2"),
    url("./media/glyphicons-halflings-regular.woff") format("woff"),
    url("./media/glyphicons-halflings-regular.ttf") format("truetype"),
    url("./media/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\a0\2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width:768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date],
  input[type=time],
  input[type=datetime-local],
  input[type=month] {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \	;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width:768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width:768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width:768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .5) 0,
      rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, .0001) 0,
      rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! 
* angular-loading-bar v0.8.0
* https://chieffancypants.github.io/angular-loading-bar
* Copyright (c) 2015 Wes Cruver
* License: MIT
*/
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.angular-ui-tree {
}
.angular-ui-tree-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image:
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  pointer-events: none;
}
.angular-ui-tree-nodes {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.angular-ui-tree-nodes .angular-ui-tree-nodes {
  padding-left: 0;
}
.angular-ui-tree-node {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  min-height: 20px;
  line-height: 20px;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
}
.irs-slider.from {
}
.irs-slider.to {
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0.0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url("./media/sprite-skin-flat.png") repeat-x;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 12px;
  top: 25px;
}
.irs-line-left {
  height: 12px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 12px;
  background-position: 0 0;
}
.irs-line-right {
  height: 12px;
  background-position: 100% -30px;
}
.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}
.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background-position: 0 -150px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0073b7;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0073b7;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999;
}
.irs-disabled {
}
/*!
 * ui-grid - v4.2.4 - 2018-02-07
 * Copyright (c) 2018 ; License: MIT 
 */
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid {
  border: 1px solid #d4d4d4;
  box-sizing: content-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.ui-grid-vertical-bar {
  position: absolute;
  right: 0;
  width: 0;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-scrollbar-placeholder {
  background-color: transparent;
}
.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #d4d4d4;
}
.ui-grid-clearfix:before,
.ui-grid-clearfix:after {
  content: "";
  display: table;
}
.ui-grid-clearfix:after {
  clear: both;
}
.ui-grid-invisible {
  visibility: hidden;
}
.ui-grid-contents-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.ui-grid-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-grid-icon-button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ui-grid-top-panel-background {
  background-color: #f3f3f3;
}
.ui-grid-header {
  border-bottom: 1px solid #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-top-panel {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background-color: #f3f3f3;
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-header-viewport {
  overflow: hidden;
}
.ui-grid-header-canvas:before,
.ui-grid-header-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-header-canvas:after {
  clear: both;
}
.ui-grid-header-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-header-cell-row {
  display: table-row;
  position: relative;
}
.ui-grid-header-cell {
  position: relative;
  box-sizing: border-box;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
}
.ui-grid-header-cell:last-child {
  border-right: 0;
}
.ui-grid-header-cell .sortable {
  cursor: pointer;
}
.ui-grid-header-cell .ui-grid-sort-priority-number {
  margin-left: -8px;
}
.ui-grid-header .ui-grid-vertical-bar {
  top: 0;
  bottom: 0;
}
.ui-grid-column-menu-button {
  position: absolute;
  right: 1px;
  top: 0;
}
.ui-grid-column-menu-button .ui-grid-icon-angle-down {
  vertical-align: sub;
}
.ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-header-cell-last-col .ui-grid-column-menu-button,
.ui-grid-header-cell-last-col + .ui-grid-column-resizer.right {
  m-right: 13px;
}
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-cell-contents,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-filter-container,
.ui-grid-render-container-right .ui-grid-header-cell-last-col .ui-grid-column-menu-button,
.ui-grid-render-container-right .ui-grid-header-cell-last-col + .ui-grid-column-resizer.right {
  m-right: 28px;
}
.ui-grid-column-menu {
  position: absolute;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  display: block !important;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add,
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ui-grid-filter-container {
  padding: 4px 10px;
  position: relative;
}
.ui-grid-filter-container .ui-grid-filter-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 10px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon]:hover {
  opacity: 1;
}
.ui-grid-filter-container .ui-grid-filter-button-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^=ui-grid-icon] {
  position: absolute;
  top: 50%;
  line-height: 32px;
  margin-top: -16px;
  right: 0px;
  opacity: 0.66;
}
.ui-grid-filter-container .ui-grid-filter-button-select [class^=ui-grid-icon]:hover {
  opacity: 1;
}
input[type=text].ui-grid-filter-input {
  padding: 0 18px 0 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type=text].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
select.ui-grid-filter-select {
  padding: 0;
  margin: 0;
  border: 0;
  width: 90%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
select.ui-grid-filter-select:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
  width: 100%;
}
.ui-grid-render-container {
  position: inherit;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-render-container:focus {
  outline: none;
}
.ui-grid-viewport {
  min-height: 20px;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.ui-grid-viewport:focus {
  outline: none !important;
}
.ui-grid-canvas {
  position: relative;
  padding-top: 1px;
}
.ui-grid-row {
  clear: both;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-row:last-child .ui-grid-cell {
  border-bottom-color: #d4d4d4;
  border-bottom-style: solid;
}
.ui-grid-no-row-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10%;
  background-color: #f3f3f3;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  font-size: 2em;
  text-align: center;
}
.ui-grid-no-row-overlay > * {
  position: absolute;
  display: table;
  margin: auto 0;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.66;
}
.ui-grid-cell {
  overflow: hidden;
  float: left;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
}
.ui-grid-cell:last-child {
  border-right: 0;
}
.ui-grid-cell-contents {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
}
.ui-grid-cell-contents-hidden {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  background-color: #f0f0ee;
  border-bottom: solid 1px #d4d4d4;
}
.ui-grid-cell-empty {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.ui-grid-footer-panel-background {
  background-color: #f3f3f3;
}
.ui-grid-footer-panel {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  font-weight: bold;
  background-color: #f3f3f3;
  -webkit-border-top-right-radius: -1px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: -1px;
  -moz-border-radius-topright: -1px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: -1px;
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ui-grid-grid-footer {
  float: left;
  width: 100%;
}
.ui-grid-footer-viewport {
  overflow: hidden;
}
.ui-grid-footer-canvas {
  position: relative;
}
.ui-grid-footer-canvas:before,
.ui-grid-footer-canvas:after {
  content: "";
  display: table;
  line-height: 0;
}
.ui-grid-footer-canvas:after {
  clear: both;
}
.ui-grid-footer-cell-wrapper {
  position: relative;
  display: table;
  box-sizing: border-box;
  height: 100%;
}
.ui-grid-footer-cell-row {
  display: table-row;
}
.ui-grid-footer-cell {
  overflow: hidden;
  background-color: inherit;
  border-right: 1px solid;
  border-color: #d4d4d4;
  box-sizing: border-box;
  display: table-cell;
}
.ui-grid-footer-cell:last-child {
  border-right: 0;
}
input[type=text].ui-grid-filter-input {
  padding: 0 18px 0 0;
  margin: 0;
  border: 0;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type=text].ui-grid-filter-input:hover {
  border: 1px solid #d4d4d4;
}
.ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  background: #f3f3f3;
  border: 0;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  height: 32px;
  font-weight: normal;
}
.ui-grid-menu-button .ui-grid-icon-container {
  margin-top: 5px;
  margin-left: 2px;
}
.ui-grid-menu-button .ui-grid-menu {
  right: 0;
}
.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
  overflow: scroll;
}
.ui-grid-menu {
  max-width: 320px;
  z-index: 2;
  position: absolute;
  padding: 0 10px 20px 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.ui-grid-menu-item {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-grid-menu .ui-grid-menu-inner {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  position: relative;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ui-grid-menu .ui-grid-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li {
  padding: 0px;
}
.ui-grid-menu .ui-grid-menu-inner ul li button {
  color: #000000;
  min-width: 100%;
  padding: 8px;
  text-align: left;
  background: transparent;
  border: none;
}
.ui-grid-menu .ui-grid-menu-inner ul li button:hover,
.ui-grid-menu .ui-grid-menu-inner ul li button:focus {
  background-color: #b3c4c7;
}
.ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
  background-color: #9cb2b6;
}
.ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-sortarrow {
  right: 5px;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  background-position: center;
}
.ui-grid-sortarrow.down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@font-face {
  font-family: "ui-grid";
  src: url("./media/ui-grid.eot");
  src:
    url("./media/ui-grid.eot#iefix") format("embedded-opentype"),
    url("./media/ui-grid.woff") format("woff"),
    url("./media/ui-grid.ttf") format("truetype"),
    url("./media/ui-grid.svg?#ui-grid") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ui-grid-icon]:before,
[class*=" ui-grid-icon"]:before {
  font-family: "ui-grid";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.ui-grid-icon-blank::before {
  width: 1em;
  content: " ";
}
.ui-grid-icon-plus-squared:before {
  content: "\c350";
}
.ui-grid-icon-minus-squared:before {
  content: "\c351";
}
.ui-grid-icon-search:before {
  content: "\c352";
}
.ui-grid-icon-cancel:before {
  content: "\c353";
}
.ui-grid-icon-info-circled:before {
  content: "\c354";
}
.ui-grid-icon-lock:before {
  content: "\c355";
}
.ui-grid-icon-lock-open:before {
  content: "\c356";
}
.ui-grid-icon-pencil:before {
  content: "\c357";
}
.ui-grid-icon-down-dir:before {
  content: "\c358";
}
.ui-grid-icon-up-dir:before {
  content: "\c359";
}
.ui-grid-icon-left-dir:before {
  content: "\c35a";
}
.ui-grid-icon-right-dir:before {
  content: "\c35b";
}
.ui-grid-icon-left-open:before {
  content: "\c35c";
}
.ui-grid-icon-right-open:before {
  content: "\c35d";
}
.ui-grid-icon-angle-down:before {
  content: "\c35e";
}
.ui-grid-icon-filter:before {
  content: "\c35f";
}
.ui-grid-icon-sort-alt-up:before {
  content: "\c360";
}
.ui-grid-icon-sort-alt-down:before {
  content: "\c361";
}
.ui-grid-icon-ok:before {
  content: "\c362";
}
.ui-grid-icon-menu:before {
  content: "\c363";
}
.ui-grid-icon-indent-left:before {
  content: "\e800";
}
.ui-grid-icon-indent-right:before {
  content: "\e801";
}
.ui-grid-icon-spin5:before {
  content: "\ea61";
}
.ui-grid[dir=rtl] .ui-grid-header-cell,
.ui-grid[dir=rtl] .ui-grid-footer-cell,
.ui-grid[dir=rtl] .ui-grid-cell {
  float: right !important;
}
.ui-grid[dir=rtl] .ui-grid-column-menu-button {
  position: absolute;
  left: 1px;
  top: 0;
  right: inherit;
}
.ui-grid[dir=rtl] .ui-grid-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-cell:last-child,
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
  border-right: 1px solid #d4d4d4;
  border-left: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar,
.ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
  width: 0;
}
.ui-grid[dir=rtl] .ui-grid-menu-button {
  z-index: 2;
  position: absolute;
  left: 0;
  right: auto;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  min-height: 27px;
  font-weight: normal;
}
.ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
  left: 0;
  right: auto;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
  right: initial;
  left: 0;
}
.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^=ui-grid-icon] {
  right: initial;
  left: 10px;
}
.ui-grid-animate-spin {
  -moz-animation: ui-grid-spin 2s infinite linear;
  -o-animation: ui-grid-spin 2s infinite linear;
  -webkit-animation: ui-grid-spin 2s infinite linear;
  animation: ui-grid-spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-grid-spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-cell-focus {
  outline: 0;
  background-color: #b3c4c7;
}
.ui-grid-focuser {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ui-grid-focuser:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-offscreen {
  display: block;
  position: absolute;
  left: -10000px;
  top: -10000px;
  clip: rect(0px, 0px, 0px, 0px);
}
div.ui-grid-cell input {
  border-radius: inherit;
  padding: 0;
  width: 100%;
  color: inherit;
  height: auto;
  font: inherit;
  outline: none;
}
div.ui-grid-cell input:focus {
  color: inherit;
  outline: none;
}
div.ui-grid-cell input[type=checkbox] {
  margin: 9px 0 0 6px;
  width: auto;
}
div.ui-grid-cell input.ng-invalid {
  border: 1px solid #fc8f8f;
}
div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4;
}
.ui-grid-viewport .ui-grid-empty-base-layer-container {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
  background-color: #fdfdfd;
}
.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f3f3f3;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: none;
}
.ui-grid-expandable-buttons-cell i {
  pointer-events: all;
}
.scrollFiller {
  float: left;
  border: 1px solid #d4d4d4;
}
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.movingColumn {
  position: absolute;
  top: 0;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.movingColumn .ui-grid-icon-angle-down {
  display: none;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before,
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:before,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after,
#ui-grid-twbs #ui-grid-twbs .btn-toolbar:after,
#ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
  clear: both;
}
.ui-grid-pager-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  box-sizing: content-box;
}
.ui-grid-pager-container {
  float: left;
}
.ui-grid-pager-control {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 135px;
  float: left;
}
.ui-grid-pager-control button {
  height: 25px;
  min-width: 26px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #f3f3f3;
  border-color: #cccccc;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.ui-grid-pager-control button.focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #333333;
  text-decoration: none;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-grid-pager-control button.disabled,
.ui-grid-pager-control button[disabled],
fieldset[disabled] .ui-grid-pager-control button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.ui-grid-pager-control button.disabled,
fieldset[disabled] a.ui-grid-pager-control button {
  pointer-events: none;
}
.ui-grid-pager-control button:focus,
.ui-grid-pager-control button.focus {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:hover {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  color: #eeeeee;
  background-color: #dadada;
  border-color: #adadad;
}
.ui-grid-pager-control button:active:hover,
.ui-grid-pager-control button.active:hover,
.open > .dropdown-toggle.ui-grid-pager-control button:hover,
.ui-grid-pager-control button:active:focus,
.ui-grid-pager-control button.active:focus,
.open > .dropdown-toggle.ui-grid-pager-control button:focus,
.ui-grid-pager-control button:active.focus,
.ui-grid-pager-control button.active.focus,
.open > .dropdown-toggle.ui-grid-pager-control button.focus {
  color: #eeeeee;
  background-color: #c8c8c8;
  border-color: #8c8c8c;
}
.ui-grid-pager-control button:active,
.ui-grid-pager-control button.active,
.open > .dropdown-toggle.ui-grid-pager-control button {
  background-image: none;
}
.ui-grid-pager-control button.disabled:hover,
.ui-grid-pager-control button[disabled]:hover,
fieldset[disabled] .ui-grid-pager-control button:hover,
.ui-grid-pager-control button.disabled:focus,
.ui-grid-pager-control button[disabled]:focus,
fieldset[disabled] .ui-grid-pager-control button:focus,
.ui-grid-pager-control button.disabled.focus,
.ui-grid-pager-control button[disabled].focus,
fieldset[disabled] .ui-grid-pager-control button.focus {
  background-color: #f3f3f3;
  border-color: #cccccc;
}
.ui-grid-pager-control button .badge {
  color: #f3f3f3;
  background-color: #eeeeee;
}
.ui-grid-pager-control input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  display: inline;
  height: 26px;
  width: 50px;
  vertical-align: top;
}
.ui-grid-pager-control input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-control input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ui-grid-pager-control input:-ms-input-placeholder {
  color: #999999;
}
.ui-grid-pager-control input::-webkit-input-placeholder {
  color: #999999;
}
.ui-grid-pager-control input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-control input[disabled],
.ui-grid-pager-control input[readonly],
fieldset[disabled] .ui-grid-pager-control input {
  background-color: #eeeeee;
  opacity: 1;
}
.ui-grid-pager-control input[disabled],
fieldset[disabled] .ui-grid-pager-control input {
  cursor: not-allowed;
}
textarea.ui-grid-pager-control input {
  height: auto;
}
select.ui-grid-pager-control input {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-control input,
select[multiple].ui-grid-pager-control input {
  height: auto;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number {
  vertical-align: bottom;
}
.ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
  vertical-align: middle;
}
.ui-grid-pager-control .first-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px;
}
.ui-grid-pager-control .first-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -7px;
}
.ui-grid-pager-control .first-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px;
}
.ui-grid-pager-control .next-triangle {
  margin-left: 1px;
}
.ui-grid-pager-control .prev-triangle {
  margin-left: 0;
}
.ui-grid-pager-control .last-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px;
}
.ui-grid-pager-control .last-bar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px;
}
.ui-grid-pager-control .last-bar-rtl {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-right: -11px;
}
.ui-grid-pager-row-count-picker {
  float: left;
}
.ui-grid-pager-row-count-picker select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: 26px;
  width: 67px;
  display: inline;
}
.ui-grid-pager-row-count-picker select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-pager-row-count-picker select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select:-ms-input-placeholder {
  color: #999999;
}
.ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
  color: #999999;
}
.ui-grid-pager-row-count-picker select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ui-grid-pager-row-count-picker select[disabled],
.ui-grid-pager-row-count-picker select[readonly],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  background-color: #eeeeee;
  opacity: 1;
}
.ui-grid-pager-row-count-picker select[disabled],
fieldset[disabled] .ui-grid-pager-row-count-picker select {
  cursor: not-allowed;
}
textarea.ui-grid-pager-row-count-picker select {
  height: auto;
}
select.ui-grid-pager-row-count-picker select {
  height: 30px;
  line-height: 30px;
}
textarea.ui-grid-pager-row-count-picker select,
select[multiple].ui-grid-pager-row-count-picker select {
  height: auto;
}
.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
  margin-top: 3px;
}
.ui-grid-pager-count-container {
  float: right;
  margin-top: 4px;
  min-width: 50px;
}
.ui-grid-pager-count-container .ui-grid-pager-count {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
}
.ui-grid-pinned-container {
  position: absolute;
  display: inline;
  top: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left {
  float: left;
  left: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right {
  float: right;
  right: 0;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  box-sizing: border-box;
  border-right: 1px solid;
  border-width: 1px;
  border-right-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
  right: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
  box-sizing: border-box;
  border-left: 1px solid;
  border-width: 1px;
  border-left-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar,
.ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
  width: 1px;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
  background-color: #d4d4d4;
}
.ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #aeaeae;
}
.ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
  left: -1px;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-column-resizer {
  top: 0;
  bottom: 0;
  width: 5px;
  position: absolute;
  cursor: col-resize;
}
.ui-grid-column-resizer.left {
  left: 0;
}
.ui-grid-column-resizer.right {
  right: 0;
}
.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 1px solid #d4d4d4;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
  border-right: 0;
}
.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
  border-left: 1px solid #d4d4d4;
}
.ui-grid.column-resizing {
  cursor: col-resize;
}
.ui-grid.column-resizing .ui-grid-resize-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #aeaeae;
}
.ui-grid-row-saving .ui-grid-cell {
  color: #848484 !important;
}
.ui-grid-row-dirty .ui-grid-cell {
  color: #610b38;
}
.ui-grid-row-error .ui-grid-cell {
  color: #ff0000 !important;
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
  background-color: #c9dde1;
}
.ui-grid-disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ui-grid-selection-row-header-buttons {
  cursor: pointer;
}
.ui-grid-selection-row-header-buttons::before {
  opacity: 0.1;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected::before,
.ui-grid-selection-row-header-buttons.ui-grid-all-selected::before {
  opacity: 1;
}
.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
  cursor: pointer;
  opacity: 1;
}
.ui-grid-tree-header-row {
  font-weight: bold !important;
}
.ui-grid-tree-header-row .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: all;
}
div.ui-grid-cell-contents.invalid {
  border: 1px solid #fc8f8f;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82B1FF;
}
.scrollbar-light-blue {
  scrollbar-color: #82B1FF #F5F5F5;
}
/*!
 *   AdminLTE v2.0.4
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -moz-transition: -moz-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -o-transition: -o-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  transition: transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -webkit-transition: margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -o-transition: margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);
  transition: margin-left .3s cubic-bezier(.32, 1.25, .375, 1.15);
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width:767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width:768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width:767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800;
  overflow: scroll;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #eee;
}
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", sans-serif;
}
a {
  color: #3F8FCA;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #7bb2db;
}
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header > .navbar {
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0 !important;
}
.main-header #navbar-search-input {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input:focus,
.main-header #navbar-search-input:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  margin-right: 5px;
  float: right;
}
@media (max-width:991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width:767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  display: flex;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  padding: 0 15px;
  font-weight: 300;
}
.main-header .logo > img {
  max-height: 50px;
  max-width: 230px;
  object-fit: contain;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: ">\a0";
}
@media (max-width:991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width:991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width:767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
    position: relative !important;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
  .main-sidebar,
  .left-side {
    padding-top: 100px !important;
  }
}
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -moz-transition: -moz-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  -o-transition: -o-transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
  transition: transform .3s cubic-bezier(.32, 1.25, .375, 1.15);
}
@media (max-width:767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (min-width:768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (max-width:767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.fixed .sidebar {
  overflow: auto;
  height: 100%;
}
.sidebar-form input:focus {
  border-color: transparent !important;
}
.user-panel {
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  margin-left: 1px;
}
.sidebar-menu li > a > .fa-angle-down {
  margin-left: 1px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
.sidebar-menu .treeview-menu .submenu-title {
  margin-left: 18px;
}
.dropdown-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #eee;
}
.dropdown-menu > li > a {
  color: #777;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}
.dropdown-menu > .divider {
  background-color: #eee;
}
.navbar-nav > .notifications-menu,
.navbar-nav > .messages-menu,
.navbar-nav > .tasks-menu {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 350px;
  max-width: none;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}
@media (max-width:991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}
.navbar-nav > .support-menu > .dropdown-toggle {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 0px;
  width: auto;
  height: 32px;
}
.navbar-nav > .support-menu > .dropdown-toggle.bn:hover {
  text-decoration: none;
}
.navbar-nav > .support-menu > .dropdown-toggle > span {
  font-size: 16px;
  font-weight: bold;
  color: var(--header-font-color);
  position: center;
}
.navbar-nav > .support-menu > .dropdown-toggle > .fa-question-circle {
  font-size: 24px;
  background-size: 24px;
  padding-left: 7px;
  color: var(--header-font-color);
}
.navbar-nav > .support-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0;
  margin-top: 16px;
  padding-bottom: 16px;
  width: 260px;
}
.navbar-nav > .support-menu > .dropdown-menu > li.assistance {
  margin-bottom: 8px;
}
.navbar-nav > .support-menu > .dropdown-menu > li.assistance > p {
  z-index: 5;
  color: #000000;
  padding-left: 16px;
  padding-top: 16px;
  font-size: 16px;
  font-weight: bold;
}
.navbar-nav > .support-menu > .dropdown-menu > li.assistance > span {
  padding-left: 16px;
  color: #000000;
  padding-top: 16px;
}
.navbar-nav > .support-menu > .dropdown-menu > .support-menu-button {
  height: 32px;
  width: 220px;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 16px;
  margin-right: 6.15%;
}
.navbar-nav > .support-menu > .dropdown-menu > .support-menu-button > a {
  color: #FFFFFF;
}
.navbar-nav > .support-menu > .dropdown-menu > .support-menu-button > a > .fa-external-link {
  padding: 0 0 0 16px;
}
.navbar-nav > .support-menu > .dropdown-menu > li.or {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-nav > .support-menu > .dropdown-menu > li.or > span {
  margin-left: 111px;
}
.navbar-nav > .support-menu > .dropdown-menu > .support-tel-button {
  height: 32px;
  width: 220px;
  margin-left: 16px;
  margin-right: 6.15%;
  color: #3F8FCA;
  border-width: 1px;
  border-color: #3F8FCA;
}
.navbar-nav > .support-menu > .dropdown-menu > .support-tel-button > .fa-phone {
  padding: 0 16px 0 0;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  padding: 10px 10px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
  white-space: normal;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu,
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > img {
  z-index: 5;
  height: 70px;
  width: 70px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p {
  z-index: 5;
  color: var(--header-font-color, rgba(255,255,255,0.8));
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p > .user-header-username {
  font-weight: bold;
  display: block;
  font-size: 15px;
  color: var(--header-font-color, rgba(255,255,255,0.9));
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p > small {
  display: block;
  font-size: 12px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}
@media (max-width:991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #F2F5F7;
  padding: 8px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
@media (max-width:767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width:991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}
.form-control {
  box-shadow: none;
  border-color: #d2d6de;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #3DCB6B;
}
.form-group.has-success .form-control {
  border-color: #3DCB6B !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #E89720;
}
.form-group.has-warning .form-control {
  border-color: #E89720 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #CB403D;
}
.form-group.has-error .form-control {
  border-color: #CB403D !important;
  box-shadow: none;
}
.input-group .input-group-addon {
  border-radius: 3px;
  border-color: #d2d6de;
  background-color: #fff;
}
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 7px;
}
.progress.sm,
.progress-sm {
  height: 10px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 7px;
}
.progress.xs,
.progress-xs {
  height: 7px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 7px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 7px;
}
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3F8FCA;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #3DCB6B;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #3F8FCA;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #E89720;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #CB403D;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width:767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #3F8FCA;
}
.box.box-info {
  border-top-color: #3F8FCA;
}
.box.box-danger {
  border-top-color: #CB403D;
}
.box.box-warning {
  border-top-color: #E89720;
}
.box.box-success {
  border-top-color: #3DCB6B;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #e1e1e1;
}
.box .border-left {
  border-left: 1px solid #e1e1e1;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3F8FCA;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3F8FCA;
  background-color: #3F8FCA;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #3F8FCA;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #3F8FCA;
  background-color: #3F8FCA;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #CB403D;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #CB403D;
  background-color: #CB403D;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #E89720;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #E89720;
  background-color: #E89720;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #3DCB6B;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #3DCB6B;
  background-color: #3DCB6B;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*=bg] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: .3em;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header:before,
.box-header:after {
  content: " ";
  display: table;
}
.box-header:after {
  clear: both;
}
.box-header.with-border {
  border-bottom: 1px solid #e1e1e1;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none !important;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool:active {
  outline: none !important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-body > .chart svg,
.box-body > .chart canvas {
  width: 100% !important;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #e1e1e1;
  padding: 10px;
  background-color: #fff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width:991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li.danger {
  border-left-color: #CB403D;
}
.todo-list > li.warning {
  border-left-color: #E89720;
}
.todo-list > li.info {
  border-left-color: #3F8FCA;
}
.todo-list > li.success {
  border-left-color: #3DCB6B;
}
.todo-list > li.primary {
  border-left-color: #3F8FCA;
}
.todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #CB403D;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
}
.chat .item > img.online {
  border: 2px solid #3DCB6B;
}
.chat .item > img.offline {
  border: 2px solid #CB403D;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.punch-timer-widget {
  max-width: 275px;
}
.info-box {
  display: flex;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 7px;
  flex: 0 0 50px;
  text-align: center;
  font-size: 45px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
.timeline {
  color: #282C37;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline > li {
  margin-right: 0;
}
.timeline > li > .timeline-content {
  margin-right: 0;
}
.timeline i a:hover,
.timeline b a:hover {
  text-decoration: none;
}
.timeline b {
  font-weight: 600;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li.time-label > span {
  font-weight: 500;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #828282;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline .timeline-item.item-selected .timeline-content {
  background: #3F8FCA;
  color: #FFFFFF;
}
.timeline .timeline-item.item-selected .timeline-content .time {
  color: #FFFFFF;
}
.timeline .timeline-item.item-selected .timeline-content a,
.timeline .timeline-item.item-selected .timeline-content .c-breadcrumbs a {
  color: #FFFFFF;
  text-decoration: none;
}
.timeline .timeline-item:hover {
  cursor: pointer;
}
.timeline .timeline-item:hover .timeline-content {
  background: #88C0EA;
  color: #FFFFFF;
}
.timeline .timeline-item:hover .timeline-content .time {
  color: #FFFFFF;
}
.timeline .timeline-item:hover .timeline-content .c-breadcrumbs li::before,
.timeline .timeline-item:hover .timeline-content .c-breadcrumbs a,
.timeline .timeline-item:hover .timeline-content .c-breadcrumbs a:hover {
  color: #FFFFFF;
}
.timeline .timeline-item:hover .timeline-content a {
  color: #FFFFFF;
}
.timeline .timeline-item:hover .timeline-content a:hover {
  text-decoration: underline;
}
.timeline .timeline-item > .timeline-content {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: -4px;
  background: #fff;
  margin-left: 60px;
  padding: 0;
  position: relative;
}
.timeline .timeline-item > .timeline-content .c-breadcrumbs {
  margin-bottom: 10px;
}
.timeline .timeline-item > .timeline-content .c-breadcrumbs li::before {
  font-size: 12px;
  padding: 0 0 0 4px;
}
.timeline .timeline-item > .timeline-content .c-breadcrumbs a {
  color: var(--link-text-color);
  font-size: 12px;
}
.timeline .timeline-item > .timeline-content .c-breadcrumbs a:hover {
  color: var(--link-text-color-darker);
}
.timeline .timeline-item > .timeline-content .time {
  color: #828282;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline .timeline-item > .timeline-content .timeline-header {
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
}
.timeline .timeline-item > .timeline-content .timeline-header a {
  font-weight: 500;
}
.timeline .timeline-item > .timeline-content .timeline-body,
.timeline .timeline-item > .timeline-content .timeline-footer {
  padding: 10px;
}
.timeline .timeline-item > .timeline-content .timeline-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 45% 45%;
  border-radius: 7px;
  border: 1px solid #BBBBBB;
  max-width: 250px;
  max-height: 250px;
}
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7 !important;
}
.btn-primary {
  background-color: #3F8FCA;
  border-color: #3482bc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #3482bc;
}
.btn-success {
  background-color: #3DCB6B;
  border-color: #32bc5f;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #32bc5f;
}
.btn-info {
  background-color: #3F8FCA;
  border-color: #3482bc;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #3482bc;
}
.btn-danger {
  background-color: #CB403D;
  border-color: #bc3532;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #bc3532;
}
.btn-warning {
  background-color: #E89720;
  border-color: #d88a16;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #d88a16;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
}
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}
.btn-app:active,
.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout a {
  color: #fff;
  text-decoration: underline;
}
.callout a:hover {
  color: #eee;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  border-color: #a8302d;
}
.callout.callout-warning {
  border-color: #c17b14;
}
.callout.callout-info {
  border-color: #2e74a8;
}
.callout.callout-success {
  border-color: #2da855;
}
.alert {
  border-radius: 5px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: transparent;
}
.alert-danger,
.alert-error {
  border-color: transparent;
}
.alert-warning {
  border-color: transparent;
}
.alert-info {
  border-color: transparent;
}
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #f4f4f4;
  border-top-color: #3F8FCA;
  color: #444;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
.nav-pills > li > a:hover {
  background-color: #f6f6f6;
}
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background-color: #f4f4f4;
  border-top: 0;
  border-left-color: #3F8FCA;
  color: #444;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3F8FCA;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top: 0;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-width: 1px;
  border-right-width: 0;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tabs-bottom.nav-3 li a {
  width: 3330% !important;
}
.tabs-bottom li a {
  border: 0;
}
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination > li:first-of-type a,
.pagination > li:last-of-type a {
  border-radius: 0;
}
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #e1e1e1;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e1e1e1;
}
.table > thead > tr > th {
  border-bottom: 2px solid #e1e1e1;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e1e1e1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
.label-default {
  background-color: #d2d6de;
  color: #444;
}
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #CB403D;
  border-color: #CB403D;
  color: #fff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #CB403D;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3F8FCA;
  border-color: #3F8FCA;
  color: #fff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3F8FCA;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #E89720;
  border-color: #E89720;
  color: #fff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #E89720;
}
.direct-chat-info .right > .direct-chat-text {
  background: #3F8FCA;
  border-color: #3F8FCA;
  color: #fff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #3F8FCA;
}
.direct-chat-success .right > .direct-chat-text {
  background: #3DCB6B;
  border-color: #3DCB6B;
  color: #fff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #3DCB6B;
}
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li > img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-name:hover {
  color: #999;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
.carousel-control {
  background-image: none !important;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}
.modal {
  background: rgba(0, 0, 0, 0.3);
}
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  border: 0;
}
@media (min-width:768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  }
}
.modal-header {
  border-bottom-color: #e1e1e1;
}
.modal-footer {
  border-top-color: #e1e1e1;
}
.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: #2e74a8;
}
.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: #c17b14;
}
.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: #2e74a8;
}
.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: #2da855;
}
.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: #a8302d;
}
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #e1e1e1;
}
.mailbox-read-info {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
.mailbox .table-mailbox {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.mailbox .table-mailbox tr.unread > td {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 600;
}
.mailbox .table-mailbox tr > td > .fa.fa-star,
.mailbox .table-mailbox tr > td > .fa.fa-star-o,
.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star,
.mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
  color: #E89720;
  cursor: pointer;
}
.mailbox .table-mailbox tr > td.small-col {
  width: 30px;
}
.mailbox .table-mailbox tr > td.name {
  width: 150px;
  font-weight: 600;
}
.mailbox .table-mailbox tr > td.time {
  text-align: right;
  width: 100px;
}
.mailbox .table-mailbox tr > td {
  white-space: nowrap;
}
.mailbox .table-mailbox tr > td > a {
  color: #444;
}
@media (max-width:991px) {
  .mailbox .nav-stacked > li:not(.header) {
    float: left;
    width: 50%;
  }
  .mailbox .nav-stacked > li:not(.header).header {
    border: 0 !important;
  }
  .mailbox .search-form {
    margin-top: 10px;
  }
}
.lockscreen {
  background: #d2d6de;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0 !important;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
.login-logo,
.register-logo {
  display: flex;
  justify-content: center;
}
.login-logo img,
.register-logo img {
  max-height: 200px;
  max-width: 360px;
}
.login-page,
.register-page {
  background: #d2d6de;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width:768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  border-radius: 7px;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
.login-field-overlay {
  background: transparent;
  padding: 2px 10px;
  position: absolute;
  right: 3px;
  top: 5px;
  z-index: 2;
}
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width:991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width:991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width:991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width:991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px !important;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px !important;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px !important;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px !important;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px !important;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px !important;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: white;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: white;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled.focus,
.btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket.focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #2a69aa;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: white;
}
.btn-dropbox {
  color: white;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: white;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled.focus,
.btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox.focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #309ff0;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: white;
}
.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #4c70ba;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: white;
}
.btn-flickr {
  color: white;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: white;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled.focus,
.btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr.focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff339d;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: white;
}
.btn-foursquare {
  color: white;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: white;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare.disabled,
.btn-foursquare[disabled],
fieldset[disabled] .btn-foursquare,
.btn-foursquare.disabled:hover,
.btn-foursquare[disabled]:hover,
fieldset[disabled] .btn-foursquare:hover,
.btn-foursquare.disabled:focus,
.btn-foursquare[disabled]:focus,
fieldset[disabled] .btn-foursquare:focus,
.btn-foursquare.disabled.focus,
.btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare.focus,
.btn-foursquare.disabled:active,
.btn-foursquare[disabled]:active,
fieldset[disabled] .btn-foursquare:active,
.btn-foursquare.disabled.active,
.btn-foursquare[disabled].active,
fieldset[disabled] .btn-foursquare.active {
  background-color: #0093e4;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-foursquare .badge {
  color: #0072b1;
  background-color: white;
}
.btn-github {
  color: white;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: white;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled.focus,
.btn-github[disabled].focus,
fieldset[disabled] .btn-github.focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #5e5e5e;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-github .badge {
  color: #444444;
  background-color: white;
}
.btn-google-plus {
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus.focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open > .dropdown-toggle.btn-google-plus {
  color: white;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open > .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled.focus,
.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-google-plus.focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #e47365;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: white;
}
.btn-instagram {
  color: white;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: white;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled.focus,
.btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram.focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #548cb9;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: white;
}
.btn-linkedin {
  color: white;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: white;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled.focus,
.btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin.focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #009de9;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: white;
}
.btn-tumblr {
  color: white;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: white;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled.focus,
.btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr.focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #3c6085;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: white;
}
.btn-twitter {
  color: white;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: white;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #83c3f3;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-twitter .badge {
  color: #55acee;
  background-color: white;
}
.btn-vk {
  color: white;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: white;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled.focus,
.btn-vk[disabled].focus,
fieldset[disabled] .btn-vk.focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #7897b6;
  border-color: rgba(20, 20, 20, 0.2);
}
.btn-vk .badge {
  color: #587ea3;
  background-color: white;
}
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  m-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear .3s;
  -moz-transition: -moz-transform linear .3s;
  -o-transition: -o-transform linear .3s;
  transition: transform linear .3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#add-new-event {
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-left {
  margin-left: 10px;
}
.inline {
  display: inline;
  width: auto;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-secondary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-white {
  background: #FFFFFF;
}
.bg-grey-10 {
  background: #F0f0f0;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-black {
  background-color: #212121 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #CB403D !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #E89720 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #3F8FCA !important;
}
.bg-blue,
.label-secondary {
  background-color: #3F8FCA !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #88C0EA !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #3DCB6B !important;
}
.bg-navy {
  background-color: #001F3F !important;
}
.bg-teal {
  background-color: #39CCCC !important;
}
.bg-olive {
  background-color: #3D9970 !important;
}
.bg-lime {
  background-color: #01FF70 !important;
}
.bg-orange {
  background-color: #FF851B !important;
}
.bg-fuchsia {
  background-color: #F012BE !important;
}
.bg-purple {
  background-color: var(--core) !important;
}
.bg-maroon {
  background-color: #D81B60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #080808 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #b83431 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #d48716 !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #337fb8 !important;
}
.bg-blue-active {
  background-color: #2e74a8 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #337fb8 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #32bc5f !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: var(--core-darker) !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^=bg-].disabled {
  opacity: .65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #CB403D !important;
}
.text-yellow {
  color: #E89720 !important;
}
.text-aqua {
  color: #3F8FCA !important;
}
.text-blue {
  color: #3F8FCA !important;
}
.text-black {
  color: #212121 !important;
}
.text-light-blue {
  color: #3F8FCA !important;
}
.text-green {
  color: #3DCB6B !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001F3F !important;
}
.text-teal {
  color: #39CCCC !important;
}
.text-olive {
  color: #3D9970 !important;
}
.text-lime {
  color: #01FF70 !important;
}
.text-orange {
  color: #FF851B !important;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-purple {
  color: var(--core) !important;
}
.text-maroon {
  color: #D81B60 !important;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-shadow {
  box-shadow: none !important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}
.bg-teal-gradient {
  background: #39CCCC !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39CCCC), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39CCCC, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39CCCC 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39CCCC) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7adddd", endColorstr="#39CCCC", GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3F8FCA !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F8FCA), color-stop(1, #6fabd7)) !important;
  background: -ms-linear-gradient(bottom, #3F8FCA, #6fabd7) !important;
  background: -moz-linear-gradient(center bottom, #3F8FCA 0%, #6fabd7 100%) !important;
  background: -o-linear-gradient(#6fabd7, #3F8FCA) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6fabd7", endColorstr="#3F8FCA", GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #3F8FCA !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F8FCA), color-stop(1, #5b9fd2)) !important;
  background: -ms-linear-gradient(bottom, #3F8FCA, #5b9fd2) !important;
  background: -moz-linear-gradient(center bottom, #3F8FCA 0%, #5b9fd2 100%) !important;
  background: -o-linear-gradient(#5b9fd2, #3F8FCA) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b9fd2", endColorstr="#3F8FCA", GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #3F8FCA !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F8FCA), color-stop(1, #5b9fd2)) !important;
  background: -ms-linear-gradient(bottom, #3F8FCA, #5b9fd2) !important;
  background: -moz-linear-gradient(center bottom, #3F8FCA 0%, #5b9fd2 100%) !important;
  background: -o-linear-gradient(#5b9fd2, #3F8FCA) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b9fd2", endColorstr="#3F8FCA", GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #E89720 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #E89720), color-stop(1, #f0b96a)) !important;
  background: -ms-linear-gradient(bottom, #E89720, #f0b96a) !important;
  background: -moz-linear-gradient(center bottom, #E89720 0%, #f0b96a 100%) !important;
  background: -o-linear-gradient(#f0b96a, #E89720) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0b96a", endColorstr="#E89720", GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background:
    linear-gradient(
      0deg,
      var(--core) 0%,
      color-mix(in srgb, var(--core), white 16%) 100%) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #3DCB6B !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3DCB6B), color-stop(1, #59d380)) !important;
  background: -ms-linear-gradient(bottom, #3DCB6B, #59d380) !important;
  background: -moz-linear-gradient(center bottom, #3DCB6B 0%, #59d380 100%) !important;
  background: -o-linear-gradient(#59d380, #3DCB6B) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59d380", endColorstr="#3DCB6B", GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #CB403D !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #CB403D), color-stop(1, #d66865)) !important;
  background: -ms-linear-gradient(bottom, #CB403D, #d66865) !important;
  background: -moz-linear-gradient(center bottom, #CB403D 0%, #d66865 100%) !important;
  background: -o-linear-gradient(#d66865, #CB403D) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66865", endColorstr="#CB403D", GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #212121 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #212121), color-stop(1, #3b3b3b)) !important;
  background: -ms-linear-gradient(bottom, #212121, #3b3b3b) !important;
  background: -moz-linear-gradient(center bottom, #212121 0%, #3b3b3b 100%) !important;
  background: -o-linear-gradient(#3b3b3b, #212121) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b3b3b", endColorstr="#212121", GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #D81B60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D81B60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #D81B60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #D81B60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #D81B60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e73f7c", endColorstr="#D81B60", GradientType=0) !important;
  color: #fff;
}
.bg-checkered {
  background:
    repeating-linear-gradient(
      45deg,
      #f0f0f0,
      #f0f0f0 10px,
      #ccc 10px,
      #ccc 20px);
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: .65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}
.skin-purple .main-header .navbar {
  background-color: var(--core);
}
.skin-purple .main-header .navbar .nav > li > a {
  color: var(--header-font-color, #fff);
}
.skin-purple .main-header .navbar .nav > li > a:hover,
.skin-purple .main-header .navbar .nav > li > a:active,
.skin-purple .main-header .navbar .nav > li > a:focus,
.skin-purple .main-header .navbar .nav .open > a,
.skin-purple .main-header .navbar .nav .open > a:hover,
.skin-purple .main-header .navbar .nav .open > a:focus {
  background: var(--core-darker);
  color: var(--header-font-color, #fff);
}
.skin-purple .main-header .navbar .navbar-custom-menu > .nav {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: var(--header-font-color, #fff);
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  color: var(--header-font-color, #fff);
  background: var(--core-darker);
}
.skin-purple .main-header .navbar .sidebar-toggle {
  color: var(--header-font-color, #fff);
}
.skin-purple .main-header .navbar .sidebar-toggle:hover {
  background-color: var(--core-darker);
  color: var(--header-font-color, #fff);
}
@media (max-width:767px) {
  .skin-purple .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-purple .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-purple .main-header .navbar .dropdown-menu li a:hover {
    background: var(--core-darker);
  }
}
.skin-purple .main-header .logo {
  background-color: var(--core-secondary);
  color: #fff;
  border-bottom: 0 solid transparent;
}
.skin-purple .main-header .logo > a {
  color: #fff;
}
.skin-purple .main-header .logo:hover {
  background: var(--core-secondary);
}
.skin-purple .main-header .user-header {
  background-color: var(--core);
}
.skin-purple .content-header {
  background: transparent;
}
.skin-purple .user-panel > .info,
.skin-purple .user-panel > .info > a {
  color: #fff;
}
.skin-purple .main-sidebar .sidebar-form {
  border: none;
  margin: 0;
  padding: 10px;
}
.skin-purple .sidebar-menu > li.header {
  color: #535b72;
  background: #1f232b;
}
.skin-purple .sidebar-menu > li:last-child > a {
  border-bottom: none;
}
.skin-purple .sidebar-menu > li > a {
  border-left: none;
}
.skin-purple .sidebar-menu > li > a:hover {
  color: #fff;
  border-left-color: transparent;
}
.skin-purple .sidebar-menu > li.active > a {
  color: #282C37;
  background: #F2F5F7;
  border-left-color: transparent;
  border-bottom: none;
}
.skin-purple .sidebar-menu > li > .treeview-menu {
  margin: 0;
  background: #3E424B;
}
.skin-purple .sidebar-menu > li > .treeview-menu > li.active > a {
  padding-left: 10px;
}
.skin-purple .sidebar-menu > li > .treeview-menu > li > a {
  font-size: 12px;
}
.skin-purple .wrapper,
.skin-purple .main-sidebar,
.skin-purple .left-side {
  background: #282C37;
}
.skin-purple .sidebar a {
  color: #c0c4d1;
  font-family: "Roboto";
  font-size: 12px;
  letter-spacing: .4px;
}
.skin-purple .sidebar a:hover {
  text-decoration: none;
}
.skin-purple .treeview-menu > li > a {
  color: #a2a7b3;
}
.skin-purple .treeview-menu > li.active {
  background-color: #3F8FCA;
}
.skin-purple .treeview-menu > li.active > a,
.skin-purple .treeview-menu > li.active > a:hover {
  color: #fff;
}
.skin-purple .sidebar-form {
  margin: 10px 10px;
}
.skin-purple .sidebar-form .form-search-input {
  color: #DEDEDE;
}
.skin-purple .sidebar-form .form-search-input input.form-in {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .sidebar-form .form-search-input input.form-in:focus,
.skin-purple .sidebar-form .form-search-input input.form-in:focus + .input-group-btn .btn {
  background-color: #FFFFFF;
  color: #3E424B;
}
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #3F8FCA;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5da9e2;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #23cc59;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #ef8e00;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #cc2623;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #d2d6de;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type=radio].form-control,
.bootstrap-switch input[type=checkbox].form-control {
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  -o-transition: margin-left .5s;
  transition: margin-left .5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
:root {
  --core:#7E1B70;
  --core-default:#7E1B70;
  --core-darker:color-mix(in srgb, var(--core), black 10%);
  --core-secondary:#69175d;
  --core-secondary-default:#69175d;
  --header-font-color:#FFFFFF;
  --primary-button-background-color:#3F8FCA;
  --primary-button-background-color-darker:color-mix(in srgb, var(--primary-button-background-color), black 10%);
  --primary-button-text-color:#FFFFFF;
  --link-text-color:#7E1B70;
  --link-text-color-darker:color-mix(in srgb, var(--link-text-color), black 10%);
  --app-background-color-default:#75168C;
  --app-font-color-default:#FFFFFF;
  --app-color-primary:#75168C;
  --app-color-secondary:#FFFFFF;
}
.skin-purple {
  font-family: "Roboto";
  font-weight: 400;
  color: #3E424B;
}
.skin-purple .main-sidebar .sidebar-form {
  padding: 16px 8px;
}
.skin-purple .main-sidebar .sidebar-form .bn {
  background: #3E424B;
  border-color: transparent;
  color: #828282;
  font-weight: 400;
  justify-content: flex-start;
  width: 100%;
}
.skin-purple .main-sidebar .sidebar-form .bn i {
  color: #C4CAD1;
  font-size: 20px;
}
.skin-purple .main-sidebar .sidebar-form .bn:hover {
  background: #F2F5F7;
  color: #3E424B;
}
.skin-purple .main-sidebar .sidebar-form .bn:hover i {
  color: #3E424B;
}
.skin-purple .c {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 20px;
}
.skin-purple .c *[data-translate] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .alert {
  padding: 8px;
  margin: 0;
}
.skin-purple .form-g {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}
.skin-purple .form-g label {
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .form-g label.empty-label::before {
  content: "\a0";
}
.skin-purple .form-g.warning .option-input,
.skin-purple .form-g.ng-invalid-required.ng-touched .option-input {
  background: #E89720;
}
.skin-purple .right-end-time-picker {
  float: right;
}
.skin-purple .signature-pad.warning .signature,
.skin-purple .signature-pad.ng-invalid-required.ng-touched .signature {
  border-color: #E89720;
}
.skin-purple .signature-pad .signature {
  display: block;
  width: 350px;
  height: 180px;
  border: 1px solid #C4CAD1;
  border-radius: 5px;
}
.skin-purple .form-b {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.skin-purple textarea.form-in {
  height: auto;
  resize: vertical;
  min-height: 80px;
  max-height: 300px;
}
.skin-purple select.form-in {
  padding-top: 0;
  padding-bottom: 0;
}
.skin-purple select.form-in option {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.skin-purple .form-in-g {
  position: relative;
}
.skin-purple .form-in-g .form-in-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  line-height: 15px;
}
.skin-purple .form-in {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
}
.skin-purple .form-in.disabled,
.skin-purple .form-in[disabled=disabled],
.skin-purple .form-in[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .form-in:active,
.skin-purple .form-in:focus,
.skin-purple .form-in.active {
  border-color: #3F8FCA;
}
.skin-purple .form-in.ng-valid.ng-touched.ng-required,
.skin-purple .form-in.valid {
  border-color: #3DCB6B;
}
.skin-purple .form-in.ng-error,
.skin-purple .form-in.error {
  border-color: #CB403D;
}
.skin-purple .form-in.warning,
.skin-purple .form-in.ng-invalid.ng-touched.ng-required,
.skin-purple .form-in.ng-invalid.ng-invalid-parse,
.skin-purple .form-in.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .form-in.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .i-checkbox-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-color: #C4CAD1;
  border-radius: 3px;
}
.skin-purple .i-checkbox-wrap:hover {
  background-color: #88C0EA;
}
.skin-purple .i-checkbox-wrap.active {
  background-color: #3F8FCA;
}
.skin-purple .i-checkbox-wrap.active .fa.fa-check {
  color: #FFFFFF;
  font-size: 11px;
}
.skin-purple .i-checkbox-wrap.active:hover {
  background-color: #3476A6;
}
.skin-purple .i-radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-color: #C4CAD1;
  border-radius: 7px;
}
.skin-purple .i-radio-wrap .circle {
  width: 8px;
  height: 8px;
}
.skin-purple .i-radio-wrap:hover {
  background-color: #88C0EA;
}
.skin-purple .i-radio-wrap.active {
  border: 2px solid #3F8FCA;
  background-color: #FFFFFF;
}
.skin-purple .i-radio-wrap.active .circle {
  background-color: #3F8FCA;
}
.skin-purple .i-radio-wrap.active:hover {
  background-color: #3476A6;
}
.skin-purple input[type=checkbox],
.skin-purple input[type=radio] {
  margin-top: 0;
}
.skin-purple input[type=checkbox]:focus,
.skin-purple input[type=radio]:focus {
  outline: none;
}
.skin-purple input[type=number]:disabled {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) or (-ms-appearance: none) or (appearance: none) {
  .skin-purple .option-input.radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
  }
  .skin-purple .option-input.radio::after,
  .skin-purple .option-input.radio::before {
    opacity: 0;
    height: 10px;
    width: 10px;
    background: #3F8FCA;
    border-radius: 50%;
    content: "";
    display: block;
    left: 2px;
    top: 2px;
    position: absolute;
  }
  .skin-purple .option-input.radio:focus {
    border: 1px solid #88C0EA;
  }
  .skin-purple .option-input.radio:focus::after {
    opacity: 1;
    background: #F0F0F0;
  }
  .skin-purple .option-input.radio:hover {
    border: 1px solid #88C0EA;
  }
  .skin-purple .option-input.radio:hover::after {
    opacity: 1;
    background: #88C0EA;
  }
  .skin-purple .option-input.radio:checked {
    border: 1px solid #C4CAD1;
  }
  .skin-purple .option-input.radio:checked::before {
    opacity: 1;
    z-index: 100;
    background: #3F8FCA;
    -webkit-animation: radio-click-wave .65s;
    -moz-animation: radio-click-wave .65s;
    animation: radio-click-wave .65s;
  }
  .skin-purple .option-input.radio:checked::after {
    z-index: 1;
    opacity: 1;
    background: #3F8FCA;
  }
  .skin-purple .option-input.radio:checked:disabled {
    border: 1px solid #DEDEDE;
  }
  .skin-purple .option-input.radio:checked:disabled::after {
    opacity: 1;
    background: #BBBBBB;
  }
  .skin-purple .option-input.radio:disabled {
    border: 1px solid #DEDEDE;
  }
  .skin-purple .option-input.radio:disabled::after {
    opacity: 1;
    background: #FFFFFF;
  }
  .skin-purple .option-input.radio.ng-invalid-required {
    border: 1px solid #E89720;
  }
}
.skin-purple .option-input.checkbox {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 3px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  transition: all .15s ease-out;
  background: #DEDEDE;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  margin: 4px 4px 4px 0;
  z-index: 1;
}
.skin-purple .option-input.checkbox.disabled,
.skin-purple .option-input.checkbox[disabled=disabled] {
  background: #BBBBBB !important;
  cursor: not-allowed;
}
.skin-purple .option-input.checkbox.minus {
  background: #3F8FCA;
}
.skin-purple .option-input.checkbox.minus::before {
  content: "\f068" !important;
}
.skin-purple .option-input.checkbox:checked::before,
.skin-purple .option-input.checkbox.minus::before {
  width: 16px;
  height: 16px;
  position: absolute;
  content: "\f00c";
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.skin-purple .option-input.checkbox:hover {
  background: #88C0EA;
}
.skin-purple .option-input.checkbox:checked {
  background: #3F8FCA;
}
.skin-purple .option-input.checkbox:checked::after {
  -webkit-animation: click-wave .65s;
  -moz-animation: click-wave .65s;
  animation: click-wave .65s;
  border-radius: 5px;
  background: #3476A6;
  content: "";
  display: block;
  outline: none;
  position: relative;
  z-index: 100;
}
@-webkit-keyframes click-wave {
  0% {
    width: 40px;
    height: 40px;
    opacity: .4;
    position: relative;
  }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    margin-top: -11px;
    opacity: 0;
  }
}
@-moz-keyframes click-wave {
  0% {
    width: 16px;
    height: 16px;
    opacity: .4;
    position: relative;
  }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    margin-top: -11px;
    opacity: 0;
  }
}
@-o-keyframes click-wave {
  0% {
    width: 16px;
    height: 16px;
    opacity: .4;
    position: relative;
  }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    margin-top: -11px;
    opacity: 0;
  }
}
@keyframes click-wave {
  0% {
    width: 16px;
    height: 16px;
    opacity: .4;
    position: relative;
  }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    margin-top: -11px;
    opacity: 0;
  }
}
.skin-purple .form-scale {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .form-scale input {
  height: 24px;
  margin: 0 8px;
  width: 80px;
}
.skin-purple .form-scale input.numeric-input {
  padding-top: 0;
  padding-bottom: 0;
}
.skin-purple .form-scale input.numeric-input.three-digits {
  width: 45px;
}
.skin-purple .form-scale .bn.bn-func {
  margin: 0;
  width: 24px;
  height: 24px;
}
.skin-purple .no-spinnerinput::-webkit-outer-spin-button,
.skin-purple .no-spinnerinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.skin-purple .no-spinnerinput[type=number] {
  -moz-appearance: textfield;
}
.skin-purple .toggle-slider {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 20px;
}
.skin-purple .toggle-slider input {
  opacity: 0;
  width: 0;
  height: 0;
}
.skin-purple .toggle-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C4CAD1;
  -webkit-transition: .4s;
  transition: .4s;
}
.skin-purple .toggle-slider .slider:hover {
  background-color: #828282;
}
.skin-purple .toggle-slider .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.skin-purple .toggle-slider input:checked + .slider {
  background-color: #3DCB6B;
}
.skin-purple .toggle-slider input:checked + .slider:hover {
  background-color: #32A758;
}
.skin-purple .toggle-slider input:focus + .slider {
  box-shadow: 0 0 1px #DEDEDE;
}
.skin-purple .toggle-slider input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.skin-purple .toggle-slider .slider.round {
  border-radius: 34px;
}
.skin-purple .toggle-slider .slider.round:before {
  border-radius: 50%;
}
.skin-purple .toggle-slider.disabled,
.skin-purple .toggle-slider[disabled=disabled] {
  cursor: default;
}
.skin-purple .toggle-slider.disabled .slider,
.skin-purple .toggle-slider[disabled=disabled] .slider {
  background-color: #828282;
}
.skin-purple .toggle-slider.disabled .slider.round,
.skin-purple .toggle-slider[disabled=disabled] .slider.round {
  cursor: default;
}
.skin-purple .toggle-slider.disabled .slider.round:before,
.skin-purple .toggle-slider[disabled=disabled] .slider.round:before {
  background-color: #BBBBBB;
}
.skin-purple .toggle-slider.disabled .slider:hover,
.skin-purple .toggle-slider[disabled=disabled] .slider:hover {
  background-color: #828282;
}
.skin-purple .toggle-slider.disabled input:checked + .slider,
.skin-purple .toggle-slider[disabled=disabled] input:checked + .slider {
  cursor: default;
  background-color: #32A758;
}
.skin-purple .toggle-slider.slider-neutral .slider {
  background-color: #BBBBBB;
}
.skin-purple .toggle-slider.slider-neutral .slider:hover {
  background-color: #828282;
}
.skin-purple .toggle-slider.slider-neutral input:checked + .slider {
  background-color: #3F8FCA;
}
.skin-purple .toggle-slider.slider-neutral input:checked + .slider:hover {
  background-color: #3476A6;
}
.skin-purple .toggle-slider.slider-neutral.disabled .slider,
.skin-purple .toggle-slider.slider-neutral[disabled=disabled] .slider,
.skin-purple .toggle-slider.slider-neutral.disabled .slider:hover,
.skin-purple .toggle-slider.slider-neutral[disabled=disabled] .slider:hover,
.skin-purple .toggle-slider.slider-neutral.disabled input:checked + .slider,
.skin-purple .toggle-slider.slider-neutral[disabled=disabled] input:checked + .slider {
  background-color: #DEDEDE;
}
.skin-purple .form-search-input {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.skin-purple .form-search-input i.search {
  font-size: 20px;
  position: absolute;
  left: 5px;
  height: 32px;
  padding: 7px 8px;
}
.skin-purple .form-search-input .back-icon {
  font-size: 20px;
  position: absolute;
  right: 5px;
  height: 32px;
  padding: 7px 8px;
}
.skin-purple .form-search-input .bn.clear-icon {
  background: none;
  box-shadow: none;
  position: absolute;
  right: 5px;
  padding: 2px;
  height: 24px;
  width: 24px;
  min-height: auto;
  outline: none;
  top: 5px;
}
.skin-purple .form-search-input .bn.clear-icon i {
  color: #C4CAD1;
  font-size: 16px;
}
.skin-purple .form-search-input .bn.clear-icon:hover,
.skin-purple .form-search-input .bn.clear-icon:focus {
  border: none !important;
  box-shadow: none;
}
.skin-purple .form-search-input .bn.clear-icon:hover i,
.skin-purple .form-search-input .bn.clear-icon:focus i {
  color: #3E424B;
}
.skin-purple .form-search-input input {
  font-weight: 400;
  padding-left: 32px;
  padding-right: 32px;
}
.skin-purple .datepicker,
.skin-purple .picker {
  align-items: center;
  display: flex;
  padding: 0;
}
.skin-purple .datepicker input,
.skin-purple .picker input {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
  padding-right: 30px;
}
.skin-purple .datepicker input.disabled,
.skin-purple .picker input.disabled,
.skin-purple .datepicker input[disabled=disabled],
.skin-purple .picker input[disabled=disabled],
.skin-purple .datepicker input[disabled],
.skin-purple .picker input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .datepicker input:active,
.skin-purple .picker input:active,
.skin-purple .datepicker input:focus,
.skin-purple .picker input:focus,
.skin-purple .datepicker input.active,
.skin-purple .picker input.active {
  border-color: #3F8FCA;
}
.skin-purple .datepicker input.ng-valid.ng-touched.ng-required,
.skin-purple .picker input.ng-valid.ng-touched.ng-required,
.skin-purple .datepicker input.valid,
.skin-purple .picker input.valid {
  border-color: #3DCB6B;
}
.skin-purple .datepicker input.ng-error,
.skin-purple .picker input.ng-error,
.skin-purple .datepicker input.error,
.skin-purple .picker input.error {
  border-color: #CB403D;
}
.skin-purple .datepicker input.warning,
.skin-purple .picker input.warning,
.skin-purple .datepicker input.ng-invalid.ng-touched.ng-required,
.skin-purple .picker input.ng-invalid.ng-touched.ng-required,
.skin-purple .datepicker input.ng-invalid.ng-invalid-parse,
.skin-purple .picker input.ng-invalid.ng-invalid-parse,
.skin-purple .datepicker input.ng-invalid.ng-touched,
.skin-purple .picker input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .datepicker input.form-in-search:before,
.skin-purple .picker input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .datepicker input .dropdown,
.skin-purple .picker input .dropdown,
.skin-purple .datepicker input.dropdown,
.skin-purple .picker input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .datepicker label,
.skin-purple .picker label {
  padding: 0;
}
.skin-purple .datepicker .date-time-picker-icon,
.skin-purple .picker .date-time-picker-icon,
.skin-purple .datepicker .datepicker-icon,
.skin-purple .picker .datepicker-icon,
.skin-purple .datepicker .timepicker-icon,
.skin-purple .picker .timepicker-icon {
  background-color: transparent;
  padding: 0 2px;
  position: absolute;
  right: 16px;
}
.skin-purple .datepicker .date-time-picker-icon i,
.skin-purple .picker .date-time-picker-icon i,
.skin-purple .datepicker .datepicker-icon i,
.skin-purple .picker .datepicker-icon i,
.skin-purple .datepicker .timepicker-icon i,
.skin-purple .picker .timepicker-icon i {
  font-size: 15px;
}
.skin-purple .datepicker .datepicker-input,
.skin-purple .picker .datepicker-input {
  flex: 1 auto;
  outline: none;
}
.skin-purple .field-icon-group {
  border: none;
  display: flex;
  padding: 0;
  position: relative;
  justify-content: space-evenly;
}
.skin-purple .field-icon-group input {
  flex-grow: 0;
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.skin-purple .field-icon-group input.disabled,
.skin-purple .field-icon-group input[disabled=disabled],
.skin-purple .field-icon-group input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .field-icon-group input:active,
.skin-purple .field-icon-group input:focus,
.skin-purple .field-icon-group input.active {
  border-color: #3F8FCA;
}
.skin-purple .field-icon-group input.ng-valid.ng-touched.ng-required,
.skin-purple .field-icon-group input.valid {
  border-color: #3DCB6B;
}
.skin-purple .field-icon-group input.ng-error,
.skin-purple .field-icon-group input.error {
  border-color: #CB403D;
}
.skin-purple .field-icon-group input.warning,
.skin-purple .field-icon-group input.ng-invalid.ng-touched.ng-required,
.skin-purple .field-icon-group input.ng-invalid.ng-invalid-parse,
.skin-purple .field-icon-group input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .field-icon-group input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .field-icon-group input .dropdown,
.skin-purple .field-icon-group input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .field-icon-group label {
  padding: 0;
}
.skin-purple .field-icon-group .field-icon {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin-right: 5px;
  padding: 3px 8px;
  border: 1px solid #C4CAD1;
  border-left: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.skin-purple .field-icon-group .field-icon i {
  font-size: 15px;
}
.skin-purple .field-icon-group.field-icon-group-editor {
  flex-direction: column-reverse;
}
.skin-purple .field-icon-group.field-icon-group-editor .field-icon {
  position: initial;
  top: auto;
  left: auto;
  right: auto;
  border: 0;
  border-radius: 0;
}
.skin-purple .field-icon-group.field-icon-group-textarea textarea {
  padding-top: 30px;
}
.skin-purple .field-icon-group.field-icon-group-textarea .field-icon {
  position: absolute;
  padding-top: 3px;
  top: 1px;
  left: 1px;
  right: auto;
  border-right: 1px solid #C4CAD1;
  border-bottom: 1px solid #C4CAD1;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}
.skin-purple .field-icon-group .field-icon-input {
  flex: 1 auto;
  outline: none;
}
.skin-purple .clockpicker {
  align-items: center;
  display: flex;
  padding: 0;
}
.skin-purple .clockpicker input {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
}
.skin-purple .clockpicker input.disabled,
.skin-purple .clockpicker input[disabled=disabled],
.skin-purple .clockpicker input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .clockpicker input:active,
.skin-purple .clockpicker input:focus,
.skin-purple .clockpicker input.active {
  border-color: #3F8FCA;
}
.skin-purple .clockpicker input.ng-valid.ng-touched.ng-required,
.skin-purple .clockpicker input.valid {
  border-color: #3DCB6B;
}
.skin-purple .clockpicker input.ng-error,
.skin-purple .clockpicker input.error {
  border-color: #CB403D;
}
.skin-purple .clockpicker input.warning,
.skin-purple .clockpicker input.ng-invalid.ng-touched.ng-required,
.skin-purple .clockpicker input.ng-invalid.ng-invalid-parse,
.skin-purple .clockpicker input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .clockpicker input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .clockpicker input .dropdown,
.skin-purple .clockpicker input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .clockpicker label {
  padding: 0;
}
.skin-purple .clockpicker .clockpicker-icon {
  position: absolute;
  right: 18px;
}
.skin-purple .clockpicker .clockpicker-icon i {
  font-size: 15px;
}
.skin-purple .clockpicker .clockpicker-input {
  flex: 1 auto;
  outline: none;
}
.skin-purple .clockpicker-popover {
  border: none;
  border-radius: 5px;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.3);
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  transition: all ease .5s;
}
.skin-purple .clockpicker-popover .arrow {
  display: none;
}
.skin-purple .clockpicker-popover .popover-title {
  color: #828282;
}
.skin-purple .clockpicker-popover .clockpicker-tick {
  color: #212121;
}
.skin-purple .clockpicker-popover .clockpicker-tick.active,
.skin-purple .clockpicker-popover .clockpicker-tick:hover {
  background-color: #88C0EA;
}
.skin-purple .clockpicker-popover .clockpicker-canvas line {
  stroke: #3F8FCA;
}
.skin-purple .clockpicker-popover .clockpicker-canvas-fg {
  fill: #3F8FCA;
}
.skin-purple .clockpicker-popover .clockpicker-canvas-bg {
  fill: #88C0EA;
}
.skin-purple .clockpicker-popover .clockpicker-canvas-bearing,
.skin-purple .clockpicker-popover .clockpicker-canvas-fg {
  fill: #3476A6;
}
.skin-purple .form-in.timepicker {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  padding: 0;
}
.skin-purple .form-in.timepicker .uib-separator {
  padding: 0 5px;
}
.skin-purple .form-in.timepicker input {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
}
.skin-purple .form-in.timepicker input.disabled,
.skin-purple .form-in.timepicker input[disabled=disabled],
.skin-purple .form-in.timepicker input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .form-in.timepicker input:active,
.skin-purple .form-in.timepicker input:focus,
.skin-purple .form-in.timepicker input.active {
  border-color: #3F8FCA;
}
.skin-purple .form-in.timepicker input.ng-valid.ng-touched.ng-required,
.skin-purple .form-in.timepicker input.valid {
  border-color: #3DCB6B;
}
.skin-purple .form-in.timepicker input.ng-error,
.skin-purple .form-in.timepicker input.error {
  border-color: #CB403D;
}
.skin-purple .form-in.timepicker input.warning,
.skin-purple .form-in.timepicker input.ng-invalid.ng-touched.ng-required,
.skin-purple .form-in.timepicker input.ng-invalid.ng-invalid-parse,
.skin-purple .form-in.timepicker input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .form-in.timepicker input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .form-in.timepicker input .dropdown,
.skin-purple .form-in.timepicker input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .form-in.timepicker label {
  padding: 0;
}
.skin-purple .form-in.email {
  align-items: center;
  display: flex;
  padding: 0;
}
.skin-purple .form-in.email input {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
}
.skin-purple .form-in.email input.disabled,
.skin-purple .form-in.email input[disabled=disabled],
.skin-purple .form-in.email input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .form-in.email input:active,
.skin-purple .form-in.email input:focus,
.skin-purple .form-in.email input.active {
  border-color: #3F8FCA;
}
.skin-purple .form-in.email input.ng-valid.ng-touched.ng-required,
.skin-purple .form-in.email input.valid {
  border-color: #3DCB6B;
}
.skin-purple .form-in.email input.ng-error,
.skin-purple .form-in.email input.error {
  border-color: #CB403D;
}
.skin-purple .form-in.email input.warning,
.skin-purple .form-in.email input.ng-invalid.ng-touched.ng-required,
.skin-purple .form-in.email input.ng-invalid.ng-invalid-parse,
.skin-purple .form-in.email input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .form-in.email input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .form-in.email input .dropdown,
.skin-purple .form-in.email input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .form-in.email label {
  padding: 0;
}
.skin-purple .form-in.email .status-icon {
  position: absolute;
  right: 18px;
}
.skin-purple .form-in.email .status-icon i {
  font-size: 15px;
}
.skin-purple .form-in.email .email-input {
  border: none;
  flex: 1 auto;
  font-size: 15px;
  height: 100%;
  outline: none;
  padding-right: 30px;
}
.skin-purple .form-in.password {
  align-items: center;
  display: flex;
  padding: 0;
}
.skin-purple .form-in.password input {
  border-radius: 5px;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 15px;
  color: #3E424B;
  font-weight: 400;
  background-color: #FFFFFF;
  outline: none;
  padding: 8px;
  height: 32px;
  width: 100%;
  border: 1px solid #C4CAD1;
  align-items: center;
  transition: border .2s linear;
}
.skin-purple .form-in.password input.disabled,
.skin-purple .form-in.password input[disabled=disabled],
.skin-purple .form-in.password input[disabled] {
  background: #DEDEDE !important;
  border-color: #C4CAD1 !important;
  color: #828282 !important;
}
.skin-purple .form-in.password input:active,
.skin-purple .form-in.password input:focus,
.skin-purple .form-in.password input.active {
  border-color: #3F8FCA;
}
.skin-purple .form-in.password input.ng-valid.ng-touched.ng-required,
.skin-purple .form-in.password input.valid {
  border-color: #3DCB6B;
}
.skin-purple .form-in.password input.ng-error,
.skin-purple .form-in.password input.error {
  border-color: #CB403D;
}
.skin-purple .form-in.password input.warning,
.skin-purple .form-in.password input.ng-invalid.ng-touched.ng-required,
.skin-purple .form-in.password input.ng-invalid.ng-invalid-parse,
.skin-purple .form-in.password input.ng-invalid.ng-touched {
  border-color: #E89720;
  color: #E89720;
}
.skin-purple .form-in.password input.form-in-search:before {
  content: "\f2f5";
}
.skin-purple .form-in.password input .dropdown,
.skin-purple .form-in.password input.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple .form-in.password label {
  padding: 0;
}
.skin-purple .form-in.password .status-icon {
  position: absolute;
  right: 18px;
}
.skin-purple .form-in.password .status-icon i {
  font-size: 15px;
}
.skin-purple .form-in.password .password-input {
  border: none;
  flex: 1 auto;
  font-size: 15px;
  height: 100%;
  outline: none;
}
.skin-purple input.form-in.colorpicker {
  width: revert;
  padding: 0 2px;
}
@supports (-moz-appearance:none) {
  .skin-purple input.form-in.colorpicker {
    padding: 4px !important;
  }
}
.skin-purple .daterangepicker .drp-buttons .cancelBtn.btn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .daterangepicker .drp-buttons .applyBtn.btn-primary {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
  margin-left: 4px !important;
}
.skin-purple .daterangepicker .drp-buttons .applyBtn.btn-primary:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .daterangepicker .drp-buttons .applyBtn.btn-primary.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .daterangepicker .drp-buttons .applyBtn.btn-primary.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .item-order-selection .item-order-selection-panel {
  max-height: 400px;
  overflow: auto;
}
.skin-purple .item-order-selection .card {
  min-height: 160px;
}
.skin-purple .item-order-selection .warning {
  border: 1px solid #E89720;
}
.skin-purple .checkbox-label-container {
  align-items: center;
  display: flex;
  justify-content: start;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 4px;
}
.skin-purple .checkbox-label-container input[type=checkbox] {
  margin-right: 8px;
}
.skin-purple .compact-formfields {
  background: #F0f0f0;
  border: none;
  border-radius: 5px;
  display: flex;
  height: 32px;
  padding: 3px;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.skin-purple .compact-formfields button.bn-func-icon {
  max-width: 26px;
  min-width: 26px;
}
.skin-purple .compact-formfields button,
.skin-purple .compact-formfields input {
  max-height: 26px;
  min-height: 26px;
}
.skin-purple .compact-user-fields {
  background: #F0f0f0;
  border: none;
  border-radius: 5px;
  display: flex;
  padding: 5px;
  flex-grow: 1;
  justify-content: space-between;
}
.skin-purple .compact-user-fields label {
  margin-bottom: 0;
}
.skin-purple .compact-user-fields button.bn-func-icon {
  max-width: 26px;
  min-width: 26px;
}
.skin-purple .compact-user-fields button,
.skin-purple .compact-user-fields input {
  max-height: 26px;
  min-height: 26px;
}
.skin-purple .icon-field-group {
  display: flex;
  margin: 0;
}
.skin-purple .icon-field-group .icon-field {
  background: white;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c4cad1;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.skin-purple .icon-field-group .datepicker input,
.skin-purple .icon-field-group button.dropdown {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.skin-purple .icon-field-group .icon-field-group-center {
  border-radius: 0;
}
.skin-purple .datepicker {
  position: relative;
}
.skin-purple .datepicker .date-time-picker-icon {
  right: 9px;
}
.skin-purple .default-form-table label {
  display: none;
}
.skin-purple .default-form-table .form-g {
  margin-bottom: 0;
}
.skin-purple .form-input-like-span {
  background: transparent;
  border: none;
  cursor: text;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
.skin-purple .form-in.colorpicker.width-100-percent {
  width: 100%;
}
@supports (-moz-appearance:none) {
  .skin-purple input.form-in.colorpicker {
    padding: 4px !important;
  }
}
.skin-purple h1,
.skin-purple h2,
.skin-purple h3,
.skin-purple h4,
.skin-purple h5,
.skin-purple h6,
.skin-purple .h1,
.skin-purple .h2,
.skin-purple .h3,
.skin-purple .h4,
.skin-purple .h5,
.skin-purple .h6 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.skin-purple .hover-underline:hover {
  text-decoration: underline;
}
.skin-purple .link-blue,
.skin-purple a.link-blue {
  color: #3476A6;
}
.skin-purple .link-blue:hover,
.skin-purple a.link-blue:hover,
.skin-purple .link-blue:visited,
.skin-purple a.link-blue:visited,
.skin-purple .link-blue:focus,
.skin-purple a.link-blue:focus {
  color: #3F8FCA;
}
.skin-purple .link-blue:active,
.skin-purple a.link-blue:active {
  color: #88C0EA;
}
.skin-purple .link-blue:focus,
.skin-purple a.link-blue:focus {
  text-decoration: underline;
}
.skin-purple h1 {
  font-size: 21px;
}
.skin-purple h1 span {
  font-size: 21px;
}
.skin-purple h2 {
  font-size: 15px;
}
.skin-purple .default-font-style {
  font-family: "Roboto";
  font-weight: 400;
  color: #3E424B;
}
.skin-purple .font-weight-bold {
  font-weight: bold;
}
.skin-purple .fs-0 {
  font-size: 8px;
}
.skin-purple .fs-1 {
  font-size: 12px;
}
.skin-purple .fs-2 {
  font-size: 15px;
}
.skin-purple .fs-3 {
  font-size: 21px;
}
.skin-purple .fs-4 {
  font-size: 24px;
}
.skin-purple .fs-5 {
  font-size: 30px;
}
.skin-purple .fs-6 {
  font-size: 40px;
}
.skin-purple .fs-none {
  font-size: 0;
}
.skin-purple .fs-11px {
  font-size: 11px;
}
.skin-purple .fs-12px {
  font-size: 12px;
}
.skin-purple .fs-13px {
  font-size: 13px !important;
}
.skin-purple .fs-14px {
  font-size: 14px;
}
.skin-purple .fs-18px {
  font-size: 18px;
}
.skin-purple .fs-20px {
  font-size: 20px;
}
.skin-purple .fs-30px {
  font-size: 30px;
}
.skin-purple .f-light {
  font-weight: 200;
}
.skin-purple .f-regular {
  font-weight: 400;
}
.skin-purple .f-medium {
  font-weight: 500;
}
.skin-purple .f-bold {
  font-weight: 600;
}
.skin-purple .f-bolder {
  font-weight: 800;
}
.skin-purple .f-italic {
  font-style: italic;
}
.skin-purple .f-black {
  color: #282C37;
}
.skin-purple .f-slate-0 {
  color: #C4CAD1;
}
.skin-purple .f-slate-1 {
  color: #3E424B;
}
.skin-purple .f-slate-2 {
  color: #282C37 !important;
}
.skin-purple .f-grey {
  color: #828282 !important;
}
.skin-purple .f-grey-20 {
  color: #DEDEDE;
}
.skin-purple .f-grey-30 {
  color: #BBBBBB;
}
.skin-purple .f-grey-40 {
  color: #828282;
}
.skin-purple .f-blue {
  color: #3F8FCA;
}
.skin-purple .f-red {
  color: #CB403D !important;
}
.skin-purple .f-yellow {
  color: #E89720 !important;
}
.skin-purple .f-green {
  color: #3DCB6B !important;
}
.skin-purple .f-white {
  color: #FFFFFF;
}
.skin-purple .line-height-16px {
  line-height: 16px;
}
.skin-purple .line-height-25px {
  line-height: 25px;
}
.skin-purple h1 {
  color: #3E424B;
}
.skin-purple .text-align-center {
  text-align: center;
}
.skin-purple .text-align-end {
  text-align: end;
}
.skin-purple .white-space-nowrap {
  white-space: nowrap;
}
.skin-purple .white-space-break-spaces {
  white-space: break-spaces;
}
.skin-purple .white-space-pre-line {
  white-space: pre-line;
}
.skin-purple .string-contains-match {
  background: #FFC673;
  border: none;
  color: #282C37;
  font-weight: bold;
}
.skin-purple .display-none {
  display: none !important;
}
.skin-purple .m-bottom {
  margin-bottom: 4px !important;
}
.skin-purple .m-right {
  margin-right: 4px !important;
}
.skin-purple .m-left {
  margin-left: 4px !important;
}
.skin-purple .m-top {
  margin-top: 4px !important;
}
.skin-purple .flex-gap {
  gap: 4px;
}
.skin-purple .flex-gap-10 {
  gap: 8px;
}
.skin-purple .flex-gap-20 {
  gap: 16px;
}
.skin-purple .m-top-0,
.skin-purple .m-top-none {
  margin-top: 0 !important;
}
.skin-purple .m-right-0,
.skin-purple .m-right-none {
  margin-right: 0 !important;
}
.skin-purple .m-bottom-0,
.skin-purple .m-bottom-none {
  margin-bottom: 0 !important;
}
.skin-purple .m-left-0,
.skin-purple .m-left-none {
  margin-left: 0 !important;
}
.skin-purple .m-bottom-10 {
  margin-bottom: 8px !important;
}
.skin-purple .m-right-10 {
  margin-right: 8px !important;
}
.skin-purple .m-left-10 {
  margin-left: 8px !important;
}
.skin-purple .m-left-minus-10 {
  margin-left: -8px !important;
}
.skin-purple .m-top-10 {
  margin-top: 8px !important;
}
.skin-purple .m-bottom-20 {
  margin-bottom: 16px !important;
}
.skin-purple .m-bottom-30 {
  margin-bottom: 24px !important;
}
.skin-purple .m-right-20 {
  margin-right: 16px !important;
}
.skin-purple .m-left-20 {
  margin-left: 16px !important;
}
.skin-purple .m-top-20 {
  margin-top: 16px !important;
}
.skin-purple .m-top-30 {
  margin-top: 24px !important;
}
.skin-purple .m-top-50 {
  margin-top: 40px !important;
}
.skin-purple .m-0 {
  margin: 0 !important;
}
.skin-purple .m {
  margin: 4px !important;
}
.skin-purple .m-10 {
  margin: 8px !important;
}
.skin-purple .m-20 {
  margin: 16px !important;
}
.skin-purple .m-right-minus-10 {
  margin-right: -8px !important;
}
.skin-purple .m-minus-5px {
  margin: -5px;
}
.skin-purple .p-bottom {
  padding-bottom: 4px !important;
}
.skin-purple .p-right {
  padding-right: 4px !important;
}
.skin-purple .p-right-80px {
  padding-right: 80px !important;
}
.skin-purple .p-left {
  padding-left: 4px !important;
}
.skin-purple .p-top {
  padding-top: 4px !important;
}
.skin-purple .p-top-0 {
  padding-top: 0 !important;
}
.skin-purple .p-top-2 {
  padding-top: 2px !important;
}
.skin-purple .p-bottom-0 {
  padding-bottom: 0 !important;
}
.skin-purple .p-bottom-11 {
  padding-bottom: 11px !important;
}
.skin-purple .p-bottom-10 {
  padding-bottom: 8px !important;
}
.skin-purple .p-right-10 {
  padding-right: 8px !important;
}
.skin-purple .p-left-10 {
  padding-left: 8px !important;
}
.skin-purple .p-top-10 {
  padding-top: 8px !important;
}
.skin-purple .p-bottom-2 {
  padding-bottom: 2px !important;
}
.skin-purple .p-bottom-20 {
  padding-bottom: 16px !important;
}
.skin-purple .p-right-20 {
  padding-right: 16px !important;
}
.skin-purple .p-left-20 {
  padding-left: 16px !important;
}
.skin-purple .p-left-30 {
  padding-left: 24px !important;
}
.skin-purple .p-top-20 {
  padding-top: 16px !important;
}
.skin-purple .p-top-30 {
  padding-top: 24px !important;
}
.skin-purple .p-bottom-30 {
  padding-bottom: 24px !important;
}
.skin-purple .p-0 {
  padding: 0 !important;
}
.skin-purple .p-table-header {
  padding: .5rem 1rem !important;
}
.skin-purple .p {
  padding: 4px !important;
}
.skin-purple .p-10 {
  padding: 8px !important;
}
.skin-purple .p-20 {
  padding: 16px !important;
}
.skin-purple .width-0 {
  width: 4px !important;
}
.skin-purple .width-10 {
  width: 8px !important;
}
.skin-purple .width-15px {
  width: 15px !important;
}
.skin-purple .width-20 {
  width: 16px !important;
}
.skin-purple .width-30 {
  width: 24px !important;
}
.skin-purple .width-40 {
  width: 32px !important;
}
.skin-purple .width-50 {
  width: 40px !important;
}
.skin-purple .width-60 {
  width: 48px !important;
}
.skin-purple .width-65 {
  width: 52px !important;
}
.skin-purple .width-70 {
  width: 56px !important;
}
.skin-purple .width-80 {
  width: 64px !important;
}
.skin-purple .width-90 {
  width: 80px !important;
}
.skin-purple .width-130 {
  width: 130px !important;
}
.skin-purple .min-height-auto {
  min-height: auto !important;
}
.skin-purple .height-auto {
  height: auto !important;
}
.skin-purple .height-60 {
  height: 48px;
}
.skin-purple .height-24px {
  height: 24px;
}
.skin-purple .height-150px {
  height: 150px !important;
}
.skin-purple .height-250px {
  height: 250px !important;
}
.skin-purple .width-50-percent {
  width: 50%;
}
.skin-purple .width-100-percent {
  width: 100%;
}
.skin-purple .width-20px {
  width: 20px;
}
.skin-purple .width-24px {
  width: 24px;
}
.skin-purple .width-100px {
  width: 100px;
}
.skin-purple .width-150px {
  width: 150px;
}
.skin-purple .box-shadow {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.skin-purple.bg-core0 {
  background-color: #98448D !important;
}
.skin-purple.bg-core1 {
  background-color: #7E1B70 !important;
}
.skin-purple.bg-core2 {
  background-color: #68175C !important;
}
.skin-purple.bg-slate0 {
  background-color: #C4CAD1 !important;
}
.skin-purple.bg-slate1 {
  background-color: #3E424B !important;
}
.skin-purple.bg-slate2 {
  background-color: #282C37 !important;
}
.skin-purple .bg-artic {
  background-color: #F2F5F7 !important;
}
.skin-purple.bg-yellow-0 {
  background-color: #FFC673 !important;
}
.skin-purple.bg-yellow-1 {
  background-color: #E89720 !important;
}
.skin-purple.bg-yellow-2 {
  background-color: #BE7C1B !important;
}
.skin-purple.bg-blue-0 {
  background-color: #88C0EA !important;
}
.skin-purple.bg-blue-1 {
  background-color: #3F8FCA !important;
}
.skin-purple.bg-blue-2 {
  background-color: #3476A6 !important;
}
.skin-purple.bg-green-0 {
  background-color: #87EAA7 !important;
}
.skin-purple.bg-green-1 {
  background-color: #3DCB6B !important;
}
.skin-purple.bg-green-2 {
  background-color: #32A758 !important;
}
.skin-purple.bg-red-0 {
  background-color: #EA8987 !important;
}
.skin-purple.bg-red-1 {
  background-color: #CB403D !important;
}
.skin-purple.bg-red-2 {
  background-color: #A73532 !important;
}
.skin-purple.bg-grey-10 {
  background-color: #F0f0f0 !important;
}
.skin-purple.bg-grey-20 {
  background-color: #DEDEDE !important;
}
.skin-purple.bg-grey-30 {
  background-color: #BBBBBB !important;
}
.skin-purple.bg-grey-40 {
  background-color: #828282 !important;
}
.skin-purple.bg-grey-90 {
  background-color: #212121 !important;
}
.skin-purple .border-1px-solid {
  border: 1px solid !important;
}
.skin-purple .border-color-grey20 {
  border-color: #DEDEDE !important;
}
.skin-purple .border-color-grey30 {
  border-color: #BBBBBB !important;
}
.skin-purple .border-radius {
  border-radius: 7px;
}
.skin-purple .border-radius-30 {
  border-radius: 7px;
}
.skin-purple .flex-wrap {
  flex-wrap: wrap !important;
}
.skin-purple .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.skin-purple ul.c-inline-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.skin-purple ul.c-inline-list li + li:before {
  content: "\2022";
  padding: 0 8px;
}
.skin-purple .c-breadcrumbs {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  flex-wrap: wrap;
}
.skin-purple .c-breadcrumbs .crumb-header {
  font-size: 21px;
}
.skin-purple .c-breadcrumbs li + li:before {
  content: "\f3d3";
  font-family: "Ionicons";
  padding: 0 8px;
}
.skin-purple .c-breadcrumbs li.neo-breadcrumb-separator {
  color: #828282;
}
.skin-purple .c-breadcrumbs li a {
  color: #3F8FCA;
  text-decoration: none;
}
.skin-purple .c-breadcrumbs li a:hover {
  text-decoration: underline;
}
.skin-purple .max-height {
  height: 100%;
}
.skin-purple .max-height-100px {
  max-height: 100px;
}
.skin-purple .max-height-200px {
  max-height: 200px;
}
.skin-purple .max-height-300px {
  max-height: 300px;
}
.skin-purple .max-height-350px {
  max-height: 350px;
}
.skin-purple .max-height-400px {
  max-height: 400px;
}
.skin-purple .max-height-800px {
  max-height: 800px;
}
.skin-purple .align-center {
  align-items: center;
  justify-content: center;
  display: flex;
}
.skin-purple .text-align-right {
  text-align: right;
}
.skin-purple .flex-grow-0 {
  flex-grow: 0;
}
.skin-purple .overflow-auto {
  overflow: auto !important;
}
.skin-purple .overflow-x-hidden {
  overflow-x: hidden;
}
.skin-purple .overflow-y-hidden {
  overflow-y: hidden;
}
.skin-purple .overflow-visible {
  overflow: visible !important;
}
.skin-purple .sep {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
@keyframes blinking {
  0% {
    background-color: #88C0EA;
  }
  100% {
    background-color: #F0f0f0;
  }
}
.skin-purple .action {
  animation: blinking 4s infinite;
}
@keyframes blink-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skin-purple .blink-opacity {
  animation: blink-opacity 1s linear;
}
@keyframes greenwhite {
  0% {
    background-color: #87EAA7;
  }
  100% {
    background-color: #FFFFFF;
  }
}
.skin-purple .scannable-icon {
  width: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
}
.skin-purple .min-width-24px {
  min-width: 24px;
}
.skin-purple .min-width-150px {
  min-width: 150px;
}
.skin-purple .min-width-300 {
  min-width: 300px;
}
.skin-purple .max-width-600 {
  max-width: 600px;
}
.skin-purple .max-width-300 {
  max-width: 300px;
}
.skin-purple .max-width-160vh {
  max-width: 160vh;
}
.skin-purple .max-width-200vh {
  max-width: 200vh;
}
.skin-purple .max-width-150px {
  max-width: 150px;
}
.skin-purple .max-width-100-percent {
  max-width: 100%;
}
.skin-purple .max-width {
  width: 100%;
}
.skin-purple .min-height-100px {
  min-height: 100px;
}
.skin-purple .width-max-content {
  width: max-content;
}
.skin-purple .max-height-100-percent {
  max-height: 100%;
}
.skin-purple .max-height-50vh {
  max-height: 50vh !important;
}
.skin-purple .max-height-60vh {
  max-height: 60vh !important;
}
.skin-purple .max-height-70vh {
  max-height: 70vh !important;
}
.skin-purple .max-height-78vh {
  max-height: 78vh !important;
}
.skin-purple .max-height-80vh {
  max-height: 80vh !important;
}
.skin-purple .reset-line-height {
  line-height: 0;
}
.skin-purple .row-unaligned > div {
  padding-left: 8px;
  padding-right: 8px;
}
.skin-purple .row-padding-0 > div {
  padding-left: 0;
  padding-right: 0;
}
.skin-purple .form-r > div {
  padding: 0 4px 0 0;
}
.skin-purple .flex-v-container {
  overflow: auto;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.skin-purple .white-space-nowrap {
  white-space: nowrap;
}
@media (max-width:768px) {
  .skin-purple .flex-direction-column-max-width-sm {
    flex-direction: column;
  }
}
@media (min-width:768px) {
  .skin-purple .flex-direction-row-min-width-sm {
    flex-direction: row;
  }
}
.skin-purple .float-none {
  float: none !important;
}
.skin-purple .user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .user-select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.skin-purple .print-display-block {
  display: none;
}
.skin-purple .gap-4px {
  gap: 4px;
}
.skin-purple .gap-8px-0px {
  gap: 8px 0px;
}
.skin-purple .icon-container {
  display: flex;
  width: max-content;
  gap: 3px;
}
.skin-purple .icon-container > span {
  width: 29px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .label-primary:has(.charge4),
.skin-purple .label-primary:has(.charge3) {
  background-color: #3DCB6B !important;
  border: 1px solid #3DCB6B !important;
}
.skin-purple .label-primary:has(.charge2) {
  background-color: #E89720 !important;
  border: 1px solid #E89720 !important;
}
.skin-purple .label-primary:has(.charge1) {
  background-color: #CB403D !important;
  border: 1px solid #CB403D !important;
}
.skin-purple .label-primary:has(.charge0),
.skin-purple .label-primary:has(.inactive) {
  background-color: #FFC673 !important;
  border: 1px solid #FFC673 !important;
}
.skin-purple .label-primary:has(.active) {
  background-color: #3F8FCA !important;
  border: 1px solid #3F8FCA !important;
}
.skin-purple .label-primary:has(.unknown) {
  background-color: #828282;
  border: 1px solid #828282;
}
.skin-purple .fa-doubleplus {
  position: relative;
  display: inline-block;
  width: 24px;
}
.skin-purple .fa-doubleplus .fa-stack-2x.fa-plus {
  position: absolute;
  top: -2px;
  left: 5px;
  font-size: 14px;
}
.skin-purple .fa-doubleplus .fa-stack-1x.fa-plus {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 16px;
}
.skin-purple .punch-clock {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F0f0f0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: 180px;
  min-width: 240px;
}
.skin-purple .punch-clock .punch-clock-buttons {
  height: 32px;
}
.skin-purple .bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-primary,
.skin-purple .bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-primary:active,
.skin-purple .bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-primary.bn-lighten,
.skin-purple .bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-primary.bn-lighten:active,
.skin-purple .bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-black:active,
:active .skin-purple .bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-purple {
  background-color: var(--core);
}
.skin-purple .bn {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 5px;
  border: none;
}
.skin-purple .bn.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn.bn-borderless {
  border: none !important;
}
.skin-purple .bn.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn.bn-black:active,
:active .skin-purple .bn.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn.bn-text:hover,
.skin-purple .bn.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn.bn-text:focus {
  border: none !important;
}
.skin-purple .bn.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn.bn-split .bn-split-inner:visited,
.skin-purple .bn.bn-split .bn-split-inner:hover,
.skin-purple .bn.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn.bn-border-hover-only {
  border: none;
}
.skin-purple .bn.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .vertical-bar {
  width: 1px;
  height: 20px;
  border-right: 1px solid #BBBBBB;
}
.skin-purple .vertical-bar.vertical-bar-white {
  border-right: 1px solid #FFFFFF;
}
.skin-purple .bn-row .bn {
  margin-right: 4px;
  margin-bottom: 4px;
}
.skin-purple .bn-group {
  display: inline-flex;
}
.skin-purple .bn-group.bn-group-bordered .bn {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.skin-purple .bn-group.bn-group-bordered .bn:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.skin-purple .bn-group.bn-group-bordered .bn:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}
.skin-purple .bn-group.bn-group-bordered .bn.bn-default {
  border-color: #BBBBBB;
}
.skin-purple .bn-group .bn {
  border-radius: 0;
  margin-right: -1px;
  border: none;
}
.skin-purple .bn-group .bn:first-child {
  border-left-width: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.skin-purple .bn-group .bn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.skin-purple .bn-group .bn.non-clickable {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-danger-action {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn-danger-action[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn-danger-action[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn-danger-action[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn-danger-action.bn-borderless {
  border: none !important;
}
.skin-purple .bn-danger-action.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn-danger-action.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn-danger-action.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-danger-action.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn-danger-action.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn-danger-action.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn-danger-action.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-danger-action.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-danger-action.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-danger-action.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-danger-action.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-danger-action.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-danger-action.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-danger-action.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-danger-action.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-danger-action.bn-black:active,
:active .skin-purple .bn-danger-action.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-danger-action.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-danger-action.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn-danger-action.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn-danger-action .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn-danger-action:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn-danger-action.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-danger-action.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-danger-action.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-danger-action.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn-danger-action.bn-text:hover,
.skin-purple .bn-danger-action.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn-danger-action.bn-text:focus {
  border: none !important;
}
.skin-purple .bn-danger-action.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn-danger-action.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn-danger-action.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn-danger-action.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn-danger-action.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-danger-action.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-danger-action.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn-danger-action.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn-danger-action.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn-danger-action.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn-danger-action.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-danger-action.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-danger-action.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-danger-action.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-danger-action.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn-danger-action.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn-danger-action.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-danger-action.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn-danger-action.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn-danger-action.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn-danger-action.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn-danger-action.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn-danger-action.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn-danger-action.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn-danger-action.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn-danger-action.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn-danger-action.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn-danger-action.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn-danger-action.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn-danger-action.bn-split .bn-split-inner:visited,
.skin-purple .bn-danger-action.bn-split .bn-split-inner:hover,
.skin-purple .bn-danger-action.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn-danger-action.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn-danger-action.bn-border-hover-only {
  border: none;
}
.skin-purple .bn-danger-action.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-danger-action.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-danger-action.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action-icon {
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  width: 32px;
  padding: 0;
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action-icon.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn-danger-action-icon[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn-danger-action-icon[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn-danger-action-icon[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn-danger-action-icon.bn-borderless {
  border: none !important;
}
.skin-purple .bn-danger-action-icon.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn-danger-action-icon.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn-danger-action-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-danger-action-icon.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn-danger-action-icon.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn-danger-action-icon.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action-icon.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn-danger-action-icon.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-danger-action-icon.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-danger-action-icon.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action-icon.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-danger-action-icon.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-danger-action-icon.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-danger-action-icon.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-danger-action-icon.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-danger-action-icon.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action-icon.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-danger-action-icon.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action-icon.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-danger-action-icon.bn-black:active,
:active .skin-purple .bn-danger-action-icon.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-danger-action-icon.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action-icon.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-danger-action-icon.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn-danger-action-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action-icon.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn-danger-action-icon .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn-danger-action-icon:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn-danger-action-icon.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-danger-action-icon.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action-icon.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action-icon.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action-icon.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-danger-action-icon.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action-icon.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-danger-action-icon.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn-danger-action-icon.bn-text:hover,
.skin-purple .bn-danger-action-icon.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn-danger-action-icon.bn-text:focus {
  border: none !important;
}
.skin-purple .bn-danger-action-icon.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn-danger-action-icon.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn-danger-action-icon.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn-danger-action-icon.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn-danger-action-icon.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-danger-action-icon.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn-danger-action-icon.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn-danger-action-icon.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn-danger-action-icon.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn-danger-action-icon.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-danger-action-icon.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-danger-action-icon.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-danger-action-icon.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-danger-action-icon.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn-danger-action-icon.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn-danger-action-icon.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-danger-action-icon.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn-danger-action-icon.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn-danger-action-icon.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn-danger-action-icon.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn-danger-action-icon.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn-danger-action-icon.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn-danger-action-icon.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn-danger-action-icon.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn-danger-action-icon.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn-danger-action-icon.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn-danger-action-icon.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn-danger-action-icon.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn-danger-action-icon.bn-split .bn-split-inner:visited,
.skin-purple .bn-danger-action-icon.bn-split .bn-split-inner:hover,
.skin-purple .bn-danger-action-icon.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn-danger-action-icon.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn-danger-action-icon.bn-border-hover-only {
  border: none;
}
.skin-purple .bn-danger-action-icon.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-danger-action-icon:not(.bn-outline).bn-green,
.skin-purple .bn-danger-action-icon:not(.bn-outline).bn-blue,
.skin-purple .bn-danger-action-icon:not(.bn-outline).bn-red,
.skin-purple .bn-danger-action-icon:not(.bn-outline).bn-black,
.skin-purple .bn-danger-action-icon:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-danger-action-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-danger-action-icon:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-danger-action-icon.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-danger-action-icon.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-danger-action-icon.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-danger-action-icon.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-danger-action-icon.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-danger-action-icon.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-danger-action-icon.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-danger-action-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-danger-action-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-danger-action-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-danger-action-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-danger-action-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-danger-action-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-danger-action-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-danger-action-icon.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-danger-action-icon.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-danger-action-icon.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-danger-action-icon.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-danger-action-icon.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-danger-action-icon.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-danger-action-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-danger-action-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-danger-action-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-conflict-icon {
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  width: 32px;
  padding: 0;
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
  color: #E89720;
  border: 1px solid #E89720;
  min-height: 25px;
  height: 25px;
}
.skin-purple .bn-conflict-icon.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn-conflict-icon[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn-conflict-icon[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn-conflict-icon[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn-conflict-icon.bn-borderless {
  border: none !important;
}
.skin-purple .bn-conflict-icon.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn-conflict-icon.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn-conflict-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-conflict-icon.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn-conflict-icon.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn-conflict-icon.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-conflict-icon.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn-conflict-icon.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-conflict-icon.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-conflict-icon.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-conflict-icon.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-conflict-icon.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-conflict-icon.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-conflict-icon.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-conflict-icon.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-conflict-icon.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-conflict-icon.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-conflict-icon.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-conflict-icon.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-conflict-icon.bn-black:active,
:active .skin-purple .bn-conflict-icon.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-conflict-icon.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-conflict-icon.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-conflict-icon.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn-conflict-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-conflict-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-conflict-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-conflict-icon.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn-conflict-icon .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn-conflict-icon:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn-conflict-icon.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-conflict-icon.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn-conflict-icon.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-conflict-icon.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-conflict-icon.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-conflict-icon.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-conflict-icon.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-conflict-icon.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-conflict-icon.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-conflict-icon.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-conflict-icon.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-conflict-icon.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-conflict-icon.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn-conflict-icon.bn-text:hover,
.skin-purple .bn-conflict-icon.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn-conflict-icon.bn-text:focus {
  border: none !important;
}
.skin-purple .bn-conflict-icon.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn-conflict-icon.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn-conflict-icon.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn-conflict-icon.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn-conflict-icon.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-conflict-icon.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-conflict-icon.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn-conflict-icon.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn-conflict-icon.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn-conflict-icon.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn-conflict-icon.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-conflict-icon.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-conflict-icon.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-conflict-icon.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-conflict-icon.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn-conflict-icon.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn-conflict-icon.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-conflict-icon.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn-conflict-icon.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn-conflict-icon.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn-conflict-icon.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn-conflict-icon.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn-conflict-icon.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn-conflict-icon.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn-conflict-icon.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn-conflict-icon.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn-conflict-icon.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn-conflict-icon.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn-conflict-icon.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn-conflict-icon.bn-split .bn-split-inner:visited,
.skin-purple .bn-conflict-icon.bn-split .bn-split-inner:hover,
.skin-purple .bn-conflict-icon.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn-conflict-icon.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn-conflict-icon.bn-border-hover-only {
  border: none;
}
.skin-purple .bn-conflict-icon.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-conflict-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-conflict-icon:not(.bn-outline).bn-green,
.skin-purple .bn-conflict-icon:not(.bn-outline).bn-blue,
.skin-purple .bn-conflict-icon:not(.bn-outline).bn-red,
.skin-purple .bn-conflict-icon:not(.bn-outline).bn-black,
.skin-purple .bn-conflict-icon:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-conflict-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-conflict-icon:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-conflict-icon.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-conflict-icon.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-conflict-icon.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-conflict-icon.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-conflict-icon.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-conflict-icon.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-conflict-icon.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-conflict-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-conflict-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-conflict-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-conflict-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-conflict-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-conflict-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-conflict-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-conflict-icon.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-conflict-icon.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-conflict-icon.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-conflict-icon.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-conflict-icon.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-conflict-icon.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-conflict-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-conflict-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-conflict-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-application-icon {
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  width: 32px;
  padding: 0;
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  min-height: 25px;
  height: 25px;
}
.skin-purple .bn-application-icon.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn-application-icon[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn-application-icon[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn-application-icon[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn-application-icon.bn-borderless {
  border: none !important;
}
.skin-purple .bn-application-icon.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn-application-icon.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn-application-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-application-icon.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn-application-icon.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn-application-icon.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-application-icon.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn-application-icon.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-application-icon.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-application-icon.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-application-icon.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-application-icon.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-application-icon.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-application-icon.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-application-icon.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-application-icon.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-application-icon.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-application-icon.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-application-icon.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-application-icon.bn-black:active,
:active .skin-purple .bn-application-icon.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-application-icon.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-application-icon.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-application-icon.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn-application-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-application-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-application-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-application-icon.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn-application-icon .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn-application-icon:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn-application-icon.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-application-icon.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn-application-icon.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-application-icon.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-application-icon.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-application-icon.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-application-icon.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-application-icon.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-application-icon.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-application-icon.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-application-icon.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-application-icon.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-application-icon.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn-application-icon.bn-text:hover,
.skin-purple .bn-application-icon.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn-application-icon.bn-text:focus {
  border: none !important;
}
.skin-purple .bn-application-icon.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn-application-icon.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn-application-icon.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn-application-icon.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn-application-icon.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-application-icon.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-application-icon.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn-application-icon.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn-application-icon.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn-application-icon.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn-application-icon.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-application-icon.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-application-icon.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-application-icon.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-application-icon.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn-application-icon.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn-application-icon.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-application-icon.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn-application-icon.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn-application-icon.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn-application-icon.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn-application-icon.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn-application-icon.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn-application-icon.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn-application-icon.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn-application-icon.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn-application-icon.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn-application-icon.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn-application-icon.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn-application-icon.bn-split .bn-split-inner:visited,
.skin-purple .bn-application-icon.bn-split .bn-split-inner:hover,
.skin-purple .bn-application-icon.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn-application-icon.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn-application-icon.bn-border-hover-only {
  border: none;
}
.skin-purple .bn-application-icon.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-application-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-application-icon:not(.bn-outline).bn-green,
.skin-purple .bn-application-icon:not(.bn-outline).bn-blue,
.skin-purple .bn-application-icon:not(.bn-outline).bn-red,
.skin-purple .bn-application-icon:not(.bn-outline).bn-black,
.skin-purple .bn-application-icon:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-application-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-application-icon:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-application-icon.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-application-icon.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-application-icon.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-application-icon.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-application-icon.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-application-icon.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-application-icon.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-application-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-application-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-application-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-application-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-application-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-application-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-application-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-application-icon.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-application-icon.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-application-icon.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-application-icon.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-application-icon.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-application-icon.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-application-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-application-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-application-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-absence-icon {
  flex-direction: row;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  min-height: 32px;
  outline: none;
  color: #FFFFFF;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  width: 32px;
  padding: 0;
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
  min-height: 25px;
  height: 25px;
}
.skin-purple .bn-absence-icon.bn-fixed-height {
  height: 32px;
}
.skin-purple .bn-absence-icon[disabled] {
  background-color: #DEDEDE !important;
  border: 1px solid #DEDEDE !important;
  color: #828282 !important;
}
.skin-purple .bn-absence-icon[disabled].bn-inverted {
  background-color: #828282 !important;
  border: 1px solid #828282 !important;
  color: #DEDEDE !important;
}
.skin-purple .bn-absence-icon[disabled]:hover {
  box-shadow: none !important;
}
.skin-purple .bn-absence-icon.bn-borderless {
  border: none !important;
}
.skin-purple .bn-absence-icon.bn-unobtrusive {
  border: none !important;
  color: #BBBBBB !important;
}
.skin-purple .bn-absence-icon.bn-unobtrusive:hover {
  border: 1px solid #BBBBBB !important;
  color: #3E424B !important;
}
.skin-purple .bn-absence-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-absence-icon.bn-sm .ion-android-more-vertical {
  font-size: 20px;
}
.skin-purple .bn-absence-icon.bn-xs {
  height: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
}
.skin-purple .bn-absence-icon.bn-default {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-absence-icon.bn-default.bn-lighten {
  background-color: #FFFFFF;
  color: #3E424B;
  border: 1px solid #d4d4d4;
}
.skin-purple .bn-absence-icon.bn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #3E424B;
}
.skin-purple .bn-absence-icon.bn-white:active {
  background-color: #FFFFFF;
}
.skin-purple .bn-absence-icon.bn-green {
  background-color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-absence-icon.bn-green:active {
  background-color: #32A758;
}
.skin-purple .bn-absence-icon.bn-blue {
  background-color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
  color: var(--primary-button-text-color, #3E424B);
}
.skin-purple .bn-absence-icon.bn-blue:active {
  background-color: var(--primary-button-background-color-darker, #3476A6);
}
.skin-purple .bn-absence-icon.bn-blue.bn-lighten {
  background-color: #e18f8d !important;
  border: 1px solid #e18f8d !important;
}
.skin-purple .bn-absence-icon.bn-blue.bn-lighten:active {
  background-color: #e18f8d !important;
}
.skin-purple .bn-absence-icon.bn-red {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-absence-icon.bn-red:active {
  background-color: #A73532;
}
.skin-purple .bn-absence-icon.bn-black {
  background-color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-absence-icon.bn-black:active {
  background-color: #C4CAD1;
}
:active .skin-purple .bn-absence-icon.bn-black:active,
:active .skin-purple .bn-absence-icon.bn-black:focus {
  background-color: #C4CAD1;
}
.skin-purple .bn-absence-icon.bn-yellow {
  background-color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-absence-icon.bn-yellow:active {
  background-color: #BE7C1B;
}
.skin-purple .bn-absence-icon.bn-purple {
  background-color: var(--core);
}
.skin-purple .bn-absence-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-absence-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-absence-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-absence-icon.bn-sm {
  padding: 0 16px;
}
.skin-purple .bn-absence-icon .bn-icon {
  margin-right: 8px !important;
}
.skin-purple .bn-absence-icon:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .bn-absence-icon.bn-hover-none:hover {
  box-shadow: none;
  transition: none;
}
.skin-purple .bn-absence-icon.bn-outline {
  color: #3E424B;
  text-transform: none;
  background-color: #FFFFFF;
  border: 1px solid #3E424B;
}
.skin-purple .bn-absence-icon.bn-outline:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-absence-icon.bn-outline.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-absence-icon.bn-outline.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-absence-icon.bn-outline.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-absence-icon.bn-outline.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-absence-icon.bn-outline.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-absence-icon.bn-outline.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-absence-icon.bn-outline.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-absence-icon.bn-outline.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-absence-icon.bn-outline.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-absence-icon.bn-text {
  background-color: transparent;
  box-shadow: none;
  color: #3E424B;
  text-transform: none;
}
.skin-purple .bn-absence-icon.bn-text:hover,
.skin-purple .bn-absence-icon.bn-text:active {
  font-weight: 500;
  text-decoration: underline;
  box-shadow: none;
}
.skin-purple .bn-absence-icon.bn-text:focus {
  border: none !important;
}
.skin-purple .bn-absence-icon.bn-text:active {
  color: #C4CAD1;
}
.skin-purple .bn-absence-icon.bn-text.bn-white {
  color: #FFFFFF;
}
.skin-purple .bn-absence-icon.bn-text[disabled] {
  background-color: transparent !important;
  border: none !important;
}
.skin-purple .bn-absence-icon.bn-text[disabled]:hover {
  font-weight: 400;
  text-decoration: none !important;
}
.skin-purple .bn-absence-icon.bn-func {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #3E424B;
  text-transform: none;
  font-size: 12px;
  height: 32px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-absence-icon.bn-func.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-absence-icon.bn-func:not(.bn-outline).bn-green,
.skin-purple .bn-absence-icon.bn-func:not(.bn-outline).bn-blue,
.skin-purple .bn-absence-icon.bn-func:not(.bn-outline).bn-red,
.skin-purple .bn-absence-icon.bn-func:not(.bn-outline).bn-black,
.skin-purple .bn-absence-icon.bn-func:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-absence-icon.bn-func:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-absence-icon.bn-func:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-absence-icon.bn-func.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-absence-icon.bn-dropdown {
  padding: 0 8px 0 16px;
}
.skin-purple .bn-absence-icon.bn-dropdown .bn-icon {
  margin: 0 0 0 8px;
}
.skin-purple .bn-absence-icon.page-counter {
  background: #FFFFFF !important;
  text-decoration: none;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid #DEDEDE;
}
.skin-purple .bn-absence-icon.page-counter:hover {
  box-shadow: none;
}
.skin-purple .bn-absence-icon.bn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  min-width: 96px;
  flex-direction: column;
  padding-top: 4px;
}
.skin-purple .bn-absence-icon.bn-app > div {
  font-size: 12px;
}
.skin-purple .bn-absence-icon.bn-app > i {
  font-size: 21px;
}
.skin-purple .bn-absence-icon.bn-option {
  background: #F2F5F7;
  padding: 0 9px;
  font-size: 21px;
  height: auto;
  color: #BBBBBB;
}
.skin-purple .bn-absence-icon.bn-option:hover {
  color: #282C37;
}
.skin-purple .bn-absence-icon.bn-split {
  border-radius: 5px;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.skin-purple .bn-absence-icon.bn-split.bn-blue .bn-split-inner {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .bn-absence-icon.bn-split.bn-blue .bn-split-inner:visited,
.skin-purple .bn-absence-icon.bn-split.bn-blue .bn-split-inner:hover,
.skin-purple .bn-absence-icon.bn-split.bn-blue .bn-split-inner:active {
  background: #67a6d5;
}
.skin-purple .bn-absence-icon.bn-split .bn-split-inner {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 3px;
  display: flex;
  font-size: 15px;
  margin: 2px 3px;
  outline: none;
}
.skin-purple .bn-absence-icon.bn-split .bn-split-inner:visited,
.skin-purple .bn-absence-icon.bn-split .bn-split-inner:hover,
.skin-purple .bn-absence-icon.bn-split .bn-split-inner:active {
  background: #F0f0f0;
  outline: none;
}
.skin-purple .bn-absence-icon.bn-split .bn-split-inner.bn-split-inner-icon {
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.skin-purple .bn-absence-icon.bn-border-hover-only {
  border: none;
}
.skin-purple .bn-absence-icon.bn-border-hover-only:hover {
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-absence-icon.bn-sm {
  height: 24px;
  min-height: 24px;
}
.skin-purple .bn-absence-icon:not(.bn-outline).bn-green,
.skin-purple .bn-absence-icon:not(.bn-outline).bn-blue,
.skin-purple .bn-absence-icon:not(.bn-outline).bn-red,
.skin-purple .bn-absence-icon:not(.bn-outline).bn-black,
.skin-purple .bn-absence-icon:not(.bn-outline).bn-yellow {
  color: #FFFFFF;
}
.skin-purple .bn-absence-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-green {
  background-color: #2da855 !important;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-blue {
  background-color: #2e74a8 !important;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-red {
  background-color: #a8302d !important;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-black {
  background-color: #545454 !important;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-yellow {
  background-color: #c17b14 !important;
}
.skin-purple .bn-absence-icon:active.bn-func-icon.bn-outline {
  background-color: #F0f0f0 !important;
}
.skin-purple .bn-absence-icon.bn-func-icon {
  width: 32px;
  padding: 0;
}
.skin-purple .bn-absence-icon.bn-func-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-absence-icon.bn-func-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-absence-icon.bn-func-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-absence-icon.bn-func-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-absence-icon.bn-func-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-absence-icon.bn-func-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-absence-icon.bn-sm {
  width: 24px;
}
.skin-purple .bn-absence-icon .fa-stack-2x {
  font-size: 15px;
}
.skin-purple .bn-absence-icon .fa-stack {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .bn-absence-icon .reorder-background-image .fa-exchange {
  top: 7px;
  font-size: 12px;
  left: 5px;
}
.skin-purple .bn-absence-icon .upload-background-image .fa-cloud-upload {
  top: 7px;
  font-size: 12px;
  left: 4px;
}
.skin-purple .bn-absence-icon .add-page-icon .fa-plus {
  top: 7px;
  left: 7px;
}
.skin-purple .bn-absence-icon:active {
  background-color: #F0f0f0;
}
.skin-purple .bn-absence-icon.bn-default {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .bn-absence-icon.bn-green {
  color: #3DCB6B;
  border: 1px solid #3DCB6B;
}
.skin-purple .bn-absence-icon.bn-blue {
  color: var(--primary-button-background-color, #3F8FCA);
  border: 1px solid var(--primary-button-background-color, #3F8FCA);
}
.skin-purple .bn-absence-icon.bn-black {
  color: #3E424B;
  border: 1px solid #3E424B;
}
.skin-purple .bn-absence-icon.bn-red {
  color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .bn-absence-icon.bn-yellow {
  color: #E89720;
  border: 1px solid #E89720;
}
.skin-purple .bn-absence-icon.disabled {
  background-color: #DEDEDE;
  color: #828282;
  border: none;
}
.skin-purple .bn-absence-icon.disabled:hover {
  font-weight: 400;
  box-shadow: none;
}
.skin-purple .bn-absence-icon.disabled:active {
  background-color: #DEDEDE;
  color: #828282;
}
.skin-purple .bn-height-auto {
  height: auto !important;
}
.skin-purple .badge .badge-info {
  background-color: #3F8FCA;
  color: white;
}
.skin-purple .bn[disabled].bn-inverted.bn-lighten {
  background-color: #9b9b9b !important;
  border: 1px solid #9b9b9b !important;
  color: #DEDEDE !important;
}
.skin-purple .modal {
  overflow: hidden;
}
.skin-purple .modal.modal-auto .modal-dialog {
  width: auto;
}
.skin-purple .modal.modal-file-preview .modal-dialog {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
@media (min-width:768px) {
  .skin-purple .modal.modal-big .modal-dialog {
    width: 90vw;
  }
}
@media (min-width:992px) {
  .skin-purple .modal.modal-big .modal-dialog {
    width: 75vw;
  }
}
@media (min-width:992px) {
  .skin-purple .modal.modal-medium .modal-dialog {
    width: 700px;
  }
}
.skin-purple .modal.modal-inline-open {
  position: initial;
  display: block;
  padding: 0px;
}
.skin-purple .modal.modal-inline-open .modal-dialog {
  position: initial;
}
.skin-purple .modal-dialog {
  margin: 50px auto;
}
.skin-purple .modal-toast {
  position: absolute;
  right: 40px;
  bottom: 67px;
  z-index: 1040;
  transition: all 3s linear;
}
.skin-purple .modal-toast .modal-content {
  min-height: 20vh;
  width: 50vh;
  border: 1px solid #DEDEDE;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.skin-purple .modal-dialog .modal-content .modal-header,
.skin-purple .modal-toast .modal-content .modal-header {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.skin-purple .modal-dialog .modal-content .modal-header .modal-title,
.skin-purple .modal-toast .modal-content .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}
.skin-purple .modal-dialog .modal-content .modal-close,
.skin-purple .modal-toast .modal-content .modal-close {
  border-radius: 3px;
  width: 24px;
  min-width: 24px;
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
}
.skin-purple .modal-dialog .modal-content .modal-close:hover,
.skin-purple .modal-toast .modal-content .modal-close:hover {
  background-color: #DEDEDE;
}
.skin-purple .modal-dialog .modal-content button.modal-close,
.skin-purple .modal-toast .modal-content button.modal-close {
  padding: 0;
  background: none;
  border: none;
}
.skin-purple .modal-dialog .modal-content button.modal-close:focus,
.skin-purple .modal-toast .modal-content button.modal-close:focus {
  border: 2px solid #3f8fca !important;
}
.skin-purple .modal-dialog .modal-content .modal-body,
.skin-purple .modal-toast .modal-content .modal-body {
  padding: 8px;
  overflow: auto;
  max-height: 70vh;
}
.skin-purple .modal-footer {
  display: flex;
  padding: 8px;
  justify-content: space-between;
  background-color: #F0f0f0;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  flex-wrap: wrap;
}
.skin-purple .modal-footer:before,
.skin-purple .modal-footer:after {
  display: none;
}
.skin-purple .modal.modal-confirmation .modal-content {
  position: relative;
  width: 396px;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-body {
  text-align: center;
  padding: 0 8px;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-body .core-icon.warning {
  margin: 24px;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-body .confirm-title {
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 800;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-body .confirm-text {
  font-size: 15px;
  color: #828282;
}
.skin-purple .modal.modal-confirmation .modal-content .modal-footer {
  background-color: transparent;
  padding: 40px 8px 8px 8px;
}
.skin-purple .modal-wizard-steps {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.skin-purple .modal-wizard-steps .modal-wizard-step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex: 1;
  flex-direction: column;
  cursor: default;
}
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-step-label {
  text-align: center;
  color: #828282;
  margin-top: 9px;
  line-height: 20px;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.active .modal-wizard-bullet-box .bullet {
  background-color: #5da9e2;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.active .modal-wizard-step-connector:first-child {
  border-bottom-color: #23cc59;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.active .modal-wizard-step-label {
  color: #5da9e2;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.complete .modal-wizard-bullet-box .bullet {
  background-color: #23cc59;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.complete .modal-wizard-step-connector:first-child {
  border-bottom-color: #23cc59;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.complete .modal-wizard-step-connector:last-child {
  border-bottom-color: #23cc59;
}
.skin-purple .modal-wizard-steps .modal-wizard-step.complete .modal-wizard-step-label {
  color: #23cc59;
}
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-step-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-step-box .modal-wizard-step-connector {
  -webkit-transition: none !important;
  transition: none !important;
  flex: 1;
  border-bottom: 1px solid #BBBBBB;
  height: 13px;
  transition: border .5s ease-in-out;
}
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-step-box .modal-wizard-step-connector.first,
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-step-box .modal-wizard-step-connector.last {
  border-bottom: 1px solid #FFFFFF;
}
.skin-purple .modal-wizard-steps .modal-wizard-step .modal-wizard-bullet-box .bullet {
  background-color: #BBBBBB;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  font-size: 1.2em;
  font-weight: 300;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .tab-v1 .nav-box {
  display: flex;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 7px;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab {
  float: none;
  margin: 0;
  margin: 1px;
  padding: 0;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab .nav-link {
  display: flex;
  transition: all .3s ease-in;
  font-family: "Roboto";
  color: #3E424B;
  font-weight: 400;
  font-size: 15px;
  color: #282C37;
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  margin: 0;
  padding: 2px 24px;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab .nav-link:hover {
  background: #DEDEDE;
  outline: none;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab.active .nav-link {
  background-color: #3F8FCA;
  color: #FFFFFF;
  outline: none;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab.active .nav-link .label {
  background: #FFFFFF !important;
  color: #282C37 !important;
}
.skin-purple .tab-v1 .nav-box .nav.nav-tabs .nav-item.uib-tab.active .nav-link .info-tag-primary {
  background: #FFFFFF;
  color: #3F8FCA;
}
.skin-purple .tab-v1 .tab-content {
  margin-top: 16px;
}
.skin-purple .tab-v1 .tab-content .tab-content-header {
  margin-bottom: 16px;
}
.skin-purple .tab-v1 .tab-content .box {
  box-shadow: none;
  padding: 0;
}
.skin-purple .tab-v1.tabset-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex: 1;
  flex-direction: column !important;
}
.skin-purple .tab-v1.tabset-flex .tab-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex: 1;
  flex-direction: column !important;
}
.skin-purple .tab-v1.tabset-flex .tab-content .tab-pane.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex: 1;
  flex-direction: column !important;
}
.skin-purple .card {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  padding: 0;
  margin-bottom: 16px;
  display: block;
}
.skin-purple .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skin-purple .card .card-header h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}
.skin-purple .card > div {
  padding: 8px;
}
.skin-purple .card > div.card-group {
  padding: 0;
}
.skin-purple .card > div.card-group > div {
  padding: 4px 8px;
}
.skin-purple .card > div.card-group > div:first-child {
  padding-top: 8px;
}
.skin-purple .card > div.card-group > div.card-group {
  padding: 0;
}
.skin-purple .card > div.card-group > div.card-group > div {
  padding: 4px 8px;
}
.skin-purple .card > div.card-group > div.card-group > div:first-child {
  padding-top: 8px;
}
.skin-purple .card h5 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}
.skin-purple .card .card-setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skin-purple .card .card-setting input.form-in {
  height: 24px;
}
.skin-purple .card .card-divider {
  padding: 0 !important;
  margin: 4px 0;
  border-top: 1px solid #C4CAD1;
}
.skin-purple .card .card-vertical-space {
  height: 24px;
  padding: 0 !important;
  margin: 0 !important;
}
.skin-purple .card .card-list-item-options {
  border-left: 2px #F2F5F7 solid;
  margin-left: 4px;
  padding-left: 4px;
}
.skin-purple .card .card-list-item .list-item-box {
  padding: 4px 4px 4px 8px;
  background-color: #F2F5F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px !important;
  border-radius: 5px;
}
.skin-purple .card .card-list-item .list-item-box.active,
.skin-purple .card .card-list-item .list-item-box.highlight,
.skin-purple .card .card-list-item .list-item-box.with-hover:hover {
  color: #FFFFFF;
}
.skin-purple .card .card-list-item .list-item-box.highlight,
.skin-purple .card .card-list-item .list-item-box.with-hover:hover {
  background-color: #88C0EA;
}
.skin-purple .card .card-list-item .list-item-box.active {
  background-color: #3F8FCA;
}
.skin-purple .card .card-list-item .list-item-box .list-item-type-icon {
  flex: 0 0 13px;
  margin-right: 4px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .card .card-list-item .list-item-box .list-item-text {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 23px;
  margin-right: 4px;
}
.skin-purple .card .card-list-item .list-item-box .list-item-text > * {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
.skin-purple .card .card-list-item .list-item-box .list-item-button {
  flex: 0 0 24px;
  border-radius: 3px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .card .card-list-item .list-item-box .list-item-button:hover {
  background-color: #FFFFFF;
  color: #3E424B;
}
.skin-purple .card .card-list-item .list-item-box .list-item-angle {
  flex: 0 0 24px;
  border-radius: 3px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .card-flat {
  background: #FFFFFF;
  border: 1px solid #C4CAD1;
  border-radius: 7px;
  margin-bottom: 16px;
  padding: 8px;
}
.skin-purple .neo-list {
  font-size: 1.5rem;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.skin-purple .neo-list.neo-list-margin-md,
.skin-purple .neo-list.neo-list-margin-sm,
.skin-purple .neo-list.neo-list-margin-xs,
.skin-purple .neo-list.neo-list-no-margin {
  margin: 0;
}
.skin-purple .neo-list .table-responsive-multi-action {
  color: #FFFFFF;
  font-size: 2rem;
  padding: 1rem;
}
.skin-purple .neo-list .table-multi-action-container {
  align-items: center;
  background: #3F8FCA;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  padding: .5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.5rem;
  justify-content: flex-start;
}
.skin-purple .neo-list .table-multi-action-container .dropdown-menu i {
  text-align: center;
  width: 1rem;
}
.skin-purple .neo-list .table-select-counter {
  margin: 0 1rem;
}
.skin-purple .neo-list .table-select-counter .table-select-counter-of {
  font-weight: 400;
}
.skin-purple .neo-list .table-select-all {
  display: flex;
  flex-wrap: wrap;
}
.skin-purple .neo-list .table-select-all a {
  color: white;
  font-weight: 400;
  margin: 0 1rem;
  text-decoration: none;
}
.skin-purple .neo-list .table-select-all a:hover {
  text-decoration: underline;
}
.skin-purple .neo-list .table-intro {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  font-weight: normal;
  padding: 2rem;
  align-items: center;
  flex-grow: 1;
}
.skin-purple .neo-list .table-intro h2,
.skin-purple .neo-list .table-intro h3,
.skin-purple .neo-list .table-intro h4 {
  color: #3E424B;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0;
  padding: 0;
}
.skin-purple .neo-list .table-intro h2 i,
.skin-purple .neo-list .table-intro h3 i,
.skin-purple .neo-list .table-intro h4 i {
  margin-right: .5rem;
}
.skin-purple .neo-list .table-intro h2 {
  font-size: 2.5rem;
}
.skin-purple .neo-list .table-intro h2 i {
  font-size: 2.25rem;
}
.skin-purple .neo-list .table-intro .table-counter {
  background: #3E424B;
  border-radius: 60px;
  color: #FFFFFF;
  font-size: 1.3rem;
  height: 2.5rem;
  margin: 0 0 0 1rem;
  padding: .35rem .7rem 0 .7rem;
}
.skin-purple .neo-list .table-intro .table-subtitle {
  color: #828282;
  font-size: 1.75rem;
  font-weight: 400;
  margin: .25rem 0 0 0;
}
.skin-purple .neo-list .table-info {
  font-size: 1.4rem;
  margin: 1rem;
}
.skin-purple .neo-list .table-tools {
  gap: 4px;
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: .1rem .3rem;
}
.skin-purple .neo-list .table-tools search label {
  margin-bottom: 0;
}
.skin-purple .neo-list .table-tools .table-search {
  background: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  font-size: 1rem;
  height: 3rem;
  margin: .5rem;
}
.skin-purple .neo-list .table-tools .table-search label {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  margin: 0;
}
.skin-purple .neo-list .table-tools .table-search i {
  color: #828282;
  font-size: 1.75rem;
  margin: .5rem;
}
.skin-purple .neo-list .table-tools .table-search input {
  background: transparent;
  border: none;
  border-radius: 7px;
  color: #282C37;
  flex: 1;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 .5rem;
  width: 22rem;
  min-width: 10;
}
.skin-purple .neo-list .table-tools .table-search input:focus {
  outline: none;
}
.skin-purple .neo-list .table-tools .table-search ::placeholder {
  color: #C4CAD1;
  opacity: 1;
}
.skin-purple .neo-list .table-tools .table-search :-ms-input-placeholder {
  color: #C4CAD1;
}
.skin-purple .neo-list .table-tools .table-search ::-ms-input-placeholder {
  color: #C4CAD1;
}
.skin-purple .neo-list .table-tools .table-search .table-search-close {
  margin: .25rem;
}
.skin-purple .neo-list .table-tools .table-tool {
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  height: 3rem;
  margin: .5rem;
  padding: .3rem .5rem;
}
.skin-purple .neo-list .table-tools .table-tool:active {
  box-shadow: inset 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.skin-purple .neo-list .table-tools .table-filter {
  align-items: center;
  background: #FFFFFF;
  color: #3E424B;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.skin-purple .neo-list .table-tools .table-filter i {
  color: #828282;
  margin: 0 .4rem 0;
}
.skin-purple .neo-list .table-tools .table-filter .table-filter-counter {
  align-items: center;
  background: #3F8FCA;
  border-radius: 60px;
  color: #FFFFFF;
  display: flex;
  font-size: 1.4rem;
  margin: .25rem .5rem;
  padding: 0 1rem;
}
.skin-purple .neo-list .table-tools .table-edit {
  background: #3E424B;
  color: #FFFFFF;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .neo-list .table-tools .table-edit i {
  margin: .25rem 0 0 0;
}
.skin-purple .neo-list .table-tools a.table-tool-link {
  color: #3F8FCA;
  font-weight: 500;
  margin: 0 .5rem;
  text-decoration: none;
}
.skin-purple .neo-list .table-tools a.table-tool-link:hover,
.skin-purple .neo-list .table-tools a.table-tool-link:active,
.skin-purple .neo-list .table-tools a.table-tool-link:visited {
  text-decoration: underline;
}
.skin-purple .neo-list .table-tools button.table-new,
.skin-purple .neo-list .table-tools button.table-tool-filter {
  padding: 0 1rem;
}
.skin-purple .neo-list .table-tools button.table-tool-filter {
  display: inline-block;
}
.skin-purple .neo-list .table-tools button.table-tool-filter:hover > .info-tag-primary {
  background: #FFFFFF;
  color: #3F8FCA;
}
.skin-purple .neo-list .table-tools button.table-tool-filter li a {
  font-weight: 400;
}
.skin-purple .neo-list table {
  width: 100%;
}
.skin-purple .neo-list table .table-border {
  border-radius: 5px;
}
.skin-purple .neo-list table .table-cell-center {
  text-align: left;
}
.skin-purple .neo-list table .flex-centered {
  display: flex;
  justify-content: left;
}
.skin-purple .neo-list table .table-cell-xs {
  width: 5rem;
}
.skin-purple .neo-list table .table-cell-sm {
  width: 11rem;
}
.skin-purple .neo-list table .table-cell-md {
  width: 15rem;
}
.skin-purple .neo-list table .core-checkbox .table-checkbox-bg {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.skin-purple .neo-list table .core-checkbox .table-checkbox-fg {
  font-size: 2rem;
}
.skin-purple .neo-list table .core-checkbox .table-checkbox-partially {
  color: #3F8FCA;
}
.skin-purple .neo-list table .core-checkbox .fa.checked {
  color: #3F8FCA;
}
.skin-purple .neo-list table .core-checkbox i {
  color: #DEDEDE;
}
.skin-purple .neo-list table .core-checkbox .fa-stack {
  height: 1rem;
  line-height: 1rem;
}
.skin-purple .neo-list table .table-multi-action .card-dropdown {
  margin-left: 1rem;
}
.skin-purple .neo-list table .table-multi-action .card-dropdown:hover {
  background: #88C0EA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:hover .table-cell-edit .table-cell-edit-inactive .table-cell-edit-modify {
  opacity: 1;
}
.skin-purple .neo-list table tr.ng-invalid .table-cell-edit-active {
  border: 1px solid #E89720 !important;
}
.skin-purple .neo-list table tr.neo-row-hover,
.skin-purple .neo-list table tr:nth-child(even).neo-row-hover {
  background: #b7d5eb;
  color: #282C37;
  cursor: pointer;
}
.skin-purple .neo-list table tr.neo-row-hover-out td,
.skin-purple .neo-list table tr.neo-row-hover td,
.skin-purple .neo-list table tr:nth-child(even).neo-row-hover td,
.skin-purple .neo-list table tr.neo-row-hover-out td.table-cell,
.skin-purple .neo-list table tr.neo-row-hover td.table-cell,
.skin-purple .neo-list table tr:nth-child(even).neo-row-hover td.table-cell,
.skin-purple .neo-list table tr.neo-row-hover-out td.table-cell > div,
.skin-purple .neo-list table tr.neo-row-hover td.table-cell > div,
.skin-purple .neo-list table tr:nth-child(even).neo-row-hover td.table-cell > div {
  cursor: pointer;
}
.skin-purple .neo-list table tr.table-highlighted-row.neo-row-hover {
  background: #3F8FCA;
  color: #FFFFFF;
  cursor: pointer;
}
.skin-purple .neo-list table tr.neo-row-deactivated {
  color: #858ea6;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-inactive {
  display: flex;
  align-items: center;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-inactive .table-cell-edit-inactive-text {
  flex: 1;
  margin-right: 1rem;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-inactive .table-cell-edit-modify {
  opacity: 0;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-inactive .table-cell-edit-modify i {
  color: #3F8FCA;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-inactive .table-cell-edit-modify:hover {
  background: #DEDEDE;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-active {
  align-items: center;
  border-radius: 3px;
  display: flex;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-active input {
  background: transparent;
  border: none;
  flex: 1;
  margin: .25rem 1rem;
  outline: none;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-active .icon-button {
  margin-right: .25rem;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-active .table-cell-edit-exit i {
  color: #CB403D;
}
.skin-purple .neo-list table .table-cell-edit .table-cell-edit-active .table-cell-edit-save i {
  color: #3DCB6B;
}
.skin-purple .neo-list table .table-action {
  font-weight: 400;
}
.skin-purple .neo-list table .table-action .dropdown-menu {
  min-width: auto;
  padding: .5rem;
}
.skin-purple .neo-list table .table-action .dropdown-menu a {
  border-radius: 3px;
  color: #282C37;
  font-weight: 400;
  text-decoration: none;
}
.skin-purple .neo-list table .table-action .dropdown-menu a:hover {
  background: #C4CAD1;
}
.skin-purple .neo-list table .table-action .dropdown-menu i {
  color: #282C37;
}
.skin-purple .neo-list table .table-action .dropdown-menu .disabled a {
  color: #BBBBBB;
  cursor: default;
}
.skin-purple .neo-list table .table-action .dropdown-menu .disabled a:hover {
  background: none;
}
.skin-purple .neo-list table .table-action .dropdown-menu .disabled i {
  color: #BBBBBB;
}
.skin-purple .neo-list table .table-multi-action-buttons {
  display: flex;
}
.skin-purple .neo-list table .table-multi-action-buttons button {
  margin-right: 1rem;
}
.skin-purple .neo-list table thead {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .neo-list table thead .table-column-sorted {
  background: #3F8FCA;
  color: white;
}
.skin-purple .neo-list table thead .table-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .neo-list table thead th {
  font-weight: 500;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable {
  cursor: pointer;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable.table-column-order-az .ion-arrow-up-b {
  color: #FFFFFF;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable.table-column-order-az .ion-arrow-down-b {
  color: #88C0EA;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable.table-column-order-za .ion-arrow-up-b {
  color: #88C0EA;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable.table-column-order-za .ion-arrow-down-b {
  color: #FFFFFF;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable .table-header-container {
  display: flex;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable .table-header-container .table-column-sort-icons {
  color: #DEDEDE;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.skin-purple .neo-list table thead th .table-header.table-header-sortable .table-header-container .table-column-sort-icons i {
  height: .75rem;
  line-height: 1px;
}
.skin-purple .neo-list table tr {
  display: block;
  padding: .5em;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  margin: 1rem;
}
.skin-purple .neo-list table tr.table-highlighted-row,
.skin-purple .neo-list table tr.table-highlighted-row:hover {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr.table-highlighted-row a,
.skin-purple .neo-list table tr.table-highlighted-row:hover a {
  color: #FFFFFF;
}
.skin-purple .neo-list table tr.table-highlighted-row .button-primary,
.skin-purple .neo-list table tr.table-highlighted-row:hover .button-primary {
  background: #88C0EA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr.table-highlighted-row .button-primary:hover,
.skin-purple .neo-list table tr.table-highlighted-row:hover .button-primary:hover {
  background: #FFFFFF;
  color: #88C0EA;
}
.skin-purple .neo-list table tr.table-highlighted-row .info-tag-primary,
.skin-purple .neo-list table tr.table-highlighted-row:hover .info-tag-primary {
  background: #88C0EA;
}
.skin-purple .neo-list table tr.table-highlighted-row .button-primary-inverted,
.skin-purple .neo-list table tr.table-highlighted-row:hover .button-primary-inverted {
  background: #FFFFFF;
  color: #282C37;
}
.skin-purple .neo-list table tr.table-highlighted-row .button-primary-inverted:hover,
.skin-purple .neo-list table tr.table-highlighted-row:hover .button-primary-inverted:hover {
  background: #88C0EA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr.table-highlighted-row .table-action .table-action-dropdown-icon,
.skin-purple .neo-list table tr.table-highlighted-row:hover .table-action .table-action-dropdown-icon {
  color: #FFFFFF;
}
.skin-purple .neo-list table tr.table-highlighted-row .table-action .table-action-item a,
.skin-purple .neo-list table tr.table-highlighted-row:hover .table-action .table-action-item a {
  color: #282C37;
}
.skin-purple .neo-list table tr.table-highlighted-row .table-action .table-action-item a i,
.skin-purple .neo-list table tr.table-highlighted-row:hover .table-action .table-action-item a i {
  color: #282C37;
}
.skin-purple .neo-list table tr.table-highlighted-row .table-action:hover,
.skin-purple .neo-list table tr.table-highlighted-row:hover .table-action:hover {
  background: #88C0EA;
}
.skin-purple .neo-list table tr.table-highlighted-row .core-checkbox .table-checkbox-fg.checked,
.skin-purple .neo-list table tr.table-highlighted-row:hover .core-checkbox .table-checkbox-fg.checked,
.skin-purple .neo-list table tr.table-highlighted-row .core-checkbox .table-checkbox-fg:hover,
.skin-purple .neo-list table tr.table-highlighted-row:hover .core-checkbox .table-checkbox-fg:hover {
  color: #88C0EA;
}
.skin-purple .neo-list table tr:nth-child(even) {
  background: #F0F0F0;
}
.skin-purple .neo-list table tr:nth-child(even) .neo-formfield {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row a,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover a {
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .button-primary,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .button-primary {
  background: #88C0EA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .button-primary:hover,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .button-primary:hover {
  background: #FFFFFF;
  color: #88C0EA;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .info-tag-primary,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .info-tag-primary {
  background: #88C0EA;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .button-primary-inverted,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .button-primary-inverted {
  background: #FFFFFF;
  color: #282C37;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .button-primary-inverted:hover,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .button-primary-inverted:hover {
  background: #88C0EA;
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .table-action .table-action-dropdown-icon,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .table-action .table-action-dropdown-icon {
  color: #FFFFFF;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .table-action .table-action-item a,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .table-action .table-action-item a {
  color: #282C37;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .table-action .table-action-item a i,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .table-action .table-action-item a i {
  color: #282C37;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .table-action:hover,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .table-action:hover {
  background: #88C0EA;
}
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .core-checkbox .table-checkbox-fg.checked,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .core-checkbox .table-checkbox-fg.checked,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row .core-checkbox .table-checkbox-fg:hover,
.skin-purple .neo-list table tr:nth-child(even).table-highlighted-row:hover .core-checkbox .table-checkbox-fg:hover {
  color: #88C0EA;
}
.skin-purple .neo-list table tr td {
  display: table-row;
}
.skin-purple .neo-list table tr td:before {
  content: attr(data-label);
  display: table-cell;
  font-family: Roboto;
  font-weight: 400;
  padding: 0 2rem;
}
.skin-purple .neo-list table tr td.table-cell > div {
  margin-top: 1rem;
}
.skin-purple .neo-list table tr td a {
  color: #3F8FCA;
  font-weight: 500;
}
.skin-purple .neo-list table tr td a:hover {
  text-decoration: underline;
}
.skin-purple .neo-list table tr td .table-action {
  align-items: center;
  border-radius: 7px;
  color: #828282;
  display: flex;
  font-size: 3rem;
  height: 25px;
  justify-items: center;
  padding: 1rem;
  width: 25px;
}
.skin-purple .neo-list table tr td .table-action:hover {
  background: #DEDEDE;
  color: #3E424B;
  cursor: pointer;
}
.skin-purple .neo-list table tr td .table-action-buttons {
  display: flex;
  justify-content: left;
}
.skin-purple .neo-list table tr td .table-action-buttons .table-action-button {
  margin: 0 .25rem;
}
.skin-purple .neo-list table .table-empty-list a {
  margin: 0 1rem;
}
.skin-purple .neo-list table .table-empty-list .no-entries-available {
  font-size: 14px;
  margin: 2px;
}
.skin-purple .neo-list table tfoot {
  border-radius: 5px;
}
.skin-purple .neo-list table tfoot tr {
  background: none;
  border-radius: 5px;
}
.skin-purple .neo-list table tfoot tr td {
  border-radius: 5px;
  padding: 0;
}
.skin-purple .neo-list table tfoot tr td:before {
  content: none;
}
.skin-purple .neo-list .table-footer {
  background: none;
  color: #3E424B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 3rem;
}
.skin-purple .neo-list .table-footer .table-footer-action-items {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
}
.skin-purple .neo-list .table-footer .table-footer-item {
  align-items: center;
  color: #3E424B;
  display: flex;
  font-size: 1.25rem;
  margin: 0;
  padding: .25rem 1rem;
}
.skin-purple .neo-list .table-footer select {
  border-radius: .5rem;
  border: none;
  cursor: pointer;
  color: #3E424B;
  padding: .2rem 0;
  font-size: 1.25rem;
}
.skin-purple .neo-list .table-footer .table-view-select {
  color: #828282;
}
.skin-purple .neo-list .table-footer .table-view-select label {
  cursor: pointer;
  margin: 0;
}
.skin-purple .neo-list .table-footer .table-view-select .eye {
  background: #FFFFFF;
  border-radius: .5rem 0 0 .5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
}
.skin-purple .neo-list .table-footer .table-view-select select {
  background: #FFFFFF;
  border-radius: 0 .5rem .5rem 0;
  color: #3E424B;
  height: 2.5rem;
}
.skin-purple .neo-list .table-footer .table-page-select {
  color: #3E424B;
}
.skin-purple .neo-list .table-footer .table-page-select label {
  font-weight: 400;
  margin: 0 .5rem 0 0;
}
.skin-purple .neo-list .table-footer .table-pagination {
  flex-wrap: nowrap;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination-sm > li > a,
.skin-purple .neo-list .table-footer .table-pagination.pagination-sm > li > span {
  padding: 3px 9px;
  font-size: 12px;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination {
  margin: .3rem .25rem .25rem .25rem;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination a {
  background: none;
  border-radius: .5rem !important;
  border: none;
  color: #3E424B;
  font-weight: 400;
  margin: 0 .1rem !important;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination a:hover {
  background: #DEDEDE;
  text-decoration: none;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .active a {
  background: #FFFFFF;
  border: none;
  color: #3E424B;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .active a:hover {
  background: #FFFFFF;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .disabled a {
  background: #DEDEDE;
  color: #BBBBBB;
  cursor: default;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .disabled a:hover {
  background: none;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-prev a,
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-next a {
  background: none;
  border: 0;
  font-size: 2.5rem;
  padding: .3rem .75rem .75rem .75rem;
  line-height: 1.25rem;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-prev a:hover,
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-next a:hover {
  background: #DEDEDE;
}
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-prev.disabled a:hover,
.skin-purple .neo-list .table-footer .table-pagination.pagination .pagination-next.disabled a:hover {
  background: none;
}
.skin-purple .neo-list .table-footer .table-pagination .table-page {
  align-items: center;
  background: #DEDEDE;
  border-radius: .5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 3rem;
  margin: 0 .25rem;
  min-width: 3rem;
  padding: 0 1rem;
}
.skin-purple .neo-list .table-footer .table-pagination .table-page:hover {
  background: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .neo-list .table-footer .table-pagination .table-page.table-page-selected {
  background: #FFFFFF;
  color: #3E424B;
  cursor: auto;
}
.skin-purple .neo-list .table-footer .table-page-selection .table-go {
  margin-right: 1rem;
}
.skin-purple .neo-list .table-footer .table-page-selection .table-page-select select {
  color: #828282;
  height: 3rem;
}
.skin-purple .neo-list.neo-list-min-width-md {
  min-width: 520px;
}
.skin-purple .neo-list.neo-list-margin-md {
  margin: 2rem;
}
.skin-purple .neo-list.neo-list-margin-sm {
  margin: 1rem;
}
.skin-purple .neo-list.neo-list-margin-xs {
  margin: .25rem;
}
.skin-purple .neo-list .table-responsive-multi-action {
  display: none;
}
.skin-purple .neo-list .table-multi-action-container {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.skin-purple .neo-list .table-intro {
  margin: 0 0 1rem 0;
  padding: 0;
}
.skin-purple .neo-list .table-intro .table-counter {
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  border-radius: 7px;
  color: #3E424B;
  min-width: 2.5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 1rem;
}
.skin-purple .neo-list .table-info {
  margin: 0;
}
.skin-purple .neo-list .table-tools {
  background: none;
  color: #3E424B;
  padding: 0;
  margin-bottom: 16px;
}
.skin-purple .neo-list .table-tools .table-search {
  border-radius: 5px;
  flex-grow: 0;
  margin: .5rem 0;
}
.skin-purple .neo-list .table-tools .table-search label {
  align-items: center;
  justify-content: center;
}
.skin-purple .neo-list .table-tools .table-search i {
  font-size: 1.5rem;
}
.skin-purple .neo-list .table-tools .table-search input {
  background: none;
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 1rem;
  width: 22rem;
}
.skin-purple .neo-list .table-tools .table-search ::placeholder {
  color: #C4CAD1;
  opacity: 1;
}
.skin-purple .neo-list .table-tools .table-search :-ms-input-placeholder {
  color: #C4CAD1;
}
.skin-purple .neo-list .table-tools .table-search ::-ms-input-placeholder {
  color: #C4CAD1;
}
.skin-purple .neo-list .table-tools .table-search .table-search-close {
  line-height: initial;
}
.skin-purple .neo-list .table-tools .table-search .table-search-close i {
  color: #828282;
}
.skin-purple .neo-list .table-tools .table-search .table-search-close:hover i {
  color: #212121;
}
.skin-purple .neo-list .table-tools .table-tool {
  font-size: 1.5rem;
}
.skin-purple .neo-list .table-tools .table-filter .table-filter-counter {
  font-size: 1.25rem;
}
.skin-purple .neo-list .table-tools .table-edit {
  display: none;
}
.skin-purple .neo-list .table-tools .table-tool-space {
  flex-grow: 1;
}
.skin-purple .neo-list .table-tools .table-new {
  margin-right: 0;
}
.skin-purple .neo-list .table-border {
  border: 1px solid #f4f5f7;
  border-radius: 5px;
  margin: 0;
  overflow: auto;
}
.skin-purple .neo-list table {
  background: #FFFFFF;
  border-collapse: collapse;
  border-radius: 1rem;
  border-spacing: .1rem;
  border-style: hidden;
  font-size: 1.4rem;
  width: 100%;
}
.skin-purple .neo-list table .table-cell-center {
  text-align: center;
}
.skin-purple .neo-list table .table-cell-center .info-tags {
  justify-content: center;
}
.skin-purple .neo-list table .flex-centered {
  justify-content: center;
}
.skin-purple .neo-list table .table-multi-select-row th {
  background: #3F8FCA;
  border-radius: 0 !important;
  color: #FFFFFF;
  padding: .5rem 1rem;
}
.skin-purple .neo-list table thead {
  display: table-header-group;
}
.skin-purple .neo-list table thead tr {
  background: transparent;
}
.skin-purple .neo-list table thead th {
  background: #C4CAD1;
  border: 1px solid #FFFFFF;
  padding: 0;
  text-align: left;
}
.skin-purple .neo-list table thead th .table-header {
  padding: .5rem 1rem;
}
.skin-purple .neo-list table thead th:first-child {
  border-radius: 5px 0 0 0;
}
.skin-purple .neo-list table thead th:first-child .table-header {
  border-radius: 5px 0 0 0;
}
.skin-purple .neo-list table thead th:last-child {
  border-radius: 0 5px 0 0;
  border-right: none;
}
.skin-purple .neo-list table thead th:last-child .table-header {
  border-radius: 0 5px 0 0;
}
.skin-purple .neo-list table thead th:last-child:first-child {
  border-radius: 5px 5px 0 0;
}
.skin-purple .neo-list table thead th:last-child:first-child .table-header {
  border-radius: 5px 5px 0 0;
}
.skin-purple .neo-list table tr {
  display: table-row;
  border-radius: 0;
  box-shadow: none;
}
.skin-purple .neo-list table tr td {
  border-left: 1px solid #FFFFFF;
  display: table-cell;
  padding: 2px 8px;
  text-align: left;
}
.skin-purple .neo-list table tr td:before {
  display: none;
}
.skin-purple .neo-list table tr td.table-cell-action {
  padding: 0;
}
.skin-purple .neo-list table tr td.table-cell > div {
  margin-top: auto;
}
.skin-purple .neo-list table tr td .table-action {
  margin: 0 auto;
}
.skin-purple .neo-list table tr td .table-action-buttons {
  display: flex;
  justify-content: center;
  margin: 2px 8px;
}
.skin-purple .neo-list .table-footer {
  background: #C4CAD1;
  justify-content: initial;
  border-top: 1px solid #FFFFFF;
  border-radius: 0 0 5px 5px;
}
.skin-purple .neo-list .table-footer select {
  font-size: 1.25rem;
  padding: .25rem 0;
}
.skin-purple .neo-list .table-footer .table-footer-item {
  font-size: 1.25rem;
  padding: .25rem 1rem;
}
.skin-purple .neo-list .table-footer .table-view-select {
  flex-grow: 1;
}
.skin-purple .neo-list .table-footer .table-pagination .table-page {
  margin: 0 .1rem;
}
.skin-purple .neo-list.neo-list-no-title .table-intro {
  margin: 0;
}
.skin-purple .neo-list.neo-list-no-title .table-tools {
  margin-top: 0;
}
.skin-purple .neo-list.neo-list-no-title .table-tools .neo-formfield {
  margin-top: 0;
}
.skin-purple .neo-list.neo-list-no-title .table-tools button {
  margin-top: 0;
}
.skin-purple .autoscroll.neo-list .table-border {
  overflow: auto;
}
.skin-purple .neo-table .table-container {
  overflow-x: auto;
}
.skin-purple .neo-table.table-container {
  overflow-x: auto;
}
.skin-purple .neo-table-modal .table-container {
  max-height: 78vh;
  overflow: hidden;
  overflow-y: auto;
  margin: 10px 0;
  border-radius: 7px;
}
.skin-purple .bottom-border {
  border-bottom: 1px solid #BBBBBB !important;
}
.skin-purple table.neo-table {
  position: relative;
  width: 100%;
}
.skin-purple table.neo-table.layout-fixed {
  table-layout: fixed;
  word-break: break-word;
}
.skin-purple table.neo-table.condensed {
  width: initial;
}
.skin-purple table.neo-table .action-bar {
  display: flex;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 3px 16px;
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple table.neo-table .action-bar > a {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.skin-purple table.neo-table .action-bar .table-select-counter-of {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.skin-purple table.neo-table .action-bar .table-action {
  margin: 0 4px;
}
.skin-purple table.neo-table thead th {
  background-color: #C4CAD1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px 8px;
  height: 32px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.skin-purple table.neo-table thead th:last-child {
  border-top-right-radius: 7px;
  box-shadow: 0 -2.1rem 0 .6rem #fff;
}
@supports (-moz-appearance: none) {
  .skin-purple table.neo-table thead th:last-child {
    box-shadow: none;
  }
}
.skin-purple table.neo-table thead th:first-child {
  border-top-left-radius: 7px;
  box-shadow: 0 -2.1rem 0 .6rem #fff;
}
@supports (-moz-appearance: none) {
  .skin-purple table.neo-table thead th:first-child {
    box-shadow: none;
  }
}
.skin-purple table.neo-table thead th.sort-active {
  background-color: #3F8FCA;
}
.skin-purple table.neo-table thead th.sort-active a,
.skin-purple table.neo-table thead th.sort-active .ion-arrow-up-b {
  color: #FFFFFF;
}
.skin-purple table.neo-table thead th.sort-active .ion-arrow-down-b {
  color: #88C0EA;
}
.skin-purple table.neo-table thead th.sort-active.descending .ion-arrow-up-b {
  color: #88C0EA;
}
.skin-purple table.neo-table thead th.sort-active.descending .ion-arrow-down-b {
  color: #FFFFFF;
}
.skin-purple table.neo-table thead th a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #282C37;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple table.neo-table thead th a .sort-icons {
  color: #dedede;
  display: inline-block;
  margin-left: 3px;
  height: 12px;
  width: 10px;
  position: relative;
}
.skin-purple table.neo-table thead th a .sort-icons i {
  position: absolute;
}
.skin-purple table.neo-table thead th a .sort-icons .ion-arrow-up-b {
  top: -7px;
}
.skin-purple table.neo-table thead th a .sort-icons .ion-arrow-down-b {
  bottom: -8px;
}
.skin-purple table.neo-table thead th.icon-column {
  width: 30px;
  text-align: center;
}
.skin-purple table.neo-table th,
.skin-purple table.neo-table td {
  border: none;
}
.skin-purple table.neo-table th:last-child,
.skin-purple table.neo-table td:last-child {
  border-right: 0;
}
.skin-purple table.neo-table td.sticky-first-row {
  position: sticky;
  top: 28px;
  z-index: 2;
}
.skin-purple table.neo-table .action-cell {
  padding: 0 8px;
}
.skin-purple table.neo-table .action-cell .bn {
  margin-top: 4px !important;
}
.skin-purple table.neo-table tr {
  border: none;
}
.skin-purple table.neo-table tr:last-child {
  border-bottom: 0;
}
.skin-purple table.neo-table .multi-action-cell {
  padding: 0 5px;
  width: 27px;
}
.skin-purple table.neo-table .multi-action-cell .multi-action-checkbox-cell {
  display: flex;
  align-items: center;
}
.skin-purple table.neo-table .multi-action-cell .multi-action-checkbox-cell .option-input {
  margin-right: 0;
}
.skin-purple table.neo-table tbody tr {
  background-color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled),
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled),
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled),
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled),
.skin-purple table.neo-table tbody tr.clickable {
  cursor: pointer;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled) .btn[disabled],
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled) .btn[disabled],
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled) .btn[disabled],
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled) .btn[disabled],
.skin-purple table.neo-table tbody tr.clickable .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled):hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled):hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled):hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled):hover,
.skin-purple table.neo-table tbody tr.clickable:hover {
  background-color: #88C0EA;
  color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled):hover textarea,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled):hover textarea,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled):hover textarea,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled):hover textarea,
.skin-purple table.neo-table tbody tr.clickable:hover textarea {
  color: #282C37;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled):hover .option-input.checkbox:hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled):hover .option-input.checkbox:hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled):hover .option-input.checkbox:hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled):hover .option-input.checkbox:hover,
.skin-purple table.neo-table tbody tr.clickable:hover .option-input.checkbox:hover {
  background: #DEDEDE;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled):hover .option-input.checkbox:checked,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled):hover .option-input.checkbox:checked,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled):hover .option-input.checkbox:checked,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled):hover .option-input.checkbox:checked,
.skin-purple table.neo-table tbody tr.clickable:hover .option-input.checkbox:checked {
  background: #3F8FCA;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled):nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled):nth-child(even):hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled):nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled):nth-child(even):hover,
.skin-purple table.neo-table tbody tr.clickable:nth-child(even):hover {
  background-color: #88C0EA;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled).row-selected:hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled).row-selected:hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled).row-selected:hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled).row-selected:hover,
.skin-purple table.neo-table tbody tr.clickable.row-selected:hover {
  background-color: #88C0EA;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled).row-selected:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled).row-selected:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled).row-selected:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled).row-selected:nth-child(even):hover,
.skin-purple table.neo-table tbody tr.clickable.row-selected:nth-child(even):hover {
  background-color: #88C0EA;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled).row-disabled:hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled).row-disabled:hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled).row-disabled:hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled).row-disabled:hover,
.skin-purple table.neo-table tbody tr.clickable.row-disabled:hover {
  color: #F0f0f0;
}
.skin-purple table.neo-table tbody tr[ng-click]:not(.click-disabled).row-disabled:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-click]:not(.click-disabled).row-disabled:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[ng-dblclick]:not(.click-disabled).row-disabled:nth-child(even):hover,
.skin-purple table.neo-table tbody tr[data-ng-dblclick]:not(.click-disabled).row-disabled:nth-child(even):hover,
.skin-purple table.neo-table tbody tr.clickable.row-disabled:nth-child(even):hover {
  color: #F0f0f0;
}
.skin-purple table.neo-table tbody tr:nth-child(even) {
  background-color: #F0f0f0;
}
.skin-purple table.neo-table tbody tr.row-selected {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr.row-selected .f-blue {
  color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr.row-disabled {
  color: #BBBBBB;
}
.skin-purple table.neo-table tbody tr.row-highlight {
  background-color: #88C0EA;
  color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr.row-highlight .f-blue {
  color: #FFFFFF;
}
.skin-purple table.neo-table tbody tr td {
  padding: 2px 8px;
  height: 32px;
}
.skin-purple table.neo-table tbody tr td.action-cell:hover .table-action {
  color: #FFFFFF;
  background-color: #BBBBBB;
}
.skin-purple table.neo-table tbody tr .table-action {
  font-size: 14px;
  display: table-cell;
  position: relative;
  height: 16px;
  width: 20px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  color: #828282;
  border-radius: 5px;
  padding: 4px 0;
}
.skin-purple table.neo-table tfoot .table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skin-purple table.neo-table tfoot td {
  background-color: #C4CAD1;
  z-index: 2;
  position: sticky;
  bottom: -1px;
  padding: 2px 8px;
  height: 32px;
}
.skin-purple table.neo-table tfoot td:last-child {
  border-bottom-right-radius: 7px;
  box-shadow: 0 2.1rem 0 .6rem #fff;
}
@supports (-moz-appearance: none) {
  .skin-purple table.neo-table tfoot td:last-child {
    box-shadow: none;
  }
}
.skin-purple table.neo-table tfoot td:first-child {
  border-bottom-left-radius: 7px;
  box-shadow: 0 2.1rem 0 .6rem #fff;
}
@supports (-moz-appearance: none) {
  .skin-purple table.neo-table tfoot td:first-child {
    box-shadow: none;
  }
}
.skin-purple table.neo-table tfoot .table-pagination {
  margin: 0;
}
.skin-purple table.neo-table tfoot .table-pagination > li.active > a {
  background-color: #FFFFFF;
  color: #282C37;
}
.skin-purple table.neo-table tfoot .table-pagination > li > a {
  background-color: #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 2px;
}
.skin-purple table.neo-table.neo-table-light thead th {
  font-weight: 500;
}
.skin-purple table.neo-table.neo-table-light thead th,
.skin-purple table.neo-table.neo-table-light tfoot td {
  background-color: #DEDEDE;
}
.skin-purple table.neo-table.neo-table-light tfoot .table-pagination > li > a {
  background-color: #F0f0f0;
}
.skin-purple table.neo-table.neo-table-light tfoot .table-pagination > li.active > a {
  background-color: #FFFFFF;
}
.skin-purple .no-enter-leave-animation {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.skin-purple .ui-view-container {
  position: relative;
  min-height: 65px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.skin-purple .ui-view-container .content {
  flex-grow: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.skin-purple .ui-view-container .content.ng-enter {
  -webkit-transition: .5s ease-in all;
  transition: .5s ease-in all;
  opacity: 0;
}
.skin-purple .ui-view-container .content.ng-enter.ng-enter-active {
  opacity: 1;
}
.skin-purple .ui-view-container [ui-view].ng-enter,
.skin-purple .ui-view-container [ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.skin-purple .ui-view-container [ui-view].ng-enter {
  opacity: 0;
}
.skin-purple .ui-view-container [ui-view].ng-enter-active {
  opacity: 1;
}
.skin-purple .ui-view-container [ui-view].ng-leave {
  opacity: 1;
}
.skin-purple .ui-view-container [ui-view].ng-leave-active {
  opacity: 0;
}
.skin-purple .section-header {
  padding: 4px 24px 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.skin-purple .section-header h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  margin-right: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .content {
  padding: 16px 24px 24px 24px;
}
.skin-purple .row {
  margin-right: -8px;
  margin-left: -8px;
}
.skin-purple .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.skin-purple .setup-page {
  width: 450px;
}
.skin-purple .core-two-column {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.skin-purple .core-two-column .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.skin-purple .core-two-column.drawer-wider .detail-view.detail-view-active {
  min-width: 75vw;
}
.skin-purple .core-two-column .detail-view {
  max-width: 100vw;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1000;
  opacity: 0;
  transition: all 1.2s ease-in-out;
}
.skin-purple .core-two-column .detail-view .detail-view-sidebar {
  width: 100vh;
  height: 4rem;
  transform-origin: top left;
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotate(-90deg);
  font-size: 1.5rem;
  font-weight: 600;
  padding: .75rem 12rem .75rem .75rem;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .core-two-column .detail-view .detail-view-sidebar a {
  color: #3F8FCA;
  font-weight: 500;
}
.skin-purple .core-two-column .detail-view .detail-view-inner {
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  margin-left: 4rem;
  padding-top: .25rem;
  min-height: 89vh;
}
.skin-purple .core-two-column .detail-view .detail-view-inner .case-creation-details {
  margin: 0;
}
.skin-purple .core-two-column .detail-view.detail-view-active {
  opacity: 1;
  min-width: 50vw;
}
@media (max-width:768px) {
  .skin-purple .core-two-column .detail-view.detail-view-active {
    min-width: 100%;
  }
}
.skin-purple .core-two-column .detail-view h4 {
  padding: 0;
  font-size: 1.75rem;
  margin: 0;
}
.skin-purple .core-two-column .detail-view .detail-view-navigation {
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  margin: 8px;
}
.skin-purple .core-two-column .detail-view .detail-view-navigation button:last-child {
  margin-left: auto;
}
.skin-purple .core-two-column .detail-view .detail-view-header {
  margin: 8px;
}
.skin-purple .core-two-column .detail-view .detail-view-toolbar {
  display: flex;
  padding: 8px;
}
.skin-purple .core-two-column .detail-view .detail-view-content {
  margin: 8px;
}
@media (max-width:768px) {
  .skin-purple .core-two-column .detail-view .detail-view-tabs > ul.nav {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.skin-purple .core-two-column .detail-view .detail-view-tabs .detail-view-tab-content {
  font-size: 1.4rem;
  margin: 8px;
}
.skin-purple .core-two-column .detail-view .detail-view-edit-buttons {
  display: flex;
  font-size: 1.5rem;
  justify-content: flex-end;
  margin: 1rem 0;
}
@media (max-width:768px) {
  .skin-purple .core-two-column .detail-view {
    display: block;
    min-width: auto;
    overflow: auto;
  }
}
.skin-purple .can-copy {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.skin-purple .form-output-config-floating-box {
  position: relative;
  flex: 1 1 300px;
  min-width: 300px;
  max-width: 500px;
}
.skin-purple .form-output-config {
  position: sticky;
  left: 0px;
  top: 10px;
  margin-left: 8px;
  height: fit-content;
}
.skin-purple .form-output-config li.form-fields-list {
  max-height: 50vh;
  overflow: auto;
}
.skin-purple .form-output-config .form-field-delete-icon {
  position: relative;
  left: 8px;
}
.skin-purple .form-output-config .fa-container {
  width: 12px;
  text-align: center;
}
.skin-purple .form-output-config .checkbox-input {
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.skin-purple .form-output-config .checkbox-input-label {
  margin-right: 40px;
  top: 2px;
  position: relative;
}
.skin-purple .formfield-box .formfield-entry {
  display: flex;
  padding: 8px 9px;
  box-shadow: none;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
.skin-purple .formfield-box .formfield-entry .formfield-header {
  flex-grow: 1;
}
.skin-purple .formfield-box .formfield-entry .formfield-header h4,
.skin-purple .formfield-box .formfield-entry .formfield-header p {
  margin: 0;
}
.skin-purple .formfield-box .formfield-add {
  display: flex;
  justify-content: center;
  height: 10px;
}
.skin-purple .formfield-box .formfield-add button.bn-func {
  border-radius: 100px;
  margin-top: -9px;
  width: 33px;
  height: 33px;
}
.skin-purple .form-output-template .form-ruler {
  position: absolute;
  background-color: #3F8FCA;
  transition: none;
}
.skin-purple .form-output-template .placeholder-selection-box {
  position: absolute;
  border: 2px solid #3F8FCA;
  background: transparent;
}
.skin-purple .form-output-template .placeholder-selection-box.placeholder-add {
  background-color: #32A758;
  border: 1px solid #3DCB6B;
  opacity: .5;
}
.skin-purple .form-output-template .form-output-template-content {
  padding-top: 2px;
  padding-left: 3px;
}
.skin-purple .form-output-template .form-output-template-content.with-close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
  height: 100%;
}
.skin-purple .form-output-template .form-output-template-content.with-close-icon .fa,
.skin-purple .form-output-template .form-output-template-content.with-close-icon .fa:before {
  line-height: 13px !important;
}
.skin-purple .form-output-template .form-output-template-background-box {
  overflow-x: auto;
  overflow-y: hidden;
}
.skin-purple .form-output-template .form-output-template-background {
  position: relative;
  padding-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.skin-purple .form-output-template .form-output-template-background.read-only .draggable-container {
  cursor: default;
}
.skin-purple .form-output-template .form-output-template-background:last-child {
  padding-bottom: 0;
}
.skin-purple .form-output-template .form-output-template-background > img {
  position: absolute;
  top: 0;
  left: 0;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container {
  display: inline-block;
  position: absolute;
  text-align: left;
  cursor: move;
  color: #FFFFFF;
  line-height: 10pt;
  border: none;
  background-color: transparent;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container .fot-canvas-paintable-content {
  color: #FFFFFF;
  opacity: .3;
  background: #3F8FCA;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.hover .rotation-box,
.skin-purple .form-output-template .form-output-template-background .draggable-container.active .rotation-box,
.skin-purple .form-output-template .form-output-template-background .draggable-container.highlight .rotation-box {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.hover .fot-canvas-paintable-content,
.skin-purple .form-output-template .form-output-template-background .draggable-container.active .fot-canvas-paintable-content,
.skin-purple .form-output-template .form-output-template-background .draggable-container.highlight .fot-canvas-paintable-content {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  opacity: .8;
  background: #3F8FCA;
  z-index: 100;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.active.highlight {
  z-index: 200;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element .fot-canvas-paintable-content {
  background: #3E424B;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element [data-resizable] {
  border: 1px solid #c1c7cf;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element.hover .fot-canvas-paintable-content,
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element.active .fot-canvas-paintable-content,
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element.highlight .fot-canvas-paintable-content {
  opacity: .7;
  background: #282C37;
  z-index: 100;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.template-element.active.highlight .fot-canvas-paintable-content {
  background: #3E424B;
  z-index: 200;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.form-field-option .ion,
.skin-purple .form-output-template .form-output-template-background .draggable-container.form-field-option .ion:before {
  line-height: .95;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.form-field-option.active.highlight {
  opacity: 1;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container .ui-widget-content {
  background-color: transparent;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container.ui-draggable-dragging {
  opacity: .6;
}
.skin-purple .form-output-template .form-output-template-background .draggable-container .example-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;
  text-align: left;
}
.skin-purple .form-output-template .form-output-template-background .background-border {
  background-color: transparent;
  border: 1px dashed;
  position: absolute;
  top: 0;
  display: block;
}
.skin-purple .card .formfield-toolbox-fields {
  max-height: 200px;
  overflow: auto;
}
.skin-purple .form-setting-button {
  height: 24px !important;
  width: 24px !important;
  min-height: 24px !important;
  min-width: 24px !important;
}
.skin-purple .dropdown > div.form-button-dropdown-toggle {
  overflow: initial;
}
.skin-purple .absence-vacation-box {
  border-radius: 5px;
  background-color: #DEDEDE;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 9px;
  font-weight: bold;
}
.skin-purple .absence-vacation-box span {
  font-weight: normal;
}
.skin-purple .dropdown.assignment-dropdown .tree-assignment {
  max-height: 65vh;
  max-width: 76vw;
  overflow: auto;
}
.skin-purple .dropdown.assignment-dropdown .dropdown-menu {
  overflow: hidden;
}
.skin-purple .tree-assignment-box {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
}
.skin-purple .tree-assignment-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  min-height: 24px;
  overflow-y: hidden;
  border-radius: 0;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-1 {
  padding-left: 24px;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-1.tree-item-rtl {
  padding-right: 24px;
  padding-left: 0;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-2 {
  padding-left: 48px;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-2.tree-item-rtl {
  padding-right: 48px;
  padding-left: 0;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-3 {
  padding-left: 72px;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-3.tree-item-rtl {
  padding-right: 72px;
  padding-left: 0;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-4 {
  padding-left: 96px;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-4.tree-item-rtl {
  padding-right: 96px;
  padding-left: 0;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-5 {
  padding-left: 120px;
}
.skin-purple .tree-assignment-item-row.tree-item-intend-5.tree-item-rtl {
  padding-right: 120px;
  padding-left: 0;
}
.skin-purple .tree-assignment-item-row.selectable {
  cursor: pointer;
}
.skin-purple .tree-assignment-item-row.selectable:hover {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .tree-assignment-item-row.selectable:hover .unchecked {
  color: #212121;
}
.skin-purple .tree-assignment-item-row.selectable .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .tree-assignment-item-row p {
  flex: 1;
  line-height: 1.5rem;
  margin: 0;
}
.skin-purple .tree-assignment-item-row .tree-assignment-item-row-caret {
  font-size: 16px;
  width: 10px;
}
.skin-purple .tree-assignment-item-row span.badge {
  flex-grow: 0;
}
.skin-purple .tree-assignment .tree-links {
  min-height: 24px;
}
.skin-purple .tree-assignment a.tree-link,
.skin-purple .tree-assignment a.tree-item-link {
  color: #3F8FCA;
  text-decoration: none;
}
.skin-purple .tree-assignment a.tree-link:hover,
.skin-purple .tree-assignment a.tree-item-link:hover {
  text-decoration: underline;
}
.skin-purple .tree-assignment-item-row a.tree-item-link {
  display: none;
}
.skin-purple .tree-assignment-item-row.selectable:hover a.tree-item-link {
  display: inline-block;
  color: #FFFFFF;
}
@media (max-width:992px) {
  .skin-purple .tree-assignment-item-row a.tree-item-link {
    color: #3F8FCA;
    display: inline-block;
    text-decoration: none;
  }
}
.skin-purple .wizard {
  position: relative;
}
.skin-purple .wizard .step {
  padding-top: 26px;
}
.skin-purple .wizard .steps > section {
  margin-top: 20px;
}
.skin-purple .wizard .wizard-selection-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex-wrap: wrap;
}
.skin-purple .wizard .wizard-selection-list:before,
.skin-purple .wizard .wizard-selection-list:after {
  content: " ";
  display: table;
}
.skin-purple .wizard .wizard-selection-list:after {
  clear: both;
}
.skin-purple .wizard .wizard-selection-list.center {
  justify-content: center;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection {
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection.active {
  border: 1px solid #3F8FCA;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection.disabled {
  background: #DEDEDE;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection.disabled .wizard-selection-title {
  color: #777;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection .wizard-selection-content {
  float: right;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection .wizard-selection-content .wizard-selection-title,
.skin-purple .wizard .wizard-selection-list .wizard-selection .wizard-selection-content .wizard-selection-description {
  display: block;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection .wizard-selection-content .wizard-selection-title {
  font-weight: 500;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection.wizard-selection-icon-left .wizard-selection-icon {
  font-size: 25px;
  margin-top: 7px;
  margin-left: 7px;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection.wizard-selection-icon-left .wizard-selection-content {
  margin-left: 20px;
}
.skin-purple .wizard .wizard-selection-list .wizard-selection .wizard-selection-description {
  color: #777;
  width: 230px;
}
.skin-purple .wizard .wizard-footer {
  margin-top: 16px !important;
  margin-bottom: 4px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skin-purple .dashboard .db-box {
  margin: 0 -8px;
}
.skin-purple .grid-stack .grid-stack-item .ui-resizable-handle.ui-resizable-e {
  right: 2px;
  width: 15px;
  top: 0;
}
.skin-purple .grid-stack .grid-stack-item .ui-resizable-handle.ui-resizable-se {
  right: 0;
  bottom: -16px;
}
.skin-purple .grid-stack .grid-stack-item .ui-resizable-handle.ui-resizable-s {
  height: 11px;
  left: 24px;
  bottom: -5px;
  right: 24px;
  width: initial;
}
.skin-purple .grid-stack .grid-stack-item .ui-resizable-handle.ui-resizable-sw {
  left: 0;
  bottom: -16px;
}
.skin-purple .grid-stack .grid-stack-item .ui-resizable-handle.ui-resizable-w {
  top: 0;
  width: 15px;
  left: 1px;
}
.skin-purple .grid-stack.edit-active table.neo-table tbody tr[ng-click]:not(.click-disabled):hover,
.skin-purple .grid-stack.edit-active table.neo-table tbody tr[data-ng-click]:not(.click-disabled):hover {
  background-color: #FFFFFF;
  color: #212121;
}
.skin-purple .grid-stack.edit-active table.neo-table tbody tr[ng-click]:not(.click-disabled):nth-child(even):hover,
.skin-purple .grid-stack.edit-active table.neo-table tbody tr[data-ng-click]:not(.click-disabled):nth-child(even):hover {
  background-color: #F0f0f0;
}
.skin-purple .grid-stack.edit-active[ng-click]:not(.click-disabled),
.skin-purple .grid-stack.edit-active[data-ng-click]:not(.click-disabled) {
  cursor: pointer;
}
.skin-purple .grid-stack.edit-active[ng-click]:not(.click-disabled) .btn[disabled],
.skin-purple .grid-stack.edit-active[data-ng-click]:not(.click-disabled) .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .grid-stack.edit-active[ng-click]:not(.click-disabled):hover,
.skin-purple .grid-stack.edit-active[data-ng-click]:not(.click-disabled):hover {
  background-color: #DEDEDE;
}
.skin-purple .grid-stack.edit-active[ng-click]:not(.click-disabled):nth-child(even):hover,
.skin-purple .grid-stack.edit-active[data-ng-click]:not(.click-disabled):nth-child(even):hover {
  background-color: #DEDEDE;
}
.skin-purple .grid-stack.edit-active .grid-stack-item.ui-draggable-dragging .grid-stack-item-content.ui-draggable-handle,
.skin-purple .grid-stack.edit-active .grid-stack-item.ui-draggable-dragging .grid-stack-item-content.ui-draggable-handle tr {
  cursor: grabbing;
}
.skin-purple .grid-stack.edit-active .grid-stack-item .grid-stack-item-content.ui-draggable-handle,
.skin-purple .grid-stack.edit-active .grid-stack-item .grid-stack-item-content.ui-draggable-handle tr {
  cursor: grab;
}
.skin-purple .grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 2px dashed #BBBBBB;
  border-radius: 7px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.skin-purple .db-edit-widget .dbw-body {
  height: 25vh;
}
.skin-purple .db-widget {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
}
.skin-purple .db-widget.dbw-no-grow {
  flex-grow: 0;
}
.skin-purple .db-widget .dbw-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  align-items: center !important;
  overflow: auto;
  padding: 4px 0;
}
.skin-purple .db-widget .dbw-header .dbw-title {
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.skin-purple .db-widget .dbw-header .dbw-tools {
  opacity: 1;
  transition: opacity .2s linear;
}
.skin-purple .db-widget.widget-overflow-allowed .dbw-body {
  overflow: inherit;
}
.skin-purple .db-widget .dbw-body {
  flex: 1 1 auto;
  overflow: auto;
  position: relative;
  border-radius: 7px;
}
.skin-purple .db-widget .dbw-body .dbw-chart-body {
  background-color: #FFFFFF;
  border-radius: 7px;
  padding: 4px;
  height: 100%;
}
.skin-purple .db-widget .dbw-body .dbw-table-body {
  display: flex;
  flex-direction: column;
  height: 100px;
}
.skin-purple .db-widget .dbw-body .dbw-table-body > div {
  flex: 1;
}
.skin-purple .db-widget .dbw-body .dbw-table-body .amount-dropdown .open {
  background-color: transparent;
}
.skin-purple .db-widget .dbw-body .dbw-table-body .amount-dropdown .dropdown-toggle {
  line-height: 10px;
}
.skin-purple .db-widget .dbw-body .dbw-table-body .amount-dropdown .bn-dropdown {
  height: 20px;
  min-height: auto;
  padding: 0 3px 0 3px;
  border: none;
  border-radius: 3px;
}
.skin-purple .db-widget .dbw-body .dbw-table-body .amount-dropdown .dropdown-menu {
  right: 0;
  min-width: auto;
  text-align: right;
}
.skin-purple .db-widget .dbw-body .dbw-table-body .amount-dropdown .dropdown-menu a {
  display: block;
}
.skin-purple .db-widget:hover .dbw-tools {
  opacity: 1;
}
.skin-purple .grid-stack > .grid-stack-item > .grid-stack-item-content {
  overflow: hidden;
}
.skin-purple .dbw-table-footer {
  background-color: #C4CAD1;
  position: sticky;
  bottom: 0;
  padding: 2px 8px;
  height: 32px;
  border-bottom-right-radius: 7px;
}
.skin-purple .dbw-table-footer:first-child {
  border-bottom-left-radius: 7px;
}
.skin-purple .dbw-empty-state {
  background-color: #FFFFFF;
  border-radius: 7px;
  border: 1px solid #BBBBBB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  height: 100px;
}
.skin-purple .add-widget-dialog.modal-body {
  height: 60vh;
  max-height: auto;
}
.skin-purple .add-widget-dialog .add-widget-dialog-widgets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  height: 100%;
  flex-direction: column;
}
.skin-purple .add-widget-dialog .add-widget-dialog-widgets .widget-item {
  display: flex;
  height: 160px;
  width: 100%;
  justify-content: flex-start;
  border-radius: 7px;
  border: 1px solid #C4CAD1;
  padding: 16px !important;
}
.skin-purple .add-widget-dialog .add-widget-dialog-widgets .widget-item .widget-item-preview {
  flex: 0 1 140px;
  height: 100%;
}
.skin-purple .add-widget-dialog .add-widget-dialog-widgets .widget-item .widget-item-preview img {
  height: 100%;
  width: 100%;
}
.skin-purple .add-widget-dialog .add-widget-dialog-widgets .widget-item .widget-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin-purple .dropdown-filter {
  padding: 0 !important;
  min-width: 400px;
}
.skin-purple .dropdown-filter .dropdown-filter-body {
  padding: 16px 8px;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group {
  margin: 0;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel {
  box-shadow: none;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel.panel-open .panel-heading {
  background-color: #DEDEDE;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-heading {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-heading a div {
  padding: 8px;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-heading .panel-title {
  font-size: 15px;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-heading .accordion-toggle {
  color: #282C37;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-heading .accordion-toggle:hover {
  color: #282C37;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body {
  border: 0;
  padding: 8px 0 0 0;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body .filter-suggestion-scroll {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body .filter-suggestion {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
  padding: 2px 8px;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body .filter-suggestion .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body .filter-suggestion:hover {
  background-color: #F0f0f0;
}
.skin-purple .dropdown-filter .dropdown-filter-body .panel-group .panel .panel-body .filter-suggestion:hover .option-input:not(:checked) {
  background: #88C0EA;
}
.skin-purple .selection-suggestion-scroll {
  max-height: 40vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.skin-purple .selection-suggestion {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 5px;
  padding: 2px 8px;
}
.skin-purple .selection-suggestion .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .selection-suggestion:hover {
  background-color: #F0f0f0;
}
.skin-purple .selection-suggestion:hover .option-input:not(:checked) {
  background: #88C0EA;
}
.skin-purple .dashboard-cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex-direction: column !important;
  overflow: auto !important;
  max-height: 600px;
  padding-right: 2px;
}
.skin-purple .dashboard-cards .dashboard-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: start;
  border-radius: 7px;
  border: 1px solid #C4CAD1;
  margin: 1px 1px 9px 1px;
  padding: 6px;
  position: relative;
}
.skin-purple .dashboard-cards .dashboard-card:hover {
  border-color: #BBBBBB;
}
.skin-purple .dashboard-cards .dashboard-card.active {
  margin: 0 0 8px 0;
  border: 2px solid #3F8FCA;
}
.skin-purple .dashboard-cards .dashboard-card.active .dashboard-card-preview img:hover {
  box-shadow: none;
}
.skin-purple .dashboard-cards .dashboard-card h3 {
  font-weight: 600;
  font-size: 12pt;
  padding: 0;
  margin: 0;
}
.skin-purple .dashboard-cards .dashboard-card .dashboard-card-preview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center !important;
  margin-right: 16px !important;
}
.skin-purple .dashboard-cards .dashboard-card .dashboard-card-preview img {
  height: 141px;
  width: 124px;
  border-radius: 5px;
}
.skin-purple .dashboard-cards .dashboard-card .dashboard-card-preview img:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .dashboard-cards .dashboard-card .dashboard-card-preview.edit-mode img:hover {
  box-shadow: none;
}
.skin-purple .dashboard-cards .dashboard-card .dashboard-card-delete-icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(.5);
  margin-top: -11px;
  margin-right: -2px;
}
.skin-purple .dashboard-cards .dashboard-card textarea.form-in {
  min-height: 75px;
}
.skin-purple .label {
  border-radius: 5px;
  padding: 3px 8px;
  margin: 0;
  font-size: 12px;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.skin-purple .label.label-fixed-height {
  height: 40px;
}
.skin-purple .label.label-blue {
  color: #FFFFFF;
  background-color: #3F8FCA;
}
.skin-purple .label.label-number {
  padding: 1px 8px;
}
.skin-purple .label.label-outline {
  background-color: #FFFFFF;
}
.skin-purple .label.label-outline.label-default {
  color: #282C37;
  border: 1px solid #282C37;
}
.skin-purple .label.label-outline.label-info {
  color: #FFFFFF;
  border: 1px solid #3F8FCA;
}
.skin-purple .label.label-spaced {
  padding: 2px 16px;
}
.skin-purple .label.label-round {
  border-radius: 15px;
}
.skin-purple .label.label-danger {
  border: 1px solid #CB403D;
}
.skin-purple .label.label-grey-10 {
  color: #212121;
  background-color: #F0f0f0;
}
.skin-purple .label.label-light-grey {
  color: #FFFFFF;
  background-color: #BBBBBB;
}
.skin-purple .label.label-light-grey-40 {
  color: #FFFFFF;
  background-color: #828282;
}
.skin-purple .label.label-light-grey-border {
  color: #FFFFFF;
  background-color: #BBBBBB;
  border: 1px solid #BBBBBB;
}
.skin-purple .label.label-black {
  color: #FFFFFF;
  background-color: #282C37;
}
.skin-purple .label.label-info,
.skin-purple .label.label-secondary {
  border: 1px solid #3b8dc9;
}
.skin-purple .label.label-warning {
  border: 1px solid #E89720;
}
.skin-purple .label.label-primary {
  border: 1px solid #88C0EA;
}
.skin-purple .label.label-success {
  border: 1px solid #3DCB6B;
  background-color: #23cc59;
}
.skin-purple .label.label-ghost {
  background-color: #FFFFFF;
  border: 1px solid #C4CAD1;
  color: #C4CAD1;
}
.skin-purple .label.label-clear {
  background-color: transparent;
  border: 1px solid transparent;
  color: #3E424B;
}
.skin-purple .label.label-action {
  animation: blinking 2s infinite;
}
.skin-purple .row-selected .label.label-default,
.skin-purple .row-selected .label.label-info,
.skin-purple .row-selected .label.label-blue,
.skin-purple .row-selected .label.label-success,
.skin-purple .row-selected .label.label-warn,
.skin-purple .row-selected .label.label-warning,
.skin-purple .row-selected .label.label-danger {
  border: 1px solid #FFFFFF;
}
.skin-purple .label-absence-color {
  border-radius: 9px;
  display: flex;
  height: 16px;
  width: 70px;
}
.skin-purple .absence-type-icon-size {
  width: 39px;
  height: 28px;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.skin-purple .label-bn:hover {
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  transition: box-shadow .2s ease;
}
.skin-purple .label-bn:active {
  filter: brightness(.9);
  -webkit-filter: brightness(.9);
  -moz-filter: brightness(.9);
  -o-filter: brightness(.9);
}
.skin-purple .popover {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  z-index: 10001;
}
.skin-purple .popover .popover-content {
  padding: 8px;
}
.skin-purple .list-select .list-select-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  margin-bottom: 4px !important;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 5px;
}
.skin-purple .list-select .list-select-item .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .list-select .list-select-item:hover {
  background-color: #DEDEDE;
}
.skin-purple .list-select .list-select-item.active {
  background-color: #3F8FCA;
  color: white;
}
.skin-purple .list-select .list-select-item.active .badge {
  background-color: white;
  color: #282C37;
}
.skin-purple .drawer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.skin-purple .drawer-wrapper .drawer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.skin-purple .drawer-header {
  padding: 8px 8px 0 8px;
  line-height: normal;
}
.skin-purple .drawer-header h1 {
  font-weight: 800;
  margin: 4px 0;
}
.skin-purple .drawer-header .dr-header-sub {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  gap: 4px;
  flex-wrap: wrap !important;
  align-items: center;
}
.skin-purple ng-map > div {
  border-radius: 7px;
  border: 1px solid #F0f0f0;
}
.skin-purple .drawer-switchboard {
  min-height: 32px;
  padding: 4px 8px;
  margin: 8px 0 0 0;
  background-color: #C4CAD1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 4px;
}
.skin-purple .drawer {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.skin-purple .drawer-content {
  flex: 1;
  overflow: auto;
  margin-top: 16px;
  padding: 0 8px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.skin-purple .drawer-content .drawer-section {
  margin-bottom: 16px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.skin-purple .drawer-content h2 {
  margin: 0;
}
.skin-purple .textarea-incident-drawer > textarea {
  height: 335px;
}
.skin-purple .tour-tab-general {
  display: flex;
}
.skin-purple .tour-tab-map {
  display: flex;
  flex-wrap: wrap-reverse;
  min-height: 75vh;
}
.skin-purple .tour-tab-map .tour-tab-map-panel-points {
  flex: 1;
}
.skin-purple .tour-tab-map .tour-tab-map-panel-map {
  border-radius: 7px;
  flex: 3;
}
.skin-purple .tour-tab-map .tour-tab-map-panel-map .neo-panel-border {
  margin: 1rem 1rem 1rem 0;
  padding: 0;
}
.skin-purple .tour-tab-map .neo-panel-border {
  flex: 1;
}
@media (max-width:1199px) {
  .skin-purple .tour-tab-map .editable-map-place-marker {
    width: 40px;
    justify-content: center;
  }
  .skin-purple .tour-tab-map .editable-map-place-marker i {
    margin: 0;
  }
  .skin-purple .tour-tab-map .editable-map-control-place-here {
    display: none;
  }
  .skin-purple .tour-tab-map .neo-map-search input {
    width: 20rem;
  }
}
.skin-purple .duration-deviation-tag {
  align-items: center;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  display: inline-flex;
  padding: 1px 5px;
  min-height: 24px;
}
.skin-purple .duration-deviation-tag i.fa {
  font-size: 12pt;
  color: #282C37;
}
.skin-purple .duration-deviation-tag .actual-duration {
  font-size: 10pt;
  font-weight: 500;
  display: flex;
  align-items: baseline;
}
.skin-purple .duration-deviation-tag .actual-duration .min {
  font-size: 8.5pt;
  margin-left: 2px;
}
.skin-purple .duration-deviation-tag .deviation {
  color: #282C37;
}
.skin-purple .duration-deviation-tag .deviation-text {
  margin-top: 2px;
  font-size: 8pt;
}
.skin-purple .duration-deviation-tag.deviation-success i.fa {
  color: #3DCB6B;
}
.skin-purple .duration-deviation-tag.deviation-warning i.fa {
  color: #E89720;
}
.skin-purple .duration-deviation-tag.deviation-warning .deviation {
  color: #E89720;
}
.skin-purple .duration-deviation-tooltip {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.skin-purple .duration-deviation-tooltip .tooltip-key {
  flex: 1;
  margin-right: 2px;
  text-align: left;
  min-width: 115px;
}
.skin-purple .duration-deviation-tooltip .specs {
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
}
.skin-purple tr.linked:hover .duration-deviation-tag {
  border-color: #FFFFFF;
}
.skin-purple #live-chat {
  height: 32px;
  width: 220px;
  margin-left: 16px;
  font-size: 14px;
}
.skin-purple #live-chat > #badge-text > i {
  font-size: 14px;
  margin-left: 16px;
}
.skin-purple #close-chat {
  position: absolute;
  right: 0px;
}
.skin-purple #hubspot-messages-iframe-container {
  bottom: 24px !important;
}
.skin-purple .file-dropbox-container.warning .file-dropbox,
.skin-purple .file-dropbox-container.ng-invalid-required.ng-touched .file-dropbox {
  border-color: #E89720;
}
.skin-purple .file-dropbox-container .file-dropbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
  padding: 16px 0;
  border: 2px dashed #BBBBBB;
  border-radius: 5px;
  cursor: pointer;
}
.skin-purple .file-dropbox-container .file-dropbox:hover,
.skin-purple .file-dropbox-container .file-dropbox.dragover {
  border-color: #828282;
}
.skin-purple .file-dropbox-container .file-dropbox > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #828282;
  line-height: 1;
}
.skin-purple .file-dropbox-container .file-dropbox > div > span {
  margin: 5px 0;
}
.skin-purple .file-dropbox-container .file-dropbox > div > i {
  font-size: 24px;
}
.skin-purple .file-dropbox-container .file-dropbox > div > p {
  font-size: 21px;
}
.skin-purple .gl {
  padding-top: 8px;
  padding-bottom: 8px;
}
.skin-purple .gl .form-search-input {
  margin: 0 8px 8px 8px;
}
.skin-purple .gl .form-search-input input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.skin-purple .gl .gl-section {
  margin: 0 8px 8px 8px;
}
.skin-purple .gl .gl-section.ng-enter {
  -webkit-transition: .5s ease-in all;
  transition: .5s ease-in all;
  opacity: 0;
}
.skin-purple .gl .gl-section.ng-enter.ng-enter-active {
  opacity: 1;
}
.skin-purple .gl .gl-section label {
  font-size: 15px;
  font-weight: 700;
}
.skin-purple .gl .gl-section:last-child {
  border: none;
}
@media print {
  .skin-purple .print-display-none {
    display: none !important;
  }
  .skin-purple .print-display-block {
    display: block;
  }
  .skin-purple .print-white-space-break-spaces {
    white-space: break-spaces;
  }
  .skin-purple .scroll-box {
    height: auto;
    overflow: hidden !important;
  }
  .skin-purple .wrapper {
    overflow: initial !important;
  }
  .skin-purple .content-wrapper {
    height: auto;
    overflow: initial !important;
  }
  .skin-purple .content-wrapper div[ui-view=content] {
    margin: 0;
  }
  .skin-purple .content-wrapper[style] {
    height: auto !important;
  }
  .skin-purple div[ui-view=content] {
    overflow: initial;
  }
  .skin-purple .section-header {
    margin-bottom: 10px !important;
  }
  .skin-purple .section-header,
  .skin-purple .content {
    padding: 0 !important;
  }
  .skin-purple h1 {
    font-weight: 400 !important;
  }
  .skin-purple .nav-box .nav-tabs li:not(.active) {
    display: none;
  }
  .skin-purple div[query-filter-switchboard] {
    margin: 0;
  }
  .skin-purple div[query-filter-switchboard] button[data-ng-click="ctrl.resetQuery()"] {
    display: none;
  }
  .skin-purple table.neo-table {
    border: 1px solid black;
  }
  .skin-purple table.neo-table th,
  .skin-purple table.neo-table tr,
  .skin-purple table.neo-table td {
    border: 1px solid black;
    position: unset !important;
  }
  .skin-purple table.neo-table td div {
    overflow-wrap: break-word;
    max-width: 150px;
  }
  .skin-purple table.neo-table tfoot {
    display: none;
  }
  .skin-purple .neo-list .table-tools,
  .skin-purple .neo-list .table-column-sort-icons,
  .skin-purple .neo-list tfoot {
    display: none !important;
  }
  .skin-purple .neo-list table {
    border: 1px solid black;
  }
  .skin-purple .neo-list table th,
  .skin-purple .neo-list table tr,
  .skin-purple .neo-list table td {
    border: 1px solid black;
  }
  .skin-purple .neo-list table td div {
    overflow-wrap: break-word;
    max-width: 150px;
  }
  .skin-purple .neo-list table td div.table-footer {
    max-width: none;
  }
  .skin-purple .neo-list .table-checkbox-fg:before {
    color: #F0f0f0 !important;
  }
  .skin-purple .neo-list .table-checkbox-bg:before {
    color: black !important;
  }
  .skin-purple .neo-list .ion-arrow-up-b,
  .skin-purple .neo-list .ion-arrow-up-b:before,
  .skin-purple .neo-list .ion-arrow-up-b:after,
  .skin-purple .neo-list .ion-arrow-down-b,
  .skin-purple .neo-list .ion-arrow-down-b:before,
  .skin-purple .neo-list .ion-arrow-down-b:after {
    color: #F0f0f0 !important;
  }
  .skin-purple .neo-list .table-column-order-az .ion-arrow-down-b,
  .skin-purple .neo-list .table-column-order-az .ion-arrow-up-b:before,
  .skin-purple .neo-list .table-column-order-az .ion-arrow-up-b:after {
    color: black !important;
  }
  .skin-purple .neo-list .table-column-order-za .ion-arrow-down-b,
  .skin-purple .neo-list .table-column-order-za .ion-arrow-down-b:before,
  .skin-purple .neo-list .table-column-order-za .ion-arrow-down-b:after {
    color: black !important;
  }
  .skin-purple a[href]:after {
    display: none !important;
  }
  .skin-purple button,
  .skin-purple input,
  .skin-purple .label,
  .skin-purple .modal-dialog,
  .skin-purple div[data-uib-dropdown-menu],
  .skin-purple .daterangepicker,
  .skin-purple .drawer-wrapper,
  .skin-purple .info-tag,
  .skin-purple .info-box,
  .skin-purple .number-tag,
  .skin-purple .nav-link,
  .skin-purple .detail-view {
    border: 1px solid #F0f0f0 !important;
    background: white !important;
    color: black !important;
    white-space: normal !important;
  }
  .skin-purple .info-box,
  .skin-purple .toast {
    display: none !important;
  }
  .skin-purple .info-box-icon {
    background: #F0f0f0 !important;
    border: none !important;
    color: black !important;
    white-space: normal !important;
  }
  .skin-purple .active .nav-link {
    border: 0 !important;
    padding: 0 !important;
  }
  .skin-purple .dropdown-menu,
  .skin-purple .popover-content {
    background: white !important;
  }
  .skin-purple .white-space-nowrap {
    white-space: normal !important;
  }
  .skin-purple footer {
    display: none;
  }
  .skin-purple .db-widget .dbw-body {
    overflow: visible;
  }
  .skin-purple .db-widget .alert {
    background: none !important;
    color: black !important;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}
.skin-purple .info-square {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  align-items: center;
  padding: 16px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.skin-purple .info-square > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.skin-purple .info-square .info-square-body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px !important;
}
.skin-purple .info-square .info-square-header {
  color: #C4CAD1;
  font-size: 21px;
  font-weight: 500;
  font-variant: all-small-caps;
}
.skin-purple .info-square .info-square-value {
  font-weight: 600;
  font-size: 30px;
  margin-right: 4px !important;
}
.skin-purple .info-square .info-square-explain {
  color: #C4CAD1;
  font-size: 12px;
  line-height: 7.1pt;
}
.skin-purple .info-square .info-square-icon {
  font-size: 45px;
  color: #C4CAD1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .shift-preview-cell {
  width: 42px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 5px;
  margin: 8px;
  font-weight: bold;
}
.skin-purple .shiftplanner {
  overflow: scroll;
  position: relative;
}
.skin-purple .shiftplanner.sp-attached .sp-box-header .sp-box-header-title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: 1px solid #C4CAD1;
}
.skin-purple .shiftplanner#plannerbox-1 {
  border-radius: 7px;
}
.skin-purple .shiftplanner.dragscroll {
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-title-addition {
  display: inline-flex;
  min-width: 50px;
  justify-content: flex-end;
  text-transform: uppercase;
  color: #C4CAD1;
  font-weight: 700;
  text-align: right;
}
.skin-purple .shiftplanner .sp-box-header {
  display: inline-flex;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #C4CAD1;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.skin-purple .shiftplanner .sp-box-header .sp-box-header-title {
  width: 400px;
  padding: 8px 4px 8px 8px;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
  position: sticky;
  left: 0;
  border-top-left-radius: 7px;
  background-color: #C4CAD1;
  border-right: 1px solid #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth {
  border-top-left-radius: 7px;
  display: flex;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px 4px;
  line-height: 14px;
  width: 44px;
  border-left: 1px solid #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div:first-child {
  border-left: none;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div.highlight {
  background-color: #BBBBBB;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div .spb-box-header-day {
  font-weight: bold;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div .spb-box-header-weekday {
  color: white;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div.today {
  background-color: #FFFFFF;
  color: #282C37;
}
.skin-purple .shiftplanner .sp-box-header .spb-box-header-daysofmonth > div.today .spb-box-header-weekday {
  color: #282C37;
}
.skin-purple .shiftplanner .sp-box-body {
  display: inline-flex;
  flex-direction: column;
  line-height: 0;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row {
  display: flex;
  background-color: #F2F5F7;
  border-bottom: 1px solid #C4CAD1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hint-row {
  font-size: .8em;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hint-row .sp-box-row-nameplate {
  text-decoration: none !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hint-row .sp-box-row-nameplate-shift-name {
  font-size: .9em;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:first-child {
  border-top: 1px solid #c4cad1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight {
  background-color: #3F8FCA !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight .sp-box-row-daysofmonth {
  background-color: #3F8FCA !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight .sp-title-addition {
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight:hover .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight:hover .sp-box-row-daysofmonth {
  background-color: #88C0EA !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight:hover .sp-box-row-nameplate .sp-title-addition,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.highlight:hover .sp-box-row-daysofmonth .sp-title-addition {
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled {
  background-color: #BBBBBB !important;
  opacity: .7;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled .sp-box-row-daysofmonth {
  background-color: #BBBBBB !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled .sp-title-addition {
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled:hover {
  opacity: 1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled:hover .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled:hover .sp-box-row-daysofmonth {
  background-color: #88C0EA !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled:hover .sp-box-row-nameplate .sp-title-addition,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.disabled:hover .sp-box-row-daysofmonth .sp-title-addition {
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row),
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) {
  background-color: #DEDEDE;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row) .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) .sp-box-row-nameplate,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row) .sp-box-row-daysofmonth,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) .sp-box-row-daysofmonth {
  background-color: #DEDEDE !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row) .sp-title-addition,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) .sp-title-addition {
  color: #282C37;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row) .option-input.checkbox,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) .option-input.checkbox {
  background: #BBBBBB;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:hover:not(.hint-row) .option-input.checkbox:hover,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row.hover:not(.hint-row) .option-input.checkbox:hover {
  background: #88C0EA;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:nth-child(odd) {
  background-color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:nth-child(odd) .sp-box-row-nameplate {
  background-color: #F2F5F7;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:not(.hint-row):hover.shift,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row:not(.hint-row):hover.user .user-name {
  text-decoration: none;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate {
  width: 400px;
  display: flex;
  align-items: center;
  position: sticky;
  left: 0;
  z-index: 5;
  padding: 4px 4px;
  font-size: 15px;
  white-space: nowrap;
  border-left: 1px solid #C4CAD1;
  border-right: 1px solid #C4CAD1;
  background-color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate.shift {
  padding: 4px 8px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate > .option-input {
  margin: 0;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate .sp-box-row-nameplate-shift-name {
  padding-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: initial;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate .dropdown {
  display: none;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate:hover .dropdown {
  display: block;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate:hover.shift,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate:hover.user .user-name {
  text-decoration: underline;
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate:hover.shift .btn[disabled],
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate:hover.user .user-name .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-nameplate .user-name {
  display: flex;
  max-width: 286px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  justify-content: left;
  align-items: center;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth {
  display: flex;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell {
  position: relative;
  display: flex;
  z-index: 1;
  width: 44px;
  height: 32px;
  padding: 2px;
  align-items: center;
  justify-content: center;
  animation: none;
  font-weight: bold;
  border-left: 1px solid #C4CAD1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:first-child {
  border-left: none;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell .sp-box-row-cell-body {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
  border-radius: 5px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell .sp-box-row-cell-body > div {
  border-radius: 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell .sp-box-row-cell-body .absence-icon-name-box {
  font-size: 16px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell .sp-box-row-cell-body .sp-box-cell-info-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  border-radius: 10px;
  color: #88C0EA;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHover {
  background-color: #DEDEDE;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight {
  background-color: #C4CAD1 !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.past:not(.empty) .sp-box-row-cell-body {
  opacity: .5;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.past:not(.empty):hover .sp-box-row-cell-body {
  opacity: 1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover:not(.assigned, .unassigned, .user-cell, .past),
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight:not(.assigned, .unassigned, .user-cell, .past) {
  border: none;
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body {
  padding: 0;
  border: 1px dashed #FFFFFF;
  background-color: #DEDEDE;
  font-family: "Ionicons";
  display: flex;
  justify-content: center;
  align-items: center;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body:before,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body:before {
  content: "\f218";
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body.readonly,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body.readonly {
  border: none;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell:hover:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body.readonly:before,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight:not(.assigned, .unassigned, .user-cell, .past) .sp-box-row-cell-body.readonly:before {
  content: "";
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight {
  z-index: 4;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.highlight.absence .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.absence .sp-box-row-cell-body {
  background-color: #3E424B;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.status-draft .sp-box-row-cell-body {
  background-color: #FFFFFF;
  padding: 1px;
  border: 2px dashed #3F8FCA;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.assigned,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned {
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.assigned .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned .sp-box-row-cell-body {
  border-radius: 5px;
  padding: 3px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.assigned .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned .sp-box-row-cell-body > div {
  background-color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned:not(.status-draft) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned:not(.status-draft) .sp-box-row-cell-body {
  background-color: #3476A6;
  border: 1px solid #3476A6;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned .sp-box-row-cell-body > div {
  color: #E89720;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned.unassigned-warning.status-draft .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned.unassigned-warning.status-draft .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned.columnHighlight.unassigned-warning.status-draft .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned.columnHighlight.unassigned-warning.status-draft .sp-box-row-cell-body {
  border-color: #CB403D;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned.unassigned-warning:not(.status-draft) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned.unassigned-warning:not(.status-draft) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.unassigned.columnHighlight.unassigned-warning:not(.status-draft) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.unassigned.columnHighlight.unassigned-warning:not(.status-draft) .sp-box-row-cell-body {
  background-color: #CB403D;
  border: 1px solid #CB403D;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.assigned:not(.status-draft) .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.assigned:not(.status-draft) .sp-box-row-cell-body {
  background-color: #32A758;
  border: 1px solid #32A758;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.assigned .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.columnHighlight.assigned .sp-box-row-cell-body > div {
  color: #282C37;
  border-color: #282C37;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.remove-assignment {
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.remove-assignment .sp-box-row-cell-body {
  font-size: 22px;
  background-color: #C4CAD1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.remove-assignment .sp-box-row-cell-body > div {
  color: #E89720;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.remove-assignment:hover .sp-box-row-cell-body > div {
  background-color: #E89720;
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.add-assignment,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-active-application {
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.add-assignment .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-active-application .sp-box-row-cell-body {
  padding: 0;
  font-size: 19px;
  background-color: #C4CAD1;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.add-assignment .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-active-application .sp-box-row-cell-body > div {
  color: #3F8FCA;
  background-color: transparent;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.add-assignment .add-shift-assignment-warning,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-active-application .add-shift-assignment-warning {
  font-size: 12px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.add-assignment:hover .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-active-application:hover .sp-box-row-cell-body > div {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict) .sp-box-row-cell-body {
  background-color: #C4CAD1;
  border-radius: 5px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict) .sp-box-row-cell-body > div {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  background-color: transparent;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict):hover .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict).highlight .sp-box-row-cell-body {
  background-color: #FFFFFF;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict):hover .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.has-shift-assignment:not(.remove-assignment, .shift-absence-conflict).highlight .sp-box-row-cell-body > div {
  color: #282C37;
  text-decoration: underline;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-absence-conflict {
  z-index: 4;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-absence-conflict .sp-box-row-cell-body {
  background-color: #E89720 !important;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-absence-conflict .sp-box-row-cell-body > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #E89720;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-absence-conflict:hover .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-absence-conflict.highlight .sp-box-row-cell-body > div {
  color: #FFFFFF;
  background-color: #E89720 !important;
  text-decoration: underline;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning {
  z-index: 4;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning .sp-box-row-cell-body {
  background-color: #E89720;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning .sp-box-row-cell-body > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  background-color: #E89720;
  border: 1px solid #E89720;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning:hover .sp-box-row-cell-body,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning.highlight .sp-box-row-cell-body {
  background-color: #edad4e;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning:hover .sp-box-row-cell-body > div,
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.shift-warning.highlight .sp-box-row-cell-body > div {
  color: #FFFFFF;
  border: 1px solid #edad4e;
  background-color: #edad4e;
  text-decoration: underline;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.absence:not(.shift-absence-conflict) .sp-box-row-cell-body {
  background-color: #C4CAD1;
  border-radius: 5px;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.absence:not(.shift-absence-conflict) .sp-box-row-cell-body > div {
  background-color: transparent;
  color: #FFFFFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: center;
  cursor: pointer;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.absence:not(.shift-absence-conflict) .sp-box-row-cell-body > div .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell.absence:not(.shift-absence-conflict).highlight .sp-box-row-cell-body {
  background-color: #828282;
}
.skin-purple .shiftplanner .sp-box-body .sp-box-body-row .sp-box-row-daysofmonth .sp-box-row-cell .shiftplanner-availablility-icon {
  height: 20px;
  background-size: 185px;
  background-position: -30px -1px;
  width: 21px;
}
.skin-purple .shift-popover-container {
  max-width: 620px;
  width: auto;
}
.skin-purple .shift-popover-container .shift-popover {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  gap: 8px 4px;
  flex-direction: column !important;
}
.skin-purple .shift-popover-container .shift-popover .shift-popover-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  align-items: center;
  gap: 4px;
}
.skin-purple .shift-popover-container .shift-popover .shift-popover-header strong {
  font-size: 15px;
}
.skin-purple .shift-popover-container .shift-popover .shift-popover-header > div {
  color: #BBBBBB;
  font-weight: 500;
}
.skin-purple .timeframe-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center;
  padding: 0 0;
  height: 32px;
  outline: none;
  background-color: #FFFFFF;
  color: #3E424B;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
}
.skin-purple .timeframe-button .tfb-go-prev,
.skin-purple .timeframe-button .tfb-go-next {
  padding: 0 16px;
  height: 100%;
  cursor: pointer;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.skin-purple .multiple-shift-assignments .shift-sign {
  position: absolute;
  top: 9px;
  left: 4px;
}
.skin-purple .multiple-shift-assignments .shift-amount {
  position: absolute;
  bottom: 8px;
  right: 4px;
}
.skin-purple .warning-future-tier {
  margin: 0 0 20px 0;
}
.skin-purple .tiers-administration {
  color: #282C37;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  display: flex;
  width: 100%;
  justify-content: stretch;
  align-items: stretch;
}
.skin-purple .tiers-administration .tiers-select-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state {
  color: #828282;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .tiers-state-infinity {
  height: 48px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .tiers-amount {
  color: #282C37;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .tiers-amount,
.skin-purple .tiers-administration .tiers-select-container .tiers-state .tiers-out-of {
  font-size: 1.5em;
  font-weight: 500;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .tiers-hint {
  font-size: 12px;
  font-weight: normal;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .progress {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  border: 1px solid #F0F0F0;
  padding: 1px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .progress .progress-bar {
  background: #3DCB6B;
  border-radius: 10px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .progress .progress-bar.warning {
  background: #E89720;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-state .progress .progress-bar.danger {
  background: #CB403D;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select {
  display: flex;
  flex-grow: 1;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan {
  background: #FFFFFF;
  border-radius: 7px;
  border: 2px solid transparent;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  margin-right: 10px;
  flex: 200px 1;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan.tiers-current {
  border: 2px solid #3DCB6B;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan h3 {
  font-size: 1.1em;
  font-weight: 700;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 0 0 5px 0;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .tiers-number {
  color: #828282;
  margin-bottom: 13px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .tiers-price {
  font-size: .9em;
  height: 75px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .tiers-price .number {
  color: #E89720;
  font-size: 4em;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .tiers-price .currency {
  color: #E89720;
  margin-right: 3px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .tiers-price-request {
  color: #282C37;
  font-size: .9em;
  height: 75px;
  padding-top: 39px;
  white-space: nowrap;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .btn.action-checked {
  background: none;
  color: #3DCB6B;
  cursor: default;
  display: flex;
  font-size: 1.2em;
  justify-content: center;
  margin-bottom: -12px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .btn.action-checked:active {
  box-shadow: none;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .btn.action-checked i {
  font-size: 2.1em;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .btn.action-checked .text {
  font-size: .9em;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-plan .btn {
  color: #FFFFFF;
  width: 100%;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .booked-date {
  color: #3DCB6B;
  font-size: .9em;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .btn.btn-ok {
  background-color: #3DCB6B;
  border: 1px solid transparent;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-last .btn.btn-ok {
  background-color: #3F8FCA;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-downgrade .btn.btn-ok {
  background: transparent;
  border: 1px solid #3DCB6B;
  color: #3DCB6B;
}
.skin-purple .tiers-administration .tiers-select-container .tiers-select .tiers-downgrade .btn.btn-ok:hover {
  background: #3DCB6B;
  border: 1px solid transparent;
  color: #FFFFFF;
}
.skin-purple .icon-picker-dropdown-menu {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 350px;
  list-style: none;
  padding: 0;
  display: flex !important;
  max-height: 310px;
}
.skin-purple .icon-picker-dropdown-menu li {
  flex: 0 0 20%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.skin-purple .icon-picker-dropdown-menu i {
  display: block;
  margin: 0 auto !important;
}
.skin-purple i + .icon-picker-dropdown-menu {
  display: none !important;
}
.skin-purple .icon-picker-preview {
  background-color: #e3e3e3;
  width: 65px;
  padding: 10px 0;
}
.skin-purple .user-notifications {
  z-index: 1030 !important;
}
.skin-purple .user-notifications.core-user-notifications {
  max-height: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog {
  max-width: 100vw;
  height: 100%;
  margin: 0;
  top: 0;
  right: 0;
  transform: none !important;
  padding: 0;
  position: absolute;
  left: auto;
  width: 1090px;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog .modal-content {
  border-radius: 0;
  padding: 10px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog .modal-content .detail-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog .modal-content .detail-view .drawer-switchboard {
  background-color: unset;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog .modal-content .detail-view .detail-view-content {
  overflow-y: auto;
  padding: 0 0 20px 0;
}
.skin-purple .user-notifications.core-user-notifications .modal-dialog .modal-content .detail-view .detail-view-content .unread-border {
  border: 2px solid #3f8fca;
}
.skin-purple .user-notifications .timeline .time-label > span {
  font-weight: 500;
  display: inline-block;
  background-color: #fff;
  padding: 1px 10px 1px 10px;
  width: max-content;
  border: 1px solid;
  border-radius: 5px;
}
.skin-purple .user-notifications .timeline > li > i {
  margin-left: 6px;
  margin-top: 16px;
}
.skin-purple .user-notifications .timeline::before {
  bottom: -31px;
  left: 37px;
}
.skin-purple .user-notifications .c-card-list-box {
  margin: 10px 10px 0 70px;
}
.skin-purple .user-notifications .c-card-list-box .c-card-list .c-card-list-item {
  height: 100%;
  padding-left: 0;
}
.skin-purple .user-notifications .c-card-list-box .c-card-list .card-no-hover,
.skin-purple .user-notifications .c-card-list-box .c-card-list .card-no-hover:hover {
  box-shadow: 0 1px 2px #dedede;
  background: none;
  cursor: default;
}
.skin-purple .debug-tool > button i {
  color: var(--header-font-color);
}
.skin-purple .debug-tool .dropdown-menu {
  background: #FFFFFF;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-width: 0;
  margin-top: 16px;
  max-height: 800px;
  overflow: auto !important;
  min-width: 335px;
  padding: 16px;
  position: absolute;
}
.skin-purple .debug-tool .title {
  font-size: 16px;
  font-variant: all-small-caps;
  margin-top: -10px;
  color: #828282 !important;
  margin-bottom: 8px !important;
}
.skin-purple .debug-tool summary {
  cursor: pointer;
  display: list-item !important;
}
.skin-purple .debug-tool label {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.skin-purple .debug-tool .debug-tool-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  gap: 4px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap !important;
  margin-bottom: 4px !important;
  margin-top: 4px !important;
}
.skin-purple .dropdown.c {
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .dropdown.c .dropdown-icon {
  margin-left: 5px;
}
.skin-purple .dropdown.c > div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.skin-purple .dropdown.c.open > .dropdown-menu {
  height: auto;
}
.skin-purple .dropdown.c h4 {
  margin: 0;
}
.skin-purple .dropdown-icon.ion-android-more-vertical {
  font-size: 25px;
}
.skin-purple .dropdown-menu {
  background: #FFFFFF;
  border-color: #C4CAD1;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 8px;
  transition: all ease .5s;
  padding: 4px;
  font-size: inherit;
  left: 0;
}
.skin-purple .dropdown-menu.stretch-menu {
  right: 0;
}
.skin-purple .dropdown-menu li .menu-item-icon {
  font-size: 8px;
}
.skin-purple .dropdown-menu li a {
  color: #3E424B;
  padding: 8px 16px 8px 16px;
  border-radius: 5px;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skin-purple .dropdown-menu li a:hover {
  color: #FFFFFF;
  background: #3F8FCA;
}
.skin-purple .dropdown-menu li a:active {
  background: #88C0EA;
}
.skin-purple .dropdown-menu li a[disabled] {
  color: #828282 !important;
}
.skin-purple .dropdown-menu li a[disabled]:hover,
.skin-purple .dropdown-menu li a.text-red:hover {
  background: #F0f0f0;
}
.skin-purple .dropdown-menu li.grey-hover a:hover {
  color: #3E424B;
  background: #F0f0f0;
}
.skin-purple .dropdown-menu li.grey-hover.grey-selected a {
  color: #FFFFFF;
  background: #3F8FCA;
}
.skin-purple .form-in .dropdown,
.skin-purple .form-in.dropdown {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 14px;
}
.skin-purple button.dropdown[disabled] {
  color: #828282 !important;
}
.skin-purple .form-scale button.dropdown {
  height: 24px;
  padding: 0 8px;
}
.skin-purple .color-dropdown-field {
  border-radius: 3px;
  display: flex;
  height: 24px;
  width: 200px;
}
.skin-purple .color-dropdown-menu li {
  border-radius: 5px;
  padding: 2px;
}
.skin-purple .color-dropdown-menu li:hover {
  background: #DEDEDE;
}
.skin-purple .color-dropdown-menu li:active,
.skin-purple .color-dropdown-menu li.selected {
  background: #3F8FCA;
}
.skin-purple .drop-it-down-icon-parent {
  width: 22px;
  height: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
}
.skin-purple .daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  width: 278px;
  max-width: none;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
  border-color: #C4CAD1;
  border-radius: 5px;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 8px;
  transition: all ease .5s;
  padding: 4px;
}
.skin-purple .daterangepicker.opensleft:before {
  right: 9px;
}
.skin-purple .daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.skin-purple .daterangepicker.opensright:before {
  left: 9px;
}
.skin-purple .daterangepicker.drop-up {
  margin-top: -7px;
}
.skin-purple .daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.skin-purple .daterangepicker.single .daterangepicker .ranges,
.skin-purple .daterangepicker.single .calendar {
  float: none;
}
.skin-purple .daterangepicker.single .drp-selected {
  display: none;
}
.skin-purple .daterangepicker.show-calendar .calendar {
  display: block;
}
.skin-purple .daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.skin-purple .daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.skin-purple .daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.skin-purple .daterangepicker .calendar.left {
  padding: 8px 0 8px 8px;
}
.skin-purple .daterangepicker .calendar.right {
  padding: 8px;
}
.skin-purple .daterangepicker .calendar.single .calendar-table {
  border: none;
}
.skin-purple .daterangepicker .calendar-table .next span,
.skin-purple .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.skin-purple .daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.skin-purple .daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.skin-purple .daterangepicker .calendar-table th,
.skin-purple .daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.skin-purple .daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.skin-purple .daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0 4px;
  border-collapse: separate;
}
.skin-purple .daterangepicker td.available:hover,
.skin-purple .daterangepicker th.available:hover {
  background-color: #C4CAD1;
  border-color: transparent;
  color: inherit;
}
.skin-purple .daterangepicker td.week,
.skin-purple .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.skin-purple .daterangepicker td.off,
.skin-purple .daterangepicker td.off.in-range,
.skin-purple .daterangepicker td.off.start-date,
.skin-purple .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.skin-purple .daterangepicker td.in-range {
  background-color: #88C0EA;
  border-color: transparent;
  color: #FFFFFF;
  border-radius: 0;
}
.skin-purple .daterangepicker td.start-date {
  border-radius: 15px 0 0 15px;
}
.skin-purple .daterangepicker td.end-date {
  border-radius: 0 15px 15px 0;
}
.skin-purple .daterangepicker td.start-date.end-date {
  border-radius: 15px;
}
.skin-purple .daterangepicker td.active,
.skin-purple .daterangepicker td.active:hover {
  background-color: #3F8FCA;
  border-color: transparent;
  color: #fff;
}
.skin-purple .daterangepicker th.month {
  width: auto;
}
.skin-purple .daterangepicker td.disabled,
.skin-purple .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.skin-purple .daterangepicker select.monthselect,
.skin-purple .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.skin-purple .daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.skin-purple .daterangepicker select.yearselect {
  width: 40%;
}
.skin-purple .daterangepicker select.hourselect,
.skin-purple .daterangepicker select.minuteselect,
.skin-purple .daterangepicker select.secondselect,
.skin-purple .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.skin-purple .daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.skin-purple .daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.skin-purple .daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.skin-purple .daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.skin-purple .daterangepicker .drp-buttons .bn {
  margin-left: 8px;
}
.skin-purple .daterangepicker.show-ranges .calendar.left {
  border-left: 1px solid #ddd;
}
.skin-purple .daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.skin-purple .daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.skin-purple .daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.skin-purple .daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.skin-purple .daterangepicker .ranges li:hover {
  background-color: #eee;
}
.skin-purple .daterangepicker .ranges li.active {
  background-color: #3F8FCA;
  color: #fff;
}
@media (min-width:564px) {
  .skin-purple .daterangepicker {
    width: auto;
  }
  .skin-purple .daterangepicker .ranges ul {
    width: 140px;
  }
  .skin-purple .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .skin-purple .daterangepicker.single .calendar.left {
    clear: none;
  }
  .skin-purple .daterangepicker.single.ltr .ranges,
  .skin-purple .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .skin-purple .daterangepicker.single.rtl .ranges,
  .skin-purple .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .skin-purple .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .skin-purple .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .skin-purple .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .skin-purple .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .skin-purple .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .skin-purple .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 8px;
  }
  .skin-purple .daterangepicker.ltr .ranges,
  .skin-purple .daterangepicker.ltr .calendar {
    float: left;
  }
  .skin-purple .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .skin-purple .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .skin-purple .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .skin-purple .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .skin-purple .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .skin-purple .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .skin-purple .daterangepicker.rtl .ranges,
  .skin-purple .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width:730px) {
  .skin-purple .daterangepicker .ranges {
    width: auto;
  }
  .skin-purple .daterangepicker.ltr .ranges {
    float: left;
  }
  .skin-purple .daterangepicker.rtl .ranges {
    float: right;
  }
  .skin-purple .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.neo-checkbox-slider {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 20px;
}
.neo-checkbox-slider input {
  opacity: 0;
  width: 0;
  height: 0;
}
.neo-checkbox-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CB403D;
  -webkit-transition: .4s;
  transition: .4s;
}
.neo-checkbox-slider .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.neo-checkbox-slider input:checked + .slider {
  background-color: #3DCB6B;
}
.neo-checkbox-slider input:focus + .slider {
  box-shadow: 0 0 1px #DEDEDE;
}
.neo-checkbox-slider input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
.neo-checkbox-slider .slider.round {
  border-radius: 34px;
}
.neo-checkbox-slider .slider.round:before {
  border-radius: 50%;
}
.neo-checkbox-slider.neo-checkbox-slider-disabled {
  cursor: default;
}
.neo-checkbox-slider.neo-checkbox-slider-disabled .slider.round {
  cursor: default;
}
.neo-checkbox-slider.neo-checkbox-slider-disabled input:checked + .slider {
  cursor: default;
  background-color: #828282;
}
.neo-permission-editor .login-tab-headings {
  display: flex;
  flex-wrap: wrap;
}
.neo-permission-editor .login-tab-heading {
  align-items: center;
  background: #eff1f3;
  border-bottom: 4px solid #C4CAD1;
  border-top: 2px solid #C4CAD1;
  box-shadow: inset 0 0 5px 0 hsla(0, 0%, 0%, 0.1);
  display: flex;
  flex: 1;
  gap: 8px;
  padding: 1rem 1rem 1rem 0;
}
.neo-permission-editor .login-tab-heading:focus,
.neo-permission-editor .login-tab-heading:hover,
.neo-permission-editor .login-tab-heading:active {
  background: #f8fafb;
  box-shadow: inset 0 0 3px 0 hsla(0, 0%, 0%, 0.1);
}
.neo-permission-editor .login-tab-heading label {
  cursor: pointer;
  padding: 1rem;
  margin: 0;
}
.neo-permission-editor .active.login-tab-heading {
  background: #FFFFFF;
  border-bottom: 4px solid #3F8FCA;
  box-shadow: none;
}
.neo-permission-editor .active.login-tab-heading .text {
  font-weight: 500;
  padding-right: 0;
}
.neo-permission-editor .text {
  flex: 1;
  font-weight: 400;
}
.neo-permission-editor ul.nav.nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.neo-permission-editor ul.nav.nav-tabs .active .nav-link,
.neo-permission-editor ul.nav.nav-tabs .nav-link:hover {
  border: none;
  color: #282C37;
}
.neo-permission-editor .nav-link {
  border: none;
  color: #282C37;
  padding: 0;
  margin: 0;
}
.neo-permission-editor img {
  margin: 0 1rem 0 2rem;
  height: 50px;
  width: 50px;
}
.neo-permission-editor .tab-content {
  margin: 0 1rem 1rem 1rem;
}
.neo-permission-editor .neo-checkbox-slider.neo-checkbox-slider-preview .slider {
  background-color: #88C0EA;
}
.neo-permission-editor .neo-permissions {
  overflow: auto;
  margin-top: 2rem;
}
.neo-permission-editor .neo-permissions .neo-permission {
  margin-right: 4rem;
  max-width: 290px;
}
.neo-permission-editor .neo-permissions .neo-permission .picker-border {
  margin-left: 1rem;
}
.neo-permission-editor .subgroupItems {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width:992px) {
  .neo-permission-editor .subgroupItems {
    max-height: 800px;
  }
}
@media (min-width:1200px) {
  .neo-permission-editor .subgroupItems {
    max-height: 530px;
  }
  .modal .neo-permission-editor .subgroupItems {
    max-height: 800px;
  }
}
@media (min-width:1600px) {
  .neo-permission-editor .subgroupItems {
    max-height: 420px;
  }
  .modal .neo-permission-editor .subgroupItems {
    max-height: 800px;
  }
}
.neo-permission-picker {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-bottom: .25rem;
  height: 26px;
}
.neo-permission-picker .neo-permission-picker-name {
  display: flex;
  align-items: center;
}
.neo-permission-picker .neo-radio-icon {
  margin: 0;
  height: 20px;
  width: 20px;
}
.neo-permission-picker .neo-radio-icon.neo-radio-icon-checked {
  margin: 0;
  height: 20px;
  width: 20px;
}
.neo-permission-picker.neo-permission-picker-disabled .picker-border,
.neo-permission-picker.neo-permission-picker-disabled.permission-individual .picker-border {
  cursor: default;
}
.neo-permission-picker.neo-permission-picker-disabled .picker-border .neo-radio-icon:hover,
.neo-permission-picker.neo-permission-picker-disabled.permission-individual .picker-border .neo-radio-icon:hover {
  background: #C4CAD1;
}
.neo-permission-picker.neo-permission-picker-disabled .picker-border .neo-radio-icon.neo-radio-icon-checked,
.neo-permission-picker.neo-permission-picker-disabled.permission-individual .picker-border .neo-radio-icon.neo-radio-icon-checked {
  background: #828282;
}
.neo-permission-picker.neo-permission-picker-disabled .picker-border .neo-radio-icon.neo-radio-icon-checked:hover,
.neo-permission-picker.neo-permission-picker-disabled.permission-individual .picker-border .neo-radio-icon.neo-radio-icon-checked:hover {
  background: #828282;
}
.neo-permission-picker.permission-individual .picker-border .neo-radio-icon.neo-radio-icon-checked {
  background: #3DCB6B;
}
.neo-permission-picker.permission-individual .picker-border .neo-radio-icon.neo-radio-icon-checked:hover {
  background: #3DCB6B;
}
.neo-permission-picker .picker-border {
  border: 1px solid #C4CAD1;
  border-radius: 50px;
  display: flex;
  padding: 2px;
  justify-content: space-between;
  width: 90px;
}
.neo-permission-picker.neo-permission-picker-read-only .picker-border {
  margin-right: 32px;
  width: 58px;
}
.neo-permission-picker .neo-radio-icon.permission-downgrade:hover {
  background: #E89720;
}
.neo-permission-picker .neo-radio-icon.permission-preview {
  background: #88C0EA;
}
.neo-radio-icon {
  align-items: center;
  background: #C4CAD1;
  border-radius: 20px;
  border: none;
  display: flex;
  justify-content: center;
  margin: 0;
  height: 20px;
  width: 20px;
}
.neo-radio-icon:hover {
  background: #88C0EA;
}
.neo-radio-icon.neo-radio-icon-checked {
  background: #3F8FCA;
  align-items: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  height: 12px;
  width: 12px;
}
.neo-radio-icon .icon-checked,
.neo-radio-icon input[type=radio],
.neo-radio-icon input[type=radio]:checked ~ .icon-not-checked {
  display: none;
}
.neo-radio-icon .icon-not-checked,
.neo-radio-icon input[type=radio]:checked ~ .icon-checked {
  display: block;
}
.neo-radio-icon i {
  color: #FFFFFF;
}
.neo-radio-icon i.fa-shield {
  transform: translate(0, .5px);
}
.neo-role-permission-editor label .label-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.neo-accordion {
  border: 1px solid #F0F0F0;
  border-radius: 5px;
}
.neo-accordion .neo-accordion-group-content {
  padding: 8px;
}
.neo-accordion .neo-accordion-group-header {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  margin: 8px;
  justify-content: space-between;
}
.neo-accordion .neo-accordion-group-header .header-name-group {
  align-items: center;
  display: flex;
}
.neo-accordion .neo-accordion-group-header.active {
  background: #F0F0F0;
}
.neo-accordion .neo-accordion-group-header.active .neo-accordion-toggle {
  background: #F0F0F0;
}
.neo-accordion .neo-accordion-group-header.active:hover .neo-accordion-toggle {
  background: #FFFFFF;
}
.neo-accordion .neo-accordion-group-header .neo-accordion-toggle {
  border-radius: 3px;
  display: flex;
  margin: 4px;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}
.neo-accordion .neo-accordion-group-header:hover .neo-accordion-toggle {
  background: #F0F0F0;
}
.neo-accordion .neo-accordion-group-header .neo-accordion-header-icon {
  margin-left: 8px;
}
.neo-accordion .neo-accordion-group-header .tag {
  align-items: center;
  background: #282C37;
  border-radius: 10px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 11px;
  font-weight: 400;
  justify-content: center;
  white-space: nowrap;
  height: 20px;
  padding: 0 17px;
  margin: 8px;
}
.neo-accordion .accordion-search {
  display: flex;
}
.neo-accordion .accordion-search label {
  align-items: center;
  border: 1px solid #F0F0F0;
  border-radius: 5px;
  display: flex;
  flex: 1;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  height: 36px;
}
.neo-accordion .accordion-search i.ion-android-search {
  color: #828282;
  margin: 0 4px 0 8px;
  height: 20px;
  font-size: 20px;
}
.neo-accordion .accordion-search input {
  border: none;
  color: #828282;
  flex: 1;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.neo-accordion .accordion-search input.ng-not-empty {
  color: #282C37;
}
.neo-accordion .accordion-search .search-close {
  cursor: pointer;
  color: #828282;
  margin: 0 12px 0 8px;
  font-size: 14px;
}
.neo-accordion .accordion-search .search-close:hover i {
  color: #282C37;
}
.neo-accordion .users-list {
  overflow: auto;
  max-height: 300px;
}
.neo-accordion .users-list .user {
  padding: 4px 8px;
}
.neo-accordion .users-list .user:hover {
  background: #3F8FCA;
  color: #FFFFFF;
}
.neo-accordion .users-list .user-checkbox {
  align-items: center;
  display: flex;
}
.neo-accordion .users-list .core-checkbox {
  display: flex;
  margin-right: 8px;
}
.neo-accordion .users-list .core-checkbox i {
  width: 14px;
}
.neo-accordion .users-list .user-name {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
}
.neo-accordion .no-results {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  margin: 8px;
}
.neo-accordion .no-results a {
  margin-left: 8px;
}
.neo-accordion .accordion-groups-tree-assignment {
  overflow: auto;
  max-height: 416px;
}
.neo-tree.neo-tree-childless .neo-tree-node-toggle-empty {
  margin-left: 18px;
}
.neo-tree-node {
  margin: .5rem 0;
}
.neo-tree-node .neo-tree-node-main {
  display: flex;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.neo-tree-node .neo-tree-node-toggle-empty {
  margin-left: 22px;
}
.neo-tree-node .neo-tree-node-icon {
  font-size: 14px;
}
.neo-tree-node .neo-tree-node-name {
  margin-left: 3px;
  padding: 0 5px;
}
.neo-tree-node.selected .neo-tree-node-name {
  background: #88C0EA;
  color: #FFFFFF;
  border-radius: 3px;
}
.neo-tree-node .neo-tree-node-children {
  padding-left: 1rem;
}
.role-selection {
  display: flex;
  flex-wrap: wrap;
}
.role-selection .role-checkbox-button.neo-checkbox-group {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #C4CAD1;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin: 0 1rem 1rem 0;
  padding: 0 10px;
}
.role-selection .role-checkbox-button.neo-checkbox-group .fa-stack {
  width: 24px;
}
.role-selection .role-checkbox-button.neo-checkbox-group .text {
  font-size: 15px;
  font-weight: 200;
}
.role-selection .role-checkbox-button.neo-checkbox-group:hover {
  background: #F0F0F0;
  box-shadow: 0 3px 4px #C4CAD1;
}
.role-selection .role-checkbox-button.neo-checkbox-group .neo-checkbox-unchecked {
  color: #C4CAD1;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-enabled-checked {
  border: 1px solid #3F8FCA;
  box-shadow: 0 3px 4px #3F8FCA;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-enabled-checked .text {
  font-weight: 400;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-highlighted {
  background: #F0F0F0;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-unchecked {
  cursor: default;
  background: #DEDEDE;
  border-color: #DEDEDE;
  box-shadow: none;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-unchecked .text {
  color: #828282;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-unchecked:hover {
  background: #DEDEDE;
  box-shadow: none;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-unchecked .neo-checkbox-disabled-unchecked {
  color: #BBBBBB;
  cursor: default;
  width: 1rem;
  height: 1rem;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-checked {
  cursor: default;
  background: #DEDEDE;
  border-color: #88C0EA;
  box-shadow: none;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-checked .text {
  color: #828282;
  font-weight: 400;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-checked:hover {
  background: #DEDEDE;
  box-shadow: none;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-checked .neo-checkbox-disabled-checked-bg {
  color: #FFFFFF;
  cursor: default;
  width: 1rem;
  height: 1rem;
}
.role-selection .role-checkbox-button.neo-checkbox-group.role-checkbox-button-disabled-checked .neo-checkbox-disabled-checked {
  color: #88C0EA;
  cursor: default;
  width: 1rem;
  height: 1rem;
}
.role-selection .role-tools {
  display: flex;
  flex: 1 100%;
  flex-wrap: wrap;
}
.role-selection .role-info {
  font-size: 22px;
  margin: 0 0 2px 10px;
}
.user-roles h2 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 2rem;
}
.user-roles .role-selection .role-checkbox-button.neo-checkbox-group .text {
  margin-bottom: 2px;
}
.user-roles .edit-buttongroup {
  margin: 1rem 2rem;
}
.user-roles .neo-permission-editor .tab-content {
  margin: 0 2rem 2rem 2rem;
}
.users-roles-dialog {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.card-select-option {
  border: 1px solid #DEDEDE;
  border-radius: 7px;
  cursor: pointer;
  flex: 1;
  position: relative;
}
.card-select-option:hover {
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.card-select-option:hover .option-icon {
  color: #3E424B;
}
.card-select-option.active {
  border-color: #3F8FCA;
  box-shadow: none;
  cursor: default;
}
.card-select-option.active .option-icon {
  color: #3E424B;
}
.card-select-option .check-icon {
  color: #3F8FCA;
  font-size: 9px;
  position: absolute;
  flex-flow: row-reverse;
  display: flex;
  top: -9px;
  right: -9px;
}
.card-select-option .option-icon {
  color: #BBBBBB;
  display: flex;
  justify-content: center;
  margin: 20px;
}
.card-select-option .option-name {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.card-select-option .option-description {
  display: flex;
  justify-content: center;
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
body {
  min-width: 320px;
  font-family:
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
}
label {
  font-weight: 500;
}
a {
  color: var(--link-text-color);
}
a:hover,
a:focus,
a:active {
  color: var(--link-text-color-darker);
}
.direction-ltr {
  direction: ltr;
}
.tooltip {
  z-index: 100000;
}
.btn:active:focus,
.btn:focus {
  outline: none;
}
.text-secondary {
  color: #C4CAD1;
}
.text-success {
  color: #3DCB6B;
}
.text-warning {
  color: #E89720;
}
.text-lg {
  font-size: 21px;
}
.text-xl {
  font-size: 27px;
}
.text-sm {
  font-size: 12px;
}
.text-nano {
  font-size: 10px;
}
.text-md {
  font-size: 18px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-decoration-none {
  text-decoration: none !important;
}
.list-style-position-inside {
  list-style-position: inside;
}
.flex-direction-column {
  flex-direction: column !important;
}
.flex-direction-row {
  flex-direction: row !important;
}
.flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}
.query-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.box-query-results {
  float: right;
}
.modal-dialog {
  margin: 10px auto;
  left: 0;
  right: 0;
  position: absolute;
}
.modal-dialog .modal-content {
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.modal-content-scrollable {
  max-height: 78vh;
  overflow: hidden;
  overflow-y: auto;
  margin: 10px 0;
  border-radius: 7px;
}
.btn-compact {
  padding: 3px 9px;
}
.btn-micro {
  padding: 3px;
}
.btn-nano {
  padding: 0px;
}
.color-grey40 {
  color: #828282;
}
.btn-grey {
  background: none;
  transition: background .4s ease-in-out;
  border: 1px solid #828282;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  color: #828282;
}
.btn-grey:hover {
  background: #CB403D;
  border-color: #CB403D;
  color: #FFFFFF;
  transition: background .4s ease-in-out;
}
.btn-grey i.fa {
  margin-right: 10px;
}
.btn-yellow {
  color: #212121;
  background: #FFC673;
  transition: background-color .15s ease-in-out;
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  background: #E89720;
  color: #212121;
}
.DIN-A4 {
  max-width: 210mm;
  max-height: 297mm;
}
.DIN-A4.landscape {
  max-width: 297mm;
  max-height: 210mm;
}
.DIN-A4-stretch {
  width: 210mm;
  height: 297mm;
}
.DIN-A4-stretch.landscape {
  width: 297mm;
  height: 210mm;
}
.progress {
  background: #dedede;
}
.progress.landscape {
  width: 297mm;
  height: 210mm;
}
.progress {
  background: #dedede;
}
hr {
  border-top: 1px solid #C1C1C1;
}
.fa[disabled],
select[disabled] {
  cursor: not-allowed;
  color: #d2d6de;
  opacity: 1;
}
.label-warn {
  background-color: #E89720;
}
.btn .label {
  top: 0;
  padding: 2px 5px;
}
#backDrop {
  width: 0;
  transition: opacity .5s ease;
  height: 100%;
  background-color: black;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#backDrop.visible {
  width: 100%;
  opacity: .5;
}
.incident-image {
  max-width: 100px;
  max-height: 100px;
}
.incident-box {
  background: none;
}
.incident-box.box {
  box-shadow: none;
}
.incident-box.filter-box {
  border: 0;
}
.selection-header {
  border-radius: 7px;
  margin: 0rem 0rem 1rem 0rem;
  padding: 0 1.75rem;
}
.neo-card {
  color: #212121;
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin-bottom: 10px;
  padding: 7px;
}
.statistics-card-padding {
  padding: 0 25px 8px 25px !important;
}
.padding-left-right-25 {
  padding: 0 25px 0 25px !important;
}
.incident-card {
  display: flex;
  transition: none !important;
}
.incident-card.incident-card-clickable:hover,
.incident-card.row-selected {
  background: #F0f0f0;
}
.incident-card .card-selection {
  display: flex;
}
.incident-card .card-selection .fa-stack {
  margin-top: -7px;
  margin-right: -11px;
  margin-left: 5px;
}
.incident-card .card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.incident-card .card-media div.image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.incident-card .card-media img {
  border-radius: 7px;
  object-fit: cover;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.incident-card .card-media .card-media-overlay {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: -9px;
}
.incident-card .card-media .card-media-overlay .card-media-counter {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  color: #828282;
  font-size: 1.3em;
  padding: 0 7px;
}
.incident-card .card-media .card-media-overlay .card-media-counter:hover,
.incident-card .card-media .card-media-overlay .card-media-counter:active {
  color: #212121;
}
.incident-card .card-body.has-image {
  padding-left: 0;
}
.incident-card .card-body .company-name {
  color: #3F8FCA;
  margin-bottom: -2px;
}
.incident-card .card-body .company-name a {
  color: #3F8FCA;
}
.incident-card .card-body .company-name a:hover,
.incident-card .card-body .company-name a:active {
  text-decoration: underline;
}
.incident-card .card-body .zone-name {
  color: #828282;
}
.incident-card .card-body .zone-name a {
  color: #828282;
}
.incident-card .card-body .zone-name a:hover,
.incident-card .card-body .zone-name a:active {
  color: var(--core);
  text-decoration: underline;
}
.incident-card .card-body h5 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0 6px 0;
}
.incident-card .card-dropdown {
  color: #828282;
  padding: 0rem 1rem;
  border-radius: 5px;
  text-align: center;
}
.incident-card .card-dropdown:hover,
.incident-card .card-dropdown:active {
  background: #DEDEDE;
  color: #282C37;
}
.incident-card .card-dropdown.open,
.incident-card .card-dropdown.open:hover,
.incident-card .card-dropdown.open:active {
  background: #282C37;
  color: #FFFFFF;
}
.incident-card .card-dropdown > i {
  min-width: 10px;
  font-size: 2em;
}
.incident-card .card-dropdown .dropdown-menu {
  background: #282C37;
  border: none;
  border-radius: 7px;
  font-size: inherit;
  margin-top: -4px;
  border-top-right-radius: 0;
}
.incident-card .card-dropdown .dropdown-menu .card-dropdown-title {
  color: #FFFFFF;
  cursor: default;
  font-size: 1.3em;
  text-align: center;
}
.incident-card .card-dropdown .dropdown-menu a {
  color: #FFFFFF;
  margin: 3px;
  padding: 5px 20px 5px 11px;
}
.incident-card .card-dropdown .dropdown-menu a:hover,
.incident-card .card-dropdown .dropdown-menu a:active {
  color: #282C37;
  background: #FFFFFF;
  border-radius: 3px;
}
.incident-card .card-text-content .ngTruncateToggleText {
  color: #3F8FCA;
  font-style: normal;
  font-size: 100%;
  cursor: pointer;
}
.incident-card .card-footer {
  color: #828282;
  border-top: 1px solid #DEDEDE;
  margin-top: 7px;
  padding-top: 5px;
}
.incident-card .card-footer a {
  color: #828282;
}
.incident-card .card-footer a:hover,
.incident-card .card-footer a:active {
  color: var(--core);
  text-decoration: underline;
}
.steps-indicator {
  min-height: 47px;
}
.steps-indicator a span {
  margin-right: .5rem;
}
.steps-indicator li.editing a:before {
  background-color: #808080 !important;
}
.scroll-left {
  overflow-x: auto !important;
}
.scroll-left .table {
  margin-bottom: 0;
}
.ngTruncateToggleText {
  font-size: 110%;
  font-style: italic;
  text-decoration: underline !important;
  cursor: pointer;
}
.border {
  border: 1px solid #e1e1e1;
}
.popover-limit {
  max-height: 400px;
  overflow: auto;
}
.alert .close {
  opacity: 1;
}
.alert.alert-icon {
  align-items: center;
  display: flex;
  font-weight: 400;
}
.alert.alert-icon > i {
  margin-right: 2rem;
  font-size: 2rem;
}
.alert.alert-info.alert-icon b {
  font-weight: 500;
}
.alert.alert-info.alert-icon a {
  color: #FFFFFF;
  padding: 2px;
  text-decoration: underline;
}
.alert.alert-info.alert-icon a:hover {
  background: #FFFFFF;
  color: #3F8FCA;
  text-decoration: none;
}
.alert.alert-info.alert-icon.alert-info-width-md {
  max-width: 55rem;
}
.dialog-upload-warning .modal-dialog {
  max-width: none !important;
}
.dialog-upload-warning .dialog-body {
  display: inline;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0rem;
  text-align: left;
}
.dialog-upload-warning .dialog-body a {
  color: #3F8FCA;
  padding: 0rem;
  text-decoration: none;
}
.dialog-upload-warning .dialog-body a:hover {
  text-decoration: underline;
}
.dialog-upload-warning .dialog-body > i {
  font-size: 1.5rem;
  margin-right: 0rem;
}
.dialog-upload-warning .dialog-footer {
  min-height: auto !important;
  padding-top: 1.5rem !important;
}
.dialog-text,
.alert-info {
  line-height: 2rem;
}
.eula-box {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.login-box {
  margin: auto;
  padding-top: 22px;
}
.login-box.login-box-lg {
  max-width: 565px;
  width: 92%;
}
@media (max-width:768px) {
  .login-box,
  .register-box {
    margin: auto;
    padding-top: 22px;
  }
}
@media (max-width:768px) {
  .main-header .logo {
    display: none;
  }
}
@media (max-width:480px) {
  .wrapper .main-header .navbar .nav-logo img {
    display: none;
  }
}
@media (min-width:768px) {
  .wrapper .main-header .navbar .nav-logo img {
    display: none;
  }
}
.logo .logo-img {
  width: 26px;
  float: left;
  background-image: url("./media/logo.png");
  height: 100%;
  background-size: 232px;
  background-repeat: no-repeat;
  background-position: -2px 14px;
}
.logo .logo-font {
  font-family: "Roboto";
  letter-spacing: 5px;
  margin-top: 1px;
  margin-left: 34px;
  font-weight: 400;
}
.login-box-body.ng-enter {
  transition: .7s linear all;
  opacity: 0;
}
.login-box-body.ng-enter.ng-enter-active {
  opacity: 1;
}
.ng-enter {
  transition: .7s linear all;
  opacity: 0;
}
.ng-enter.ng-enter-active {
  opacity: 1;
}
.imprint-logo img {
  font-size: 35px;
  width: 300px;
}
a {
  cursor: pointer;
}
dl dl {
  margin: 5px 5px 5px 10px;
}
.skin-purple .btn-app:active,
.skin-purple .btn-app:focus {
  box-shadow: none;
}
.drop-box {
  background: #F8F8F8;
  border: 3px dashed #DDD;
  width: 100%;
  height: 65px;
  color: #6d6d6d;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 7px;
}
.drop-box.dragover {
  border: 3px dashed #3F8FCA;
}
.company-logo {
  max-width: 300px;
  max-height: 100px;
}
.modal-header {
  padding: 0 0 0 15px;
}
.modal-header h3 {
  font-size: 22px;
}
.modal-header .modal-close {
  cursor: pointer;
}
#container-report-preview {
  min-height: 300px;
}
.content-wrapper {
  overflow: hidden;
  background-color: #f2f5f7;
  display: flex;
  flex-direction: column;
}
.modal .modal-body {
  padding-bottom: 0;
}
.modal .modal-body i.fa.modal-icon {
  font-size: 40px;
  margin-top: 16px;
  color: #3F8FCA;
}
.modal.warning .modal-body i.fa.modal-icon {
  color: #ef8e00;
}
.modal.info .modal-body i.fa.modal-icon {
  margin-left: 21px;
  color: #3F8FCA;
}
.modal.loader-info {
  z-index: 10000;
}
.modal.loader-info .modal-body i.fa.modal-icon {
  margin-left: 21px;
  margin-top: 0px;
  margin-bottom: 21px;
  color: #3F8FCA;
}
.modal-footer {
  border: none;
}
#checkpoint-map {
  height: 400px;
}
#checkpoint-map-edit {
  height: 300px;
}
@media (min-width:768px) {
  #checkpoint-map {
    height: 600px;
  }
  #checkpoint-map-edit {
    height: 500px;
  }
}
.ta-toolbar {
  display: none;
}
.ta-toolbar.focussed {
  display: block;
}
div.form-control {
  height: auto;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.table-responsive {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
tr.stripe {
  background-color: #f9f9f9;
}
.sidebar-menu > li > a {
  padding: 9px 0 9px 8px;
}
.sidebar-menu > li > a .fa {
  margin-top: 4px;
  width: 20px;
  text-align: center;
  margin-right: 2px;
}
.sidebar-menu > li > a .label {
  float: right;
  background-color: #F2F5F7;
  color: #282C37;
  padding: 2px 7px;
  margin: 0 12px 0 0;
}
.sidebar-menu > li.active .label {
  background-color: #282C37;
  color: #c0c4d1;
}
.sidebar-menu .treeview-menu {
  display: block;
  padding-left: 0;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 500;
}
.sidebar-menu .treeview-menu > li.active {
  background-color: transparent;
  border-left: 5px solid #fff;
}
.sidebar-menu .treeview-menu li:hover a {
  color: #dadce1;
}
.font-light {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}
.flex-formdesigner .dropdown-menu {
  width: 84%;
  max-width: none;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.flex-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flex-justify-start {
  justify-content: start;
}
.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-justify-content {
  justify-content: flex-end;
}
@media (max-width:1500px) {
  .flex-justify-content {
    justify-content: flex-start;
  }
}
.flex-justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-wrap-no {
  flex-wrap: nowrap !important;
}
.flex-justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
}
tr.linked:hover {
  background-color: #DEDEDE;
  color: #282C37;
}
tr.linked.row-selected {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
tr.linked.row-selected:hover {
  background-color: #88C0EA;
}
.dropdown-menu {
  max-width: none;
  width: auto;
  white-space: nowrap;
  float: none;
}
.dropdown-menu > li.deleted.active > a {
  color: #fff;
}
.dropdown-menu > li.deleted > a {
  color: #777;
}
.dropdown-menu > li.active > a {
  color: #fff;
}
.dropdown-menu > li > a {
  color: #333;
}
.dropdown-menu > li > a:hover {
  color: #fff;
}
.dropdown-menu option {
  display: contents !important;
}
.font-bolder {
  font-weight: 800;
}
@media (min-width:768px) {
  .lead {
    font-size: 15.4px;
  }
}
.user-panel > .info {
  width: 160px;
}
.clickable {
  cursor: pointer;
}
.clickable .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.box.box-in-tab {
  box-shadow: 0 4px 6px 0 rgba(72, 72, 72, 0.3);
}
.box-header.no-height {
  height: auto;
}
.box-header {
  height: 44px;
}
.bootstrap-switch.bootstrap-switch-small {
  margin-top: -3px;
}
input.size-3 {
  width: 60px;
}
.angular-float-labels-wrapper {
  position: relative;
}
.angular-float-labels-label {
  position: absolute;
  background-color: #fff;
  left: 11px;
  top: -12px;
  height: 18px;
  font-size: 17px;
  font-weight: 600;
  font-variant: small-caps;
  text-transform: lowercase;
  display: none;
  color: #000;
  margin: 2px 0 0 0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 90%;
}
.angular-float-labels-element {
  padding: 10px;
}
.angular-float-labels-label.toggled {
  display: block;
}
.selectize-control .angular-float-labels-label.toggled {
  z-index: 2;
}
.angular-float-labels-label.toggled + .angular-float-labels-element,
.selectize-control.multi .angular-float-labels-label.toggled + .angular-float-labels-element.has-items {
  padding-top: 15px;
  padding-bottom: 5px;
}
.angular-float-labels-label.focused {
  color: var(--core);
}
.inline-block {
  display: inline-block !important;
}
.inline-flex {
  display: inline-flex !important;
}
.margin-left {
  margin-left: 10px !important;
}
.margin-left-sm {
  margin-left: .5rem !important;
}
.margin-left-xl {
  margin-left: 1rem !important;
}
.padding-top {
  padding-top: 10px;
}
.padding-left {
  padding-left: 10px;
}
.padding-left-16px {
  padding-left: 16px;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-left-3 {
  padding-left: 3px;
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-top-bottom-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.padding-left-right-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding {
  padding: 10px;
}
.padding-right {
  padding-right: 10px;
}
.padding-right-3 {
  padding-right: 3px;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-bottom {
  padding-bottom: 10px;
}
.padding-none {
  padding: 0;
}
.margin-md {
  margin: 2rem;
}
.margin-sm {
  margin: 1rem;
}
.margin-xs {
  margin: .5rem;
}
.margin-xs-negative {
  margin: -0.5rem;
}
.margin-top {
  margin-top: 10px;
}
.margin-top-16 {
  margin-top: 16px;
}
.margin-top-lg {
  margin-top: 2rem;
}
.margin-top-lg {
  margin-top: 4rem;
}
.margin-right {
  margin-right: 10px;
}
.margin-right-xxs {
  margin-right: .25rem;
}
.margin-right-xs {
  margin-right: .5rem;
}
.margin-right-sm {
  margin-right: 1rem;
}
.margin-right-md {
  margin-right: 2rem;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-bottom-xs {
  margin-bottom: .5rem;
}
.margin-bottom-sm {
  margin-bottom: 1rem;
}
.margin-bottom-md {
  margin-bottom: 2rem;
}
.margin-bottom-none {
  margin-bottom: 0px !important;
}
.briefcase-plus .fa-plus {
  color: white;
  text-shadow: 1px 1px 1px #4c4c4c;
  top: 6px;
  left: 7px;
}
.briefcase-plus .fa-briefcase {
  font-size: 1.3em;
  top: 4px;
}
.clock-plus .fa-plus {
  color: white;
  text-shadow: 1px 1px 1px #4c4c4c;
  top: 6px;
  left: 7px;
}
.clock-plus .fa-clock-o {
  font-size: 1.3em;
  top: 4px;
}
.key-plus .fa-plus {
  color: white;
  text-shadow: 1px 1px 1px #4c4c4c;
  top: 6px;
  left: 7px;
}
.main-header .navbar .nav > li > a > .label {
  font-size: 13px;
}
.main-header .navbar {
  text-align: center;
}
.main-header .navbar .nav-logo {
  display: inline-block;
}
.main-header .navbar .nav-logo img {
  margin-top: 13px;
  display: inherit;
}
.main-header .navbar .nav > li.messages-menu.active {
  background-color: #FFFFFF;
}
.main-header .navbar .nav > li.messages-menu.active a {
  color: #5da9e2;
}
.main-header .navbar .user-notifications-unread {
  background: #3F8FCA;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.25rem;
  position: absolute;
  right: .25rem;
  top: .25rem;
  padding: 0 3px;
  min-width: 2rem;
}
button.close {
  border-radius: 60px;
  color: #828282;
  margin-left: 10px;
  opacity: 1;
  padding: 2px 7px;
}
button.close:hover,
button.close:active {
  background: #F0F0F0;
  color: #212121;
  opacity: 1;
}
button.close:focus {
  outline: none;
}
.lightbox .modal-dialog {
  display: flex;
  justify-content: center;
  width: auto;
}
.lightbox .modal-dialog .modal-body {
  padding: 8px 8px 0 8px;
}
@media (min-width:768px) {
  .lightbox .modal-dialog {
    width: auto;
  }
}
.lightbox .lightbox-header {
  margin: 0 0 5px 0;
  display: flex;
}
.lightbox .lightbox-header .lightbox-caption {
  color: #212121;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  text-shadow: .1em .1em .2em rgba(255, 255, 255, 0.5);
  flex-grow: 1;
}
.lightbox .lightbox-image {
  background: #FFFFFF;
  border-radius: 10px;
}
.lightbox .lightbox-image img {
  border-radius: 10px;
  max-width: 75vw;
  max-height: 75vh;
}
@media only screen and (max-width: 768px) {
  .lightbox .lightbox-image img {
    max-width: 90vw;
  }
}
.lightbox .lightbox-tools {
  margin: 5px;
  text-align: center;
}
.lightbox .lightbox-tools a {
  border-color: transparent;
  border-radius: 7px;
  background: transparent;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 20px;
  color: #828282;
  padding: 0px 15px 3px 15px;
}
.lightbox .lightbox-tools a:hover,
.lightbox .lightbox-tools a:active {
  background: #DEDEDE;
  color: #212121;
}
.lightbox .lightbox-tools a i {
  font-size: 25px;
}
.lightbox .lightbox-navigation {
  bottom: -70px;
  display: flex;
  justify-content: center;
  left: 0px;
  position: absolute;
  width: 100%;
}
.lightbox .lightbox-navigation .lightbox-buttons {
  align-items: center;
  background: #FFFFFF;
  border-radius: 60px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  display: flex;
  font-size: 35px;
  padding: 0;
}
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-btn {
  border-radius: 60px;
  color: #828282;
  padding: 0 21px;
}
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-btn:hover,
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-btn:active {
  background: #DEDEDE;
  color: #212121;
}
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-btn.lightbox-btn-left {
  padding: 0 21px 0 17px;
}
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-btn.lightbox-btn-right {
  padding: 0 17px 0 21px;
}
.lightbox .lightbox-navigation .lightbox-buttons .lightbox-pages {
  color: #828282;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 20px;
  margin: 0px 20px 4px 20px;
  min-width: 60px;
  white-space: nowrap;
}
.modal-incident-image-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-incident-image-box .modal-incident-image-item {
  display: inline;
  position: relative;
  margin: 6px;
}
.modal-incident-image-box .modal-incident-image-item .modal-incident-image {
  max-width: 160px;
  max-height: 250px;
}
.modal-incident-image-box .modal-incident-image-item .model-incident-image-remove {
  position: absolute;
  top: -16px;
  right: -12px;
  font-size: 21px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-header > p > span {
  white-space: nowrap;
}
td.result-incident-file-column {
  width: 40%;
}
.image-preview {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 45% 45%;
  border-radius: 7px;
}
.result-incident-file {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  flex: 1 0 calc(50% - 10px);
  max-width: 50%;
}
.result-incident-file:nth-child(odd) {
  margin-right: 3px;
}
.result-incident-file img,
.result-incident-file .image-container {
  border-radius: 7px;
  border: 1px solid #BBBBBB;
  min-height: 290px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 45% 45%;
}
.result-incident-file img.small-table-image,
.result-incident-file .image-container.small-table-image {
  min-height: 100px;
  max-width: 100px;
  min-width: 100px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 8px;
}
.result-incident-file .placeholder {
  border: 2px dashed #DEDEDE;
  width: 150px;
  height: 150px;
}
.navigate-plus .fa-plus {
  color: white;
  top: 8px;
  text-shadow: 1px 1px 1px black;
  left: 7px;
}
input.number {
  height: 25px;
  width: 50px;
  padding: 5px;
}
input::-ms-clear {
  display: none;
}
.edit-schedule-rule .wizard .steps-indicator {
  margin: 8px;
}
.edit-schedule-rule .wizard .steps > section {
  margin: 0;
}
.edit-schedule-rule .wizard .step {
  padding-top: 0;
}
.edit-schedule-rule .time {
  height: 25px;
}
.edit-schedule-rule .bn-func.active {
  background: #3F8FCA !important;
  color: #FFFFFF !important;
}
.edit-schedule-rule .bn-func.bn-yellow {
  background: #FFFFFF !important;
  color: #E89720 !important;
}
.edit-schedule-rule .bn-func.bn-yellow.active {
  background: #E89720 !important;
  color: #FFFFFF !important;
}
.edit-schedule-rule .bn-row-multi-text {
  display: flex;
  flex-wrap: wrap;
}
.edit-schedule-rule .bn-row-multi-text .bn.bn-app {
  height: auto;
  width: 280px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}
.edit-schedule-rule .bn-row-multi-text .bn.bn-app.active {
  background: #3F8FCA;
  border-color: #3F8FCA;
  color: #FFFFFF;
}
.edit-schedule-rule .bn-row-multi-text .bn.bn-app .wizard-selection-title {
  font-weight: 500;
  text-align: left;
  font-size: 15px;
}
.edit-schedule-rule .bn-row-multi-text .bn.bn-app .wizard-selection-description {
  text-align: left;
}
.edit-schedule-rule .schedule-row {
  display: flex !important;
  justify-content: flex-start !important;
  border-radius: 7px;
  background: #F0F0F0;
  padding: 5px 0;
  margin: 5px 0;
  max-width: 300px;
}
.edit-schedule-rule .schedule-row .schedule-row-main {
  display: flex;
  flex: 1 auto;
}
input.time {
  width: 38px;
}
input.ng-invalid.ng-touched {
  border: 1px solid #E89720;
  color: #E89720;
}
.btn-app:first-child {
  margin-left: 0;
}
.modal-open .modal {
  max-height: 100%;
  display: flex !important;
  align-items: flex-start;
}
.modal-open .dropdown-menu {
  max-height: 300px;
}
.valign.middle {
  vertical-align: middle;
}
.time-frame {
  display: flex;
  margin: 10px 10px 25px 15px;
}
.time-frame > div {
  position: relative;
  height: 30px;
  margin-top: 11px;
  width: 35%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.time-frame > div .time-frame-time-label {
  position: absolute;
  top: -18px;
  left: -16px;
  font-size: 15px;
}
.time-frame > div .time-frame-helptext {
  position: absolute;
  top: 33px;
  right: -42px;
  font-size: 12px;
  width: auto;
}
.time-frame > div .time-frame-desc {
  position: absolute;
  font-size: 12px;
  top: 18px;
}
.time-frame > div.due-from .time-frame-desc {
  left: 35px;
  top: -16px;
  width: 117px;
}
.time-frame > div.due-from .time-frame-helptext {
  position: absolute;
  top: 33px;
  left: -14px;
  font-size: 12px;
}
.time-frame > div .due-until .time-frame-desc {
  left: auto;
  right: 33px;
  top: -18px;
  width: 117px;
}
.time-frame > div .due-until .time-frame-time-label {
  top: -18px;
  right: -16px;
  left: auto;
}
.table.table-selectable {
  border-left: 5px solid transparent;
}
.table > tbody > tr.active td {
  background-color: #539bd0;
  color: #fff;
}
.table > tbody > tr.highlight td {
  background-color: #3F8FCA;
  color: #fff;
}
.table > tbody > tr.active-text td {
  color: var(--core);
}
.table > tbody > tr td.active-border-left {
  border-left: 5px solid var(--core);
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.table .table-cell-action {
  text-align: center;
  min-width: 120px;
}
.table .table-cell-action .btn {
  padding: 3px 8px;
}
.table td.table-cell-action {
  padding: 0;
}
.btn.btn-app {
  padding: 6px 8px;
  min-width: 33px;
  height: 33px;
}
.btn.btn-app.btn-app-basic {
  padding: 7px 8px;
  min-width: 33px;
  height: auto;
}
.btn.btn-app > .fa {
  font-size: 17px;
}
.main-header .sidebar-toggle:before {
  content: "\f00a";
}
.info-box {
  min-height: 50px;
}
.info-box .info-box-icon {
  font-size: 27px;
  line-height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-box .info-box-content {
  padding: 2px 10px;
  flex-grow: 1;
}
.neo-list-multi-action-dropdown {
  z-index: 10000 !important;
}
.dropdown-menu {
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  overflow: auto;
  z-index: 10000;
}
.dropdown-menu > li > a {
  padding: 3px 20px 3px 11px;
}
.dropdown-menu > li > a:hover {
  background-color: #3F8FCA;
}
.dropdown-menu > li.active > a {
  background-color: #3F8FCA;
}
.query-filter-criteria .dropdown-menu > li > a > span {
  margin-left: 6px;
}
.login-page,
.register-page {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./media/login_teaser_default.jpg");
}
.login-page.security,
.register-page.security {
  background-image: url("./media/login_teaser_security.jpg");
}
.login-page.maintenance,
.register-page.maintenance {
  background-image: url("./media/login_teaser_maintenance.jpg");
}
.login-page.care,
.register-page.care {
  background-image: url("./media/login_teaser_care.jpg");
}
.dropdown-menu > li > input {
  padding-left: 3px;
  margin: 0;
  width: 100%;
}
.query-filter > .query-filter-criteria {
  display: inline-block;
}
.query-filter > .query-filter-criteria:last-child {
  margin-right: 0;
}
.query-tree {
  padding: 3px 20px 3px 0;
}
.text-normal {
  font-weight: 400;
}
.text-thick {
  font-weight: 500;
}
.text-thin {
  font-weight: 100;
}
.i {
  font-style: italic;
}
.results-per-page {
  width: 40px;
}
#loading-bar .bar {
  height: 7px;
  background: #00c0ef;
}
#loading-bar .peg {
  -webkit-box-shadow: #00c0ef 1px 0 6px 1px;
  box-shadow: #00c0ef 1px 0 6px 1px;
}
.tooltip {
  white-space: normal;
}
#loading-bar-spinner {
  top: 9px;
}
#loading-bar-spinner .spinner-icon {
  border-top-color: #00c0ef;
  border-left-color: #00c0ef;
  width: 35px;
  height: 35px;
}
.alarm-watching-box {
  padding: 0;
}
.alarm-watching-box .info-box .info-box-content {
  line-height: 16px;
}
.alarm-watching-box > div {
  margin-right: 10px;
  float: left;
  width: 250px;
  height: 54px;
  min-height: 0;
}
.alarm-watching-box > div.highlight {
  background-color: #E0E0E0;
}
.alarm-watching-box > div.selected {
  background-color: var(--core);
  color: #fff;
}
.alarm-watching-box > div .info-box-icon {
  height: auto;
}
.alarm-setting {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.custom-marker {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.custom-marker > div {
  width: 100%;
  height: 100%;
}
.custom-marker .marker-content {
  margin-top: 2px;
  padding: 6px;
  background: var(--core);
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -1px;
}
.custom-marker .marker-content.highlight {
  background-color: var(--core-darker);
}
.font-size-normal {
  font-size: 14px;
}
.blink-text {
  animation: blink-text 1s steps(4, start) infinite;
  -webkit-animation: blink-text 1s steps(4, start) infinite;
}
.blink-text.danger {
  color: #E89720;
}
@keyframes blink-text {
  to {
    color: #dd0900;
  }
}
@-webkit-keyframes blink-text {
  to {
    color: #dd0900;
  }
}
.blink {
  animation: blink 1s steps(4, start) infinite;
  -webkit-animation: blink 1s steps(4, start) infinite;
}
.blink.danger {
  background-color: #E89720;
  color: #fff;
}
@keyframes blink {
  to {
    background-color: #dd0900;
  }
}
@-webkit-keyframes blink {
  to {
    background-color: #dd0900;
  }
}
.gm-style .gm-style-iw .device-detail-content,
.gm-style .gm-style-iw .radar-detail-content {
  font-size: 14px;
  font-weight: normal;
}
.form-horizontal .form-control-box {
  display: inline-block;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-control-box {
  text-align: left;
  float: right;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.simple-dialog {
  color: #666;
}
#forgot-link {
  float: right;
  position: relative;
  right: 29px;
  bottom: 26px;
  height: 0;
}
#reset-password-dialog .description {
  margin-bottom: 15px;
}
#reset-password-dialog .input-group {
  padding: 0px 15px 0px 15px;
}
#reset-password-dialog .glyphicon {
  margin: 0px 15px 0px 15px;
}
#password-reset-form .form-group {
  margin-bottom: 10px;
}
.product-box {
  padding: 11px 10px;
}
.flex-form-field-description {
  width: 70%;
  display: inline-block;
}
.whitespace-normal {
  white-space: normal;
}
.flex-form-fields .add-new-formfield-button-placeholder {
  margin-bottom: 34px;
}
.flex-form-fields .add-formfield-button {
  position: absolute;
  bottom: -33px;
  left: -1px;
  width: calc(100% + 2px);
}
.flex-form-fields input:focus,
.flex-form-fields textarea:focus {
  outline-offset: 0;
  outline: none;
  border-bottom: 1px solid var(--core);
}
.flex-form-fields input.ng-invalid {
  border: none;
  border-bottom: 1px solid #E89720;
}
.flex-form-fields textarea:focus {
  border: 1px solid var(--core);
}
.flex-form-fields input {
  border: none;
  transition: border-bottom .5s;
  border-bottom: 1px solid #e1e1e1;
}
.flex-form-fields .selected-handle {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.flex-form-fields .ui-sortable-placeholder {
  background-color: #ebebeb;
  border: 2px dashed #6c6c6c;
}
.flex-form-fields .item {
  position: relative;
  margin-top: 5px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.flex-form-fields .item.selected {
  box-shadow: 0 1px 5px 2px #c4c4c4;
  z-index: 1;
  border-bottom: 1px solid #AFAFAF;
}
.flex-form-fields .item.selected .selected-handle {
  background-color: #3F8FCA;
  width: 3px;
}
.flex-formdesigner .box {
  background-color: transparent;
}
.flex-formdesigner .box .box-header {
  height: auto;
  background-color: #ffffff;
}
.flex-formdesigner .dropdown-menu > li.active .text-muted {
  color: #fff;
}
.flex-formdesigner .dropdown-menu > li > a {
  width: 100%;
}
.dropdown.dropdown-default > button {
  text-align: left;
}
.dropdown.dropdown-default > button .caret {
  position: absolute;
  top: 14px;
  right: 10px;
}
.dropdown.dropdown-default .dropdown-menu {
  width: 100%;
  max-width: none;
  padding: 0;
  border-radius: 0;
}
.dropdown.dropdown-default .dropdown-menu > li > a {
  width: 100%;
}
.dropdown.dropdown-default .dropdown-menu > li.deleted.active > a {
  color: #fff;
}
.dropdown.dropdown-default .dropdown-menu > li.deleted > a {
  color: #777;
}
.dropdown.dropdown-default .dropdown-menu > li.active > a {
  color: #fff;
}
.dropdown.dropdown-default .dropdown-menu > li > a {
  color: #333;
}
.dropdown.dropdown-default .dropdown-menu > li > a:hover {
  color: #fff;
}
.on-hover-underline:hover {
  text-decoration: underline;
}
.on-hover-blue-2:hover {
  color: #3476A6 !important;
}
.form-display .form-field {
  margin: 10px 0;
  border-bottom: 1px solid #d6d6d6;
  line-height: 17px;
  font-size: 12px;
}
.form-display .form-field ul {
  padding-left: 0;
}
.form-display .form-field-title {
  font-weight: 600;
}
.form-display .form-field-title .form-field-required {
  font-size: 14px;
}
.form-display .form-field-option {
  padding: 5px;
  list-style: none;
}
.form-display .form-field-value {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
select.showcase {
  color: #777;
}
.cursor-reorder {
  cursor: move;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.ion[disabled] {
  cursor: not-allowed;
  color: #d2d6de;
  opacity: 1;
}
#analyses-list .table-cell-action {
  width: 60px;
}
#donut-chart-dashboard #donut-chart {
  max-width: 500px;
  margin: 0 auto;
}
#history-chart-dashboard #history-chart-control i {
  font-size: 17px;
  color: grey;
  margin-top: 5px;
}
#history-chart-dashboard button.chart-editor {
  float: right;
  z-index: 1;
  position: relative;
  right: 15px;
  top: -31px;
}
.table-slide-in.ng-enter,
table [data-ng-repeat].ng-enter {
  -webkit-transition: .7s ease-in all;
  transition: .7s ease-in all;
  opacity: 0;
}
.table-slide-in.ng-enter.ng-enter-active,
table [data-ng-repeat].ng-enter.ng-enter-active {
  opacity: 1;
}
.fade-in.ng-enter {
  -webkit-transition: .5s ease-in all;
  transition: .5s ease-in all;
  opacity: 0;
}
.fade-in.ng-enter.ng-enter-active {
  opacity: 1;
}
.animate-height {
  -webkit-transition: 1s linear height;
  transition: 1s linear height;
}
.drag-and-drop-symbol {
  display: block;
  height: 0;
  margin: 0 auto;
  border-top: 2px solid #E0DFDF;
  width: 20px;
  padding-top: 2px;
  cursor: move;
  position: relative;
  top: -15px;
}
.drag-and-drop-symbol:before,
.drag-and-drop-symbol:after {
  display: block;
  content: "";
  border-top: 2px solid #E0DFDF;
  padding-top: 2px;
}
.drag-and-drop-symbol:hover,
.drag-and-drop-symbol:hover:before,
.drag-and-drop-symbol:hover:after {
  border-color: #0073b7;
}
.drag-and-drop-symbol:active,
.drag-and-drop-symbol:active:before,
.drag-and-drop-symbol:active:after {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
#loading-screen {
  top: 0;
  z-index: 9999;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  transition: opacity linear 1s;
  background-color: white;
}
#loading-screen .loading-screen-box {
  width: 300px;
}
#loading-screen .loading-screen-box .loading-screen-logo img {
  width: 300px;
  margin-top: -20px;
}
#loading-screen .loading-screen-box .loading-screen-logo span {
  font-weight: 400;
  font-size: 41px;
  text-transform: uppercase;
}
#loading-screen .loading-screen-box .loading-divider {
  display: block;
  border: none;
  color: white;
  height: 1px;
  margin: 15px 0 20px 0;
  background: black;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 150, from(#000), to(#fff));
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#floatBarsG {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}
.floatBarsG {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.01);
  width: 28px;
  height: 28px;
  animation-name: bounce_floatBarsG;
  -o-animation-name: bounce_floatBarsG;
  -ms-animation-name: bounce_floatBarsG;
  -webkit-animation-name: bounce_floatBarsG;
  -moz-animation-name: bounce_floatBarsG;
  animation-duration: 2.08s;
  -o-animation-duration: 2.08s;
  -ms-animation-duration: 2.08s;
  -webkit-animation-duration: 2.08s;
  -moz-animation-duration: 2.08s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(.3);
  -o-transform: scale(.3);
  -ms-transform: scale(.3);
  -webkit-transform: scale(.3);
  -moz-transform: scale(.3);
}
#floatBarsG_1 {
  left: 0;
  animation-delay: .83s;
  -o-animation-delay: .83s;
  -ms-animation-delay: .83s;
  -webkit-animation-delay: .83s;
  -moz-animation-delay: .83s;
}
#floatBarsG_2 {
  left: 29px;
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
}
#floatBarsG_3 {
  left: 58px;
  animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
}
#floatBarsG_4 {
  left: 88px;
  animation-delay: 1.46s;
  -o-animation-delay: 1.46s;
  -ms-animation-delay: 1.46s;
  -webkit-animation-delay: 1.46s;
  -moz-animation-delay: 1.46s;
}
#floatBarsG_5 {
  left: 117px;
  animation-delay: 1.66s;
  -o-animation-delay: 1.66s;
  -ms-animation-delay: 1.66s;
  -webkit-animation-delay: 1.66s;
  -moz-animation-delay: 1.66s;
}
#floatBarsG_6 {
  left: 146px;
  animation-delay: 1.87s;
  -o-animation-delay: 1.87s;
  -ms-animation-delay: 1.87s;
  -webkit-animation-delay: 1.87s;
  -moz-animation-delay: 1.87s;
}
#floatBarsG_7 {
  left: 175px;
  animation-delay: 2.08s;
  -o-animation-delay: 2.08s;
  -ms-animation-delay: 2.08s;
  -webkit-animation-delay: 2.08s;
  -moz-animation-delay: 2.08s;
}
#floatBarsG_8 {
  left: 205px;
  animation-delay: 2.29s;
  -o-animation-delay: 2.29s;
  -ms-animation-delay: 2.29s;
  -webkit-animation-delay: 2.29s;
  -moz-animation-delay: 2.29s;
}
@keyframes bounce_floatBarsG {
  0% {
    transform: scale(1);
    background-color: rgba(148, 0, 126, 0.98);
  }
  100% {
    transform: scale(.3);
    background-color: #fff;
  }
}
@-o-keyframes bounce_floatBarsG {
  0% {
    -o-transform: scale(1);
    background-color: rgba(148, 0, 126, 0.98);
  }
  100% {
    -o-transform: scale(.3);
    background-color: #fff;
  }
}
@-ms-keyframes bounce_floatBarsG {
  0% {
    -ms-transform: scale(1);
    background-color: rgba(148, 0, 126, 0.98);
  }
  100% {
    -ms-transform: scale(.3);
    background-color: #fff;
  }
}
@-webkit-keyframes bounce_floatBarsG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgba(148, 0, 126, 0.98);
  }
  100% {
    -webkit-transform: scale(.3);
    background-color: #fff;
  }
}
@-moz-keyframes bounce_floatBarsG {
  0% {
    -moz-transform: scale(1);
    background-color: rgba(148, 0, 126, 0.98);
  }
  100% {
    -moz-transform: scale(.3);
    background-color: #fff;
  }
}
.not-valid-description-text {
  display: block;
  margin-top: 4px;
}
.get-up {
  z-index: 1000;
}
.get-up-slightly {
  z-index: 1;
}
.form-output-placeholder-list.highlight,
.form-output-placeholder-list.highlight a,
.form-output-placeholder-list a.highlight {
  opacity: 1;
  background-color: #3F8FCA;
  color: white;
}
.form-output-placeholder-list.highlight .fa-trash,
.form-output-placeholder-list.highlight a .fa-trash,
.form-output-placeholder-list a.highlight .fa-trash {
  color: white;
}
.editable-hide {
  display: none !important;
}
.position-relative {
  position: relative;
}
.divider-with-headline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center;
}
.divider-with-headline > hr {
  height: 1px;
  margin: 3px;
  flex-grow: 1;
  background-color: #e1e1e1;
}
.divider-with-headline span {
  padding: 0 5px;
}
.divider-with-headline input[type=checkbox] {
  margin: 0rem 1rem 0rem 0rem;
  transform: scale(1.5);
}
.nav.nav-stacked > li {
  padding: 2px;
}
.nav.nav-stacked > li > a {
  padding: 5px;
}
.nav.nav-stacked .nav.nav-stacked > li a {
  padding-left: 10px;
}
.movable {
  cursor: move;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.add-page-icon {
  position: relative;
}
.add-page-icon .fa-plus {
  top: 9px;
  left: 9px;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}
.remove-page-icon {
  position: relative;
}
.remove-page-icon .fa-file-text-o {
  font-size: larger;
}
.remove-page-icon .fa-trash {
  top: 13px;
  left: 6px;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}
.upload-background-image {
  position: relative;
}
.upload-background-image .fa-cloud-upload {
  top: 9px;
  left: 10px;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}
.reorder-background-image {
  position: relative;
}
.reorder-background-image .fa-exchange {
  top: 9px;
  left: 10px;
  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}
.clickable.text-danger:hover {
  color: #db312d;
}
ul.tooltip-formfield-option {
  list-style-type: none;
  position: relative;
  left: -35px;
  top: 5px;
}
ul.tooltip-formfield-option li {
  text-align: left !important;
}
ul.tooltip-formfield-option li span {
  text-decoration: underline;
  color: grey;
}
ul.tooltip-formfield-option li.simple:before {
  content: "\2611  ";
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.formfields-editor div.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.formfields-editor table td.no-entries-message {
  text-align: center;
}
.formfields-editor table textarea {
  min-height: 50px;
}
.formfields-editor table td {
  vertical-align: top !important;
}
.formfields-editor table td.changed {
  position: relative;
  left: -2px;
}
.formfields-editor table input,
.formfields-editor table textarea {
  font-size: 13px;
  padding-left: 5px;
}
.formfields-editor table input:focus,
.formfields-editor table textarea:focus {
  outline-offset: 0;
  outline: none;
  border-bottom: 1px solid var(--core);
}
.formfields-editor table textarea:focus {
  border: 1px solid var(--core);
}
.formfields-editor table input {
  transition: border-bottom .5s;
  border: 1px solid #e1e1e1;
}
.formfields-editor table span.add-option-left-margin {
  position: relative;
  left: 15px;
}
.formfields-editor table div.edit-buttons {
  top: 7px;
  margin-right: 5px;
  min-width: 96px;
}
.formfields-editor table div.edit-buttons i.fa-files-o {
  font-size: 14px;
}
.formfields-editor table ul.products-list {
  position: relative;
}
.formfields-editor table ul.products-list div {
  min-width: 155px;
}
.formfields-editor table ul.products-list input.checkbox-icon {
  top: 2px;
  position: relative;
}
.formfields-editor table ul.products-list input.formfield-option {
  width: 80%;
}
.formfields-editor table ul.products-list i.ion-close {
  color: #CB403D;
}
.formfields-editor table div.persist-buttons {
  margin-top: 7px;
}
.formfields-editor table div.persist-buttons button {
  width: 35px;
}
.formfields-editor table div.persist-buttons button i {
  font-size: 13px;
}
.formfields-editor table th.select-all-formfields {
  position: relative;
  left: 3px;
  top: 1px;
}
.formfields-editor table span.formfield-search-field-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  width: auto;
  padding-left: 0;
}
.formfields-editor table input.formfield-search-field {
  position: relative;
  left: -2px;
  top: 2px;
  height: 25px;
  max-width: 150px;
}
.formfields-editor table i.placeholder-icon {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  height: 0px;
  width: 0px;
  top: 7px;
  right: 20px;
  float: right;
}
.formfields-editor table span.formfield-sort-icon-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  width: 15px;
  position: relative;
  left: 5px;
  top: 2px;
}
.formfields-editor table i.icon-sort {
  position: relative;
  height: 0px;
  font-size: 17px;
}
.formfields-editor table i.icon-sort-datatype-inactive {
  left: 12px;
  top: 8px;
}
.formfields-editor table i.icon-sort-datatype-active {
  left: 3px;
  top: -4px;
}
.formfields-editor table i.icon-sort-inactive {
  left: 12px;
  top: 12px;
}
.formfields-editor table i.icon-sort-active {
  left: 3px;
  top: 0px;
}
.formfields-editor table input.formfield-search-field::-webkit-input-placeholder {
  color: #333;
}
.formfields-editor table input.formfield-search-field::-moz-placeholder {
  color: #333;
}
.formfields-editor table input.formfield-search-field:-ms-input-placeholder {
  color: #333;
}
.formfields-editor table tr.formfield-newly-added {
  border-left: 3px solid #3DCB6B;
}
.formfields-editor table tr.formfield-newly-edited {
  border-left: 3px solid #FF851B;
}
.shadow-invalid {
  box-shadow: 0 0 5px #E89720;
}
.pdf-canvas {
  background: white;
}
.rotate0 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#export-forms-dialog div.global-form-output-selector {
  margin-top: 10px;
}
#export-forms-dialog div.global-form-output-selector span {
  padding-left: 0px;
}
#export-forms-dialog div.global-form-output-selector select {
  padding-left: 0px;
  float: right;
}
.dialog.extended-confirmation .modal-dialog {
  max-width: 550px;
}
.dialog.extended-confirmation .modal-dialog .dialog-content .dialog-body {
  text-align: left;
}
.dialog.extended-confirmation .modal-dialog .dialog-text {
  margin-bottom: 10px;
  text-align: left;
}
.dialog.extended-confirmation .modal-dialog label.activation-instruction {
  font-weight: normal;
  margin-top: 5px;
}
.dialog.extended-confirmation .modal-dialog input[type=text].form-control {
  border-radius: 3px !important;
  border-color: #828282;
}
.dialog.extended-confirmation .modal-dialog .dialog-footer form {
  float: right;
}
.dialog.extended-confirmation .modal-dialog .dialog-footer form .dialog-button-cancel {
  margin-right: 10px;
}
.dialog.extended-confirmation .modal-dialog .dialog-footer form .dialog-button-ok {
  background: #CB403D;
  color: #FFFFFF;
}
.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.icon-keyring-with-keys {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 10px;
  text-align: center;
}
.icon-keyring-with-keys .icon-keyring {
  font-size: 9px;
  top: 0;
  left: 0;
}
.icon-keyring-with-keys > .ion {
  display: inline;
  position: absolute;
}
.icon-keyring-with-keys .icon-keyring1 {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  left: 7px;
  top: -8px;
}
.icon-keyring-with-keys .icon-keyring2 {
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  left: 8px;
  top: -2px;
}
.icon-keyring-with-keys .icon-keyring3 {
  -webkit-transform: rotate(115deg);
  transform: rotate(115deg);
  left: 5px;
  top: 3px;
}
.icon-keyring-with-keys.icon-keyring-with-keys-plus .icon-keyring-plus {
  height: 15px;
  left: -30px;
  bottom: -2px;
}
.angular-ui-tree {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.angular-ui-tree .tree-node-active {
  color: var(--core);
  font-weight: bold;
}
.angular-ui-tree .root-nodes {
  padding: 0 0 0 2px;
}
.angular-ui-tree .tree-node-multiple-refs {
  color: #868686;
}
.angular-ui-tree .tree-node-multiple-refs.tree-node-active {
  color: var(--core);
}
.angular-ui-tree .tree-node {
  padding: 3px 5px 3px 0;
}
.angular-ui-tree .tree-node > i {
  padding-right: 5px;
}
.angular-ui-tree .tree-node .clickable:hover {
  font-weight: bold;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectable {
  -webkit-user-select: text;
  user-select: text;
}
.keys-search-entry {
  color: #333;
}
.keys-search-box {
  min-height: 50px;
}
.keys-search-entry-box {
  margin: 5px 0;
}
.ui-grid-viewport {
  background-color: #F2F5F7 !important;
}
.ui-grid-viewport .ui-grid-canvas .ui-grid-row:last-child .ui-grid-cell {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-viewport .ui-grid-canvas .ui-grid-cell-with-buttons {
  padding: 3px 6px;
}
.ui-grid .ui-grid-render-container-body .ui-grid-viewport {
  overflow-x: auto;
  overflow-y: auto !important;
}
.ie .ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell div[ui-grid-filter] {
  width: 270px;
}
.ui-grid-header-viewport .ui-grid-custom-cell-wrapper {
  width: 100%;
}
.ui-grid-header-viewport .ui-grid-custom-cell-wrapper .ui-grid-header-cell {
  vertical-align: top;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  cursor: default;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-sort-button {
  cursor: pointer;
  padding: 5px 11px;
  min-width: 40px;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-sort-button:focus {
  outline: none;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell div[ui-grid-filter] {
  flex: 1;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell div[ui-grid-filter] .ui-grid-filter-container {
  padding: 4px;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-column-menu-button-last-col {
  margin-right: 0;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-column-menu-button {
  cursor: pointer;
  position: relative;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-column-menu-button > i {
  margin: 8px 8px 0 8px;
}
.ui-grid-header-viewport .ui-grid-header-cell .ui-grid-custom-header-cell .ui-grid-column-menu-button:focus {
  outline: none;
}
.ui-grid-viewport .ui-grid-row-selected .ui-grid-cell {
  border-top: 1px solid white;
}
.ui-grid-viewport .ui-grid-row-selected:last-child .ui-grid-cell {
  border-bottom: 1px solid white;
}
.ui-grid-viewport .ui-grid-row .ui-grid-cell {
  font-weight: normal;
}
.ui-grid-viewport .ui-grid-row .ui-grid-cell.ui-grid-row-hover {
  background-color: #e6e6e6;
  text-decoration: underline;
  cursor: pointer;
}
.ui-grid-viewport .ui-grid-row .ui-grid-no-rights {
  color: #7a869d;
}
.ui-grid-viewport .ui-grid-row .ui-grid-row-focused {
  font-weight: bold !important;
  text-decoration: underline;
}
.ui-grid-viewport .ui-grid-row .ui-grid-row-focused-no-rights {
  font-weight: bold !important;
}
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .ui-grid-cell,
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .text-muted {
  background-color: #3F8FCA;
  color: #fff;
}
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .ui-grid-cell.ui-grid-row-hover,
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .text-muted.ui-grid-row-hover {
  background-color: #4391cb;
}
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .ui-grid-cell.ui-grid-row-hover .text-muted,
.ui-grid-viewport .ui-grid-row.ui-grid-row-selected > [ui-grid-row] .text-muted.ui-grid-row-hover .text-muted {
  background-color: #4391cb;
}
.dropdown-menu.criteria-dropdown-menu {
  overflow: hidden;
  width: 400px;
  max-width: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.dropdown-menu.criteria-dropdown-menu .criteria-dropdown-menu-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown-menu.criteria-dropdown-menu.criteria-tree-dropdown-menu .ui-grid-tree-header-row {
  font-weight: normal;
}
.dropdown-menu.criteria-dropdown-menu.criteria-tree-dropdown-menu .ui-grid-header-cell {
  border-right: none;
}
.ui-grid-cell-contents.ui-grid-tree-cell-contents {
  padding: 5px 27px 5px 5px;
  position: relative;
}
.ui-grid-cell-contents.ui-grid-tree-cell-contents .ui-grid-cell-child-selected-amount {
  position: absolute;
  top: 3px;
  right: 4px;
  padding: 3px 5px;
}
.ui-grid-selection-row-header-cell {
  text-align: center;
  font-size: 14px;
  margin-left: 5px;
}
.ui-grid-selection-row-header-cell .ui-grid-selection-row-header-buttons {
  opacity: 1;
  color: #717171;
}
.ui-grid-selection-row-header-cell .ui-grid-selection-row-header-buttons.ui-grid-row-selected {
  color: #fff;
}
.list-notification-patterns {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 0px;
}
.list-notification-patterns .list-notification-patterns-header {
  height: 30px;
}
.list-notification-patterns .list-notification-patterns-header i {
  line-height: 30px;
  margin-right: 4px;
  display: inline;
}
.list-notification-patterns .list-notification-patterns-header h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  display: inline;
}
.list-notification-patterns .list-notification-patterns-header .list-notification-patterns-tools {
  float: right;
  margin-top: -6px;
  display: inline;
}
.list-notification-patterns:last-child {
  border-bottom: none;
}
.ui-grid-custom-tree-type-icon {
  margin-left: 4px;
}
.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}
.ui-grid-viewport {
  background-color: #f2f2f2;
  overflow-x: auto !important;
  overflow-y: scroll;
}
.ui-grid-viewport .ui-grid-canvas .ui-grid-row:last-child .ui-grid-cell {
  border-bottom: 1px solid #d4d4d4;
}
.ui-grid-viewport .ui-grid-canvas .ui-grid-cell-with-buttons {
  padding: 3px 6px;
}
.vertical-dotted-line {
  width: 1px;
  border-left: 1px dotted #bbb;
}
.box-body .wizard .wizard-footer {
  padding: 10px 0 0 0;
}
.label.label-block {
  width: 100%;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: var(--core);
}
td.do-not-stretch {
  width: 1%;
}
.ico-community:before {
  width: 0px;
  height: 2px;
  position: absolute;
  margin-left: -1px;
  content: url("./media/community.png");
  transform: scale(.05);
}
.ico-community {
  margin-right: 19px;
  margin-left: 3px;
}
.word-break-all {
  word-break: break-all;
}
.planning-progress-widget > .tooltip-inner {
  max-width: max-content;
  text-align: left;
}
.planning-progress.progress-group .pull-left {
  opacity: 0;
  transition: opacity .2s ease;
  padding-left: 2px;
}
.planning-progress.progress-group:hover .pull-left {
  opacity: 1;
  transition: opacity .2s ease;
}
.planning-progress.progress-group:hover .progress {
  height: 10px;
  margin-bottom: 0 !important;
}
.planning-progress.progress-group .progress {
  transition: height .2s ease, margin-bottom .2s ease;
  margin-bottom: 3px;
}
.card.planning-completed {
  background-color: #4dff0024;
  animation: planningCompletedAnimation .5s ease-in-out;
  animation-iteration-count: 1;
}
.card.planning-not-started {
  border: 1px solid #FFC673;
}
@keyframes planningCompletedAnimation {
  100% {
    background-color: #4dff0024;
  }
  0% {
    background-color: transparent;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ui-grid-sort-priority-number {
  margin-left: -2px !important;
}
.ui-grid .ui-grid-has-no-rows {
  font-size: 20px;
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
}
.select-formfields-modal .formfields-grid {
  max-height: 65vh;
  margin-bottom: 20px;
}
.select-formfields-modal .formfields-grid .ui-grid-viewport {
  overflow-x: hidden !important;
}
.select-formfields-modal .formfields-grid .ui-grid-header-viewport .ui-grid-column-menu-button {
  margin-top: 3px;
}
.select-formfields-modal .formfields-grid .ui-grid-header-viewport .ui-grid-column-menu-button-last-col {
  margin-right: 3px;
}
.select-formfields-modal .formfields-grid .ui-grid {
  max-height: 65vh !important;
}
.select-formfields-modal .formfields-grid .ui-grid .ui-grid-cell {
  vertical-align: center;
}
.select-formfields-modal .formfields-grid .ui-grid .ui-grid-cell .ui-grid-cell-contents {
  display: flex;
  align-items: center;
}
.select-formfields-modal .formfields-grid .ui-grid .ui-grid-row-selected .formfield-type-label {
  border: 1px solid white;
}
.select-formfields-modal .formfields-grid .ui-grid select.ui-grid-filter-select option:first-child[value=""] {
  display: none;
}
.select-formfields-modal .formfields-grid .ui-grid select.ui-grid-filter-select option[value="object:null"] {
  display: none;
}
.select-formfields-modal .formfields-grid .ui-grid select.ui-grid-filter-select {
  width: 100%;
  font-weight: 500;
}
.select-formfields-modal .formfields-grid .ui-grid select.ui-grid-filter-select.ng-not-empty {
  width: 90%;
}
.select-formfields-modal .formfields-grid .ui-grid input.ui-grid-filter-input {
  padding-left: 5px;
  font-weight: 500;
}
.select-formfields-modal .formfield-selection-count {
  float: right;
  margin-bottom: 25px;
}
.select-formfields-modal .formfield-selection-count h4 {
  margin-top: 0;
}
.fa-stack-half {
  font-size: .5em !important;
}
.device-swap-box-icon i:first-child {
  top: -4px;
  left: -1px;
}
.device-swap-box-icon i:last-child {
  position: relative;
  top: -8px;
  left: -1px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.note-inline-button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  flex-wrap: wrap;
}
.note-inline-button .note-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
}
.note-inline-button .note-inline .note-inline-text {
  align-items: center;
  display: flex;
  margin-right: 10px;
}
.note-inline-button .note-inline .note-inline-text i {
  color: #ffc673;
  font-size: 2.1em;
  margin-right: 10px;
}
.note-inline-button .note-inline .note-inline-value {
  background: #DEDEDE;
  border-radius: 3px;
  margin: 10px 20px 10px 0;
  padding: 2px 10px;
}
.invisible-files {
  color: #828282;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.force-flex {
  display: flex !important;
}
.cke_top {
  border-bottom: 0 !important;
}
@media (max-width:767px) {
  .navbar-nav > .user-menu .user-image {
    margin-top: -2px;
  }
}
.font-size-7em {
  font-size: 7em !important;
}
.font-size-10 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-20 {
  font-size: 17px !important;
}
.font-size-22 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 20px;
}
.font-size-25 {
  font-size: 24px !important;
}
.c-border-radius {
  border-radius: 7px;
}
.c-border {
  border: 1px solid #DEDEDE;
}
.c-border-green {
  border: 1px solid #3DCB6B;
}
.c-border-2px-transparent {
  border: 2px solid transparent;
}
.c-border-2px-blue-0 {
  border: 2px solid #88C0EA;
}
.c-border-2px-yellow-1 {
  border: 2px solid #E89720;
}
.c-border-yellow {
  border: 1px solid #E89720;
}
.skin-purple a.text-muted:hover,
.skin-purple a.text-muted:active,
.skin-purple a.text-muted:visited {
  color: #777;
}
.skin-purple a.text-muted.disabled {
  cursor: not-allowed;
}
.skin-purple .badge {
  padding: 4px;
  font-weight: 500;
  min-width: 18px;
  min-height: 18px;
  border-radius: 3px;
}
.skin-purple tags-input .tags {
  border-radius: 3px;
  border: 1px solid #BBBBBB;
}
.skin-purple tags-input .tags.focused {
  box-shadow: none;
}
.skin-purple tags-input .tags .tag-item {
  background: #5da9e2;
  border: 1px solid #3192db;
  padding: 0 10px;
  color: #FFFFFF;
}
.skin-purple tags-input .tags .tag-item .remove-button {
  color: #BBBBBB;
}
.skin-purple tags-input .tags .tag-item .remove-button:hover {
  color: #828282;
}
.skin-purple .form-group label {
  margin-bottom: 9px;
}
.skin-purple .cke {
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  transition: border .5s ease-in-out;
}
.skin-purple .cke .cke_contents {
  height: 50vh;
}
.show-validation .form-group.ng-invalid .form-control,
.show-validation .form-group.ng-invalid .cke {
  transition: border-color .5s ease-in-out;
  border-color: #ef8e00;
}
.form-control {
  border-radius: 3px;
  transition: border-color .5s ease-in-out;
  border: 1px solid #BBBBBB;
}
.core-icon {
  background-image: url("./media/core-icons.svg");
  background-repeat: no-repeat;
  display: inline-block;
}
.core-icon.warning {
  background-position: -2px -2px;
  background-size: 589px;
  height: 65px;
  width: 65px;
}
.core-icon.info {
  background-position: -2px -2px;
  background-size: 589px;
  height: 65px;
  width: 65px;
  transform: rotate(180deg);
}
.core-icon.success {
  background-position: -97px -2px;
  background-size: 589px;
  height: 65px;
  width: 65px;
}
.core-icon.cancel {
  background-position: -201px -17px;
  background-size: 404px;
  height: 15px;
  width: 15px;
}
.core-icon.illness {
  background-position: -243px -2px;
  background-size: 404px;
  height: 44px;
  width: 44px;
}
.core-icon.illness-small {
  background-position: -110px -21px;
  background-size: 186px;
  height: 25px;
  width: 25px;
}
.core-icon.plane-yellow {
  background-position: -1px -56px;
  background-size: 210px;
  height: 25px;
  width: 25px;
}
.core-icon.plane-green {
  background-position: -1px -84px;
  background-size: 210px;
  height: 25px;
  width: 25px;
}
.core-icon.absence-illness {
  background-position: -34px -27px;
  background-size: 198px;
  height: 20px;
  width: 20px;
}
.core-icon.calendar-star {
  background-position: -312px -3px;
  background-size: 404px;
  height: 44px;
  width: 44px;
}
.text-note {
  color: #828282;
  font-weight: 400;
  font-size: .95em;
}
.justify-items-center {
  justify-items: center;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-align-items-center {
  align-items: center !important;
}
.flex-align-items-baseline {
  align-items: baseline !important;
}
.flex-align-items-flex-start {
  align-items: flex-start !important;
}
.flex-align-items-flex-end {
  align-items: flex-end !important;
}
.flex-align-self-center {
  align-self: center !important;
}
button.core {
  padding: 8px 24px;
}
button.core.btn-thin {
  padding: 3px;
}
button.core.btn-success.disabled,
button.core.btn-success[disabled],
fieldset[disabled] button.core.btn-success,
button.core.btn-success.disabled:hover,
button.core.btn-success[disabled]:hover,
fieldset[disabled] button.core.btn-success:hover,
button.core.btn-success.disabled:focus,
button.core.btn-success[disabled]:focus,
fieldset[disabled] button.core.btn-success:focus,
button.core.btn-success.disabled.focus,
button.core.btn-success[disabled].focus,
fieldset[disabled] button.core.btn-success.focus,
button.core.btn-success.disabled:active,
button.core.btn-success[disabled]:active,
fieldset[disabled] button.core.btn-success:active,
button.core.btn-success.disabled.active,
button.core.btn-success[disabled].active,
fieldset[disabled] button.core.btn-success.active {
  background-color: #FFFFFF;
  border-color: #DEDEDE;
  color: #DEDEDE;
}
a.core {
  color: #3F8FCA;
}
a.core:hover {
  text-decoration: underline;
}
@media (min-width:768px) {
  .modal.dialog.core-offmenu .modal-dialog {
    width: 600px;
  }
}
.dialog .dialog-button-ok {
  border: none !important;
}
.dialog .modal-dialog {
  max-width: 360px;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  padding: 9px;
}
.dialog .modal-dialog .modal-content {
  border-radius: 7px;
  padding: 10px;
}
.dialog .dialog-content {
  line-height: 9px;
  padding: 9px;
}
.dialog .dialog-content.confirmation .dialog-button-ok,
.dialog .dialog-content.info .dialog-button-ok {
  background-color: #E89720;
  color: #FFFFFF;
}
.dialog .dialog-content.success form {
  display: flex;
  justify-content: center;
}
.dialog .dialog-content.success form .dialog-button-ok {
  display: block;
  background-color: #3DCB6B;
  color: #FFFFFF;
}
.dialog .dialog-content .dialog-header {
  position: relative;
  text-align: center;
  min-height: 100px;
  min-width: 100px;
}
.dialog .dialog-content .dialog-header img {
  height: 65px;
  width: 65px;
}
.dialog .dialog-content .dialog-header .dialog-title {
  font-weight: bold;
}
.dialog .dialog-content .dialog-header .dialog-cancel {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog .dialog-content .dialog-header .dialog-title {
  font-size: 24px;
}
.dialog .dialog-content .dialog-body {
  text-align: center;
  min-height: 5rem;
}
.dialog .dialog-content .dialog-body .dialog-sub-title {
  color: #828282;
  line-height: 2rem;
}
.dialog .dialog-content .dialog-body .dialog-text {
  color: #282C37;
  font-size: 15px;
}
.dialog .dialog-content .dialog-footer {
  padding-top: 2px;
  min-height: 50px;
  display: flex;
  align-items: end;
}
.dialog .dialog-content .dialog-footer:before,
.dialog .dialog-content .dialog-footer:after {
  content: " ";
  display: table;
}
.dialog .dialog-content .dialog-footer:after {
  clear: both;
}
.dialog .dialog-content .dialog-footer .dialog-button-ok {
  float: right;
}
.dialog .dialog-content .dialog-footer .dialog-button-cancel {
  background-color: #fff;
  border: 1px solid #828282;
}
.dialog.confirmation .dialog-button-ok,
.dialog.info .dialog-button-ok {
  background-color: #E89720;
  color: #FFFFFF;
}
.dialog.confirmation .dialog-footer {
  min-height: 0;
}
.dialog.success .dialog-button-ok {
  background-color: #3DCB6B;
  color: #FFFFFF;
}
.dialog.core-offmenu {
  max-height: none;
  margin-top: 50px;
}
.dialog.core-offmenu .modal-dialog {
  top: 0;
  right: 0;
  transform: none !important;
  padding: 0;
  position: absolute;
  left: auto;
  width: 600px;
}
.dialog.core-offmenu .modal-dialog .modal-content {
  border-radius: 0rem 0rem 0rem 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content {
  flex: 1;
  flex-direction: column;
  padding: 0;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-header {
  margin: 0;
  display: flex;
  padding: 9px;
  align-items: flex-end;
  justify-content: space-between;
  height: 50px;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-header h3 {
  margin: 0;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-list {
  flex: 1;
  overflow-y: auto;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-list .c-card-list-n-filter-box {
  min-width: auto;
  max-width: none;
  width: auto;
  border: none;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-list .c-card-list-box {
  padding: 0;
  width: 34rem;
}
.dialog.core-offmenu .modal-dialog .modal-content .offmenu-content .offmenu-list .c-card-list-empty .btn {
  margin-top: 1rem;
}
.circle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.circle.info {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.circle .red-dot {
  background-color: #cc2623;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  top: -2px;
  right: 0;
}
.circle .fa-pencil-square-o {
  margin-left: 4px;
}
.circle .ion-android-time {
  margin-top: 4px;
  margin-left: 1px;
}
.cor-login-page {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./media/login_teaser_default.jpg");
}
.cor-login-page.security {
  background-image: url("./media/login_teaser_security.jpg");
}
.cor-login-page.maintenance {
  background-image: url("./media/login_teaser_maintenance.jpg");
}
.cor-login-page.care {
  background-image: url("./media/login_teaser_care.jpg");
}
.file-picker-files-selection.active .cor-search-input input:focus {
  color: #FFFFFF !important;
}
.c-card-search-box .cor-search-input label {
  align-items: center;
  display: flex;
  width: 100%;
}
.c-card-search-box .cor-search-input label i {
  color: #FFFFFF;
  font-size: 2.25rem;
  margin: 0 .5rem;
  position: relative;
}
.c-card-search-box .cor-search-input label input {
  background: #C4CAD1;
  border: none;
  color: #FFFFFF;
  font-weight: 100;
  font-size: 1.75rem;
}
.c-card-search-box .cor-search-input label input::placeholder {
  color: #FFFFFF;
}
.c-card-search-box .cor-search-input label input:focus {
  color: #FFFFFF;
  outline: none;
}
.offmenu-list .c-card-list-n-filter-box {
  display: inline;
}
.c-card-quick-filter {
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
}
.c-card-quick-filter.light-border {
  border: 1px solid #F0F0F0;
}
.c-card-quick-filter > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 4px;
  min-height: 32px;
  padding: 4px;
  text-align: center;
  flex: 1;
  border-radius: 3px;
  white-space: nowrap;
  transition: all .2s linear;
}
.c-card-quick-filter > div.active,
.c-card-quick-filter > div.active:hover {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.c-card-quick-filter > div.active .label,
.c-card-quick-filter > div.active:hover .label {
  background-color: #FFFFFF;
  color: #212121;
}
.c-card-quick-filter > div:hover {
  background-color: #F2F5F7;
  color: #3E424B;
  cursor: pointer;
}
.c-card-quick-filter > div:hover .badge {
  background-color: #FFFFFF;
  color: #212121;
}
.c-card-list-empty {
  align-items: center;
  color: #BBBBBB;
  display: flex;
  flex-direction: column;
  font-size: 1.75rem;
  font-weight: 400;
  justify-items: center;
  margin: 10px;
}
.c-card-list-n-filter-box {
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.c-card-list-n-filter-box .c-card-filter-box {
  background: #C4CAD1;
  border-radius: 7px 0 0 0;
  font-size: 12px;
  padding: 4px;
}
.c-card-list-n-filter-box .c-card-filter-box .c-card-search-box {
  display: flex;
  justify-content: space-around;
  padding: 5px 0;
}
.c-card-list-n-filter-box .c-card-filter-box .c-card-search-box .cor-search-input {
  align-items: center;
  display: flex;
}
.c-card-list-n-filter-box .c-card-filter-box .c-card-search-box .cor-search-input input {
  flex: 1;
  font-weight: 400;
}
.c-card-list-n-filter-box .c-card-filter-box .c-card-search-box > div {
  flex: 1;
}
.c-card-list-n-filter-box .c-card-filter-box .c-card-search-box > button {
  border: none;
  background-color: #dedede;
  padding: 3px 5px;
  display: flex;
  justify-content: space-around;
  width: 80px;
  height: 20px;
  line-height: 1;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list {
  display: flex;
  flex-direction: column;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item {
  gap: 8px;
  min-height: 90px;
  position: relative;
  border: 1px solid #DEDEDE;
  padding: 8px;
  margin-bottom: 9px;
  cursor: pointer;
  box-shadow: 0 1px 2px #DEDEDE;
  border-radius: 7px;
  display: flex;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item:last-child {
  margin-bottom: 0;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .circle {
  color: #FFFFFF;
  background-color: #828282;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .circle .ion {
  font-size: 15px;
  margin: .25rem 0 0 .1rem;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .circle .fa-pencil-square-o {
  margin-right: 3px;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.info .circle {
  background-color: #3F8FCA;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.important .circle {
  background-color: #ef8e00;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item:hover {
  background-color: #F2F5F7;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item:hover.active {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active {
  border: none;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  background-color: #828282;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active h1 {
  color: #FFFFFF;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active .circle {
  border: 1px solid #FFFFFF;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active.info {
  background-color: #3F8FCA;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active.important {
  background-color: #ef8e00;
  color: #FFFFFF;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active .c-card-list-item-content .c-card-list-item-header {
  font-weight: 500;
  color: #FFFFFF;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.active .c-card-list-item-content .c-card-list-item-footer {
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-icon {
  width: 45px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-icon .circle {
  width: 32px;
  height: 32px;
  padding-bottom: 2px;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-content {
  flex: 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.3;
  text-overflow: ellipsis;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-content .c-card-list-item-header {
  font-weight: 400;
  color: #3F8FCA;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-content > h1 {
  font-size: 17px;
  margin: 0;
  padding: .2rem 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-content > p {
  margin: 0;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-content .c-card-list-item-footer {
  border-top: 1px solid #DEDEDE;
  color: #828282;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-menu-box {
  position: absolute;
  text-align: center;
  top: 5px;
  right: 0;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item .c-card-list-item-menu-box > i {
  font-size: 24px;
  width: 30px;
  height: 30px;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list .c-card-list-item.new .c-card-list-item-content h1 {
  font-weight: 600 !important;
}
.c-card-list-n-filter-box .c-card-list-box .c-card-list-empty {
  font-size: 1.5rem;
}
.core-offmenu .new .c-card-list-item-content h1 {
  font-weight: 600 !important;
}
.c-card-box {
  display: flex;
}
.c-card-box .c-card-detail-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.c-card-box .c-card-detail-box .c-card-detail-header {
  margin: 16px;
  position: relative;
  flex: 0 0 55px;
}
.c-card-box .c-card-detail-box .c-card-detail-header > h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-card-box .c-card-detail-box .c-card-detail-content {
  flex: 1;
  display: flex;
  overflow: auto;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details {
  margin: 16px;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details > p {
  padding: 9px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px #DEDEDE;
  border-radius: 7px;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details .memo-tab-detail-read-confirmation {
  border: 2px solid #ef8e00;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details .memo-tab-detail-read-confirmation.confirmed {
  border: 2px solid #C4CAD1;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details .memo-tab-detail-read-confirmation span {
  font-size: 15px;
  color: #3E424B;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-details .memo-tab-detail-read-confirmation button.core.btn-success[disabled] {
  background: #C4CAD1;
  border: 1px solid #C4CAD1;
  color: #FFFFFF;
}
.c-card-box .c-card-detail-box .c-card-detail-content .core-tabs .memo-tab-attachments {
  display: flex;
  flex-direction: column;
}
.comment-new {
  height: 32px;
  padding: 16px;
  border-bottom: 1px solid #DEDEDE;
}
.comment-box .comment-sections {
  overflow: auto;
}
.comment-box .comment-reply {
  margin-left: 16px;
  border-left: 3px solid #DEDEDE;
  padding-left: 16px;
}
.comment-box .comment-new-reply {
  margin-bottom: 16px;
}
.comment-box .comment-input {
  position: relative;
}
.comment-box .comment-input input,
.comment-box .comment-input textarea {
  width: 100%;
  max-height: 200px;
  min-height: 50px;
  border-radius: 7px;
  border: 1px solid #DEDEDE;
  padding: 9px 64px 9px 16px;
  overflow: auto;
  outline: none;
  resize: none;
}
.comment-box .comment-input input:focus,
.comment-box .comment-input textarea:focus {
  outline: none;
  border-color: #3F8FCA;
  box-shadow: 0 1px 2px #DEDEDE;
}
.comment-box .comment-input .input-send {
  background-color: #3F8FCA;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  transition: opacity .5s ease-in;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20%;
  right: 20px;
  cursor: pointer;
}
.comment-box .comment-input .input-send.visible {
  opacity: 1;
}
.comment-box .comment-input .input-send:hover {
  background-color: #539bd0;
}
.comment-box .comment-input .input-send > i.fa-paper-plane-o {
  width: 16px;
  height: 15px;
}
.comment-box .comment-input .input-send > i.fa-pencil {
  width: 11px;
  height: 14px;
}
.comment-box .comment {
  padding: 9px;
  border: 1px solid #DEDEDE;
  border-radius: 7px;
  margin-bottom: 9px;
}
.comment-box .comment:hover {
  background-color: #F2F5F7;
}
.comment-box .comment.read-only:hover {
  background-color: inherit;
}
.comment-box .comment.highlight {
  border: 1px solid #BBBBBB;
}
.comment-box .comment .comment-edited {
  color: #828282;
  font-weight: 400;
  font-style: italic;
}
.comment-box .comment .comment-author {
  font-weight: 500;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  justify-content: space-between;
}
.comment-box .comment .comment-author > span {
  color: #828282;
  font-weight: 400;
  letter-spacing: .01em;
}
.comment-box .comment .comment-content {
  margin: 0 0 16px 0;
  font-weight: 400;
  color: #828282;
  white-space: pre-wrap;
}
.comment-box .comment .comment-footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  justify-content: space-between;
  min-height: 18px;
}
.dialog .file-picker-files-selection {
  margin: 10px 0;
}
.memo-overview-title {
  line-height: 2rem;
  overflow: auto;
}
.memo-tab-details-header {
  display: flex;
  justify-content: space-between;
}
.memo-tab-details-header h1 {
  margin: 0 1rem 0 0;
}
.memo-tab-details-header .memo-action {
  align-items: start;
  display: flex;
}
.memo-tab-details-header .memo-action button:first-child {
  margin-right: .25rem;
}
.memo-card .memo-card-user {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 125px;
  display: block;
}
.memo-card .memo-card-comments {
  margin-left: .7rem;
}
.file-picker-files-selection {
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
}
.file-picker-files-selection checkbox {
  margin: 9px 9px 9px 0;
}
.file-picker-files-selection .cor-search-input input {
  transition: none;
}
.file-picker-files-selection.active {
  background-color: #3F8FCA;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 1;
}
.file-picker-files-selection.active i {
  color: #FFFFFF;
}
.file-picker-files-selection.active .cor-search-input {
  color: #FFFFFF;
}
.file-picker-files-selection.active .cor-search-input input {
  background-color: #3F8FCA;
  border-bottom: 1px solid #3F8FCA;
  color: #FFFFFF;
  transition: border-bottom .3s linear;
}
.file-picker-files-selection.active .cor-search-input input:focus {
  border-bottom: 1px solid #FFFFFF;
}
.file-picker-files-selection.active .cor-search-input i {
  color: #FFFFFF;
}
.file-picker-files-selection.active .file-picker-file-selection-counter {
  opacity: 1;
}
.file-picker-files-selection.active .file-picker-file-selection-actions {
  opacity: 1;
  cursor: pointer;
}
.file-picker-files-selection.active .file-picker-file-selection-actions i {
  margin-left: 8px;
}
.file-picker-files-selection.active .file-picker-file-selection-actions a {
  margin-left: 8px;
  color: #FFFFFF;
  text-decoration: underline;
}
.file-picker-files-selection.active .file-picker-file-selection-actions .btn[disabled] {
  cursor: not-allowed;
  pointer-events: auto;
}
.file-picker-files-selection .file-picker-file-selection-counter {
  opacity: 0;
}
.file-picker-files-selection .file-picker-file-selection-actions {
  display: flex;
  opacity: 0;
}
.file-picker-files-selection .file-picker-file-selection-actions > div {
  margin-right: 8px;
}
.file-picker-files-selection .file-picker-file-selection-actions > div:last-child {
  margin-right: 0;
}
.file-picker-files .file-picker-file {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.file-picker-files .file-picker-file.file-picker-file-readonly {
  cursor: auto;
}
.file-picker-files .file-picker-file .file-picker-file-content {
  flex: 1;
  display: flex;
  background-color: #F2F5F7;
  border: 1px solid transparent;
  flex-wrap: wrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  padding: 9px;
  border-radius: 5px;
  align-items: center;
  font-size: 15px;
}
.file-picker-files .file-picker-file .file-picker-file-content .clickable {
  color: #3F8FCA;
}
.file-picker-files .file-picker-file .file-picker-file-content .clickable:hover .hover-underline {
  text-decoration: underline;
}
.file-picker-files .file-picker-file .file-picker-file-content img {
  max-height: 150px;
  max-width: 150px;
}
.file-picker-files .file-picker-file .file-picker-file-content .file-picker-file-upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: width .1s linear;
  background-color: #3F8FCA;
  opacity: .5;
}
.file-picker-files .file-picker-file .file-picker-file-content .progress {
  display: inline-block;
  width: 50px;
  margin: 0;
}
.dialog .file-picker-files {
  margin-bottom: 1rem;
  max-height: 24rem;
  overflow: auto;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.core-tabs .nav-tabs {
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.core-tabs .nav-tabs .nav-item {
  transition: all .2s linear;
  cursor: pointer;
}
.core-tabs .nav-tabs .nav-item:first-child {
  margin-left: 1rem;
}
.core-tabs .nav-tabs .nav-item a.nav-link {
  font-family: "Roboto";
  font-weight: 400;
}
.core-tabs .nav-tabs .nav-item.active {
  background: none;
  border: none;
}
.core-tabs .nav-tabs .nav-item.active a.nav-link {
  background: none;
  border-bottom: 3px solid #98448D;
  font-weight: 400;
}
.core-tabs .nav-tabs .nav-item.active:hover a.nav-link {
  border-bottom: 3px solid #98448D;
}
.core-tabs .nav-tabs .nav-item:hover a.nav-link {
  background-color: #F2F5F7;
  border-bottom: 3px solid #F2F5F7;
}
.core-tabs .nav-tabs .nav-item.disabled {
  display: none;
}
.core-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 15px;
  color: #212121;
  margin-right: 0;
  padding: 3px 10px;
}
.core-tabs .tab-content {
  flex: 1;
}
.core-tabs .tab-content h4 {
  font-size: 15px;
  font-weight: 600;
}
.core-tabs .tab-content p {
  margin: 0;
}
.core-tabs-inverted .nav-tabs .nav-item:hover a.nav-link {
  background-color: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
.icon-menu {
  font-size: 24px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fade-able {
  transition: opacity .3s ease-in;
  opacity: 0;
}
.fade-able.visible {
  opacity: 1;
}
.animate-fade.ng-enter {
  transition: .5s linear all;
  opacity: 0;
}
.animate-fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.animate-fade.ng-leave {
  transition: .5s linear all;
  opacity: 1;
}
.animate-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.core-checkbox .fa,
.core-tickbox .fa {
  color: #BBBBBB;
  cursor: pointer;
  font-size: 17px;
}
.core-checkbox .fa.checked,
.core-tickbox .fa.checked,
.core-checkbox .fa:hover,
.core-tickbox .fa:hover {
  color: #3F8FCA;
}
.core-checkbox .fa.child-checked,
.core-tickbox .fa.child-checked {
  color: #72b5e6;
}
.core-checkbox .fa.checked,
.core-tickbox .fa.checked {
  font-size: 16px;
}
.core-tickbox {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transition: background-color .4s ease-in-out;
}
.core-tickbox:hover {
  background-color: #88C0EA;
}
.core-tickbox.checked {
  background-color: #3F8FCA;
  border: 1px solid #3482bc;
}
.core-tickbox.unchecked {
  border: 2px solid #3F8FCA;
}
.match {
  color: gray;
}
.ins {
  color: black;
  background: #bbffbb;
}
.del {
  color: black;
  background: #ffbbbb;
}
.dialog-button-ok {
  background-color: #3F8FCA;
  border-color: #3482bc;
  color: #FFFFFF;
}
.dialog-button-ok:hover,
.dialog-button-ok:active,
.dialog-button-ok.hover {
  background-color: #3482bc;
}
.dialog-button-ok:hover,
.dialog-button-ok:focus {
  color: #FFFFFF;
}
.set-assignment-box {
  max-height: 300px;
  display: flex;
  overflow: auto;
}
.set-assignment-box .select-group-box {
  height: 100%;
}
.set-assignments-receiver {
  border: 1px solid #C4CAD1;
  border-radius: 5px;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  padding: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.set-assignments-receiver .receiver-header {
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 8px;
  border-bottom: 1px solid #C4CAD1;
  margin-bottom: 8px;
}
.set-assignments-receiver .receiver-header.receiver-header-empty {
  border-bottom: none;
  margin-bottom: 0;
}
.set-assignments-receiver .receiver-header h3 {
  margin: 0;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  flex: 1;
}
.set-assignments-receiver .receivers-box {
  flex: 1;
  overflow: auto;
  max-height: 400px;
}
.set-assignments-receiver .receivers-box .receiver {
  padding: 2px 8px;
}
.large-text {
  font-size: 14px;
  line-height: 22.44px;
}
.align-items-center {
  align-items: center;
}
.align-content-center {
  align-content: center;
}
.flex-grow-1 {
  flex: 1;
}
.justify-content-space-around {
  justify-content: space-around;
}
.justify-content-flex-start {
  justify-content: flex-start !important;
}
.daterangepicker.drop-up {
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25), 0 1px 15px rgba(0, 0, 0, 0.22);
}
.white-space-normal {
  white-space: normal;
}
section.content-header {
  display: flex;
  justify-content: space-between;
}
section.content-header > .breadcrumb {
  float: none;
  position: initial;
}
@media (max-width:992px) {
  section.content-header > .breadcrumb {
    background-color: transparent;
  }
}
section.content-header > .breadcrumb li {
  font-size: 12px;
}
section.content-header > .breadcrumb li.active {
  font-weight: 500;
  color: #282C37;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}
section.content-header > .breadcrumb li.active:before {
  font-size: 15px;
}
table.change-history th {
  width: 30%;
}
table.change-history td {
  vertical-align: baseline;
}
.memo-other-options {
  line-height: 2rem;
}
.match,
.textdiff span {
  color: gray;
}
.ins,
ins {
  color: black;
  background: #bbffbb;
}
.del,
del {
  color: black;
  background: #ffbbbb;
}
.file-attachement-hint {
  color: #3F8FCA;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.memo-tab-attachments .file-attachement-hint {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.modal-dialog .file-dropbox {
  margin: 0;
}
.file-usage-td .label {
  padding: .25rem 1rem;
}
.file-usage-td .label i {
  font-size: 1.25rem;
  margin: 0 .25rem .25rem 0;
}
.file-usage h4 {
  font-weight: 700;
  font-size: 1.25rem;
}
.file-usage .mini-memos {
  max-height: 35rem;
  overflow: auto;
}
.file-usage .mini-memos .mini-memo {
  align-items: center;
  background: #F2F5F7;
  border-radius: 3px;
  color: #282C37;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}
.file-usage .mini-memos .mini-memo i {
  margin: 0 .5rem .25rem 0;
}
.file-usage .mini-memos .mini-memo .file-usage-title {
  flex: 1;
  margin-right: .5rem;
}
.file-usage .mini-memos .mini-memo .file-usage-date-time {
  color: #C4CAD1;
}
.file-usage .mini-memos.has-permission .mini-memo {
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.file-usage .mini-memos.has-permission .mini-memo:hover {
  background: #3F8FCA;
  cursor: pointer;
  color: #FFFFFF;
}
.file-usage .mini-memos.has-permission .mini-memo:hover .file-usage-date-time {
  color: #FFFFFF;
}
.memo-planned-publication {
  margin: 1rem;
}
.memo-planned-publication span {
  margin-right: 1.5rem;
}
.text-editor {
  padding: 1rem;
  border: 1px solid #DEDEDE;
  box-shadow: 0 1px 2px #DEDEDE;
  border-radius: 7px;
}
.text-editor body {
  margin: 0rem !important;
}
.text-editor-readonly .cke_top,
.text-editor-readonly .cke_bottom {
  display: none;
}
.text-editor-readonly .cke {
  border: none;
  border-radius: 0rem;
  transition: none;
}
.text-editor-readonly .cke_contents {
  height: 30vh !important;
}
.cke-editable p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.cke-editor-textarea-display {
  overflow: auto;
  max-height: 500px;
}
.cke-editor-textarea-display p {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.modal-dialog .text-editor-readonly {
  margin-bottom: 2rem;
}
.memos-offmenu-unread {
  background: #282C37;
  color: #FFFFFF;
  border-radius: 7px;
}
.btn-white {
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  color: #3E424B;
  cursor: pointer;
  font-weight: 400;
  padding: .25rem 1rem;
}
.info-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-tags h4 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.table-cell-center .info-tags {
  justify-content: flex-start;
}
.info-tag {
  align-items: center;
  background: #3E424B;
  border-radius: 3px;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  font-size: 1.25rem;
  justify-content: center;
  margin: 1px;
  padding: 1px 8px;
  white-space: nowrap;
}
.info-tag.info-tag-with-border {
  border: 1px solid #3e424b;
  padding: 2px 8px;
}
.info-tag.info-tag-width-md {
  width: 6rem;
}
.info-tag.info-tag-disc {
  border-radius: 1rem;
  display: block;
  height: 1.25rem;
  margin: 0rem 1rem;
  padding: .75rem;
  width: 1.25rem;
}
.info-tag.info-tag-disc.info-tag-icon {
  align-content: center;
  display: flex;
  height: 2rem;
  width: 2rem;
}
.info-tag.info-tag-text.info-tag-icon i {
  margin-right: .5rem;
}
.number-tag {
  background: #3E424B;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.25rem;
  padding: 0 .75rem;
}
.info-tag-primary {
  background: #3F8FCA;
}
.info-tag-secondary {
  background: #DEDEDE;
  color: #3E424B;
}
.info-tag-success {
  background: #3DCB6B;
}
.info-tag-warn {
  background: #E89720;
}
.info-tag-error {
  background: #CB403D;
}
.neo-list .info-tag i {
  margin: 1px 1px 0px 0px;
}
.flex-centered {
  display: flex;
  justify-content: center;
}
.info-box.info-box-icon-only {
  display: inline;
}
.edit-buttongroup {
  display: flex;
  font-size: 1.5rem;
  justify-content: flex-end;
  margin: 1rem 0;
}
.flex-stretch {
  display: flex;
  flex-direction: column;
}
div[ui-view=content] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
}
@media (max-width:480px) {
  .wrapper .main-header .navbar .nav-logo img {
    display: none;
  }
}
@media (max-width:480px) {
  .neo-formfield-row .neo-label-formfield {
    width: 100%;
  }
}
.neo-formfield-row {
  display: flex;
  flex-direction: row;
  white-space: normal;
  flex-flow: wrap;
}
.neo-formfield-row .neo-label-formfield {
  margin-right: 1rem;
}
@media screen and (max-width:45em) {
  .neo-formfield-row {
    flex-wrap: wrap;
  }
}
.neo-formfield-button {
  display: flex;
}
.neo-formfield-button .neo-input {
  flex-grow: 1;
}
.neo-formfield-button .icon-button {
  margin: 0 0 .25rem .5rem;
  padding: .1rem 1rem;
  height: 3rem;
  width: 30px;
  align-self: center;
}
.neo-formfield-button .info-tag {
  height: 3rem;
  margin: 0;
}
.neo-label-formfield {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.neo-label-formfield.neo-label-formfield-30 {
  flex: 1 0 26rem;
}
.neo-label-formfield label {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 9px;
}
.neo-label-formfield textarea {
  width: 100%;
}
.neo-formfield {
  background: #F2F5F7;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #282C37;
  outline: none;
}
.neo-formfield.neo-read-only {
  background: #F0F0F0;
  box-shadow: none;
  color: #828282;
}
.neo-formfield-group {
  background: #F2F5F7;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: #282C37;
  outline: none;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.neo-formfield-group.neo-read-only {
  background: #F0F0F0;
  box-shadow: none;
  color: #828282;
}
.neo-formfield-group.neo-formfield-group-md {
  width: 300px;
}
.neo-formfield-group:focus-within {
  border: 1px solid #3F8FCA;
}
.neo-formfield-group.neo-formfield-warning {
  border: 1px solid #E89720;
  color: #E89720;
}
.neo-formfield-group .neo-input {
  background: none;
  border: none;
  border-radius: 5px;
  outline: none;
  flex: 1;
}
.neo-formfield-group .neo-input:focus,
.neo-formfield-group .neo-input.ng-invalid.ng-touched {
  border: none;
}
.neo-formfield-group .neo-input:invalid {
  box-shadow: none;
}
.neo-formfield-group .neo-formfield-icon {
  margin: 0 1rem;
}
.neo-formfield-group .neo-formfield-icon .fa-circle {
  font-size: 5px;
  margin: 1rem 0;
}
.neo-formfield-group.neo-read-only .neo-input {
  background: #F0F0F0;
  box-shadow: none;
  color: #828282;
}
.neo-formfield-group.neo-read-only .neo-formfield-icon {
  display: none;
}
.neo-input,
.neo-textarea {
  font-size: 1.5rem;
  padding: .5rem 1rem;
}
.neo-input:focus,
.neo-textarea:focus {
  border: 1px solid #3F8FCA;
}
.neo-input.neo-input-day {
  line-height: normal;
  width: 15rem;
}
.neo-input-readonly {
  font-size: 1.5rem;
}
.neo-textarea {
  width: 50rem;
  height: 10rem;
}
.neo-textarea-formfield {
  background: none;
  border: medium none;
  resize: none;
}
.neo-textarea-formfield:focus,
.neo-textarea-formfield.ng-invalid.ng-touched {
  border: none;
}
.neo-textarea-formfield:invalid {
  box-shadow: none;
}
.neo-textarea-lg {
  height: 20rem;
}
.neo-textarea-md {
  height: 10rem;
}
.neo-textarea[disabled],
.neo-formfield.neo-input[disabled] {
  background: #DEDEDE;
  border-color: #C4CAD1;
  color: #828282;
}
.neo-label-formfield.disabled .neo-formfield-group {
  background: #DEDEDE;
  border-color: #C4CAD1;
  color: #828282;
}
.icon-button {
  align-items: center;
  background: #FFFFFF;
  border: none;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  color: #282C37;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: .5rem .75rem;
  width: 2.5rem;
}
.icon-button:focus {
  outline: none;
}
.icon-button:active {
  box-shadow: inset 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.permission-icon-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 3rem;
}
.single-schedule-rule .date-list-pill > span:nth-of-type(1) {
  display: inline-flex;
}
.single-schedule-rule .date-list-pill > span:nth-of-type(1) span {
  max-width: 180px;
  display: inline-block;
}
.single-schedule-rule .date-list-pill select {
  max-width: 180px;
}
.single-schedule-rule .schedule-notification {
  margin-right: 2px;
  white-space: nowrap;
}
.user-permissions-dialog .modal-content {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  min-width: 65rem;
}
.user-permissions-dialog .dialog-content {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
}
.user-permissions-dialog .dialog-header-text {
  align-items: center;
  display: flex;
  margin-bottom: .5rem;
}
.user-permissions-dialog h3 {
  display: flex;
  flex-grow: 1;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 2.25rem;
  margin: 0;
}
.user-permissions-dialog h4,
.user-permissions-dialog b {
  font-family: Roboto;
  font-size: 1.25rem;
  font-weight: 500;
}
.user-permissions-dialog .dialog-header {
  margin: 1rem;
}
.user-permissions-dialog .dialog-header .dialog-intro {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.user-permissions-dialog .dialog-header .dialog-info {
  border: 1px solid #3F8FCA;
  border-radius: 5px;
  color: #3F8FCA;
  font-size: 1.2rem;
  font-weight: 500;
}
.user-permissions-dialog .dialog-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  margin: 0rem 1rem 1rem 1rem;
}
.user-permissions-dialog .dialog-body .date-list-date-title {
  font-weight: 700;
  margin-bottom: .5rem;
}
.user-permissions-dialog .dialog-body .c-card-filter-item {
  font-size: 1.25rem;
  width: 12rem;
}
.user-permissions-dialog .dialog-body .c-card-filter-item.active:hover {
  background: #3476A6;
  color: #FFFFFF;
}
.user-permissions-dialog .dialog-footer {
  background: #F2F5F7;
  border-radius: 0 0 7px 7px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  padding: 1rem 1rem 0rem 1rem;
}
.permission-picker {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  display: flex;
}
.permission-picker button {
  border: none;
  background: none;
  display: flex;
}
.permission-picker button:hover .fa-stack-2x {
  color: #88C0EA;
}
.permission-picker button:focus {
  outline: none;
}
.permission-picker button.fa-stack {
  align-items: center;
}
.permission-picker button.selection-first {
  margin-right: 1rem;
}
.permission-picker button.selection-last {
  margin-left: 1rem;
}
.permission-picker button i.fa-stack-1x {
  height: 2.25rem;
}
.permission-picker {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  display: flex;
}
.permission-picker button {
  border: none;
  background: none;
  display: flex;
}
.permission-picker button:hover .fa-stack-2x {
  color: #88C0EA;
}
.permission-picker button:focus {
  outline: none;
}
.permission-picker button.fa-stack {
  align-items: center;
}
.permission-picker button.selection-first {
  margin-right: 1rem;
}
.permission-picker button.selection-last {
  margin-left: 1rem;
}
.permission-picker button i.fa-stack-1x {
  height: 2.25rem;
}
.select-all-row {
  background-color: #3F8FCA !important;
  color: #FFFFFF !important;
  font-weight: 600;
}
.select-all-row a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
}
.tour-content-header {
  display: flex;
  padding: 15px 15px 0 15px;
}
.tour-content-header h1 {
  margin: 0;
  font-size: 24px;
}
.tour-content-header ol {
  margin: 0;
}
.scroll-box {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
kbd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #333;
  display: inline-block;
  font-family: inherit;
  font-size: 13px;
  line-height: 20px;
  margin: 0 .1em;
  min-width: 2em;
  padding: .1em .6em;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: bottom;
}
.case-details .case-status {
  color: #C4CAD1;
  font-weight: 400;
}
.case-details .case-status-separator {
  margin: 0 .25rem;
}
.case-details .comment-box {
  padding: 0;
}
.case-incident-card {
  display: flex;
}
.case-incident-card .case-incident-card-media-text {
  display: flex;
  flex: 1;
}
.case-incident-card .image img {
  margin-right: 1rem;
  width: 20rem;
}
.case-incident-card .text-items {
  flex: 1;
}
.case-incident-card .text-items .text-item {
  display: flex;
  flex-wrap: wrap;
}
.case-incident-card .text-items .text-item .title {
  font-weight: 500;
  width: 15rem;
}
.flexi-form-view .table-info.alert-info {
  max-width: 55rem;
}
.neo-link {
  background: none;
  color: #3F8FCA;
  font-weight: 400;
  padding: .25rem;
  text-decoration: underline;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.neo-link.neo-link-simple {
  text-decoration: none;
}
.neo-link.neo-link-simple:hover {
  background: none;
  color: #3F8FCA;
  text-decoration: underline;
}
.neo-link:hover {
  background: #3F8FCA;
  color: #FFFFFF;
  text-decoration: none;
}
.select-incidents-dialog {
  font-size: 1.5rem;
}
.select-incidents-dialog .neo-list {
  overflow: auto;
}
.dialog-500 .modal-dialog {
  min-width: 400px !important;
  max-width: 500px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}
.file-picker {
  margin-top: 1rem;
}
.file-picker .file-picker-toolbar {
  background: #3F8FCA;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 4px;
}
.file-picker .file-picker-toolbar .file-picker-file-selection-counter {
  color: #FFFFFF;
  font-size: 15px;
}
.file-picker .file-picker-list .file-picker-file {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.file-picker .file-picker-list .file-picker-file.file-picker-file-readonly {
  cursor: auto;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content {
  flex: 1;
  display: flex;
  background-color: #F2F5F7;
  border: 1px solid transparent;
  flex-wrap: wrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-between;
  padding: 9px;
  border-radius: 5px;
  align-items: center;
  font-size: 15px;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content .clickable {
  color: #3F8FCA;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content .clickable:hover .hover-underline {
  text-decoration: underline;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content img {
  max-height: 150px;
  max-width: 150px;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content .file-picker-file-upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: width .1s linear;
  background-color: #3F8FCA;
  opacity: .5;
}
.file-picker .file-picker-list .file-picker-file .file-picker-file-content .progress {
  display: inline-block;
  width: 50px;
  margin: 0;
}
.file-picker .file-attachement-hint {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.file-picker .file-button-link {
  margin-left: 1rem;
  color: #282C37;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
}
.file-picker .file-button-link:hover {
  color: #FFFFFF;
}
.no-entries-available {
  color: #BBBBBB;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.75rem;
  font-weight: 400;
  justify-items: center;
  margin: 4rem 1rem;
}
.no-entries {
  color: #BBBBBB;
}
.detail-view-tabs .tab-pane {
  padding-bottom: .1rem;
}
.filter-box .case-table .deselected-case {
  background: none;
  border-left: 2px solid transparent;
}
.filter-box .case-table .selected-case {
  background: #dfeef9;
  border-left: 2px solid #3F8FCA;
}
.user-typeahead-item {
  cursor: pointer;
  margin: .25rem;
  padding: .25rem 1rem;
}
.user-typeahead-item .user-typeahead-item-number {
  color: #828282;
  font-size: 1.25rem;
}
.user-typeahead-item:focus .user-typeahead-item-number,
.user-typeahead-item:hover .user-typeahead-item-number,
.user-typeahead-item:active .user-typeahead-item-number {
  color: #DEDEDE;
}
.active .user-typeahead-item {
  background: #3F8FCA;
  color: #FFFFFF;
}
.active .user-typeahead-item .user-typeahead-item-number {
  color: #DEDEDE;
}
.dropdown-menu > .active > a.user-typeahead-item:hover {
  background: #3F8FCA;
}
.box-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DEDEDE;
}
label.neo-checkbox-group[disabled=disabled] .neo-checkbox-unchecked,
label.neo-checkbox-group[disabled=disabled] .neo-checkbox-checked {
  cursor: not-allowed;
}
label.neo-checkbox-group[disabled=disabled] .neo-checkbox-unchecked {
  color: #DEDEDE;
}
label.neo-checkbox-group[disabled=disabled] .neo-checkbox-unchecked:hover {
  color: #DEDEDE;
}
label.neo-checkbox-group .neo-checkbox {
  display: none;
}
label.neo-checkbox-group .neo-checkbox + .fa-stack .neo-checkbox-unchecked {
  display: flex;
}
label.neo-checkbox-group .neo-checkbox + .fa-stack .neo-checkbox-checked {
  display: none;
}
label.neo-checkbox-group .neo-checkbox:checked + .fa-stack .neo-checkbox-unchecked {
  display: none;
}
label.neo-checkbox-group .neo-checkbox:checked + .fa-stack .neo-checkbox-checked {
  display: flex;
}
label.neo-checkbox-group .fa-stack {
  font-size: 2rem;
}
label.neo-checkbox-group .neo-checkbox-bg {
  display: flex;
  color: #FFFFFF;
}
label.neo-checkbox-group .neo-checkbox-unchecked {
  color: #DEDEDE;
}
label.neo-checkbox-group .neo-checkbox-unchecked:hover {
  color: #3F8FCA;
}
label.neo-checkbox-group .neo-checkbox-checked {
  color: #3F8FCA;
}
label.neo-checkbox-group .neo-checkbox-unchecked,
label.neo-checkbox-group .neo-checkbox-checked {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
label.neo-checkbox-group.neo-checkbox-group-light .neo-checkbox-unchecked,
label.neo-checkbox-group.neo-checkbox-group-light .neo-checkbox-checked {
  color: #88C0EA;
}
.table-change-row {
  background: #f9f9f9;
}
.neo-dropdown-menu .dropdown-menu {
  min-width: auto;
  padding: .5rem;
}
.neo-dropdown-menu .dropdown-menu a {
  border-radius: 3px;
  color: #282C37;
  font-weight: 400;
  text-decoration: none;
}
.neo-dropdown-menu .dropdown-menu a:hover {
  color: #282C37;
  background: #C4CAD1;
}
.neo-dropdown-menu .dropdown-menu i {
  color: #282C37;
}
.neo-dropdown-menu .dropdown-menu .disabled a {
  color: #BBBBBB;
  cursor: default;
}
.neo-dropdown-menu .dropdown-menu .disabled a:hover {
  background: none;
}
.neo-dropdown-menu .dropdown-menu .disabled i {
  color: #BBBBBB;
}
.ui-resizable-disabled .ui-resizable-handle {
  visibility: hidden;
}
.group-attributes-info {
  color: #828282;
  margin-bottom: 1rem;
}
.btn.btn-box-tool:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box-tools-md .btn.btn-box-tool {
  color: #3E424B;
  font-size: 16px;
}
.box-tools-md .btn.btn-box-tool:hover {
  color: #282C37;
}
.gps-checkpoints {
  overflow: auto;
  margin-bottom: 1rem;
}
.gps-checkpoints .gps-checkpoint {
  padding: 1rem;
}
.gps-checkpoints .gps-checkpoint:hover,
.gps-checkpoints .gps-checkpoint.hover {
  background: #F4F4F4;
}
.gps-checkpoints .gps-checkpoint.active {
  background: #eee;
}
.gps-checkpoints .gps-checkpoint.active .gps-checkpoint-name {
  font-weight: bold;
}
.gps-checkpoints .gps-checkpoint .gps-checkpoint-links {
  margin-left: 1rem;
}
.gps-checkpoints .gps-checkpoint a {
  margin-right: .5rem;
}
.gmnoprint.gm-style-mtc > div:last-child {
  right: auto !important;
}
.gmnoprint.gm-style-mtc > div:last-child > div {
  display: flex;
}
.gmnoprint.gm-style-mtc > div:last-child > div > span {
  display: flex;
}
#map-editor-map {
  height: 400px;
}
@media (min-width:768px) {
  #map-editor-map {
    height: 500px;
  }
}
@media (min-width:992px) {
  #map-editor-map {
    height: 550px;
  }
}
@media (min-width:1200px) {
  #map-editor-map {
    height: 600px;
  }
}
@media (min-width:766px) {
  .map-editor-form-container {
    margin-left: -2px;
    padding-left: 0px;
  }
}
ol.neo-breadcrumbs {
  display: flex;
  font-size: 1.5rem;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 200;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.neo-breadcrumbs li {
  margin-right: 1rem;
}
ol.neo-breadcrumbs li.neo-breadcrumb-separator {
  color: #828282;
}
ol.neo-breadcrumbs li a {
  color: #3F8FCA;
  text-decoration: none;
}
ol.neo-breadcrumbs li a:hover {
  text-decoration: underline;
}
.neo-previous-next-navigation {
  display: flex;
  font-size: 1.7rem;
  justify-content: space-between;
  margin: 1rem 0 1rem 1rem;
}
.neo-page-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: 1rem;
}
.neo-page-header h1 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 2rem 0 0;
  padding: 0;
}
.neo-page-header .neo-page-counter {
  background: #FFFFFF;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  border-radius: 7px;
  color: #3E424B;
  font-size: 1.5rem;
  min-width: 2.5rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 0rem 2rem 0rem 1rem;
}
.neo-button-tabs {
  display: flex;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  margin: 1rem;
}
.neo-button-tabs .neo-button-tabs-border {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  display: flex;
  flex-wrap: wrap;
}
.neo-button-tabs .neo-button-tab {
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: .25rem 1.75rem;
  margin: .25rem;
}
.neo-button-tabs .neo-button-tab:visited,
.neo-button-tabs .neo-button-tab:hover,
.neo-button-tabs .neo-button-tab:focus,
.neo-button-tabs .neo-button-tab:active {
  background: #F2F5F7;
  outline: none;
}
.neo-button-tabs .neo-button-tab .info-tag-primary {
  display: flex;
  align-items: center;
  height: 1.5rem;
}
.neo-button-tabs .neo-button-tab.active {
  background: #3F8FCA;
  color: #FFFFFF;
}
.neo-button-tabs .neo-button-tab.active .info-tag-primary {
  background: #FFFFFF;
  color: #282C37;
}
.neo-panel {
  display: flex;
}
.neo-panel .neo-panel-border {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin: 1rem;
  padding: 1rem;
}
.neo-panel .neo-panel-border.neo-panel-border-width-500 {
  width: 500px;
}
.neo-panel .neo-panel-border.neo-panel-border-width-1000 {
  width: 1000px;
}
.neo-panel .neo-panel-border.neo-panel-border-width-1200 {
  width: 1200px;
}
.neo-panel .neo-panel-border.neo-panel-border-full-width {
  flex: 1;
}
.basic-data-edit .has-warning label.control-label,
.basic-data-edit .warning {
  color: #E89720;
}
.basic-data-edit dd {
  margin-bottom: 1rem;
}
.editable-map {
  display: flex;
  height: 100%;
  padding: 0 !important;
}
.editable-map .editable-map-content {
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 200px;
}
.editable-map .editable-map-content > div {
  border-radius: 7px;
}
.editable-map.editable-map-editmode .editable-map-content > div {
  border-radius: 7px;
}
.editable-map #editable-map-side {
  margin: 1rem;
  background: #FFFFFF;
  border-radius: 2px;
  width: 350px;
  max-height: 100%;
  overflow-y: auto;
}
.editable-map .editable-map-side {
  background: white;
  margin: 1rem;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.editable-map .editable-map-side h3 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  padding-top: 0;
}
.editable-map .editable-map-side .map-radius-group .map-radius-slider {
  margin-left: .25rem;
}
.editable-map .editable-map-side .zone-input {
  display: flex;
}
.editable-map .editable-map-side .zone-input.zone-input-empty {
  color: #BBBBBB;
}
.editable-map .editable-map-side .zone-button {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width:768px) {
  .editable-map #editable-map-side {
    margin-top: 130px;
  }
}
.editable-map .editable-map-place-marker {
  font-size: 1.5rem;
}
.editable-map .editable-map-place-marker:hover,
.editable-map .editable-map-place-marker:focus,
.editable-map .editable-map-place-marker:active {
  background: #EBEBEB;
}
.editable-map .editable-map-place-marker i {
  font-size: 2rem;
}
.neo-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.neo-button {
  border-radius: 5px;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  padding: .5rem 1rem;
}
.neo-button:active {
  box-shadow: inset 0 2px 5px 0 hsla(0, 0%, 0%, 0.2);
}
.neo-button.neo-button-with-icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neo-button.neo-button-grow {
  flex: auto;
}
.neo-button.neo-button-font-sm {
  font-size: 1.25rem;
}
.neo-button.neo-button-primary {
  background: #3F8FCA;
  border: 1px solid #3F8FCA;
  color: #FFFFFF;
}
.neo-button.neo-button-secondary {
  background: #FFFFFF;
  border: 1px solid #C4CAD1;
  color: #282C37;
}
.neo-button.neo-button-success {
  background: #3DCB6B;
  border: 1px solid #3DCB6B;
  color: #FFFFFF;
}
.neo-button.neo-button-danger {
  background: #FFFFFF;
  border: 1px solid #CB403D;
  color: #CB403D;
}
.neo-button:hover,
.neo-button:active,
.neo-button:focus {
  border: 1px solid #282C37;
  outline: none;
}
.neo-button.neo-button-disabled {
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
  color: #F0F0F0;
}
.neo-button.neo-button-disabled:hover,
.neo-button.neo-button-disabled:active,
.neo-button.neo-button-disabled:focus {
  border: 1px solid #DEDEDE;
  box-shadow: none;
}
i.margin-right-sm {
  margin-right: .5rem;
}
i.margin-right-xs {
  margin-right: .25rem;
}
i.margin-left-sm {
  margin-left: .5rem;
}
i.margin-left-xs {
  margin-left: .25rem;
}
.map-radius-group {
  display: flex;
}
.map-radius-group .map-radius-slider {
  flex: 1;
}
.neo-map-search {
  padding: 8px 0;
}
.neo-map-search label {
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  flex-wrap: nowrap;
  margin: 0;
}
.neo-map-search i {
  color: #282C37;
  font-size: 1.75rem;
  margin: .5rem;
}
.neo-map-search input {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #282C37;
  flex: 1;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0 .5rem;
  width: 30rem;
  min-width: 10rem;
}
.neo-map-search input:focus {
  outline: none;
}
.neo-map-search ::placeholder {
  color: #C4CAD1;
  opacity: 1;
}
.neo-map-search :-ms-input-placeholder {
  color: #C4CAD1;
}
.neo-map-search ::-ms-input-placeholder {
  color: #C4CAD1;
}
.neo-map-search button.table-search-close {
  background: none;
  border: none;
  margin: .25rem;
}
.neo-map-search button.table-search-close i {
  color: #828282;
}
.neo-map-search button.table-search-close:hover i,
.neo-map-search button.table-search-close:focus i,
.neo-map-search button.table-search-close:active i {
  color: #212121;
}
.checkpoint-info-sm {
  color: #828282;
  font-size: 1rem;
  display: block;
}
@media (max-width:1199px) {
  .tour-tab-map .editable-map-place-marker {
    width: 40px;
    justify-content: center;
  }
  .tour-tab-map .editable-map-place-marker i {
    margin: 0;
  }
  .tour-tab-map .editable-map-control-place-here {
    display: none;
  }
  .tour-tab-map .neo-map-search input {
    width: 20rem;
  }
}
.map-info-window {
  font-weight: 400;
}
.btn-group .btn {
  outline: none;
}
.btn-group .btn.active {
  background-color: #3F8FCA;
  color: #FFFFFF;
}
.btn-group .btn.active:focus {
  outline: none;
  outline-offset: initial;
}
.flex-wrap {
  flex-wrap: wrap;
}
.modal-dialog-lg .modal-dialog {
  width: auto;
  max-width: 900px;
}
.role-popover .role-popover-group {
  margin-bottom: 2rem;
}
.role-popover .role-popover-group:last-child {
  margin-bottom: 0;
}
.role-view .neo-panel-border {
  padding: 0;
  width: 1000px;
}
.role-view .neo-permission-editor .label-text {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-left: 1rem;
}
.user-roles.neo-panel .neo-panel-border {
  padding: 0;
}
.user-roles.neo-panel .neo-panel-border .label-text {
  margin: 1rem 0 0 2rem;
}
.user-roles.neo-panel .neo-panel-border .neo-permission-editor .label-text {
  margin: 0 0 0 2rem;
}
.user-roles.neo-panel .neo-button-group {
  font-size: 15px;
  margin: 2rem 2rem 1rem 2rem;
}
.user-new-role-permissions .neo-role-permission-editor label .label-text {
  margin-left: 2rem;
}
.user-new-role-permissions .neo-permission-editor .tab-content {
  margin: 0 2rem;
}
a.neo-link2 {
  color: #3F8FCA;
  font-size: 15px;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 200;
  margin-right: 1rem;
  text-decoration: none;
}
a.neo-link2 .hover-on:hover {
  text-decoration: underline;
}
a.neo-link2 .hover-off:hover {
  text-decoration: none;
}
a.link-silent {
  color: #282C37;
  font-size: 15px;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 200;
  text-decoration: none;
}
a.link-silent:hover {
  text-decoration: underline;
}
.no-data {
  align-items: center;
  color: #BBBBBB;
  display: flex;
  flex-direction: column;
  font-size: 1.75rem;
  font-weight: 400;
  justify-items: center;
  margin: 10px;
}
.receiver-cell-popover {
  max-width: 600px;
  z-index: 1040 !important;
}
.cell-popover-template {
  overflow: auto;
  max-height: 40vh;
}
.cell-popover-template h4 {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: .5rem 0 1rem 0;
}
.cell-popover-template h3 {
  font-size: 18px;
  margin: .5rem 0 1rem 0;
}
.cell-popover-template .cell-popover-items {
  align-items: center;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  margin-bottom: .5rem;
  padding: 3px 7px;
  white-space: nowrap;
}
.cell-popover-template .cell-popover-items:nth-child(even) {
  background: #F0F0F0;
}
.cell-popover-template .cell-popover-items:last-child {
  margin-bottom: 0;
}
.cell-popover-template .cell-popover-items .icon-button {
  margin-left: 1rem;
}
.cell-popover-template .cell-popover-text {
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
}
.cell-popover-template .cell-popover-text a {
  background: none;
  color: #3F8FCA;
  font-family:
    "Roboto",
    "Source Sans Pro",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cell-popover-template .cell-popover-text a:hover {
  text-decoration: underline;
}
.table-hover tbody tr.no-hover {
  background: none;
}
.neo-tree-theme-simple .neo-tree {
  background: #F2F5F7;
  border: 1px solid #f4f5f7;
  border-radius: 1rem;
  margin: 0;
  padding: 0 4px;
}
.neo-tree-theme-simple .neo-tree .neo-tree-node-main.clickable:hover .neo-tree-node-name {
  text-decoration: underline;
}
.detail-view-edit-buttons-start {
  display: flex;
  font-size: 1.5rem;
  justify-content: flex-start;
  margin: 0;
}
.filter-tools {
  display: flex;
  align-items: center;
}
.filter-tools .filter-icon {
  color: #828282;
  margin-right: 5px;
}
.no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.gps-settings-tree-assignment {
  max-height: 500px;
  overflow: auto;
}
.dbg-line {
  background: #DEDEDE;
  padding: 2px 6px;
}
.dbg-line .dbg-line-code {
  font-family:
    "Lucida Console",
    Monaco,
    monospace;
  font-size: 8pt;
  -webkit-user-select: text;
  user-select: text;
}
.z-index-lower {
  z-index: 99;
}
.z-index-higher {
  z-index: 100;
}
.z-index-10000 {
  z-index: 10000 !important;
}
.live-chat {
  color: white;
  font-size: 20px;
  width: 100px;
  border: 0px;
  z-index: 10;
  position: absolute;
  right: -2.1%;
  top: 50%;
  transform: rotate(-90deg);
}
.schedule-rule-manager-add-buttons {
  display: flex;
  flex-direction: column;
  max-width: 430px;
}
.schedule-rule-manager-add-buttons button.bn {
  flex: 1 1;
  height: auto;
  justify-content: flex-start;
  min-height: 32px;
}
.sendNewCode {
  color: #3F8FCA;
}
.mfa-dialog .modal-dialog {
  width: 360px;
}
.qr-code-placeholder {
  width: 166px;
  height: 166px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex !important;
  align-items: center;
  flex-direction: column !important;
  -ms-flex-pack: center;
  justify-content: center;
}
.cursor-default {
  cursor: default !important;
}
.inactive-number {
  vertical-align: top;
  font-size: 12px;
}

/* src/assets/css/roboto.css */
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Thin-webfont.eot");
  src:
    url("./media/Roboto-Thin-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/Roboto-Thin-webfont.woff") format("woff"),
    url("./media/Roboto-Thin-webfont.ttf") format("truetype"),
    url("./media/Roboto-Thin-webfont.svg#RobotoThin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Light-webfont.eot");
  src:
    url("./media/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/Roboto-Light-webfont.woff") format("woff"),
    url("./media/Roboto-Light-webfont.ttf") format("truetype"),
    url("./media/Roboto-Light-webfont.svg#RobotoThin") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/RobotoCondensed-Light-webfont.eot");
  src:
    url("./media/RobotoCondensed-Light-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/RobotoCondensed-Light-webfont.woff") format("woff"),
    url("./media/RobotoCondensed-Light-webfont.ttf") format("truetype"),
    url("./media/RobotoCondensed-Light-webfont.svg#RobotoThin") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Regular-webfont.eot");
  src:
    url("./media/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/Roboto-Regular-webfont.woff") format("woff"),
    url("./media/Roboto-Regular-webfont.ttf") format("truetype"),
    url("./media/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Medium-webfont.eot");
  src:
    url("./media/Roboto-Medium-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/Roboto-Medium-webfont.woff") format("woff"),
    url("./media/Roboto-Medium-webfont.ttf") format("truetype"),
    url("./media/Roboto-Medium-webfont.svg#robotomedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./media/Roboto-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* src/assets/libs/font-awesome/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* src/assets/libs/Ionicons/css/ionicons.min.css */
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("./media/ionicons.eot?v=2.0.0");
  src:
    url("./media/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),
    url("./media/ionicons.ttf?v=2.0.0") format("truetype"),
    url("./media/ionicons.woff?v=2.0.0") format("woff"),
    url("./media/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ion,
.ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
  content: "\f101";
}
.ion-alert-circled:before {
  content: "\f100";
}
.ion-android-add:before {
  content: "\f2c7";
}
.ion-android-add-circle:before {
  content: "\f359";
}
.ion-android-alarm-clock:before {
  content: "\f35a";
}
.ion-android-alert:before {
  content: "\f35b";
}
.ion-android-apps:before {
  content: "\f35c";
}
.ion-android-archive:before {
  content: "\f2c9";
}
.ion-android-arrow-back:before {
  content: "\f2ca";
}
.ion-android-arrow-down:before {
  content: "\f35d";
}
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}
.ion-android-arrow-dropleft:before {
  content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}
.ion-android-arrow-dropright:before {
  content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}
.ion-android-arrow-dropup:before {
  content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}
.ion-android-arrow-forward:before {
  content: "\f30f";
}
.ion-android-arrow-up:before {
  content: "\f366";
}
.ion-android-attach:before {
  content: "\f367";
}
.ion-android-bar:before {
  content: "\f368";
}
.ion-android-bicycle:before {
  content: "\f369";
}
.ion-android-boat:before {
  content: "\f36a";
}
.ion-android-bookmark:before {
  content: "\f36b";
}
.ion-android-bulb:before {
  content: "\f36c";
}
.ion-android-bus:before {
  content: "\f36d";
}
.ion-android-calendar:before {
  content: "\f2d1";
}
.ion-android-call:before {
  content: "\f2d2";
}
.ion-android-camera:before {
  content: "\f2d3";
}
.ion-android-cancel:before {
  content: "\f36e";
}
.ion-android-car:before {
  content: "\f36f";
}
.ion-android-cart:before {
  content: "\f370";
}
.ion-android-chat:before {
  content: "\f2d4";
}
.ion-android-checkbox:before {
  content: "\f374";
}
.ion-android-checkbox-blank:before {
  content: "\f371";
}
.ion-android-checkbox-outline:before {
  content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}
.ion-android-checkmark-circle:before {
  content: "\f375";
}
.ion-android-clipboard:before {
  content: "\f376";
}
.ion-android-close:before {
  content: "\f2d7";
}
.ion-android-cloud:before {
  content: "\f37a";
}
.ion-android-cloud-circle:before {
  content: "\f377";
}
.ion-android-cloud-done:before {
  content: "\f378";
}
.ion-android-cloud-outline:before {
  content: "\f379";
}
.ion-android-color-palette:before {
  content: "\f37b";
}
.ion-android-compass:before {
  content: "\f37c";
}
.ion-android-contact:before {
  content: "\f2d8";
}
.ion-android-contacts:before {
  content: "\f2d9";
}
.ion-android-contract:before {
  content: "\f37d";
}
.ion-android-create:before {
  content: "\f37e";
}
.ion-android-delete:before {
  content: "\f37f";
}
.ion-android-desktop:before {
  content: "\f380";
}
.ion-android-document:before {
  content: "\f381";
}
.ion-android-done:before {
  content: "\f383";
}
.ion-android-done-all:before {
  content: "\f382";
}
.ion-android-download:before {
  content: "\f2dd";
}
.ion-android-drafts:before {
  content: "\f384";
}
.ion-android-exit:before {
  content: "\f385";
}
.ion-android-expand:before {
  content: "\f386";
}
.ion-android-favorite:before {
  content: "\f388";
}
.ion-android-favorite-outline:before {
  content: "\f387";
}
.ion-android-film:before {
  content: "\f389";
}
.ion-android-folder:before {
  content: "\f2e0";
}
.ion-android-folder-open:before {
  content: "\f38a";
}
.ion-android-funnel:before {
  content: "\f38b";
}
.ion-android-globe:before {
  content: "\f38c";
}
.ion-android-hand:before {
  content: "\f2e3";
}
.ion-android-hangout:before {
  content: "\f38d";
}
.ion-android-happy:before {
  content: "\f38e";
}
.ion-android-home:before {
  content: "\f38f";
}
.ion-android-image:before {
  content: "\f2e4";
}
.ion-android-laptop:before {
  content: "\f390";
}
.ion-android-list:before {
  content: "\f391";
}
.ion-android-locate:before {
  content: "\f2e9";
}
.ion-android-lock:before {
  content: "\f392";
}
.ion-android-mail:before {
  content: "\f2eb";
}
.ion-android-map:before {
  content: "\f393";
}
.ion-android-menu:before {
  content: "\f394";
}
.ion-android-microphone:before {
  content: "\f2ec";
}
.ion-android-microphone-off:before {
  content: "\f395";
}
.ion-android-more-horizontal:before {
  content: "\f396";
}
.ion-android-more-vertical:before {
  content: "\f397";
}
.ion-android-navigate:before {
  content: "\f398";
}
.ion-android-notifications:before {
  content: "\f39b";
}
.ion-android-notifications-none:before {
  content: "\f399";
}
.ion-android-notifications-off:before {
  content: "\f39a";
}
.ion-android-open:before {
  content: "\f39c";
}
.ion-android-options:before {
  content: "\f39d";
}
.ion-android-people:before {
  content: "\f39e";
}
.ion-android-person:before {
  content: "\f3a0";
}
.ion-android-person-add:before {
  content: "\f39f";
}
.ion-android-phone-landscape:before {
  content: "\f3a1";
}
.ion-android-phone-portrait:before {
  content: "\f3a2";
}
.ion-android-pin:before {
  content: "\f3a3";
}
.ion-android-plane:before {
  content: "\f3a4";
}
.ion-android-playstore:before {
  content: "\f2f0";
}
.ion-android-print:before {
  content: "\f3a5";
}
.ion-android-radio-button-off:before {
  content: "\f3a6";
}
.ion-android-radio-button-on:before {
  content: "\f3a7";
}
.ion-android-refresh:before {
  content: "\f3a8";
}
.ion-android-remove:before {
  content: "\f2f4";
}
.ion-android-remove-circle:before {
  content: "\f3a9";
}
.ion-android-restaurant:before {
  content: "\f3aa";
}
.ion-android-sad:before {
  content: "\f3ab";
}
.ion-android-search:before {
  content: "\f2f5";
}
.ion-android-send:before {
  content: "\f2f6";
}
.ion-android-settings:before {
  content: "\f2f7";
}
.ion-android-share:before {
  content: "\f2f8";
}
.ion-android-share-alt:before {
  content: "\f3ac";
}
.ion-android-star:before {
  content: "\f2fc";
}
.ion-android-star-half:before {
  content: "\f3ad";
}
.ion-android-star-outline:before {
  content: "\f3ae";
}
.ion-android-stopwatch:before {
  content: "\f2fd";
}
.ion-android-subway:before {
  content: "\f3af";
}
.ion-android-sunny:before {
  content: "\f3b0";
}
.ion-android-sync:before {
  content: "\f3b1";
}
.ion-android-textsms:before {
  content: "\f3b2";
}
.ion-android-time:before {
  content: "\f3b3";
}
.ion-android-train:before {
  content: "\f3b4";
}
.ion-android-unlock:before {
  content: "\f3b5";
}
.ion-android-upload:before {
  content: "\f3b6";
}
.ion-android-volume-down:before {
  content: "\f3b7";
}
.ion-android-volume-mute:before {
  content: "\f3b8";
}
.ion-android-volume-off:before {
  content: "\f3b9";
}
.ion-android-volume-up:before {
  content: "\f3ba";
}
.ion-android-walk:before {
  content: "\f3bb";
}
.ion-android-warning:before {
  content: "\f3bc";
}
.ion-android-watch:before {
  content: "\f3bd";
}
.ion-android-wifi:before {
  content: "\f305";
}
.ion-aperture:before {
  content: "\f313";
}
.ion-archive:before {
  content: "\f102";
}
.ion-arrow-down-a:before {
  content: "\f103";
}
.ion-arrow-down-b:before {
  content: "\f104";
}
.ion-arrow-down-c:before {
  content: "\f105";
}
.ion-arrow-expand:before {
  content: "\f25e";
}
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}
.ion-arrow-graph-down-right:before {
  content: "\f260";
}
.ion-arrow-graph-up-left:before {
  content: "\f261";
}
.ion-arrow-graph-up-right:before {
  content: "\f262";
}
.ion-arrow-left-a:before {
  content: "\f106";
}
.ion-arrow-left-b:before {
  content: "\f107";
}
.ion-arrow-left-c:before {
  content: "\f108";
}
.ion-arrow-move:before {
  content: "\f263";
}
.ion-arrow-resize:before {
  content: "\f264";
}
.ion-arrow-return-left:before {
  content: "\f265";
}
.ion-arrow-return-right:before {
  content: "\f266";
}
.ion-arrow-right-a:before {
  content: "\f109";
}
.ion-arrow-right-b:before {
  content: "\f10a";
}
.ion-arrow-right-c:before {
  content: "\f10b";
}
.ion-arrow-shrink:before {
  content: "\f267";
}
.ion-arrow-swap:before {
  content: "\f268";
}
.ion-arrow-up-a:before {
  content: "\f10c";
}
.ion-arrow-up-b:before {
  content: "\f10d";
}
.ion-arrow-up-c:before {
  content: "\f10e";
}
.ion-asterisk:before {
  content: "\f314";
}
.ion-at:before {
  content: "\f10f";
}
.ion-backspace:before {
  content: "\f3bf";
}
.ion-backspace-outline:before {
  content: "\f3be";
}
.ion-bag:before {
  content: "\f110";
}
.ion-battery-charging:before {
  content: "\f111";
}
.ion-battery-empty:before {
  content: "\f112";
}
.ion-battery-full:before {
  content: "\f113";
}
.ion-battery-half:before {
  content: "\f114";
}
.ion-battery-low:before {
  content: "\f115";
}
.ion-beaker:before {
  content: "\f269";
}
.ion-beer:before {
  content: "\f26a";
}
.ion-bluetooth:before {
  content: "\f116";
}
.ion-bonfire:before {
  content: "\f315";
}
.ion-bookmark:before {
  content: "\f26b";
}
.ion-bowtie:before {
  content: "\f3c0";
}
.ion-briefcase:before {
  content: "\f26c";
}
.ion-bug:before {
  content: "\f2be";
}
.ion-calculator:before {
  content: "\f26d";
}
.ion-calendar:before {
  content: "\f117";
}
.ion-camera:before {
  content: "\f118";
}
.ion-card:before {
  content: "\f119";
}
.ion-cash:before {
  content: "\f316";
}
.ion-chatbox:before {
  content: "\f11b";
}
.ion-chatbox-working:before {
  content: "\f11a";
}
.ion-chatboxes:before {
  content: "\f11c";
}
.ion-chatbubble:before {
  content: "\f11e";
}
.ion-chatbubble-working:before {
  content: "\f11d";
}
.ion-chatbubbles:before {
  content: "\f11f";
}
.ion-checkmark:before {
  content: "\f122";
}
.ion-checkmark-circled:before {
  content: "\f120";
}
.ion-checkmark-round:before {
  content: "\f121";
}
.ion-chevron-down:before {
  content: "\f123";
}
.ion-chevron-left:before {
  content: "\f124";
}
.ion-chevron-right:before {
  content: "\f125";
}
.ion-chevron-up:before {
  content: "\f126";
}
.ion-clipboard:before {
  content: "\f127";
}
.ion-clock:before {
  content: "\f26e";
}
.ion-close:before {
  content: "\f12a";
}
.ion-close-circled:before {
  content: "\f128";
}
.ion-close-round:before {
  content: "\f129";
}
.ion-closed-captioning:before {
  content: "\f317";
}
.ion-cloud:before {
  content: "\f12b";
}
.ion-code:before {
  content: "\f271";
}
.ion-code-download:before {
  content: "\f26f";
}
.ion-code-working:before {
  content: "\f270";
}
.ion-coffee:before {
  content: "\f272";
}
.ion-compass:before {
  content: "\f273";
}
.ion-compose:before {
  content: "\f12c";
}
.ion-connection-bars:before {
  content: "\f274";
}
.ion-contrast:before {
  content: "\f275";
}
.ion-crop:before {
  content: "\f3c1";
}
.ion-cube:before {
  content: "\f318";
}
.ion-disc:before {
  content: "\f12d";
}
.ion-document:before {
  content: "\f12f";
}
.ion-document-text:before {
  content: "\f12e";
}
.ion-drag:before {
  content: "\f130";
}
.ion-earth:before {
  content: "\f276";
}
.ion-easel:before {
  content: "\f3c2";
}
.ion-edit:before {
  content: "\f2bf";
}
.ion-egg:before {
  content: "\f277";
}
.ion-eject:before {
  content: "\f131";
}
.ion-email:before {
  content: "\f132";
}
.ion-email-unread:before {
  content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}
.ion-eye:before {
  content: "\f133";
}
.ion-eye-disabled:before {
  content: "\f306";
}
.ion-female:before {
  content: "\f278";
}
.ion-filing:before {
  content: "\f134";
}
.ion-film-marker:before {
  content: "\f135";
}
.ion-fireball:before {
  content: "\f319";
}
.ion-flag:before {
  content: "\f279";
}
.ion-flame:before {
  content: "\f31a";
}
.ion-flash:before {
  content: "\f137";
}
.ion-flash-off:before {
  content: "\f136";
}
.ion-folder:before {
  content: "\f139";
}
.ion-fork:before {
  content: "\f27a";
}
.ion-fork-repo:before {
  content: "\f2c0";
}
.ion-forward:before {
  content: "\f13a";
}
.ion-funnel:before {
  content: "\f31b";
}
.ion-gear-a:before {
  content: "\f13d";
}
.ion-gear-b:before {
  content: "\f13e";
}
.ion-grid:before {
  content: "\f13f";
}
.ion-hammer:before {
  content: "\f27b";
}
.ion-happy:before {
  content: "\f31c";
}
.ion-happy-outline:before {
  content: "\f3c6";
}
.ion-headphone:before {
  content: "\f140";
}
.ion-heart:before {
  content: "\f141";
}
.ion-heart-broken:before {
  content: "\f31d";
}
.ion-help:before {
  content: "\f143";
}
.ion-help-buoy:before {
  content: "\f27c";
}
.ion-help-circled:before {
  content: "\f142";
}
.ion-home:before {
  content: "\f144";
}
.ion-icecream:before {
  content: "\f27d";
}
.ion-image:before {
  content: "\f147";
}
.ion-images:before {
  content: "\f148";
}
.ion-information:before {
  content: "\f14a";
}
.ion-information-circled:before {
  content: "\f149";
}
.ion-ionic:before {
  content: "\f14b";
}
.ion-ios-alarm:before {
  content: "\f3c8";
}
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}
.ion-ios-albums:before {
  content: "\f3ca";
}
.ion-ios-albums-outline:before {
  content: "\f3c9";
}
.ion-ios-americanfootball:before {
  content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}
.ion-ios-analytics:before {
  content: "\f3ce";
}
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}
.ion-ios-arrow-back:before {
  content: "\f3cf";
}
.ion-ios-arrow-down:before {
  content: "\f3d0";
}
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}
.ion-ios-arrow-left:before {
  content: "\f3d2";
}
.ion-ios-arrow-right:before {
  content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}
.ion-ios-arrow-up:before {
  content: "\f3d8";
}
.ion-ios-at:before {
  content: "\f3da";
}
.ion-ios-at-outline:before {
  content: "\f3d9";
}
.ion-ios-barcode:before {
  content: "\f3dc";
}
.ion-ios-barcode-outline:before {
  content: "\f3db";
}
.ion-ios-baseball:before {
  content: "\f3de";
}
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}
.ion-ios-basketball:before {
  content: "\f3e0";
}
.ion-ios-basketball-outline:before {
  content: "\f3df";
}
.ion-ios-bell:before {
  content: "\f3e2";
}
.ion-ios-bell-outline:before {
  content: "\f3e1";
}
.ion-ios-body:before {
  content: "\f3e4";
}
.ion-ios-body-outline:before {
  content: "\f3e3";
}
.ion-ios-bolt:before {
  content: "\f3e6";
}
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}
.ion-ios-book:before {
  content: "\f3e8";
}
.ion-ios-book-outline:before {
  content: "\f3e7";
}
.ion-ios-bookmarks:before {
  content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}
.ion-ios-box:before {
  content: "\f3ec";
}
.ion-ios-box-outline:before {
  content: "\f3eb";
}
.ion-ios-briefcase:before {
  content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}
.ion-ios-browsers:before {
  content: "\f3f0";
}
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}
.ion-ios-calculator:before {
  content: "\f3f2";
}
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}
.ion-ios-calendar:before {
  content: "\f3f4";
}
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}
.ion-ios-camera:before {
  content: "\f3f6";
}
.ion-ios-camera-outline:before {
  content: "\f3f5";
}
.ion-ios-cart:before {
  content: "\f3f8";
}
.ion-ios-cart-outline:before {
  content: "\f3f7";
}
.ion-ios-chatboxes:before {
  content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}
.ion-ios-chatbubble:before {
  content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}
.ion-ios-checkmark:before {
  content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}
.ion-ios-circle-filled:before {
  content: "\f400";
}
.ion-ios-circle-outline:before {
  content: "\f401";
}
.ion-ios-clock:before {
  content: "\f403";
}
.ion-ios-clock-outline:before {
  content: "\f402";
}
.ion-ios-close:before {
  content: "\f406";
}
.ion-ios-close-empty:before {
  content: "\f404";
}
.ion-ios-close-outline:before {
  content: "\f405";
}
.ion-ios-cloud:before {
  content: "\f40c";
}
.ion-ios-cloud-download:before {
  content: "\f408";
}
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}
.ion-ios-cloud-outline:before {
  content: "\f409";
}
.ion-ios-cloud-upload:before {
  content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}
.ion-ios-cloudy:before {
  content: "\f410";
}
.ion-ios-cloudy-night:before {
  content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}
.ion-ios-cog:before {
  content: "\f412";
}
.ion-ios-cog-outline:before {
  content: "\f411";
}
.ion-ios-color-filter:before {
  content: "\f414";
}
.ion-ios-color-filter-outline:before {
  content: "\f413";
}
.ion-ios-color-wand:before {
  content: "\f416";
}
.ion-ios-color-wand-outline:before {
  content: "\f415";
}
.ion-ios-compose:before {
  content: "\f418";
}
.ion-ios-compose-outline:before {
  content: "\f417";
}
.ion-ios-contact:before {
  content: "\f41a";
}
.ion-ios-contact-outline:before {
  content: "\f419";
}
.ion-ios-copy:before {
  content: "\f41c";
}
.ion-ios-copy-outline:before {
  content: "\f41b";
}
.ion-ios-crop:before {
  content: "\f41e";
}
.ion-ios-crop-strong:before {
  content: "\f41d";
}
.ion-ios-download:before {
  content: "\f420";
}
.ion-ios-download-outline:before {
  content: "\f41f";
}
.ion-ios-drag:before {
  content: "\f421";
}
.ion-ios-email:before {
  content: "\f423";
}
.ion-ios-email-outline:before {
  content: "\f422";
}
.ion-ios-eye:before {
  content: "\f425";
}
.ion-ios-eye-outline:before {
  content: "\f424";
}
.ion-ios-fastforward:before {
  content: "\f427";
}
.ion-ios-fastforward-outline:before {
  content: "\f426";
}
.ion-ios-filing:before {
  content: "\f429";
}
.ion-ios-filing-outline:before {
  content: "\f428";
}
.ion-ios-film:before {
  content: "\f42b";
}
.ion-ios-film-outline:before {
  content: "\f42a";
}
.ion-ios-flag:before {
  content: "\f42d";
}
.ion-ios-flag-outline:before {
  content: "\f42c";
}
.ion-ios-flame:before {
  content: "\f42f";
}
.ion-ios-flame-outline:before {
  content: "\f42e";
}
.ion-ios-flask:before {
  content: "\f431";
}
.ion-ios-flask-outline:before {
  content: "\f430";
}
.ion-ios-flower:before {
  content: "\f433";
}
.ion-ios-flower-outline:before {
  content: "\f432";
}
.ion-ios-folder:before {
  content: "\f435";
}
.ion-ios-folder-outline:before {
  content: "\f434";
}
.ion-ios-football:before {
  content: "\f437";
}
.ion-ios-football-outline:before {
  content: "\f436";
}
.ion-ios-game-controller-a:before {
  content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}
.ion-ios-game-controller-b:before {
  content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}
.ion-ios-gear:before {
  content: "\f43d";
}
.ion-ios-gear-outline:before {
  content: "\f43c";
}
.ion-ios-glasses:before {
  content: "\f43f";
}
.ion-ios-glasses-outline:before {
  content: "\f43e";
}
.ion-ios-grid-view:before {
  content: "\f441";
}
.ion-ios-grid-view-outline:before {
  content: "\f440";
}
.ion-ios-heart:before {
  content: "\f443";
}
.ion-ios-heart-outline:before {
  content: "\f442";
}
.ion-ios-help:before {
  content: "\f446";
}
.ion-ios-help-empty:before {
  content: "\f444";
}
.ion-ios-help-outline:before {
  content: "\f445";
}
.ion-ios-home:before {
  content: "\f448";
}
.ion-ios-home-outline:before {
  content: "\f447";
}
.ion-ios-infinite:before {
  content: "\f44a";
}
.ion-ios-infinite-outline:before {
  content: "\f449";
}
.ion-ios-information:before {
  content: "\f44d";
}
.ion-ios-information-empty:before {
  content: "\f44b";
}
.ion-ios-information-outline:before {
  content: "\f44c";
}
.ion-ios-ionic-outline:before {
  content: "\f44e";
}
.ion-ios-keypad:before {
  content: "\f450";
}
.ion-ios-keypad-outline:before {
  content: "\f44f";
}
.ion-ios-lightbulb:before {
  content: "\f452";
}
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}
.ion-ios-list:before {
  content: "\f454";
}
.ion-ios-list-outline:before {
  content: "\f453";
}
.ion-ios-location:before {
  content: "\f456";
}
.ion-ios-location-outline:before {
  content: "\f455";
}
.ion-ios-locked:before {
  content: "\f458";
}
.ion-ios-locked-outline:before {
  content: "\f457";
}
.ion-ios-loop:before {
  content: "\f45a";
}
.ion-ios-loop-strong:before {
  content: "\f459";
}
.ion-ios-medical:before {
  content: "\f45c";
}
.ion-ios-medical-outline:before {
  content: "\f45b";
}
.ion-ios-medkit:before {
  content: "\f45e";
}
.ion-ios-medkit-outline:before {
  content: "\f45d";
}
.ion-ios-mic:before {
  content: "\f461";
}
.ion-ios-mic-off:before {
  content: "\f45f";
}
.ion-ios-mic-outline:before {
  content: "\f460";
}
.ion-ios-minus:before {
  content: "\f464";
}
.ion-ios-minus-empty:before {
  content: "\f462";
}
.ion-ios-minus-outline:before {
  content: "\f463";
}
.ion-ios-monitor:before {
  content: "\f466";
}
.ion-ios-monitor-outline:before {
  content: "\f465";
}
.ion-ios-moon:before {
  content: "\f468";
}
.ion-ios-moon-outline:before {
  content: "\f467";
}
.ion-ios-more:before {
  content: "\f46a";
}
.ion-ios-more-outline:before {
  content: "\f469";
}
.ion-ios-musical-note:before {
  content: "\f46b";
}
.ion-ios-musical-notes:before {
  content: "\f46c";
}
.ion-ios-navigate:before {
  content: "\f46e";
}
.ion-ios-navigate-outline:before {
  content: "\f46d";
}
.ion-ios-nutrition:before {
  content: "\f470";
}
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}
.ion-ios-paper:before {
  content: "\f472";
}
.ion-ios-paper-outline:before {
  content: "\f471";
}
.ion-ios-paperplane:before {
  content: "\f474";
}
.ion-ios-paperplane-outline:before {
  content: "\f473";
}
.ion-ios-partlysunny:before {
  content: "\f476";
}
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}
.ion-ios-pause:before {
  content: "\f478";
}
.ion-ios-pause-outline:before {
  content: "\f477";
}
.ion-ios-paw:before {
  content: "\f47a";
}
.ion-ios-paw-outline:before {
  content: "\f479";
}
.ion-ios-people:before {
  content: "\f47c";
}
.ion-ios-people-outline:before {
  content: "\f47b";
}
.ion-ios-person:before {
  content: "\f47e";
}
.ion-ios-person-outline:before {
  content: "\f47d";
}
.ion-ios-personadd:before {
  content: "\f480";
}
.ion-ios-personadd-outline:before {
  content: "\f47f";
}
.ion-ios-photos:before {
  content: "\f482";
}
.ion-ios-photos-outline:before {
  content: "\f481";
}
.ion-ios-pie:before {
  content: "\f484";
}
.ion-ios-pie-outline:before {
  content: "\f483";
}
.ion-ios-pint:before {
  content: "\f486";
}
.ion-ios-pint-outline:before {
  content: "\f485";
}
.ion-ios-play:before {
  content: "\f488";
}
.ion-ios-play-outline:before {
  content: "\f487";
}
.ion-ios-plus:before {
  content: "\f48b";
}
.ion-ios-plus-empty:before {
  content: "\f489";
}
.ion-ios-plus-outline:before {
  content: "\f48a";
}
.ion-ios-pricetag:before {
  content: "\f48d";
}
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}
.ion-ios-pricetags:before {
  content: "\f48f";
}
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}
.ion-ios-printer:before {
  content: "\f491";
}
.ion-ios-printer-outline:before {
  content: "\f490";
}
.ion-ios-pulse:before {
  content: "\f493";
}
.ion-ios-pulse-strong:before {
  content: "\f492";
}
.ion-ios-rainy:before {
  content: "\f495";
}
.ion-ios-rainy-outline:before {
  content: "\f494";
}
.ion-ios-recording:before {
  content: "\f497";
}
.ion-ios-recording-outline:before {
  content: "\f496";
}
.ion-ios-redo:before {
  content: "\f499";
}
.ion-ios-redo-outline:before {
  content: "\f498";
}
.ion-ios-refresh:before {
  content: "\f49c";
}
.ion-ios-refresh-empty:before {
  content: "\f49a";
}
.ion-ios-refresh-outline:before {
  content: "\f49b";
}
.ion-ios-reload:before {
  content: "\f49d";
}
.ion-ios-reverse-camera:before {
  content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}
.ion-ios-rewind:before {
  content: "\f4a1";
}
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}
.ion-ios-rose:before {
  content: "\f4a3";
}
.ion-ios-rose-outline:before {
  content: "\f4a2";
}
.ion-ios-search:before {
  content: "\f4a5";
}
.ion-ios-search-strong:before {
  content: "\f4a4";
}
.ion-ios-settings:before {
  content: "\f4a7";
}
.ion-ios-settings-strong:before {
  content: "\f4a6";
}
.ion-ios-shuffle:before {
  content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}
.ion-ios-skipbackward:before {
  content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}
.ion-ios-skipforward:before {
  content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}
.ion-ios-snowy:before {
  content: "\f4ae";
}
.ion-ios-speedometer:before {
  content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}
.ion-ios-star:before {
  content: "\f4b3";
}
.ion-ios-star-half:before {
  content: "\f4b1";
}
.ion-ios-star-outline:before {
  content: "\f4b2";
}
.ion-ios-stopwatch:before {
  content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}
.ion-ios-sunny:before {
  content: "\f4b7";
}
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}
.ion-ios-telephone:before {
  content: "\f4b9";
}
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}
.ion-ios-tennisball:before {
  content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}
.ion-ios-time:before {
  content: "\f4bf";
}
.ion-ios-time-outline:before {
  content: "\f4be";
}
.ion-ios-timer:before {
  content: "\f4c1";
}
.ion-ios-timer-outline:before {
  content: "\f4c0";
}
.ion-ios-toggle:before {
  content: "\f4c3";
}
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}
.ion-ios-trash:before {
  content: "\f4c5";
}
.ion-ios-trash-outline:before {
  content: "\f4c4";
}
.ion-ios-undo:before {
  content: "\f4c7";
}
.ion-ios-undo-outline:before {
  content: "\f4c6";
}
.ion-ios-unlocked:before {
  content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}
.ion-ios-upload:before {
  content: "\f4cb";
}
.ion-ios-upload-outline:before {
  content: "\f4ca";
}
.ion-ios-videocam:before {
  content: "\f4cd";
}
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}
.ion-ios-volume-high:before {
  content: "\f4ce";
}
.ion-ios-volume-low:before {
  content: "\f4cf";
}
.ion-ios-wineglass:before {
  content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}
.ion-ios-world:before {
  content: "\f4d3";
}
.ion-ios-world-outline:before {
  content: "\f4d2";
}
.ion-ipad:before {
  content: "\f1f9";
}
.ion-iphone:before {
  content: "\f1fa";
}
.ion-ipod:before {
  content: "\f1fb";
}
.ion-jet:before {
  content: "\f295";
}
.ion-key:before {
  content: "\f296";
}
.ion-knife:before {
  content: "\f297";
}
.ion-laptop:before {
  content: "\f1fc";
}
.ion-leaf:before {
  content: "\f1fd";
}
.ion-levels:before {
  content: "\f298";
}
.ion-lightbulb:before {
  content: "\f299";
}
.ion-link:before {
  content: "\f1fe";
}
.ion-load-a:before {
  content: "\f29a";
}
.ion-load-b:before {
  content: "\f29b";
}
.ion-load-c:before {
  content: "\f29c";
}
.ion-load-d:before {
  content: "\f29d";
}
.ion-location:before {
  content: "\f1ff";
}
.ion-lock-combination:before {
  content: "\f4d4";
}
.ion-locked:before {
  content: "\f200";
}
.ion-log-in:before {
  content: "\f29e";
}
.ion-log-out:before {
  content: "\f29f";
}
.ion-loop:before {
  content: "\f201";
}
.ion-magnet:before {
  content: "\f2a0";
}
.ion-male:before {
  content: "\f2a1";
}
.ion-man:before {
  content: "\f202";
}
.ion-map:before {
  content: "\f203";
}
.ion-medkit:before {
  content: "\f2a2";
}
.ion-merge:before {
  content: "\f33f";
}
.ion-mic-a:before {
  content: "\f204";
}
.ion-mic-b:before {
  content: "\f205";
}
.ion-mic-c:before {
  content: "\f206";
}
.ion-minus:before {
  content: "\f209";
}
.ion-minus-circled:before {
  content: "\f207";
}
.ion-minus-round:before {
  content: "\f208";
}
.ion-model-s:before {
  content: "\f2c1";
}
.ion-monitor:before {
  content: "\f20a";
}
.ion-more:before {
  content: "\f20b";
}
.ion-mouse:before {
  content: "\f340";
}
.ion-music-note:before {
  content: "\f20c";
}
.ion-navicon:before {
  content: "\f20e";
}
.ion-navicon-round:before {
  content: "\f20d";
}
.ion-navigate:before {
  content: "\f2a3";
}
.ion-network:before {
  content: "\f341";
}
.ion-no-smoking:before {
  content: "\f2c2";
}
.ion-nuclear:before {
  content: "\f2a4";
}
.ion-outlet:before {
  content: "\f342";
}
.ion-paintbrush:before {
  content: "\f4d5";
}
.ion-paintbucket:before {
  content: "\f4d6";
}
.ion-paper-airplane:before {
  content: "\f2c3";
}
.ion-paperclip:before {
  content: "\f20f";
}
.ion-pause:before {
  content: "\f210";
}
.ion-person:before {
  content: "\f213";
}
.ion-person-add:before {
  content: "\f211";
}
.ion-person-stalker:before {
  content: "\f212";
}
.ion-pie-graph:before {
  content: "\f2a5";
}
.ion-pin:before {
  content: "\f2a6";
}
.ion-pinpoint:before {
  content: "\f2a7";
}
.ion-pizza:before {
  content: "\f2a8";
}
.ion-plane:before {
  content: "\f214";
}
.ion-planet:before {
  content: "\f343";
}
.ion-play:before {
  content: "\f215";
}
.ion-playstation:before {
  content: "\f30a";
}
.ion-plus:before {
  content: "\f218";
}
.ion-plus-circled:before {
  content: "\f216";
}
.ion-plus-round:before {
  content: "\f217";
}
.ion-podium:before {
  content: "\f344";
}
.ion-pound:before {
  content: "\f219";
}
.ion-power:before {
  content: "\f2a9";
}
.ion-pricetag:before {
  content: "\f2aa";
}
.ion-pricetags:before {
  content: "\f2ab";
}
.ion-printer:before {
  content: "\f21a";
}
.ion-pull-request:before {
  content: "\f345";
}
.ion-qr-scanner:before {
  content: "\f346";
}
.ion-quote:before {
  content: "\f347";
}
.ion-radio-waves:before {
  content: "\f2ac";
}
.ion-record:before {
  content: "\f21b";
}
.ion-refresh:before {
  content: "\f21c";
}
.ion-reply:before {
  content: "\f21e";
}
.ion-reply-all:before {
  content: "\f21d";
}
.ion-ribbon-a:before {
  content: "\f348";
}
.ion-ribbon-b:before {
  content: "\f349";
}
.ion-sad:before {
  content: "\f34a";
}
.ion-sad-outline:before {
  content: "\f4d7";
}
.ion-scissors:before {
  content: "\f34b";
}
.ion-search:before {
  content: "\f21f";
}
.ion-settings:before {
  content: "\f2ad";
}
.ion-share:before {
  content: "\f220";
}
.ion-shuffle:before {
  content: "\f221";
}
.ion-skip-backward:before {
  content: "\f222";
}
.ion-skip-forward:before {
  content: "\f223";
}
.ion-social-android:before {
  content: "\f225";
}
.ion-social-android-outline:before {
  content: "\f224";
}
.ion-social-angular:before {
  content: "\f4d9";
}
.ion-social-angular-outline:before {
  content: "\f4d8";
}
.ion-social-apple:before {
  content: "\f227";
}
.ion-social-apple-outline:before {
  content: "\f226";
}
.ion-social-bitcoin:before {
  content: "\f2af";
}
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}
.ion-social-buffer:before {
  content: "\f229";
}
.ion-social-buffer-outline:before {
  content: "\f228";
}
.ion-social-chrome:before {
  content: "\f4db";
}
.ion-social-chrome-outline:before {
  content: "\f4da";
}
.ion-social-codepen:before {
  content: "\f4dd";
}
.ion-social-codepen-outline:before {
  content: "\f4dc";
}
.ion-social-css3:before {
  content: "\f4df";
}
.ion-social-css3-outline:before {
  content: "\f4de";
}
.ion-social-designernews:before {
  content: "\f22b";
}
.ion-social-designernews-outline:before {
  content: "\f22a";
}
.ion-social-dribbble:before {
  content: "\f22d";
}
.ion-social-dribbble-outline:before {
  content: "\f22c";
}
.ion-social-dropbox:before {
  content: "\f22f";
}
.ion-social-dropbox-outline:before {
  content: "\f22e";
}
.ion-social-euro:before {
  content: "\f4e1";
}
.ion-social-euro-outline:before {
  content: "\f4e0";
}
.ion-social-facebook:before {
  content: "\f231";
}
.ion-social-facebook-outline:before {
  content: "\f230";
}
.ion-social-foursquare:before {
  content: "\f34d";
}
.ion-social-foursquare-outline:before {
  content: "\f34c";
}
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}
.ion-social-github:before {
  content: "\f233";
}
.ion-social-github-outline:before {
  content: "\f232";
}
.ion-social-google:before {
  content: "\f34f";
}
.ion-social-google-outline:before {
  content: "\f34e";
}
.ion-social-googleplus:before {
  content: "\f235";
}
.ion-social-googleplus-outline:before {
  content: "\f234";
}
.ion-social-hackernews:before {
  content: "\f237";
}
.ion-social-hackernews-outline:before {
  content: "\f236";
}
.ion-social-html5:before {
  content: "\f4e3";
}
.ion-social-html5-outline:before {
  content: "\f4e2";
}
.ion-social-instagram:before {
  content: "\f351";
}
.ion-social-instagram-outline:before {
  content: "\f350";
}
.ion-social-javascript:before {
  content: "\f4e5";
}
.ion-social-javascript-outline:before {
  content: "\f4e4";
}
.ion-social-linkedin:before {
  content: "\f239";
}
.ion-social-linkedin-outline:before {
  content: "\f238";
}
.ion-social-markdown:before {
  content: "\f4e6";
}
.ion-social-nodejs:before {
  content: "\f4e7";
}
.ion-social-octocat:before {
  content: "\f4e8";
}
.ion-social-pinterest:before {
  content: "\f2b1";
}
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}
.ion-social-python:before {
  content: "\f4e9";
}
.ion-social-reddit:before {
  content: "\f23b";
}
.ion-social-reddit-outline:before {
  content: "\f23a";
}
.ion-social-rss:before {
  content: "\f23d";
}
.ion-social-rss-outline:before {
  content: "\f23c";
}
.ion-social-sass:before {
  content: "\f4ea";
}
.ion-social-skype:before {
  content: "\f23f";
}
.ion-social-skype-outline:before {
  content: "\f23e";
}
.ion-social-snapchat:before {
  content: "\f4ec";
}
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}
.ion-social-tumblr:before {
  content: "\f241";
}
.ion-social-tumblr-outline:before {
  content: "\f240";
}
.ion-social-tux:before {
  content: "\f2c5";
}
.ion-social-twitch:before {
  content: "\f4ee";
}
.ion-social-twitch-outline:before {
  content: "\f4ed";
}
.ion-social-twitter:before {
  content: "\f243";
}
.ion-social-twitter-outline:before {
  content: "\f242";
}
.ion-social-usd:before {
  content: "\f353";
}
.ion-social-usd-outline:before {
  content: "\f352";
}
.ion-social-vimeo:before {
  content: "\f245";
}
.ion-social-vimeo-outline:before {
  content: "\f244";
}
.ion-social-whatsapp:before {
  content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}
.ion-social-windows:before {
  content: "\f247";
}
.ion-social-windows-outline:before {
  content: "\f246";
}
.ion-social-wordpress:before {
  content: "\f249";
}
.ion-social-wordpress-outline:before {
  content: "\f248";
}
.ion-social-yahoo:before {
  content: "\f24b";
}
.ion-social-yahoo-outline:before {
  content: "\f24a";
}
.ion-social-yen:before {
  content: "\f4f2";
}
.ion-social-yen-outline:before {
  content: "\f4f1";
}
.ion-social-youtube:before {
  content: "\f24d";
}
.ion-social-youtube-outline:before {
  content: "\f24c";
}
.ion-soup-can:before {
  content: "\f4f4";
}
.ion-soup-can-outline:before {
  content: "\f4f3";
}
.ion-speakerphone:before {
  content: "\f2b2";
}
.ion-speedometer:before {
  content: "\f2b3";
}
.ion-spoon:before {
  content: "\f2b4";
}
.ion-star:before {
  content: "\f24e";
}
.ion-stats-bars:before {
  content: "\f2b5";
}
.ion-steam:before {
  content: "\f30b";
}
.ion-stop:before {
  content: "\f24f";
}
.ion-thermometer:before {
  content: "\f2b6";
}
.ion-thumbsdown:before {
  content: "\f250";
}
.ion-thumbsup:before {
  content: "\f251";
}
.ion-toggle:before {
  content: "\f355";
}
.ion-toggle-filled:before {
  content: "\f354";
}
.ion-transgender:before {
  content: "\f4f5";
}
.ion-trash-a:before {
  content: "\f252";
}
.ion-trash-b:before {
  content: "\f253";
}
.ion-trophy:before {
  content: "\f356";
}
.ion-tshirt:before {
  content: "\f4f7";
}
.ion-tshirt-outline:before {
  content: "\f4f6";
}
.ion-umbrella:before {
  content: "\f2b7";
}
.ion-university:before {
  content: "\f357";
}
.ion-unlocked:before {
  content: "\f254";
}
.ion-upload:before {
  content: "\f255";
}
.ion-usb:before {
  content: "\f2b8";
}
.ion-videocamera:before {
  content: "\f256";
}
.ion-volume-high:before {
  content: "\f257";
}
.ion-volume-low:before {
  content: "\f258";
}
.ion-volume-medium:before {
  content: "\f259";
}
.ion-volume-mute:before {
  content: "\f25a";
}
.ion-wand:before {
  content: "\f358";
}
.ion-waterdrop:before {
  content: "\f25b";
}
.ion-wifi:before {
  content: "\f25c";
}
.ion-wineglass:before {
  content: "\f2b9";
}
.ion-woman:before {
  content: "\f25d";
}
.ion-wrench:before {
  content: "\f2ba";
}
.ion-xbox:before {
  content: "\f30c";
}

/* src/assets/libs/iCheck/skins/minimal/grey.css */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("./media/grey.png") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_minimal-grey {
  background-position: 0 0;
}
.icheckbox_minimal-grey.hover {
  background-position: -20px 0;
}
.icheckbox_minimal-grey.checked {
  background-position: -40px 0;
}
.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default;
}
.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0;
}
.iradio_minimal-grey {
  background-position: -100px 0;
}
.iradio_minimal-grey.hover {
  background-position: -120px 0;
}
.iradio_minimal-grey.checked {
  background-position: -140px 0;
}
.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default;
}
.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal-grey,
  .iradio_minimal-grey {
    background-image: url("./media/grey@2x.png");
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}

/* src/assets/libs/angular-toastr/dist/angular-toastr.min.css */
.toast-title {
  font-weight: 700;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container .toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
}
#toast-container .toast:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .toast.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container .toast.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container .toast.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container .toast.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center .toast,
#toast-container.toast-top-center .toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width .toast,
#toast-container.toast-top-full-width .toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
}
div[toast] {
  opacity: 1 !important;
}
div[toast].ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
div[toast].ng-enter.ng-enter-active {
  opacity: 1 !important;
}
div[toast].ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
div[toast].ng-leave.ng-leave-active {
  opacity: 0 !important;
}
@media all and (max-width:240px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media all and (min-width:241px) and (max-width:480px) {
  #toast-container .toast.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media all and (min-width:481px) and (max-width:768px) {
  #toast-container .toast.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/assets/libs/jquery-ui/themes/base/jquery-ui.min.css */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("./media/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("./media/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("./media/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("./media/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("./media/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("./media/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("./media/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* src/assets/libs/angular-wizard/dist/angular-wizard.css */
.steps-indicator {
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px 0 0 0;
  height: 30px;
  list-style: none;
}
.steps-indicator:before {
  background-color: #e6e6e6;
  content: "";
  position: absolute;
  height: 1px;
}
.steps-indicator.steps-2:before {
  left: calc(100% / 2 / 2);
  right: calc(100% / 2 / 2);
}
.steps-indicator.steps-3:before {
  left: calc(100% / 3 / 2);
  right: calc(100% / 3 / 2);
}
.steps-indicator.steps-4:before {
  left: calc(100% / 4 / 2);
  right: calc(100% / 4 / 2);
}
.steps-indicator.steps-5:before {
  left: calc(100% / 5 / 2);
  right: calc(100% / 5 / 2);
}
.steps-indicator.steps-6:before {
  left: calc(100% / 6 / 2);
  right: calc(100% / 6 / 2);
}
.steps-indicator.steps-7:before {
  left: calc(100% / 7 / 2);
  right: calc(100% / 7 / 2);
}
.steps-indicator.steps-8:before {
  left: calc(100% / 8 / 2);
  right: calc(100% / 8 / 2);
}
.steps-indicator.steps-9:before {
  left: calc(100% / 9 / 2);
  right: calc(100% / 9 / 2);
}
.steps-indicator.steps-10:before {
  left: calc(100% / 10 / 2);
  right: calc(100% / 10 / 2);
}
.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.steps-indicator li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  text-align: center;
  line-height: 15px;
}
.steps-indicator li a {
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
  cursor: pointer;
}
.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #e6e6e6;
  content: "";
  transition: 0.25s;
}
.steps-indicator li a:hover {
  color: #4d4d4d;
}
.steps-indicator.steps-2 li {
  width: calc(100% / 2);
}
.steps-indicator.steps-3 li {
  width: calc(100% / 3);
}
.steps-indicator.steps-4 li {
  width: calc(100% / 4);
}
.steps-indicator.steps-5 li {
  width: calc(100% / 5);
}
.steps-indicator.steps-6 li {
  width: calc(100% / 6);
}
.steps-indicator.steps-7 li {
  width: calc(100% / 7);
}
.steps-indicator.steps-8 li {
  width: calc(100% / 8);
}
.steps-indicator.steps-9 li {
  width: calc(100% / 9);
}
.steps-indicator.steps-10 li {
  width: calc(100% / 10);
}
.steps-indicator.steps-11 li {
  width: calc(100% / 11);
}
.steps-indicator li.default {
  pointer-events: none;
}
.steps-indicator li.default a:hover {
  color: #808080;
}
.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none;
}
.steps-indicator li.current a:before {
  background-color: #808080;
}
.steps-indicator li.done a:before {
  background-color: #339933;
}
.steps-indicator li.editing a:before {
  background-color: #ff0000;
}

/* src/assets/libs/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-nav {
  position: relative;
  margin-bottom: 12px;
  height: 22px;
  text-align: center;
  font-size: 0;
}
.lightbox-nav .btn-group {
  vertical-align: top;
}
.lightbox-nav .close {
  position: absolute;
  top: 0;
  right: 0;
}
.lightbox-image-container {
  position: relative;
  text-align: center;
}
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: .5em .9em;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  text-shadow: .1em .1em .2em rgba(255, 255, 255, .5);
}
.lightbox-image-caption span {
  padding-top: .1em;
  padding-bottom: .1em;
  background-color: rgba(255, 255, 255, .75);
  box-shadow: .4em 0 0 rgba(255, 255, 255, .75), -.4em 0 0 rgba(255, 255, 255, .75);
}

/* src/assets/libs/ng-tags-input/ng-tags-input.css */
tags-input {
  display: block;
}
tags-input *,
tags-input *:before,
tags-input *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 100%;
}
tags-input .host:active {
  outline: none;
}
tags-input .tags {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  padding: 1px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #fff;
  border: 1px solid darkgray;
  box-shadow: 1px 1px 1px 0 lightgray inset;
  height: 100%;
}
tags-input .tags.focused {
  outline: none;
  -webkit-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6);
}
tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font:
    14px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  height: 26px;
  line-height: 25px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
  background:
    linear-gradient(
      to bottom,
      #f0f9ff 0%,
      #cbebff 47%,
      #a1dbff 100%);
}
tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #febbbb 0%, #fe9090 45%, #ff5c5c 100%);
  background:
    linear-gradient(
      to bottom,
      #febbbb 0%,
      #fe9090 45%,
      #ff5c5c 100%);
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: #ff0000;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font:
    14px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: #ff0000;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input.ng-invalid .tags {
  -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
  box-shadow: 0 0 3px 1px rgba(255, 0, 0, 0.6);
}
tags-input[disabled] .host:focus {
  outline: none;
}
tags-input[disabled] .tags {
  background-color: #eee;
  cursor: default;
}
tags-input[disabled] .tags .tag-item {
  opacity: 0.65;
  background: -webkit-linear-gradient(top, #f0f9ff 0%, rgba(203, 235, 255, 0.75) 47%, rgba(161, 219, 255, 0.62) 100%);
  background:
    linear-gradient(
      to bottom,
      #f0f9ff 0%,
      rgba(203, 235, 255, 0.75) 47%,
      rgba(161, 219, 255, 0.62) 100%);
}
tags-input[disabled] .tags .tag-item .remove-button {
  cursor: default;
}
tags-input[disabled] .tags .tag-item .remove-button:active {
  color: #585858;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
  cursor: default;
}
tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font:
    16px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  color: #000;
  background-color: #fff;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #fff;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font:
    normal bold 16px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  color: #000;
  background-color: #fff;
}

/* src/assets/libs/ng-tags-input/ng-tags-input.bootstrap.css */
tags-input {
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 34px;
}
tags-input .host {
  margin: 0;
}
tags-input .tags {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
tags-input .tags .tag-item {
  color: #fff;
  background: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px;
}
tags-input .tags .tag-item.selected {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
tags-input .tags .tag-item .remove-button:hover {
  text-decoration: none;
}
tags-input .tags.focused {
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
tags-input .autocomplete {
  border-radius: 4px;
}
tags-input .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #f5f5f5;
}
tags-input .autocomplete .suggestion-item em {
  color: #000;
  background-color: #fff;
}
tags-input.ng-invalid .tags {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
tags-input[disabled] .tags {
  background-color: #eee;
}
tags-input[disabled] .tags .tag-item {
  background: #337ab7;
  opacity: 0.65;
}
tags-input[disabled] .tags .input {
  background-color: #eee;
}
.input-group tags-input {
  padding: 0;
  display: table-cell;
}
.input-group tags-input:not(:first-child) .tags {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group tags-input:not(:last-child) .tags {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-lg tags-input:first-child .tags {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.input-group-lg tags-input:last-child .tags {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input-group-sm tags-input:first-child .tags {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.input-group-sm tags-input:last-child .tags {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
tags-input.ti-input-lg,
.input-group-lg tags-input {
  min-height: 46px;
}
tags-input.ti-input-lg .tags,
.input-group-lg tags-input .tags {
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item,
.input-group-lg tags-input .tags .tag-item {
  height: 38px;
  line-height: 37px;
  font-size: 18px;
  border-radius: 6px;
}
tags-input.ti-input-lg .tags .tag-item .remove-button,
.input-group-lg tags-input .tags .tag-item .remove-button {
  font-size: 20px;
}
tags-input.ti-input-lg .tags .input,
.input-group-lg tags-input .tags .input {
  height: 38px;
  font-size: 18px;
}
tags-input.ti-input-sm,
.input-group-sm tags-input {
  min-height: 30px;
}
tags-input.ti-input-sm .tags,
.input-group-sm tags-input .tags {
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item,
.input-group-sm tags-input .tags .tag-item {
  height: 22px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 3px;
}
tags-input.ti-input-sm .tags .tag-item .remove-button,
.input-group-sm tags-input .tags .tag-item .remove-button {
  font-size: 16px;
}
tags-input.ti-input-sm .tags .input,
.input-group-sm tags-input .tags .input {
  height: 22px;
  font-size: 12px;
}
.has-feedback tags-input .tags {
  padding-right: 30px;
}
.has-success tags-input .tags {
  border-color: #3c763d;
}
.has-success tags-input .tags.focused {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-error tags-input .tags {
  border-color: #a94442;
}
.has-error tags-input .tags.focused {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-warning tags-input .tags {
  border-color: #8a6d3b;
}
.has-warning tags-input .tags.focused {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* src/assets/libs/gridstack/gridstack.min.css */
/*!
 * required gridstack 1.1.2 CSS for default 12 and 1 columnMode size. Use gridstack-extra.css for others
 * https://gridstackjs.com/
 * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
 * gridstack.js may be freely distributed under the MIT license.
*/
:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}
.grid-stack {
  position: relative;
}
.grid-stack.grid-stack-rtl {
  direction: ltr;
}
.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed #d3d3d3;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}
.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle,
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle {
  display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging,
.grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, .2);
  opacity: .8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  right: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  left: 10px;
  top: 15px;
  bottom: 15px;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}
.grid-stack > .grid-stack-item[data-gs-width="1"] {
  width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="1"] {
  left: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 8.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="2"] {
  width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="2"] {
  left: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="2"] {
  min-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="2"] {
  max-width: 16.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="3"] {
  width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x="3"] {
  left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="3"] {
  min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="3"] {
  max-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-width="4"] {
  width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="4"] {
  left: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="4"] {
  min-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="4"] {
  max-width: 33.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="5"] {
  width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="5"] {
  left: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="5"] {
  min-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="5"] {
  max-width: 41.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="6"] {
  width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x="6"] {
  left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="6"] {
  min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="6"] {
  max-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-width="7"] {
  width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="7"] {
  left: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="7"] {
  min-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="7"] {
  max-width: 58.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="8"] {
  width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="8"] {
  left: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="8"] {
  min-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="8"] {
  max-width: 66.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="9"] {
  width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x="9"] {
  left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="9"] {
  min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="9"] {
  max-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-width="10"] {
  width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-x="10"] {
  left: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="10"] {
  min-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="10"] {
  max-width: 83.3333333333%;
}
.grid-stack > .grid-stack-item[data-gs-width="11"] {
  width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-x="11"] {
  left: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="11"] {
  min-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="11"] {
  max-width: 91.6666666667%;
}
.grid-stack > .grid-stack-item[data-gs-width="12"] {
  width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x="12"] {
  left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width="12"] {
  min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width="12"] {
  max-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-width="1"] {
  width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-x="1"] {
  left: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-min-width="1"] {
  min-width: 100%;
}
.grid-stack.grid-stack-1 > .grid-stack-item[data-gs-max-width="1"] {
  max-width: 100%;
}
.grid-stack.grid-stack-animate,
.grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
  -moz-transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
  -ms-transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
  -o-transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
  transition:
    left .3s,
    top .3s,
    height .3s,
    width .3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder,
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
  -webkit-transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
  -moz-transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
  -ms-transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
  -o-transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
  transition:
    left 0s,
    top 0s,
    height 0s,
    width 0s;
}

/* src/assets/libs/clockpicker/dist/bootstrap-clockpicker.min.css */
/*!
 * ClockPicker v0.0.7 for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 */
.clockpicker .input-group-addon {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}
.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}
.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.clockpicker-popover .popover-title span {
  cursor: pointer;
}
.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}
.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, .25);
}
.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}
.clockpicker-button:focus {
  outline: 0 !important;
}
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(.8, .8);
  -moz-transform: scale(.8, .8);
  -ms-transform: scale(.8, .8);
  -o-transform: scale(.8, .8);
  transform: scale(.8, .8);
}
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: .25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd;
}
.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7;
}
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, .25);
}
.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
}
.clockpicker-button.am-button {
  margin: 1px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
}
.clockpicker-button.pm-button {
  margin: 1px 1px 1px 136px;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 4px;
}

/* angular:styles/global:styles */
