.content-wrapper {
    /*background-color: rgb(48, 61, 66)*/
}

.space {
    min-height: 15px;
}

.box-header.with-border {
    border-bottom: 2px solid #11024d;
}

.table-bordered thead tr th {
    text-align: center;
    vertical-align: middle;
}

.table-bordered thead tr th, .table-bordered tbody tr td, .table-bordered tfoot tr th {
    border: 1px solid black !important;
}

.bold {
    font-weight: bolder;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-nospacing .form-group {
    margin-bottom: 0 !important;
}

#toast-container > div {
    opacity: 1;
}

.content-header > .breadcrumb > li + li::before {
    content: "\00BB";
}

.modal, .select2-dropdown {
    z-index: 10000 !important;
}

.jqx-widget-content {
    /*z-index: 250 !important;*/
}

.btn-xs {
    /*margin-bottom: 5px;*/
}

.main-header {
    z-index: 10001 !important;
}

.main-sidebar {
    z-index: 10000 !important;
}

.modal-header {
    border-bottom-color: #d1d1d1 !important;
}

.modal-footer {
    border-top-color: #d1d1d1 !important;
}

/*disable select2*/
.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*end disable select2*/

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 3px !important;
    }
}

.datepicker.datepicker-dropdown {
    z-index: 10001 !important;
}

body{
    font-family: "Fira Sans Condensed";
    /*font-family: 'Open Sans', sans-serif;*/
}
h1{
    font-family: "Fira Sans Condensed";
    /*font-family: 'Open Sans', sans-serif;*/
}
.logo-mini{
    font-family: "Fira Sans Condensed";
    /*font-family: 'Open Sans', sans-serif;*/
}