@charset "UTF-8";

@font-face {
    font-family: "jab";
    src: url("fonts/jab.eot");
    src: url("fonts/jab.eot?#iefix") format("embedded-opentype"), url("fonts/jab.woff") format("woff"), url("fonts/jab.ttf") format("truetype"), url("fonts/jab.svg#jab") format("svg");
}
.jab-icon {
    display: inline-block;
    font-family: 'jab';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 2px;
    width: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jab-icon-minus-square-o:before {
    content: "\61";
}
.jab-icon-plus-square-o:before {
    content: "\62";
}
.jab-icon-refresh:before {
    content: "\63";
}
.jab-icon-times:before {
    content: "\64";
}
.jab-icon-upload:before {
    content: "\65";
}
.jab-icon-clock-o:before {
    content: "\66";
}
.jab-icon-sort:before {
    content: "\67";
}
.jab-icon-square:before {
    content: "\68";
}
.jab-icon-square-o:before {
    content: "\69";
}
.jab-icon-triangle-right:before {
    content: "\6a";
}
.jab-icon-triangle-left:before {
    content: "\6b";
}
.jab-icon-jump-right:before {
    content: "\6c";
}
.jab-icon-jump-left:before {
    content: "\6d";
}
.jab-icon-calendar:before {
    content: "\6e";
}
.jab-icon-erase:before {
    content: "\6f";
}
.jab-icon-database:before {
    content: "\70";
}
.jab-icon-check-square:before {
    content: "\71";
}
.jab-icon-triangle-down:before {
    content: "\72";
}
.jab-icon-triangle-up:before {
    content: "\73";
}
.jab-icon-caret-down:before {
    content: "\74";
}
.jab-icon-caret-up:before {
    content: "\75";
}
.jab-icon-caret-left:before {
    content: "\76";
}
.jab-icon-caret-right:before {
    content: "\77";
}
.jab-icon-eye:before {
    content: "\78";
}
.jab-icon-eye-slash:before {
    content: "\79";
}
.jab-icon-ellipsis-v:before {
    content: "\7a";
}

.jab-disable-scroll {
    overflow: hidden;
}
.jab-disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jab-panel .card-header {
    cursor: default;
}
.jab-panel .card-header i + span {
    margin-left: .25rem;
}
.jab-panel .card-header .float-right button {
    font-size: 0.65rem;
    padding: 0.0625rem 0.25rem;
}
.jab-panel .card-header .float-right > button,
.jab-panel .card-header .float-right > a {
    margin-left: 0.125rem;
}

.jab-accordion .jab-accordion-item > .card-header {
    cursor: pointer;
}
.jab-accordion .card .card-header i + span {
    margin-left: .25rem;
}

.jab-tabs .nav-link .close {
    font-size: 1rem;
    margin-left: 10px;
}
.jab-tabs .nav-link i + span:not(:empty),
.jab-tabs .nav-link span:not(:empty) + i,
.jab-tabs .dropdown-item i + span:not(:empty),
.jab-tabs .dropdown-item span:not(:empty) + i {
    margin-left: .25rem;
}
.jab-tabs .tab-content {
    padding-top: 1.25rem;
}

.jab-steps {
    position: relative;
}
.jab-steps-progress {
    background: #ddd;
    height: 2px;
    left: 0;
    position: absolute;
    top: 24px;
    width: 100%;
}
.jab-steps-progress span {
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
}
.jab-steps-steps {
    margin-bottom: 16px;
    overflow: hidden;
    text-align: center;
}
.jab-steps-steps .title {
    color: #aaa;
    font-size: 16px;
    margin-bottom: 0;
    padding: 2px;
}
.jab-steps-steps .description {
    color: #bbb;
    display: block;
    padding: 2px;
}
.jab-steps-steps .icon {
    background: #ddd;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 4px;
    width: 36px;
}
.jab-steps-steps .activated .icon {
    background: #fff;
    border: 2px solid;
    line-height: 34px;
}
.jab-steps-steps .active .icon {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    width: 40px;
}
.jab-steps-content > .jab-step {
    display: none;
}
.jab-steps-content > .active {
    display: block;
}

.jab-modal .modal-title i + span {
    margin-left: .25rem;
}

.jab-mask-parent {
    overflow: hidden !important;
}
.jab-mask-parent > *:not(.jab-mask) {
    opacity: .6 !important;
}
.jab-mask-parent > *:not(.jab-mask) *,
.jab-mask-parent > *:not(.jab-mask) *::before,
.jab-mask-parent > *:not(.jab-mask) *::after {
    pointer-events: none !important;
    user-select: none !important;
}
.jab-mask-relative {
    position: relative;
}
.jab-mask-content {
    margin: 20px;
    position: absolute;
    z-index: 101;
}
.jab-mask-content > [jab-type] {
    -webkit-box-shadow: 0 0 2px 2px rgba(170, 170, 170, .2);
    box-shadow: 0 0 2px 2px rgba(170, 170, 170, .2);
    margin: 0;
}
.jab-mask-content-body {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    color: #fff;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
}

.jab-dropdown-no-arrow.dropdown-toggle::after {
    display: none !important;
}

.jab-link i {
    pointer-events: none;
}
.jab-link i + span:not(:empty),
.jab-link span:not(:empty) + i {
    margin-left: .25rem;
}

.jab-button i {
    pointer-events: none;
}
.jab-button i + span:not(:empty),
.jab-button span:not(:empty) + i {
    margin-left: .25rem;
}

.jab-toolbar > * {
    margin-bottom: .2rem !important;
    margin-top: .2rem !important;
}
.jab-toolbar > :not(:last-child) {
    margin-right: .4rem;
}

.jab-alert {
    overflow: hidden;
}
.jab-alert > .jab-toolbar {
    margin-top: .4rem;
}
.jab-alert-progress {
    bottom: 0;
    height: 3px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}

.jab-toast {
    overflow: hidden;
    pointer-events: all;
    width: 350px;
}
.jab-toast .toast-header i + span {
    margin-left: .25rem;
}
.jab-toast-progress {
    background-color: #000;
    bottom: 0;
    height: 3px;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}
.jab-toast-container {
    max-width: 100%;
    padding: 1rem;
    pointer-events: none;
    position: fixed;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1080;
}
.jab-toast-container:hover {
    z-index: 1081;
}
.jab-toast-top-left {
    left: 0;
    top: 0;
}
.jab-toast-top-right {
    right: 0;
    top: 0;
}
.jab-toast-top-center {
    left: 0;
    right: 0;
    top: 0;
}
.jab-toast-bottom-left {
    bottom: 0;
    left: 0;
}
.jab-toast-bottom-right {
    bottom: 0;
    right: 0;
}
.jab-toast-bottom-center {
    bottom: 0;
    left: 0;
    right: 0;
}
.jab-toast-top-center .jab-toast,
.jab-toast-bottom-center .jab-toast {
    margin-left: auto;
    margin-right: auto;
}

.jab-form-lock {
    opacity: .7;
}
.jab-form-lock a,
.jab-form-lock button,
.jab-form-lock .jab-field {
    pointer-events: none;
}

.jab-text-typeahead {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.jab-text-verification-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

.jab-text-code-inputs {
    display: flex;
    gap: 10px;
}

.jab-text-code-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.jab-password:not(.disabled) .input-group-append .input-group-text {
    background-color: #fff;
}
.jab-password .input-group-append .input-group-text .progress {
    height: 10px;
    width: 30px;
}

.jab-file .form-control[readonly]:not(:disabled) {
    background-color: #fff;
}
.jab-file input[type="file"] {
    display: none;
}

.jab-color:not(.disabled) .input-group-append .input-group-text {
    background-color: #fff;
}
.jab-color canvas {
    height: 160px;
    margin: .25rem .75rem 0 .75rem;
    width: 256px;
}

.jab-combo .form-control[readonly]:not(:disabled) {
    background-color: #fff;
}
.jab-combo .form-control ~ .dropdown-menu {
    border: 1px solid #ced4da;
    padding: 0;
    overflow: auto;
    width: 100%;
}
.jab-combo .form-control ~ .dropdown-menu .jab-combo-list .jab-combo-group .dropdown-item {
    padding-left: 1.5rem;
}
.jab-combo .form-control ~ .dropdown-menu .jab-combo-list .dropdown-item {
    white-space: normal;
}
.jab-combo .form-control ~ .dropdown-menu .jab-combo-list .dropdown-item {
    border-bottom: 1px solid #ebebeb;
}
.jab-combo .form-control ~ .dropdown-menu .jab-combo-list > .dropdown-item:last-child,
.jab-combo .form-control ~ .dropdown-menu .jab-combo-list > .jab-combo-group:last-child > .dropdown-item:last-child {
    border-bottom: 0;
}
.jab-combo-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    font-weight: bold;
    margin-bottom: 0 !important;
    padding: .5rem .75rem;
}
.jab-combo-info {
    color: #999;
    padding: 1rem;
}
.jab-combo-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.jab-combo-pagination {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: .5rem .75rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jab-checkboxgroup .form-group,
.jab-radiogroup .form-group,
.jab-switchgroup .form-group {
    margin-bottom: 0;
}

.jab-recaptcha {
    height: 78px;
    margin-top: 5px;
    width: 304px;
}
.jab-recaptcha::before {
    background: transparent url("https://www.gstatic.com/recaptcha/api2/logo_48.png") no-repeat scroll center center;
    background-size: 32px auto;
    background-color: #f9f9f9;
    border-radius: 4px;
    content: '';
    height: 76px;
    position: absolute;
    width: 302px;
}
.jab-recaptcha > div {
    position: absolute;
    z-index: 1;
}

.jab-table .table {
    margin-bottom: 0;
}
.jab-table th,
.jab-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jab-table th {
    cursor: default;
    position: relative;
}
.jab-table-selection,
.jab-table-expander {
    width: 30px;
}
.jab-table-header-move .jab-table-header-column:hover {
    background-color: rgba(0, 0, 0, 0.075);
    cursor: move !important;
}
.jab-table-header-move .jab-table-header-column-resize {
    display: none;
}
.jab-table-header-column-move {
    opacity: .5
}
.jab-table-header-column-move-wrap {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    left: 0;
    opacity: .85;
    padding: 4px 6px;
    position: absolute;
    top: 0;
    white-space: nowrap;
}
.jab-table-header-column-resize {
    cursor: ew-resize;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}
.jab-table-header-sort {
    cursor: pointer !important;
}
.jab-table-header-sort:hover {
    background-color: rgba(0, 0, 0, 0.025);
}
.jab-table-header-sort-left::after,
.jab-table-header-sort-right::before,
.jab-table-header-sort-left::after,
.jab-table-header-sort-right::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: 2px;
    width: 0;
}
.jab-table-header-sort-left::after,
.jab-table-header-sort-left::after {
    margin-left: 5px;
}
.jab-table-header-sort-right::before,
.jab-table-header-sort-right::before {
    margin-right: 5px;
}
.jab-table-header-sort-left-asc::after,
.jab-table-header-sort-right-asc::before {
    border-bottom: 4px solid;
}
.jab-table-header-sort-left-desc::after,
.jab-table-header-sort-right-desc::before {
    border-top: 4px solid;
}
.jab-table tr.disabled td:is([jab-column-title]) * {
    opacity: 0.5;
    text-decoration: line-through;
}
.jab-table tr:not(.ws-effects) td:not(.sticky-bg-color) {
    background-color: #fff;
}
.jab-table tr td {
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.jab-table tr:not(.ws-effects):hover td {
	background-color: #8bcee5 !important;
}
.jab-table tr.table-active:not(.ws-effects):not(:hover) td {
	background-color: #c1d4da !important;
}
.jab-table tr:not(.ws-effects):not(.table-active):hover td {
	background-color: #e6e6e6 !important;
}

.jab-table thead,
.jab-table-row:not(.ws-effects) {
    background: none !important;
    border-radius: 8px !important;
}

.jab-table th:is([sticky]),
.jab-table td:is([sticky]) {
    position: sticky !important;
    
}

.jab-table th:is([sticky]),
.jab-table td:is([sticky]) {
    position: sticky !important;
}

.jab-table th.sticky-bg-color {
    background-color: #e5eaf1 !important;
}

.jab-table td.sticky-bg-color {
    background-color: #f5f6f7 !important;
}

.sticky-shadow-left {
    box-shadow: 4px 0 4px -4px rgba(0, 0, 0, 0.4);
}

.sticky-shadow-right {
    box-shadow: -4px 0 4px -4px rgba(0, 0, 0, 0.4);
}

.jab-table-row-extra,
.jab-table-row-expander,
.jab-table-row-summary {
    background-color: transparent !important;
}
.jab-table-row-summary {
    position: sticky !important;
    bottom: 0;
	font-weight: 600;
}
.jab-table-row-extra td,
.jab-table-row-expander td {
    border-color: #f2f2f2;
    white-space: normal !important;
}
.jab-table-row-extra.table-active td:hover,
.jab-table-row-expander.table-active td:hover {
    background-color: #f5f5f5 !important;
}
.jab-table-row-content {
    background-color: #fff !important;
    margin-bottom: 0 !important;
}
.jab-table-responsive {
    border: 0 !important;
}
.jab-table-responsive table,
.jab-table-responsive thead,
.jab-table-responsive tbody,
.jab-table-responsive th,
.jab-table-responsive td,
.jab-table-responsive tr {
    display: block;
}
.jab-table-responsive thead tr {
    display: none;
}
.jab-table-responsive tr {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.jab-table-responsive tr:last-child {
    margin-bottom: 0;
}
.jab-table-responsive td {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-top: 0 !important;
    max-width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
}
.jab-table-responsive td:last-child {
    border: none;
}
.jab-table-responsive td:before {
    color: #212529 !important;
    display: block;
    font-weight: bold;
    margin-bottom: .25rem;
}
.jab-table-responsive td[jab-column-title]:before {
    content: attr(jab-column-title) ': ';
}
.jab-table-responsive .jab-table-row-summary {
    display: none !important;
}
.jab-table-responsive .jab-table-row-extra {
    margin-top: -0.75rem;
}
.jab-table-responsive .jab-table-row-expander {
    margin-top: -0.75rem;
}

.jab-pagination hr {
    border-top-width: 2px;
}
.jab-pagination-display span {
    margin: 2px;
}
.jab-pagination-items > [jab-type] {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}

.jab-tree {
    min-height: 30px;
    white-space: nowrap;
}
.jab-tree .float-right .btn {
    font-size: 0.65rem;
    padding: 0.0625rem 0.25rem;
}
.jab-tree .float-right > button,
.jab-tree .float-right > a {
    margin-left: 0.125rem;
}
.jab-tree-drag-handle,
.jab-tree-expander,
.jab-tree-selection,
.jab-tree-icon {
    margin-right: 0.25rem;
}
.jab-tree-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.jab-tree-list .jab-tree-list {
    padding-left: 22px;
}
.jab-tree-item  {
    display: block;
    margin: 3px 0;
    position: relative;
}
.jab-tree-item span {
    cursor: default;
    white-space: normal;
}
.jab-tree-wrap {
    border: 1px solid transparent;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 2px;
}
.jab-tree-hover .jab-tree-wrap:hover {
    background-color: rgba(0, 0, 0, 0.035);
}
.jab-tree-drag .jab-tree-wrap {
    border: 1px solid #ebebeb;
}
.jab-tree-drag-handle {
    cursor: move;
}
.jab-tree-drag-empty,
.jab-tree-drag-placeholder {
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    border-radius: 4px;
    margin: 3px 0;
}
.jab-tree-drag-placeholder > .jab-tree-item {
    margin: -1px 0;
    visibility: hidden;
}
.jab-tree-drag-over {
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    z-index: 1051;
}
.jab-tree-drag-over .jab-tree-wrap {
    background-color: rgba(255, 255, 255, 0.85);
    border-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.jab-table-options {
    padding-right: 15px !important;
}