.lh-logo-content{
	background-image: url("head_logo.svg");
    background-position: 25px 60px;
    background-size: 250px auto;
    background-repeat: no-repeat;
    height: 135px;
    width: 280px;
    float: left;
}

.lh-logo-footer{
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

.header-container {
    background: #ffffff;
}

.staticdata-panel-container .static-panel-content a:hover {
    color: #0099ce;
}

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

.pdf-preview-button {
    min-width: 15rem !important;
}

.navigation-btn {
    height: 28px;
}

@media screen and (max-width: 640px) {
    .lh-logo-content {
        height: 80px;
        margin-left: 0px !important;
        margin-top: 10px;
        background-position: 12px 12px;
    }

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

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

@media screen and (max-width: 460px)
{
    .lh-logo-content {
        background-size: 170px auto;
        height: 55px;
        width: 200px;
        float: none;
        background-position: 15px 12px;
    }
}

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

.alert-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f9edf0), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f9edf0, 0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f9edf0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f9edf0 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #8e394d;
    font-weight: bold;
    border-color: #e5a8b6;
}

.structclient-field.structclient-field-corrupt .structclient-field-input {
    border-color: #8e394d;
}

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;
}

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

input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 3px #0099ce !important;
    border: 1px solid #0099ce !important;
}

select.form-control
{
    font-family: 'IBM Plex Sans Light',sans-serif;
    font-weight: normal;
}
#RegisterSubmit {
    padding-top: 0px;
}
