.b-btn {display: inline-block;font-weight: 400;color: #212529;text-align: center;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: .375rem .75rem;font-size: 1rem;line-height: 1.5;border-radius: .25rem;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; margin-bottom: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);  margin:1px; }
.b-btn:hover {color: #212529;text-decoration: none;}
.b-btn-primary {color: #fff;background-color: #007bff;border-color: #007bff;}
.b-btn-primary:hover {color: #fff;background-color: #0069d9;border-color: #0062cc;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {color: #fff;background-color: #0062cc;border-color: #005cbf;}.b-btn-primary.focus, .b-btn-primary:focus {color: #fff;background-color: #0069d9;border-color: #0062cc;box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);}.b-btn.focus, .b-btn:focus {outline: 0;box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);}

.b-btn-success {color: #fff;background-color: #4caf50;border-color: #4caf50;}
.b-btn-danger {color: #fff;background-color: #e44c41;border-color: #e44c41;}
.b-btn-danger:hover {color: #fff;background-color: #e44c41;border-color: #e44c41;}
.b-btn-danger.focus, .b-btn-danger:focus {color: #fff;background-color: #e44c41;border-color: #e44c41;box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);}.b-btn.focus, .b-btn:focus {outline: 0;box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);}
.b-btn-warning {color: #fff;background-color: #ff9100;border-color: #ff9100;}
.b-btn-warning:hover {color: #fff;background-color: #e38203;border-color: #e38203;}

.b-btn-info {color: #fff;background-color: #17a2b8;border-color: #17a2b8;}
.b-btn-info:hover {color: #fff;background-color: #138496;border-color: #117a8b;}

.b-btn-secondary {color: #fff;background-color: #6c757d;border-color: #6c757d;}
.b-btn-secondary:hover {color: #fff;background-color: #5a6268;border-color: #545b62;}

.b-btn-cyan {color: #fff;background-color: #00bcd4;border-color: #00bcd4;}
.b-btn-cyan:hover {color: #fff;background-color: #08b1c7;border-color: #08b1c7;}

.b-btn:disabled,
.b-btn[disabled]{background-color: #dfdfdf;border-color: #dfdfdf;}

.b-btn.btn-sm {padding: .25rem .5rem;font-size: .875rem;line-height: 1.5;border-radius: .2rem;}

.b-input-group{ position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch;align-items: stretch;width: 100%;}
.b-input-group>.b-custom-select:not(:last-child), .b-input-group>.form-control-bmz:not(:last-child) { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
.b-input-group>.b-custom-file, .b-input-group>.b-custom-select, .b-input-group>.form-control-bmz {position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto;flex: 1 1 auto; width: 1%;margin-bottom: 0;}
.b-input-group-append {margin-left: -1px;}
.b-input-group-append, .b-input-group-prepend {display: -webkit-box;display: -ms-flexbox;display: flex;}
.b-input-group-prepend {margin-right: -1px;}
.b-input-group>.b-custom-select:not(:first-child), .b-input-group>.form-control-bmz:not(:first-child) {border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.b-input-group .form-control-bmz{width: auto !important;margin: 0px !important;}
.b-input-group label.error{position: absolute;margin-top: 38px;}
.b-input-group>.b-input-group-append>.b-btn, 
.b-input-group>.b-input-group-append>.b-input-group-text, 
.b-input-group>.b-input-group-prepend:first-child>.b-btn:not(:first-child), 
.b-input-group>.b-input-group-prepend:first-child>.b-input-group-text:not(:first-child), 
.b-input-group>.b-input-group-prepend:not(:first-child)>.b-btn, 
.b-input-group>.b-input-group-prepend:not(:first-child)>.b-input-group-text {border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;}
.b-input-group>.b-input-group-append:last-child>.b-btn:not(:last-child):not(.dropdown-toggle), 
.b-input-group>.b-input-group-append:last-child>.b-input-group-text:not(:last-child), 
.b-input-group>.b-input-group-append:not(:last-child)>.b-btn, 
.b-input-group>.b-input-group-append:not(:last-child)>.b-input-group-text, 
.b-input-group>.b-input-group-prepend>.b-btn, 
.b-input-group>.b-input-group-prepend>.b-input-group-text {border-top-right-radius: 0;border-bottom-right-radius: 0;}


.b-btn-group {
    border-radius: 0.375rem;
}
.b-btn-group, .b-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.b-btn-group .btn_f 
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.b-btn-group-vertical>.b-btn, .b-btn-group>.b-btn {
    position: relative;
    flex: 1 1 auto;
}
.b-btn-group>.b-btn-group:not(:first-child), .b-btn-group>:not(.b-btn-check:first-child)+.b-btn {
    margin-left: calc(-1 * 1px);
}
.b-btn-group .btn_l {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.b-dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.b-dropdown-toggle {
    white-space: nowrap;
}
.b-visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .b-visually-hidden:not(caption) {
    position: absolute !important;
}
.b-visually-hidden, .b-visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.b-dropdown-toggle-split::after, .b-dropend .b-dropdown-toggle-split::after, .b-dropup .b-dropdown-toggle-split::after {
    margin-left: 0;
}
.b-dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.b-dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: rgba(0, 0, 0, 0.175);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #212529;
    --bs-dropdown-link-hover-bg: #f8f9fa;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: rgba(33, 37, 41, 0.5);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.b-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.b-btn-group .b-btn{
	box-shadow: none;
}