.title-navigation { position: static!important }

.header-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
}
.header-container-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
    background-color: #F5F5F5;
    width: 100%;
}

.lh-logo-content {
    width: 256px;
    height: 52px;
    background: url(head_logo.png) no-repeat 0 0;
}

.lh-logo-2-content {
    width: 49px;
    height: 52px;
    background: url(head_logo1.png) no-repeat 0 0;
}

.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: 200px auto;
        background-position: 0 20px;
        height: 65px;
        width: 200px;
        margin-left: 0px !important;
    }

    .lh-logo-2-content
    {
       display: none;
    }

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

    .booking3-region-map {
        height: auto;
    }

}

.summary-structural-data-container .summary-structural-data-container-collapsible h3 {
    font-family: "RobotoFp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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;
}


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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: "RobotoCondensedFp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #1c3144;
}

.staticdata-panel-container .staticdata-panel-header
{
    font-family: "RobotoCondensedFp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}