.x-keyboard-mode .x-btn-focus.x-btn-default-toolbar-small,
.x-keyboard-mode .x-btn-focus.x-btn-menu-active.x-btn-default-toolbar-small,
.x-keyboard-mode .x-btn-focus.x-btn-pressed.x-btn-default-toolbar-small {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.x-keyboard-mode .x-form-checkbox-focus.x-form-checkbox-default {
    color: inherit !important;
}
.x-keyboard-mode .x-grid-cell-inner-action-col :focus {
    outline: none !important;
}
.x-keyboard-mode .x-grid-item-focused .x-grid-cell-inner:before {
    border: 0 none !important;
}

/******* FONT *******/
.x-body,
.x-body .x-btn-inner-default-small,
.x-body .x-btn-inner-default-toolbar-small,
.x-body .x-column-header,
.x-body .x-fieldset-header-default > .x-fieldset-header-text,
.x-body .x-form-cb-label-default,
.x-body .x-form-item-label-default,
.x-body .x-grid-empty,
.x-body .x-grid-item,
.x-body .x-menu-item-text-default,
.x-body .x-panel-header-title-default,
.x-body .x-toolbar-text-default,
.x-body .x-window-body-default {
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji' !important;
}

/*******FONTAWESOME *******/
.x-body .fa {
    font-family: FontAwesome;
    font-weight: normal;
}
.x-body .fa-stack {
    width: 2em;
}

/******* FORM *******/
.x-body .bd-entclassfieldcontainer .x-form-item {
    padding: 0 !important;
}
.x-body .bd-entclassfieldcontainer .x-form-text-default,
.x-body .bd-entclassfieldcontainer .x-form-trigger-wrap-default {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.x-body .bd-entclassfieldcontainer .x-btn-default-small {
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.x-body .bd-entclassfieldcontainer .x-btn-default-small:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-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;
}
.x-body .bd-entclassfieldcontainer .x-btn-focus.x-btn-default-small {
    background-color: transparent;
    box-shadow: none;
    /*box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, .5) !important;*/
}
.x-body .bd-entclassfieldcontainer .x-btn-over.x-btn-default-small {
    background-color: #6c757d;
}
.x-body .bd-entclassfieldcontainer .x-btn-icon-el-default-small {
    color: #6c757d;
}
.x-body .bd-entclassfieldcontainer .x-btn-over .x-btn-icon-el-default-small {
    color: #fff;
}
.x-body .bd-entclassfieldcontainer .x-form-trigger-default {
    border-radius: 0;
}
.x-body .bd-required {
    color: #dc3545;
}
.x-body .x-autocontainer-form-item,
.x-body .x-anchor-form-item,
.x-body .x-vbox-form-item,
.x-body .x-table-form-item {
    margin-bottom: 1rem !important;
}
.x-body .x-boundlist-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
    padding: .25rem .5rem;
}
.x-body .x-fieldset {
    background-color: inherit;
}
.x-body .x-fieldset-header-default {
    align-items: center;
    display: flex;
}
.x-body .x-fieldset-header-default > .x-fieldset-header-text {
    color: #212529;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
}
.x-body .x-fieldset-header-tool-default {
    margin-left: 0;
}
.x-body .x-form-cb-default {
    color: #404040;
    margin-top: 11px;
}
.x-body .x-form-cb-label-default {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.x-body .x-form-check-group > .x-form-type-checkbox.x-form-item {
    margin-left: 0 !important;
}
.x-body .x-form-item {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}
.x-body .x-form-item.x-form-fieldcontainer .x-form-item {
    margin-bottom: 1rem !important;
}
.x-body .x-form-item-body-default SPAN.help {
    color: #6c757d !important;
    display: block;
    font-size: .8rem;
    font-weight: 400;
    margin-top: .25rem;
}
.x-body .x-form-item-body-default.x-form-checkboxgroup-body {
    padding: 0;
}
.x-body .x-form-item-label-default {
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}
.x-body .x-form-item-label-default.x-form-item-label-top > .x-form-item-label-inner {
    padding-bottom: .5rem !important;
    padding-top: 0 !important;
}
.x-body .x-form-radio {
    text-align: center;
}
.x-body .x-form-text-default {
    background-clip: padding-box;
    background-color: #fff;
    border-radius: .2rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5 !important;
    padding: .25rem .5rem;
}
.x-body .x-form-trigger-default {
    background-clip: padding-box;
    border-radius: .2rem;
}
.x-body .x-form-trigger-wrap-default{
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    outline: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*.x-body .x-form-trigger-wrap-default.x-form-trigger-wrap-focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}*/
.x-body .x-form-trigger-wrap-default.x-form-trigger-wrap-invalid {
    border-color: #dc3545;
}
.x-body .x-form-trigger-wrap-default.x-form-trigger-wrap-invalid.x-form-trigger-wrap-focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
}
.x-body .x-panel-body-default {
    background: inherit;
}
.x-body .x-responsivecolumn {
    padding: 1rem 0 0 1rem;
}
.x-body .x-responsivecolumn > *.bd-mosaic {
    margin: 0;
}
.x-body .x-responsivecolumn > *:not(.bd-mosaic) {
    margin: 0 1rem 1rem 0;
}
.x-body .x-responsivecolumn .x-responsivecolumn {
    padding: 0;
}
.x-body .x-responsivecolumn .big-100 {
    width: calc(100% - 1rem);
}
.x-body .x-responsivecolumn .big-80 {
    width: calc(80% - 1rem);
}
.x-body .x-responsivecolumn .big-67 {
    width: calc(67% - 1rem);
}
.x-body .x-responsivecolumn .big-60 {
    width: calc(60% - 1rem);
}
.x-body .x-responsivecolumn .big-50 {
    width: calc(50% - 1rem);
}
.x-body .x-responsivecolumn .big-40 {
    width: calc(40% - 1rem);
}
.x-body .x-responsivecolumn .big-33 {
    width: calc(33% - 1rem);
}
.x-body .x-responsivecolumn .big-25 {
    width: calc(25% - 1rem);
}
.x-body .x-responsivecolumn .big-20 {
    width: calc(20% - 1rem);
}
.x-body .x-responsivecolumn .bd-mosaic.big-100 {
    width: calc(100%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-80 {
    width: calc(80%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-67 {
    width: calc(67%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-60 {
    width: calc(60%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-50 {
    width: calc(50%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-40 {
    width: calc(400%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-33 {
    width: calc(33%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-25 {
    width: calc(25%);
}
.x-body .x-responsivecolumn .bd-mosaic.big-20 {
    width: calc(20%);
}
.x-body .x-responsivecolumn-large > .no-spacing.big-100 {
    width: 100%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-80 {
    width: 80%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-67 {
    width: 66.66%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-60 {
    width: 60%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-50 {
    width: 50%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-40 {
    width: 40%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-33 {
    width: 33.33%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-25 {
    width: 25%;
}
.x-body .x-responsivecolumn-large > .no-spacing.big-20 {
    width: 20%;
}
.x-body .x-responsivecolumn-small > .no-spacing.small-100 {
    width: 100%;
}
.x-body .x-responsivecolumn-small > .no-spacing.small-50 {
    width: 50%;
}
.x-body .x-toolbar-default {
    padding: .25rem;
}
.x-body .x-toolbar-default .x-box-target {
    left: -4px;
    top: -4px;
}
.x-body .x-toolbar-default .x-toolbar-item {
    margin: .25rem !important;
}
.x-body .x-toolbar-default .x-toolbar-item,
.x-body .x-toolbar-default .x-toolbar-text-default {
    font-size: .75rem;
}
.x-body .x-toolbar-default.x-grid-paging-toolbar .x-btn-icon-el,
.x-body .x-toolbar-default.x-grid-paging-toolbar .x-toolbar-item,
.x-body .x-toolbar-default.x-grid-paging-toolbar .x-toolbar-text-default {
    color: #212529;
    font-size: 1rem;
    font-weight: 500;
}
.x-body .x-toolbar-default.x-grid-paging-toolbar .x-btn-over.x-btn-plain-toolbar-small {
    background-color: transparent;
    border-color: transparent;
}
.x-body.x-keyboard-mode .x-toolbar-default.x-grid-paging-toolbar .x-btn-focus.x-btn-plain-toolbar-small,
.x-body.x-keyboard-mode .x-toolbar-default.x-grid-paging-toolbar .x-btn-focus.x-btn-over.x-btn-plain-toolbar-small {
    box-shadow: none;
}
.x-body INPUT:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.x-body INPUT:not([type='file']):disabled,
.x-body INPUT:not([type='file']):read-only {
    background-color: #e9ecef;
    opacity: 1;
}

/******* ALERT *******/
.bd-alert {
    border: 1px solid transparent;
    border-radius: .25rem !important;
}
.bd-alert HR {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-top-color: currentColor;
}
.bd-alert .x-window-body-default,
.bd-alert .x-window-header-default-top {
    background-color: transparent;
}
.bd-alert.x-container-default,
.bd-alert .x-window-body-default {
    /*font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
.bd-alert .x-window-body-default P {
    margin: 0;
}
.bd-alert .x-autocontainer-innerCt {
    padding: .75rem 1.25rem .75rem 1.25rem !important;
}
.bd-alert .x-window-body-default .x-autocontainer-innerCt {
    padding: 1rem 1.25rem .75rem 1.25rem !important;
}
.bd-alert .x-window-header-default {
    border: 0 none;
}
.bd-alert .x-window-header-default:after {
    background-color: rgba(0, 0, 0, .1);
    content : '';
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 1px;
    width   : calc(100% - 2rem);
    margin: 0 1rem;
}
.bd-alert .x-window-header-default-top {
    padding: 0;
}
.bd-alert .x-window-header-title-default {
    padding: 1rem;
}
.bd-alert .x-window-header-title-default,
.bd-alert .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.x-window-header-title-default > .x-title-icon-wrap-default.x-title-icon-left {
    width: 1.95rem !important;
}
.bd-alert .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    height: auto;
    width: auto;
}
.bd-alert.bd-alert-border-primary .x-window-header-default:after {
    background-color: #fff;
}
.bd-alert.bd-alert-border-primary {
    background-color: #fff;
    border-color: #0d6efd;
}
.bd-alert.bd-alert-error,
.bd-alert.bd-alert-error .x-window-header-title-default,
.bd-alert.bd-alert-error .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
.bd-alert.bd-alert-error .x-window-body-default {
    color: #842029;
}
.bd-alert.bd-alert-error .x-window-header-default:after {
    background-color: #842029;
}
.bd-alert.bd-alert-error{
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.bd-alert.bd-alert-error .x-tool {
    align-items: center;
    display: flex;
    justify-content: center;
    left: unset !important;
    padding: 1rem;
    right: 0;
    width: 60px;
}
.bd-alert.bd-alert-error .x-tool-close {
    color: #842029;
    font-size: 1.5rem;
    font-weight: 700;
    height: auto;
    line-height: 1.2;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}
.bd-alert.bd-alert-information,
.bd-alert.bd-alert-information .x-window-header-title-default,
.bd-alert.bd-alert-information .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
.bd-alert.bd-alert-information .x-window-body-default {
    color: #055160;
}
.bd-alert.bd-alert-information .x-window-header-default:after {
    background-color: #055160;
}
.bd-alert.bd-alert-information {
    background-color: #cff4fc;
    border-color: #b6effb;
}
.bd-alert.bd-alert-primary,
.bd-alert.bd-alert-primary .x-window-header-title-default,
.bd-alert.bd-alert-primary .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
.bd-alert.bd-alert-primary .x-window-body-default {
    color: #084298;
}
.bd-alert.bd-alert-primary .x-window-header-default:after {
    background-color: #cfe2ff;
}
.bd-alert.bd-alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.bd-alert.bd-alert-success,
.bd-alert.bd-alert-success .x-window-header-title-default,
.bd-alert.bd-alert-success .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
.bd-alert.bd-alert-success .x-window-body-default {
    color: #0f5132;
}
.bd-alert.bd-alert-success .x-window-header-default:after {
    background-color: #0f5132;
}
.bd-alert.bd-alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.bd-alert.bd-alert-warning,
.bd-alert.bd-alert-warning .x-window-header-title-default,
.bd-alert.bd-alert-warning .x-window-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default,
.bd-alert.bd-alert-warning .x-window-body-default {
    color: #664d03;
}
.bd-alert.bd-alert-warning .x-window-header-default:after {
    background-color: #664d03;
}
.bd-alert.bd-alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
}
/******* AUTHENTIFICATION *******/
.bd-authentification.x-window-default {
    border: 0 none;
}
.bd-authentification .x-window-header-default-top {
    /*background-color: #0d6efd;*/
    background-color: #1d61ad;
    border: 0 none;
}
.bd-authentification .x-panel-default {
    background-image: url(../images/BeexLogo.png);
    background-position: 5%;
    background-repeat: no-repeat;
    background-size: 40%;
}
.bd-authentification .x-autocontainer-innerCt {
    vertical-align: middle;
}
.bd-authentification .bd-trigger-login.x-form-trigger-default:before {
    content: '\f007';
}
.bd-authentification .bd-trigger-password.x-form-trigger-default:before {
    content: '\f023';
}
.bd-authentification .x-btn .x-btn-icon-el:before {
    right: -.25rem;
    position: absolute;
}
.bd-authentification .outer-div {
    width: 100%;
    text-align: center;
}
.bd-authentification .outer-div:after {
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    position: absolute;
    left: 0;
    top: 9px;
}
.bd-authentification .seperator {
    text-align: center;
    color: #a1a1a2;
    font-family: 'Open Sans';
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

/******* BUTTON *******/
.bd-button.x-btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: .25rem !important;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bd-button.x-btn.x-btn-disabled.x-btn-default-toolbar-small {
    opacity: .65;
}
.bd-button.x-btn .x-btn-icon-el-default-small,
.bd-button.x-btn .x-btn-icon-el-default-toolbar-small,
.bd-button.x-btn .x-btn-inner-default-small ,
.bd-button.x-btn .x-btn-inner-default-toolbar-small {
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 1.5rem;
    line-height: 1.5;
}

.bd-button.bd-button-danger.x-btn {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}
/*.bd-button.bd-button-danger.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, .5) !important;;
}*/
.bd-button.bd-button-danger.x-btn-over {
    color: #fff;
    background-color: #bb2d3b !important;
    border-color: #b02a37;
}

.bd-button.bd-button-dark.x-btn {
    color: #fff;
    background-color: #212529 !important;
    border-color: #212529;
}
/*.bd-button.bd-button-dark.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, .5) !important;;
}*/
.bd-button.bd-button-dark.x-btn-over {
    color: #fff;
    background-color: #1c1f23 !important;
    border-color: #1a1e21;
}

.bd-button.bd-button-info.x-btn {
    color: #fff;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0;
}
/*.bd-button.bd-button-info.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, .5) !important;;
}*/
.bd-button.bd-button-info.x-btn.x-btn-over {
    color: #fff;
    background-color: #31d2f2 !important;
    border-color: #25cff2;
}

.bd-button.bd-button-light.x-btn {
    color: #212529;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
}
/*.bd-button.bd-button-light.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, .5) !important;;
}*/
.bd-button.bd-button-light.x-btn.x-btn-over {
    color: #212529;
    background-color: #f9fafb !important;
    border-color: #f9fafb;
}

.bd-button.bd-button-primary.x-btn {
    color: #fff;
    background-color: #1d61ad !important;
    border-color: #1d61ad;
}
/*.bd-button.bd-button-primary.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, .5) !important;
}*/
.bd-button.bd-button-primary.x-btn-over {
    color: #fff;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca;
}

.bd-button.bd-button-secondary.x-btn {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d;
}
/*.bd-button.bd-button-secondary.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, .5) !important;;
}*/
.bd-button.bd-button-secondary.x-btn-over {
    color: #fff;
    background-color: #5c636a !important;
    border-color: #565e64;
}

.bd-button.bd-button-success.x-btn {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754;
}
/*.bd-button.bd-button-success.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, .5) !important;;
}*/
.bd-button.bd-button-success.x-btn-over {
    color: #fff;
    background-color: #157347 !important;
    border-color: #146c43;
}

.bd-button.bd-button-warning.x-btn {
    color: #212529;
    background-color: #ffc107 !important;
    border-color: #ffc107;
}
/*.bd-button.bd-button-warning.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, .5) !important;;
}*/
.bd-button.bd-button-warning.x-btn-over {
    color: #212529;
    background-color: #ffca2c !important;
    border-color: #ffc720;
}

.bd-button.bd-button-outline-danger.x-btn {
    color: #dc3545;
    background-color: transparent !important;
    border-color: #dc3545;
}
/*.bd-button.bd-button-outline-danger.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .5) !important;;
}*/
.bd-button.bd-button-outline-danger.x-btn-over {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}

.bd-button.bd-button-outline-dark.x-btn {
    color: #212529;
    background-color: transparent !important;
    border-color: #212529;
}
/*.bd-button.bd-button-outline-dark.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, .5) !important;;
}*/
.bd-button.bd-button-outline-dark.x-btn-over {
    color: #fff;
    background-color: #212529 !important;
    border-color: #212529;
}

.bd-button.bd-button-outline-info.x-btn {
    color: #0dcaf0;
    background-color: transparent !important;
    border-color: #0dcaf0;
}
/*.bd-button.bd-button-outline-info.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, .5) !important;;
}*/
.bd-button.bd-button-outline-info.x-btn.x-btn-over {
    color: #000;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0;
}

.bd-button.bd-button-outline-light.x-btn {
    color: #f8f9fa;
    background-color: transparent !important;
    border-color: #f8f9fa;
}
/*.bd-button.bd-button-outline-light.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, .5) !important;;
}*/
.bd-button.bd-button-outline-light.x-btn.x-btn-over {
    color: #000;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa;
}

.bd-button.bd-button-outline-primary.x-btn {
    color: #0d6efd;
    background-color: transparent !important;
    border-color: #0d6efd;
}
/*.bd-button.bd-button-outline-primary.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .5) !important;
}*/
.bd-button.bd-button-outline-primary.x-btn-over {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}

.bd-button.bd-button-outline-secondary.x-btn {
    color: #6c757d;
    background-color: transparent !important;
    border-color: #6c757d;
}
/*.bd-button.bd-button-outline-secondary.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, .5) !important;;
}*/
.bd-button.bd-button-outline-secondary.x-btn-over {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #6c757d;
}

.bd-button.bd-button-outline-success.x-btn {
    color: #198754;
    background-color: transparent !important;
    border-color: #198754;
}
/*.bd-button.bd-button-outline-success.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, .5) !important;;
}*/
.bd-button.bd-button-outline-success.x-btn-over {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754;
}

.bd-button.bd-button-outline-warning.x-btn {
    color: #ffc107;
    background-color: transparent !important;
    border-color: #ffc107;
}
/*.bd-button.bd-button-outline-warning.x-btn-focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, .5) !important;;
}*/
.bd-button.bd-button-outline-warning.x-btn-over {
    color: #000;
    background-color: #ffc107 !important;
    border-color: #ffc107;
}

/*************************** LOOK HEADER **************/
.x-menu-item-default.x-menu-item-focus,
.x-menu-item-default.x-menu-item-active {
    background-image: none;
    background-color: #f8f9fa !important;
}
.x-menu-item-focus .x-menu-item-text-default,
.x-menu-item-active .x-menu-item-text-default {
    color: #212529 !important;
}

.x-menu-item {
    border: 1px solid transparent;
    padding: .25rem .25rem;
}

/******* BADGE *******/
.badge {
    display: inline-block;
    padding: .35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.bg-danger {
    background-color: #dc3545!important;
}
.bg-dark {
    background-color: #212529!important;
}
.bg-information {
    background-color: #0dcaf0!important;
    color: #212529!important;
}
.bg-light {
    background-color: #f8f9fa!important;
    color: #212529!important;
}
.bg-primary {
    background-color: #0d6efd!important;
}
.bg-secondary {
    background-color: #6c757d!important;
}
.bg-success {
    background-color: #198754!important;
}
.bg-warning {
    background-color: #ffc107!important;
    color: #212529!important;
}
/******* CARD *******/
.bd-card.bd-grid .x-grid-with-row-lines .x-grid-item.x-grid-item-over,
.bd-card.bd-grid .x-grid-with-row-lines .x-grid-item.x-grid-item-selected {
    background-color: #fff;
    border-color: #681919;
}
.bd-card.bd-grid .x-panel-body-default {
    padding: 0;
}
.bd-card.bd-grid .x-panel-body-default TD:first-child {
    padding-left: .5rem;
}
.bd-card.bd-grid .x-panel-body-default TD:last-child {
    padding-right: .5rem;
}
.bd-card.bd-grid.bd-grid-item-nb .x-grid-header-ct {
    border-bottom: 0 none !important;
}
.bd-card.bd-grid.bd-grid-item-nb .x-grid-with-row-lines .x-grid-item {
    border-top: 0 none !important;
}
.bd-card.bd-grid.bd-grid-item-nb .x-grid-with-row-lines .x-grid-item:last-child {
    padding-bottom: .5rem;
}
.bd-card.x-panel-default {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.bd-card .x-panel-body-default {
    background: #fff;
    padding: 0 1rem 1rem 1rem;
}
.bd-card .x-panel-header-default {
    background-color: #fff !important;
    border: 0 none;
    padding: 1rem 1rem .5rem 1rem !important;
}
.bd-card .x-panel-header-title-default {
    color: #212529 !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.bd-card .x-toolbar-default {
    padding: 1rem;
    border-top: 1px solid #e9ecef !important;
}
/******* FIELDSET *******/
.bd-fieldset-invisible.x-fieldset-default {
    border: 0 none !important;
    margin: 0;
    padding: 0;
}

/******* FILE *******/
.bd-file .x-form-file-btn,
.bd-file .x-btn-focus.x-form-file-btn,
.bd-file .x-btn-over.x-form-file-btn {
    background-color: transparent !important;
    border: 2px dashed #ced4da !important;
    border-radius: .2rem !important;
    box-shadow: none !important;
}
.bd-file .x-form-file-btn .x-btn-icon-el-default-large,
.bd-file .x-form-file-btn .x-btn-inner-default-large {
    color: #606060;
}
.bd-file .bd-file-item .x-panel-body-default {
    padding: 0;
}
.bd-file .bd-file-item .x-panel-header-default {
    background-color: transparent;
    padding: 0;
}
.bd-file .bd-file-item .x-panel-header-title-default > .x-title-icon-wrap-default.x-title-icon-left {
    width: 30px;
    padding: 0 7px;
}
.bd-file .bd-file-item .x-panel-header-title-default,
.bd-file .bd-file-item .x-panel-header-title-default > .x-title-icon-wrap-default > .x-title-icon-default {
    color: #495057;
    font-weight: 400;
}
.bd-file .bd-file-item .x-btn-focus.x-btn-default-small {
    background-color: transparent;
    box-shadow: none !important;
}
.bd-file .bd-file-item .x-btn-default-small {
    background-color: transparent;
    border: 0 none;
}
.bd-file .bd-file-item .x-btn-icon-el-default-small {
    color: #606060;
}
.bd-file .bd-file-item .x-toolbar-default {
    border: 0 none;
}
.bd-file .bd-file-item .x-progress-default {
    background-color: #e9ecef;
    border-radius: .25rem;
    height: .5rem;
}
.bd-file .bd-file-item .x-progress-default .x-progress-bar-default {
    background-color: #0d6efd;
    border-radius: .25rem;
}

/******* FORM *******/
.bd-form {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
}
.bd-form .x-panel-body-default {
    padding: 1rem .75rem 0 .75rem;
}
.bd-form .bd-form-fieldcontainer.x-form-item.x-form-fieldcontainer {
    margin: 0 !important;
    padding: 0 !important;
}
.bd-form .x-boundlist {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.bd-form .x-boundlist-item {
    border: 0 none;
    min-height: 2rem;
}
.bd-form .x-boundlist-item-over {
    color: #404040;
    background: #cfe2ff;
}
.bd-form .x-boundlist-selected {
    color: #fff;
    background: #0d6efd;
}

/******* GRID *******/
.bd-grid {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
}
.bd-grid-nb {
    border: 0 none !important;
    border-radius: 0;
}
.bd-grid .x-action-col-icon {
    font-size: 1rem;
    height: 100%;
    line-height: 1.5rem;
    text-align: center;
    width: 100%;
}
.bd-grid .bd-alert-error .x-action-col-icon {
    color: #dc3545;
}
.bd-grid .bd-alert-primary .x-action-col-icon {
    color: #007bff;
}
.bd-grid .bd-alert-secondary .x-action-col-icon {
    color: #6c757d;
}
.bd-grid .bd-alert-success .x-action-col-icon {
    color: #198754;
}
.bd-grid .bd-alert-warning .x-action-col-icon {
    color: #ffc107;
}
.bd-grid .x-column-header {
    border: 0 none !important;
    color: #212529;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
}
.bd-grid .x-column-header-inner,
.bd-grid .x-grid-cell-inner,
.bd-grid .x-grid-cell-inner-action-col,
.bd-grid .x-grid-empty,
.bd-grid .x-grid-group-hd {
    padding: .5rem
}
.bd-grid .x-grid-body {
    border: 0 none;
}
.bd-grid .x-grid-cell-inner-action-col,
.bd-grid .x-grid-group-title {
    font-size: 1rem;
    line-height: 1.5rem;
}
.bd-grid .x-grid-cell.status I {
    margin-right: 0.5rem;
}
.bd-grid .x-grid-cell.status.danger I {
    color: #dc3545;
}
.bd-grid .x-grid-cell.status.primary I {
    color: #1d61ad;
}
.bd-grid .x-grid-cell.status.success I {
    color: #198754;
}
.bd-grid .x-grid-empty {
    color: #404040;
}
.bd-grid .x-grid-empty,
.bd-grid .x-grid-item {
    font-size: 1rem;
    font-weight: 400;
    /*line-height: 1.5rem;*/
}
.bd-grid .x-grid-header-ct {
    border: 0 none;
    border-bottom: 1px solid #dee2e6 !important;
}
.bd-grid .x-grid-row.danger {
    background-color: #f8d7da;
}
.bd-grid .x-grid-row.dark {
    background-color: #212529;
    color: #fff;
}
.bd-grid .x-grid-row.info {
    background-color: #cff4fc;
}
.bd-grid .x-grid-row.light {
    background-color: #f8f9fa;
}
.bd-grid .x-grid-row.primary {
    background-color: #cfe2ff;
}
.bd-grid .x-grid-row.secondary {
    background-color: #e2e3e5;
}
.bd-grid .x-grid-row.success {
    background-color: #d1e7dd;
}
.bd-grid .x-grid-row.warning {
    background-color: #fff3cd;
}
.bd-grid .x-grid-td {
    border: 0 none !important;
}
.bd-grid .x-grid-with-row-lines .x-grid-item{
    border-top: 1px solid #dee2e6 !important;
}
.bd-grid .x-grid-with-row-lines .x-grid-item:last-child {
    border-bottom: none;
}
.bd-grid .x-grid-with-row-lines .x-grid-item.x-grid-item-over,
.bd-grid .x-grid-with-row-lines .x-grid-item.x-grid-item-selected {
    background-color: #cfe2ff;
}
.bd-grid .x-toolbar-docked-bottom {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}
.bd-grid .x-toolbar-docked-top {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

/******* GRID SMALL *******/
.bd-grid-small .x-column-header-inner,
.bd-grid-small .x-grid-cell-inner,
.bd-grid-small .x-grid-cell-inner-action-col,
.bd-grid-small .x-grid-group-hd {
    padding: .3rem;
}
.bd-grid-small .x-grid-cell-inner,
.bd-grid-small .x-grid-cell-inner-action-col {
    height: 32px;
}

/******* HEADER *******/
.bd-form .x-panel-header-default,
.bd-grid .x-panel-header-default {
    background-image: none;
    background-color: transparent;
}
.bd-form .x-panel-header-default-horizontal.x-header-noborder,
.bd-grid .x-panel-header-default-horizontal.x-header-noborder {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
}

.bd-form .x-panel-header-title-default,
.bd-grid .x-panel-header-title-default {
    color: #212529;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

/******* HEADERBAR *******/
.bd-headerbar.x-toolbar-default {
    padding: 0;
}
.bd-headerbar.x-toolbar-default .x-box-target {
    left: 0;
    top: 0;
}
.bd-headerbar.x-toolbar-default .bd-button {
    top: 5px !important;
}
.bd-headerbar .bd-button:last-child {
    margin-right: 1.25rem !important;
}
.bd-headerbar.x-toolbar-default .bd-nav-toggle.nav-tree-animating,
.x-treelist-nav.nav-tree-animating {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px -5px, rgba(0, 0, 0, 0.14) 0px 0px 24px 2px, rgba(0, 0, 0, 0.12) 0px 0px 30px 5px !important;
}
.bd-headerbar.x-toolbar-default .bd-nav-toggle.x-btn-default-toolbar-small {
    border: 0 none;
    height: 56px;
    margin: 0px !important;
    padding: 0px;
}
.bd-headerbar.x-toolbar-default .bd-nav-toggle .x-btn-icon-el-default-toolbar-small {
    color: #6c757d;
    font-size: 1.25rem;
    margin-right: 0 !important;
    width: 56px;
}
.bd-headerbar.x-toolbar-default .bd-nav-toggle .x-btn-inner-default-toolbar-small {
    color: #6c757d;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
}
.bd-headerbar.x-toolbar-default .x-toolbar-text-default {
    color: #6c757d;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 0 .5rem !important;
    padding: 0;
}

/******* LEGEND ********/
legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 0 .25rem;
    white-space: normal;
    width: 100%;
}

/******* LOADING *******/
.bd-loading {
    background : no-repeat center/15% url(../images/BeexLoading.gif);
    cursor : wait;
    height : 100%;
    left : 0px;
    position : fixed;
    top : 0px;
    z-index: 9999;
    width : 100%;
}

.pace .pace-progress {
    background: #1d61ad;
}

/******* LOGO *******/
.main-logo{
    background: url('../images/logo.png') left center no-repeat;
    margin-left: 22px;
    padding-left: 49px;
}

/******* MENU *******/
.x-body .x-menu-item-text-default,
.x-body .x-menu-item-active .x-menu-item-text-default{
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    height: 1.5rem;
    line-height: 1.5;
}
.x-body .x-menu-item-default:focus,
.x-body .x-menu-item-default:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

/******* NAVIGATION *******/
.bd-navigation.x-toolbar-default {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: .25rem;
    padding: .5rem 1rem;
}
.bd-navigation.bd-navigation-nb.x-toolbar-default {
    border: 0 none !important;
    border-radius: 0;
    padding: 1.25rem 1rem;
}
.bd-navigation.bd-navigation-nb.x-toolbar-default .x-toolbar-item {
    margin: 0 .25rem;
}
.bd-navigation .x-btn-default-toolbar-small,
.bd-navigation .x-btn-over.x-btn-default-toolbar-small {
    background-color: inherit;
    border: 0 none;
    padding: .5rem 1rem;
}
.bd-navigation .x-btn.x-btn-pressed.x-btn-default-toolbar-small {
    background-color: #1d61ad;
    border-color: #1d61ad;
    border-radius: .25rem;
    padding: .5rem 1rem;
}
.bd-navigation .x-btn .x-btn-icon-el-default-toolbar-small,
.bd-navigation .x-btn .x-btn-inner-default-toolbar-small {
    color: #1d61ad;
}
.bd-navigation .x-btn .x-btn-inner-default-toolbar-small {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.bd-navigation .x-btn.x-btn-over .x-btn-icon-el-default-toolbar-small,
.bd-navigation .x-btn.x-btn-over .x-btn-inner {
    color: #0a58ca;
}
.bd-navigation .x-btn.x-btn-pressed .x-btn-icon-el-default-toolbar-small,
.bd-navigation .x-btn.x-btn-pressed .x-btn-inner {
    color: #fff;
}

/******* PANEL *******/
.bd-panel .x-panel-body-default {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: .3rem;
    outline: 0;
}
.bd-panel.bd-panel-nb .x-panel-body-default {
    border-bottom-width: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bd-panel.bd-panel-nt .x-panel-body-default {
    border-top-width: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bd-panel .x-toolbar-default {
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2) !important;
    border-radius: .3rem;
    outline: 0;
}
.bd-panel .bd-toolbar-nb.x-toolbar-default {
    border-bottom-width: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bd-panel .bd-toolbar-nt.x-toolbar-default {
    border-top-width: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/******* PROGRESS *******/
.bd-progress.x-progress-default {
    background-color: #e9ecef;
    border-radius: .25rem;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}
.bd-progress.x-progress-default .x-progress-bar-default {
    background-color: #0d6efd;
    border-radius: .25rem;
}

/******* SERVICE *******/
.bd-service-close {
    margin: 0 1rem 1rem 0;
}
.bd-service-open {
    padding: 1rem 0 0 1rem;
}

/******* TREELISTNAV *******/
.x-treelist-nav.x-treelist-floater {
    display: none;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-container .x-treelist-item-wrap {
    margin-left: 28px !important;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-expander{
    height: 56px;
    width: 24px;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-tool {
    height: 56px;
    width: 56px;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-expander,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon:before,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-tool:before {
    line-height: 56px;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-expander,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-text,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-tool {
    color: #6c757d;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool ,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected .x-treelist-item-expander,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected .x-treelist-item-icon,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected .x-treelist-item-text,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected-parent > .x-treelist-row .x-treelist-item-expander,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected-parent > .x-treelist-row .x-treelist-item-icon,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected-parent > .x-treelist-row .x-treelist-item-text {
    color: #1d61ad;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-text {
    font-weight: 500;
    line-height: 56px;
    margin-left: 56px;
    margin-right: 24px;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-tool,
.bd-treelist-nav.x-treelist-nav .x-treelist-row {
    padding-left: 0;
    padding-right: 0;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-tool:hover,
.bd-treelist-nav.x-treelist-nav .x-treelist-item-selected.x-treelist-item-tool:hover,
.bd-treelist-nav.x-treelist-nav .x-treelist-row:hover > * > .x-treelist-item-expander,
.bd-treelist-nav.x-treelist-nav .x-treelist-row:hover > * > .x-treelist-item-icon,
.bd-treelist-nav.x-treelist-nav .x-treelist-row:hover > * > .x-treelist-item-text {
    color: #0056b3;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon.bd-badge:after {
    background-clip: padding-box;
    color: #b3261e !important;
    content: '\f111' !important;
    display: inline-block;
    font-family: FontAwesome;
    font-size: .75rem;
    position: relative;
    right: 7px;
    top: 5px;
}

.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon.bd-badge.bd-badge-danger:after {
    color: #dc3545 !important;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon.bd-badge.bd-badge-info:after {
    color: #0dcaf0 !important;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon.bd-badge.bd-badge-success:after {
    color: #198754 !important;
}
.bd-treelist-nav.x-treelist-nav .x-treelist-item-icon.bd-badge.bd-badge-warning:after {
    color: #ffc107 !important;
}

/******* TREEPANEL *******/
.bd-treepanel.x-tree-panel {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.bd-treepanel.x-tree-panel .x-panel-header-default {
    background-color: transparent;
    padding: 8px 0px 5px 0px;
}
.bd-treepanel.x-tree-panel .x-panel-header-title-default {
    color: #212529;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}
.bd-home {
    color: #1d61ad;
}
/******* TRIGGER *******/
.bd-trigger-no-handler {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: text;
    flex-shrink: 0;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}
.bd-trigger-login:before {
    content: '\f007';
}
.bd-trigger-password:before {
    content: '\f023';
}

/******* WINDOW *******/
.bd-window .bd-form {
    border: 0 none !important;
    border-radius: 0;
}
.bd-window .bd-form.bd-service-close {
    margin-right: 0;
    margin-left: -1rem;
}
.bd-window .bd-form .x-panel-body-default {
    padding: 0;
}
.bd-window .x-toolbar-footer {
    background-color: transparent;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
}
.bd-window.x-window-default {
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.bd-window.x-window-default .x-window-body-default {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5rem;
}
.bd-window.x-window-default .x-window-header-default-top {
    background-color: transparent;
    border: 0 none;
}
.bd-window.x-window-default .x-window-header-default-top .x-tool-tool-el {
    color: #212529;
}
.bd-window.x-window-default .x-window-header-default-top {
    border-bottom: 1px solid #E9ECEF !important;
    padding: 0;
}
.bd-window.x-window-default .x-window-header-title-default {
    color: #212529;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 1rem;
    top: unset !important;
}
.bd-window.x-window-default .x-window-item.x-container-default {
    padding: 1rem !important;
}
.bd-window.x-window-default .x-tool {
    align-items: center;
    display: flex;
    justify-content: center;
    left: unset;
    padding: 1rem;
    right: 0;
    top: 0 !important;
}
.bd-window.x-window-default .x-tool-close {
    color: #842029;
    font-size: 1.25rem;
    font-weight: 700;
    height: auto;
    line-height: 1.5;
    text-shadow: 0 1px 0 #fff;
    width: auto;
}
.bd-window.x-window-default .x-toolbar .bd-button.x-btn {
    top: 0 !important;
}
/******* WIZARD *******/
.bd-wizard.bd-form .x-panel-header-default-horizontal.x-header-noborder,
.bd-wizard.bd-grid .x-panel-header-default-horizontal.x-header-noborder {
    padding: 0.75rem 1.25rem 0.25rem 1.25rem;
}
.bd-wizard .bd-wizard-step {
    border: 1px solid;
    border-radius: .25rem;
}
.bd-wizard .bd-wizard-step.bd-wizard-step-primary {
    background-color: #1d61ad !important;
    border-color: #1d61ad;
}
.bd-wizard .bd-wizard-step.bd-wizard-step-outline-primary {
    border-color: #1d61ad;
}
.bd-wizard .bd-wizard-step.bd-wizard-step-gray-300 {
    background-color: #dee2e6 !important;
    border-color: #dee2e6;
}
.x-body .bd-wizard .bd-wizard-toolbar.x-toolbar-default {
    padding: 0.75rem 1.25rem 0.75rem 1rem !important;
}
.x-body .bd-wizard .bd-wizard-toolbar.x-toolbar-default LABEL.x-toolbar-item {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}
/******* YOUSIGN *******/
.bd-yousign-iframe-container {
    height: 100%;
    width: 100%;
}

.bd-yousign-iframe-container IFRAME {
    border: 0 none;
    height: 100%;
    width: 100%;
}


/******* taille hauteur textaera surcharge *******/
.x-form-text-default.x-form-textarea {
    line-height: 20px  !important;
    min-height: 150px  !important;
}