﻿a {
    cursor: pointer;
    color: #D70926;
}

.panel-heading > a {
    color: #fff;
    text-decoration: none;
}

.ab_center > img.logo_nl {
    display: block;
}

#plot-project-logo {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-height: 80px;
}

.ab_center .logo_custom {
    padding-bottom: 40px;
    background-image: url('logo.png');
    background-color: transparent;
    height: 200px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.ab_center {
    background-color: transparent;
}

.panel-login {
    color: #D70926;
}

    .panel-login > .panel-heading {
        background-color: transparent;
        height: 80px;
    }

    .panel-login > .panel-body {
        background-color: #D709261A;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .panel-login > .panel-heading {
        background-color: transparent;
        height: 80px;
        display: none;
    }

        .panel-login > .panel-heading > .panel-title {
            display: none;
        }

    .panel-login > .panel-footer {
        background-color: #fff;
        text-align: right;
        height: 100px;
    }

        .panel-login > .panel-footer > img.logo_nl {
            height: 50px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

.label-username, .label-password {
    text-transform: uppercase;
    line-height: 32px;
    margin-left: 16px;
}

input.form-control {
    /*    border-radius: 45px;*/
    background-color: #fff !important;
    line-height: 32px;
}

#btn-login {
    border-radius: 45px;
    background-color: #D70926;
    padding-left: 80px;
    padding-right: 80px;
}

.input-group-addon {
    border-radius: 45px;
    color: #fff;
    background-color: rgba(0, 66,94, 1);
}

img.brand {
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* plot/home */

.panel > .panel-heading {
    color: #fff !important;
    background-color: #D70926;
}

.panel-body, .panel-footer {
    background-color: #D709261A;
}

.panel-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    border-top: none;
    text-align: center;
}

    .panel-footer > a {
        border-radius: 45px;
        background-color: #D70926;
        padding-left: 80px;
        padding-right: 80px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.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');
}

footer {
    background-color: rgba(0, 0, 0, 1);
    margin-top: 80px;
}

    footer * {
        color: #fff !important;
    }

    footer p, footer a, footer h3 {
        color: #fff !important;
    }

#footer-border-container {
    display: none;
}


.brand-container {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    height: 450px;
}

    .brand-container img {
        position: absolute;
        right: 0px;
        top: 50px;
    }

.well, .project-aside-left {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #D709261A !important;
    border: none;
}

    .well > h4,
    .well > ul > li > a {
        color: #D70926 !important;
        line-height: 24px;
    }

    .well + .options-total {
        background: rgba(249, 236, 90, 1) !important;
    }

        .well + .options-total > .currency {
            color: #D70926 !important;
        }

.header .page-top {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin: auto auto;
    margin-top: 132px;
}

.header .page-top-detail {
    max-width: 1240px;
    margin: auto auto;
    margin-top: -70px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.8) !important;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    color: #fff;
}

.plot-options-header {
    background: #D70926 !important;
    color: #fff;
    text-transform: capitalize;
    line-height: 32px;
    padding-left: 32px;
    font-weight: bold;
}

.plot-option-row > td {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(0, 0, 0, 1) !important;
}

.option-closingdate-passed > td {
    color: #f00 !important;
}

.btn {
    color: #D70926 !important;
    /*border-color: rgba(184, 0, 48, 1) !important;*/
}

.btn-primary {
    background-color: #D70926 !important;
    color: #fff !important;
}

.dropzone, .dz-message, .dz-message > span {
    background-color: #D709261A !important;
    margin: 0;
    color: #D70926 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #D70926 !important;
}

div.archives > div {
    background-color: #D709261A !important;
}


.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    background-color: #D70926 !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #D70926 !important;
    background-color: #fff;
}

.home .page-top-detail {
    display: block;
}

/*.home{
}*/
