/* (c) 2014-2015 Business Collaborator Ltd */
/* Filter bar */

.table-condensed > thead > tr > td.filter-dropdown-td {
    padding-left: 0px;
    padding-right: 0px;
}

.filter-buttons {
    white-space: nowrap;
    width: 65px;
}

span.simple-filter-with-error input,
span.simple-filter-with-error select,
span.simple-filter-with-error .bc_popcal_created_element {
    border: 2px solid #aa0000;
}

span.simple-filter-with-warning input,
span.simple-filter-with-warning select,
span.simple-filter-with-warning .bc_popcal_created_element {
    border: 2px solid #ffda86;
}

/* bootstrap alert-warning colour */
#simple_filter_bar .sfb-filter-active,
#collection_filter_bar .sfb-filter-active  {
    background: #ffb !important;
}
