@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-BdCn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
GENERAL
========================================================================== */
body {
    color: #707070;
    background: #808080;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-top: 70px;
    font-weight: 300;
    font-family: Arial, sans-serif;
    padding-top: 0;
}

.wrapper {
    width: 98%;
    margin: 0 auto;
}

.navbar {
    font-family: 'HelveticaNeueLTPro', Arial, sans-serif;
    color: #222;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #f7dc16;
    box-shadow: 5px 5px 5px rgba(64, 64, 64, 0.35);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.navbar-header {
    padding-bottom: 10px;
}

.navbar-brand {
    height: 72px;
    padding: 10px 50px 0 0;
}

.navbar-brand > img {
    max-width: 100%;
    max-height: 100%;
}

.navbar-collapse {
    padding-top: 15px;
}

.navbar-nav > li > a {
    padding: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #666;
    background-color: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    font-weight: 700;
    font-family: 'HelveticaNeueLTPro', Arial, sans-serif;
    position: relative;
    display: block;
    display: inline-block;
    height: 46px;
    line-height: 40px;
    margin-right: 20px;
    z-index: 999;
}

.navbar-nav > li > a:hover {
    background: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #222;
    border-bottom: 5px solid #c3182a;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #222;
}

.navbar-nav > li.active > a::after,
.navbar-nav > li > a:hover::after {
    display: block;
}

.content {
    background: #fff;
    padding: 30px 15px;
}

.project-list {
    display: none;
}

th {
    text-transform: uppercase;
}

.status {
    white-space: nowrap;
}

.status_1 {
    color: #666;
}

.status_2 {
    color: #df0c36;
}

.status_3 {
    color: #db7e04;
}

.status_4 {
    color: #df0c36;
}

.status_5 {
    color: #006845;
}

.status_6 {
    color: #129569;
}

.form-answer {

}

fieldset.step {
    padding: 20px;
    border: 1px solid #efefef;
}

fieldset.step + fieldset.step {
    margin-top: 40px;
}

fieldset.step legend {
    font-size: 16px;
    font-family: 'HelveticaNeueLTPro', Arial, sans-serif;
    border: 1px solid #efefef;
    text-align: center;
    padding: 5px 10px;
}

fieldset.step_close {
    background: #efefef;
    border: 1px solid #ddd;
}

fieldset.step_close legend {
    background: #efefef;
    border: 1px solid #ddd;
}

.ui-datepicker {
    z-index: 1050 !important;
}

.blocker-container {
    position: relative;
    z-index: 100;
    padding: 8px;
    border-radius: 3px;
    overflow: hidden;
}

.blocker-container .blocker {
    background-image: url('../images/blocker-overlay.png');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999999;
}

.blocker-container .blocker:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/loader.gif') no-repeat center center;
    background-size: 120px;
}

.help-block-error {
    display: block;
    color: #df0c36 !important;
}

.mandatory-text, .has-error label {
    color: #df0c36 !important;
}

.has-error input[type="text"], .has-error select, .has-error textarea {
    border-color: #df0c36 !important;
}

.nowrap {
    white-space: nowrap;
}

.form-inline .form-control {
    width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
    padding-right: 8px;
}

.search-control {
    margin-bottom: 8px;
}

.datatable {
    margin-top: 10px !important;
}

.datatable thead tr:last-child th {
    vertical-align: top;
}

.btn-sepa, .btn-history {
    color: #fff;
    background-color: #158848;
    border-color: #158848;
    margin-left: auto;
    margin-right: auto;
}

.btn-sepa:hover, .btn-history:hover {
    color: #fff;
    background-color: #158848;
    border-color: #158848;
}

.btn-sepa:focus, .btn-history:focus {
    color: #fff;
    background-color: #158848;
    border-color: #158848;
}

.datatable-actions {
    margin-bottom: 30px;
    padding-right: 8px;
}

#container {
    padding: 0 25px 25px;
}


@media only screen and (max-width: 768px) {
    td, th {
        display: block;
        width: 100%;
        text-align: left !important;
    }

    .navbar-collapse {
        padding: 0 15px;
    }

    .navbar-nav > li > a {
        margin-bottom: 15px;
    }
}

#last-download {
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
}

#last-download span {
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 20px;
    background: #fff;
    top: -11px;
    left: 10px;
}

.red-btn {
    background-color: #c3182a !important;
    border-color: #b21929 !important;
}

.red-btn:hover {
    background-color: #b21929 !important;
}

.yellow-btn {
    background-color: #f7dc16 !important;
    border-color: #f4d919 !important;
    color: #222 !important;
}

.yellow-btn:hover {
    background-color: #f4d919 !important;
}