.ui-autocomplete {

z-index: 1000 !important;
list-style: none;
text-decoration: none;
    background: #fff;
    color: grey;
    font-size: 14px;
    line-height: 16px;
    width: 150px;
    overflow: hidden;
    padding: 4px !important;
    border: 1px solid black;

}
 
.ui-state-active
{
  /*background: #2ea9d3;*/
  color: black;
}
 
 .waiting * { cursor: wait; }


#submitDates 
{
    margin-bottom: 4px !important;
    width: 100% !important;
}

#clearSubmitDates 
{
    margin-left: 0px !important;
    width: 100% !important;
}

.keywordSearchBox
{
    padding-bottom: 0px !important;
}

#select-year-button
{
    width:77px !important;
    display: inline-block !important;
    
    
}
#select-year-button  .ui-selectmenu-text
{
    padding: 0 0 0 10px !important;
    font-size: 14px !important;
    line-height: 28px !important;
}
#select-year-button  span.ui-icon
{
    right:10px !important;
}
#select-year-menu li
{
    border-bottom: none !important;
}
#select-year-menu
{
   line-height: 12px;
   padding: 13px !important;

}
#select-year-menu .ui-menu-item
{
    font-size: 14px !important;
    margin-left: -6px !important;
}


#select-month-button
{
    width:134px !important;
    display: inline-block !important;
}
#select-month-button  .ui-selectmenu-text
{
    padding: 0 0 0 10px !important;
    font-size: 14px !important;
    line-height: 28px !important;
}
#select-month-button  span.ui-icon
{
    right:10px !important;
}
#select-month-menu li
{
    border-bottom: none !important;
}
#select-month-menu
{ 
   line-height: 12px;

}
#select-month-menu .ui-menu-item
{
    font-size: 14px !important;
    margin-left: -6px !important;
    overflow: visible;
} 

/*
#select-day-button
{
    width:62px !important;
    display: inline-block !important;
}
#select-day-button  .ui-selectmenu-text 
{
    padding: 0 0 0 10px !important;
    font-size: 14px !important;
}
#select-day-button  span.ui-icon
{
    right:10px !important;
}
#select-day-menu li
{
    border-bottom: none !important;
}
#select-day-menu
{
   line-height: 11px;

}
#select-day-menu .ui-menu-item
{
    font-size: 14px !important;
    margin-left: -6px !important;
}
*/
.keywordFilterWrapper
{
    overflow: hidden !important;
    padding:  10px !important;
}

.keywordbtn
{
    top:auto !important;
}

.keywordClearbtn
{
    top:auto !important;
}

#txtKeywordFilter
{
    padding:4px !important;
    line-height: 32px !important; 
}

.keywordbtn:hover
{ 
background-color: #2488aa !important;
}

.keywordClearbtn
{
background-color: #fff;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    outline: none;
    transition: background-color .2s ease;
    z-index: 1;
    overflow: visible;
    text-transform: none;
    vertical-align: middle;
    box-sizing: content-box;
    background-size: 254px 206px;
}
.keywordClearbtn:hover
{ 
background-color: #2488aa !important;
}

.keywordLiBtnClear
{
    background-position: -196px -140px !important;
    display:inline-block !important;
} 

fieldset p 
{
    display:inline;
}


.section-pull .desktop
{
    /*margin-bottom: 0px !important;*/
}

#titleOfRefiner
{
    font-weight: bold;
    margin-left: 10px; 
    line-height: 26px;
    display: block;
}


.documentCenterTagX
{
    font-weight: normal; 
    font-size:32px; 
    margin-left: 3px !important;
    color:#2488aa; 
    text-decoration:none; 
    cursor:pointer; 
    padding:6px;
}

.documentCenterTagDiv
{
    background:lightgrey; 
    width:auto; 
    display:inline;
}



.pagination
{
    margin-bottom: 8px !important;
}

.topPaging 
{
    padding-top: 12px !important;
}
  
.bottomPaging
{
    padding-top: 12px !important;
}

fieldset p.select.native:after, fieldset p.select.native:before {
    display: none !important;
} 

.filter-bottom-buttons a, .filter-buttons a, .filter.bottom a, .filter-bottom-buttons button, .filter-buttons button, .filter.bottom button {
    width:100% !important;
}


.searchDocs .arrow-white-down-sml
{
    position: absolute !important;
    right: 5% !important;
}

@media only screen and (min-width: 700px) {
    .nobottomBorder {
        border-bottom: 2px solid #ffffff !important;
    }
}

@media only screen and (min-width: 700px) {
    .nobottomBorder:after {
        border-bottom: 2px solid #ffffff !important;
    }
}

@media only screen and (max-width: 700px) {
  .nobottomBorder
    {
    border-bottom: 2px solid #ffffff !important; 
    }
}


.loadingImage {
    color: #e2574c;
    font-weight: 400;
}