/* base */
body {
    background: white;
}

.container-outer {
    min-height: 700px;
}
.container-outer.iframe-resizing {
    /*min-height: auto;*/
}

/** required for smart-suggest popup**/
.landing-page #smart-suggest {
    border: 1px solid;
    max-height: 500px;
    overflow-y: auto;
}

/* widget */
.landing-page .search-widget {
    color: #3c3c3b;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
}
.landing-page .search-widget:after {
    display: none;
}

/* heading*/
.landing-page .search-headline  {
    display: none;
}

/*inputs*/
.landing-page .form-control {
    border-radius: 3px;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #636361;
}

.landing-page .input__icon {
    color: #636361;
}

.landing-page select.form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid currentColor;
    color: #00205b;
}

.landing-page .select__icon {
    color: #00205b;
}


/* button */
.landing-page .btn.btn-default {
    font-family: DINWebPro-Light,sans-serif;
    background: #164194;
}

.landing-page .btn.btn-default:hover {
    background: #00266a;
}


/* datepicker */

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #00205b;
}


.ui-datepicker-current-day > .ui-state-default.ui-state-active {
    background: #164194
}

.ui-widget-header {
    background: #164194;
    border-color: #164194;
}