html {
    font-size: 13px;
}

body {
    line-height: 1.3;
}

thead {
    background: white;
}

table th.min-width,
table td.min-width {
    width: 1px;
}

.table td .form-group {
    margin-bottom: 0;
}

.select2-selection__rendered {
    color: #495057 !important;
    padding-left: .75rem !important;
    line-height: 30px !important;
}

.select2-selection {
    border-radius: .2rem !important;
    color: black !important;
    height: 31px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection.is-invalid {
    border: 1px solid #dc3545 !important;
}

.select2-selection__arrow {
    height: 28px !important;
}

.form-inline-label .form-control,
.form-inline-label .select2-container {
    display: inline-block;
    width: 180px !important;
}
