﻿.options-total {
    background-color: #EF353A;
    font-size: 28px;
    color: #fff;
}

.btn-default {
    color: #EF353A;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #EF353A;
}

img.brand {
    height: 80px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #EF353A;
    color: #fff;
}

a, h1, h2, h3, h4, h5, h6 {
    color: #EF353A;
}

footer {
    background-color: #bdbcbc;
    color: #000;
}

body {
    font-family: 'Open Sans',sans-serif;
    font-size: 1rem;
}

.panel-header > img {
    width: 100%;
    height: 140px;
    display: none;
}

.panel-header {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.panel-options .panel-header {
    background-image: url('img/options.jpg');
    background-position: right -280px top 0;
}

.panel-calendar .panel-header {
    background-image: url('img/calendar.jpg');
    background-position: right -150px top 0;
}

.panel-archive .panel-header {
    background-image: url('img/dossier.jpg');
}



.logo_nl{
    width: 240px;
}