body {
    background-color: #eee;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    font-size: 96px;
    line-height: 150px;
    font-weight: 300;
    letter-spacing: -5px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: -2px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}

h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 45px;
    font-weight: 400;
}

h5 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
}

a {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    text-decoration: none;
}

ul {
    padding-left: 40px;
}

label {
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.colorprimary {
    background-color: #cf003d;
    color: #fff;
}

.textcolorprimary {
    color: #fff;
}

.app-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.app-bar.monkey {
    background-color: #2095f2;
}

.app-bar.color-dark {
    color: rgba(0, 0, 0, 0.87);
}

.app-bar-title {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    margin-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}

.menu-button {
    float: left;
}

.app-bar-menu {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    background-color: transparent;
    font-family: Materialicons, sans-serif;
    color: #fff;
    font-size: 24px;
}

.app-bar-menu:hover {
    background-color: hsla(0, 0%, 100%, 0.25);
}

.nav-menu {
    left: 0px;
    top: 0px;
    background-color: hsla(0, 0%, 98%, 0);
    box-shadow: none;
}

.tab {
    padding-right: 5%;
    padding-left: 5%;
    border-bottom: 2px solid hsla(0, 0%, 100%, 0);
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.75);
    text-transform: uppercase;
}

.tab:hover {
    border-bottom-width: 2px;
    border-bottom-color: hsla(0, 0%, 100%, 0);
    color: #fff;
}

.tab.w--current {
    border-bottom-width: 2px;
    border-bottom-color: #fff;
    background-color: rgba(0, 149, 135, 0);
    color: #fff;
}

.tab.w--current:hover {
    border-bottom-width: 2px;
    border-bottom-color: #fff;
}

.tab.monkey.w--current {
    border-bottom-color: #fe5151;
}

.list-item {
    position: relative;
    padding: 0px;
}

.list-item.list-avatar01 {
    display: block;
    padding: 20px 16px 20px 24px;
}

.list-item-text-primary {
    min-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}

.list-item-text-primary.three-line-item {
    padding-bottom: 2px;
    line-height: 16px;
}

.list-item-text-secondary {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    opacity: 0.74;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.list-item-text-secondary.ellipsis {
    max-height: 25px;
}

.avatar {
    width: 44px;
    height: 44px;
    float: left;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.12);
}

.avatar.fl {
    float: left;
}

.avatar.mobidash {
    width: 48px;
    height: 48px;
    margin-top: 5px;
}

.avatar.placeholder {
    opacity: 0.25;
}

.fl {
    float: left;
}

.float-right {
    float: right;
}

.list-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.54;
    font-family: Materialicons, sans-serif;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.list-icon.icon-active {
    color: #5400da;
}

.list-icon.icon-right {
    display: inline;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
}

.pr5 {
    padding-right: 5px;
}

.list-row-primary {
    display: inline-block;
    height: 100%;
    max-width: 80%;
    margin-left: 16px;
}

.ellipsis {
    overflow: hidden;
}

.list-row-secondary {
    float: right;
    text-transform: uppercase;
}

.tabs-menu.monkey {
    background-color: #2095f2;
}

.nav-link {
    padding-right: 16px;
    padding-left: 16px;
    color: #fff;
}

.nav-link:hover {
    background-color: transparent;
}

.nav-link.w--current {
    color: #fff;
}

.infofield {
    padding: 24px 15px 64px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.fw400 {
    font-weight: 400;
}

.search-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1500;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bebebe;
    background-color: #fff;
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.35);
}

.search-field {
    padding-bottom: 0px;
    float: left;
    border-style: none;
    font-size: 16px;
}

.search-form {
    float: left;
}

.back-btn.menu01 {
    float: left;
    font-family: Materialicons, sans-serif;
    color: #009587;
}

.dialog01 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1500;
    display: none;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.65);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.dialog-bg {
    margin-top: 5%;
    margin-right: 12.5%;
    margin-left: 12.5%;
    padding: 20px 5%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.35);
    color: #757575;
    font-size: 16px;
}

.dialog-footer {
    margin-top: 20px;
    float: right;
}

