<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ind-drs-bg-loginpage {
    background: url('./Indoor-energy-start-dark.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'F37 Ginger';
    font-style: normal;
    color: #acacac;
}

.ind-drs-bg-dashboard {
    background: url('./Indoor-byggnad-3-arlanda.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'F37 Ginger';
    font-style: normal;
    color: #acacac;
}

@font-face {
    font-family: 'GONGO';
    src: url('./fonts/GONGOBOLD.woff2') format('woff2'),
        url('./fonts/GONGOBOLD.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GONGO';
    src: url('./fonts/GONGO-Light.woff2') format('woff2'),
        url('./fonts/GONGO-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'F37 Ginger';
    src: url('./fonts/F37Ginger-Bold.woff2') format('woff2'),
        url('./fonts/F37Ginger-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'F37 Ginger';
    src: url('./fonts/F37Ginger.woff2') format('woff2'),
        url('./fonts/F37Ginger.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a, a:hover, a:active, a:visited {
    color: #acacac;
}

.ind-drs-img-menu {
    height: 50px;
}

.ind-drs-nav {
    margin-top: 2em;
    margin-bottom: 4em;
}

.ind-drs-nav-formlink {
    border: 1px solid #acacac;
}

.nav-link {
    margin-left: 1em;
    margin-right: 1em;
}

.ind-drs-heading {
    color: white;
    font-size: 3em;
}

.ind-drs-margintop-fp {
    margin-top: 5em;
}

.ind-drs-input {
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ind-drs-input-support {
    border-radius: 0;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ind-drs-btn {
    border: 1px solid white;
    color: white;
}

.ind-drs-input-inverted {
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #272727;
    border: 1px solid black;
}

.ind-drs-btn-file {
    border: 1px solid white;
    color: white;
}


.ind-drs-btn:hover, 
.ind-drs-btn:focus, 
.ind-drs-btn:active, 
.ind-drs-btn.active, 
.open&gt;.dropdown-toggle.ind-drs-btn 
{
    color: white !important;
    background-color: #272727;
}

.ind-drs-footer {
    background-color: #272727;
    margin-top: 8em;
    padding-top: 4em;
    padding-bottom: 4em;

    height:100%;
    bottom:0;
    top:0;
    left:0;
    right:0;
}

/* Dashboard */
.ind-drs-input-db {
    border-radius: 0;
    width: 80%;
    text-align: center; 
}

.ind-drs-status-text {
    font-family: 'Gongo';
    font-style: 300;
    font-size: 4em;
    margin-top: 0.4em;
    color: #73af2c;
}

a.dropdown-item, a.dropdown-item:hover, a.dropdown-item:active, a.dropdown-item:visited {
    color: #000;
}

a.dropdown-item.active, a.dropdown-item.active:hover, a.dropdown-item.active:active, a.dropdown-item.active:visited {
    color: #acacac;
    background-color: #272727;
}

.vivid {
    padding-top: 1em;
}</pre></body></html>