.article-list {
  display: flex;
  flex-direction: column;
}
.article-list > .btn {
  margin-left: auto;
  margin-top: 5px;
}

.article-list__empty {
  padding: 20px;
}

.article-list__item {
  padding: 20px;
  border-bottom: solid 1px #efefef;
  position: relative;
}
.article-list__item:hover > span {
  opacity: 1;
  pointer-events: all;
}
.article-list__item > span {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: flex;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 3px;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
}
.article-list__item > span i {
  margin: auto;
}
.article-list__item > div {
  margin-bottom: 10px;
}
.article-list__item > div:last-of-type {
  margin-bottom: 0;
}
.article-list__item > div > div[data-type=small] {
  font-size: 12px;
  color: #aaa;
}
.article-list__item > div > div[data-type=title] {
  font-weight: 700;
  font-size: 16px;
}
.article-list {
  display: flex;
  flex-direction: column;
}
.article-list > .btn {
  margin-left: auto;
  margin-top: 5px;
}
.article-list__empty {
  padding: 20px;
}
.article-list__item {
  padding: 20px;
  border-bottom: solid 1px #efefef;
  position: relative;
}
.article-list__item:hover > span {
  opacity: 1;
  pointer-events: all;
}
.article-list__item > span {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: flex;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 3px;
  font-size: 12px;
  pointer-events: none;
  opacity: 0;
}
.article-list__item > span i {
  margin: auto;
}
.article-list__item > div {
  margin-bottom: 10px;
}
.article-list__item > div:last-of-type {
  margin-bottom: 0;
}
.article-list__item > div > div[data-type=small] {
  font-size: 12px;
  color: #aaa;
}
.article-list__item > div > div[data-type=title] {
  font-weight: 700;
  font-size: 16px;
}
[data-toggle-section] {
  margin-bottom: 10px;
  border: 1px solid var(--gray-2);
}
.dataset__title {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dataset__title h1, .dataset__title h2, .dataset__title h3, .dataset__title h4, .dataset__title h5, .dataset__title h6 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
}
[data-articlelist-settings] {
  padding-bottom: 30px;
}
.articleSettingLink {
  margin-bottom: 10px;
  padding: 0 10px;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 3px;
}
.articleSettingLink:hover .articleSettingLink__controls {
  opacity: 1;
  pointer-events: auto;
}
.articleSettingLink .checkbox-toggle {
  width: 40%;
  margin-left: 20px;
}
.articleSettingLink__controls {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.articleSettingLink__controls span {
  display: flex;
  width: 24px;
  height: 24px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
}
.articleSettingLink__controls span:last-of-type {
  cursor: -webkit-grab;
  cursor: grab;
}
.articleSettingLink__controls span i {
  margin: auto;
}
.articleSettingLink-dragging .articleSettingLink .articleSettingLink__controls {
  opacity: 0;
}
button.boxLinkBtn {
  margin-bottom: 50px;
}
.articleSettingLink .flex-row {
  justify-content: space-between;
}
.articleSettingLink .flex-row .form-group {
  width: 49%;
}
.block {
  position: relative;
  margin-bottom: 1em;
}
.block__header {
  display: flex;
  background-color: var(--white);
  padding: 10px;
}
.block__header.fixed {
  position: absolute;
  right: 0;
  z-index: 1;
}
.block__header a {
  text-decoration: none;
}
.block__header nav {
  margin-left: auto;
}
.block__header nav a {
  margin-left: 8px;
}
.block__header .spin {
  -webkit-animation: reloadspin ease-in-out 0.5s;
          animation: reloadspin ease-in-out 0.5s;
}
.block__headline {
  display: inline-block;
  font-size: var(--font-title-small);
  text-decoration: none;
  padding: 0 20px 10px;
  color: var(--gray);
}
.block__headline--small {
  font-size: var(--font-large);
  padding: 10px;
}
.block__content {
  background-color: var(--white);
}
.block__content--hidden {
  display: none;
}
@-webkit-keyframes reloadspin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reloadspin {
  100% {
    transform: rotate(360deg);
  }
}
.calendarPlanning {
  display: flex;
  width: 100%;
  background-color: var(--gray-2);
  max-height: calc(100vh - 150px);
}
.calendarPlanning .btn {
  margin-right: 0;
}
.calendarPlanning__sidebar {
  width: 320px;
  display: flex;
  flex-direction: column;
  padding: 20px 40px 20px 20px;
  height: 100%;
  overflow: auto;
  max-height: calc(100vh - 150px);
}
.calendarPlanning__sidebar > .btn {
  margin-bottom: 30px;
}
.calendarPlanning__newList, .calendarPlanning__filters {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.calendarPlanning__filters {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  position: relative;
}
.calendarPlanning__filters h3 {
  margin-bottom: 5px !important;
}
.calendarPlanning__filters > .btn {
  position: absolute;
  right: 20px;
  top: 10px;
}
.calendarPlanning__calendar {
  width: calc(100% - 320px);
  background: #fff;
  padding: 20px;
  border-radius: 3px;
}
.calendarPlanning__newList .newEvent {
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
  /*background-color: #fff;*/
  border-radius: 3px;
  cursor: -webkit-grab;
  cursor: grab;
  display: flex;
  flex-direction: column;
  position: relative;
}
.newEvent > div {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
}
.calendarPlanning__newList .newEvent h4 {
  margin: 0;
}
.calendarPlanning__newList h3, .calendarPlanning__filters h3 {
  margin: 0 0 30px;
  font-weight: bold;
}
.hover-end {
  padding: 0;
  margin: 0;
  font-size: 75%;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
}
.calendarPlanning .fc .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}
.calendarPlanning .fc .fc-button-primary:disabled {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}
[data-loader][data-v-375f316a] {
  display: flex;
  justify-content: center;
}
[data-loader].centered[data-v-375f316a] {
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
}
[data-loader] .lds-ring[data-v-375f316a] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
[data-loader] .lds-ring div[data-v-375f316a] {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 8px;
  border: 5px solid #ccc;
  border-radius: 50%;
  -webkit-animation: lds-ring-data-v-375f316a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring-data-v-375f316a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
[data-loader] .lds-ring div[data-v-375f316a]:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
[data-loader] .lds-ring div[data-v-375f316a]:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
[data-loader] .lds-ring div[data-v-375f316a]:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring-data-v-375f316a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes lds-ring-data-v-375f316a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
[data-loader].small .lds-ring[data-v-375f316a] {
  width: 38px;
  height: 38px;
}
[data-loader].small .lds-ring div[data-v-375f316a][data-v-375f316a] {
  width: 23px;
  height: 23px;
  margin: 6px;
  border-width: 3px;
}
.direct-message {
  padding: 20px;
}
div.direct-message__field {
  margin: 0;
}
div.direct-message__edit {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}
div.direct-message__edit .checkbox-toggle {
  margin-left: auto;
}
div.direct-message__field .ck {
  border: solid 1px #dfdfdf;
  cursor: text;
  border-radius: 3px;
}
.info-card {
  background-color: var(--white);
  display: flex;
  align-items: center;
  padding: 20px 30px;
  box-shadow: 0px 3px 21px -15px rgba(0, 0, 0, 0.2);
  position: relative;
}
.info-card a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.info-card a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.info-card i {
  color: var(--primary-light);
  font-size: 30px;
}
.info-card:not([data-theme=base]) {
  background-color: var(--primary);
  color: var(--white);
}
.info-card:not([data-theme=base]) i {
  color: var(--white);
}
.info-card[data-theme=red] {
  background-color: var(--red);
}
.info-card[data-theme=green] {
  background-color: var(--green);
}
.info-card[data-theme=yellow] {
  background-color: var(--yellow);
}
.info-card__content {
  flex-grow: 1;
  margin-left: 30px;
}
.info-card__line {
  display: flex;
  align-items: center;
}
.info-card__title {
  margin-right: auto;
}
.info-card__status {
  font-size: 30px;
  font-weight: bold;
  color: var(--gray);
  margin-left: 20px;
}
.info-card[data-multiline=true] .info-card__status {
  font-size: 18px;
}
.info-card:not([data-theme=base]) .info-card__status {
  color: var(--white);
}
.boxSettingLink {
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 3px;
}
.boxSettingLink:hover .boxSettingLink__controls {
  opacity: 1;
  pointer-events: auto;
}
.boxSettingLink .checkbox-toggle {
  width: 40%;
  margin-left: 20px;
}
.boxSettingLink__controls {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.boxSettingLink__controls span {
  display: flex;
  width: 24px;
  height: 24px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
}
.boxSettingLink__controls span:last-of-type {
  cursor: -webkit-grab;
  cursor: grab;
}
.boxSettingLink__controls span i {
  margin: auto;
}
.boxSettingLink-dragging .boxSettingLink .boxSettingLink__controls {
  opacity: 0;
}
button.boxLinkBtn {
  margin-bottom: 50px;
}
.groups {
  min-height: 50px !important;
}
.groups__title {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  align-items: center;
  font-weight: bold;
}
.groups__title i {
  transition: transform 0.3s;
  font-size: 18px;
  margin-right: 10px;
}
.groups__title.open i {
  transform: rotate(-45deg);
}
.groups__items {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.groups__items.open {
  display: block;
  max-height: 2000px;
}
[data-link-box-list] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  width: 100%;
  padding: 1em;
}
[data-link-box-list][data-columns="1"] {
  grid-template-columns: repeat(1, 1fr);
}
[data-link-box-list][data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
[data-link-box-list][data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
[data-link-box-list][data-columns="5"] {
  grid-template-columns: repeat(5, 1fr);
}
[data-link-box-list][data-columns="6"] {
  grid-template-columns: repeat(6, 1fr);
}
[data-box-link] {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  min-height: 100px;
  padding: 1em;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 3px;
  text-decoration: none;
}
[data-box-link] span {
  margin-bottom: 10px;
}
[data-box-link] i {
  margin-top: auto;
  font-size: 30px;
}
[data-master-vue-menu][data-v-55d7444e] {
  display: flex;
  align-items: center;
  height: 100%;
}
[data-master-vue-menu] span[data-v-55d7444e]:not(:first-child) {
  margin-left: 1em;
}
[data-master-vue-menu][data-v-5a49d6be] {
  display: flex;
  align-items: center;
  height: 100%;
}
[data-master-vue-menu] span[data-v-5a49d6be]:not(:first-child) {
  margin-left: 1em;
}
[data-notification-list] {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10001;
}
#buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 20px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#buttons > .buttons__zoom {
  margin-left: auto;
  margin-right: 20px;
}
#buttons > .buttons__zoom .active {
  margin: 0 5px;
}
#buttons .btn {
  margin-right: 0;
}

/* Page content */
.content {
  padding: 16px;
}
.pdfPagesTest {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  overflow: auto;
  padding: 10px;
  border: solid 1px #efefef;
}
.pdfPages {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 145%;
  margin-bottom: 10px;
}
.textLayer {
  display: none;
}
.PDFDashboard__save {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.PDFDashboard__save .btn {
  margin-right: 0;
  margin-top: 10px;
}
.PDFDashboard .checkbox-toggle {
  align-self: flex-end;
}
.PDFDashboard .checkbox-toggle + input {
  margin-top: 10px;
}
[data-slideout-panel][data-v-e49fbcc2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateX(calc(100% + 50px));
  transition: all 0.2s ease-in-out;
  min-height: 100%;
  padding: 0 2em 5em 2em;
}
[data-slideout-panel].open[data-v-e49fbcc2] {
  transform: translateX(0);
}

[data-canvas] canvas {
  transition: all 1s ease;
}
[data-canvas] canvas.autoUpdate {
  transition: all 1s ease;
}
[data-chart-settings] .colors article {
  padding: 0 2px;
  position: relative;
}
[data-chart-settings] .colors article .verte__guide {
  cursor: pointer;
}
[data-chart-settings] .colors article .remove {
  position: absolute;
  bottom: -2px;
  right: -1px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17);
  color: #ec6666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  width: 12px;
  height: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease 0.1s;
}
[data-chart-settings] .colors article:hover .remove {
  visibility: visible;
  opacity: 1;
}
[data-chart-settings] .colors .verte__input {
  padding: 5px !important;
}
[data-chart-settings] .colors a {
  width: 24px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
[data-chart-settings] .dataset {
  border: 1px solid var(--gray-4);
}
[data-chart-settings] .dataset .form-subselect {
  display: flex;
  flex-wrap: wrap;
}
[data-chart-settings] .dataset .form-subselect > * {
  width: calc(50% - 5px);
}
[data-chart-settings] .dataset .form-subselect .subselect {
  text-align: right;
}
[data-chart-settings] .dataset .form-subselect .subselect a {
  text-decoration: none;
  font-weight: 400;
}
[data-chart-settings] .dataset .form-subselect .subselect a.active {
  font-weight: 700;
}
[data-chart-settings] .dataset__title {
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray-5);
  cursor: pointer;
}
[data-chart-settings] .dataset__title label {
  cursor: pointer;
}
[data-chart-settings] .dataset__inner {
  display: none;
  padding: 10px;
}
[data-chart-settings] .dataset__inner.active {
  display: block;
}
[data-chart-settings] .datasets .btn {
  margin-top: 10px;
}
[data-chart-settings] .tab {
  border-bottom: 1px solid var(--gray-2);
}
[data-chart-settings] h3 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-2);
  margin: 0;
  padding: 10px 0;
}
[data-chart-settings] h3:hover {
  color: var(--primary);
}
[data-chart-settings] h3 span {
  margin-left: auto;
  font-size: 14px;
  margin-right: 15px;
  line-height: 1.7em;
  opacity: 0.3;
}
[data-chart-settings] h3 i {
  margin-right: 10px;
  margin-top: 3px;
}
[data-codemirror] {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  height: 100%;
  position: relative;
}
[data-codemirror] .CodeMirror {
  height: auto;
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: 20px 40px 20px 0;
  min-height: 40px;
}
[data-codemirror] nav {
  display: flex;
  background: #f3f3f3;
  padding: 0.45em 0.5em;
  position: absolute;
  right: 5px;
  top: 4px;
  z-index: 7;
}
[data-codemirror] nav a:first-of-type {
  margin-left: auto;
  color: #2b3e50;
}
[data-codemirror].popped {
  position: fixed;
  z-index: 1002;
  width: 90%;
  max-width: 900px;
  height: 50vh;
  max-height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
[data-codemirror].popped .vue-codemirror {
  height: 100%;
}
[data-codemirror].popped .vue-codemirror .CodeMirror {
  height: 100%;
}
[data-codemirror] .cm-s-default {
  border: 1px solid #d2d2d2;
  padding-top: 0;
}

[data-codemirror-autocomplete] {
  position: absolute;
  background: #fff;
  transform: translate(-1.1em, 1.8em);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  padding: 0;
  font-size: var(--font-small);
  z-index: 2000;
  max-height: calc(10*2.25em);
  overflow: auto;
}
[data-codemirror-autocomplete] a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.2s;
  margin: 0;
}
[data-codemirror-autocomplete] a.selected, [data-codemirror-autocomplete] a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.codemirror-overlay {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  z-index: 1001;
}
.verte {
  position: relative;
  display: flex;
  justify-content: center;
}

.verte * {
  box-sizing: border-box;
}

.verte--loading {
  opacity: 0;
}

