.f1c-pageStyleImg
{
    cursor: pointer;
    width:25px;
    padding:2px;
    vertical-align: middle;
    margin-bottom:5px;
}

.f1c-SelectedFiltersL
{
    display: inline-block;
    float: left;
    position:relative;
    width:92%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FF6633;
    vertical-align: top;
    text-align: left;
}
.f1c-SelectedFiltersR
{
    display: inline-block;
    float: right;
    position:relative;
    text-align: right;
}

.f1c-ClearAllFilters
{
    display: inline-block;
    float: right;
    margin-top:10px;
}

.f1c-ClearAllFiltersArea
{
    height:30px;
}

.f1c-displayingResultsText
{
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}

.f1c-displayPageTop
{
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.f1c-displayOptions
{
    position:relative;
    display:inline-block;
    float:right;
}

.f1c-clearfix
{
    clear:both;
}

.f1c-SelectedFiltersArea
{
    margin-bottom: 10px;
}

.f1c-row
{
    width:100%;
    margin-left: 0px;
    margin-right: 0px;    
}

 .f1autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
  }
  
  .f1autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*border-bottom: none;
    border-top: none;*/
    z-index: 99999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .f1autocomplete-items div {
    padding: 3px;
    cursor: pointer;
    background-color: #fff; 
    /*border-bottom: 1px solid #d4d4d4; */
  }
  
  .f1autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9; 
  }
  
  .f1autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .f1blockR
  {
      display:block;
      text-align:right;
  }

  .f1hideblock
  {
      display:none;
  }

  .f1linkblue
  {
    color: #60a0ea !important;
    cursor: pointer;
  }

@media screen and (max-width: 991px) {
    .tmpClass {display: none;}
    .peClass0 {display: none;}
    .peClass1 {display: block;}
}
@media screen and (min-width: 992px) {
    .tmpClass {display: block;}
    .peClass0 {display: none;}
    .peClass1 {display: none;}
}
.pePanelTitle
{
    padding: 8px 15px 5px 15px;
    font-size: .9em;
    cursor: pointer;
    display: block;
    color: #FFFFFF;
}
.peListHide
{
    display:none;
}
.peFVList
{
}
.viewallURL
{
    cursor:pointer;
    color:#333;
}
.peSelectedRow
{
    width:100%;
}
.peSelectedItem
{
    display:inline-block;
    float: left;
    margin-bottom: 2px;
    width:92%;
}
.peDelSelectedItem
{
    display:inline-block;
    float: right;
}
#stable .pcTable .pcTableRow {
padding: 0;
}

#sidebar.sidebar.sticky-active{
    position:unset!important;
    width:unset!important;
}
.peLogo
{
    text-align: center;
    width:100%;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 13px;
}
.peLogoSmall
{
    text-align: center;
    width:100%;
    padding-bottom: 2px;
    font-size: 11px;
}
.peLogoImg
{
    vertical-align: baseline;
}