.header-container-logo {
    display: block;
    width: 420px;
    margin: auto;
}

.header-container {
    background-image: url(img/header.png);
    background-position: top right !important;
    background-repeat: no-repeat !important;
    height: 210px;
}

@media screen and (max-width: 640px) {

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #000000 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #f5f5f5 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }

    .header-container-logo {
        width: auto;
    }

    .header-container {
        background-image: url("img/header1.png");
        height: 115px;
    }
}

@media screen and (max-width: 460px) {

    .header-container {
        background-image: url("img/header2.png");
        height: 83px;
    }
}

.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1,0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #dadada;
}

.alert-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4e5ea), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f4e5ea, 0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f4e5ea 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f4e5ea 0%, #ffffff 100%);
    background-repeat: repeat-x;
    border-color: #dfb2c2;
    color: #950035;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e5e5', endColorstr='#ffffff', GradientType=0);
}

.has-error .form-control {
    border: 1px solid #950035 !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #950035;
}

.structclient-field.structclient-field-corrupt .structclient-field-input {
    border-color: #950035;
    border-width: 2px;
}

select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("bg_select.png") right center no-repeat #ffffff;
    background-position: right !important;
    font-family: "open_sansregular", 'Open Sans', "Helvetica Neue", Arial, sans-serif !important;
}

select.form-control::-ms-expand {
    display: none;
}

input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 0 .2rem rgba(178,194,223,.25);
    border: 1px solid #003595 !important;
}

.staticdata-panel-container .static-panel-content a {
    color: #003595 !important;
}