.button-flat {
    min-width: 88px;
    margin-right: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 3px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.button-flat:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.button-flat.text-primary {
    color: #cf003d;
}

.button-flat.team-back {
    display: none;
    margin-top: 16px;
}

.button-flat.uikit {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-transform: lowercase;
}

.dialogs {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.settings-btn.app-bar-menu {
    display: none;
}

.settings-btn.app-bar-menu.color-dark {
    color: rgba(0, 0, 0, 0.87);
}

.dialog-heading {
    color: #353535;
}

.p10 {
    padding: 10px;
}

.mb25 {
    margin-bottom: 16px;
}

.mb25.text-align-center {
    text-align: center;
}

.navigation-drawer {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1500;
    max-width: 320px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fdfdfd;
    box-shadow: 5px 0 20px -2px rgba(0, 0, 0, 0.35);
}

.drawer-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: hsla(0, 0%, 100%, 0);
    opacity: 0.87;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.drawer-nav-link.active {
    color: #5400da;
}

.drawer-nav-link.shortcut {
    padding-right: 0px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0.54;
}

.drawer-navlink {
    display: block;
    max-height: 60px;
    border-left: 3px solid transparent;
    -webkit-transition: background-color 85ms ease;
    transition: background-color 85ms ease;
    color: rgba(0, 0, 0, 0.87);
    line-height: 48px;
}

.drawer-navlink:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.drawer-navlink.w--current {
    border-left-color: #fd3968;
    color: #fd3968;
}

.drawer-nav-subheader {
    padding-left: 24px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 48px;
    font-weight: 500;
}

.divider-menu {
    height: 1px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.12);
}

.p20 {
    padding: 20px;
}

.drawer-header {
    padding: 8px 16px;
    background-color: #5400da;
}

.drawer-header-name {
    margin-top: 8px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 22px;
    font-weight: 500;
}

.drawer-header-mail {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.drawer-header-dropdownmenu {
    padding: 5px 8px 0px;
    float: right;
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.7);
}

.drawer-header-icon {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    font-family: Materialicons, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.drawer-header-avatar {
    width: 64px;
    height: 64px;
    border-radius: 100px;
}

.cards-item {
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 1px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}

.cards-item:hover {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.35);
}

.cards-item.lvl2 {
    margin-left: 40px;
    background-color: #ebebeb;
    box-shadow: none;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
}

.cards-item-whitespace {
    min-height: 54px;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cards-item-whitespace.lvl2 {
    margin-bottom: 16px;
    margin-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #f0f0f0;
}

.cards-item-whitespace.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cards-item-title {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cards2-item-title {
    position: relative;
    left: 0px;
    top: 2px;
    right: 0px;
    bottom: 2px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
}

.cards2-header {
    padding: 16px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #f90;
    background-image: url('../images/northern-rift-valley-tanzania-1389229.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cards2-item-subheader {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.cards2-header-placeholder {
    height: 50px;
}

.content-canvas {
    height: 100%;
    background-color: #eee;
}

.content-canvas.clipping-top {
    padding-top: 20px;
    background-image: url('../images/clipping_1clipping.png');
    background-position: 50% 0px;
    background-size: 18px;
    background-repeat: repeat-x;
}

.content-canvas.clipping-bottom {
    padding-bottom: 10px;
    background-image: url('../images/clipping_bottom_1clipping_bottom.png');
    background-position: 50% 100%;
    background-size: 18px;
    background-repeat: repeat-x;
}

.content-canvas.pb25 {
    padding-bottom: 25px;
}

.content-canvas.inner-shadow {
    padding-right: 0px;
    padding-left: 0px;
}

.menu {
    display: inline-block;
    min-width: 96px;
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.menu.menu-wide {
    min-width: 350px;
}

.menu.menu02 {
    display: none;
}

.menu.appbar-right {
    position: absolute;
    top: 8px;
    right: 0px;
}

.menu-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    background-color: hsla(0, 0%, 100%, 0);
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    font-weight: 500;
}

.menu-action:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.text-disabled {
    opacity: 0.38;
}

.text-muted {
    opacity: 0.54;
    text-align: center;
}

.text-muted.fs14 {
    font-size: 14px;
}

.ib {
    display: inline-block;
}

.menu02.menu.options {
    position: relative;
    z-index: 2;
    margin-top: -8px;
}

.icon-button {
    padding: 8px 16px;
    border-radius: 50px;
    background-color: transparent;
    opacity: 1;
    font-family: Materialicons, sans-serif;
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.icon-button:hover {
    background-color: hsla(0, 0%, 60%, 0.2);
}

.bottomsheet {
    margin-right: 25px;
    margin-left: 25px;
    background-color: #fff;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
}

.bottom-sheet-header {
    padding-right: 16px;
    padding-left: 24px;
    opacity: 0.54;
    line-height: 32px;
}

.list {
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.list.light {
    background-color: hsla(0, 0%, 100%, 0.54);
    box-shadow: inset 0 6px 8px -7px rgba(0, 0, 0, 0.5);
}

.section-empty {
    min-height: 96px;
    margin-bottom: 24px;
}

.mockup-bottombar {
    position: relative;
    z-index: 1250;
    height: 36px;
    background-color: #000;
    background-image: url('../images/bg_tablet.png');
    background-position: 50% 50%;
    background-size: 255px;
    background-repeat: no-repeat;
}

.text-description {
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
}

.list-colorpalette {
    padding: 15px;
}

.text-strong {
    font-weight: 500;
}

.color-name {
    margin-bottom: 35px;
    font-weight: 500;
}

.color-shade {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.pn {
    padding: 0px;
}

.overview-grid-item {
    min-width: 150px;
    padding-top: 12px;
    padding-bottom: 5px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    color: #000;
    text-align: center;
}

.overview-grid-item:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.mbn {
    margin-bottom: 0px;
}

.grid-item2 {
    min-height: 128px;
    min-width: 128px;
    float: left;
    text-align: center;
}

.grid-item-text {
    opacity: 0.54;
    color: #000;
    font-weight: 400;
}

.grid-item {
    width: 100%;
    padding-top: 8px;
    border: 1px solid transparent;
}

.grid-item:hover {
    border-color: rgba(0, 0, 0, 0.12);
}

.list-grid {
    margin-bottom: 0px;
    padding: 16px;
}

.mockup-statusbar {
    display: block;
    height: 32px;
    background-color: #000;
    background-image: url('../images/statusbar_desktop.png');
    background-position: 100% 50%;
    background-size: 85px;
    background-repeat: no-repeat;
}

.drawer-item {
    line-height: 32px;
}

.button-fab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 7px 0px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 56px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    text-align: center;
}

.button-fab:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.button-fab.coloraccent {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #cf003d;
    background-color: transparent;
    box-shadow: none;
    color: #cf003d;
}

.button-fab.coloraccent.inactive {
    border-color: #c4c4c4;
    color: #c4c4c4;
}

.button-fab.monkey {
    position: fixed;
    right: 48px;
    bottom: 48px;
    float: right;
    background-color: #fe5151;
}

.coloraccent {
    background-color: #ff9800;
    color: #fff;
}

.fab-icon {
    display: block;
    font-family: Materialicons, sans-serif;
    font-size: 38px;
    line-height: 26px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}

.m20 {
    margin: 20px;
}

.button-raised {
    margin-right: 8px;
    border-radius: 2px;
    background-color: #5400da;
}

.button {
    min-width: 88px;
    margin-right: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 2px;
    background-color: #cf003d;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.button.raised {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}

.button.raised.color-monkey {
    background-color: #2095f2;
}

.button.dense {
    font-size: 13px;
    line-height: 16px;
}

.text-center {
    text-align: center;
}

.whitespace {
    padding: 8px;
}

.settings-mockup {
    height: 48px;
    background-image: url('../images/mockup-hint.png');
    background-position: 50% 50%;
    background-size: 360px;
    background-repeat: no-repeat;
    opacity: 1;
}

.css-class {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #3d8ce6;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.css-style {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

.tooltip {
    display: inline-block;
    margin-top: 14px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
    background-color: rgba(97, 97, 97, 0.9);
    opacity: 0.9;
    -webkit-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.content-heading2 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.list-tile {
    display: block;
    color: rgba(0, 0, 0, 0.87);
    line-height: 32px;
    font-weight: 500;
}

.divider-full {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    clear: left;
    background-color: rgba(0, 0, 0, 0.12);
}

.canvas-light {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
}

.css-tag {
    display: inline;
    padding-right: 8px;
    padding-left: 8px;
    border-style: dashed;
    border-width: 1px;
    border-color: #5400da;
}

.text-right {
    text-align: right;
}

.subheading {
    margin-top: 8px;
    margin-bottom: 8px;
    opacity: 0.74;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.body-2 {
    font-size: 14px;
}

.caption {
    opacity: 0.75;
    font-size: 12px;
}

.icon {
    display: inline-block;
    padding: 12px;
    opacity: 0.54;
    font-family: Materialicons, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.icon.dp48 {
    font-size: 48px;
    line-height: 48px;
}

.icon.icon-kpi {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 0px;
    float: right;
    background-image: url('../images/blank.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.24;
    font-size: 48px;
    text-align: center;
}

.button-fab-01 {
    position: relative;
    right: 24px;
    bottom: 24px;
    z-index: 150;
    margin-top: 8px;
    float: right;
}

.canvas-preview {
    background-color: #fafafa;
}

.navbar {
    background-color: transparent;
}

.subheader {
    padding-right: 16px;
    padding-left: 12px;
    color: rgba(0, 0, 0, 0.54);
    line-height: 48px;
}

.textcoloraccent {
    color: #fd3968;
}

.tabs-fullheight {
    height: 100%;
}

.grid-item-details {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 6px 16px;
    background-color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.grid-image {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.grid-image.dyn-grid-fix {
    position: relative;
}

.tab-fullheight {
    min-height: 500px;
}

.grid-item-caption {
    overflow: hidden;
    max-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.grid-item-caption.ellipsis {
    max-height: 20px;
}

.dashboardlogo {
    margin-right: 25px;
    padding-top: 16px;
    padding-left: 20px;
}

.numericalvalue {
    margin-top: 10px;
    color: #00bcd4;
    font-size: 40px;
}

.inner-shadow {
    box-shadow: inset 0 6px 8px -7px rgba(0, 0, 0, 0.5);
}

.full-height {
    position: relative;
    min-height: 100vh;
}

.nav-sidebar-column {
    min-height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.sidebar-nav-link {
    padding-right: 16px;
    padding-left: 24px;
    opacity: 0.87;
    line-height: 48px;
}

.column-list {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 100vh;
    box-shadow: 6px 0 8px -7px rgba(0, 0, 0, 0.5);
}

.column-list.subnav {
    position: relative;
    background-color: #fafafa;
}

.sidebar-icon {
    display: inline-block;
    margin-right: 24px;
    opacity: 0.54;
    font-family: Materialicons, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.content-full-height {
    height: 100%;
}

.cards2-item {
    min-height: 50px;
    margin-top: 12px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: box-shadow 250ms ease-out;
    transition: box-shadow 250ms ease-out;
}

.cards2-item:hover {
    box-shadow: 0 4px 8px -1px rgba(0, 0, 0, 0.25);
}

.cards-primary-area {
    padding: 8px 8px 16px 16px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.cards-item-subtitle {
    margin-top: 0px;
    opacity: 0.74;
    font-weight: 400;
}

.cards-item-subtitle.three-lines {
    overflow: hidden;
    height: 4rem;
}

.mt25 {
    margin-top: 25px;
}

.card-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.card-image.profile-picture {
    width: 50%;
    margin-top: 24px;
    border-radius: 500px;
}

.card-image.home-grid {
    height: 16vh;
    background-color: #adadad;
    background-image: url('../images/blank.svg');
    background-position: 50% 50%;
    background-size: cover;
}

.color-highlight {
    color: #5400da;
}

.app-bar-menu2 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    text-align: right;
}

.mobidash-appbar-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1050;
    display: none;
    float: left;
}

.button-icon {
    display: block;
    font-family: Materialicons, sans-serif;
    font-size: 24px;
}

.menu-iconbutton {
    height: 64px;
    padding: 0px 12px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 64px;
}

.menu-iconbutton:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.menu-iconbutton.dark {
    display: inline-block;
    color: #fff;
}

.menu-iconbutton.dark:hover {
    background-color: hsla(0, 0%, 100%, 0.12);
}

.searchfield {
    display: none;
    width: 200px;
    padding: 8px 0px;
    border-style: none none solid;
    border-bottom-width: 2px;
    border-bottom-color: hsla(0, 0%, 100%, 0.54);
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}

.searchfield:focus {
    border-bottom-color: #fff;
}

.card-icon {
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    opacity: 0.3;
}

.bg-white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-sidebar {
    width: 20%;
    background-color: #fefefe;
}

.flex-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.submit-button-2 {
    background-color: #5400da;
}

.ui-kit {
    position: fixed;
    left: auto;
    top: auto;
    right: 24px;
    bottom: 24px;
    display: none;
    padding: 16px 120px 16px 24px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.87);
    background-image: url('../images/heart.svg');
    background-position: 92% 50%;
    background-repeat: no-repeat;
    box-shadow: 0 6px 20px -3px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.ui-kit:hover {
    background-color: rgba(29, 29, 29, 0.87);
}

.text-block {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.p-relative {
    position: relative;
}

.button-outline {
    min-width: 88px;
    margin-right: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 3px;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 #000;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.button-outline:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.button-outline.text-primary {
    border: 1px solid #cf003d;
    box-shadow: none;
    color: #cf003d;
}

.button-outline.team-back {
    display: none;
    margin-top: 16px;
}

.button-outline.uikit {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    text-transform: lowercase;
}

.flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.body-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.status_audit {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
}

.status_lokal {
    display: inline-block;
    margin-top: 6px;
}

.col_buttons_right {
    min-height: 10px;
    text-align: right;
}

.tabs {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.audit {
    margin-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tailoring-notiz {
    margin-top: 10px;
}

.save-status {
    margin-top: 1px;
}

.krit-text {
    font-size: 18px;
    line-height: 150%;
}

.stufenanzeige {
    width: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.stufenanzeige.platin {
    background-color: #bebab9;
}

.stufenanzeige.gold {
    background-color: #ebbb34;
}

.stufenanzeige.silber {
    background-color: #95a6b1;
}

.stufenanzeige.silber.active {
    border-style: solid;
    border-width: 3px;
    border-color: rgba(0, 0, 0, 0.87);
    opacity: 1;
}

.stufenanzeige.bronze {
    background-color: #cd7f32;
}

.div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infoboeppel {
    position: absolute;
    left: auto;
    top: 15px;
    right: 90px;
    bottom: auto;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #0281b3;
    color: #fff;
    text-align: center;
}

.infoboeppel_content {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 136px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.83);
}

.content {
    overflow: auto;
    width: 80vw;
    height: 80vh;
    padding: 30px;
    background-color: #fff;
}

.close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #fff;
    color: #000;
    font-size: 44px;
    text-align: center;
}

.document-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}

.zert-document {
    width: 32px;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.text-block-2 {
    margin-bottom: 30px;
}

html.w-mod-js *[data-ix="slide-in-from-left"] {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-in2"] {
    opacity: 1;
}

html.w-mod-js *[data-ix="slide-in-tab-content"] {
    opacity: 0;
    -webkit-transform: translate(500px, 0px);
    -ms-transform: translate(500px, 0px);
    transform: translate(500px, 0px);
}

html.w-mod-js *[data-ix="slide-in-tab-content-2"] {
    opacity: 0;
    -webkit-transform: translate(-500px, 0px);
    -ms-transform: translate(-500px, 0px);
    transform: translate(-500px, 0px);
}

html.w-mod-js *[data-ix="image-fade-in"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="hidden-dialog-area-show-onload"] {
    display: none;
}

@media screen and (max-width: 991px) {
    p {
        font-size: 14px;
    }

    .app-bar-title {
        margin-left: 12px;
    }

    .menu-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-button.w--open {
        background-color: transparent;
    }

    .nav-menu {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1500;
        max-width: 80%;
        margin-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #fafafa;
        box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.54);
    }

    .nav-link {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 24px;
        border-left: 4px solid hsla(0, 0%, 100%, 0);
        color: rgba(0, 0, 0, 0.54);
    }

    .nav-link:hover {
        border-left-color: rgba(0, 0, 0, 0.07);
        background-color: rgba(0, 0, 0, 0.12);
    }

    .nav-link.w--current {
        border-left-color: #00bcd4;
        color: #00bcd4;
    }

    .nav-link.w--current:hover {
        border-left: 4px solid #00bcd4;
        background-color: transparent;
    }

    .drawer-nav-link.shortcut {
        display: none;
    }

    .mockup-bottombar {
        display: block;
        background-image: url('../images/bg_tablet.png');
        background-size: 255px;
    }

    .subheading {
        font-size: 16px;
    }

    .grid-image.dyn-grid-fix {
        width: 25%;
    }

    .dashboardlogo {
        padding-left: 0px;
    }

    .column-list.subnav {
        height: auto;
        min-height: 0vh;
    }

    .cards2-item {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
    }

    .mobidash-appbar-menu {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .list-item.list-avatar01 {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .list-row-primary {
        max-width: 66%;
    }

    .nav-link:hover {
        border-left-color: #ddd;
    }

    .infofield {
        margin-bottom: 56px;
    }

    .dialog-bg {
        margin-right: 5%;
        margin-left: 5%;
    }

    .button-flat.team-back {
        display: inline-block;
    }

    .dialog-heading {
        margin-top: 10px;
        font-size: 22px;
    }

    .drawer-nav-link {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
    }

    .drawer-nav-subheader {
        padding-left: 16px;
    }

    .cards-item-whitespace {
        padding: 16px;
    }

    .cards {
        width: 50%;
    }

    .menu {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .menu-action {
        line-height: 48px;
    }

    .bottomsheet {
        margin-right: 0px;
        margin-left: 0px;
    }

    .bottom-sheet-header {
        padding-left: 16px;
        line-height: 48px;
    }

    .section-empty {
        min-height: 84px;
    }

    .mockup-bottombar {
        height: 48px;
        max-height: 48px;
        background-image: url('../images/bg_mobile.png');
        background-position: 50% 50%;
        background-size: 223px;
        background-repeat: no-repeat;
    }

    .text-description {
        padding-right: 10px;
        padding-left: 10px;
    }

    .overview-grid-item {
        padding-right: 16px;
        padding-left: 16px;
    }

    .mockup-statusbar {
        position: relative;
        z-index: 2000;
        background-image: url('../images/statusbar_mobile.png');
        background-position: 100% 50%;
        background-size: 100px;
        background-repeat: no-repeat;
    }

    .button-fab.monkey {
        right: 24px;
        bottom: 24px;
    }

    .tooltip {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 32px;
        font-weight: 400;
    }

    .list-tile {
        line-height: 48px;
    }

    .button-fab-01.button-fab.coloraccent {
        right: 16px;
        bottom: 16px;
    }

    .grid-item-details {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .grid-image.dyn-grid-fix {
        width: 33%;
    }

    .sidebar-nav-link {
        padding-left: 16px;
    }

    .button-icon {
        margin-right: 0px;
    }

    .icon-on-button {
        margin-right: 8px;
        float: left;
        opacity: 0.65;
        font-family: Materialicons, sans-serif;
        font-size: 24px;
    }

    .button-outline.team-back {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .app-bar-title {
        font-size: 20px;
        font-weight: 400;
    }

    .menu-button {
        padding-right: 12px;
        padding-left: 12px;
    }

    .nav-menu {
        box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.54);
        -webkit-transition: box-shadow 250ms ease-out;
        transition: box-shadow 250ms ease-out;
    }

    .tab {
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .list-row-primary {
        max-width: 75%;
    }

    .list-row-secondary {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .infofield {
        margin-top: 16px;
    }

    .navigation-drawer {
        left: 0px;
        top: 0px;
        right: 56px;
        bottom: 0px;
        width: auto;
    }

    .cards-item-title {
        margin-top: 0px;
    }

    .cards {
        width: 100%;
    }

    .menu.menu-wide {
        min-width: 0px;
    }

    .menu02.menu.options {
        position: absolute;
    }

    .text-description {
        margin-top: 16px;
    }

    .grid-image.dyn-grid-fix {
        width: 50%;
    }
}

@font-face {
    font-family: 'Materialicons';
    src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}