﻿.form-control-xs {
    height: calc(1em + .375rem + 2px) !important;
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
.textarea-control-xs {
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}
.bg-balance-danger {
    background-color: #FF3333 !important;
}
.bg-balance-success {
    background-color: #1dc9b7 !important;
}
.readonly {
    background-color: #f3f3f3;
}

/* Chrome, Safari, Edge, Opera */
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield;
}*/

/*.dt-button-collection.fixed.columns {
    position: absolute !important;
}*/