.lh-logo-content {
    background-image: url("head_logo.png");
    background-position: 25px 65px;
    background-size: 318px auto;
    background-repeat: no-repeat;
    height: 190px;
    margin-left: 10px;
    width: 330px;
}

.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-image: url("head_logo2.png");
        background-position: 10px 25px;
        background-size: 164px auto;
        height: 55px;
        margin-left: 10px;
        width: 200px;
    }

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #7f7f7f !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;
    }
}

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

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

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