.verte__guide {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.verte__guide:focus {
  outline: 0;
}

.verte__guide svg {
  width: 100%;
  height: 100%;
  fill: inherit;
}

.verte__menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 250px;
  border-radius: 6px;
  background-color: #fff;
  will-change: transform;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.verte__menu:focus {
  outline: none;
}

.verte__menu-origin {
  display: none;
  position: absolute;
  z-index: 10;
}

.verte__menu-origin--active {
  display: flex;
}

.verte__menu-origin--static {
  position: static;
  z-index: initial;
}

.verte__menu-origin--top {
  bottom: 50px;
}

.verte__menu-origin--bottom {
  top: 50px;
}

.verte__menu-origin--right {
  right: 0;
}

.verte__menu-origin--left {
  left: 0;
}

.verte__menu-origin--center {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.verte__menu-origin:focus {
  outline: none;
}

.verte__controller {
  padding: 0 20px 20px;
}

.verte__recent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.verte__recent-color {
  margin: 4px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(45deg, rgba(112, 128, 144, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(112, 128, 144, 0.5) 75%), linear-gradient(-45deg, rgba(112, 128, 144, 0.5) 25%, transparent 25%), linear-gradient(-45deg, transparent 75%, rgba(112, 128, 144, 0.5) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px -3px, 0 3px, -3px 0px;
  overflow: hidden;
}

.verte__recent-color:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.verte__value {
  padding: 0.6em;
  width: 100%;
  border: 1px solid #708090;
  border-radius: 6px 0 0 6px;
  text-align: center;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.verte__value:focus {
  outline: none;
  border-color: #1a3aff;
}

.verte__icon {
  width: 20px;
  height: 20px;
}

.verte__icon--small {
  width: 12px;
  height: 12px;
}

.verte__input {
  padding: 5px;
  margin: 0 3px;
  min-width: 0;
  text-align: center;
  border-width: 0 0 1px 0;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

.verte__input::-webkit-inner-spin-button, .verte__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.verte__inputs {
  display: flex;
  font-size: 16px;
  margin-bottom: 5px;
}

.verte__draggable {
  border-radius: 6px 6px 0 0;
  height: 8px;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  background: linear-gradient(90deg, #fff 2px, transparent 1%) center, linear-gradient(#fff 2px, transparent 1%) center, rgba(112, 128, 144, 0.2);
  background-size: 4px 4px;
}

.verte__model,
.verte__submit {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
  border: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
  color: #708090;
  fill: #708090;
  outline: none;
}

.verte__model:hover,
.verte__submit:hover {
  fill: #1a3aff;
  color: #1a3aff;
}

.verte__close {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  transform: translate(50%, -50%);
  background-color: rgba(0, 0, 0, 0.4);
  fill: #fff;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.verte__close:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/*# sourceMappingURL=Verte.vue.map */
.verte-picker {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
}

.verte-picker--wheel {
  margin-top: 20px;
}

.verte-picker__origin {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.verte-picker__slider {
  margin: 20px 20px 0;
}

.verte-picker__canvas {
  display: block;
}

.verte-picker__cursor {
  position: absolute;
  top: 0;
  left: 0;
  margin: -6px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  will-change: transform;
  pointer-events: none;
  background-color: transparent;
  box-shadow: #fff 0px 0px 0px 1.5px, rgba(0, 0, 0, 0.3) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.4) 0px 0px 1px 2px;
}

.verte-picker__input {
  display: flex;
  margin-bottom: 10px;
}

/*# sourceMappingURL=Picker.vue.map */
.slider {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 20px;
}

.slider:hover .slider-label, .slider--dragging .slider-label {
  visibility: visible;
  opacity: 1;
}

.slider__input {
  margin-bottom: 0;
  padding: 0.3em;
  margin-left: 0.2em;
  max-width: 70px;
  width: 20%;
  border: 0;
  text-align: center;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.slider__input::-webkit-inner-spin-button, .slider__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider__input:focus {
  outline: none;
  border-color: #1a3aff;
}

.slider__track {
  position: relative;
  flex: 1;
  margin: 3px;
  width: auto;
  height: 8px;
  background: #fff;
  will-change: transfom;
  background-image: linear-gradient(45deg, rgba(112, 128, 144, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(112, 128, 144, 0.5) 75%), linear-gradient(-45deg, rgba(112, 128, 144, 0.5) 25%, transparent 25%), linear-gradient(-45deg, transparent 75%, rgba(112, 128, 144, 0.5) 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px -3px, 0 3px, -3px 0px;
  border-radius: 10px;
}

.slider__handle {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  color: #000;
  margin: -2px 0 0 -8px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: currentColor;
  border-radius: 50%;
  box-shadow: 0 1px 4px -2px black;
}

.slider__label {
  position: absolute;
  top: -3em;
  left: 0.4em;
  z-index: 999;
  visibility: hidden;
  padding: 6px;
  min-width: 3em;
  border-radius: 6px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  opacity: 0;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.slider__label:before {
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 0.6em 0.6em 0 0.6em;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
  transform: translate3d(-50%, 0, 0);
}

.slider__fill {
  width: 100%;
  height: 100%;
  transform-origin: left top;
  border-radius: 10px;
}

/*# sourceMappingURL=Slider.vue.map */
.direct-message {
  padding: 20px;
}

div.direct-message__field {
  margin: 0;
}

div.direct-message__edit {
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
}

div.direct-message__edit .checkbox-toggle {
  margin-left: auto;
}

div.direct-message__field .ck {
  border: solid 1px #dfdfdf;
  cursor: text;
  border-radius: 3px;
}
[data-fieldlist] .list-item {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  padding: 0.25em 0;
}
[data-fieldlist] .list-item.readonly {
  opacity: 0.5;
}
[data-fieldlist] .list-item:not(.disabled) {
  cursor: -webkit-grab;
  cursor: grab;
}
[data-fieldlist] .list-item:not(.disabled):active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-fieldlist] .list-item:not(.disabled) label[for] {
  cursor: -webkit-grab;
  cursor: grab;
}
[data-fieldlist] .list-item:not(.disabled) label[for]:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-fieldlist] .list-item:not(.disabled) .handle {
  cursor: -webkit-grab;
  cursor: grab;
}
[data-fieldlist] .list-item:not(.disabled) .handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-fieldlist] .list-item .handle {
  opacity: 0;
  margin-left: auto;
  transition: opacity 0.2s ease;
}
[data-fieldlist] .list-item.sortable-chosen {
  background: var(--gray-2);
  font-weight: bold;
}
[data-fieldlist] .list-item:hover .handle {
  opacity: 0.5;
}
[data-file-viewer] {
  display: flex;
  height: 100%;
  justify-content: center;
}
[data-file-viewer] span {
  display: flex;
  width: 100%;
  justify-content: center;
}
[data-file-viewer] article {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  top: 100px;
}
[data-file-viewer] i {
  opacity: 0.5;
  font-size: 40px;
  margin-bottom: 0.5em;
}
@charset "UTF-8";
.icon-picker {
  display: flex;
  position: relative;
  margin: 5px;
}
.icon-picker ? > i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.icon-picker ? > i ? + input {
  padding-left: 30px;
}
.icon-picker ? > input {
  padding: 15px;
  width: calc(100% - 60px);
  margin: 0;
  border: 0;
}
.icon-picker ? > button {
  white-space: nowrap;
  font-size: 10px;
  width: 60px;
  padding: 0;
}
.icon-picker ? #iconPicker {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

#iconPicker {
  position: relative;
  background: #f3f3f3;
}

.iconPicker__header {
  padding: 1em;
  border: 1px solid #ccc;
}

.iconPicker__header input {
  width: 100%;
  padding: 1em;
}

.iconPicker__body {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: #fff;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}

.iconPicker__icons {
  display: table;
  width: 100%;
}

.iconPicker__icons .item {
  float: left;
  width: calc(100% / 6);
  height: 40px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
  color: inherit;
  transition: background 0.2s ease;
}
.iconPicker__icons .item:hover {
  background: #e0e0e0;
}

.iconPicker__icons .item.selected {
  background: #ccc;
}

.iconPicker__icons .item i {
  box-sizing: content-box;
}

#iconPicker.iconOnly .iconPicker__body {
  min-width: 250px;
  left: 0;
}
#iconPicker.iconOnly .iconPicker__header {
  height: 35px;
  width: 35px;
  border: solid 1px var(--gray-7);
  border-bottom: solid 2px var(--gray-7);
  border-radius: 5px 5px 0 0;
  background-color: var(--gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
}
@charset "UTF-8";
.grid-wrap {
  display: flex;
  flex-direction: column;
  background-color: var(--gray-2);
  min-height: calc(100vh - var(--topbar-height) - (2 * var(--frame-width)));
}
.grid-wrap > .grid-dashboard {
  margin-bottom: 100px;
}
.grid-wrap > nav {
  display: flex;
  width: 100%;
}
.grid-wrap > nav .createNew {
  margin-left: auto;
}

.grid-dashboard {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  background-color: var(--gray-2);
  margin-top: 30px;
  margin-left: 0 !important;
}
.grid-dashboard.edit-mode > div {
  border: dashed 1px var(--primary-lighter);
  padding: 20px;
}
.grid-dashboard.edit-mode > div > div {
  border: none !important;
}
.grid-dashboard > div {
  position: relative;
  grid-column: auto/span 2;
  border-radius: 3px;
}
.grid-dashboard > div.new-columns {
  background-color: var(--primary-light);
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div.new-columns:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div.new-columns > div {
  grid-template-columns: 1fr !important;
}
.grid-dashboard > div.new-columns .new-column-wrap {
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.grid-dashboard > div.new-columns .new-column-wrap__title {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
}
.grid-dashboard > div.new-columns .new-column-wrap__title i {
  margin-left: auto;
  font-size: 20px;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap .col-add-wrap-number {
  border-bottom: solid 2px var(--primary-lighter);
  margin: 0 10px;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap-settings {
  margin-top: 10px;
  color: var(--primary-lighter);
}
.grid-dashboard > div.new-columns .new-column-wrap button {
  background: none;
  border: none;
  color: var(--primary-lighter);
  outline: 0;
  cursor: pointer;
}
.grid-dashboard > div[data-bg=true] {
  background-color: #fff;
}
.grid-dashboard > div[data-bg=true] > div {
  padding: 20px;
}
.grid-dashboard > div[data-width="1/1"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/1"] > div {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/1"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/2"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/2"] > div {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/2"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/2"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/2"] > div {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/2"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/3"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/3"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/3"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/4"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/4"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/4"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/4"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/5"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/5"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/5"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/5"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/5"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/6"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/6"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/6"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/6"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/6"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/6"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/7"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/7"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/7"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/7"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/7"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/7"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/7"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/8"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/8"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/8"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/8"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/8"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/8"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/8"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/8"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/9"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/9"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/9"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/9"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/9"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/9"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/9"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/9"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/9"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/10"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/10"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/10"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/10"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/10"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/10"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/10"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/10"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/10"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/10"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/11"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/11"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/11"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/11"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/11"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/11"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/11"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/11"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/11"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/11"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/11"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/12"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/12"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/12"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/12"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/12"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/12"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/12"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/12"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/12"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/12"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/12"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/12"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/13"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/13"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/13"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/13"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/13"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/13"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/13"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/13"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/13"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/13"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/13"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/13"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/13"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/14"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/14"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/14"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/14"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/14"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/14"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/14"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/14"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/14"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/14"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/14"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/14"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/14"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/14"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/15"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/15"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/15"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/15"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/15"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/15"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/15"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/15"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/15"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/15"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/15"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/15"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/15"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/15"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/15"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/16"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/16"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/16"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/16"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/16"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/16"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/16"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/16"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/16"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/16"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/16"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/16"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/16"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/16"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/16"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/16"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/17"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/17"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/17"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/17"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/17"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/17"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/17"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/17"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/17"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/17"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/17"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/17"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/17"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/17"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/17"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/17"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/17"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/18"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/18"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/18"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/18"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/18"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/18"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/18"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/18"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/18"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/18"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/18"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/18"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/18"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/18"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/18"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/18"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/18"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/18"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/19"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/19"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/19"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/19"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/19"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/19"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/19"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/19"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/19"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/19"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/19"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/19"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/19"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/19"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/19"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/19"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/19"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/19"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="19/19"] {
  grid-column: auto/span 19;
}
.grid-dashboard > div[data-width="19/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="19/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/20"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/20"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/20"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/20"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/20"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/20"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/20"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/20"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/20"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/20"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/20"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/20"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/20"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/20"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/20"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/20"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/20"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/20"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="19/20"] {
  grid-column: auto/span 19;
}
.grid-dashboard > div[data-width="19/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="19/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="20/20"] {
  grid-column: auto/span 20;
}
.grid-dashboard > div[data-width="20/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="20/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-shrink=false] {
  min-width: 250px;
}
.grid-dashboard > div .grid-options {
  position: absolute;
  right: 5px;
  bottom: 100%;
  background: var(--primary-light);
  padding: 4px 10px;
  color: var(--white);
  border-radius: 3px;
  opacity: 0;
  transition: ease 0.2s;
  font-size: 13px;
}
.grid-dashboard > div .grid-options .grid-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div .grid-options .grid-drag-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div .grid-options .fa-cog {
  cursor: pointer;
  margin-right: 5px;
}
.grid-dashboard > div .grid-options .grid-delete-col {
  margin-right: 20px;
  cursor: pointer;
}
.grid-dashboard > div:hover .grid-options {
  opacity: 1;
}
.grid-dashboard > div > div {
  width: 100%;
  /*min-height: 100px;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  row-gap: 15px;
  align-items: flex-start;
  max-width: 100%;
}
.grid-dashboard > div > div > * {
  /*min-height: 100px;*/
  display: flex;
  position: relative;
  grid-column: span 6;
}
.grid-dashboard > div > div > * > * {
  border-radius: 3px;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: auto;
}
.grid-dashboard > div > div > * > * > section .block {
  margin-bottom: 0;
  min-height: 100%;
  display: flex;
}
.grid-dashboard > div > div > * > * > section .block .block__content {
  min-height: 100%;
  width: 100%;
}
.grid-dashboard > div > div > * > * > section .block .block__content > * {
  min-height: 100px;
  height: 100%;
}
.grid-dashboard > div > div > * > .grid-item-options {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 4px 10px;
  color: var(--primary);
  border-radius: 0 0 0 3px;
  transition: ease 0.2s;
  min-height: 0;
  min-width: 0;
  font-size: 13px;
  z-index: 1;
}
.grid-dashboard > div > div > * > .grid-item-options i {
  cursor: pointer;
}
.grid-dashboard > div > div > * > .grid-item-options i + i {
  margin-left: 5px;
}
.grid-dashboard > div > div > * > .grid-item-options .grid-item-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div > div > * > .grid-item-options .grid-item-drag-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div > div > *[data-width="1"] {
  grid-column: span 2;
}
.grid-dashboard > div > div > *[data-width="2"] {
  grid-column: span 2;
}
.grid-dashboard > div > div > *[data-width="3"] {
  grid-column: span 3;
}
.grid-dashboard > div > div > *[data-width="4"] {
  grid-column: span 4;
}
.grid-dashboard > div > div > *[data-width="5"] {
  grid-column: span 5;
}
.grid-dashboard > div > div > *[data-width="6"] {
  grid-column: span 6;
}
.grid-dashboard > div > div > *[data-height="1"] {
  grid-row: span 1;
}
.grid-dashboard > div > div > *[data-height="2"] {
  grid-row: span 2;
}
.grid-dashboard > div > div > *[data-height="3"] {
  grid-row: span 3;
}
.grid-dashboard > div > div > *[data-height="4"] {
  grid-row: span 4;
}
.grid-dashboard > div > div > *[data-height="5"] {
  grid-row: span 5;
}
.grid-dashboard > div > div > *[data-height="6"] {
  grid-row: span 6;
}
.grid-dashboard > div > div > *[data-height="7"] {
  grid-row: span 7;
}
.grid-dashboard > div > div > *[data-height="8"] {
  grid-row: span 8;
}
.grid-dashboard > div > div > *[data-height="9"] {
  grid-row: span 9;
}
.grid-dashboard > div > div > *[data-height="10"] {
  grid-row: span 10;
}
.grid-dashboard > div > div > *[data-height="11"] {
  grid-row: span 11;
}
.grid-dashboard > div > div > *[data-height="12"] {
  grid-row: span 12;
}
.grid-dashboard > div > div > *[data-height="13"] {
  grid-row: span 13;
}
.grid-dashboard > div > div > *[data-height="14"] {
  grid-row: span 14;
}
.grid-dashboard > div > div > *[data-height="15"] {
  grid-row: span 15;
}
.grid-dashboard > div > div > *[data-height="16"] {
  grid-row: span 16;
}
.grid-dashboard > div > div > *[data-height="17"] {
  grid-row: span 17;
}
.grid-dashboard > div > div > *[data-height="18"] {
  grid-row: span 18;
}
.grid-dashboard > div > div > *[data-height="19"] {
  grid-row: span 19;
}
.grid-dashboard > div > div > *[data-height="20"] {
  grid-row: span 20;
}
.grid-dashboard > div > div > *[data-stretch], .grid-dashboard > div > div > *[data-stretch] section {
  height: 100%;
}
.grid-dashboard > div > div > * h1 {
  font-size: 20px;
  text-align: center;
}
.grid-dashboard--dragging .grid-col {
  position: relative;
  overflow: hidden;
}
.grid-dashboard--dragging .grid-col > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid-dashboard--dragging .grid-col > div > * {
  z-index: 1;
}
.grid-dashboard--dragging .grid-col > div > *:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grid-dashboard--dragging .grid-col > div > *:first-of-type {
  z-index: 3;
}
.grid-dashboard--dragging .grid-col > div > *:first-of-type::after {
  display: none !important;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen {
  z-index: 4;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen + .grid-item {
  z-index: 2;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen::after {
  display: none !important;
}
.grid-dashboard [data-admin-nav] a {
  font-size: 1.2em;
}

.grid-placeholder {
  border: dashed 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-placeholder::before {
  content: "FØR";
}

.new-items__placeholde {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-light);
  text-align: center;
  padding: 10px;
  min-height: 100px !important;
}
.new-items__placeholde i {
  margin-bottom: 5px;
}
.new-items__placeholde__meta {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  font-style: italic;
}
.new-items__placeholde__meta span:not(:first-of-type):not(:last-of-type)::after {
  content: ", ";
}

.addNew {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: var(--primary-ultra-light);
  padding: 15px;
  margin-top: auto;
  z-index: 900;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.035), 0 0px 80px rgba(0, 0, 0, 0.07);
  transform: translateY(0);
  opacity: 1;
}
.addNew .grid-dashboard {
  background-color: var(--primary-ultra-light);
  margin-top: 0;
  max-height: 270px;
  overflow: auto;
}
.addNew__tabs {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  width: 100%;
}
.addNew__tabs button {
  border: none;
  background-color: var(--primary-lighter);
  padding: 10px;
  margin-right: 3px;
  color: var(--white);
  outline: none;
  cursor: pointer;
}
.addNew__tabs button.active {
  background-color: var(--primary-ultra-light);
  color: var(--primary-light);
}
.addNew__tabs button.close {
  margin-left: auto;
  margin-right: 0;
}
.addNew__tabs button.update {
  margin-left: auto;
  margin-right: 0;
}
.addNew__tabs button.update + button.close {
  margin-left: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-enter,
.slide-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

.grid-item--drag {
  cursor: -webkit-grab;
  cursor: grab;
}
.PDFDashboard__save {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.PDFDashboard__save .btn {
  margin-right: 0;
  margin-top: 10px;
}

.PDFDashboard .checkbox-toggle {
  align-self: flex-end;
}
.PDFDashboard .checkbox-toggle + input {
  margin-top: 10px;
}

[data-infocard-settings] .tab {
  border-bottom: 1px solid var(--gray-2);
}
[data-infocard-settings] h3 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-2);
  margin: 0;
  padding: 10px 0;
}
[data-infocard-settings] h3:hover {
  color: var(--primary);
}
[data-infocard-settings] h3 i {
  margin-right: 10px;
  margin-top: 3px;
}
[data-infocard-settings] table {
  margin-bottom: 10px;
}
[data-infocard-settings] table th {
  text-align: left;
  font-weight: 400;
}
[data-infocard-settings] table .fal.fa-times {
  color: var(--red);
  font-size: 12px;
  margin-left: 3px;
}
[data-infocell] {
  background: #fff;
}
[data-infocell][data-hide-background=true] {
  background-color: transparent;
}
[data-infocell] header {
  font-weight: bold;
  padding: 1em;
  text-align: center;
}
[data-infocell-builder] {
  background-color: var(--gray-2);
  padding: 20px;
  min-height: 100%;
}
[data-infocell-builder] header {
  width: 100%;
  flex-basis: 100%;
}
[data-infocell-builder] .wrapper {
  display: flex;
}
[data-infocell-builder] main {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  padding: 1em;
}
[data-infocell-builder] aside {
  padding: 1em;
  width: 300px;
}
[data-infocell-builder] aside article {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
[data-infocell-builder] aside article strong {
  color: #40076b;
  margin-bottom: 0.5em;
  display: block;
}
[data-infocell-builder] aside .checkbox-toggle {
  margin-top: 5px;
}
[data-infocell-builder] aside #Feltliste {
  max-height: 300px;
  overflow: auto;
}
[data-infocell-builder] aside #iconPicker {
  margin-right: 5px;
}
[data-infocell-builder] aside #icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
[data-infocell-builder] aside #icon i {
  font-size: 1.3em;
  color: var(--primary);
  margin: 0 0.5em;
}
[data-infocell-builder] aside #icon span {
  display: flex;
  flex-direction: column;
}
[data-infocell-builder] [data-infocell] {
  margin: 0 auto;
  transition: all 0.2s;
  width: 100%;
}
[data-infocell-builder] [data-infocell][data-width=MEDIUM] {
  max-width: 50%;
}
[data-infocell-builder] [data-infocell][data-width=LARGE] {
  max-width: 66%;
}
[data-infocell-builder] [data-infocell][data-width=SMALL] {
  max-width: 33%;
}
[data-table-settings] #Feltliste {
  max-height: 300px;
  overflow: auto;
  border: 1px solid var(--gray-7);
  padding: 10px;
}
[data-table-settings] .col1-2 {
  width: 50%;
}
[data-table-settings] .tab {
  border-bottom: 1px solid var(--gray-2);
}
[data-table-settings] h3 {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid var(--gray-2);
  margin: 0;
  padding: 10px 0;
}
[data-table-settings] h3:hover {
  color: var(--primary);
}
[data-table-settings] h3 span {
  margin-left: auto;
  font-size: 14px;
  margin-right: 15px;
  line-height: 1.7em;
  opacity: 0.3;
}
[data-table-settings] h3 i {
  margin-right: 10px;
  margin-top: 3px;
}
[data-table-settings] [data-tab-actions] table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
[data-table-settings] [data-tab-actions] table th {
  text-align: left;
  font-weight: 400;
}
[data-table-settings] [data-tab-actions] table td {
  vertical-align: top;
  border-top: 1px solid var(--gray-2);
  padding-top: 5px;
  padding-bottom: 5px;
}
[data-table-settings] [data-tab-actions] table .fal.fa-times {
  color: var(--red);
  font-size: 12px;
  margin-left: 3px;
  margin-top: 15px;
}
[data-table-settings] [data-tab-actions] .labelWrap {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
[data-table-settings] [data-tab-actions] .action {
  border: 1px solid var(--gray-4);
}
[data-table-settings] [data-tab-actions] .action .form-subselect {
  display: flex;
  flex-wrap: wrap;
}
[data-table-settings] [data-tab-actions] .action .form-subselect > * {
  width: calc(50% - 5px);
}
[data-table-settings] [data-tab-actions] .action .form-subselect .subselect {
  text-align: right;
}
[data-table-settings] [data-tab-actions] .action .form-subselect .subselect a {
  text-decoration: none;
  font-weight: 400;
}
[data-table-settings] [data-tab-actions] .action .form-subselect .subselect a.active {
  font-weight: 700;
}
[data-table-settings] [data-tab-actions] .action__title {
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray-5);
  cursor: pointer;
}
[data-table-settings] [data-tab-actions] .action__title label {
  cursor: pointer;
  margin-bottom: 0;
}
[data-table-settings] [data-tab-actions] .action__inner {
  display: none;
  padding: 10px;
}
[data-table-settings] [data-tab-actions] .action__inner.active {
  display: block;
}
[data-json-viewer] {
  background: #2b3e50;
  padding: 2em;
  overflow: auto;
  z-index: 100;
}
[data-json-viewer] * {
  font-size: inherit !important;
  font-family: inherit !important;
}
[data-json-viewer] .tree-view-item {
  padding: 3px;
  margin-left: 2em;
}
[data-json-viewer] .tree-view-item-key-with-chevron {
  color: var(--yellow) !important;
}
[data-json-viewer] .tree-view-item-key-with-chevron:before {
  color: var(--white) !important;
}
[data-json-viewer] .tree-view-item-key {
  color: var(--green);
}
[data-json-viewer] .tree-view-item-value {
  color: var(--white);
  white-space: normal;
  line-height: 1.5em;
  padding: 0 0.5em;
}
[data-json-viewer] .tree-view-item-node,
[data-json-viewer] .tree-view-item-hint {
  padding: 0 0.5em;
}
[data-json-viewer] .tree-view-item-value-number {
  color: var(--primary-lighter) !important;
}
[data-json-viewer] .tree-view-item-value-boolean {
  color: orange !important;
}
[data-modal] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  max-height: 90%;
  width: 90%;
  z-index: 1001;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
[data-modal] + [data-modal-overlay] {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
[data-modal] header {
  background-color: var(--white);
  font-weight: bold;
  text-align: center;
  font-size: var(--font-title-tiny);
  padding: 0.25em;
  color: var(--theme);
}
[data-modal] main {
  max-height: 70vh;
}
[data-modal] main.overflow {
  overflow: auto;
}
[data-modal] nav,
[data-modal] .nav {
  padding: 0.5em 1em;
  display: flex;
  justify-content: center;
  background-color: var(--white);
}
[data-notification-box] {
  display: flex;
}
[data-notification-box] .notification-area.none {
  pointer-events: none;
  opacity: 0.5;
}
[data-notification-box] .notification-area.none .counter {
  background-color: var(--gray-8);
  color: var(--gray);
}

[data-notification-list] {
  position: fixed;
  right: 2em;
  z-index: 10001;
  bottom: var(--frame-width);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 0 0 1em 0;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
[data-notification-list]::-webkit-scrollbar {
  display: none;
}

[data-notification] {
  max-width: 90vw;
  width: 350px;
  display: flex;
  min-height: 80px;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  margin-bottom: 10px;
  z-index: 10000;
  border-radius: 3px;
  overflow: hidden;
}
[data-notification] textarea {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
[data-notification] aside {
  color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 60px;
  text-align: center;
  font-size: 20px;
}
[data-notification] section {
  padding: 1em;
  background: #fff;
  color: var(--gray);
  width: 100%;
  overflow: hidden;
}
[data-notification] section strong {
  font-size: var(--font-base);
  display: block;
}
[data-notification] section label {
  font-size: var(--font-small);
}
[data-notification] section div {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  font-size: var(--font-base);
}
[data-notification] section div span {
  margin-right: auto;
  font-style: italic;
}
[data-notification] section div a {
  margin-left: 10px;
}
[data-notification].status-warn aside, [data-notification].status-warning aside {
  background-color: #ecb666;
}
[data-notification].status-default aside, [data-notification].status-primary aside, [data-notification].status-info aside {
  background-color: #40076b;
}
[data-notification].status-success aside {
  background-color: #60cb8b;
}
[data-notification].status-danger aside, [data-notification].status-error aside {
  background-color: #ec6666;
}
[data-notification] .notification-icon {
  font-style: normal;
}
[data-notification] .notification-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
[data-notification] .notification-icon.primary::after {
  content: "\f12a";
}
[data-notification] .notification-icon.danger::after {
  content: "\f071";
}
[data-notification] .notification-icon.success::after {
  content: "\f00c";
}
[data-notification] .notification-icon.default::after {
  content: "\f12a";
}
[data-notification] .notification-icon.warning::after {
  content: "\f071";
}
[data-notification].inline {
  max-width: calc(100% - 10px);
  margin-bottom: 1em;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.notification-center {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.notification-center__footer {
  padding: 15px 0;
}

.notification-center-top {
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.PDFDashboard__save {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.PDFDashboard__save .btn {
  margin-right: 0;
  margin-top: 10px;
}

.PDFDashboard .checkbox-toggle {
  align-self: flex-end;
}
.PDFDashboard .checkbox-toggle + input {
  margin-top: 10px;
}
[data-pager] {
  display: flex;
  align-items: center;
}
[data-pager] .page-item {
  margin-right: 5px;
}
[data-pager] .page-item a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background 0.3s ease;
}
[data-pager] .page-item a:hover {
  background: var(--gray-2);
}
[data-pager] .page-item a i {
  font-size: 19px;
}
[data-pager] .page-item.active a {
  background: var(--primary);
  border-radius: 8px;
  color: var(--white);
}
[data-pager] .page-item.disabled {
  opacity: 0.3;
  pointer-events: none;
}
[data-pager] .page-item.dots {
  opacity: 0.4;
  pointer-events: none;
}
[data-pager] .page-item:last-of-type {
  margin: 0;
}
[data-pager] .page-item__summary {
  margin-left: 5px;
  opacity: 0.2;
  font-size: 13px;
}
[data-query-builder] {
  margin-bottom: 5em;
}
[data-query-builder] .muted {
  opacity: 0.15;
}
[data-query-builder] .w-100 {
  width: 100%;
}
[data-query-builder] .marker {
  background-color: var(--theme);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 6px;
  margin-left: 1em;
  font-size: var(--font-small);
}
[data-query-builder] [data-count-label] {
  display: flex;
  align-items: center;
  width: 100%;
}
[data-query-builder] [data-count-label] span {
  margin-left: 1em;
  background-color: var(--primary);
  color: var(--white);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 0.8em;
  /* padding: 10px; */
  font-weight: bold;
}
[data-query-builder] .vue-codemirror .CodeMirror-scroll,
[data-query-builder] .vue-codemirror > .CodeMirror {
  min-height: 12em;
}
[data-query-builder] [data-main-nav] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 1em 1em 0.5em 1em;
  background-color: var(--gray-2);
}
[data-query-builder] [data-title-input] {
  font-size: 2em;
  border: none !important;
  background: none !important;
  font-weight: bold;
}
[data-query-builder] .list-group nav {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  padding: 0;
  align-items: center;
  height: 100%;
  padding: 1em 1em 0.5em 1em;
  top: 0;
}
[data-query-builder] .list-group a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
[data-query-builder] .list-group h3 i {
  font-size: 0.8em;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
[data-query-builder] .list-group-item-action {
  width: 100%;
  padding: 5px;
}

[data-query-builder-options] .vue-codemirror .CodeMirror-scroll,
[data-query-builder-options] .vue-codemirror > .CodeMirror {
  min-height: 12em;
}
[data-query-builder-options] .list-group-item-action {
  width: 100%;
  padding: 5px;
}
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/*# sourceMappingURL=vue-select.css.map*/
.v-select {
  position: relative;
  font-family: inherit;
  box-sizing: border-box;
}
.v-select * {
  box-sizing: border-box;
}

.vs__fade-enter-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter {
  opacity: 0;
}

.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.vs--disabled .vs__dropdown-toggle {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.vs--disabled .vs__search {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}
.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
  background-color: var(--gray-3);
}

.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  padding-bottom: 4px;
  position: relative;
}

.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}
.vs--unsearchable .vs__search {
  opacity: 1;
}
.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(0.8);
}

.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(0.8);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}
.vs--loading .vs__spinner {
  opacity: 1;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}
.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: var(--primary-lighter);
  color: #fff;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
}
.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

.vs__selected {
  display: flex;
  align-items: center;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.6;
  margin: 7px 2px 0;
  padding: 0 0.45em;
  z-index: 0;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.3);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  display: none;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}

.vs__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  background-color: var(--white) !important;
  border: 1px solid transparent !important;
  border-left: none;
  outline: none;
  padding: 0 7px !important;
  background: none !important;
  box-shadow: none;
  width: 0 !important;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search::-webkit-search-cancel-button {
  display: none;
}
.vs__search::-ms-clear {
  display: none;
}
.vs__search::-webkit-search-decoration {
  display: none;
}
.vs__search::-webkit-search-results-button {
  display: none;
}
.vs__search::-webkit-search-results-decoration {
  display: none;
}
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px !important;
  background: none !important;
  box-shadow: none;
  width: 0 !important;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}
.vs__search::-moz-placeholder {
  color: inherit;
}
.vs__search:-ms-input-placeholder {
  color: inherit;
}
.vs__search::-ms-input-placeholder {
  color: inherit;
}
.vs__search::placeholder {
  color: inherit;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
[data-sysfelt] {
  display: flex;
  align-items: center;
  position: relative;
}
[data-sysfelt][data-validation-message]:after {
  content: attr(data-validation-message);
  font-size: 0.8em;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(125%);
  color: white;
  background-color: red;
  border-radius: 4px;
  transition: all 0.2s;
  opacity: 0;
  padding: 3px 4px;
}
[data-sysfelt][data-validation-message]:hover:after {
  opacity: 1;
}
[data-sysfelt] .disabled {
  opacity: 0.5;
  cursor: default !important;
}
[data-sysfelt] input {
  background-color: transparent;
  border: 1px solid transparent;
  border: none;
  padding: 0.5em;
}
[data-sysfelt] input.focus {
  border: 1px solid #000;
  background-color: #fff;
  min-width: 150px;
}
[data-sysfelt] input.invalid {
  border-color: red !important;
}
[data-sysfelt] input::-webkit-inner-spin-button, [data-sysfelt] input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-sysfelt] > span:first-child, [data-sysfelt] > div:first-child, [data-sysfelt] > input:first-child, [data-sysfelt] > main {
  width: 100%;
}
[data-sysfelt] > main {
  width: 100%;
}
[data-sysfelt] [data-options] {
  display: flex;
}
[data-sysfelt] [data-options] span {
  cursor: pointer;
  padding: 0.5em;
}
[data-sysfelt] [data-autocomplete] {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: white;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow: auto;
  z-index: 2;
  width: 100%;
}
[data-sysfelt] [data-autocomplete] a {
  text-decoration: none;
  display: block;
  transition: all 0.2s;
  padding: 0.5em 1em;
}
[data-sysfelt] [data-autocomplete] a:hover {
  background-color: var(--primary);
  color: var(--white);
}
[data-sysfelt] [data-autocomplete-overlay] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}
[data-efh-datatable] {
  /* Track */
  /* Handle */
}
[data-efh-datatable] .search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
}
[data-efh-datatable] .search__wildcard {
  width: 250px;
}
[data-efh-datatable] .search__wildcard > input {
  margin-bottom: 4px;
}
[data-efh-datatable] .search__filter {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 250px);
}
[data-efh-datatable] .search__filter .btn {
  min-width: 105px;
  margin-left: 20px;
  margin-right: 20px;
}
[data-efh-datatable] .search__summary {
  display: flex;
  font-size: 13px;
}
[data-efh-datatable] .search__summary:not(.active) {
  color: var(--gray-8);
}
[data-efh-datatable] .search__summaryEntry {
  padding-left: 20px;
  color: inherit;
}
[data-efh-datatable] .search__summaryEntry div {
  margin-bottom: 5px;
}
[data-efh-datatable] .search__summaryEntry span.operator {
  display: inline-block;
  margin: 0 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary-light);
}
[data-efh-datatable] .search__summaryEntry span.operator.special {
  font-family: monospace;
}
[data-efh-datatable] .search__summaryEntry:not(:last-of-type) {
  padding-right: 20px;
  border-right: 2px solid var(--primary);
}
[data-efh-datatable] .search .search__wildcard {
  position: relative;
}
[data-efh-datatable] .search .search__wildcard .fa-spinner {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 1;
}
[data-efh-datatable] tbody.no-text {
  font-style: italic;
  opacity: 0.5;
}
[data-efh-datatable] tr.summary {
  cursor: default;
}
[data-efh-datatable] tr.summary td {
  border-top: 1px solid var(--primary-ultra-light);
}
[data-efh-datatable] th {
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
[data-efh-datatable] th.inactive {
  cursor: default;
}
[data-efh-datatable] th:not(.inactive):hover {
  background-color: #efeeef;
}
[data-efh-datatable] td[data-type=decimal] {
  text-align: right;
}
[data-efh-datatable] td span.neg {
  color: red;
}
[data-efh-datatable] td span.pos {
  color: green;
}
[data-efh-datatable] td.actions a {
  margin-right: 10px;
  font-size: 14px;
  color: var(--primary-light);
  position: relative;
  z-index: 0;
}
[data-efh-datatable] td.actions a:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px;
  left: -5px;
  border-radius: 50%;
  background: #b9b9b959;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.2s ease;
}
[data-efh-datatable] td.actions a:hover {
  color: var(--primary);
}
[data-efh-datatable] td.actions a:hover:after {
  transform: scale(1);
  opacity: 1;
}
[data-efh-datatable] td.actions a:last-of-type {
  margin-right: 0;
}
[data-efh-datatable] td.actions a i {
  pointer-events: none;
}
[data-efh-datatable] th.sortby,
[data-efh-datatable] .stickyHead.sortby {
  position: relative;
  padding-right: 30px;
}
[data-efh-datatable] th.sortby:after,
[data-efh-datatable] .stickyHead.sortby:after {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  content: "\f107";
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  height: 15px;
  font-size: 16px;
}
[data-efh-datatable] th.sortby.desc:after,
[data-efh-datatable] .stickyHead.sortby.desc:after {
  content: "\f106";
}
[data-efh-datatable] tbody.no-text td {
  text-align: center;
  font-size: 1.1em;
}
[data-efh-datatable] .Clickable {
  cursor: pointer;
}
[data-efh-datatable] .list-item {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.2s;
}
[data-efh-datatable] .list-item input {
  margin-right: 1.5em;
}
[data-efh-datatable] .list-item .handle {
  opacity: 0;
}
[data-efh-datatable] .list-item:hover .handle {
  color: #aaa;
  margin-left: auto;
  opacity: 1;
}
[data-efh-datatable] footer {
  display: flex;
  padding: 20px;
}
[data-efh-datatable] footer nav {
  display: flex;
  align-items: center;
}
[data-efh-datatable] footer nav:first-child {
  width: 100%;
}
[data-efh-datatable] footer nav:last-child {
  margin-left: auto;
}
[data-efh-datatable] footer nav:last-child label {
  white-space: nowrap;
  margin-right: 1em;
}
[data-efh-datatable] footer nav:last-child select {
  width: 57px;
  border: 1px solid var(--gray-2);
  height: 30px;
  border-radius: 3px;
  padding: 5px 0;
  text-align: right;
}
[data-efh-datatable] [data-main] {
  width: calc(100% - 20px);
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  position: relative;
}
[data-efh-datatable] [data-main].sticky {
  top: -38px;
  z-index: 0;
  margin-bottom: -38px;
}
[data-efh-datatable] .scrollAssist {
  width: calc(100% - 20px);
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: var(--frame-width);
  z-index: 1;
  cursor: pointer;
}
[data-efh-datatable] .scrollAssist__inner {
  display: flex;
  width: 100%;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead {
  display: inline-flex;
  height: 46px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  background-color: var(--primary-ultra-light);
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.2s ease;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:first-of-type {
  padding-left: 20px;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:last-of-type {
  padding-right: 20px;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:hover {
  background-color: #efeeef;
}
[data-efh-datatable] [data-main]::-webkit-scrollbar,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar {
  height: 8px;
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-track,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-track {
  background: var(--gray-3);
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-thumb,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-thumb {
  background: var(--primary-lighter);
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-thumb:hover,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-thumb:hover {
  background: var(--primary-light);
}
[data-efh-datatable].slim table td {
  padding: 8px 9px;
}
[data-efh-datatable].slim footer {
  padding: 10px 0;
  font-size: 13px;
}
[data-efh-datatable].slim footer nav:last-child select {
  width: 48px;
  height: 26px;
  padding: 0;
}
[data-efh-datatable].slim footer [data-pager] .page-item a i {
  font-size: 16px;
}

[data-infocell-builder] [data-efh-datatable] [data-main] table,
.grid-dashboard [data-efh-datatable] [data-main] {
  margin-bottom: 10px;
}
[data-filter] .filter {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
[data-filter] .filter__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-filter] .filter__queries {
  display: flex;
  flex-direction: column;
}
[data-filter] .filter__section:not(:last-of-type) {
  position: relative;
  border-bottom: 1px solid var(--gray-2);
  margin-bottom: 5px;
  padding-bottom: 15px;
}
[data-filter] .filter__section:not(:last-of-type):after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  padding: 2px 5px;
  text-align: center;
  background: #fff;
  font-size: 12px;
  color: var(--gray-8);
  content: "Eller";
}
[data-filter] .filter__query {
  display: flex;
  align-items: flex-end;
}
[data-filter] .filter__query .form-group {
  margin-right: 10px;
  width: 100%;
}
[data-filter] .filter__query .form-group.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
[data-filter] .filter__query .form-group-row {
  align-items: center;
}
[data-filter] .filter__query > section {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
[data-filter] .filter__query > section > a {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 5px 0;
  text-decoration: none;
}
[data-filter] .filter__query > section > a:first-of-type {
  margin-right: 10px;
  color: var(--red);
}
[data-filter] .filter__query > section > a:last-of-type {
  color: var(--gray-8);
  cursor: -webkit-grab;
  cursor: grab;
}
[data-filter] .filter__query > section > a:last-of-type:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-filter] .filter__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-top: 1px solid var(--gray-2);
  padding-top: 10px;
}
[data-filter] .filter__reset {
  display: flex;
  justify-content: flex-end;
}
[data-filter] .filter__userdefined {
  margin-top: auto;
  margin-bottom: 40px;
}
[data-filter] .filter__myfilters {
  margin-top: 10px;
  background: var(--gray-3);
}
[data-filter] .filter__myfilter {
  display: flex;
  justify-content: flex-end;
}
[data-filter] .filter__myfilter:not(:last-of-type) {
  border-bottom: 1px solid var(--gray-5);
}
[data-filter] .filter__myfilter a {
  padding: 10px;
  text-decoration: none;
}
[data-filter] .filter__myfilter > a:nth-of-type(1) {
  margin-right: auto;
}
[data-filter] .filter__myfilter > a:nth-of-type(2) {
  color: var(--red);
}
[data-filter] .filter__section {
  position: relative;
}
[data-filter] .filter .fieldinfo .toggleplaceholder {
  visibility: hidden;
  pointer-events: none;
}
[data-filter] .filter .fieldinfo .sub {
  margin: 10px;
}
[data-filter] .filter .field-list {
  padding-bottom: 50px;
}
[data-filter] .filter .field-list__search {
  position: relative;
}
[data-filter] .filter .field-list__search i {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
}
[data-filter] .filter .field-list .searchField {
  margin-bottom: 20px;
}
[data-filter] .filter .field-list ul .fieldinfo {
  background-color: var(--gray-3);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
[data-filter] .filter .field-list ul .fieldinfo:hover {
  background-color: var(--gray-5);
}
[data-filter] .filter .field-list ul .fieldinfo > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
[data-filter] .filter .field-list ul .fieldinfo a:last-of-type {
  display: block;
  margin-left: 10px;
  text-decoration: none;
  flex-grow: 1;
}
[data-filter] .filter .field-list ul .fieldinfo .fieldinfo {
  margin: 0;
  background-color: transparent;
  padding: 0;
}
[data-filter] .filter .field-list ul .fieldinfo .fieldinfo:hover > div > a {
  text-decoration: underline;
}
[data-filter] .filter .field-list ul .fieldinfo ul {
  margin: 5px;
  background-color: var(--white);
  width: calc(100% - 10px);
  padding: 5px;
  border-radius: 5px;
}

[data-efh-textarea] {
  border: 1px solid red;
}
[data-efh-textarea] textarea {
  resize: none;
}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa-light-300.eot);src:url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.woff) format("woff"),url(../fonts/fa-light-300.ttf) format("truetype"),url(../fonts/fa-light-300.svg#fontawesome) format("svg")}.fal, .fas, .far, .fad{font-family:"Font Awesome 5 Pro";font-weight:300}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-conditioner:before{content:"\f8f4"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-album:before{content:"\f89f"}.fa-album-collection:before{content:"\f8a0"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-alien:before{content:"\f8f5"}.fa-alien-monster:before{content:"\f8f6"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-amp-guitar:before{content:"\f8a1"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badge-sheriff:before{content:"\f8a2"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-banjo:before{content:"\f8a3"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-bed-alt:before{content:"\f8f7"}.fa-bed-bunk:before{content:"\f8f8"}.fa-bed-empty:before{content:"\f8f9"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-on:before{content:"\f8fa"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-betamax:before{content:"\f8a4"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blinds:before{content:"\f8fb"}.fa-blinds-open:before{content:"\f8fc"}.fa-blinds-raised:before{content:"\f8fd"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boombox:before{content:"\f8a5"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-center-h:before{content:"\f89c"}.fa-border-center-v:before{content:"\f89d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-cactus:before{content:"\f8a7"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camcorder:before{content:"\f8a8"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-home:before{content:"\f8fe"}.fa-camera-movie:before{content:"\f8a9"}.fa-camera-polaroid:before{content:"\f8aa"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caravan:before{content:"\f8ff"}.fa-caravan-alt:before{content:"\e000"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cassette-tape:before{content:"\f8ab"}.fa-cat:before{content:"\f6be"}.fa-cat-space:before{content:"\e001"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-cctv:before{content:"\f8ac"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clarinet:before{content:"\f8ad"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-music:before{content:"\f8ae"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-pot:before{content:"\e002"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-coffin-cross:before{content:"\e051"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comet:before{content:"\e003"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-music:before{content:"\f8af"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-music:before{content:"\f8b0"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-computer-classic:before{content:"\f8b1"}.fa-computer-speaker:before{content:"\f8b2"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cowbell:before{content:"\f8b3"}.fa-cowbell-more:before{content:"\f8b4"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-disc-drive:before{content:"\f8b5"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fan-table:before{content:"\e004"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-music:before{content:"\f8b6"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-film-canister:before{content:"\f8b7"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flashlight:before{content:"\f8b8"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-flute:before{content:"\f8b9"}.fa-flux-capacitor:before{content:"\f8ba"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-download:before{content:"\e053"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folder-upload:before{content:"\e054"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-galaxy:before{content:"\e008"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-game-console-handheld:before{content:"\f8bb"}.fa-gamepad:before{content:"\f11b"}.fa-gamepad-alt:before{content:"\f8bc"}.fa-garage:before{content:"\e009"}.fa-garage-car:before{content:"\e00a"}.fa-garage-open:before{content:"\e00b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gramophone:before{content:"\f8bd"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-guitar-electric:before{content:"\f8be"}.fa-guitars:before{content:"\f8bf"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-headphones:before{content:"\f8c2"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-medical:before{content:"\f809"}.fa-head-side-virus:before{content:"\e064"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-heat:before{content:"\e00c"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-horse-saddle:before{content:"\f8c3"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house:before{content:"\e00d"}.fa-house-damage:before{content:"\f6f1"}.fa-house-day:before{content:"\e00e"}.fa-house-flood:before{content:"\f74f"}.fa-house-leave:before{content:"\e00f"}.fa-house-night:before{content:"\e010"}.fa-house-return:before{content:"\e011"}.fa-house-signal:before{content:"\e012"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-polaroid:before{content:"\f8c4"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-joystick:before{content:"\f8c5"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-jug:before{content:"\f8c6"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kazoo:before{content:"\f8c7"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-lamp-desk:before{content:"\e014"}.fa-lamp-floor:before{content:"\e015"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lasso:before{content:"\f8c8"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-light-ceiling:before{content:"\e016"}.fa-light-switch:before{content:"\e017"}.fa-light-switch-off:before{content:"\e018"}.fa-light-switch-on:before{content:"\e019"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-music:before{content:"\f8c9"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microphone-stand:before{content:"\f8cb"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-microwave:before{content:"\e01b"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-alt:before{content:"\f8cd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mp3-player:before{content:"\f8ce"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-music-alt:before{content:"\f8cf"}.fa-music-alt-slash:before{content:"\f8d0"}.fa-music-slash:before{content:"\f8d1"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-outlet:before{content:"\e01c"}.fa-oven:before{content:"\e01d"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-rotary:before{content:"\f8d3"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-piano:before{content:"\f8d4"}.fa-piano-keyboard:before{content:"\f8d5"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-planet-moon:before{content:"\e01f"}.fa-planet-ringed:before{content:"\e020"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-police-box:before{content:"\e021"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portal-enter:before{content:"\e022"}.fa-portal-exit:before{content:"\e023"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-projector:before{content:"\f8d6"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radar:before{content:"\e024"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-radio:before{content:"\f8d7"}.fa-radio-alt:before{content:"\f8d8"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-raygun:before{content:"\e025"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-refrigerator:before{content:"\e026"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocket-launch:before{content:"\e027"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-router:before{content:"\f8da"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-sax-hot:before{content:"\f8db"}.fa-saxophone:before{content:"\f8dc"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-image:before{content:"\f8f3"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-sensor:before{content:"\e028"}.fa-sensor-alert:before{content:"\e029"}.fa-sensor-fire:before{content:"\e02a"}.fa-sensor-on:before{content:"\e02b"}.fa-sensor-smoke:before{content:"\e02c"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signal-stream:before{content:"\f8dd"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-siren:before{content:"\e02d"}.fa-siren-on:before{content:"\e02e"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-cow:before{content:"\f8de"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-solar-system:before{content:"\e02f"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-circle:before{content:"\e030"}.fa-sort-circle-down:before{content:"\e031"}.fa-sort-circle-up:before{content:"\e032"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-space-station-moon:before{content:"\e033"}.fa-space-station-moon-alt:before{content:"\e034"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker:before{content:"\f8df"}.fa-speaker-deck:before{content:"\f83c"}.fa-speakers:before{content:"\f8e0"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-sprinkler:before{content:"\e035"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-star-shooting:before{content:"\e036"}.fa-starfighter:before{content:"\e037"}.fa-starfighter-alt:before{content:"\e038"}.fa-stars:before{content:"\f762"}.fa-starship:before{content:"\e039"}.fa-starship-freighter:before{content:"\e03a"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-sword-laser:before{content:"\e03b"}.fa-sword-laser-alt:before{content:"\e03c"}.fa-swords:before{content:"\f71d"}.fa-swords-laser:before{content:"\e03d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-telescope:before{content:"\e03e"}.fa-temperature-down:before{content:"\e03f"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-up:before{content:"\e040"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-transporter:before{content:"\e042"}.fa-transporter-1:before{content:"\e043"}.fa-transporter-2:before{content:"\e044"}.fa-transporter-3:before{content:"\e045"}.fa-transporter-empty:before{content:"\e046"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-triangle-music:before{content:"\f8e2"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-trumpet:before{content:"\f8e3"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turntable:before{content:"\f8e4"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-alt:before{content:"\f8e5"}.fa-tv-music:before{content:"\f8e6"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typewriter:before{content:"\f8e7"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-ufo:before{content:"\e047"}.fa-ufo-beam:before{content:"\e048"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usb-drive:before{content:"\f8e9"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alien:before{content:"\e04a"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-cowboy:before{content:"\f8ea"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-music:before{content:"\f8eb"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-robot:before{content:"\e04b"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-user-unlock:before{content:"\e058"}.fa-user-visor:before{content:"\e04c"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vacuum:before{content:"\e04d"}.fa-vacuum-robot:before{content:"\e04e"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vhs:before{content:"\f8ec"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-violin:before{content:"\f8ed"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-wagon-covered:before{content:"\f8ee"}.fa-walker:before{content:"\f831"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-calculator:before{content:"\f8f0"}.fa-watch-fitness:before{content:"\f63e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waveform:before{content:"\f8f1"}.fa-waveform-path:before{content:"\f8f2"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-frame:before{content:"\e04f"}.fa-window-frame-open:before{content:"\e050"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@charset "UTF-8";
/* source-sans-pro-200 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/source-sans-pro-v14-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro ExtraLight"), local("SourceSansPro-ExtraLight"), url("../fonts/source-sans-pro-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-200.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-200.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-200.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-200.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/source-sans-pro-v14-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro ExtraLight Italic"), local("SourceSansPro-ExtraLightItalic"), url("../fonts/source-sans-pro-v14-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-200italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-200italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-200italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-200italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v14-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../fonts/source-sans-pro-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-300.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-300.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-300.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../fonts/source-sans-pro-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/source-sans-pro-v14-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light Italic"), local("SourceSansPro-LightItalic"), url("../fonts/source-sans-pro-v14-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-300italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-300italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-300italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-300italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v14-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("../fonts/source-sans-pro-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v14-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold Italic"), local("SourceSansPro-SemiBoldItalic"), url("../fonts/source-sans-pro-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-600italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-600italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v14-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../fonts/source-sans-pro-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url("../fonts/source-sans-pro-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-700.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-700.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-pro-v14-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Bold Italic"), local("SourceSansPro-BoldItalic"), url("../fonts/source-sans-pro-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-700italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-700italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-700italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-700italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/source-sans-pro-v14-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Black"), local("SourceSansPro-Black"), url("../fonts/source-sans-pro-v14-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-900.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-900.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-900.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-900.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/source-sans-pro-v14-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Black Italic"), local("SourceSansPro-BlackItalic"), url("../fonts/source-sans-pro-v14-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v14-latin-900italic.woff2") format("woff2"), url("../fonts/source-sans-pro-v14-latin-900italic.woff") format("woff"), url("../fonts/source-sans-pro-v14-latin-900italic.ttf") format("truetype"), url("../fonts/source-sans-pro-v14-latin-900italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --primary: #344e85;
  --primary-light: #5f7097;
  --primary-lighter: #9facca;
  --primary-ultra-light: #e4e6ea;
  --green: #60cb8b;
  --yellow: #ecb666;
  --red: #ec6666;
  --blue: #0078AC;
  --gray: #666666;
  --gray-2: #e8e8e8;
  --gray-3: #f6f6f6;
  --gray-4: #f1f1f1;
  --gray-5: #ebebeb;
  --gray-6: #474747;
  --gray-7: #d2d2d2;
  --gray-8: #c5c5c5;
  --white: #fff;
  --overlay: rgba(239, 239, 239, 0.75);
  --theme: var(--primary);
  --shadow: 0px 3px 37px rgba(0, 0, 0, 0.2);
  --radius: 8px;
  --radius-medium: 5px;
  --radius-small: 3px;
  --sidebar-width: 70px;
  --topbar-height: 70px;
  --scrollbar-width: 6px;
  --frame-width: 8px;
  --font-base: 15px;
  --font-large: 18px;
  --font-small: 12px;
  --font-title: 30px;
  --font-title-small: 25px;
  --font-title-tiny: 20px;
  --vjc-key-color: #0977e6;
  --vjc-valueKey-color: #073642;
  --vjc-string-color: #268bd2;
  --vjc-number-color: #2aa198;
  --vjc-boolean-color: #cb4b16;
  --vjc-null-color: #6c71c4;
  --vjc-arrow-size: 6px;
  --vjc-arrow-color: #444;
  --vjc-hover-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  :root {
    --sidebar-width: 0px;
    --topbar-height: 50px;
    --frame-width: 4px;
    --font-base: 13px;
    --font-large: 15px;
    --font-small: 10px;
    --font-title: 25px;
    --font-title-small: 20px;
    --font-title-tiny: 15px;
  }
}

body {
  font-family: "Source Sans Pro";
  font-size: var(--font-base);
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  background-color: var(--gray-2);
  -webkit-font-smoothing: antialiased;
}
body.popup-open {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

h1 {
  font-size: var(--font-title);
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
}

h2 {
  font-size: var(--font-title-small);
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

h3 {
  font-size: var(--font-title-tiny);
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

a {
  color: var(--primary);
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-layout {
  display: grid;
  grid-template-areas: ". . . . ." ". sidebar . topbar ." ". sidebar . content-area ." ". . . . ." ". . . . .";
  grid-template-columns: var(--frame-width) var(--sidebar-width) calc(var(--topbar-height) / 2) calc( 100vw - var(--topbar-height) - var(--sidebar-width) - var(--scrollbar-width) - var(--frame-width) ) calc((var(--topbar-height) / 2) + var(--frame-width));
  grid-template-rows: var(--frame-width) var(--topbar-height) 1fr 20px var(--frame-width);
  min-height: calc(100vh - (var(--frame-width) * 2));
}
@media (max-width: 991px) {
  .main-layout {
    grid-template-areas: ". . . . ." ". . topbar . ." ". . content-area . ." ". . . . ." ". . sidebar . ." ". . . . .";
    grid-template-columns: var(--frame-width) 30px calc( 100vw - var(--scrollbar-width) - var(--frame-width) - var(--frame-width) - 60px ) 30px var(--frame-width);
    grid-template-rows: var(--frame-width) var(--topbar-height) 1fr 50px var(--topbar-height) var(--frame-width);
    min-height: calc(100vh - (var(--frame-width) * 2));
  }
}
@media (max-width: 767px) {
  .main-layout {
    grid-template-columns: var(--frame-width) 15px calc(100% - (var(--frame-width) * 2) - 30px) 15px var(--frame-width);
  }
}

/* width */
::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width);
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-light);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-lighter);
}

/* Track */
body::-webkit-scrollbar-track {
  background: var(--gray-2);
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--primary-light);
  border-radius: 0;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: var(--gray);
}

.modal {
  display: none;
}

nav a i[class*=fa-angle] {
  font-size: 19px;
}

.panel-heading a[data-title],
.panel-heading a[title],
.tooltips > [data-title],
.tooltips *:not(.parent) > [data-title] {
  position: relative;
}
.panel-heading a[data-title]:after,
.panel-heading a[title]:after,
.tooltips > [data-title]:after,
.tooltips *:not(.parent) > [data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: calc(100% + 10px);
  z-index: 101;
  margin: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 180px;
  left: 50%;
  transform: translate(-50%, 5px);
  transform-style: preserve-3d;
  font-size: 13px;
  transition: all 0.2s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--primary-lighter);
  border-radius: var(--radius-medium);
  padding: 0.4em 1em;
  pointer-events: none;
  font-weight: normal;
}
@media (max-width: 991px) {
  .panel-heading a[data-title]:after,
.panel-heading a[title]:after,
.tooltips > [data-title]:after,
.tooltips *:not(.parent) > [data-title]:after {
    display: none;
  }
}
.panel-heading a[data-title].offsetRight:after,
.panel-heading a[title].offsetRight:after,
.tooltips > [data-title].offsetRight:after,
.tooltips *:not(.parent) > [data-title].offsetRight:after {
  transform: translate(-80%, 5px);
}
.panel-heading a[data-title].offsetLeft:after,
.panel-heading a[title].offsetLeft:after,
.tooltips > [data-title].offsetLeft:after,
.tooltips *:not(.parent) > [data-title].offsetLeft:after {
  transform: translate(-20%, 5px);
}
.panel-heading a[data-title]:before,
.panel-heading a[title]:before,
.tooltips > [data-title]:before,
.tooltips *:not(.parent) > [data-title]:before {
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  z-index: 101;
  transform: translate(-50%, 5px);
  transform-style: preserve-3d;
  transition: all 0.2s linear;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent var(--primary-lighter) transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.panel-heading a[data-title]:hover:before, .panel-heading a[data-title]:hover:after,
.panel-heading a[title]:hover:before,
.panel-heading a[title]:hover:after,
.tooltips > [data-title]:hover:before,
.tooltips > [data-title]:hover:after,
.tooltips *:not(.parent) > [data-title]:hover:before,
.tooltips *:not(.parent) > [data-title]:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.panel-heading a[data-title]:hover.offsetRight:after,
.panel-heading a[title]:hover.offsetRight:after,
.tooltips > [data-title]:hover.offsetRight:after,
.tooltips *:not(.parent) > [data-title]:hover.offsetRight:after {
  transform: translate(-80%, 0);
}
.panel-heading a[data-title]:hover.offsetLeft:after,
.panel-heading a[title]:hover.offsetLeft:after,
.tooltips > [data-title]:hover.offsetLeft:after,
.tooltips *:not(.parent) > [data-title]:hover.offsetLeft:after {
  transform: translate(-20%, 0);
}

.panel-heading a[title]:after {
  content: attr(data-title) attr(title);
}

#themeFrame {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: var(--frame-width) solid var(--theme);
  pointer-events: none;
}

body.modal-open #themeFrame {
  width: 100vw;
}

.list-group-item-action {
  text-decoration: none;
  color: var(--black);
}
.list-group-item-action.active {
  background-color: var(--primary);
  color: var(--white);
}

.blob {
  background-color: var(--primary);
  color: var(--white);
  display: inline-flex;
  width: 18px;
  height: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1em;
}

.blob2 {
  background-color: var(--primary);
  color: var(--white);
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-left: 1em;
  padding: 3px 5px;
}

.w-100 {
  width: 100%;
}

.faded {
  opacity: 0;
}

.vdatetime-popup__header {
  background: var(--primary) !important;
}

.vdatetime-calendar__month__day--selected:hover > span > span, .vdatetime-calendar__month__day--selected > span > span {
  background: var(--primary) !important;
}

.vdatetime-popup__actions__button, .vdatetime-month-picker__item--selected, .vdatetime-time-picker__item--selected {
  color: var(--primary) !important;
}

.panel-heading {
  display: flex;
  justify-content: flex-end;
  padding: 0.7em;
  border-radius: var(--radius-small);
  text-decoration: none;
  background: var(--white);
  transition: border 0.2s ease;
  border-bottom: 1px solid transparent;
}
.panel-heading[onclick] {
  cursor: pointer;
}
.panel-heading > span:nth-of-type(1n + 1) > *:not(:first-child),
.panel-heading > * {
  margin-left: 8px;
}
.panel-heading > span:first-of-type {
  margin-right: auto;
  margin-left: 0;
  pointer-events: none;
}
.panel-heading nav a,
.panel-heading .NavigationsPanel a {
  margin-left: 8px;
}
.panel-heading i[class*=fa-angle] {
  font-size: 19px;
}
.panel-heading i[class*=fa-angle-double-] {
  position: relative;
  top: 1px;
}
.panel-heading i.fal.fa-angle-right {
  transition: transform 0.2s ease;
}

.panel {
  margin-bottom: var(--font-base);
}
.panel.open > .panel-heading:hover {
  border-bottom: 1px solid var(--gray-3);
}
.panel > .list-group,
.panel .panel-body {
  position: relative;
  display: none;
  background: var(--white);
  padding: 1em;
  border-radius: var(--radius-small);
}
.panel > .list-group > *,
.panel .panel-body > * {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.panel > .list-group,
.panel .panel-heading + .panel-body {
  border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.panel.open > .panel-heading {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.panel.open > .panel-heading i.fal.fa-angle-right:not(.no-rotate) {
  transform: rotate(90deg);
}
.panel.open > .list-group,
.panel.open > .panel-body {
  display: block !important;
}
.panel.open > .list-group > *,
.panel.open > .panel-body > * {
  opacity: 1;
}
.panel .dropdown {
  position: relative;
}
.panel .dropdown:hover .dropdown-menu {
  opacity: 1;
  pointer-events: all;
}
.panel .dropdown .dropdown-menu {
  position: absolute;
  top: calc(100%);
  margin: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  left: calc(50% + 2.5px);
  transform: translate(-50%, 0);
  transform-style: preserve-3d;
  font-size: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  background: var(--primary);
  border-radius: var(--radius-medium);
  padding: 0;
  min-width: 150px;
  z-index: 1;
  border-radius: 3px;
  padding-top: 5px;
  background: none;
}
.panel .dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 5px);
  transition: all 0.3s ease;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent var(--primary) transparent;
}
.panel .dropdown .dropdown-menu li {
  position: relative;
  font-size: var(--font-title-tiny);
  overflow: hidden;
}
.panel .dropdown .dropdown-menu li:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel .dropdown .dropdown-menu li:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel .dropdown .dropdown-menu li a {
  display: block;
  padding: 0.4em 1.1em;
  background: var(--primary-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 15px;
  transition: background 0.2s ease;
}
.panel .dropdown .dropdown-menu li a:hover {
  background: var(--primary-lighter);
}

.panel .panel {
  box-shadow: none;
  margin-top: 1em;
}
.panel .panel .panel-heading {
  background: var(--gray-5);
}
.panel .panel .panel-heading a:hover {
  color: var(--primary);
}
.panel .panel .panel-body {
  background: var(--gray-5);
}
.panel .panel input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not(#masterSearch),
.panel .panel textarea,
.panel .panel select,
.panel .panel button:not(.btn) {
  background-color: var(--white);
}
.panel .panel.open > .panel-heading:hover {
  border-bottom: 1px solid var(--gray-7);
}

.OpslagFilterWrap {
  display: none;
  margin-top: 5px;
}

.OpslagFilterWrap.open {
  display: block;
}

.OpslagFilter {
  background: var(--gray-5);
  padding: 0.7em;
  cursor: pointer;
}
.OpslagFilter .OpslagFilterTitle {
  cursor: pointer;
  display: inline-block;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
.container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-sm,
.container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-sm,
.container-md,
.container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.BsCol {
  display: flex;
}
.BsCol.padless {
  padding: 0;
  margin-top: 15px;
}
.BsCol a[onclick="ToggleSlideElement(this); return false;"] {
  top: -11px !important;
}
.BsCol.collapsed {
  flex: 0 0 70px;
}
.BsCol.collapsed a[onclick="ToggleSlideElement(this); return false;"] {
  top: -5px !important;
  padding-right: 7px !important;
}
.BsCol.collapsed .panel-heading {
  font-size: 0;
  height: 34px;
}
.BsCol.collapsed .panel-heading > span {
  display: none;
}
.BsCol.collapsed .panel-body {
  opacity: 0;
  visibility: hidden;
}
.BsCol.collapsed .activeArea .panel-body {
  height: 0;
  padding: 0;
}
.BsCol.collapsed + .BsCol {
  flex: 0 0 calc(100% - 70px);
  max-width: 100%;
}
.BsCol .iframe-loader {
  display: none;
}

.col,
.BsCol {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}
.col .activeArea,
.BsCol .activeArea {
  width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
.modal-open {
  overflow: hidden;
}

#dynModals {
  position: fixed;
  right: var(--frame-width);
  top: var(--frame-width);
  width: 200vw;
  height: 100%;
  transform: translateX(500px);
  z-index: 101;
  transition: opacity 0.2s 0.2s, transform 0.2s 0s;
  background-color: var(--overlay);
  opacity: 0;
  pointer-events: none;
}
#dynModals::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  #dynModals::after {
    width: calc(100vw - 70px);
  }
}
#dynModals .modal {
  outline: none;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
#dynModals .modal-dialog {
  width: 500px;
  height: calc(100% - var(--frame-width));
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
}
@media (max-width: 767px) {
  #dynModals .modal-dialog {
    width: calc(100vw - 70px);
  }
}
#dynModals .modal-content {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#dynModals .modal-content * {
  pointer-events: all;
}
#dynModals .modal-content .modal-title .iconAction {
  margin-left: 20px;
}
#dynModals .modal-content .modal-title .iconAction i:last-of-type {
  display: none;
}
#dynModals .modal-content .modal-title .iconAction.active i:last-of-type {
  display: inline-block;
}
#dynModals .modal-content .modal-title .iconAction.active i:first-of-type {
  display: none;
}
#dynModals .modal-content .searchWrap {
  display: flex;
}
#dynModals .modal-content .opretBtn {
  width: auto;
  margin-right: 0;
  margin-top: 20px;
}
#dynModals .modal-content table {
  width: 100%;
  margin-bottom: 15px;
}
#dynModals .modal-content table tr {
  cursor: pointer;
}
#dynModals .modal-content table tr:focus {
  outline: 2px solid var(--primary-light);
  outline-offset: -2px;
}
#dynModals .modal-content .searchBtn {
  margin: 0;
  width: 80px;
  margin-left: 10px;
}
#dynModals .modal-content h4 {
  display: flex;
  justify-content: space-between;
  padding-right: 43px;
}
#dynModals .modal-content .expanded {
  display: none;
}
#dynModals .modal-content .expanded.active {
  display: block;
}
#dynModals .modal-content .list-group-item {
  padding: 5px 8px;
  text-decoration: none;
  margin-bottom: 2px;
  background: var(--gray-3);
  color: #3a3a3a;
  transition: background 0.2s ease;
  border-radius: var(--radius-small);
}
#dynModals .modal-content .list-group-item:hover {
  background: var(--gray-5);
}
#dynModals .modal-content .list-group-item p {
  margin: 0;
}
#dynModals .modal-content .list-group-item p span {
  color: var(--gray-8);
}
#dynModals .modal-content .HeaderPanel {
  padding-bottom: 18px;
}
#dynModals .modal-content .HeaderPanel select {
  margin-bottom: 5px;
}
#dynModals .modal-content .list-group {
  margin-bottom: 15px;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified .sort {
  background: #f3f3f3;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 4px;
  margin-bottom: 4px;
  color: #555;
  transition: background 0.2s ease;
  cursor: pointer;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified .sort .fal {
  margin-left: 5px;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified .sort .fa-angle-down {
  position: relative;
  top: 1px;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified .sort:hover {
  background: #ebebeb;
}
#dynModals .modal-content .OpslagTabel .btn-group.btn-group-justified .sort.active {
  font-weight: bold;
}
#dynModals .modal-content .OpslagTabel .form-inline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
}
#dynModals .modal-content .OpslagTabel .form-inline select {
  width: auto;
  min-width: 50px;
  margin-left: 10px;
  height: 27px;
}
#dynModals .modal-content .OpslagTabel .form-inline select:first-of-type {
  margin-right: 5px;
}
#dynModals .modal-content .fieldList--wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.12);
  z-index: 98;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#dynModals .modal-content .fieldList--wrapper.active {
  opacity: 1;
  visibility: visible;
}
#dynModals .modal-content .fieldList {
  position: absolute;
  top: 50%;
  left: 76%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: auto;
  background: #fff;
  /*overflow: auto;*/
  z-index: 99;
  /*transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;*/
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  /*&.active {
      opacity: 1;
      visibility: visible;
  }*/
}
#dynModals .modal-content .fieldList--inner {
  overflow: auto;
  max-height: 600px;
  padding: 10px 20px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
}
#dynModals .modal-content .fieldList .title {
  font-size: 16px;
  font-weight: bold;
}
#dynModals .modal-content .fieldList .header {
  background: var(--gray-3);
  padding: 10px 20px;
}
#dynModals .modal-content .fieldList .checkbox {
  border-bottom: 1px solid var(--gray-4);
}
#dynModals .modal-content .fieldList .checkbox label {
  display: flex;
  align-items: center;
  line-height: 1em;
  padding: 4px 0 8px 0;
  cursor: pointer;
}
#dynModals .modal-content .fieldList .footer {
  text-align: center;
  padding: 5px 20px;
  background: var(--gray-3);
}
#dynModals .modal-header h4 {
  font-size: 16px;
  margin-top: 0;
}
#dynModals .modal-footer {
  margin-top: 15px;
}
#dynModals .close {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--white);
  font-size: 20px;
  z-index: 10;
}
#dynModals .nav-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
}
#dynModals .nav-tabs > li {
  margin-bottom: -1px;
}
#dynModals .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
#dynModals .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#dynModals .nav-tabs > li.active > a,
#dynModals .nav-tabs > li.active > a:focus,
#dynModals .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
#dynModals .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#dynModals .nav-tabs.nav-justified > li {
  float: none;
}
#dynModals .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
#dynModals .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #dynModals .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #dynModals .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#dynModals .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
#dynModals .nav-tabs.nav-justified > .active > a,
#dynModals .nav-tabs.nav-justified > .active > a:focus,
#dynModals .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  #dynModals .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  #dynModals .nav-tabs.nav-justified > .active > a,
#dynModals .nav-tabs.nav-justified > .active > a:focus,
#dynModals .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
#dynModals .modal-body .tab-content {
  background-color: #fff;
}
#dynModals .tab-content > .tab-pane {
  display: none;
}
#dynModals .tab-content > .active {
  display: block;
}
#dynModals .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#dynModals .tab-pane {
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  border-radius: 0 3px 3px 3px;
}
#dynModals.open {
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.2s 0s, transform 0.2s 0.2s;
}

