﻿/* Customer specific CSS */
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans&display=swap');

:root {
    --font-primary: "InriaSans", sans-serif;
    --color-primary: #0a7baa;
    --color-primary-dark: #f0a22f;
    --color-primary-medium: #ffe4a0;
    --color-primary-light: #cfe6da;
}


h1,h2,h3,h4 {
	color: #0e8252;
}

.navbar-logo {
    height: 2.875em;
}

.navbar {
    height: 5.5em;
}

.page-xs .logo {
    height: 2.875em;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .show>.btn-primary.dropdown-toggle, .show>.btn-primary.dropdown-toggle.disabled, .show>.btn-primary.dropdown-toggle:disabled, .wizard>.actions>ul li:not(:first-of-type) .show>a.dropdown-toggle, .wizard>.actions>ul li:not(:first-of-type) .show>a.dropdown-toggle.disabled, .wizard>.actions>ul li:not(:first-of-type) .show>a.dropdown-toggle:disabled, .wizard>.actions>ul li:not(:first-of-type) a, .wizard>.actions>ul li:not(:first-of-type) a.disabled, .wizard>.actions>ul li:not(:first-of-type) a:disabled {
    background-color: #0a7baa;
    color: #fff;
    border: 2px solid #0a7baa;
}

.btn-primary:hover, .show>.btn-primary.dropdown-toggle:hover, .wizard>.actions>ul li:not(:first-of-type) .show>a.dropdown-toggle:hover, .wizard>.actions>ul li:not(:first-of-type) a:hover {
    color: #fff;
    background-color: #086186;
    border-color: #086186;
}

.btn-tertiary:not(:disabled):not(.disabled).active:hover, .btn-tertiary:not(:disabled):not(.disabled):active:hover {
    background-color: #086186;
}

.text-body-link {
    color: #0a7baa!important;
}

.btn-link {
    color: var(--color-primary)!important;
}


label {
    color: #0a7baa;
}

.page-reports #dvBudget .embed-theme {
    background-color: #0e8252;
}

.page-reports #dvEnergyStat .embed-theme {
    background-color: #ffe4a1;
}

.page-consumptiontrend .text-light {
    color: #0a7baa!important;
}

/* --- TA BORT AVISERINGAR UNDER MIN PROFIL --- */
#page-myProfile li.nav-item:nth-child(2) {
    display: none;
}
