﻿@font-face
{
    font-family: Lato;
    src: url('/javax.faces.resource/fonts/Lato/Lato-Regular.ttf.seam');
}
.header_title, .header_title_holder .searchHeader, .header_subtitle, .global_search_criteria_btn, .search_bar_input
{
    font-family: Lato!important;
    color: #fff;
}
.publicSearchFormAdvanced .searchHeader, resultListPage .searchHeader, .publicSearchForm .searchHeader
{
    margin-bottom: 0;
    font-weight: normal;
}
.publicSearchFormAdvanced .mainContentWrapper
{
    margin-top: 20px;
}
.main-layout-grid .main-layout-grid-cell
{
    margin-left: 0;
    margin-right: 0;
}
.snow-color
{
    background-color: #fdfdfd!important;
}
.dark-blue-color
{
    background-color: #00648c!important;
}
.dark-blue-txt
{
    color: #00648c!important;
}
.white-txt
{
    color: #fff!important;
}
.snow-txt
{
    color: #f6f6f6!important;
}
.text-align-center
{
    text-align: center;
}
.mdl-cell--12-col
{
    width: 100%!important;
}
main .centered-layout-box
{
    max-width: unset!important;
    padding: 0;
}
main .centered-layout-box>.mdl-cell--12-col
{
    margin-top: 0;
}
header#top-header
{/*max-width: 1200px;*/
    margin: 0 auto;
    background-color: #fff!important;
}
#top-header.mdl-layout__header
{
    box-shadow: unset!important;
}
#top-header .mdl-layout__header-row
{
    padding: 0;
}
.mdl-layout__header
{
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15)!important;
}
.header-start-page
{
    position: relative;
    background-color: #fff;
}
.header-grid
{
    position: relative;
    display: flex;
    flex-direction: column;
}
.header-grid-content
{
    position: relative;
    background-color: #00648c;
    justify-content: center;
    display: flex;
    padding: 40px;
}
.header-grid-content .messageHelpIcon
{
    color: #fff;
}
.header_title_holder
{
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: center;
}
.header_title
{
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    color: #fafafa;
    margin-bottom: 0;
}
.iicomp-autocomplete-input-globalSearchPhrase
{
    width: 100%;
    outline-offset: 2px;
}
.search_bar
{
    position: relative;
    height: 40px;
    width: 100%;
    border-bottom: 2px solid #fafafa;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: transparent;
    max-width: 800px;
    margin: 50px auto 0 auto;
}
.search_bar_input
{
    position: relative;
    border: none!important;
    height: 100%;
    width: 100%;
    padding: 0!important;
    font-size: 1.4rem!important;
    background-color: transparent;
    color: #fff;
}
.search_bar_input::-ms-input-placeholder
{
    color: #fff;
}
.search_bar_input::placeholder
{
    color: #fff;
    opacity: 1;
}
.search_bar .iicomp-autocomplete-component
{
    display: flex;
}
.search_confirm_holder
{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    right: -2px;
    top: -4px;
    background-color: transparent;
    transition: background-color .2s ease-out;
    border: none;
}
.search_confirm_holder .ui-button-text
{
    display: flex;
}
.search_confirm_holder:hover
{
    background-color: transparent;
}
.search_confirm_holder:hover .search_confirm
{
    transform: scale(1.1);
}
.search_confirm
{
    position: relative;
    color: #fff;
    font-size: 1.4rem!important;
}
.search_bar .advanced_buttons_holder
{
    display: flex;
}
.search_bar .clearSearchButton
{
    margin-right: 0;
    margin-left: 10px;
    color: #fff;
}
.search_bar .clearSearchButton .fa-trash
{
    margin-left: auto;
}
.search_bar a.advancedSearchButton
{
    color: #fff;
    font-size: 1.4em;
    line-height: 1.7em;
    margin-left: 10px;
}
.searchPhrase_autocomplete, .search_confirm_holder, .advancedSearchButton, button.iconCommandButton.clearSearchButton
{
    border: 1px solid transparent;
}