div.olderModel .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  text-indent: 1px;
  padding-bottom: 2px !important;
  transition: background 0.3s ease;
}
div.olderModel .close:focus,
div.olderModel .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  background: #cecece52;
  outline: none;
}
div.olderModel button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
div.olderModel .modal-open {
  overflow: hidden;
}
div.olderModel .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: var(--overlay);
}
div.olderModel .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
div.olderModel .modal.in .modal-dialog {
  transform: translate(0, 0);
}
div.olderModel .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
div.olderModel .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
div.olderModel .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, 0.2);
  border-radius: 6px;
  outline: 0;
}
div.olderModel ~ .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #8a8a8a;
}
div.olderModel ~ .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
div.olderModel ~ .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8;
}
div.olderModel .modal-header {
  background: var(--primary);
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
}
div.olderModel .modal-header .close {
  margin-top: -2px;
}
div.olderModel .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 1rem;
}
div.olderModel .modal-body {
  position: relative;
  padding: 15px;
  background-color: #fafafa;
}
div.olderModel .modal-body .tab-content {
  background-color: #fff;
}
div.olderModel .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
div.olderModel .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
div.olderModel .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
div.olderModel .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
div.olderModel .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  div.olderModel .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  div.olderModel .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  div.olderModel .modal-lg {
    width: 900px;
  }
}
div.olderModel .nav-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
}
div.olderModel .nav-tabs > li {
  margin-bottom: -1px;
}
div.olderModel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
div.olderModel .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
div.olderModel .nav-tabs > li.active > a,
div.olderModel .nav-tabs > li.active > a:focus,
div.olderModel .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
div.olderModel .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
div.olderModel .nav-tabs.nav-justified > li {
  float: none;
}
div.olderModel .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
div.olderModel .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  div.olderModel .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  div.olderModel .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
div.olderModel .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
div.olderModel .nav-tabs.nav-justified > .active > a,
div.olderModel .nav-tabs.nav-justified > .active > a:focus,
div.olderModel .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  div.olderModel .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  div.olderModel .nav-tabs.nav-justified > .active > a,
div.olderModel .nav-tabs.nav-justified > .active > a:focus,
div.olderModel .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
div.olderModel .modal-body .tab-content {
  background-color: #fff;
}
div.olderModel .tab-content > .tab-pane {
  display: none;
}
div.olderModel .tab-content > .active {
  display: block;
}
div.olderModel .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.olderModel .tab-pane {
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  border-radius: 0 3px 3px 3px;
}
div.olderModel #pleaseWaitDialog .modal-dialog {
  position: absolute;
  top: 30%;
  left: calc(50% + (var(--sidebar-width) / 2));
  transform: translate(-50%, -50%);
  margin: 0;
}
div.olderModel #pleaseWaitDialog .modal-body {
  display: none;
}
div.olderModel #pleaseWaitDialog .modal-header {
  border-radius: 5px;
  border: none;
}
div.olderModel #pleaseWaitDialog .modal-header .modal-title {
  display: flex;
  font-weight: 300;
}
div.olderModel #pleaseWaitDialog .modal-header .modal-title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f3f4";
  margin-left: auto;
  -webkit-animation: spin 0.7s linear infinite;
          animation: spin 0.7s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-wrap-V3.card .modal-V3 {
  height: 721px;
}
.modal-wrap-V3.card .modal-V3 .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.modal-wrap-V3.card .modal-V3 .content .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 70%;
  padding: 2em 2em 1em;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 660px;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks {
  position: absolute;
  top: 3.6em;
  right: 2.3em;
  z-index: 1;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap {
  display: inline-block;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .temp {
  display: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .temp i.fas.fa-check {
  position: absolute;
  bottom: -0.3em;
  right: -0.5em;
  color: green;
  font-size: 1.2rem;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a {
  position: relative;
  font-size: 1.2rem;
  color: #555;
  opacity: 0.2;
  margin-left: 0.7em;
  transition: opacity 0.2s ease;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a:after,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a:after {
  content: attr(data-title);
  font-size: 0.75rem;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  width: auto;
  width: 61px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transform: translate(-40%, 10px);
  transition: all 0.5s ease;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a.lnkGoTo:after,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a.lnkGoTo:after {
  width: 61px;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a.lnkGoTo.activity:after,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a.lnkGoTo.activity:after {
  width: 64px;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a.lnkAddTemplate:after,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a.lnkAddTemplate:after {
  width: 95px;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a:hover,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks .linkAddTemplateWrap a:hover:after,
.modal-wrap-V3.card .modal-V3 .content .left .quicklinks > a:hover:after {
  opacity: 0.5;
  transform: translate(-40%, 0);
  visibility: visible;
}
.modal-wrap-V3.card .modal-V3 .content .left #pnlEditTaskFieldsLeft textarea[fieldname=Beskrivelse] {
  height: 100%;
  background: #f9f9f9 !important;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entries {
  border-top: 1px solid #cecece;
  /*overflow-y: auto;
  overflow-x: hidden;*/
  /*overflow:hidden;*/
  padding-top: 0.5em;
  flex: 0 1 auto;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entries .morecommentsWrap {
  text-align: center;
  padding: 0 0 0.6em 0;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entries .morecommentsWrap .morecomments {
  display: inline-block;
  padding: 0.4em 1.4em;
  background: #f5f5f5;
  border-radius: 20px;
  cursor: pointer;
  color: #b9b9b9;
  text-transform: uppercase;
  font-size: 0.7rem;
  transition: all 0.2s ease;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entries .morecommentsWrap .morecomments:hover {
  color: #a7a7a7;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cecece;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  /*textarea:focus {
  }*/
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke,
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry textarea {
  width: 80%;
  height: 3em;
  padding: 0.7em 1em;
  border: none;
  border-right: 1px solid #cecece;
  line-height: 1.5em;
  font-size: 1em;
  transition: all 0.2s ease;
  background: #fff;
  overflow: hidden;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke:focus,
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry textarea:focus {
  height: 200px;
  outline: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke {
  border: none;
  padding: 0;
  box-sizing: border-box;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_contents {
  height: 3em !important;
  box-sizing: border-box;
  transform: translateY(-120%);
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_focus {
  height: 200px !important;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_focus .cke_contents {
  height: calc(200px - 42px) !important;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke .cke_inner {
  overflow: hidden;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_top {
  /*display: none;*/
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.2s ease 0.2s;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke p {
  margin: 0;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_focus .cke_top {
  pointer-events: all;
  transform: translateY(0);
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry .cke_focus .cke_contents {
  transform: translateY(0);
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry.focus textarea {
  height: 100px !important;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry button {
  width: 20%;
  border: none;
  border-left: 1px solid #cecece;
  background: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .newentry button:hover {
  background: #f9f9f9;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry {
  display: flex;
  position: relative;
  padding: 0.5em 0;
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .employee {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #cecece;
  background: #efefef;
  margin-right: 0.7em;
  flex: 0 0 auto;
  overflow: hidden;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .employee img {
  width: 35px;
  height: 35px;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .employee i {
  font-size: 1.2rem;
  color: #9c9c9c;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .text {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(100% - 37px);
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry span.name {
  display: block;
  font-weight: bold;
  /*text-transform: uppercase;*/
  /*font-size: 1rem;*/
  /*position: relative;
  top: 1px;*/
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry span.timestamp {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  opacity: 0.4;
  font-size: 0.8rem;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry:first-of-type {
  border-top: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .longtext a {
  text-decoration: none;
  font-weight: 600;
  pointer-events: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .longtext p {
  margin: 0;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .lnkDelete {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  color: #b4b4b4;
  font-size: 0.8rem;
  background: #f5f5f5;
  padding: 0.1em 0.5em;
  transition: transform 0.2s ease 0.5s, background 0.3s ease;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .lnkDelete i {
  margin-left: 0.6em;
  color: var(--red);
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .lnkDelete:active, .modal-wrap-V3.card .modal-V3 .content .left .timeline .entry .lnkDelete:hover {
  background: #ededed;
  text-decoration: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry.actionable .lnkDelete {
  display: block;
  text-decoration: none;
}
.modal-wrap-V3.card .modal-V3 .content .left .timeline .entry.actionable:hover .lnkDelete {
  transform: translateY(0);
}
.modal-wrap-V3.card .modal-V3 .content .right {
  width: 30%;
  padding: 2em 2em 1em;
  background: #f9f9f9;
}
.modal-wrap-V3.card .modal-V3 .content .right input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
.modal-wrap-V3.card .modal-V3 .content .right textarea,
.modal-wrap-V3.card .modal-V3 .content .right select {
  background: var(--white);
}
.modal-wrap-V3.card .modal-V3 .content .right .Ledetekst {
  font-weight: normal;
  font-size: 0.8rem;
}
.modal-wrap-V3.card .modal-V3 .content .right textarea,
.modal-wrap-V3.card .modal-V3 .content .right input[type=text] {
  font-weight: bold;
}
.modal-wrap-V3.card .modal-V3 .content .right a.lnkViewTasks {
  display: block;
  color: #000;
  border: 1px solid #9e9e9e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.7em 1em;
  margin-top: 0.6em;
  transition: all 0.2s ease;
}
.modal-wrap-V3.card .modal-V3 .content .right a.lnkViewTasks:hover {
  text-decoration: none;
  background: #fff;
}
.modal-wrap-V3.card .modal-V3 .content input.noVal {
  border: 1px solid #cecece;
}
.modal-wrap-V3.card.isTemplate .lnkAddTemplate:nth-of-type(1) {
  display: none;
}
.modal-wrap-V3.card.isTemplate .lnkAddTemplate:nth-of-type(2) {
  display: inline-block !important;
}
.modal-wrap-V3.card#popViewTask .modal-V3 .content .left input[fieldname=Tekst] {
  width: calc(100% - 40px);
}
.modal-wrap-V3.card#popViewActivity .modal-V3 .content .left input[fieldname=Tekst] {
  width: calc(100% - 73px);
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
  background-color: var(--primary);
  color: var(--white);
}

.ui-dialog {
  padding: 0;
  border: none;
  max-width: 100%;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
  z-index: 101;
}
.ui-dialog .ui-dialog-titlebar {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 25px;
  margin: -12px 0 0 0;
  padding: 1px;
  height: 25px;
  background-color: var(--primary-light);
  outline: none;
  border: none;
  cursor: pointer;
}

.ui-widget-header .ui-icon-closethick:after {
  content: "?";
  content: "\f00d";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  color: #fff;
}

quicksearch-container {
  display: flex;
  background-color: #f5f5f5;
  padding: 20px 15px 15px;
  width: calc(100% + 26px);
  margin: -13px -13px 10px;
}

quicksearch-container #quicksearchinput {
  padding: 0 40px 0 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjIgMjIiIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiPjx0aXRsZT5pY19zZWFyY2g8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiMwMDAwMDAiPjxwYXRoIGQ9Ik0xNS40OTE3Njg0LDE0LjA3NzU1NDggTDIwLjQ4ODUzNTgsMTkuMDc0MzIyMiBDMjAuODc3MjYyNywxOS40NjMwNDkyIDIwLjg3ODUyODMsMjAuMDkyMDM0NCAyMC40ODUyODE0LDIwLjQ4NTI4MTQgQzIwLjA5NDc1NzEsMjAuODc1ODA1NyAxOS40NTU5NzEyLDIwLjg3MDE4NDggMTkuMDc0MzIyMiwyMC40ODg1MzU4IEwxNC4wNzc1NTQ4LDE1LjQ5MTc2ODQgQzEwLjkzOTEyNTMsMTcuOTM0MjY2MiA2LjM5OTQ0MzkzLDE3LjcxMzE1MjQgMy41MTQ3MTg2MywxNC44Mjg0MjcxIEMwLjM5MDUyNDI5MiwxMS43MDQyMzI4IDAuMzkwNTI0MjkyLDYuNjM4OTEyOTYgMy41MTQ3MTg2MywzLjUxNDcxODYzIEM2LjYzODkxMjk2LDAuMzkwNTI0MjkyIDExLjcwNDIzMjgsMC4zOTA1MjQyOTIgMTQuODI4NDI3MSwzLjUxNDcxODYzIEMxNy43MTMxNTI0LDYuMzk5NDQzOTMgMTcuOTM0MjY2MiwxMC45MzkxMjUzIDE1LjQ5MTc2ODQsMTQuMDc3NTU0OCBMMTUuNDkxNzY4NCwxNC4wNzc1NTQ4IFogTTEzLjQxNDIxMzYsMTMuNDE0MjEzNiBDMTUuNzU3MzU5MywxMS4wNzEwNjc4IDE1Ljc1NzM1OTMsNy4yNzIwNzc5NCAxMy40MTQyMTM2LDQuOTI4OTMyMTkgQzExLjA3MTA2NzgsMi41ODU3ODY0NCA3LjI3MjA3Nzk0LDIuNTg1Nzg2NDQgNC45Mjg5MzIxOSw0LjkyODkzMjE5IEMyLjU4NTc4NjQ0LDcuMjcyMDc3OTQgMi41ODU3ODY0NCwxMS4wNzEwNjc4IDQuOTI4OTMyMTksMTMuNDE0MjEzNiBDNy4yNzIwNzc5NCwxNS43NTczNTkzIDExLjA3MTA2NzgsMTUuNzU3MzU5MyAxMy40MTQyMTM2LDEzLjQxNDIxMzYgWiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+);
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  border: solid #ccc 1px;
  max-width: 200px;
  margin-right: auto;
}

.ui-widget-content {
  background-color: #fff;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8a8a8a;
  opacity: 0.8;
  z-index: 100;
}

.ui-dialog-content ul.TreeView li {
  position: relative;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #f3f3f3;
}
.ui-dialog-content ul.TreeView li:last-of-type {
  border-bottom: none;
}
.ui-dialog-content ul.TreeView li .minus,
.ui-dialog-content ul.TreeView li .plus {
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0.9rem;
  background: none !important;
}
.ui-dialog-content ul.TreeView li .minus:after,
.ui-dialog-content ul.TreeView li .plus:after {
  content: "\f0fe";
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
}
.ui-dialog-content ul.TreeView li .plus:after {
  content: "\f0fe";
}
.ui-dialog-content ul.TreeView li .minus:after {
  content: "\f0fe";
}
.ui-dialog-content ul.TreeView li .space {
  display: none;
}
.ui-dialog-content ul.TreeView li ul {
  border-left: 1px solid #f1f1f1;
  padding-left: 10px;
}

.modal-wrap-V3 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  /*display: grid;
  place-items: center center;*/
}
.modal-wrap-V3 .modal-V3 {
  display: flex;
  flex-direction: column;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  width: 500px;
  position: relative;
  transition: all 0.2s ease;
  transform: scale(0.8);
  max-width: 95%;
  max-height: 95vh;
  cursor: default;
}
.modal-wrap-V3 .modal-V3 .title {
  /*padding: 1em;*/
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
  padding: 7px 12px;
  border-radius: 2px 2px 0 0;
  background: var(--primary);
}
.modal-wrap-V3 .modal-V3 .title span {
  display: block;
  width: calc(100% - 30px);
  font-size: 16px;
  color: #fff;
}
.modal-wrap-V3 .modal-V3 .content {
  padding: 1em;
  overflow-y: auto;
  max-height: 84vh;
  flex: 2 1 auto;
}
.modal-wrap-V3 .modal-V3 .content .headline {
  border-bottom: none;
  padding-bottom: 0.8em;
  margin-bottom: 0;
}
.modal-wrap-V3 .modal-V3 .content .headline.bordered {
  border-bottom: 1px solid #eee;
}
.modal-wrap-V3 .modal-V3 .content .headline p {
  margin: 0;
  color: #777;
}
.modal-wrap-V3 .modal-V3 .content.split {
  display: flex;
  padding: 1.2em 1.5em;
}
.modal-wrap-V3 .modal-V3 .content .col1-2 {
  width: 50%;
}
.modal-wrap-V3 .modal-V3 .content .col1-2:nth-of-type(2n + 1) {
  padding-right: 1.5em;
  border-right: 1px solid #eee;
}
.modal-wrap-V3 .modal-V3 .content .col1-2:nth-of-type(2n + 2) {
  padding-left: 1.5em;
}
.modal-wrap-V3 .modal-V3 textarea {
  resize: vertical;
}
.modal-wrap-V3 .modal-V3 > .actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.6em;
  border-top: 1px solid #f1f1f1;
  flex: 0 1 auto;
}
.modal-wrap-V3 .modal-V3 > .actions .btn {
  margin-left: 0.8em;
}
.modal-wrap-V3.center {
  align-items: center;
}
.modal-wrap-V3.small {
  font-size: inherit;
}
.modal-wrap-V3.small .modal-V3 {
  width: 300px;
}
.modal-wrap-V3.auto .modal-V3 {
  width: auto;
}
.modal-wrap-V3.large .modal-V3 {
  width: 800px;
}
.modal-wrap-V3.xlarge .modal-V3 {
  width: 1200px;
}
.modal-wrap-V3.center-content .modal-V3 {
  text-align: center;
}
.modal-wrap-V3.open {
  visibility: visible;
  opacity: 1;
}
.modal-wrap-V3.open .modal-V3 {
  transform: scale(1);
}
.modal-wrap-V3 .lnkClose {
  position: absolute;
  top: 7px;
  right: 18px;
  transition: all 200ms;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.modal-wrap-V3 .lnkClose:hover {
  color: #e6e6e6;
}
.modal-wrap-V3 .lnkClose:focus {
  outline: none;
}

.modal-wrap-V3.fullscreen .modal-V3 {
  width: calc(100% - 3em) !important;
  height: calc(100vh - 3em) !important;
  max-height: none;
  max-width: none;
}
.modal-wrap-V3.fullscreen .modal-V3 .content {
  max-height: none;
  overflow: hidden;
}
.modal-wrap-V3.fullscreen .modal-V3 .content .right {
  width: 400px;
}
.modal-wrap-V3.fullscreen .modal-V3 .content .left {
  width: calc(100% - 400px);
  max-height: calc(100vh - (2em + 55px));
}

.TreeView {
  display: flex;
  flex-direction: column;
}
.TreeView li {
  display: flex;
  flex-wrap: wrap;
}
.TreeView li span.plus + .Clickable,
.TreeView li span.space + .Clickable {
  width: 100%;
}
.TreeView li span.plus + .Clickable:hover,
.TreeView li span.space + .Clickable:hover {
  background-color: #f5f5f5;
  border: solid 5px #f5f5f5;
  border-right: 0;
  border-left: 0;
  margin-top: -5px;
  margin-bottom: -5px;
  font-weight: 500;
}
.TreeView ul {
  width: 100%;
  flex-direction: column;
}

ul.TreeView li {
  padding-left: 15px;
  padding-top: 6px;
  white-space: nowrap;
}

.TreeView.TreeViewSearch > li {
  margin: 7px 0;
}

.TreeView.TreeViewSearch li {
  display: none !important;
}

.TreeView.TreeViewSearch li.active,
.TreeView.TreeViewSearch li.activeParent {
  display: flex !important;
}

.ui-dialog-content ul.TreeView li {
  position: relative;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #f3f3f3;
}

.TreeView.TreeViewSearch li.activeParent > .Clickable {
  opacity: 0.4;
}

.TreeView.TreeViewSearch li.activeParent > ul,
.TreeView.TreeViewSearch li > span.minus ~ ul {
  display: block !important;
}

.ui-dialog-content ul.TreeView li .minus,
.ui-dialog-content ul.TreeView li .plus {
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0.9rem;
  background: none !important;
}

.TreeView.TreeViewSearch > li.activeParent > .plus {
  visibility: hidden;
  pointer-events: none;
}

.TreeView.TreeViewSearch > li.activeParent li,
.TreeView.TreeViewSearch > li.active li {
  border-bottom: none !important;
}

.TreeView.TreeViewSearch li > span.minus ~ ul li {
  display: flex !important;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
}
.list-group-item i {
  margin-right: 5px;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

li.list-group-item.divider {
  padding: 0;
  border-color: #c1c1c1;
}

li.list-group-item.divider + .list-group-item {
  border-top: 0;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.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,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.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;
}

li:not(.list-group-item) .dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  margin: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  right: -10px;
  transform: translate(0, 10px);
  transform-style: preserve-3d;
  font-size: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: var(--primary);
  border-radius: var(--radius-medium);
  padding: 0;
  min-width: 150px;
  z-index: 1;
}
li:not(.list-group-item) .dropdown-menu li {
  margin-right: 0;
}
li:not(.list-group-item) .dropdown-menu li a {
  display: block;
  padding: 0.4em 0.9em;
  background: var(--primary-light);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
li:not(.list-group-item) .dropdown-menu li a:hover {
  background: var(--primary);
}
li:not(.list-group-item) .dropdown-menu li a span {
  margin-right: 5px;
}
li:not(.list-group-item) .dropdown-menu li a:after, li:not(.list-group-item) .dropdown-menu li a:before {
  display: none;
}
li:not(.list-group-item) .dropdown-menu li:first-of-type a {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
li:not(.list-group-item) .dropdown-menu li:last-of-type a {
  border-radius: 0 0 var(--radius-small) var(--radius-small);
}
li:not(.list-group-item) .dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: 99.6%;
  right: 18px;
  width: 0;
  height: 0;
  transform: translate(0, 10px);
  transition: all 0.3s ease;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent var(--primary-light) transparent;
  visibility: hidden;
}
li:not(.list-group-item) .dropdown-menu .submenu__childmenu a {
  color: #fff;
  font-size: 15px;
}
li:not(.list-group-item) .dropdown-menu .submenu__childmenu i {
  margin-right: 8px;
}

.input-group-addon .dropdown-menu,
li.list-group-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

li:not(.list-group-item) .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translate(0, 5px);
}
li:not(.list-group-item) .dropdown.open > .dropdown-menu:before {
  visibility: visible;
  transform: translate(0, 0);
}

.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: var(--gray-2);
  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;
}

.open > .dropdown-menu {
  display: block !important;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu > li > a {
  text-decoration: none;
}

.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 dashed;
  border-bottom: 4px solid\9 ;
}

.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;
  }
}
#SearchesMenu .form-group {
  margin: 0;
}
#SearchesMenu .form-group .input-group {
  margin-bottom: 8px;
}
#SearchesMenu .form-group .list-group-item {
  justify-content: flex-start;
}
#SearchesMenu .form-group .list-group-item span {
  margin-left: auto;
}

.datetimepicker.dropdown-menu {
  display: none;
  right: auto;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  background: var(--primary-light);
}

[class*=" datetimepicker-dropdown"]:after {
  border-bottom: 6px solid var(--primary-light) !important;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background: #fff !important;
  color: #000 !important;
  text-shadow: none !important;
}

.datetimepicker th.switch:hover {
  color: #000 !important;
}

.panel .list-group.no-dropdown .dropdown {
  display: block;
  cursor: pointer;
}

.panel .list-group.no-dropdown .dropdown.edit-mode {
  display: flex;
  flex-wrap: wrap;
}
.panel .list-group.no-dropdown .dropdown.edit-mode > a {
  order: 1;
  width: 50%;
}
.panel .list-group.no-dropdown .dropdown.edit-mode > ul {
  order: 3;
  width: calc(100% + 32px);
}
.panel .list-group.no-dropdown .dropdown.edit-mode > ul .gui_editor {
  padding-right: 13px;
  padding-top: 2px;
}
.panel .list-group.no-dropdown .dropdown.edit-mode > ul .gui_editor > a {
  display: inline-block;
  padding: 0.4em 0;
}
.panel .list-group.no-dropdown .dropdown.edit-mode > span {
  order: 2;
  width: 50%;
}

.panel .list-group.no-dropdown .dropdown:hover .dropdown-menu {
  opacity: 0;
  pointer-events: none;
}

.panel .list-group.no-dropdown .dropdown.open {
  padding-bottom: 0;
}
.panel .list-group.no-dropdown .dropdown.open > a {
  padding-bottom: 10px;
}

.panel .list-group.no-dropdown .dropdown.open .dropdown-menu {
  opacity: 1;
  pointer-events: all;
}

.panel .list-group.no-dropdown .dropdown > a {
  display: block;
  width: 100%;
}
.panel .list-group.no-dropdown .dropdown > a i.fa-angle-right {
  float: right;
  position: relative;
  top: 2px;
}

.panel .list-group.no-dropdown .dropdown.open > a i.fa-angle-right {
  transform: rotate(90deg);
}

.panel .list-group.no-dropdown .dropdown .dropdown-menu {
  position: static;
  left: auto;
  transform: none;
  float: none;
  box-shadow: none;
  border: none;
  margin: 0 -16px;
}
.panel .list-group.no-dropdown .dropdown .dropdown-menu a {
  background: none;
  color: var(--gray);
}

.panel .list-group.no-dropdown .dropdown .dropdown-menu::before {
  display: none;
}

.panel .list-group.no-dropdown .dropdown .dropdown-menu .list-group-item {
  padding: 4px 0 4px 20px;
}

.WPCockpit .Cockpit {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}
@media (max-width: 1299px) {
  .WPCockpit .Cockpit {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .WPCockpit .Cockpit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.WPCockpit .Cockpit .InfoCell {
  justify-content: flex-start;
}

#CockpitPanel .Cockpit, #CockpitPanelActions .Cockpit {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}
#CockpitPanel .Cockpit .InfoCell.large, #CockpitPanelActions .Cockpit .InfoCell.large {
  grid-column: 1/-2;
}
#CockpitPanel .Cockpit .InfoCell.full, #CockpitPanel .Cockpit .InfoCell.LargeWidth, #CockpitPanelActions .Cockpit .InfoCell.full, #CockpitPanelActions .Cockpit .InfoCell.LargeWidth {
  grid-column: 1/-1;
}

#updatePanel > .Cockpit {
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
}
@media (max-width: 1299px) {
  #updatePanel > .Cockpit {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 991px) {
  #updatePanel > .Cockpit {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  #updatePanel > .Cockpit {
    grid-template-columns: repeat(2, 1fr);
  }
}
#updatePanel > .Cockpit .InfoCell {
  padding: 20px 5px;
  grid-row: span 2;
  grid-column: span 2;
}
#updatePanel > .Cockpit .InfoCell.SmallHeight {
  grid-row: span 1;
}
#updatePanel > .Cockpit .InfoCell:hover {
  background-color: var(--white);
}
#updatePanel > .Cockpit .InfoCell .Content {
  max-height: 350px;
  overflow: auto;
  width: 100%;
}

.Cockpit {
  display: grid !important;
  grid-gap: 20px;
}
.Cockpit .InfoCell {
  background-color: var(--gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.Cockpit .InfoCell:hover {
  background-color: var(--gray-5);
}
.Cockpit .InfoCell:active {
  transform: scale(1.005);
}
.Cockpit .InfoCell.focus {
  background-color: var(--primary);
  color: var(--white);
}
.Cockpit .InfoCell.focus .icon--wrap span,
.Cockpit .InfoCell.focus .Content > *:not(table) {
  color: var(--white);
}
.Cockpit .InfoCell.focus.success, .Cockpit .InfoCell.focus.succes {
  background-color: var(--green);
}
.Cockpit .InfoCell.focus.alert {
  background-color: var(--red);
}
.Cockpit .InfoCell.focus.warning {
  background-color: var(--yellow);
}
.Cockpit .InfoCell img {
  max-width: 100% !important;
  height: auto !important;
}
.Cockpit .InfoCell td, .Cockpit .InfoCell th {
  font-size: 12px;
  padding: 10px 5px;
}
.Cockpit .InfoCell .icon--wrap span {
  font-size: 20px;
  color: var(--primary-light);
  margin-bottom: 10px;
}
.Cockpit .InfoCell .Content {
  background-color: transparent !important;
}
.Cockpit .InfoCell .Content > *:not(table) {
  margin-top: 5px;
  font-size: 21px;
  color: var(--gray);
  font-weight: bold;
}
.Cockpit .InfoCell .Menu {
  width: calc(100% - 20px);
  z-index: 1;
  color: var(--white);
  background-color: var(--primary);
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: ease 0.2s;
  position: absolute;
  top: 10px;
  left: 10px;
  min-height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-small);
}
.Cockpit .InfoCell .Menu span.fal {
  margin-right: 5px;
}
.Cockpit .InfoCell .Menu li {
  padding: 2px 0;
  font-size: 13px;
}
.Cockpit .InfoCell .rssitem {
  font-size: var(--font-base);
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.Cockpit .InfoCell .rssitem a {
  text-decoration: none;
}
.Cockpit .InfoCell .alert-danger {
  background-color: var(--red) !important;
  background-image: none !important;
  color: var(--white) !important;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: var(--radius-small);
  max-width: 300px;
  margin: 0 auto;
}
.Cockpit .InfoCell table {
  margin-top: 10px;
}

.table tr .Cockpit {
  margin-top: 15px;
  margin-bottom: 15px;
  grid-gap: 10px;
  display: flex !important;
  flex-wrap: wrap;
}
.table tr .Cockpit .InfoCell {
  width: 130px;
}
.table tr .Cockpit .InfoCell.SmallWidth {
  width: 100px;
  padding: 5px;
}
.table tr:nth-of-type(even) .InfoCell {
  background-color: var(--white);
}
.table tr:nth-of-type(even) .InfoCell:hover {
  background-color: var(--gray-5);
}

.btn, .userarea__user__nav .menu-item, .FFMenu a, .btn--mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  margin: 5px 10px 5px 0;
  padding: 11px 10px;
  padding: 8px 12px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  min-width: 100px;
  min-width: 65px;
  position: relative;
  outline: none;
}
.btn:hover, .userarea__user__nav .menu-item:hover, .FFMenu a:hover, .btn--mini:hover, .btn:focus, .userarea__user__nav .menu-item:focus, .FFMenu a:focus, .btn--mini:focus {
  background-color: var(--primary-light);
}
.btn:active, .userarea__user__nav .menu-item:active, .FFMenu a:active, .btn--mini:active {
  transform: scale(0.9);
}
.btn.red, .userarea__user__nav .red.menu-item, .FFMenu a.red, .red.btn--mini {
  background-color: var(--red);
}
.btn-danger {
  background-color: var(--red);
  float: right;
  margin-right: 0;
}
.btn-danger:hover {
  background-color: var(--red);
  opacity: 0.7;
}
.btn--nobg {
  background: none;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn--nobg i,
.btn--nobg span {
  color: var(--primary-light);
}
.btn--nobg:focus, .btn--nobg:active, .btn--nobg:hover {
  background: none;
}
.btn--nobg:focus i,
.btn--nobg:focus span, .btn--nobg:active i,
.btn--nobg:active span, .btn--nobg:hover i,
.btn--nobg:hover span {
  color: var(--primary);
}
.btn a::after, .userarea__user__nav .menu-item a::after, .FFMenu a a::after, .btn--mini a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn i, .userarea__user__nav .menu-item i, .FFMenu a i, .btn--mini i {
  margin-right: 10px;
}
.btn span i, .userarea__user__nav .menu-item span i, .FFMenu a span i, .btn--mini span i {
  margin: 0 0 0 10px;
}
.btn span + i, .userarea__user__nav .menu-item span + i, .FFMenu a span + i, .btn--mini span + i {
  margin: 0 0 0 10px;
}
.btn *, .userarea__user__nav .menu-item *, .FFMenu a *, .btn--mini * {
  cursor: pointer;
  color: var(--white);
  text-decoration: none;
}
.btn.nomar, .userarea__user__nav .nomar.menu-item, .FFMenu a.nomar, .nomar.btn--mini {
  margin: 0;
}
.btn.padded, .userarea__user__nav .padded.menu-item, .FFMenu a.padded, .padded.btn--mini {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.right, .userarea__user__nav .right.menu-item, .FFMenu a.right, .right.btn--mini {
  margin-left: auto;
  margin-right: 0;
}
.btn.loading, .userarea__user__nav .loading.menu-item, .FFMenu a.loading, .loading.btn--mini {
  position: relative;
}
.btn.loading span:after, .userarea__user__nav .loading.menu-item span:after, .FFMenu a.loading span:after, .loading.btn--mini span:after {
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: flex;
  width: 27px;
  height: 26px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  -webkit-animation: fa-spin 1s steps(8) infinite;
          animation: fa-spin 1s steps(8) infinite;
}
.btn.loading span:before, .userarea__user__nav .loading.menu-item span:before, .FFMenu a.loading span:before, .loading.btn--mini span:before {
  content: "";
  display: block;
  background: var(--primary);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
}

.btn--small {
  margin: 3px 5px 3px 0;
  padding: 6px 11px;
  font-size: 13px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
}
.btn-group.align-right {
  justify-content: flex-end;
}
.btn-group.align-right .btn:last-of-type, .btn-group.align-right .userarea__user__nav .menu-item:last-of-type, .userarea__user__nav .btn-group.align-right .menu-item:last-of-type, .btn-group.align-right .FFMenu a:last-of-type, .FFMenu .btn-group.align-right a:last-of-type, .btn-group.align-right .btn--mini:last-of-type {
  margin-right: 0;
}

.btn-default-active {
  background: var(--primary-light);
}

.nav-item.editMode {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-item.editMode > a {
  width: calc(100% - 140px);
}

.gui_editor {
  width: 140px;
  padding-right: 1em;
  text-align: right;
}
.gui_editor.float-right {
  padding-right: 0;
}
.gui_editor a {
  margin-right: 0.3em;
  color: var(--gray);
}
.gui_editor a:hover {
  color: var(--primary);
}

.WPKommando {
  /* margin-bottom: 5px; */
  display: inline-block !important;
  margin-bottom: 1.1538rem;
}

.WPKommando.inline {
  display: inline-flex !important;
  width: auto !important;
  margin: 0;
}
.WPKommando.inline input {
  margin-bottom: 10px;
  margin-top: 0;
}

table.ContentTable td.Link, table.ContentTable td.Opslagsguide, table.ContentTable td.Historik, table.ContentTable td.Dato {
  position: relative;
}

table.ContentTable td.Dato input[type=text], table.ContentTable td.Opslagsguide input[type=text], table.ContentTable td.Historik input[type=text] {
  min-width: 100%;
  padding-right: 20px !important;
}

table.ContentTable td.Link span, table.ContentTable td.Opslagsguide span, table.ContentTable td.Historik span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 12px;
}

table.ContentTable td.Historik.Opslagsguide input[type=text] {
  min-width: 100%;
  padding-right: 36px !important;
}

table.ContentTable td.Historik.Opslagsguide span:nth-of-type(1) {
  right: 37px;
}

table.ContentTable td.Historik.Opslagsguide span:nth-of-type(2) {
  right: 20px;
}

table.ContentTable td.Dato button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: var(--primary);
}

.changeProfileImage img {
  max-width: 100%;
}

.WPWorkflow span.CheckBox {
  display: inline-block;
  margin-bottom: calc(1.1538rem / 2);
}

.WPWorkflow span.CheckBox input[type=radio] {
  display: none;
}

.WPWorkflow span.CheckBox:first-of-type input[type=radio] + label {
  border-radius: 6px 0 0 6px;
}

.WPWorkflow span.CheckBox:nth-of-type(2) input[type=radio] + label {
  border-radius: 0 6px 6px 0;
  /* border-right: none; */
  /* margin-right: 1em; */
  margin-right: 15px;
}

.WPWorkflow span.CheckBox input[type=radio]:checked + label {
  background: var(--primary);
}

.WPWorkflow span.CheckBox input[type=radio] + label {
  background-color: var(--primary-lighter);
  color: var(--white);
  padding: 0.4em 1em;
  margin: 0;
  line-height: 1.2em;
  transition: all 0.2s ease;
  cursor: pointer;
}

a.Clickable.fal {
  text-decoration: none;
}
a.Clickable.fal:hover {
  outline: none;
}

span.Clickable[class*=fa-angle],
a.Clickable[class*=fa-angle] {
  font-size: 19px;
}

.LookITWebPart.WPBI_PrintHeader {
  display: none !important;
}

@media print {
  .LookITWebPart.WPBI_PrintHeader {
    display: block !important;
  }
}
.btn-file {
  color: var(--white) !important;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  border: solid 1px var(--gray-2);
  box-shadow: var(--shadow);
  max-height: 200px;
  overflow: auto;
  z-index: 100;
}
.ui-autocomplete li a {
  display: block;
  border-bottom: solid 1px var(--gray-2);
  padding: 5px;
  cursor: pointer;
}
.ui-autocomplete li a:hover {
  background-color: var(--gray-4);
}

.form-group .dropdown {
  height: 100%;
}

#ContentPanel .tab-pane {
  display: none;
}
#ContentPanel .tab-pane.active {
  display: block;
}

header.headline {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

pre {
  white-space: initial;
}

.FFMenu {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.FFMenu li {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .FFMenu li {
    width: 100%;
  }
}
.FFMenu a {
  text-align: center;
  width: 100%;
}

@media (max-width: 991px) {
  .Zone {
    display: block;
    min-width: 100%;
  }
}
/* datepicker css */
.ui-datepicker {
  text-align: center;
  background-color: var(--white);
  box-shadow: 0px 3px 37px rgba(0, 0, 0, 0.4);
  display: none;
}

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}

.ui-datepicker {
  font-family: Open Sans, Arial, sans-serif;
  margin-top: 2px;
  padding: 0 !important;
  border-color: var(--gray-2) !important;
}

.ui-datepicker {
  width: 256px;
}

.openemr-calendar .ui-datepicker {
  width: 191px;
}

.ui-datepicker table {
  width: 256px;
  table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed;
}

.ui-datepicker-header {
  background-color: var(--primary) !important;
  background-image: none !important;
  border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
  background-color: var(--primary-lighter) !important;
  border-width: 1px;
  border-color: var(--primary-lighter);
  border-style: solid;
}

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important;
}

.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next {
  text-align: center;
}

.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev {
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 7px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=") !important;
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important;
}

.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  background-color: transparent !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px !important;
  width: 8px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC") !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px;
}

.ui-datepicker-month {
  border-radius: 2px;
  background-color: var(--primary-light);
  width: 110px !important;
  height: 22px;
  font-family: Open Sans !important;
  color: var(--white);
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
}

.ui-datepicker-year {
  border-radius: 2px;
  background-color: var(--primary-light);
  width: 61px !important;
  height: 22px;
  border: none !important;
  font-family: Open Sans !important;
  color: var(--white);
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029);
}

.ui-datepicker-month option,
.ui-datepicker-year option {
  color: var(--primary) !important;
  background-color: #fff !important;
  font-family: Open Sans !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
  /*background: none !important;*/
  border: 0 !important;
}

.ui-datepicker td {
  vertical-align: top;
}

.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
  /*     background: white !important; */
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #707070;
  font-size: 13px;
  font-weight: 400 !important;
  margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0;
}

.ui-datepicker td {
  width: 33px;
}

.openemr-calendar .ui-datepicker td {
  width: 26px;
}

.openemr-calendar .ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px;
}

.ui-state-default.ui-state-hover {
  border-color: var(--gray-2);
  background-color: var(--gray-2) !important;
}

.ui-datepicker .ui-state-active {
  border-color: var(--gray-2);
  background-color: var(--primary) !important;
  color: var(--white) !important;
  padding: 2px 4px !important;
}

.ui-datepicker-calendar thead tr th {
  font-family: Open Sans, Arial, sans-serif;
  color: var(--primary);
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px;
}

.ui-datepicker-close {
  display: none;
}

.ui-datepicker thead {
  background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
  background: none;
}

.ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #3e9aba;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
  background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
  background-color: transparent;
}

.openemr-calendar .ui-state-default {
  border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
  margin-right: 10px !important;
}

.popup-control {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--overlay);
  z-index: 1000;
  display: flex;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s 0.2s, visibility 0s 0.2s;
  will-change: opacity;
  visibility: hidden;
  outline: 0;
}
.popup-control[data-hasnestedslideout=true] {
  z-index: 999;
}
.popup-control--shown {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: opacity 0.2s;
}
.popup-control__close {
  flex: 1;
  cursor: pointer;
}
.popup-control__content {
  background-color: var(--white);
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 20px;
  width: 500px;
  max-width: calc(100% - 40px);
  height: calc(100% - var(--frame-width));
  box-shadow: rgba(0, 0, 0, 0.03) -5px 0 20px;
  transform: translateX(100%) translateX(-40px);
  transform: translateX(calc(100% + 40px));
  transition: transform 0.2s 0.1s;
  will-change: transform;
  overflow-y: auto;
}
.popup-control__content--large {
  width: 1000px;
}
@media only screen and (max-width: 450px) {
  .popup-control__content {
    padding: 20px 10px;
  }
}
.popup-control__content .tab-content {
  padding: 20px;
  overflow: auto;
  border: 1px solid;
  border-color: transparent #ddd #ddd #ddd;
}
.popup-control__content__inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popup-control--shown .popup-control__content {
  transform: translateX(0);
  transition: transform 0.2s;
}
.popup-control__content__close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  cursor: pointer;
  border: none;
  color: var(--white);
  text-decoration: none;
  font-size: 20px;
}

.WPWorkflow-popup {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  margin-bottom: 1.1538rem;
  min-width: 90px;
  margin-top: 0px;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.popup-btn {
  margin: 0 5px;
  flex: 1;
  background-color: var(--primary);
  color: var(--white);
}
.popup-btn:focus {
  opacity: 0.7;
}
.popup-btn i {
  margin-left: 15px;
}

.popOver--wrap {
  position: relative;
}
.popOver--wrap.float-right {
  text-align: right;
  float: right;
}
.popOver--wrap .popOver--button {
  background: var(--primary);
  padding: 0.4em 0.8em;
  border-radius: 4px;
  color: var(--white);
  transition: background 0.2s ease;
  cursor: pointer;
}
.popOver--wrap .popOver--button:hover {
  text-decoration: none;
  background: var(--primary-light);
}
.popOver--wrap .popOver--button i {
  margin-right: 0.2em;
}
.popOver--wrap .popOver {
  position: absolute;
  top: calc(100% + 17px);
  right: -7px;
  z-index: 5;
  width: 250px;
  text-align: left;
  background: #fff;
  /*border: 1px solid #efeeee;*/
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.popOver--wrap .popOver:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 19%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--primary) transparent;
}
.popOver--wrap .popOver.show {
  visibility: visible;
  opacity: 1;
}
.popOver--wrap .popOver .popOver--title {
  border-bottom: 1px solid #ececec;
  padding: 0.5em 0.7em;
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.popOver--wrap .popOver--content {
  position: relative;
  max-height: 48vh;
  overflow: auto;
  padding: 0.3em 0.8em 0.5em 0.8em;
}

.templatesWrap.popOver--wrap table {
  width: 100%;
}
.templatesWrap.popOver--wrap .popOver--content span {
  font-size: 0.9rem;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
.templatesWrap.popOver--wrap .popOver--content .lblMyTemplates {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.templatesWrap.popOver--wrap .popOver--content input {
  padding-right: 75px !important;
  max-width: 233px;
}
.templatesWrap.popOver--wrap .popOver--content .btnSaveTemplate {
  position: absolute;
  top: 41px;
  right: 25px;
  cursor: pointer;
}
.templatesWrap.popOver--wrap .popOver--content .btnSaveTemplate:hover {
  text-decoration: none;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates {
  list-style: none;
  margin: 0;
  padding: 0;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li {
  display: block;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li:first-of-type {
  border-top: 1px solid #f3f3f3;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li a:nth-of-type(1) {
  display: block;
  padding: 0.1em 0.3em;
  cursor: pointer;
  transition: background 0.2s ease;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li a:nth-of-type(1):hover {
  text-decoration: none;
  background: #f3f3f3;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li a:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.4em;
  cursor: pointer;
  font-size: 0.9rem;
  color: #cecece;
  opacity: 0.5;
}
.templatesWrap.popOver--wrap .popOver--content .listFilterTemplates li a:nth-of-type(2):hover {
  opacity: 1;
}

.DisclosureContentPanel .templatesWrap .popOver--content input {
  float: left;
  padding-right: 75px;
  margin-left: 0;
}

.AvanceretFilterV2 {
  display: flex;
  flex-direction: column;
}
.AvanceretFilterV2 .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.AvanceretFilterV2 .FritekstArea {
  order: 1;
  margin-bottom: 1em;
}
.AvanceretFilterV2 .FritekstArea .FritekstLabel {
  margin-right: 0.6em;
}
.AvanceretFilterV2 .FritekstArea input[type=text] {
  width: 230px !important;
}
.AvanceretFilterV2 .panel {
  margin-bottom: 1em;
}
.AvanceretFilterV2 .DisclosureContentPanel > table {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0.5em;
  /*tr:last-of-type td {
      padding-bottom: 0.6em;
  }*/
}
.AvanceretFilterV2 .DisclosureContentPanel > table tr {
  /*display: flex;*/
  width: 100%;
  /*border-bottom: 1px solid #f1f1f1;*/
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td {
  align-items: center;
  padding-bottom: 0.4em;
  padding-right: 0.4em;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(1) {
  min-width: 54px;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(1) span {
  margin-right: 4px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(1) span:hover {
  opacity: 1;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(2) {
  display: inline-block;
  margin-right: -27px;
  width: 100%;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(2) button {
  width: 100%;
  padding-right: 2.9em;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) {
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  padding-top: 0.4em;
  padding-left: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.4em;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) span {
  display: flex;
  width: 30px;
  margin-left: -15px;
  height: 30px;
  background-color: var(--primary-lighter);
  border-radius: var(--radius-small);
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) span:hover, .AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) span:focus {
  background-color: var(--primary-light);
  color: var(--white);
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) span:active {
  transform: scale(1.05);
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) .Icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) .Icon.Icon-Lookup::after {
  content: "\f002";
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(5) {
  position: relative;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(5) input {
  padding-right: 30px;
}
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(5) .Icon-Lookup,
.AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(5) .Icon-Opslag {
  position: absolute;
  top: 6px;
  right: 14px;
}
.AvanceretFilterV2 .DisclosureContentPanel > table .form-control {
  height: 40px;
  border: solid 1px var(--gray-7);
  border-bottom: solid 2px var(--gray-7);
  border-radius: 5px 5px 0 0;
  text-indent: 5px;
}
.AvanceretFilterV2 .DisclosureContentPanel > table ~ a {
  margin-right: 1em;
}
@media only screen and (max-width: 650px) {
  .AvanceretFilterV2 .FritekstArea input[type=text] {
    width: calc(100% - 95px);
  }
  .AvanceretFilterV2 .FritekstArea .FritekstLabel {
    display: none;
  }
  .AvanceretFilterV2 .DisclosureContentPanel > table {
    width: 100%;
  }
  .AvanceretFilterV2 .DisclosureContentPanel > table tr {
    display: block;
    position: relative;
  }
  .AvanceretFilterV2 .DisclosureContentPanel > table td {
    display: block !important;
    padding: 0 !important;
  }
  .AvanceretFilterV2 .DisclosureContentPanel > table td:nth-of-type(3) {
    position: absolute;
    width: 20px;
    top: 24px;
    right: 4px;
    left: auto;
  }
  .AvanceretFilterV2 .DisclosureContentPanel > table td select,
.AvanceretFilterV2 .DisclosureContentPanel > table td input {
    width: 100% !important;
  }
}
.AvanceretFilterV2 [class*=Icon-] {
  text-decoration: none;
}
.AvanceretFilterV2 .Icon-Remove {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--red);
}
.AvanceretFilterV2 .Icon-Remove:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-Remove:focus, .AvanceretFilterV2 .Icon-Remove:hover {
  color: var(--red);
}
.AvanceretFilterV2 .Icon-Add {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--green);
}
.AvanceretFilterV2 .Icon-Add:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-Add:focus, .AvanceretFilterV2 .Icon-Add:hover {
  color: var(--green);
}
.AvanceretFilterV2 .Icon-AddSection {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-AddSection:after {
  content: "\f5fd";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-AddSection:focus, .AvanceretFilterV2 .Icon-AddSection:hover {
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-MoveDown {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-MoveDown:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-MoveDown:focus, .AvanceretFilterV2 .Icon-MoveDown:hover {
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-MoveUp {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-MoveUp:after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-MoveUp:focus, .AvanceretFilterV2 .Icon-MoveUp:hover {
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-Lookup,
.AvanceretFilterV2 .Icon-Opslag {
  background-image: none;
  position: relative;
  top: 1px;
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-Lookup:after,
.AvanceretFilterV2 .Icon-Opslag:after {
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.AvanceretFilterV2 .Icon-Lookup:focus, .AvanceretFilterV2 .Icon-Lookup:hover,
.AvanceretFilterV2 .Icon-Opslag:focus,
.AvanceretFilterV2 .Icon-Opslag:hover {
  color: var(--gray);
}
.AvanceretFilterV2 .Icon-Lookup:focus,
.AvanceretFilterV2 .Icon-Opslag:focus {
  outline: 0;
}
.AvanceretFilterV2 .Icon-Lookup:focus::before,
.AvanceretFilterV2 .Icon-Opslag:focus::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px;
}

.webpart--wrap #updatePanel {
  overflow-x: hidden;
  overflow-y: initial;
}
.webpart--wrap iframe {
  border: none;
  /*background: #f1f1f1;*/
}
.webpart--wrap iframe body {
  font-family: "Source Sans Pro";
  font-size: var(--font-base);
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}
.webpart--wrap #content {
  width: auto !important;
}
.webpart--wrap #content:after {
  content: "";
  display: table;
  clear: both;
}
.webpart--wrap .Zone.activeArea {
  padding: 0 calc(var(--font-base) / 2) !important;
  float: left;
}
.webpart--wrap .Zone.activeArea h3 {
  margin-top: 0;
}
.webpart--wrap.fixedWorkflow {
  padding-bottom: 3em !important;
}

.QuickGuide .panel {
  background-color: var(--white);
  padding: 15px;
  border-radius: var(--radius-small);
}

.QuickGuide .QuickGuideSection .Disabled {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.7;
  background-color: var(--white);
  z-index: 5;
}

.QuickGuide .QuickGuideSection {
  position: relative;
  width: 100%;
}

.ColGroup {
  border: 1px solid #ccc;
}

th.CombinedHeader {
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-equalColumns {
  table-layout: fixed;
}

.WPBIGruppering .WPBIDesign label {
  font-weight: 100;
  margin-right: 5px;
  margin-top: 0;
}

.WPBIGruppering .WPBIDesign .text {
  margin-left: 13px;
}

.WPBIGruppering .BiGrupperingTable {
  width: auto;
  margin-top: 20px;
}

.WPBIGruppering .BiGrupperingTable > thead > tr > th {
  border-bottom: none;
}

.WPBIGruppering .BiGrupperingTable .download {
  font-size: 1.8rem;
}

.WPBIGruppering .BiGrupperingTable .row.plus,
.WPBIGruppering .BiGrupperingTable .row.minus {
  margin-left: 0;
  margin-right: 0;
}

.WPBIGruppering .BiGrupperingTable .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WPBIGruppering .BiGrupperingTable .actions > .rows {
  margin-right: 15px;
}

.WPBIGruppering .BiGrupperingTable .actions > .rows > img {
  display: block;
  margin-bottom: 1px;
}

.WPBIGruppering .BiGrupperingTable .actions > .rows > img:last-of-type {
  margin-bottom: 0;
}

.WPBIGruppering .BiGrupperingTable .actions > .cols {
  min-width: 21px;
}

.WPBIGruppering .BiGrupperingTable .actions > .cols > img {
  margin-right: 2px;
  display: inline-block;
}

.WPBIGruppering .BiGrupperingTable .actions > .cols > img:last-of-type {
  margin-right: 0;
}

.WPBIGruppering .BiGrupperingTable .DimCell img,
.WPBIGruppering .BiGrupperingTable .CombinedHeader img {
  display: inline-block;
  margin-right: 3px;
}

.WPBIGruppering .BiGrupperingTable > thead > tr > th,
.WPBIGruppering .BiGrupperingTable > tbody > tr > td {
  margin: 8px;
  vertical-align: middle;
}

.WPBIGruppering .BiGrupperingTableGrid {
  border: 1px solid #ddd;
  /*.CombinedHeader {
            border-bottom: 1px solid gray;
        }*/
}

.WPBIGruppering .BiGrupperingTableGrid .RowDim {
  border-bottom: 1px solid gray;
  border-right: 1px solid green;
}

.WPBIGruppering .BiGrupperingTableGrid .RowVal {
  border-bottom: 1px solid lightgray;
}

.WPBIGruppering .BiGrupperingTableGrid .RowTotal td {
  border-bottom: 3px double black;
}

.WPBIGruppering .BiGrupperingTableGrid .DimCell,
.WPBIGruppering .BiGrupperingTableGrid .ColVal,
.WPBIGruppering .BiGrupperingTableGrid .ColDim,
.WPBIGruppering .BiGrupperingTableGrid .ColTotal {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.WPBIGruppering .BiGrupperingTable > thead > tr > th, .WPBIGruppering .BiGrupperingTable > tbody > tr > td {
  margin: 8px;
  vertical-align: middle;
}

.WPBIGruppering td, .WPBIGruppering th {
  padding: 6px 10px;
}

.WPBIGruppering tr:nth-of-type(2n) {
  background-color: #fbfbfb;
}

.WPBIGruppering {
  border-spacing: 0;
  border-collapse: collapse;
}

body.PresentationMode {
  --gray: #666666;
  --gray-2: #efefef;
  --gray-3: #ebebeb;
  --gray-4: #f1f1f1;
  --gray-5: #ebebeb;
  --gray-6: #474747;
  --gray-7: #d2d2d2;
  --gray-8: #c5c5c5;
  --sidebar-width: 0px;
  --scrollbar-width: 6px;
  --frame-width: 0px;
}
body.PresentationMode .sidebar {
  overflow: hidden;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.dataTable,
.table,
.table-responsive {
  min-width: 100%;
  background-color: var(--white);
  border-collapse: collapse;
  font-size: 14px;
}
.dataTable table,
.table table,
.table-responsive table {
  border-collapse: collapse;
}
.dataTable th,
.dataTable td,
.table th,
.table td,
.table-responsive th,
.table-responsive td {
  padding: 10px 10px;
}
.dataTable th:first-of-type,
.dataTable td:first-of-type,
.table th:first-of-type,
.table td:first-of-type,
.table-responsive th:first-of-type,
.table-responsive td:first-of-type {
  padding-left: 20px;
}
.dataTable th:last-of-type,
.dataTable td:last-of-type,
.table th:last-of-type,
.table td:last-of-type,
.table-responsive th:last-of-type,
.table-responsive td:last-of-type {
  padding-right: 20px;
}
.dataTable th.mini,
.dataTable td.mini,
.table th.mini,
.table td.mini,
.table-responsive th.mini,
.table-responsive td.mini {
  max-width: 90px;
}
.dataTable th,
.table th,
.table-responsive th {
  background-color: var(--primary-ultra-light);
  text-align: left;
}
.dataTable th a,
.table th a,
.table-responsive th a {
  text-decoration: none;
}
.dataTable tbody tr:nth-of-type(even),
.table tbody tr:nth-of-type(even),
.table-responsive tbody tr:nth-of-type(even) {
  background-color: var(--gray-3);
}
.dataTable tbody tr:hover,
.table tbody tr:hover,
.table-responsive tbody tr:hover {
  outline: 2px solid var(--primary-light);
  outline-offset: -2px;
}
.dataTable tbody tr.highlight td,
.table tbody tr.highlight td,
.table-responsive tbody tr.highlight td {
  background: rgba(165, 228, 188, 0.35) !important;
}
.dataTable tbody tr:last-of-type td,
.table tbody tr:last-of-type td,
.table-responsive tbody tr:last-of-type td {
  border-bottom: 1px solid var(--primary-ultra-light);
}
.dataTable tfoot td,
.table tfoot td,
.table-responsive tfoot td {
  padding: 0;
}
.dataTable .FooterRow > td,
.table .FooterRow > td,
.table-responsive .FooterRow > td {
  padding: 15px 0;
}
.dataTable .pagination,
.table .pagination,
.table-responsive .pagination {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.dataTable .pagination li,
.table .pagination li,
.table-responsive .pagination li {
  margin-right: 7px;
}
.dataTable .pagination li a,
.table .pagination li a,
.table-responsive .pagination li a {
  color: var(--primary-light);
  text-decoration: none;
  font-size: var(--font-large);
}
.dataTable .pagination li a:hover,
.table .pagination li a:hover,
.table-responsive .pagination li a:hover {
  text-decoration: underline;
  color: var(--primary);
}
.dataTable .pagination li.active a,
.table .pagination li.active a,
.table-responsive .pagination li.active a {
  display: block;
  background-color: var(--primary);
  width: 25px;
  height: 25px;
  text-align: center;
  color: var(--white);
  border-radius: 50%;
}
.dataTable.sticky,
.table.sticky,
.table-responsive.sticky {
  position: relative;
  top: -38px;
  z-index: 0;
  margin-bottom: -38px;
}

.table-responsive {
  width: 100%;
  overflow: scroll;
}

.FritekstArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

table.fixed {
  table-layout: fixed;
}

td.right {
  text-align: right;
}

td.center {
  text-align: center;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  display: flex;
  float: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
}

.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;
  border-color: #ddd #ddd transparent;
}

.SplitPanel.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 7px 20px 14px;
  background: var(--primary-ultra-light);
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 40px;
  border-top: solid 2px var(--primary-lighter);
  z-index: 10;
  margin-bottom: -15px;
}

.PagingRow {
  padding-top: 20px;
}
.PagingRow > span {
  float: left;
  display: block;
  margin-top: 20px;
  margin-right: 5px;
}
.PagingRow > span a,
.PagingRow > span span {
  color: var(--primary-light);
  text-decoration: none;
  font-size: var(--font-large);
}
.PagingRow > span a:hover,
.PagingRow > span span:hover {
  text-decoration: underline;
  color: var(--primary);
}
.PagingRow > span a.current,
.PagingRow > span span.current {
  pointer-events: none;
  opacity: 0.5;
}
.PagingRow select {
  float: right;
  width: 50px;
  margin-top: 20px;
}

table th.small,
table td.small {
  max-width: 60px;
}
table th.mini,
table td.mini {
  max-width: 20px;
}

.SysFeltTabel {
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  position: relative;
}
.form-group.mandatory::before {
  content: "*";
  position: absolute;
  top: 15px;
  left: -8px;
  color: var(--red);
  font-size: 20px;
  line-height: 0;
}
.form-group .input-group {
  position: relative;
}
.form-group .input-group .field-state-line {
  z-index: 1;
  top: 11px;
}
.form-group .input-group .input-group-addon {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  height: calc(100% - 10px);
}
.form-group .input-group .input-group-addon + .input-group-addon {
  right: 40px;
}
.form-group .input-group .input-group-addon + .input-group-addon + .input-group-addon {
  right: 75px;
}
.form-group .input-group .input-group-addon span {
  cursor: pointer;
}
.form-group .input-group .input-group-addon > .dropdown > a,
.form-group .input-group .input-group-addon > a,
.form-group .input-group .input-group-addon > span,
.form-group .input-group .input-group-addon > .ui-datepicker-trigger {
  display: flex;
  height: 100%;
  width: 30px;
  background-color: var(--primary-lighter);
  margin-left: 5px;
  border-radius: var(--radius-small);
  align-items: center;
  justify-content: center;
  color: var(--primary);
  text-decoration: none;
}
.form-group .input-group .input-group-addon > .dropdown > a:hover, .form-group .input-group .input-group-addon > .dropdown > a:focus,
.form-group .input-group .input-group-addon > a:hover,
.form-group .input-group .input-group-addon > a:focus,
.form-group .input-group .input-group-addon > span:hover,
.form-group .input-group .input-group-addon > span:focus,
.form-group .input-group .input-group-addon > .ui-datepicker-trigger:hover,
.form-group .input-group .input-group-addon > .ui-datepicker-trigger:focus {
  background-color: var(--primary-light);
  color: var(--white);
}
.form-group .input-group .input-group-addon > .dropdown > a:active,
.form-group .input-group .input-group-addon > a:active,
.form-group .input-group .input-group-addon > span:active,
.form-group .input-group .input-group-addon > .ui-datepicker-trigger:active {
  transform: scale(1.05);
}
.form-group .input-group .input-group-addon:empty {
  display: none;
}
.form-group .input-group textarea + .input-group-addon,
.form-group .input-group textarea + .input-group-addon + .input-group-addon {
  height: calc(100% - 15px);
}
.form-group .input-group .ui-datepicker-trigger {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--primary);
  background-color: var(--primary-lighter);
  border-radius: var(--radius-small);
  height: calc(100% - 10px);
  width: 30px;
  border: none;
  cursor: pointer;
  outline: none;
}
.form-group .input-group .ui-datepicker-trigger:hover, .form-group .input-group .ui-datepicker-trigger:focus {
  background-color: var(--primary-light);
  color: var(--white);
}
.form-group .input-group .ui-datepicker-trigger:active {
  transform: scale(1.05);
}
.form-group label {
  color: var(--gray);
  font-weight: 600;
  margin-bottom: 5px;
  margin-left: 5px;
}
.form-group .Icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.form-group .Icon.Icon-Details::after {
  content: "\f08e";
}
.form-group .Icon.Icon-Guide::after {
  content: "\f002";
}
.form-group .Icon.Icon-Historik::after {
  content: "\f02e";
}
.form-group .Icon.Icon-OpretInfo::after, .form-group .Icon.Icon-ToolbarNew::after {
  content: "\f067";
}
.form-group .tooltip {
  position: static !important;
  font-size: var(--font-small);
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
textarea,
select {
  height: 35px;
  border: solid 1px var(--gray-7);
  border-bottom: solid 2px var(--gray-7);
  border-radius: 5px 5px 0 0;
  width: 100%;
  text-indent: 5px;
  background-color: var(--gray-3);
  padding: 0;
  padding-right: 5px;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch) + .input-group,
textarea + .input-group,
select + .input-group {
  margin-top: 5px;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch).validating,
textarea.validating,
select.validating {
  border-bottom: solid 2px var(--green);
  background-color: var(--gray-3) !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch).validating ~ .field-state-line,
textarea.validating ~ .field-state-line,
select.validating ~ .field-state-line {
  background-color: var(--green) !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch).not-valid,
textarea.not-valid,
select.not-valid {
  border-bottom: solid 2px var(--red);
  background-color: var(--gray-3) !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch).not-valid ~ .field-state-line,
textarea.not-valid ~ .field-state-line,
select.not-valid ~ .field-state-line {
  background-color: var(--red) !important;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:-moz-read-only):focus, textarea:not(:-moz-read-only):focus, select:not(:-moz-read-only):focus {
  outline: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:read-only):focus,
textarea:not(:read-only):focus,
select:not(:read-only):focus {
  outline: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:-moz-read-only):focus ~ .field-state-line, textarea:not(:-moz-read-only):focus ~ .field-state-line, select:not(:-moz-read-only):focus ~ .field-state-line {
  background-color: var(--primary-light);
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:read-only):focus ~ .field-state-line,
textarea:not(:read-only):focus ~ .field-state-line,
select:not(:read-only):focus ~ .field-state-line {
  background-color: var(--primary-light);
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:-moz-read-only):hover ~ .field-state-line, textarea:not(:-moz-read-only):hover ~ .field-state-line, select:not(:-moz-read-only):hover ~ .field-state-line {
  background-color: var(--gray);
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(:read-only):hover ~ .field-state-line,
textarea:not(:read-only):hover ~ .field-state-line,
select:not(:read-only):hover ~ .field-state-line {
  background-color: var(--gray);
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(select):-moz-read-only, textarea:not(select):-moz-read-only, select:not(select):-moz-read-only {
  opacity: 0.6;
  outline: none;
}
input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch):not(select):read-only,
textarea:not(select):read-only,
select:not(select):read-only {
  opacity: 0.6;
  outline: none;
}

.input-group > input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
textarea {
  padding-right: 38px;
}

textarea {
  min-height: 80px;
  padding-top: 10px;
  height: auto;
}

table.ContentTable .FooterRow select {
  max-width: 55px;
}

.ui-datepicker-trigger::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f073";
}

select {
  outline: none;
}

select.small {
  height: 27px;
}

.checkboxwrapper label,
.checkbox label {
  display: flex;
}
.checkboxwrapper label input[type=checkbox],
.checkbox label input[type=checkbox] {
  display: none;
}
.checkboxwrapper label input[type=checkbox] + span,
.checkbox label input[type=checkbox] + span {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: var(--radius-medium);
  border: solid 1px var(--gray-7);
  background-color: var(--gray-3);
  cursor: pointer;
  margin-right: 10px;
}
.checkboxwrapper label input[type=checkbox]:checked + span,
.checkbox label input[type=checkbox]:checked + span {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
  position: relative;
}
.checkboxwrapper label input[type=checkbox]:checked + span::after,
.checkbox label input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f00c";
  color: var(--white);
  font-size: var(--font-small);
}

.checkbox {
  margin-bottom: 5px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  border: solid 1px var(--gray-7);
  background-color: var(--gray-3);
  cursor: pointer;
  margin-right: 10px;
  outline: none;
}

input[type=radio]:checked {
  background-color: var(--primary-light);
  border-color: var(--primary-light);
  padding: 3px;
  background-clip: content-box;
}

.form-wrap {
  display: flex;
}
.form-wrap input[type=text] {
  margin: 0;
}
.form-wrap a {
  margin: 0 0 0 10px;
  min-width: 115px;
}

label + i.info {
  position: absolute;
  right: 0;
}

label > i.info {
  margin-left: 5px;
}

i.info {
  color: var(--gray);
  opacity: 0.5;
}

input[type=text].mini {
  width: 90px !important;
  padding-left: 0 !important;
}

input[type=text].micro {
  width: 40px !important;
  padding-left: 0 !important;
}

input.right {
  text-align: right;
}

input.center {
  text-align: center;
}

.max-w-195 {
  max-width: 195px;
}

.min-w-100 {
  min-width: 100px;
}

.min-w-90 {
  min-width: 90px;
}

.flex-row-title {
  min-width: 65px;
}
.flex-row-title--small {
  min-width: 50px;
}
.flex-row-title--big {
  min-width: 90px;
}

.checkbox-toggle {
  vertical-align: middle;
  align-self: center;
  position: relative;
  display: inline-flex;
}
.checkbox-toggle.full {
  width: 100%;
}
.checkbox-toggle input {
  /*display: none;*/
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.checkbox-toggle__checkbox {
  display: flex;
  align-self: center;
  align-items: center;
  cursor: pointer;
  font-size: var(--font-base);
  font-weight: 400;
}
.checkbox-toggle__checkbox.full {
  justify-content: space-between;
  width: 100%;
}
.checkbox-toggle__checkbox[data-left-txt]::before {
  content: attr(data-left-txt);
  margin-right: 4px;
  transition: opacity 0.1s;
}
input:not(:checked) + .checkbox-toggle__checkbox[data-left-txt]:not([data-switch-bg=true])::after {
  opacity: 0.5;
}
.checkbox-toggle__checkbox[data-right-txt]::after {
  content: attr(data-right-txt);
  margin-left: 4px;
  transition: opacity 0.1s;
}
input:checked + .checkbox-toggle__checkbox[data-right-txt]:not([data-switch-bg=true])::before {
  opacity: 0.5;
}
.checkbox-toggle__checkbox[data-true-txt]::before {
  content: attr(data-true-txt);
  margin-right: 4px;
  transition: opacity 0.1s;
}
input:not(:checked) + .checkbox-toggle__checkbox[data-true-txt]:not([data-switch-bg=true])::after {
  opacity: 0.5;
}
.checkbox-toggle__checkbox[data-false-txt]::after {
  content: attr(data-false-txt);
  margin-left: 4px;
  transition: opacity 0.1s;
}
input:checked + .checkbox-toggle__checkbox[data-false-txt]:not([data-switch-bg=true])::before {
  opacity: 0.5;
}
.checkbox-toggle__checkbox[data-left-txt]::before {
  content: attr(data-left-txt);
  margin-right: 4px;
  transition: opacity 0.1s;
}
input:not(:checked) + .checkbox-toggle__checkbox[data-left-txt]:not([data-switch-bg=true])::after {
  opacity: 0.5;
}
.checkbox-toggle__checkbox[data-right-txt]::after {
  content: attr(data-right-txt);
  margin-left: 4px;
  transition: opacity 0.1s;
}
input:checked + .checkbox-toggle__checkbox[data-right-txt]:not([data-switch-bg=true])::before {
  opacity: 0.5;
}
.checkbox-toggle__checkbox__center {
  display: block;
  width: 30px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 20px;
  position: relative;
}
.checkbox-toggle__checkbox__center::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s, margin-left 0.1s;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center center;
}
input:checked + .checkbox-toggle__checkbox .checkbox-toggle__checkbox__center::before {
  /*left: calc(100% - 16px - 2px);*/
  left: 100%;
  margin-left: -18px;
}
input:not(:checked) + .checkbox-toggle__checkbox .checkbox-toggle__checkbox__center::after {
  /*left: calc(100% - 16px - 2px);*/
  left: 100%;
  margin-left: -18px;
}
input:not(:checked) + .checkbox-toggle__checkbox[data-switch-bg=true] .checkbox-toggle__checkbox__center {
  background-color: var(--gray-7);
}
/*junk*/
.searchField + .checkbox-toggle {
  padding: 0 10px;
  height: 32px;
}
@media only screen and (min-width: 650px) {
  .searchField + .checkbox-toggle {
    margin-left: 10px;
    border-left: 0;
  }
}

.checkbox-toggle + * {
  margin-left: 0;
}
@media only screen and (min-width: 650px) {
  .checkbox-toggle + * {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 650px) {
  .searchField + .checkbox-toggle {
    margin-left: -4px;
  }
  .searchField + .checkbox-toggle + * {
    margin-left: -4px;
  }
}

@media only screen and (min-width: 650px) {
  .Wildcards ~ .checkbox-toggle + * {
    margin-left: -4px;
  }
}

.AvanceretFilterV2 .FritekstArea * .checkbox-toggle__checkbox,
.AvanceretFilterV2 .FritekstArea * .checkbox-toggle__checkbox__center {
  margin-right: 0;
}

.tab-pane#Periode .checkbox-toggle + .form-group {
  margin-left: 0;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #f2f2f2;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  outline: 0;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 1px 3px rgba(35, 35, 35, 0.025);
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #f2f2f2;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--primary-light);
}

.bg-success {
  background-color: var(--green);
}

.bg-danger {
  background-color: var(--red);
}

.bg-warning {
  background-color: var(--yellow);
}

.bg-info {
  background-color: var(--blue);
}

.bg-light {
  background-color: var(--primary-ultra-light);
}

.bg-dark {
  background-color: var(--gray-6);
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--primary-light);
}

.text-success {
  color: var(--green);
}

.text-danger {
  color: var(--red);
}

.text-warning {
  color: var(--yellow);
}

.text-info {
  color: var(--blue);
}

.text-light {
  color: var(--primary-ultra-light);
}

.text-dark {
  color: var(--gray-6);
}

.text-white {
  color: #fff;
}

.sidebar {
  grid-area: sidebar;
  background-color: var(--white);
  position: fixed;
  width: var(--sidebar-width);
  top: var(--frame-width);
  height: calc(100vh - var(--frame-width) - var(--frame-width));
  left: var(--frame-width);
  z-index: 100;
}
@media (max-width: 991px) {
  .sidebar {
    height: var(--topbar-height);
    width: calc(100% - (var(--frame-width) * 2));
    display: flex;
    align-items: center;
    top: auto;
    bottom: var(--frame-width);
  }
}
.sidebar__logo {
  height: var(--sidebar-width);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
}
@media (max-width: 991px) {
  .sidebar__logo {
    height: var(--topbar-height);
    width: var(--topbar-height);
  }
}
.sidebar__menu {
  display: flex;
  width: 100%;
  height: calc(100% - var(--sidebar-width) - 10px);
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  flex-direction: column;
  align-self: center;
}
@media (max-width: 991px) {
  .sidebar__menu {
    flex-direction: row-reverse;
    height: 100%;
    width: calc(100% - var(--topbar-height) - 10px);
    margin: 0 0 0 10px;
  }
}
.sidebar__menu + .sidebar__company-logo {
  margin-top: 0;
}
.sidebar__menu > .menu-item {
  display: flex;
  height: 50px;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item {
    height: 100%;
    width: 40px;
  }
}
.sidebar__menu > .menu-item--bottom {
  margin-top: auto;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item--bottom {
    margin-right: auto;
  }
}
.sidebar__menu > .menu-item--open > div:not(.submenu) {
  transform: translateX(0);
  transition: ease 0.2s 0.2s;
}
.sidebar__menu > .menu-item--open > a::after {
  display: none !important;
}
.sidebar__menu > .menu-item--open > a::before {
  content: "";
  display: block;
  width: 2px;
  height: 40%;
  background-color: var(--primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar__menu > .menu-item--open .submenu {
  width: 400px;
}
.sidebar__menu > .menu-item > a {
  font-size: var(--font-title-tiny);
  margin: auto;
  color: var(--gray);
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.sidebar__menu > .menu-item > a:active {
  background-color: var(--primary-light);
  color: var(--white);
}
.sidebar__menu > .menu-item > a > i {
  margin: auto;
}
.sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:after {
  content: attr(data-title);
  display: flex;
  position: absolute;
  left: calc(100% - 10px);
  top: 50%;
  padding: 8px 10px;
  z-index: 2;
  white-space: nowrap;
  background-color: var(--primary-light);
  font-size: var(--font-small);
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  transform: translateY(-50%);
  color: var(--white);
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:after {
    display: none;
  }
}
.sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid var(--primary-light);
  left: calc(100% - 10px);
  top: 50%;
  transform: translate(-100%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: ease 0.3s;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:before {
    display: none;
  }
}
.sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:hover::before {
  opacity: 1;
  left: calc(100% - 5px);
}
.sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:hover::after {
  opacity: 1;
  left: calc(100% - 5px);
}
.sidebar__menu > .menu-item:not(.menu-item--open) > a[data-title]:hover:active::after {
  background-color: var(--primary-light);
}
.sidebar__menu > .menu-item .submenu {
  height: 100%;
  width: 0;
  position: absolute;
  left: var(--sidebar-width);
  top: 0;
  background-color: var(--white);
  transition: width 0.2s, opacity 0s 0.2s;
  overflow: hidden;
  z-index: 1;
  border-left: solid 3px var(--gray-2);
  opacity: 0;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item .submenu {
    position: fixed;
    height: calc(100% - (var(--scrollbar-width) * 2));
    top: var(--scrollbar-width);
    padding-top: 20px;
    max-width: calc(100% - 50px);
  }
}
.sidebar__menu > .menu-item .submenu__title {
  display: flex;
  align-items: center;
  padding: 0 50px;
  min-height: var(--sidebar-width);
  color: var(--primary);
  font-size: var(--font-title-small);
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
  white-space: nowrap;
  justify-content: space-between;
}
.sidebar__menu > .menu-item .submenu__title .actions a {
  font-size: 15px;
  margin-left: 10px;
  color: var(--gray);
}
.sidebar__menu > .menu-item .submenu__childmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 397px;
  height: calc(100vh - var(--topbar-height) - 10px - (var(--scrollbar-width) * 2));
  position: relative;
  background-color: var(--white);
  transition: left 0.2s;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .sidebar__menu > .menu-item .submenu__childmenu {
    width: 100%;
  }
}
.sidebar__menu > .menu-item .submenu__childmenu .submenu__childmenu {
  position: absolute;
  top: 0;
  left: 100%;
}
.sidebar__menu > .menu-item .submenu__childmenu hr {
  display: none;
}
.sidebar__menu > .menu-item .submenu__childmenu hr + .menu-item {
  border-top: solid 1px var(--primary-lighter);
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item:nth-of-type(even) {
  background-color: var(--gray-3);
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item > a {
  padding: 10px 50px;
  display: flex;
  text-decoration: none;
  color: var(--primary);
  align-items: center;
  cursor: pointer;
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item > a span {
  margin-left: 15px;
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item > a span + i {
  margin-left: auto;
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item > a:hover {
  background-color: var(--gray-2);
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item > a:active {
  font-weight: bold;
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item--back > a {
  font-weight: bold;
  color: var(--primary-lighter);
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item--back > a i {
  margin-left: 0;
  margin-right: 10px;
}
.sidebar__menu > .menu-item .submenu__childmenu .menu-item--open > .submenu__childmenu {
  left: 0;
  z-index: 1;
}
.sidebar__menu > .menu-item--open .submenu {
  width: 400px;
  opacity: 1;
  transition: width 0.2s, opacity 0s 0s;
}
.sidebar__overlay {
  display: block;
  position: fixed;
  top: 0;
  left: calc(var(--sidebar-width) + var(--frame-width));
  width: calc(100% - var(--sidebar-width));
  height: 100%;
  background-color: var(--overlay);
  opacity: 0;
  transition: ease 0.2s 0.2s;
  pointer-events: none;
}
.sidebar__overlay--active {
  opacity: 1;
  transition: ease 0.2s;
  pointer-events: all;
}
.sidebar__company-logo {
  display: block;
  margin-top: auto;
}
@media (max-width: 991px) {
  .sidebar__company-logo {
    display: none;
  }
}
.sidebar__company-logo a {
  width: 100%;
  height: 130px;
  background-color: var(--white);
  position: relative;
  display: block;
}
.sidebar__company-logo a img {
  max-width: 100px;
  max-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.sidebar__company-logo ~ .menu-item--bottom {
  margin-top: 0;
}

.topbar {
  grid-area: topbar;
  display: flex;
}
.topbar .pagemenu {
  display: flex;
  list-style: none;
  height: 100%;
  align-items: center;
}
.topbar .pagemenu .menu-item {
  position: relative;
  margin-right: 15px;
  font-size: var(--font-title-tiny);
}
.topbar .pagemenu .menu-item a {
  color: var(--gray);
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 5px;
  padding-right: 5px;
}
.topbar .pagemenu .menu-item a:hover {
  color: var(--primary);
}
.topbar .pagemenu .menu-item.parent {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.topbar .pagemenu .menu-item.parent > a {
  cursor: default;
}
.topbar .pagemenu .menu-item.parent .submenu {
  position: absolute;
  top: calc(100%);
  margin: auto;
  width: auto;
  color: #fff;
  white-space: nowrap;
  left: -20px;
  transform: translate(0, 5px);
  transform-style: preserve-3d;
  font-size: 15px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: var(--primary);
  border-radius: var(--radius-medium);
  padding: 0;
  min-width: 150px;
  z-index: 1;
}
.topbar .pagemenu .menu-item.parent .submenu .submenu__title {
  display: block;
  padding: 0.4em 1.1em;
  font-size: var(--font-base);
  background: var(--primary);
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.topbar .pagemenu .menu-item.parent .submenu li {
  margin-right: 0;
}
.topbar .pagemenu .menu-item.parent .submenu li a {
  display: block;
  padding: 0.4em 1.1em;
  background: var(--primary-light);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.topbar .pagemenu .menu-item.parent .submenu li a:hover {
  background: var(--primary);
}
.topbar .pagemenu .menu-item.parent .submenu li a:after, .topbar .pagemenu .menu-item.parent .submenu li a:before {
  display: none;
}
.topbar .pagemenu .menu-item.parent .submenu li:last-of-type a {
  border-radius: 0 0 var(--radius-small) var(--radius-small);
  padding-bottom: 0.6em;
}
.topbar .pagemenu .menu-item.parent .submenu:before {
  content: "";
  position: absolute;
  bottom: 99.6%;
  left: 21px;
  width: 0;
  height: 0;
  transform: translate(0, 5px);
  transition: all 0.3s ease;
  border-style: solid;
  border-width: 0 7.5px 5px 7.5px;
  border-color: transparent transparent var(--primary) transparent;
  visibility: hidden;
}
.topbar .pagemenu .menu-item.parent .submenu .submenu__childmenu a {
  color: #fff;
  font-size: 15px;
}
.topbar .pagemenu .menu-item.parent .submenu .submenu__childmenu i {
  margin-right: 8px;
}
.topbar .pagemenu .menu-item.parent .submenu .submenu__childmenu span + .name {
  margin-left: 8px;
}
.topbar .pagemenu .menu-item.parent:hover .submenu:before, .topbar .pagemenu .menu-item.parent:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transform: translate(0, 0);
}

.content-area {
  grid-area: content-area;
  padding-top: 50px;
  /* test af ny padding */
  padding-top: 20px;
}
@media (max-width: 991px) {
  .content-area {
    padding-top: 10px;
  }
}

.userarea {
  display: flex;
  margin-left: auto;
  align-items: center;
  position: relative;
  z-index: 10;
}
.userarea__search {
  position: relative;
  margin-right: -10px;
}
.userarea__search:hover input {
  opacity: 1;
  pointer-events: all;
  width: 200px;
}
.userarea__search button {
  padding: 0;
  font-size: var(--font-title-tiny);
  background-color: transparent;
  border: none;
  color: var(--gray);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.userarea__search input {
  margin-right: -10px;
  height: 45px;
  padding: 0px 50px 0 20px;
  border: none;
  border-radius: 35px;
  opacity: 0;
  pointer-events: none;
  transition: ease 0.1s;
  width: 50px;
}
@media (max-width: 991px) {
  .userarea__search input {
    display: none;
  }
}
.userarea__search input:focus {
  opacity: 1;
  pointer-events: all;
  width: 200px;
}
.userarea__user {
  display: grid;
  grid-template-areas: "user-name user-image" "user-company user-image";
  position: relative;
  margin-left: 45px;
}
@media (max-width: 991px) {
  .userarea__user {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .userarea__user {
    grid-template-areas: "user-image";
    margin-left: 5px;
  }
}
.userarea__user::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f142";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--font-title);
  color: var(--gray);
  transition: opacity 0.1s 0.1s;
}
@media (max-width: 767px) {
  .userarea__user::after {
    right: -10px;
  }
}
.userarea__user:hover::after {
  opacity: 0;
  transition: opacity 0.1s 0s;
}
.userarea__user__name {
  grid-area: user-name;
  font-size: var(-font-title-small);
  text-decoration: none;
  font-weight: 600;
  color: var(--gray-6);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .userarea__user__name {
    display: none;
  }
}
.userarea__user__company {
  grid-area: user-company;
  text-align: right;
  font-size: var(---font-small);
  color: var(--gray);
  text-decoration: none;
}
@media (max-width: 767px) {
  .userarea__user__company {
    display: none;
  }
}
.userarea__user__image {
  grid-area: user-image;
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 50%;
  background-color: var(--gray-2);
  border: solid 1px var(--white);
}
@media (max-width: 991px) {
  .userarea__user__image {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .userarea__user__image {
    margin-left: 10px;
  }
}
.userarea__user__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.userarea__user__nav {
  position: absolute;
  top: -20px;
  padding: 100px 20px 20px;
  background-color: var(--white);
  z-index: -1;
  margin: 0;
  width: calc(100% + 40px);
  left: -20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px);
  transition: transform 0.1s, opacity 0.1s;
  box-shadow: var(--shadow);
}
@media (max-width: 767px) {
  .userarea__user__nav {
    right: -10px;
    left: auto;
    z-index: 1;
    width: auto;
    min-width: calc(100% + 20px);
    padding: 20px;
  }
}
.userarea__user:hover .userarea__user__nav {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.userarea__user__nav .menu-item {
  width: 100%;
}
.userarea .notification-area {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 35px;
}
@media (max-width: 991px) {
  .userarea .notification-area {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .userarea .notification-area {
    margin-left: 15px;
  }
}
.userarea .notification-area .counter {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  margin-right: 3px;
  font-size: var(--font-small);
  line-height: 0;
}
.userarea .notification-area i {
  font-size: var(--font-title-tiny);
  color: var(--gray);
}
.userarea .notification-area .notification-center {
  display: none;
}
.userarea .notification-area.faded + .notification-area {
  margin-left: 16px;
}
.userarea__toggle {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.StamdataV2 .Cockpit,
.StamdataV2 .table,
.StamdataV2 .WPDataTable,
.StamdataV2 .list-group {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.postit .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 2em;
  border: 1px solid #eaeaea;
  background: #f9f9f9;
  opacity: 0;
  visibility: hidden;
}
.postit .filters.on {
  opacity: 1;
  visibility: visible;
}
.postit .filters .filterGroup {
  display: flex;
  align-items: center;
  margin-right: 2em;
  padding-right: 1.3em;
  border-right: 1px solid #eaeaea;
}
.postit .filters .filterGroup:last-of-type {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
.postit .filters .filterGroup > .title {
  font-weight: 600;
  margin-right: 1.5em;
}
.postit .filters .actions {
  display: flex;
  margin-left: auto;
}
.postit .filter {
  margin-right: 1em;
  position: relative;
}
.postit .filter input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
.postit .filter textarea,
.postit .filter select {
  background: var(--white);
}
.postit .filter.small {
  font-size: inherit !important;
}
.postit .filter.small .SumoSelect {
  width: 115px;
}
.postit .filter.medium .SumoSelect {
  width: 190px;
}
.postit .filter.large .SumoSelect {
  width: 250px;
}
.postit .filter.fluid {
  margin-right: 0;
  /*font-size: 1.4rem;*/
}
.postit .filter.fluid .SumoSelect {
  width: 100%;
}
.postit .filter.auto .SumoSelect {
  width: auto;
}
.postit .filter.deactivated .SumoSelect {
  pointer-events: none;
  opacity: 0.4;
}
.postit .filter > .title {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.postit .filter > .title a {
  color: var(--primary);
  cursor: pointer;
  transition: color 0.2s ease;
}
.postit .filter > .title a.active {
  font-weight: 800;
}
.postit .filter > .title a:focus, .postit .filter > .title a:hover {
  color: var(--primary-lighter);
  text-decoration: none;
}
.postit .filter #txtDate {
  border: 1px solid #ececec;
  box-shadow: 1px 1px 2px #f1f1f1;
  background-color: #fff;
  border-radius: var(--radius-small);
  min-height: 14px;
  padding: 5px 8px;
}
.postit .filter.off {
  display: none;
}
.postit .filter__clear {
  position: absolute;
  right: 0;
  top: 1px;
  border: none;
  background: none;
  z-index: 1;
  font-size: 10px;
  cursor: pointer;
  color: var(--red);
}
.postit .filter__clear:focus {
  outline: none;
}
.postit .views {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  position: relative;
  flex-grow: 1;
}
.postit .views .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 1em;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  transform-origin: center;
  transition: all 0.5s ease;
}
.postit .views .loader i {
  color: #303030;
  transform-origin: center;
  font-size: 2rem;
}
.postit .views .loader svg {
  width: 50px;
  height: 50px;
  fill: #303030;
}
.postit .views .loader.show {
  visibility: visible;
  opacity: 1;
}
.postit div.cards {
  min-height: 51px;
  padding: 1em;
  flex-grow: 1;
}
.postit div.cards .card {
  position: relative;
  background: #f9f9f9;
  margin-bottom: 1em;
  transition: box-shadow 0.2s ease, transform 0.5s ease, border-color 0.2s ease;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 1px solid transparent;
  max-width: 100%;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
}
.postit div.cards .card:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e6e6e6;
}
.postit div.cards .card:last-of-type {
  margin-bottom: 0;
}
.postit div.cards .card .header {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5em 1em;
  min-height: 53px;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  /*border-radius: 0.15em;*/
}
.postit div.cards .card .header .statusBar {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #000 transparent transparent transparent;
  content: "";
  transition: border-color 0.2s ease;
}
.postit div.cards .card .header .info {
  width: calc(100% - 34px);
  padding-right: 12px;
}
.postit div.cards .card .header .info span.title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.05em;
  margin-bottom: 0.1em;
  word-break: break-word;
}
.postit div.cards .card .header .info span.reference {
  display: inline-block;
  font-size: 11px;
  opacity: 0.5;
  line-height: 1.6em;
  text-transform: uppercase;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.postit div.cards .card .header .employee {
  position: relative;
  top: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  /*overflow: hidden;*/
  border-radius: 50%;
  border: 1px solid #cecece;
  /*background: #efefef;*/
}
.postit div.cards .card .header .employee .progressWrap {
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -2px;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  font-size: 1rem;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s ease 0.1s;
  opacity: 0;
}
.postit div.cards .card .header .employee svg {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 2;
  top: -13px;
  left: -13px;
}
.postit div.cards .card .header .employee svg .bg {
  stroke: #dedede;
}
.postit div.cards .card .header .employee svg .meter {
  stroke: #769296;
}
.postit div.cards .card .header .employee svg path {
  will-change: auto;
  stroke-width: 15px;
  stroke-miterlimit: round;
  transition: stroke-dashoffset 850ms ease-in-out;
}
.postit div.cards .card .header .employee img {
  max-width: 100%;
  width: 100%;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.postit div.cards .card .header .employee .imgHolder .img,
.postit div.cards .card .header .employee .imgHolder {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.postit div.cards .card .header .employee span {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}
.postit div.cards .card .header .employee .hours {
  font-size: 13px;
}
.postit div.cards .card .header .employee:hover .progressWrap {
  opacity: 0.9;
}
.postit div.cards .card .header i.warning {
  position: absolute;
  bottom: -5px;
  font-size: 0.9rem;
  color: #ff4747;
  z-index: 3;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  text-shadow: 0px 0px 4px #fff;
}
.postit div.cards .card .header i.warning.semi {
  color: #fb993c;
}
.postit div.cards .card .header i.warning:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 1px;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 17px 15px;
  border-color: transparent transparent #ffffff transparent;
  z-index: -1;
}
.postit div.cards .card .progressBar {
  height: 6px;
  border: 1px solid #cecece;
  border-left: none;
  border-right: none;
}
.postit div.cards .card .progressBar .progessSlider {
  height: 4px;
  width: 45%;
  background: #e0e0e0;
}
.postit div.cards .card .details {
  display: none;
  padding: 0.5em 1em;
  font-size: 0.9rem;
  background: #f5f5f5;
}
.postit div.cards .card .details .date {
  display: flex;
}
.postit div.cards .card .details .date > div {
  margin-right: 1em;
}
.postit div.cards .card .details .date > div:last-of-type {
  margin-right: 0;
}
.postit div.cards .card .details i {
  margin-right: 3px;
}
.postit div.cards .card .details i.expired {
  color: #ff4747;
}
.postit div.cards .card .details p {
  margin-bottom: 0;
}
.postit div.cards .card.expand .header {
  border-radius: 0 var(--radius-small) 0 0;
}
.postit div.cards .card.expand .details {
  display: block;
  border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.postit div.cards .card[data-status=registreret] {
  /*.header {
              background: #98c3de;
              color: #fff;

              &:hover {
                  background: darken(#98c3de, 3%);
              }
          }*/
}
.postit div.cards .card[data-status=registreret] .header:before {
  border-color: #98c3de transparent transparent transparent;
}
.postit div.cards .card[data-status=aktiv] {
  /*.header {
              background: #7fd083;
              color: #fff;

              &:hover {
                  background: darken(#7fd083, 3%);
              }
          }*/
}
.postit div.cards .card[data-status=aktiv] .header:before {
  border-color: #7fd083 transparent transparent transparent;
}
.postit div.cards .card[data-status=afventer] .header:before {
  border-color: #eae74f transparent transparent transparent;
}
.postit div.cards .ui-sortable-helper {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4) !important;
  /*transform: scale(1.02);*/
}
.postit div.cards .ui-sortable-helper.right {
  transform: rotate(2deg);
}
.postit div.cards .ui-sortable-helper.left {
  transform: rotate(-2deg);
}
.postit div.cards .ui-sortable-placeholder {
  background: none;
  border: 1px dashed #bfbfbf;
  visibility: visible !important;
  box-shadow: none;
}
.postit div.cards .ui-sortable-placeholder:before {
  background: none !important;
}
.postit .view {
  transition: all 1s ease;
}
.postit .view.kanban {
  display: flex;
  opacity: 0;
  visibility: hidden;
}
.postit .view.kanban .step {
  display: flex;
  flex-direction: column;
  border: 1px solid #d6d6d6;
  background: #f1f1f1;
  border-right: none;
  width: 100%;
}
.postit .view.kanban .step.col1-2 {
  width: 50%;
}
.postit .view.kanban .step.col1-3 {
  width: calc(100% / 3);
}
.postit .view.kanban .step.col1-4 {
  width: 25%;
}
.postit .view.kanban .step.col1-5 {
  width: 20%;
}
.postit .view.kanban .step:last-of-type {
  border-right: 1px solid #d6d6d6;
}
.postit .view.kanban .step div.title {
  display: flex;
  justify-content: center;
  padding: 1em;
  border-bottom: 1px solid #d6d6d6;
  background: #f9f9f9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
}
.postit .view.kanban .step div.title span {
  font-weight: 600;
  font-size: 1.1rem;
  font-size: var(--font-large);
}
.postit .view.list {
  opacity: 0;
  visibility: hidden;
}
.postit .view.list div.cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #d6d6d6;
  background: #f1f1f1;
}
.postit .view.list div.cards .activitywrap {
  width: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-top: 1em;
}
.postit .view.list div.cards .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  border: none;
  border-top: 1px solid #ececec;
  transition: background 0.2s ease;
  cursor: pointer;
}
.postit .view.list div.cards .card > div {
  padding: 0.7em 1em;
}
.postit .view.list div.cards .card.expand {
  width: 100%;
}
.postit .view.list div.cards .card .checkwrap {
  position: relative;
  width: 50px;
  height: 40px;
  flex-shrink: 0;
  border-right: 1px solid #f1f1f1;
}
.postit .view.list div.cards .card .checkwrap .lnkCheckReset,
.postit .view.list div.cards .card .checkwrap .lnkCheckDone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f9f9f9;
  border: 1px dashed #c1c1c1;
  color: #d6d6d6;
  cursor: pointer;
  transition: all 0.2s ease;
}
.postit .view.list div.cards .card .checkwrap .lnkCheckReset i,
.postit .view.list div.cards .card .checkwrap .lnkCheckDone i {
  font-size: 1rem;
}
.postit .view.list div.cards .card .checkwrap .lnkCheckReset:hover,
.postit .view.list div.cards .card .checkwrap .lnkCheckDone:hover {
  border: 1px dashed #8f8f8f;
  color: var(--green);
  text-decoration: none;
}
.postit .view.list div.cards .card .checkwrap .lnkCheckReset {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.postit .view.list div.cards .card .checkwrap .lnkCheckReset:hover {
  color: #fff;
  border-color: var(--green);
}
.postit .view.list div.cards .card .checkwrap a.off {
  visibility: hidden;
  opacity: 0;
}
.postit .view.list div.cards .card .titlewrap {
  width: 400px;
  flex: 0 0 auto;
  margin-right: 1em;
}
.postit .view.list div.cards .card .titlewrap span {
  /*font-weight: 600;*/
  font-size: 1rem;
}
.postit .view.list div.cards .card .refwrap {
  width: 350px;
  flex: 0 1 auto;
  margin-right: 1em;
  opacity: 0.8;
}
.postit .view.list div.cards .card .employee {
  width: 120px;
  margin-right: 1em;
  opacity: 0.8;
}
.postit .view.list div.cards .card .employee img {
  border-radius: 50%;
  max-width: 30px;
  max-height: 30px;
  border: 1px solid #e0e0e0;
}
.postit .view.list div.cards .card .employee span {
  text-transform: uppercase;
}
.postit .view.list div.cards .card .details {
  border-radius: 0;
  background: none;
  padding: 0;
  flex: 1 1 auto;
  opacity: 0.8;
  margin-left: auto;
  padding: 0.7em 1em;
  font-size: 0.9rem;
}
.postit .view.list div.cards .card.faded .titlewrap,
.postit .view.list div.cards .card.faded .refwrap,
.postit .view.list div.cards .card.faded .employee,
.postit .view.list div.cards .card.faded .details {
  opacity: 0.4;
}
.postit .view.list div.cards .card:hover {
  background: #f7f7f7;
}
.postit .view.list div.cards .card[data-level="6110"] {
  /*margin-top: 1em;*/
  background: #ebf4f9;
}
.postit .view.list div.cards .card[data-level="6110"] .titlewrap {
  width: 450px;
}
.postit .view.list div.cards .card[data-level="6110"] .titlewrap span {
  font-weight: 500;
  font-size: 1.1rem;
}
.postit .view.list .header {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.postit .view.list .header > div {
  padding: 0.7em 1em;
}
.postit .view.list .header .status {
  width: 50px;
}
.postit .view.list .header .title {
  width: 400px;
  flex: 0 0 auto;
  margin-right: 1em;
}
.postit .view.list .header.nostatus .title {
  width: 450px;
}
.postit .view.list .header .ref {
  width: 350px;
  flex: 0 1 auto;
  margin-right: 1em;
}
.postit .view.list .header .employee {
  width: 120px;
  margin-right: 1em;
}
.postit .view.list .header .details {
  display: none;
  margin-right: auto;
}
.postit .view.list.expand .header {
  width: 100%;
}
.postit .view.list.expand .header .details {
  display: block;
}
.postit .view.list.expand div.cards .activitywrap {
  width: 100%;
}
.postit .view.week {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  opacity: 0;
  visibility: hidden;
}
.postit .view.week .header {
  display: flex;
  flex-wrap: wrap;
}
.postit .view.week .header .step {
  background: #f1f1f1;
  border: 1px solid #cecece;
  border-right: none;
  padding: 0.6em 1em;
  text-align: center;
}
.postit .view.week .header .step:last-of-type {
  border-right: 1px solid #cecece;
}
.postit .view.week .header .step span {
  font-weight: 600;
}
.postit .view.week .step {
  width: calc((100% - 130px) / 6);
}
.postit .view.week .firststep {
  width: 130px;
}
.postit .view.week .tasksWrap {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.postit .view.week .employeeRow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.postit .view.week .employeeRow .step {
  border-left: 1px solid #cecece;
  /*padding: 0.6em 1em;*/
  text-align: center;
  background: #fff;
}
.postit .view.week .employeeRow .step:last-of-type {
  border-right: 1px solid #cecece;
}
.postit .view.week .employeeRow .latetasksWrap .card {
  background-color: #ff8a8a !important;
}
.postit .view.week .employeeRow .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 42px;
  background: #f7f7f7;
  /*margin-bottom:0.5em;*/
  text-align: left;
  margin: 0.7em;
  padding: 0.3em 0.7em;
  border-radius: var(--radius-small);
  cursor: pointer;
}
.postit .view.week .employeeRow .card .reference,
.postit .view.week .employeeRow .card .title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  /*text-shadow: 0px 0px 1px #3a3a3a;*/
}
.postit .view.week .employeeRow .card .title {
  font-weight: 600;
  font-size: 0.9rem;
}
.postit .view.week .employeeRow .card .reference {
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}
.postit .view.week .employeeRow .card.first {
  margin-right: 0;
  border-radius: var(--radius-small) 0 0 var(--radius-small);
}
.postit .view.week .employeeRow .card.inbetween {
  margin-left: 0;
  margin-right: 0;
  padding-left: calc(0.7em * 2);
  border-radius: 0;
}
.postit .view.week .employeeRow .card.last {
  margin-left: 0;
  padding-left: calc(0.7em * 2);
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
}
.postit .view.week .employeeRow .card.first.last {
  margin-left: 0.7em;
  margin-right: 0.7em;
  padding-left: 0.7em;
  border-radius: var(--radius-small);
}
.postit .view.week .employeeRow .card.bump {
  margin-top: 42px;
}
.postit .view.week .employeeRow .employee {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0 0.3em;
}
.postit .view.week .employeeRow .employee .name {
  font-size: 0.7rem;
}
.postit .view.week .employeeRow .employee .image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  /*width: 28px;
  height: 28px;*/
  border-radius: 50%;
  border: 1px solid #cecece;
  background: #efefef;
  flex: 0 0 auto;
  margin-bottom: 0.2em;
  overflow: hidden;
}
.postit .view.week .employeeRow .employee .image i {
  font-size: 1.3rem;
  color: #9c9c9c;
}
.postit .view.week .employeeRow .employee .image img {
  width: 100%;
  height: auto;
  /*border-radius: 50%;*/
}
.postit .view.week .employeeRow .weekday:not(:nth-of-type(3)) .card.inbetween {
  position: relative;
  left: -1px;
  width: calc(100% + 1px);
}
.postit .view.week .employeeRow .weekday:not(:nth-of-type(3)) .card.last {
  position: relative;
  left: -1px;
  width: auto;
}
.postit .view.week .employeeRow .weekday.step.today {
  background: #f5f5f5;
}
.postit .view.week .employeesWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.postit .view.week .weekdayWrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 130px);
}
.postit .view.fadeIn {
  opacity: 1;
  visibility: visible;
}
.postit .legends {
  display: flex;
  justify-content: flex-start;
  margin: 0 0.5em;
  padding: 0.6em 0 0;
}
.postit .legends .legend {
  margin-right: 1em;
}
.postit .legends .legend .color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 21%;
  margin-right: 0.3em;
}
.postit .legends .legend .text {
  font-size: 0.8rem;
  position: relative;
  top: -1px;
}
.postit .updateWrap {
  font-size: 0.8rem;
}
.postit .updateWrap .text {
  margin: 0 0 0 0.3em;
  position: relative;
  top: -3px;
  cursor: pointer;
  font-weight: 600;
}
.postit .legends .updateWrap {
  margin-left: auto;
}
.postit .views > .updateWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.6em 0;
}
.postit .views > .updateWrap .autoUpdate {
  margin: 0;
}
.postit .views > .updateWrap .text {
  top: -1px;
}
.postit .quicklinks {
  display: flex;
  min-height: 35px;
}
.postit .quicklinks .infofields {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  top: -0.5em;
  max-width: 150px;
  margin-left: 2em;
  min-height: 35px;
}
.postit .quicklinks .infofield {
  font-size: 0.85rem;
  display: block;
  text-align: right;
  font-weight: 400;
  line-height: 1.2em;
  height: 14px;
}
.postit .quicklinks .infofield:nth-of-type(2) {
  border-top: 1px solid #f3f3f3;
  padding-top: 0.1em;
  margin-top: 0.1em;
}
.postit .quicklinks .infofield a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  opacity: 0.5;
}
.postit .quicklinks .infofield a:hover {
  text-decoration: none;
  opacity: 1;
}
.postit .quicklinks .infofield span {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  /*position: relative;
  top: 0.13em;*/
  opacity: 0.5;
}
.postit #popCreateActivity.modal-wrap-V3,
.postit #popCreateTask.modal-wrap-V3 {
  /*.modal-V3 {
      height: 600px;
  }*/
}
.postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity {
  position: absolute;
  right: 17px;
  transform: translateY(0);
  font-size: 0.8rem;
  z-index: 1;
}
.postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity:hover,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity:hover {
  text-decoration: none;
}
.postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity:before, .postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity:after,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity:before,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity:after {
  color: #cecece;
  font-size: 0.9rem;
}
.postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity:before,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity:before {
  content: "(";
  margin-right: 2px;
}
.postit #popCreateActivity.modal-wrap-V3 a.lnkCreateNewActivity:after,
.postit #popCreateTask.modal-wrap-V3 a.lnkCreateNewActivity:after {
  content: ")";
  margin-left: 2px;
}
.postit #popCreateActivityFromTemplate.modal-wrap-V3 .modal-V3 {
  height: 360px;
}
.postit .SumoSelect > .CaptionCont {
  border: 1px solid #ececec !important;
  box-shadow: 1px 1px 2px #f1f1f1 !important;
  background-color: #fff;
  border-radius: var(--radius-small);
  cursor: pointer;
}
.postit .SumoSelect .OptWrapper {
  border-radius: var(--radius-small);
  border-color: #e8e8e8;
}
.postit .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #f9f9f9;
}

.modal-wrap-V3.card.isTemplate .lnkAddTemplate:nth-of-type(1) {
  display: none;
}
.modal-wrap-V3.card.isTemplate .lnkAddTemplate:nth-of-type(2) {
  display: inline-block !important;
  position: relative;
}
.modal-wrap-V3.card#popViewTask .modal-V3 {
  height: 840px;
}
.modal-wrap-V3.card#popViewTask .right input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
.modal-wrap-V3.card#popViewTask .right textarea,
.modal-wrap-V3.card#popViewTask .right select {
  background: var(--white);
}
.modal-wrap-V3.card#popViewTask .modal-V3 .content .left {
  max-height: 779px;
}
.modal-wrap-V3.card#popViewTask .modal-V3 .content .left input[fieldname=Tekst] {
  width: calc(100% - 140px);
}
.modal-wrap-V3.card#popViewActivity .modal-V3 .content .left input[fieldname=Tekst] {
  width: calc(100% - 73px);
}

#popViewActivity .lnkClose,
#popViewTask .lnkClose {
  color: #555;
}

.fieldgroup {
  margin-bottom: 1em;
}

.field textarea,
.field select,
.field input {
  padding: 7px 8px;
  border: 1px solid #e8e8e8;
  background: #fdfdfd;
}
.field label {
  display: block;
}

.btn-group #btnCreateActivityFromTemplate {
  display: flex;
  position: absolute;
  top: 32px;
  right: 0;
  /*left: 0;*/
  font-size: 0.8rem;
  height: 25px;
}
.btn-group #btnCreateActivityFromTemplate i,
.btn-group #btnCreateActivityFromTemplate span {
  height: 25px;
}
.btn-group #btnCreateActivityFromTemplate i {
  background: #326d3a;
  flex: 0 0 auto;
}
.btn-group #btnCreateActivityFromTemplate span {
  background: #398f45;
  padding: 0.6em 1.4em;
  flex: 1 0 auto;
}
.btn-group:hover .btn--small.icon:first-of-type {
  border-radius: var(--radius-small) var(--radius-small) 0 var(--radius-small);
}
.btn-group:hover .btn--small.icon:nth-of-type(2) {
  border-radius: 0 0 var(--radius-small) var(--radius-small);
}
.btn-group:hover #btnCreateActivityFromTemplate {
  opacity: 1;
  visibility: visible;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.SumoSelect > .CaptionCont > span {
  pointer-events: none;
}

#popCreateActivityFromTemplate .CaptionCont label {
  margin-top: 0;
}

/*html:fullscreen #navbar {
    display: none !important;
}*/
#MainContentForFullScreen:-webkit-full-screen .legends {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#MainContentForFullScreen:-webkit-full-screen .legends,
#MainContentForFullScreen:-moz-full-screen .legends,
#MainContentForFullScreen:-ms-fullscreen .legends,
#MainContentForFullScreen:fullscreen .legends {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.IE .filter.date {
  top: -3px;
  position: relative;
}
.IE .filter.date #txtDate {
  height: 32px;
}
.IE .view.week .employeeRow .card .title {
  font-weight: 400;
}
.IE .view.week .employeeRow .card .reference {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.ui-dialog {
  z-index: 1200;
}

.taglistWrap {
  position: absolute;
  z-index: 3;
  width: 200px;
  height: 100px;
  background: yellow;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1371px;
}

.mfp-iframe {
  background: #fff !important;
}

select[multiple],
select[size] {
  height: 19px;
}

.imgUploadWrap {
  margin-top: 0.6em;
  /*flex: 1 0 auto;*/
  flex: 0 0 auto;
}
.imgUploadWrap .files {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;*/
  padding-right: 0.5em;
  width: calc(100% - 120px);
}
.imgUploadWrap .files .fileWrap {
  display: inline-block;
  width: calc((99.99% - 1em) / 3);
  margin-right: 0.5em;
  margin-bottom: 0.1em;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-small);
  border: 1px dashed #cfcfcf;
  transition: border 0.2s ease;
}
.imgUploadWrap .files .fileWrap .btn {
  background: none;
  color: inherit;
  margin: 0;
}
.imgUploadWrap .files .fileWrap:hover {
  border: 1px solid #c0c0c0;
}
.imgUploadWrap .files .fileWrap:nth-of-type(3n + 3) {
  margin-right: 0;
}
.imgUploadWrap .files .fileWrap:last-of-type {
  margin-right: 0;
}
.imgUploadWrap .files .fileWrap .lnkDelete,
.imgUploadWrap .files .fileWrap .lnkDownload {
  position: absolute;
  top: 1px;
  right: 29px;
  bottom: 1px;
  width: 28px;
  z-index: 99;
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none;
}
.imgUploadWrap .files .fileWrap .lnkDelete:hover,
.imgUploadWrap .files .fileWrap .lnkDownload:hover {
  /*background: $primary;*/
  color: var(--green);
}
.imgUploadWrap .files .fileWrap .lnkDelete {
  right: 1px;
  /*background: $danger;*/
  /*transition: all 0.1s ease;*/
}
.imgUploadWrap .files .fileWrap .lnkDelete:hover {
  /*background: $danger;*/
  color: var(--red);
}
.imgUploadWrap .files .fileWrap a:focus {
  text-decoration: none;
}
.imgUploadWrap .files .fileWrap:focus .lnkDelete,
.imgUploadWrap .files .fileWrap:focus .lnkDownload, .imgUploadWrap .files .fileWrap:hover .lnkDelete,
.imgUploadWrap .files .fileWrap:hover .lnkDownload {
  opacity: 1;
  /*visibility: visible;*/
  pointer-events: all;
  /*transform: translateX(0);*/
}
.imgUploadWrap .files .file {
  display: inline-block;
  width: 100%;
  padding: 6px 55px 6px 8px;
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none;
}
.imgUploadWrap .files .file:before {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
}
.imgUploadWrap .files .file[data-type=pdf]:before {
  content: "\f1c1";
}
.imgUploadWrap .files .file[data-type=docx]:before, .imgUploadWrap .files .file[data-type=doc]:before {
  content: "\f1c2";
}
.imgUploadWrap .files .file[data-type=jpeg]:before, .imgUploadWrap .files .file[data-type=jpg]:before, .imgUploadWrap .files .file[data-type=png]:before {
  content: "\f1c5";
}
.imgUploadWrap .files .file[data-type=plain]:before, .imgUploadWrap .files .file[data-type=txt]:before {
  content: "\f15c";
}
.imgUploadWrap .files .file[data-type=xml]:before {
  content: "\f1c9";
}
.imgUploadWrap .files .file[data-type=xls]:before, .imgUploadWrap .files .file[data-type=xltx]:before, .imgUploadWrap .files .file[data-type=xlsb]:before, .imgUploadWrap .files .file[data-type=xlsm]:before, .imgUploadWrap .files .file[data-type=xlsx]:before {
  content: "\f1c3";
}
.imgUploadWrap .files .file[data-type*=zip]:before {
  content: "\f1c6";
}
.imgUploadWrap .files .file[data-type*=csv]:before {
  content: "\f6dd";
}
.imgUploadWrap .files .file[data-type*=octet-stream]:before {
  content: "\f15c";
}
.imgUploadWrap .uploader {
  width: 120px;
}
.imgUploadWrap .uploader a.btn i {
  margin-left: 3px;
}
.imgUploadWrap > .desc {
  width: 100%;
  text-align: right;
  font-size: 0.8rem;
  font-style: italic;
}

.dropzone-area.custom {
  /*border: 3px dashed transparent;*/
  outline: 3px dashed transparent;
  transition: all 0.2s ease;
}
.dropzone-area.custom.dragging {
  border-color: var(--primary);
  outline: 3px dashed var(--primary);
}
.dropzone-area.custom.dragging:after {
  content: "Slip fil(er) her";
  display: flex;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.78);
  color: var(--gray-6);
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  pointer-events: none;
}
.dropzone-area.custom:after {
  content: "Slip fil(er) her";
  display: flex;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.78);
  color: var(--gray-6);
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.dropzone-area.custom.dz-drag-hover {
  border-color: var(--primary);
  outline: 3px dashed var(--primary);
}
.dropzone-area.custom.dz-drag-hover:after {
  visibility: visible;
  opacity: 1;
}
.dropzone-area.custom .dz-preview {
  display: none;
}

.postit .dropzone {
  width: 100%;
  display: inline-block;
}
.postit .dropzone .btn {
  margin: 0;
  width: 100%;
}
.postit .dropzone a {
  cursor: pointer;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1371px;
}

.mfp-iframe {
  background: #fff !important;
}

.hidden {
  display: none;
}

.btn-group {
  position: relative;
}

.off {
  opacity: 0;
  visibility: hidden;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: var(--primary) !important;
}

.form-v3.fluid textarea[fieldname=Beskrivelse] ~ .input-group-addon {
  display: none;
}

#navbar {
  margin-bottom: 0;
}

#MasterContentPanel {
  padding-left: 0;
  padding-right: 0;
}

.crm {
  /*.followups table th {
      top: -26px;
  }*/
  /*.modal-wrap-V3 .modal-V3 .title {
      background: linear-gradient(90deg,$ContactCardColor 0%,$ContactCardColor2 64%,$ContactCardColor3 100%);
  }*/
}
.crm h1 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
.crm .d-flex.wrap {
  flex-wrap: wrap;
}
.crm .d-flex.align-stretch {
  align-items: stretch;
}
.crm .d-flex.direction-col {
  flex-direction: column;
}
.crm .dataTableWrap input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch), .crm .dataTableWrap textarea, .crm .dataTableWrap select {
  width: auto;
}
.crm .btn--mini {
  margin: 0;
}
.crm .fullwidth [data-main],
.crm .fullwidth .scrollAssist {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.crm h2 {
  font-size: 1rem;
  margin: 0;
  border-bottom: 1px solid #707070;
  padding: 0.34em 0em;
  font-weight: 300;
}
.crm h3 {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin: 0;
  font-weight: bold;
  color: #555;
}
.crm h3 i {
  font-size: 1.2rem;
  margin-right: 0.5em;
}
.crm .filterWrap {
  width: 300px;
  border-right: 1px solid #e8e8e8;
}
.crm .filterWrap h1 {
  padding: 1em;
  border-bottom: 1px solid #f6f6f6;
}
.crm .filterWrap > h1 {
  background: var(--gray-3);
}
.crm .filterWrap > h1 i {
  margin-right: 0.5em;
}
.crm .filterWrap .view h1 {
  position: relative;
  padding: 1em;
  background: var(--primary-light);
  color: var(--white);
  border-bottom: 1px solid var(--primary-lighter);
  cursor: pointer;
  transition: all 0.2s ease;
}
.crm .filterWrap .view h1:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0.8em;
  font-size: 1.7rem;
  color: var(--white);
  opacity: 0.3;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.crm .filterWrap .view h1 i {
  margin-right: 0.8em;
  font-size: 1.5rem;
}
.crm .filterWrap .view h1.active, .crm .filterWrap .view h1:hover {
  background: var(--primary);
}
.crm .filterWrap .view h1.active:after {
  transform: translateY(-50%) rotate(90deg);
}
.crm .filterWrap .view .filters {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 1em;
  background: var(--gray-3);
  position: relative;
}
.crm .filterWrap .view .filters .clearFilters {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 0.8rem;
  font-weight: 400;
  background: var(--primary-light);
  color: #fff;
  line-height: 1.5em;
  border: none;
  padding: 0.15em 0.6em;
  transition: background 0.2s ease;
  border-radius: var(--radius-small);
  opacity: 0;
  visibility: hidden;
}
.crm .filterWrap .view .filters .clearFilters.active {
  opacity: 1;
  visibility: visible;
}
.crm .filterWrap .view .filters .clearFilters i {
  margin-right: 0.3em;
}
.crm .filterWrap .view .filters .clearFilters:active, .crm .filterWrap .view .filters .clearFilters:focus, .crm .filterWrap .view .filters .clearFilters:hover {
  outline: none;
  background: var(--primary);
}
.crm .filterWrap .view.active {
  z-index: 1;
}
.crm .filterWrap .view.active h1 {
  background: var(--primary);
}
.crm .filterWrap .view.active h1:after {
  transform: translateY(-50%) rotate(90deg);
}
.crm .filterWrap .view.active .filters {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 1em;
}
.crm .filterWrap .filter {
  padding-bottom: 1em;
}
.crm .filterWrap .filter:first-of-type {
  padding-top: 1em;
}
.crm .filterWrap .filter label {
  font-weight: 500;
  margin: 0 0 0.15em;
}
.crm .filterWrap .filter .checkbox-toggle__checkbox[data-true-txt]::before {
  font-weight: 500;
}
.crm .filterWrap .filter input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not(#masterSearch),
.crm .filterWrap .filter textarea,
.crm .filterWrap .filter select {
  background: var(--white);
}
.crm .filterWrap .filter .SumoSelect {
  width: 100%;
}
.crm .filterWrap .filter .SumoSelect .SumoUnder {
  pointer-events: none;
}
.crm .filterWrap .filter .tags {
  flex-wrap: wrap;
}
.crm .filterWrap .filter .tag {
  background: var(--primary-lighter);
  color: var(--white);
  font-size: 0.9rem;
  margin-top: 0.4em;
  margin-right: 0.5em;
  border-radius: var(--radius-small);
}
.crm .filterWrap .filter .tag span {
  padding: 0.5em;
}
.crm .filterWrap .filter .tag i {
  padding: 0.5em;
  opacity: 0.3;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 0.85rem;
  border-radius: 0 var(--radius-small) var(--radius-small) 0;
}
.crm .filterWrap .filter .tag i:hover {
  opacity: 1;
  background: var(--primary-light);
}
.crm .contentWrap {
  position: relative;
  width: calc(100% - 300px);
  /*height: calc(100vh - 80px);*/
}
.crm .contentWrap > div {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}
.crm .contentWrap > div.active {
  visibility: visible;
  opacity: 1;
  display: block;
}
.crm .titleBarWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  border-bottom: 1px solid #e8e8e8;
  min-height: 63px;
  background: var(--gray-3);
  padding: 0.42em 0.6em 0.42em 1.5em;
}
.crm .titleBarWrap h1 i {
  margin-right: 0.5em;
}
.crm .tab-content [data-vue-content] {
  width: 100%;
}
.crm .nonSticky[data-efh-datatable] [data-main].sticky {
  /*top:auto !important;*/
  margin-bottom: 0 !important;
}
.crm .followups, .crm .tableWrap {
  width: 100%;
  flex: 1 0 auto;
}
.crm .followups div.dataTableWrap, .crm .tableWrap div.dataTableWrap {
  width: 100%;
}
.crm .followups table, .crm .tableWrap table {
  border: none;
  /*table-layout:fixed;*/
}
.crm .followups table th, .crm .tableWrap table th {
  /*position: relative;*/
  /*position: sticky;
  top: var(--frame-width);*/
  /*background: white;
  border-top: 0;*/
}
.crm .input-group {
  width: 100%;
}
.crm .contacts .no-items {
  width: 100%;
  opacity: 0.5;
}
.crm .contactCard {
  width: calc((100% - 4em) / 5);
  margin: 0.5em 1em 0.5em 0;
  box-shadow: 1px 1px 3px rgba(35, 35, 35, 0);
  transition: all 0.2s ease;
  border-radius: var(--radius);
}
.crm .contactCard:nth-of-type(5n) {
  margin-right: 0;
}
.crm .contactCard .header {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: var(--primary-light);
  padding-right: 0.6em;
  flex: 2 0 auto;
  min-height: 40px;
  border-radius: var(--radius);
  cursor: pointer;
}
.crm .contactCard .header .profile {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -1em;
  width: 35px;
  height: 35px;
  margin-bottom: -1em;
  background: #fff;
  border: 1px solid #7fbbb4;
  border-radius: 5px;
}
.crm .contactCard .header .profile i {
  font-size: 1.4rem;
  color: #505050;
}
.crm .contactCard .header .links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.crm .contactCard .header .links .tippy-content {
  white-space: nowrap;
}
.crm .contactCard .header .links .tippy-content span.value {
  cursor: text;
  padding: 0 0.5em 0 0;
}
.crm .contactCard .header .links .tippy-content a {
  display: inline-block;
  padding: 0.5em 1em;
  background: var(--primary-light);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-left: 0.5em;
  line-height: 0.7em;
  text-decoration: none;
  border-radius: var(--radius-small);
}
.crm .contactCard .header .links .tippy-content a:hover {
  background: var(--primary);
}
.crm .contactCard .header .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*width: calc(100% - 35px);*/
  color: #fff;
  flex: 1 1 auto;
  padding: 0.65em 0 0.5em 0.9em;
}
.crm .contactCard .header .text span.name {
  font-weight: 500;
  line-height: 1.05em;
}
.crm .contactCard .header .text span.desc {
  font-size: 0.8rem;
  font-style: italic;
}
.crm .contactCard .header a.edit {
  color: #fff;
  font-size: 0.9rem;
  padding: 0.3em 0.6em 0.4em 0.6em;
  cursor: pointer;
  transition: all 0.2s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
  margin-left: auto;
  /*&.hover {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
  }*/
}
.crm .contactCard .header a.edit:hover {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.crm .contactCard .info {
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  border-left: 1px solid #7fbbb4;
  border-right: 1px solid #7fbbb4;
  border-bottom: 1px solid #7fbbb4;
  /*&:last-of-type {
      border-top: 1px solid $ContactCardColor;
  }*/
}
.crm .contactCard .info .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  border-right: 1px solid #7fbbb4;
}
.crm .contactCard .info .link {
  display: flex;
  align-items: center;
  width: calc(100% - 31px);
  padding: 0.4em 0.5em;
  word-break: break-all;
}
.crm .contactCard .info .link a {
  color: #333;
  line-height: 1.2em;
  transition: color 0.2s ease;
}
.crm .contactCard .info .link a:focus, .crm .contactCard .info .link a:hover {
  color: #7fbbb4;
  text-decoration: none;
}
.crm .contactCard.placeholder {
  border-style: dashed;
  opacity: 0.4;
  align-content: center;
  text-align: center;
  justify-content: center;
  font-size: 1.1rem;
  padding: 1em;
  cursor: pointer;
  height: 270px;
  transition: opacity 0.2s ease;
}
.crm .contactCard.placeholder i {
  font-size: 1.9rem;
  margin-bottom: 0.3em;
}
.crm .contactCard.placeholder:hover {
  opacity: 0.6;
}
.crm .contactCard:hover {
  box-shadow: 1px 1px 3px rgba(35, 35, 35, 0.5);
}
.crm .contactCard:hover a.edit.hover {
  opacity: 1;
  visibility: visible;
}
.crm .lnkHideAllWrap,
.crm .lnkShowAllWrap {
  width: 100%;
  justify-content: center;
  padding: 0.5em 0;
  order: 2;
  text-transform: uppercase;
}
.crm .lnkHideAllWrap:before,
.crm .lnkShowAllWrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #d6d6d6;
  position: relative;
  top: 9px;
  z-index: 0;
}
.crm .lnkHideAllWrap .lnkHideAll,
.crm .lnkHideAllWrap .lnkShowAll,
.crm .lnkShowAllWrap .lnkHideAll,
.crm .lnkShowAllWrap .lnkShowAll {
  display: inline-block;
  padding: 0 0.8em;
  background: #fff;
  color: #afaeae;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.crm .lnkHideAllWrap .lnkHideAll:hover,
.crm .lnkHideAllWrap .lnkShowAll:hover,
.crm .lnkShowAllWrap .lnkHideAll:hover,
.crm .lnkShowAllWrap .lnkShowAll:hover {
  color: #a2a1a1;
}
.crm .searchFollowups {
  margin-left: auto;
  margin-right: 1em;
}
.crm #txtSearchFollowups {
  padding: 0.2em 0.8em 0.2em 2.7em !important;
  width: 200px !important;
  /*margin-top: 5px;*/
}
.crm .tab-pane {
  display: none;
}
.crm .tab-pane.active {
  display: block;
}
.crm .modal-wrap-V3.card .modal-V3 .content .left .quicklinks {
  right: 3em;
}
.crm .inputWrap {
  position: relative;
}
.crm .inputWrap i {
  position: absolute;
  transform: translate(16px, 10px);
}
.crm .tokenize > .tokens-container {
  background: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
}
.crm .tokenize > .tokens-container:hover, .crm .tokenize > .tokens-container:focus {
  background: #fff;
  border: 1px solid #e4e4e4;
}
.crm .tokenize > .tokens-container > .placeholder,
.crm .tokenize > .tokens-container > .token-search {
  border-color: rgba(0, 0, 0, 0);
}
.crm #popConfirmDelete p {
  margin-bottom: 0;
}
.crm #popViewCompany .modal-V3 textarea {
  height: 32px;
  overflow: hidden;
  padding: 7px;
  text-indent: 0;
  padding-right: 40px;
}
.crm .tokenize > .tokens-container > .token-search > input {
  border-color: rgba(255, 255, 255, 0);
  background: none !important;
  border: none !important;
  height: 30px !important;
}
.crm .modal-wrap-V3.card#popViewCompany .modal-V3 .content .left input[fieldname=Tekst] {
  width: calc(100% - 40px);
}
.crm .modal-wrap-V3.card#popViewCompany .modal-V3 .content .left .quicklinks a.lnkGoTo:after {
  width: 90px;
  top: -28px;
}
.crm .modal-wrap-V3.fullscreen .lnkClose {
  color: #b6b6b6;
}
.crm .modal-wrap-V3.fullscreen .lnkClose:hover {
  color: #505050;
}
.crm #divProducts {
  position: relative;
  min-height: 32px;
  transition: all 0.2s ease;
  padding: 0.3em 0.4em 0;
  border: 1px solid rgba(0, 0, 0, 0);
}
.crm #divProducts:hover, .crm #divProducts.active {
  background: #fff;
  border-color: #e4e4e4;
}
.crm #divProducts:focus {
  outline: none;
}
.crm #divProducts input[type=text]:focus {
  border: none;
}
.crm #divProducts .ui-widget-content.ui-autocomplete {
  max-height: 250px;
  overflow: auto;
  width: 100% !important;
}
.crm #divProducts .ui-widget-content.ui-autocomplete .ui-menu-item div {
  padding: 2px 5px;
  background: #fff;
}
.crm .taggle_list {
  /*float: left;*/
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.crm .taggle_list:focus {
  background: #fff;
}
.crm .taggle_input {
  border: none !important;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.crm .taggle_list li {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
}
.crm .taggle_list .taggle {
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  background: linear-gradient(90deg, #7fbbb4 0%, #6eb2aa 64%, #86bfb8 100%);
  padding: 5px 10px;
  color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.crm .taggle_list .taggle_hot {
  background: #cac8c4;
}
.crm .taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 10px;
  right: 3px;
  text-decoration: none;
  padding: 0;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}
.crm .taggle_list .taggle .close:focus {
  outline: none;
}
.crm .taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  transition: all 0.3s;
}
.crm .taggle_list .taggle:hover > .close {
  display: block;
}
.crm .taggle_list .taggle .close:hover {
  color: #555;
}
.crm .taggle_placeholder {
  position: absolute;
  color: #b5b5b5;
  font-style: italic;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity, 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.crm .taggle_input {
  padding: 4px;
  padding-left: 0;
  /*float: left;*/
  /*margin-top: -5px;*/
  background: none;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
}
.crm .taggle_input:focus {
  border: none;
  background: none;
}
.crm .taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}
.crm .form-v3.fluid div.form-group[fieldname=Tekst] {
  margin-bottom: 0;
}
.crm #popViewCompany .nav-tabs {
  border-bottom: none;
  background: #f9f9f9;
}
.crm #popViewCompany .nav-tabs > li > a i {
  margin-right: 5px;
}
.crm #popViewCompany .nav-tabs > li > a span {
  font-weight: 500;
}
.crm #popViewCompany .nav-tabs > li > a,
.crm #popViewCompany .nav-tabs > li > a,
.crm #popViewCompany .nav-tabs > li > a {
  border: none;
  border-bottom: 2px solid #f9f9f9;
  border-radius: 0;
  color: #8d8b8b;
  margin-right: 0;
  text-decoration: none;
}
.crm #popViewCompany .nav-tabs > li > a:focus,
.crm #popViewCompany .nav-tabs > li > a:hover {
  border-color: #eee;
}
.crm #popViewCompany .nav-tabs > li.active > a,
.crm #popViewCompany .nav-tabs > li.active > a:focus,
.crm #popViewCompany .nav-tabs > li.active > a:hover {
  background: none;
  border: none;
  border-bottom: 2px solid var(--primary);
  color: inherit;
  text-decoration: none;
}
.crm #popViewCompany .tab-pane {
  border: none;
  padding: 20px 0;
  border-radius: 0;
}
.crm .lnkTable {
  display: block;
  background: #7fbbb4;
  text-align: center;
  padding: 0.6em;
  margin-bottom: 1em;
  color: #fff;
  cursor: pointer;
}
.crm .lnkTable:hover {
  color: #fff;
  background: #6eb2aa;
}
.crm .lnkTable:last-of-type {
  margin-bottom: 0;
}
.crm .pnlVirkSearch {
  position: relative;
}
.crm #txtVirkSearch {
  padding-right: 90px !important;
}
.crm #btnVirkSearch {
  position: absolute;
  bottom: 4px;
  right: 4px;
  height: 28px;
  overflow: hidden;
  padding: 11px 0px;
  min-width: 60px;
}
.crm #btnVirkSearch i + span {
  padding: 0.4em 1em 0.4em 0.2em;
}
.crm #btnVirkSearch i {
  padding: 0.4em 0 0.4em 1em;
  font-weight: 600;
}
.crm #pnlVirkSearchResults {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.crm #pnlVirkSearchResults.show {
  visibility: visible;
  opacity: 1;
}
.crm .departmentWrap {
  display: flex;
  flex-direction: column;
}
.crm .departmentWrap .department {
  background: #eee;
  padding: 0.2em 0.5em;
}
.crm .departmentWrap .department .name {
  font-size: 1rem;
  font-weight: 400;
}
.crm .departmentWrap .department .name i {
  font-size: 1.3rem;
}
.crm div.dataTableWrap {
  margin-bottom: 0;
}
.crm .nav-tabs > li {
  margin-bottom: 0;
}
.crm .form-v3.fluid .form-group[fieldname=Tekst] .Ledetekst {
  display: none;
}
.crm .form-v3.fluid .form-group[fieldname=Tekst] input[type=text] {
  font-size: var(--font-title-tiny);
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
}
.crm .form-v3.fluid .form-group[fieldname=Tekst] .field-state-line {
  top: 9px;
}
.crm .modal-wrap-V3.card .modal-V3 .content .left .quicklinks {
  top: 2.6em;
  right: 2.6em;
}
.crm .tokenize > .tokens-container > .token {
  background-color: var(--primary-light);
  color: var(--white);
  border-radius: var(--radius-small);
}
.crm .tokenize > .tokens-container > .token.pending-delete {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.tippy-box {
  border-radius: var(--radius);
}

.tippy-content {
  border-radius: var(--radius);
}

[class*=" datetimepicker-dropdown"]:after {
  border-bottom: 6px solid #fff !important;
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: var(--primary-light) !important;
  background-image: none;
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  background: var(--primary-light) !important;
  color: #fff !important;
  text-shadow: none !important;
}

.datetimepicker.dropdown-menu {
  background: #fff;
}
.datetimepicker.dropdown-menu .glyphicon-arrow-right:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.datetimepicker.dropdown-menu .glyphicon-arrow-left:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.datetimepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 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: none;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

.block {
  position: relative;
  margin-bottom: 1em;
}
.block__header {
  display: flex;
  background-color: var(--white);
  padding: 10px;
}
.block__header.fixed {
  position: absolute;
  right: 0;
  z-index: 1;
}
.block__header a {
  text-decoration: none;
}
.block__header nav {
  margin-left: auto;
}
.block__header nav a {
  margin-left: 8px;
}
.block__header .spin {
  -webkit-animation: reloadspin ease-in-out 0.5s;
          animation: reloadspin ease-in-out 0.5s;
}
.block__headline {
  display: inline-block;
  font-size: var(--font-title-small);
  text-decoration: none;
  padding: 0 20px 10px;
  color: var(--gray);
}
.block__headline--small {
  font-size: var(--font-large);
  padding: 10px;
}
.block__content {
  background-color: var(--white);
}
.block__content--hidden {
  display: none;
}
@-webkit-keyframes reloadspin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes reloadspin {
  100% {
    transform: rotate(360deg);
  }
}

[data-sysfelt] {
  display: flex;
  align-items: center;
  position: relative;
}
[data-sysfelt][data-validation-message]:after {
  content: attr(data-validation-message);
  font-size: 0.8em;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(125%);
  color: white;
  background-color: red;
  border-radius: 4px;
  transition: all 0.2s;
  opacity: 0;
  padding: 3px 4px;
}
[data-sysfelt][data-validation-message]:hover:after {
  opacity: 1;
}
[data-sysfelt] .disabled {
  opacity: 0.5;
  cursor: default !important;
}
[data-sysfelt] input {
  background-color: transparent;
  border: 1px solid transparent;
  border: none;
  padding: 0.5em;
}
[data-sysfelt] input.focus {
  border: 1px solid #000;
  background-color: #fff;
  min-width: 150px;
}
[data-sysfelt] input.invalid {
  border-color: red !important;
}
[data-sysfelt] input::-webkit-inner-spin-button, [data-sysfelt] input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-sysfelt] > span:first-child, [data-sysfelt] > div:first-child, [data-sysfelt] > input:first-child, [data-sysfelt] > main {
  width: 100%;
}
[data-sysfelt] > main {
  width: 100%;
}
[data-sysfelt] [data-options] {
  display: flex;
}
[data-sysfelt] [data-options] span {
  cursor: pointer;
  padding: 0.5em;
}
[data-sysfelt] [data-autocomplete] {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: white;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow: auto;
  z-index: 2;
  width: 100%;
}
[data-sysfelt] [data-autocomplete] a {
  text-decoration: none;
  display: block;
  transition: all 0.2s;
  padding: 0.5em 1em;
}
[data-sysfelt] [data-autocomplete] a:hover {
  background-color: var(--primary);
  color: var(--white);
}
[data-sysfelt] [data-autocomplete-overlay] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}

