/* These lines are used for custom seeker stylings */
.form-control {
    width : 100%;
    height: 34px
}
.table-responsive {
    overflow: auto;
}
a {
    text-decoration: none;
}
.table-search th {
    background: #222;
    
}
/*th {
    white-space: nowrap;
}*/
th.sort a:visited {
    color: #fff;
}
th.sort.asc:before {
    padding-right: 5px;
    content: '\25B3';
}
th.sort.desc:before {
    padding-right: 5px;
    content: '\25BD';
}
.table-search em {
    background-color: #ffd;
    padding: 1px 3px;
    border-radius: 4px;
    border: 1px solid #eee;
}
#criteria {
    border: 0;
    margin-top:10px;
    padding-bottom: 0;
    padding-top: 10px;
}
.tab-pane {
    background-color: #EEEEEE;
}
#seeker-info {
    padding: 20px 40px 0px 40px;
}
.table {
    margin-top:0;
}
.seeker-input-group {
    display: -webkit-flex; /* Safari */
    display: flex;
}
.seeker-range {
    display: -webkit-flex; /* Safari */
    display: flex;
}
.seeker-range label.date-from {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 9px;
}
.date-label-addon {
    padding: 8px 1px 0px 0px;
}
.date-input {
    text-align: center;
}
.ui-datepicker-trigger {
    background-color: transparent !important;
    background-image: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 12%;
}
#start_marketing_date_start,
#start_marketing_date_end,
#added_date_start,
#added_date_end {
    border-radius: 4px;
    width: 80%;
}
.float-end + p {
    display:none;
}
.pagination>li>a {
    margin: 2.5px;
    border-radius: 4px;
    border-color: #BBB;
}
.float-end a.page-link {
    color: #000;
}
.pagination>.active>a,.pagination>.active>a:hover {
    background-color: #767676;
    color: #FFF;
    border-color: #767676;
}
em {
    font-style: normal;
}
hr {
    margin-right: 24px;
}
button[type="submit"], button.gray {
    margin-bottom: 0;
}
.gray {
    background-color: #EEE;
}
.form-actions a,.form-actions a:visited {
    padding: 15px;
    margin-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #BBB;
    color: #0065A8;
}
.form-control.facet-select {
    margin-left:0;
    margin-bottom:0;
    height: 70px;
}
.form-actions {
    margin-top: 20px;
}
#show_results select {
    padding: 5px;
    width: auto;
}
hr {
    margin-bottom: 0;
}
td.ndc11package, td.ndc9product {
    white-space: nowrap;
}
.ui-menu .ui-menu-item, .select2-search-choice div, .select2-results {
    color: #555555;
    font-family: "Source Sans Pro";
    text-indent: 6px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
    min-height: 34px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 0;
    margin-top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-image: none;
    color: #660 !important;
    margin: 0;
}
.select2-container--open {
    border-radius: .375rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80b7f2;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 0 .25rem rgba(0,110,228,0.25);
}
.select2-results__options {
    margin: 0 !important;
}
.select2-results__option {
    margin-bottom: 0;
}
.seeker-pagination-help {
    margin-top: -15px;
}
