.sol-inner-container{
    border-radius: 0;
    border-color: #a9a9a9;
    background: #fff;
    height: 20px;
    line-height: 20px;
    box-shadow: none;
}
.sol-caret-container{
    width: 22px;
}
.sol-input-container{
    right: 22px;
}
.sol-caret-container .sol-caret
{
    border-top: 6px solid #000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}
.sol-input-container input[type="text"]::placeholder{
    font-weight: 600;
    color: #1A3552;
}
/*
.sol-label-text{
    position: absolute;
    top: 7px;
}
*/
.sol-option {
    border-bottom: 1px solid #e0e4e8;
}
.sol-label:hover{
    cursor: pointer !important;
}
.sol-label > label.checkboxL:before{
    top: 1px;
}
.sol-label > .checkboxL {
    vertical-align: top;
}
.sol-label input[type=checkbox]{position: absolute; top: 5px; }
.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
    background-color: #f3f4f6;
    color: #485f73;
}
.sol-action-buttons a{
    color: #285B88;
}
.sol-action-buttons a:hover {
    border-bottom: 1px solid #285B88;
}
.sol-selected-display-item, .sol-results-count{
    border-radius: 2px;
}
.sol-quick-delete,.sol-selected-display-item-text{
    padding: 1px 4px;
}
.sol-quick-delete:hover{
    color: #1A3552;
}
.sol-selected-display-item{
    margin-top: 1px;
}
.sol-container {
    margin: 10px 0;
    position: relative;
}
.sol-container.sol-active .sol-selection-container .sol-selection{
    max-height: 400px;
    overflow-y: auto;
}
.sol-current-selection {
    overflow-y: hidden;
    -moz-transition: height .5s ease;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
    position: relative;
}
.sol-current-selection-outer:after {
    display: block;
    width: 100%;
    position: absolute;
    height: 12px;
    background-image: linear-gradient( transparent, white);
    bottom: 0;
    content: " ";
    left: 0;
}
.filterTable.active .sol-current-selection-outer:after {
    background-image: linear-gradient( transparent, #f3f4f6);
}
.sol-current-selection-outer.active:after {
    display: none;
}
.sol-current-selection-outer {
    max-height: 38px;
    position: relative;
    height: 38px;
    overflow: hidden;
}
.sol-current-selection-outer.active {
    max-height: inherit;
    height: inherit;
    overflow: visible;
}
a.moreSelection{
    color: #1a3552;
    position: absolute;
    right: -22px;
    top: 0;
    text-decoration: none;
}
a.moreSelection span{display: none;}
a.moreSelection:before {
    font-family: 'FontAwesome', serif;
    content: "\f150";
    font-size: 20px;
}
.active + a.moreSelection:before{
    content: "\f151";
}
.checkboxL + .sol-label-text {
    width: calc(100% - 24px);
    display: inline-block;
    padding-left: 8px;
}

