
.btn-group-sm>.btn, .btn-sm {
    padding: 2px 4px;
    font-size: .7109375rem;
    border-radius: 0.2rem;
}
.table>:not(caption)>*>* {
    vertical-align: middle;
}
.buttons-c{
    min-width: 80px;
}
label{
    margin-bottom: 0px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flow-root;
}
.select2-container--krajee,.select2-container--krajee .select2-selection--single {
    height: 27px;
}
.select2-container--krajee .select2-selection--single {
    padding: 3px 23px 3px 12px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 26px;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear, .select2-container--krajee .select2-selection--multiple .select2-selection__clear{
    top:4px;
}
.red_flag{
    background: red !important;
    --vz-table-accent-bg: red !important;
}
.nav-custom-outline.nav .nav-link {
    border: 2px solid transparent;
    border-bottom: 3px solid transparent;
}
.input-group-addon.picker{
    position: absolute;
    right: 0;
    display: block;
    z-index: 1;
    width: 27px;
    height: 27px;
    background: #c1c1c1;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
}
.help-block.help-block-error, .help-block{
    font-size: 12px;
}
.kv-fileinput-caption{
    display: none;
}

tr.removed_tr td{
    position: relative;
    opacity: 0.6;
}
tr.removed_tr td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid #111;
    width: 100%;
}
.bootstrap-timepicker-hour.form-control,
.bootstrap-timepicker-minute.form-control,
.bootstrap-timepicker-meridian.form-control{
    padding: 5px 0;
}
#loading-image{
    background: #0000004d;position: fixed;z-index: 9999999;top:0;left: 0;width: 100%;bottom: 0;display: none;
}
#loading-image .spinner-border{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.iframe-loads{
    width: 100%;
    height: 1000px;
    border: none;
}
.hide-cb .buttons-c{
    display: none !important;
}