.lh-logo-content{
	background-image: url("head_logo.png");
    background-position: 25px 50px;
    background-size: 300px auto;
    background-repeat: no-repeat;
    height: 125px;
    margin-left: 10px;
    width: 350px;
}

.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: 250px auto;
        background-position: 0 20px;
        height: 80px;
        width: 250px;
        margin-left: 20px !important;
    }
    .header-container {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 0%, #ffffff 47%, #f6a800 100%) repeat scroll 0 0;
    }

    .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;
        background-position: 0 18px;
        height: 60px;
        width: 170px;
    }
}

.summary-structural-data-container .summary-structural-data-container-collapsible h3 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    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;
}
