.lh-logo-content {
    background-image: url("head_logo.png");
    background-position: 10px 60px;
    background-size: 170px auto;
    background-repeat: no-repeat;
    height: 125px;
    width: 100%;
}

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

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

@media screen and (max-width: 640px)
{
    .lh-logo-content {
        background-size: 150px auto;
        height: 50px;
        margin-top: 10px !important;
        background-position: 10px 10px;
    }

    .header-container-logo {
        width: 160px;
    }
    .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;
    }
}

@media screen and (max-width: 460px)
{
    .lh-logo-content {
        background-size: 130px auto;
        height: 40px;
        margin-top: 15px !important;
    }

    .header-container-logo {
        width: 140px;
    }
}

.summary-structural-data-container .summary-structural-data-container-collapsible h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("bg_select.png") right center no-repeat #ffffff !important;
    background-position: right !important;
}

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

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

.textsample-shortcut {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
}

.template-name-pattern {
    display: block;
}

.editor-panel-pattern-container .editor-panel-pattern {
    border: none;
}