﻿.SearchControl .PanelSearch h3 span
.SearchControl .PanelSearch 
{
    padding: 4em 0;
}

.SearchControl .PanelSearch h3 
{
    margin: 0;
}

.SearchControl .PanelSearch .FieldHeaderName
,.SearchControl .PanelSearch .FieldHeaderName label 
,.SearchControl .PanelSearch .FieldHeaderName span
{
    margin: 0;
    color: #333;
}

.SearchControl .BasicSearch
{
    margin: 3em 0em;
}

.SearchControl .SearchField 
{
    margin-bottom: 2em;
}

.SearchControl .SearchField .InputButtons
{
    float: right;
    width: 100px; 
    padding-top: 5px;
}

.SearchControl .SearchField .InputText
,.SearchControl .SearchFieldLevelsDescription   
{
      padding-right: 105px; 
}

.InputButtons input {
  padding-left: 3px;
}

.SearchControl .InputTextBox
{
      width: 100%;
}

.SearchControl .SearchField .TextBoxDate
{
    width:100px;
}

.SearchControl .LabelDateSeparator 
{
    padding: 0 5px;
}

.SearchControl .SearchField select
{
    border: none;
    padding: 0;
    margin: 0;
}

.SearchControl .SearchFieldDates
{
    width:60%;
    float:left;
}

.SearchControl .SearchFieldDates .CheckBoxInclusiveDates
{
    padding-left: 3px;
}


.SearchControl .SearchFieldRepresentation
{
    width:40%;
    float:left;
}

.SearchControl .SearchFieldLevels 
{
    width:40%;
    float:left;
}

.SearchControl .SearchFieldLevelsDescription   
{
    width:60%;
    float:left;
}

.SearchControl .ButtonSearch
{
    float:right;
}

.SearchControl .ButtonSearchImage 
{
	background-image: url('../image/frontoffice_button_search_white_small.png');
	background-repeat: no-repeat;
	background-position: center;
	border-left: solid 1px rgba(0,0,0,0.08);
    width: 40px;
    height: 32px;
}


.SearchControl .SearchField .LabelFieldLeft
,.SearchControl .SearchField .DropDownListOperator
{
    width: 220px;
}

.SearchControl .SearchField .LabelFieldLeft
{
    color: white;

    height: 30px;
    line-height: 28px;

    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    padding-left: 10px;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.SearchControl .SearchField .LabelFieldDropDown
{
    padding-left: 6px;
    padding-right: 40px;
    /*line-height: 36px;*/
    line-height: 28px;
    
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; 
    background-image: url("../image/frontoffice_button_combobox_search_white_big.png");  
    background-position: right;  
    background-repeat:no-repeat;
    
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.SearchControl .SearchField .LabelFieldDropDown::-ms-expand 
{
    display: none;
}

.SearchControl .SearchField .LabelFieldDropDown:hover 
{
    opacity: 0.95;
}

.SearchControl .SearchField .LabelFieldDropDown option 
{
    background-color: White;
    color: #333;
    font-size: 0.7em;
    font-family: Lato-Regular;
}

.SearchControl .AdvancedSearch .SearchField .InputTextBoxRight
{
    padding-left: 225px;
}

.SearchControl .SearchField .DropDownListOperator
{
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; 
    text-decoration: underline;
    cursor: pointer;
}

.SearchControl .SearchField .DropDownListOperator::-ms-expand 
{
    display: none;
}

.SearchControl .SearchField .InputText input[readonly="readonly"] 
{
    /*background-color: #FBF6F6;*/
}

.SearchControl .SearchField .InputTextBoxFieldReferenceCode 
{
    /*text-transform: uppercase;*/
}

.SearchControl .ButtonSearch {
    float: right;
    background-image: url('../image/frontoffice_button_search_page_white_small.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 31px;
    background-clip: border-box;
    padding-right: 4em;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.SearchControl .SearchField .DropDownListOperator 
{
    font-size: 1.5em;
}

.SearchControl .SearchFieldFonds 
{
    margin-bottom: 3.5em;
}

.SearchControl .InputOperator
{
    min-height: 10px;
}

.SearchControl LabelLevelsDescription p
{
    margin-bottom: 0.1em;
}

.SearchControl .BasicSearch
,.SearchControl .AdvancedSearch .PanelSearchFilters
,.SearchControl .AdvancedSearch .PanelSearchDescriptionLevels
{
    padding: 2em 0;
}


@media (max-width: 768px) 
{
    .SearchControl .SearchField .LabelFieldLeft
    {
        position: relative;
        margin-bottom: 0;
        color: Black;
        background: none;
        padding-left: 0;
    }
    
    .SearchControl .AdvancedSearch .SearchField .InputTextBoxRight
    {
        padding-left: 5px;
    }
    
    .SearchControl .SearchFieldDates,
    .SearchControl .SearchFieldRepresentation
    {
        width: 100%;
    }
    
    .SearchControl .SearchButtonControls .InputButtons
    {
        width: 0;
    }
    
    .SearchControl .SearchButtonControls .InputText
    {
        padding: 0;
    }
    
    .SearchControl .SearchField .DropDownListOperator 
    {
        font-size: 1.9em;
    }
    
    .SearchControl .SearchFieldLevelsDescription
    {
        display: none;
    }
    
    .SearchControl .SearchFieldLevels
    {
        width: 100%;
    }
    
    
}