﻿header {
    display: none;
}

.logo-row {
    background-color: #fff;
    height: 125px;
}

.logo {
    margin-top: 30px;
    margin-left: 5px;
}

.btn-primary {
    color: #fff;
    // background-color: #00C464;
    background-color: #005FC4;
    border-color: #00C464;
}

.rs-tabs .nav-tabs>li.active {
    background-color: #005FC4
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #1b105c;
    text-decoration: none;
    font-weight: bold;
    border: none;
    border-left: 1px solid #c6c6c6;
    background-color: transparent
}

.rs-tabs .nav-tabs>li.active>a {
    position: relative;
    color: #fff;
    border-color: #005FC4
}

@media(min-width:768px) {
    .rs-tabs .nav-tabs>li.active>a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -16px;
        border: 16px solid transparent;
        border-top-color: #005FC4
    }
}

@media(min-width:768px) {
    .nav-tabs>li {
        display: table-cell;
        width: 1%
    }
}

@media(max-width:991px) {
    .nav-tabs>li {
        padding: 0
    }
    .nav-tabs>li>a {
        line-height: 50px;
        border: none !important;
        border-bottom: 1px solid #d1d1d1 !important
    }
    .rs-tabs .nav-tabs>li>a {
        border-color: #f3f3f3 !important
    }
}

@media (min-width: 768px) {
    header {
        display: block;
        height: 100px;
    }
}

.navbar-brand {
    max-height: 50px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .navbar-brand {
        overflow: visible;
        /*        max-height: 130px;*/
    }
}

.navbar {
    min-height: 60px;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 1px;
    }
}

.navbar-brand img {
    margin-top: 0;
    height: 62px;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: 46px;
        height: 46px;
    }
    .panel.panel-logo.particulieren {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .panel.panel-logo {
        min-height: 75px !important;
        padding: 20px 0 !important;
    }
    @media (min-width: 768px) {
        .panel.panel-logo {
            min-height: 175px !important;
            padding: 0 15px !important;
        }
    }
    .particulieren img {
        display: inline;
        width: 100px;
        height: 100px;
    }
    .buttons-container .btn {
        width: 100%;
        margin: 0 10px 10px 0;
    }
    @media (min-width: 480px) {
        .buttons-container .btn {
            width: auto;
            margin: 0 10px 0 0;
        }
    }
    .eIDASerror {
        display: none;
    }
    .rs-message {
        position: relative;
        padding: 15px 40px 15px 65px;
        min-height: 62px;
        margin-bottom: 20px;
        border: 1px solid #fff;
        border-radius: 4px;
        background-color: #fff;
    }
    .rs-message:before {
        content: 'i';
        display: block;
        position: absolute;
        left: 20px;
        top: 15px;
        color: #333;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #1b105c;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .rs-message.rs-message-error {
        border-color: #f4b4b4;
        background-color: #f4b4b4;
    }
    .rs-message.rs-message-error:before {
        content: '!';
        color: #fff;
        border-color: #EB0000;
        background-color: #EB0000;
    }
}