[data-efh-datatable] {
  /* Track */
  /* Handle */
}
[data-efh-datatable] .search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px;
}
[data-efh-datatable] .search__wildcard {
  width: 250px;
}
[data-efh-datatable] .search__wildcard > input {
  margin-bottom: 4px;
}
[data-efh-datatable] .search__filter {
  display: flex;
  align-items: flex-start;
  max-width: calc(100% - 250px);
}
[data-efh-datatable] .search__filter .btn {
  min-width: 105px;
  margin-left: 20px;
  margin-right: 20px;
}
[data-efh-datatable] .search__summary {
  display: flex;
  font-size: 13px;
}
[data-efh-datatable] .search__summary:not(.active) {
  color: var(--gray-8);
}
[data-efh-datatable] .search__summaryEntry {
  padding-left: 20px;
  color: inherit;
}
[data-efh-datatable] .search__summaryEntry div {
  margin-bottom: 5px;
}
[data-efh-datatable] .search__summaryEntry span.operator {
  display: inline-block;
  margin: 0 3px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary-light);
}
[data-efh-datatable] .search__summaryEntry span.operator.special {
  font-family: monospace;
}
[data-efh-datatable] .search__summaryEntry:not(:last-of-type) {
  padding-right: 20px;
  border-right: 2px solid var(--primary);
}
[data-efh-datatable] .search .search__wildcard {
  position: relative;
}
[data-efh-datatable] .search .search__wildcard .fa-spinner {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 1;
}
[data-efh-datatable] tbody.no-text {
  font-style: italic;
  opacity: 0.5;
}
[data-efh-datatable] tr.summary {
  cursor: default;
}
[data-efh-datatable] tr.summary td {
  border-top: 1px solid var(--primary-ultra-light);
}
[data-efh-datatable] th {
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
[data-efh-datatable] th.inactive {
  cursor: default;
}
[data-efh-datatable] th:not(.inactive):hover {
  background-color: #efeeef;
}
[data-efh-datatable] td[data-type=decimal] {
  text-align: right;
}
[data-efh-datatable] td span.neg {
  color: red;
}
[data-efh-datatable] td span.pos {
  color: green;
}
[data-efh-datatable] td.actions a {
  margin-right: 10px;
  font-size: 14px;
  color: var(--primary-light);
  position: relative;
  z-index: 0;
}
[data-efh-datatable] td.actions a:after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -3px;
  left: -5px;
  border-radius: 50%;
  background: #b9b9b959;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.2s ease;
}
[data-efh-datatable] td.actions a:hover {
  color: var(--primary);
}
[data-efh-datatable] td.actions a:hover:after {
  transform: scale(1);
  opacity: 1;
}
[data-efh-datatable] td.actions a:last-of-type {
  margin-right: 0;
}
[data-efh-datatable] td.actions a i {
  pointer-events: none;
}
[data-efh-datatable] th.sortby,
[data-efh-datatable] .stickyHead.sortby {
  position: relative;
  padding-right: 30px;
}
[data-efh-datatable] th.sortby:after,
[data-efh-datatable] .stickyHead.sortby:after {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  content: "\f107";
  right: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  height: 15px;
  font-size: 16px;
}
[data-efh-datatable] th.sortby.desc:after,
[data-efh-datatable] .stickyHead.sortby.desc:after {
  content: "\f106";
}
[data-efh-datatable] tbody.no-text td {
  text-align: center;
  font-size: 1.1em;
}
[data-efh-datatable] .Clickable {
  cursor: pointer;
}
[data-efh-datatable] .list-item {
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.2s;
}
[data-efh-datatable] .list-item input {
  margin-right: 1.5em;
}
[data-efh-datatable] .list-item .handle {
  opacity: 0;
}
[data-efh-datatable] .list-item:hover .handle {
  color: #aaa;
  margin-left: auto;
  opacity: 1;
}
[data-efh-datatable] footer {
  display: flex;
  padding: 20px;
}
[data-efh-datatable] footer nav {
  display: flex;
  align-items: center;
}
[data-efh-datatable] footer nav:first-child {
  width: 100%;
}
[data-efh-datatable] footer nav:last-child {
  margin-left: auto;
}
[data-efh-datatable] footer nav:last-child label {
  white-space: nowrap;
  margin-right: 1em;
}
[data-efh-datatable] footer nav:last-child select {
  width: 57px;
  border: 1px solid var(--gray-2);
  height: 30px;
  border-radius: 3px;
  padding: 5px 0;
  text-align: right;
}
[data-efh-datatable] [data-main] {
  width: calc(100% - 20px);
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  position: relative;
}
[data-efh-datatable] [data-main].sticky {
  top: -38px;
  z-index: 0;
  margin-bottom: -38px;
}
[data-efh-datatable] .scrollAssist {
  width: calc(100% - 20px);
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: var(--frame-width);
  z-index: 1;
  cursor: pointer;
}
[data-efh-datatable] .scrollAssist__inner {
  display: flex;
  width: 100%;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead {
  display: inline-flex;
  height: 46px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  background-color: var(--primary-ultra-light);
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.2s ease;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:first-of-type {
  padding-left: 20px;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:last-of-type {
  padding-right: 20px;
}
[data-efh-datatable] .scrollAssist__inner .stickyHead:hover {
  background-color: #efeeef;
}
[data-efh-datatable] [data-main]::-webkit-scrollbar,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar {
  height: 8px;
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-track,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-track {
  background: var(--gray-3);
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-thumb,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-thumb {
  background: var(--primary-lighter);
}
[data-efh-datatable] [data-main]::-webkit-scrollbar-thumb:hover,
[data-efh-datatable] .scrollAssist::-webkit-scrollbar-thumb:hover {
  background: var(--primary-light);
}
[data-efh-datatable].slim table td {
  padding: 8px 9px;
}
[data-efh-datatable].slim footer {
  padding: 10px 0;
  font-size: 13px;
}
[data-efh-datatable].slim footer nav:last-child select {
  width: 48px;
  height: 26px;
  padding: 0;
}
[data-efh-datatable].slim footer [data-pager] .page-item a i {
  font-size: 16px;
}

[data-infocell-builder] [data-efh-datatable] [data-main] table,
.grid-dashboard [data-efh-datatable] [data-main] {
  margin-bottom: 10px;
}

[data-efh-textarea] {
  border: 1px solid red;
}
[data-efh-textarea] textarea {
  resize: none;
}

[data-infocell-builder] {
  background-color: var(--gray-2);
  padding: 20px;
  min-height: 100%;
}
[data-infocell-builder] header {
  width: 100%;
  flex-basis: 100%;
}
[data-infocell-builder] .wrapper {
  display: flex;
}
[data-infocell-builder] main {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  padding: 1em;
}
[data-infocell-builder] aside {
  padding: 1em;
  width: 300px;
}
[data-infocell-builder] aside article {
  background: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
}
[data-infocell-builder] aside article strong {
  color: #40076b;
  margin-bottom: 0.5em;
  display: block;
}
[data-infocell-builder] aside .checkbox-toggle {
  margin-top: 5px;
}
[data-infocell-builder] aside #Feltliste {
  max-height: 300px;
  overflow: auto;
}
[data-infocell-builder] aside #iconPicker {
  margin-right: 5px;
}
[data-infocell-builder] aside #icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
[data-infocell-builder] aside #icon i {
  font-size: 1.3em;
  color: var(--primary);
  margin: 0 0.5em;
}
[data-infocell-builder] aside #icon span {
  display: flex;
  flex-direction: column;
}
[data-infocell-builder] [data-infocell] {
  margin: 0 auto;
  transition: all 0.2s;
  width: 100%;
}
[data-infocell-builder] [data-infocell][data-width=MEDIUM] {
  max-width: 50%;
}
[data-infocell-builder] [data-infocell][data-width=LARGE] {
  max-width: 66%;
}
[data-infocell-builder] [data-infocell][data-width=SMALL] {
  max-width: 33%;
}

[data-infocell] {
  background: #fff;
}
[data-infocell][data-hide-background=true] {
  background-color: transparent;
}
[data-infocell] header {
  font-weight: bold;
  padding: 1em;
  text-align: center;
}

[data-pager] {
  display: flex;
  align-items: center;
}
[data-pager] .page-item {
  margin-right: 5px;
}
[data-pager] .page-item a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2px 7px;
  text-decoration: none;
  border-radius: var(--radius);
  transition: background 0.3s ease;
}
[data-pager] .page-item a:hover {
  background: var(--gray-2);
}
[data-pager] .page-item a i {
  font-size: 19px;
}
[data-pager] .page-item.active a {
  background: var(--primary);
  border-radius: 8px;
  color: var(--white);
}
[data-pager] .page-item.disabled {
  opacity: 0.3;
  pointer-events: none;
}
[data-pager] .page-item.dots {
  opacity: 0.4;
  pointer-events: none;
}
[data-pager] .page-item:last-of-type {
  margin: 0;
}
[data-pager] .page-item__summary {
  margin-left: 5px;
  opacity: 0.2;
  font-size: 13px;
}

