.filterable {
    margin-top: 0px
}

.filterable .panel-heading .pull-right {
    margin-top: -20px
}

.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none!important;
    height: auto;
    color:white;
    text-align: center;
}


.filterable .filters input {
    box-shadow: inset 0 -1px 0 #ddd!important;
    padding:0!important;
    color: white;
}

.filterable .filters input:active input:focus {
    border-color: transparent!important;
}

.filterable .filters .form-control {
    background-color: #337ab7;

}

.filterable .filters .form-control {
    border: 0px;
}

.filterable .filters .form-control:focus {
    box-shadow: inset 0 -2px 0 white!important;
    border: 0px;
}

.filters th input::-webkit-input-placeholder {
    color: #d5d0d0;
    font-weight: 300;
}

.filters th input::-moz-placeholder {
    color: #d5d0d0;
    font-weight: 300;
}

.filters th input:-ms-input-placeholder {
    color: #d5d0d0;
    font-weight: 300;
}


.filters th input[disabled]::-webkit-input-placeholder {
    color: white;
}

.filters th input[disabled]::-moz-placeholder {
    color: white;
}

.filters th input[disabled]:-ms-input-placeholder {
    color: white;
}

.summary {
    background-color: #337ab7;
    color: white;
    text-align: center;

}