/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'StockholmExergiHeadline';
    src: url("/assets/fonts/StockholmExergiHeadline.eot");
    src: url("/assets/fonts/StockholmExergiHeadline.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/StockholmExergiHeadline.woff2") format("woff2"), url("/assets/fonts/StockholmExergiHeadline.woff") format("woff"), url("/assets/fonts/StockholmExergiHeadline.ttf") format("truetype");
}

@font-face {
    font-family: 'Graphik Web';
    src: url("/assets/fonts/Graphik-SemiboldItalic-Web.eot");
    src: url("/assets/fonts/Graphik-SemiboldItalic-Web.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-SemiboldItalic-Web.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url("/assets/fonts/Graphik-RegularItalic-Web.eot");
    src: url("/assets/fonts/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Graphik-RegularItalic-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-RegularItalic-Web.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url("/assets/fonts/Graphik-Regular-Web.eot");
    src: url("/assets/fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Graphik-Regular-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url("/assets/fonts/Graphik-Semibold-Web.eot");
    src: url("/assets/fonts/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-Semibold-Web.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@keyframes dialog-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.5;
    }
}

html {
    font-size: 50%;
    font-family: "Graphik Web", "Verdana", "Helvetica", "sans-serif";
}

@media (min-width: 576px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-size: 1.6rem;
    line-height: 1.8rem;
    background: #fff;
    color: #1D2939;
}

* {
    font-family: inherit;
    box-sizing: border-box;
}

    *[hidden] {
        display: none !important;
    }

[class*=mat-] {
    font-family: "Graphik Web", "Verdana", "Helvetica", "sans-serif";
    color: #1D2939;
}

a {
    color: #3A2BB4;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

h1,
.h1 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-family: "StockholmExergiHeadline", "Verdana", "Helvetica", "sans-serif";
}

h2,
.h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
}

h3,
.h3 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

h4,
.h4 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

h5,
.h5 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}

p {
    line-height: 2.4rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    p {
        line-height: 2.2rem;
    }
}

svg {
    width: 24px;
    height: 24px;
    fill: #5F6064;
}

    svg.mdc-checkbox__checkmark {
        height: 14px !important;
    }

*:focus {
    outline: none;
}

.app-body {
    display: block;
}

@media (min-width: 1750px) {
    .app-body {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.app-body__main {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
    box-shadow: 20px 0 20px #00000016;
    max-width: calc(1200px + (4rem * 2));
    padding: 0 2rem;
}

@media (min-width: 576px) {
    .app-body__main {
        padding: 0 4rem;
    }
}

@media (min-width: 1750px) {
    .app-body__main {
        width: calc(1200px + (4rem * 2));
    }
}

@media (min-width: 576px) {
    .app-body__main {
        padding-bottom: calc(700px + (-25vw));
    }
}

@media (min-width: 768px) {
    .app-body__main {
        padding-bottom: calc(800px + (-25vw));
    }
}

@media (min-width: 1416px) {
    .app-body__main {
        padding-bottom: 446px;
    }
}

.app-body__help {
    background-color: #fff;
    width: 35rem;
    border-left: 2px solid #EBEDEE;
    position: absolute;
    height: 100%;
    overflow: auto;
    top: 0;
    right: 0;
    z-index: 1337;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1750px) {
    .app-body__help {
        box-shadow: 20px 0 20px #00000016;
        position: static;
        height: auto;
    }
}

.app-body.full-screen .app-body__main {
    background-color: transparent;
    box-shadow: none;
}

.sidenav-container {
    height: 100vh !important;
}

.sxl-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem;
}

.sxl-flex {
    display: flex;
}

.sxl-flex-column {
    flex-direction: column;
}

.sxl-content-start {
    justify-content: flex-start;
}

.sxl-content-center {
    justify-content: center;
}

.sxl-items-center {
    align-items: center;
}

.sxl-item {
    padding: 1rem;
    position: relative;
    width: calc(100vw - (100vw - 100%));
}

@media (min-width: 768px) {
    .sxl-item--2 {
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) {
    .sxl-item--3 {
        width: calc(100% / 2);
    }
}

@media (min-width: 1024px) {
    .sxl-item--3 {
        width: calc(100% / 3);
    }
}

@media (min-width: 768px) {
    .sxl-item--4 {
        width: calc(100% / 2);
    }
}

@media (min-width: 992px) {
    .sxl-item--4 {
        width: calc(100% / 3);
    }
}

@media (min-width: 1200px) {
    .sxl-item--4 {
        width: calc(100% / 4);
    }
}

.sxl-horizontal-stack > *:not(:last-child) {
    margin-right: 2rem;
}

.sxl-horizontal-stack-small > *:not(:last-child) {
    margin-right: 1rem;
}

.sxl-horizontal-stack-tiny > *:not(:last-child) {
    margin-right: 0.5rem;
}

.sxl-align-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sxl-space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media (min-width: 768px) {
    .sxl-space-between {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sxl-grow {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sxl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sxl-bar-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 575px) {
    .sxl-bar-btn-wrapper > *:not(:last-child) {
        border-right: none !important;
        border-bottom: 2px solid #fff;
    }

    .sxl-bar-btn-wrapper > *,
    .sxl-bar-btn-wrapper > * > * {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 576px) {
    .sxl-bar-btn-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sxh-hidden {
    display: none;
}

.sxh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sxh-span__nowrap {
    white-space: nowrap;
}

.sxh-bold {
    font-weight: bold;
}

.sxh-text-small {
    font-size: 1.4rem;
}

.sxh-text-tiny {
    font-size: 1.2rem;
}

.sxh-text-mp-id {
    font-size: 1.2rem;
    vertical-align: bottom;
    margin-left: 0.5rem;
}

.sxh-text-light {
    color: #87888C;
}

.sxh-button-footer {
    background: #EBEDEE;
    padding: 2rem;
}

.sxh-heading-button-header {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .sxh-heading-button-header {
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media (min-width: 768px) {
    .sxh-heading-button-header h1,
    .sxh-heading-button-header h2,
    .sxh-heading-button-header h3 {
        margin-bottom: 0;
    }
}

.sxh-capitalize {
    display: inline-block;
    text-transform: lowercase;
}

    .sxh-capitalize::first-letter {
        text-transform: capitalize;
    }

@media (max-width: 575px) {
    .sxh-tighten-in-mobile {
        margin-left: -2rem;
        margin-right: -2rem;
    }
}

.sxh-flex {
    display: -ms-flexbox;
    display: flex;
}

.sxh-icon-big {
    width: 3.4rem;
    height: 3.4rem;
}

.sxh-text-left {
    text-align: left;
}

.sxh-text-center {
    text-align: center;
}

@media (min-width: 768px) {
    .sxh-only-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .sxh-only-desktop {
        display: none;
    }
}

html .sx-button {
    background: #F6F6F6;
    padding: 1.5rem 4rem;
    line-height: 1em;
    transition: all 0.2s ease-out;
   /* border-radius: 0;*/
    border-radius: 3rem;
    border: 1px solid transparent;
    text-decoration: none;
}

html .sx-button[disabled] {
     color: #87888C;
     background: #fff;
     border: 1px dashed #D7D8DC;
}

html .sx-button[disabled]:hover {
    cursor: not-allowed;
}

html .sx-button[disabled] svg {
            fill: #D7D8DC;
}

html .sx-button--icon {
    padding: 1rem 2rem 1rem 2rem;
}

html .sx-button--icon svg {
        margin-right: 1rem;
        position: relative;
        top: -1px;
}

html .sx-button--icon-right {
    padding: 1rem 2rem;
}

    html .sx-button--icon-right svg {
        margin-left: 1rem;
    }

html .sx-button--icon-big-right {
    padding: 0.5rem 2rem;
}

    html .sx-button--icon-big-right svg {
        margin-left: 1rem;
    }

html .sx-button--blue {
    background: #3A2BB4;
    color: #fff;
}

    html .sx-button--blue svg {
        fill: #fff;
    }

html .sx-button--red {
    background: #D22800;
    color: #fff;
}

    html .sx-button--red svg {
        fill: #fff;
    }

html .sx-button--white {
    background: #fff;
}

html .sx-button--magenta {
    background: #A82293;
    color: #fff;
}

    html .sx-button--magenta svg {
        fill: #fff;
    }

html .sx-button--exit {
    float: right;
    padding: 0.8rem 0;
    width: 3rem;
    min-width: 4rem;
    height: 4rem;
}

html .sx-button--wide {
    padding: 1.5rem 6rem;
}

html .sx-button--margin-right {
    margin-right: 1rem;
}

html .sx-button-stripped {
    background: none;
    border: 0;
}

    html .sx-button-stripped:hover, html .sx-button-stripped:focus {
        cursor: pointer;
    }

        html .sx-button-stripped:hover svg, html .sx-button-stripped:focus svg {
            fill: #6075E2;
        }

.sx-chip {
    display: inline-block;
    border-radius: 50px;
    background: #EBEDEE;
    font-size: 1.2rem;
    text-align: center;
    padding: 0.3rem 1.3rem;
}

.sx-chip--purple {
    background: #885EBF;
    color: #fff;
}

.sx-chip--magenta {
    background: #A82293;
    color: #fff;
}

.sx-chip--dark {
    background: #D7D8DC;
}

.sx-chip--widget-selection {
    background: #EBEDEE;
    border-radius: 8px;
    cursor: pointer;
    padding: 1rem;
    max-width: 25rem;
    position: relative;
    padding-left: 5.5rem;
    overflow: hidden;
}

@media (max-width: 575px) {
    .sx-chip--widget-selection {
        width: 100%;
        max-width: none;
    }
}

.sx-chip--widget-selection:hover, .sx-chip--widget-selection:focus {
    background: #fff;
}

    .sx-chip--widget-selection:hover::after, .sx-chip--widget-selection:focus::after {
        content: '';
        background: #3A2BB4;
        height: 100%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        width: calc(1rem + 24px + 1rem);
    }

    .sx-chip--widget-selection:hover svg, .sx-chip--widget-selection:focus svg {
        fill: #fff;
    }

    .sx-chip--widget-selection:hover::before, .sx-chip--widget-selection:focus::before {
        content: none;
    }

.sx-chip--widget-selection::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #D7D8DC;
    top: 0;
    left: calc(1rem + 24px + 1rem);
}

.sx-chip--widget-selection svg {
    position: absolute;
    z-index: 1;
    left: 1rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sx-login {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

@media (min-width: 768px) {
    .sx-login {
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
        height: auto;
        max-width: 800px;
        min-height: 400px;
    }
}

.sx-system-off {
    display: flex;
    flex-direction: column;
}

@media(max-width: 576px) {
    .sx-system-off {
        max-width: 100vw;
    }
}

.sx-system-off h1 {
    text-align: center;
}

.sx-system-off-message {
    padding: 16px 0;
}

.sx-system-off-image {
    display: flex;
    justify-content: center;
}

    .sx-system-off-image img {
        max-width: 450px;
    }

@media(max-width: 576px) {

    .sx-system-off-image img {
        max-width: 90vw;
    }

    .sx-login-intelligy {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(100vw - 8rem);
    }

        .sx-login-intelligy .sx-system-off-image img {
            max-width: 80vw;
        }
}

.sx-login__logo {
    margin-bottom: 2rem;
}

.sx-login-intelligy {
    margin-top: 32px;
}

.sx-login-intelligy-title {
    padding-left: 4rem;
}

.sx-login__segments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 4rem auto 0 auto;
}

.sx-login-intelligy-button {
    line-height: 36px;
}

.sx-login__segment-button-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sx-login__segment-icon svg {
    fill: rgba(177,56,158,1);
    height: 8rem;
    width: 8rem;
}

.sx-login__segment-body {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 1rem;
}

    .sx-login__segment-body div {
        font-weight: bold;
    }

.sx-login__segment button .mat-button-focus-overlay {
    background-color: rgba(0, 0, 0, 0.05);
}

.sx-login__expansion {
    width: 100%;
}

    .sx-login__expansion .mat-expansion-panel-header {
        border-top: 1px solid #e0e0e0;
        border-bottom: none;
    }

.sx-snackbar {
    background: #87888C;
    color: #fff;
}

.sx-snackbar-container {
    display: -ms-flexbox;
    display: flex;
}

.sx-snackbar-container__message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 1.4rem;
    margin-right: 4rem;
}

.sx-snackbar-container__buttons .sx-button--red {
    padding-left: 0;
    padding-right: 0;
}

.sx-snackbar-container__buttons button {
    min-width: 5rem;
}

.sx-snackbar__message {
    -ms-flex: 1;
    flex: 1;
}

.sx-snackbar__title {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.sx-snackbar__action {
    width: 30px;
    height: 30px;
}

.sx-snackbar--red {
    background: #D22800;
    color: #fff;
}

.sx-spinner-image {
    animation: rotator 1.4s linear infinite;
    height: 64px !important;
    width: 64px !important;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.sx-spinner-image-path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #3A2BB4;
    animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187px;
    }
    50% {
        stroke-dashoffset: calc(187px/4);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187px;
        transform: rotate(450deg);
    }
}

.material-icons {
    position: relative;
    top: 6px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border-radius: 0;
    border: 1px solid #888;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
}

    .modal-header > h2 {
        margin-top: 2rem;
    }

.modal-body {
    padding: 16px;
    min-height: 100px;
}

.modal-footer {
    padding: 16px;
    background-color: #EBEDEE;
}

.consent-buttons {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}


.modal-footer > .consent-buttons {
    justify-content: flex-end;
}

.consent-buttons > form > .sx-button--magenta {
    margin-left: 1em;
}
