html, body {
    height: 100%;
}
a {
    color: #0071b3;
}
.form-control {
    padding: 15px 20px;
    color: #444;
    font-size: 15px;
    margin-bottom: 10px;
    border: none;
    line-height: 15px;
    width: 100%;
}
.form-message {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 15px;
}
.btn {
    background: #0071B3;
    box-shadow: 0 3px 10px -5px #000000;
    color: #fff;
    padding: 10px 20px;
    font-size: 23px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}
.forgot-password {
    padding: 10px 0;
}
.user-links {
    margin-top: 30px;
    text-align: right;
    position: relative;
    z-index: 25;
}

.logo-menu-row {
    align-items: center;
}

.user-links a {
    text-decoration: none;
}
.user-links .account-link {
    color: #000;
    margin-right: 10px;
}
.page-footer {
    padding-top: 70px;
}
.page-footer nav {
    margin: 0 -10px;
}
.page-footer nav a {
    color: #fff;
    font-size: 14px;
    margin: 0px 10px;
    text-decoration: none;
}
.page-footer nav a:hover {
    color: #0071B3;
}
#site-wrapper {
    min-height: 100%;
    background-color: #FFC628;
}
#site-wrapper .header {
    background: #fff;
}
#site-wrapper .page-content-container {
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 0;
    height: 100%;
}
.main-content {
    color: #fff;
}
#site-wrapper h1.pagetitle,
#site-wrapper h2.page-subtitle {
    font-size: 50px;
    color: #fff;
    font-family: "Circular Bold",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
#site-wrapper h1.pagetitle {
}
#site-wrapper h2.page-subtitle {
    font-size: 23px;
}
.main-content > .content {
    margin-top: 30px;
}
.klanten-description {
    color: #0071B3;
    margin-top: 10px;
    font-size: 18px;
}

.consumptions > div {
    padding-left: 8px;
    padding-right: 8px;
}
.consumption-box {
    background: #fff;
    box-shadow: 0 3px 10px -5px #000;
    margin-bottom: 15px;
}
.consumption-box .box-content {
    padding: 15px;
}
.consumption-box .box-title {
    color: #B4B4B4;
    font-size: 16px;
}
.consumption-box .value {
    padding: 20px 0;
    color: #0071B3;
    font-size: 18px;
}
.consumption-box .value b {
    font-weight: bold;
    font-size: 34px;
}
.consumption-box .foot {
    background: #EBEBEB;
    color: #767676;
    text-align: right;
    padding: 5px 15px;
}
.chart-wrapper {
    padding-left: 10px;
    padding-left: 10px;
}
.chart-box {
    background: #fff;
    padding: 10px;
    box-shadow: 0 3px 10px -5px #000;
    padding-left: 20px;
    padding-right: 20px;
}
.chart-tabs {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.chart-tabs a {
    width: 25%;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.chart-tabs a span {
    border-bottom: 4px solid #fff;
    padding: 10px 30px;
    display: inline-block;
    color: #B4B4B4;
}
.chart-tabs a.uk-active span,
.chart-tabs a:hover span {
    color: #0071B3;
    border-color: #0071B3;
}
.chart-tab-view {
    position: relative;
    margin-top: 30px;
    background: #fff;
    height: 250px;
}
.desktop-chart {
    min-height: 210px;
}
.tab-view {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.tab-view.tab-active {
    opacity: 1;
    z-index: 1;
}
.chart-arrows a {
  text-decoration: none;
}
.chart-date-label {
    color: rgba(118, 118, 118, 1);
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
.chart-info-footer {
    /* margin-top: 10px; */
    padding: 10px 10px 0;
}
.chart-legend {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.chart-legend span {
    margin-left: 15px;
}
.chart-legend .blue-dot {
    color: #0071B3;
}
.chart-legend span::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}
.chart-legend .blue-dot::before {
    background: #0071B3;
}
.chart-legend .black-dot::before {
    background: #000;
}

.chart-box {
    position: relative;
}
.chart-box.loading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/loader.gif');
    z-index: 10;
    background-position: 50%;
    background-size: cover;
    background-color: rgba(200,200,200,0.3);
    left: 0;
    top: 0;
}