/* bootstrap tewaks */

.btn, .btn-group > .btn {
    padding: .175rem .5rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: .1rem .35rem;
    line-height: 1.25;
}
.col-form-label {
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.form-control, .input-group-prepend .input-group-text, .form-control-plaintext {
    padding-top: .25rem;
    padding-bottom: .25rem;
    height: calc(1.5em + .35rem + 2px);
}
.form-control, .input-group-prepend .input-group-text {
    padding-left: .5rem;
    padding-right: .5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-warning {
    color: #f0a009 !important;
}

.table thead th, .table th {
    vertical-align: middle;
}

.input-group-sm .input-group-append select {
    font-size: 0.95rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.small, small {
    font-size: 90%;
}