[data-notification-box] {
  display: flex;
}
[data-notification-box] .notification-area.none {
  pointer-events: none;
  opacity: 0.5;
}
[data-notification-box] .notification-area.none .counter {
  background-color: var(--gray-8);
  color: var(--gray);
}

[data-notification-list] {
  position: fixed;
  right: 2em;
  z-index: 10001;
  bottom: var(--frame-width);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 0 0 1em 0;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
[data-notification-list]::-webkit-scrollbar {
  display: none;
}

[data-notification] {
  max-width: 90vw;
  width: 350px;
  display: flex;
  min-height: 80px;
  box-shadow: 8px 8px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  margin-bottom: 10px;
  z-index: 10000;
  border-radius: 3px;
  overflow: hidden;
}
[data-notification] textarea {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
[data-notification] aside {
  color: #fff;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 60px;
  text-align: center;
  font-size: 20px;
}
[data-notification] section {
  padding: 1em;
  background: #fff;
  color: var(--gray);
  width: 100%;
  overflow: hidden;
}
[data-notification] section strong {
  font-size: var(--font-base);
  display: block;
}
[data-notification] section label {
  font-size: var(--font-small);
}
[data-notification] section div {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
  font-size: var(--font-base);
}
[data-notification] section div span {
  margin-right: auto;
  font-style: italic;
}
[data-notification] section div a {
  margin-left: 10px;
}
[data-notification].status-warn aside, [data-notification].status-warning aside {
  background-color: #ecb666;
}
[data-notification].status-default aside, [data-notification].status-primary aside, [data-notification].status-info aside {
  background-color: #40076b;
}
[data-notification].status-success aside {
  background-color: #60cb8b;
}
[data-notification].status-danger aside, [data-notification].status-error aside {
  background-color: #ec6666;
}
[data-notification] .notification-icon {
  font-style: normal;
}
[data-notification] .notification-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
[data-notification] .notification-icon.primary::after {
  content: "\f12a";
}
[data-notification] .notification-icon.danger::after {
  content: "\f071";
}
[data-notification] .notification-icon.success::after {
  content: "\f00c";
}
[data-notification] .notification-icon.default::after {
  content: "\f12a";
}
[data-notification] .notification-icon.warning::after {
  content: "\f071";
}
[data-notification].inline {
  max-width: calc(100% - 10px);
  margin-bottom: 1em;
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.notification-center {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.notification-center__footer {
  padding: 15px 0;
}

.notification-center-top {
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-picker {
  display: flex;
  position: relative;
  margin: 5px;
}
.icon-picker ? > i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.icon-picker ? > i ? + input {
  padding-left: 30px;
}
.icon-picker ? > input {
  padding: 15px;
  width: calc(100% - 60px);
  margin: 0;
  border: 0;
}
.icon-picker ? > button {
  white-space: nowrap;
  font-size: 10px;
  width: 60px;
  padding: 0;
}
.icon-picker ? #iconPicker {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

#iconPicker {
  position: relative;
  background: #f3f3f3;
}

.iconPicker__header {
  padding: 1em;
  border: 1px solid #ccc;
}

.iconPicker__header input {
  width: 100%;
  padding: 1em;
}

.iconPicker__body {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: #fff;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.14);
}

.iconPicker__icons {
  display: table;
  width: 100%;
}

.iconPicker__icons .item {
  float: left;
  width: calc(100% / 6);
  height: 40px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 0 1px #ddd;
  color: inherit;
  transition: background 0.2s ease;
}
.iconPicker__icons .item:hover {
  background: #e0e0e0;
}

.iconPicker__icons .item.selected {
  background: #ccc;
}

.iconPicker__icons .item i {
  box-sizing: content-box;
}

#iconPicker.iconOnly .iconPicker__body {
  min-width: 250px;
  left: 0;
}
#iconPicker.iconOnly .iconPicker__header {
  height: 35px;
  width: 35px;
  border: solid 1px var(--gray-7);
  border-bottom: solid 2px var(--gray-7);
  border-radius: 5px 5px 0 0;
  background-color: var(--gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker {
  color: black;
}

.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}

.cm-s-default .cm-quote {
  color: #090;
}

.cm-negative {
  color: #d44;
}

.cm-positive {
  color: #292;
}

.cm-header, .cm-strong {
  font-weight: bold;
}

.cm-em {
  font-style: italic;
}

.cm-link {
  text-decoration: underline;
}

.cm-strikethrough {
  text-decoration: line-through;
}

.cm-s-default .cm-keyword {
  color: #708;
}

.cm-s-default .cm-atom {
  color: #219;
}

.cm-s-default .cm-number {
  color: #164;
}

.cm-s-default .cm-def {
  color: #00f;
}

.cm-s-default .cm-variable-2 {
  color: #05a;
}

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085;
}

.cm-s-default .cm-comment {
  color: #a50;
}

.cm-s-default .cm-string {
  color: #a11;
}

.cm-s-default .cm-string-2 {
  color: #f50;
}

.cm-s-default .cm-meta {
  color: #555;
}

.cm-s-default .cm-qualifier {
  color: #555;
}

.cm-s-default .cm-builtin {
  color: #30a;
}

.cm-s-default .cm-bracket {
  color: #997;
}

.cm-s-default .cm-tag {
  color: #170;
}

.cm-s-default .cm-attribute {
  color: #00c;
}

.cm-s-default .cm-hr {
  color: #999;
}

.cm-s-default .cm-link {
  color: #00c;
}

.cm-s-default .cm-error {
  color: #f00;
}

.cm-invalidchar {
  color: #f00;
}

.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  font-variant-ligatures: contextual;
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.CodeMirror-rtl pre {
  direction: rtl;
}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.CodeMirror-measure pre {
  position: static;
}

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected {
  background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.CodeMirror-crosshair {
  cursor: crosshair;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}

/*
  Name:       lucario
  Author:     Raphael Amorim

  Original Lucario color scheme (https://github.com/raphamorim/lucario)
*/
.cm-s-lucario.CodeMirror, .cm-s-lucario .CodeMirror-gutters {
  background-color: #2b3e50 !important;
  color: #f8f8f2 !important;
  border: none;
}

.cm-s-lucario .CodeMirror-gutters {
  color: #2b3e50;
}

.cm-s-lucario .CodeMirror-cursor {
  border-left: solid thin #E6C845;
}

.cm-s-lucario .CodeMirror-linenumber {
  color: #f8f8f2;
}

.cm-s-lucario .CodeMirror-selected {
  background: #243443;
}

.cm-s-lucario .CodeMirror-line::-moz-selection, .cm-s-lucario .CodeMirror-line > span::-moz-selection, .cm-s-lucario .CodeMirror-line > span > span::-moz-selection {
  background: #243443;
}

.cm-s-lucario .CodeMirror-line::selection, .cm-s-lucario .CodeMirror-line > span::selection, .cm-s-lucario .CodeMirror-line > span > span::selection {
  background: #243443;
}

.cm-s-lucario .CodeMirror-line::-moz-selection, .cm-s-lucario .CodeMirror-line > span::-moz-selection, .cm-s-lucario .CodeMirror-line > span > span::-moz-selection {
  background: #243443;
}

.cm-s-lucario span.cm-comment {
  color: #5c98cd;
}

.cm-s-lucario span.cm-string, .cm-s-lucario span.cm-string-2 {
  color: #E6DB74;
}

.cm-s-lucario span.cm-number {
  color: #ca94ff;
}

.cm-s-lucario span.cm-variable {
  color: #f8f8f2;
}

.cm-s-lucario span.cm-variable-2 {
  color: #f8f8f2;
}

.cm-s-lucario span.cm-def {
  color: #72C05D;
}

.cm-s-lucario span.cm-operator {
  color: #66D9EF;
}

.cm-s-lucario span.cm-keyword {
  color: #ff6541;
}

.cm-s-lucario span.cm-atom {
  color: #bd93f9;
}

.cm-s-lucario span.cm-meta {
  color: #f8f8f2;
}

.cm-s-lucario span.cm-tag {
  color: #ff6541;
}

.cm-s-lucario span.cm-attribute {
  color: #66D9EF;
}

.cm-s-lucario span.cm-qualifier {
  color: #72C05D;
}

.cm-s-lucario span.cm-property {
  color: #f8f8f2;
}

.cm-s-lucario span.cm-builtin {
  color: #72C05D;
}

.cm-s-lucario span.cm-variable-3, .cm-s-lucario span.cm-type {
  color: #ffb86c;
}

.cm-s-lucario .CodeMirror-activeline-background {
  background: #243443;
}

.cm-s-lucario .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.grid-wrap {
  display: flex;
  flex-direction: column;
  background-color: var(--gray-2);
  min-height: calc(100vh - var(--topbar-height) - (2 * var(--frame-width)));
}
.grid-wrap > .grid-dashboard {
  margin-bottom: 100px;
}
.grid-wrap > nav {
  display: flex;
  width: 100%;
}
.grid-wrap > nav .createNew {
  margin-left: auto;
}

.grid-dashboard {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  background-color: var(--gray-2);
  margin-top: 30px;
  margin-left: 0 !important;
}
.grid-dashboard.edit-mode > div {
  border: dashed 1px var(--primary-lighter);
  padding: 20px;
}
.grid-dashboard.edit-mode > div > div {
  border: none !important;
}
.grid-dashboard > div {
  position: relative;
  grid-column: auto/span 2;
  border-radius: 3px;
}
.grid-dashboard > div.new-columns {
  background-color: var(--primary-light);
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div.new-columns:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div.new-columns > div {
  grid-template-columns: 1fr !important;
}
.grid-dashboard > div.new-columns .new-column-wrap {
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.grid-dashboard > div.new-columns .new-column-wrap__title {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
}
.grid-dashboard > div.new-columns .new-column-wrap__title i {
  margin-left: auto;
  font-size: 20px;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap .col-add-wrap-number {
  border-bottom: solid 2px var(--primary-lighter);
  margin: 0 10px;
}
.grid-dashboard > div.new-columns .new-column-wrap .col-add-wrap-settings {
  margin-top: 10px;
  color: var(--primary-lighter);
}
.grid-dashboard > div.new-columns .new-column-wrap button {
  background: none;
  border: none;
  color: var(--primary-lighter);
  outline: 0;
  cursor: pointer;
}
.grid-dashboard > div[data-bg=true] {
  background-color: #fff;
}
.grid-dashboard > div[data-bg=true] > div {
  padding: 20px;
}
.grid-dashboard > div[data-width="1/1"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/1"] > div {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/1"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/2"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/2"] > div {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/2"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/2"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/2"] > div {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/2"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/3"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/3"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/3"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/3"] > div {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/3"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/4"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/4"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/4"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/4"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/4"] > div {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/4"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/5"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/5"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/5"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/5"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/5"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/5"] > div {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/5"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/6"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/6"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/6"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/6"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/6"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/6"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/6"] > div {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/6"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/7"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/7"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/7"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/7"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/7"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/7"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/7"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/7"] > div {
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/7"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/8"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/8"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/8"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/8"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/8"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/8"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/8"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/8"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/8"] > div {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/8"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/9"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/9"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/9"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/9"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/9"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/9"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/9"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/9"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/9"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/9"] > div {
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/9"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/10"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/10"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/10"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/10"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/10"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/10"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/10"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/10"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/10"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/10"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/10"] > div {
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/10"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/11"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/11"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/11"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/11"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/11"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/11"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/11"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/11"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/11"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/11"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/11"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/11"] > div {
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/11"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/12"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/12"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/12"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/12"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/12"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/12"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/12"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/12"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/12"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/12"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/12"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/12"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/12"] > div {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/12"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/13"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/13"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/13"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/13"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/13"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/13"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/13"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/13"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/13"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/13"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/13"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/13"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/13"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/13"] > div {
  grid-template-columns: repeat(13, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/13"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/14"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/14"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/14"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/14"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/14"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/14"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/14"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/14"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/14"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/14"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/14"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/14"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/14"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/14"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/14"] > div {
  grid-template-columns: repeat(14, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/14"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/15"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/15"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/15"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/15"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/15"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/15"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/15"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/15"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/15"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/15"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/15"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/15"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/15"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/15"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/15"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/15"] > div {
  grid-template-columns: repeat(15, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/15"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/16"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/16"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/16"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/16"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/16"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/16"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/16"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/16"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/16"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/16"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/16"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/16"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/16"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/16"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/16"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/16"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/16"] > div {
  grid-template-columns: repeat(16, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/16"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/17"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/17"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/17"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/17"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/17"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/17"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/17"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/17"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/17"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/17"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/17"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/17"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/17"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/17"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/17"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/17"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/17"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/17"] > div {
  grid-template-columns: repeat(17, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/17"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/18"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/18"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/18"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/18"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/18"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/18"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/18"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/18"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/18"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/18"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/18"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/18"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/18"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/18"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/18"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/18"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/18"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/18"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/18"] > div {
  grid-template-columns: repeat(18, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/18"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/19"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/19"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/19"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/19"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/19"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/19"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/19"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/19"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/19"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/19"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/19"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/19"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/19"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/19"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/19"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/19"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/19"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/19"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="19/19"] {
  grid-column: auto/span 19;
}
.grid-dashboard > div[data-width="19/19"] > div {
  grid-template-columns: repeat(19, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="19/19"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="1/20"] {
  grid-column: auto/span 1;
}
.grid-dashboard > div[data-width="1/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="1/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="2/20"] {
  grid-column: auto/span 2;
}
.grid-dashboard > div[data-width="2/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="2/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="3/20"] {
  grid-column: auto/span 3;
}
.grid-dashboard > div[data-width="3/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="3/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="4/20"] {
  grid-column: auto/span 4;
}
.grid-dashboard > div[data-width="4/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="4/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="5/20"] {
  grid-column: auto/span 5;
}
.grid-dashboard > div[data-width="5/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="5/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="6/20"] {
  grid-column: auto/span 6;
}
.grid-dashboard > div[data-width="6/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="6/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="7/20"] {
  grid-column: auto/span 7;
}
.grid-dashboard > div[data-width="7/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="7/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="8/20"] {
  grid-column: auto/span 8;
}
.grid-dashboard > div[data-width="8/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="8/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="9/20"] {
  grid-column: auto/span 9;
}
.grid-dashboard > div[data-width="9/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="9/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="10/20"] {
  grid-column: auto/span 10;
}
.grid-dashboard > div[data-width="10/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="10/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="11/20"] {
  grid-column: auto/span 11;
}
.grid-dashboard > div[data-width="11/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="11/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="12/20"] {
  grid-column: auto/span 12;
}
.grid-dashboard > div[data-width="12/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="12/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="13/20"] {
  grid-column: auto/span 13;
}
.grid-dashboard > div[data-width="13/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="13/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="14/20"] {
  grid-column: auto/span 14;
}
.grid-dashboard > div[data-width="14/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="14/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="15/20"] {
  grid-column: auto/span 15;
}
.grid-dashboard > div[data-width="15/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="15/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="16/20"] {
  grid-column: auto/span 16;
}
.grid-dashboard > div[data-width="16/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="16/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="17/20"] {
  grid-column: auto/span 17;
}
.grid-dashboard > div[data-width="17/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="17/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="18/20"] {
  grid-column: auto/span 18;
}
.grid-dashboard > div[data-width="18/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="18/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="19/20"] {
  grid-column: auto/span 19;
}
.grid-dashboard > div[data-width="19/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="19/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-width="20/20"] {
  grid-column: auto/span 20;
}
.grid-dashboard > div[data-width="20/20"] > div {
  grid-template-columns: repeat(20, 1fr);
}
@media only screen and (max-width: 1180px) {
  .grid-dashboard > div[data-width="20/20"] {
    grid-column: auto/span 20;
  }
}
.grid-dashboard > div[data-shrink=false] {
  min-width: 250px;
}
.grid-dashboard > div .grid-options {
  position: absolute;
  right: 5px;
  bottom: 100%;
  background: var(--primary-light);
  padding: 4px 10px;
  color: var(--white);
  border-radius: 3px;
  opacity: 0;
  transition: ease 0.2s;
  font-size: 13px;
}
.grid-dashboard > div .grid-options .grid-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div .grid-options .grid-drag-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div .grid-options .fa-cog {
  cursor: pointer;
  margin-right: 5px;
}
.grid-dashboard > div .grid-options .grid-delete-col {
  margin-right: 20px;
  cursor: pointer;
}
.grid-dashboard > div:hover .grid-options {
  opacity: 1;
}
.grid-dashboard > div > div {
  width: 100%;
  /*min-height: 100px;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  row-gap: 15px;
  align-items: flex-start;
  max-width: 100%;
}
.grid-dashboard > div > div > * {
  /*min-height: 100px;*/
  display: flex;
  position: relative;
  grid-column: span 6;
}
.grid-dashboard > div > div > * > * {
  border-radius: 3px;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: auto;
}
.grid-dashboard > div > div > * > * > section .block {
  margin-bottom: 0;
  min-height: 100%;
  display: flex;
}
.grid-dashboard > div > div > * > * > section .block .block__content {
  min-height: 100%;
  width: 100%;
}
.grid-dashboard > div > div > * > * > section .block .block__content > * {
  min-height: 100px;
  height: 100%;
}
.grid-dashboard > div > div > * > .grid-item-options {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 4px 10px;
  color: var(--primary);
  border-radius: 0 0 0 3px;
  transition: ease 0.2s;
  min-height: 0;
  min-width: 0;
  font-size: 13px;
  z-index: 1;
}
.grid-dashboard > div > div > * > .grid-item-options i {
  cursor: pointer;
}
.grid-dashboard > div > div > * > .grid-item-options i + i {
  margin-left: 5px;
}
.grid-dashboard > div > div > * > .grid-item-options .grid-item-drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}
.grid-dashboard > div > div > * > .grid-item-options .grid-item-drag-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.grid-dashboard > div > div > *[data-width="1"] {
  grid-column: span 2;
}
.grid-dashboard > div > div > *[data-width="2"] {
  grid-column: span 2;
}
.grid-dashboard > div > div > *[data-width="3"] {
  grid-column: span 3;
}
.grid-dashboard > div > div > *[data-width="4"] {
  grid-column: span 4;
}
.grid-dashboard > div > div > *[data-width="5"] {
  grid-column: span 5;
}
.grid-dashboard > div > div > *[data-width="6"] {
  grid-column: span 6;
}
.grid-dashboard > div > div > *[data-height="1"] {
  grid-row: span 1;
}
.grid-dashboard > div > div > *[data-height="2"] {
  grid-row: span 2;
}
.grid-dashboard > div > div > *[data-height="3"] {
  grid-row: span 3;
}
.grid-dashboard > div > div > *[data-height="4"] {
  grid-row: span 4;
}
.grid-dashboard > div > div > *[data-height="5"] {
  grid-row: span 5;
}
.grid-dashboard > div > div > *[data-height="6"] {
  grid-row: span 6;
}
.grid-dashboard > div > div > *[data-height="7"] {
  grid-row: span 7;
}
.grid-dashboard > div > div > *[data-height="8"] {
  grid-row: span 8;
}
.grid-dashboard > div > div > *[data-height="9"] {
  grid-row: span 9;
}
.grid-dashboard > div > div > *[data-height="10"] {
  grid-row: span 10;
}
.grid-dashboard > div > div > *[data-height="11"] {
  grid-row: span 11;
}
.grid-dashboard > div > div > *[data-height="12"] {
  grid-row: span 12;
}
.grid-dashboard > div > div > *[data-height="13"] {
  grid-row: span 13;
}
.grid-dashboard > div > div > *[data-height="14"] {
  grid-row: span 14;
}
.grid-dashboard > div > div > *[data-height="15"] {
  grid-row: span 15;
}
.grid-dashboard > div > div > *[data-height="16"] {
  grid-row: span 16;
}
.grid-dashboard > div > div > *[data-height="17"] {
  grid-row: span 17;
}
.grid-dashboard > div > div > *[data-height="18"] {
  grid-row: span 18;
}
.grid-dashboard > div > div > *[data-height="19"] {
  grid-row: span 19;
}
.grid-dashboard > div > div > *[data-height="20"] {
  grid-row: span 20;
}
.grid-dashboard > div > div > *[data-stretch], .grid-dashboard > div > div > *[data-stretch] section {
  height: 100%;
}
.grid-dashboard > div > div > * h1 {
  font-size: 20px;
  text-align: center;
}
.grid-dashboard--dragging .grid-col {
  position: relative;
  overflow: hidden;
}
.grid-dashboard--dragging .grid-col > div::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.grid-dashboard--dragging .grid-col > div > * {
  z-index: 1;
}
.grid-dashboard--dragging .grid-col > div > *:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grid-dashboard--dragging .grid-col > div > *:first-of-type {
  z-index: 3;
}
.grid-dashboard--dragging .grid-col > div > *:first-of-type::after {
  display: none !important;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen {
  z-index: 4;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen + .grid-item {
  z-index: 2;
}
.grid-dashboard--dragging .grid-col > div > *.sortable-chosen::after {
  display: none !important;
}
.grid-dashboard [data-admin-nav] a {
  font-size: 1.2em;
}

.grid-placeholder {
  border: dashed 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-placeholder::before {
  content: "FØR";
}

.new-items__placeholde {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-light);
  text-align: center;
  padding: 10px;
  min-height: 100px !important;
}
.new-items__placeholde i {
  margin-bottom: 5px;
}
.new-items__placeholde__meta {
  font-size: 13px;
  color: #888;
  font-weight: 300;
  font-style: italic;
}
.new-items__placeholde__meta span:not(:first-of-type):not(:last-of-type)::after {
  content: ", ";
}

.addNew {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  background-color: var(--primary-ultra-light);
  padding: 15px;
  margin-top: auto;
  z-index: 900;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.035), 0 0px 80px rgba(0, 0, 0, 0.07);
  transform: translateY(0);
  opacity: 1;
}
.addNew .grid-dashboard {
  background-color: var(--primary-ultra-light);
  margin-top: 0;
  max-height: 270px;
  overflow: auto;
}
.addNew__tabs {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  width: 100%;
}
.addNew__tabs button {
  border: none;
  background-color: var(--primary-lighter);
  padding: 10px;
  margin-right: 3px;
  color: var(--white);
  outline: none;
  cursor: pointer;
}
.addNew__tabs button.active {
  background-color: var(--primary-ultra-light);
  color: var(--primary-light);
}
.addNew__tabs button.close {
  margin-left: auto;
  margin-right: 0;
}
.addNew__tabs button.update {
  margin-left: auto;
  margin-right: 0;
}
.addNew__tabs button.update + button.close {
  margin-left: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-enter,
.slide-leave-to {
  transform: translateY(100%);
  opacity: 0;
}

.grid-item--drag {
  cursor: -webkit-grab;
  cursor: grab;
}

/*# sourceMappingURL=main.css.map*/