﻿.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    border: 1px solid #dedada;
    padding: 0.5rem 1.375rem;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 0.875rem;
    line-height: 0.5rem;
    vertical-align: top;
    margin-bottom: 0.1rem;
}

.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    padding: 0.5rem 0.9375rem;
}

select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    /*outline: 1px solid #514a4a52;*/
    border: 1px solid #514a4a52;
    color:black;
}