:root {
    --edt-blue: #007bff;
    --edt-indigo: #6610f2;
    --edt-purple: #6f42c1;
    --edt-pink: #e83e8c;
    --edt-red: #dc3545;
    --edt-orange: #fd7e14;
    --edt-yellow: #ffc107;
    --edt-green: #28a745;
    --edt-teal: #20c997;
    --edt-cyan: #17a2b8;
    --edt-white: #fff;
    --edt-gray: #6c757d;
    --edt-gray-dark: #343a40;
    --edt-primary: #3f6ad8;
    --edt-secondary: #6c757d;
    --edt-success: #3ac47d;
    --edt-info: #16aaff;
    --edt-warning: #f7b924;
    --edt-danger: #d92550;
    --edt-light: #eeeeee;
    --edt-dark: #343a40;
    --edt-focus: #444054;
    --edt-alternate: #794c8a;

    --edt-background: #008064;
    --edt-table: rgba(0, 128, 100, 0.62);
    --edt-table-b: rgb(84, 147, 134);
    --edt-table-c: #01775dd9;
    --edt-table-header: #bbb;
    --edt-a: #02b991;
    --edt-a-hover: #008064;
    --edt-a-sub: #02b991;
}

html, body {
    min-height: 100vh;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.no-wrap {
    text-wrap: nowrap;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.pre-line {
    white-space: pre-line;
}

.widget-body .note {
    padding: 5px 10px;
    font-family: consolas;
    display: flex;
    white-space: pre-line;
}

.f-italic{
    font-style: italic;
}

.btn-add {
    background: var(--edt-background) !important;
    border-width: 1px !important;
}

.btn-add:hover {
    background: var(--edt-table) !important;
}

.form-control::placeholder,
input::placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.ace-file-input .ace-file-container .ace-file-name {
    color: #ddd;
    font-size: 12px;
}

.bmm {}

.bmm .main-container {
    min-height: 100%;
}

.bmm input.small {
    font-size: 11px;
}

.bmm .input-xs {
    height: 25px !important;
}

.bmm .block-link {
    text-decoration: none;
}

.bmm .block-link:hover .profile-user-info {
    border-color: var(--edt-table-c);
}

.bmm label {
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #555555;
}

.bmm .form-control {
    height: 30px;
    padding: 5px 10px;
}

.bmm .page-header,
.bmm .page-header h1 {
    padding-top: 0px;
    color: var(--edt-a);
}

.bmm .page-header {
    padding-bottom: 9px;
}

.bmm .page-header h1{
    margin: 0 8px 0px 0px;
}

.bmm .timeline-container {
    font-family: Consolas;
}

.bmm .label {
    line-height: 1.1;
}

.bmm .navbar{
    background: var(--edt-background);
}

/*.bmm .navbar .nav .open a,
.bmm .nav .open a:focus,
.bmm .nav .open a:hover{
    background: #00382c8c;
}*/

.bmm .navbar .nav .open a {
    border-color: var(--edt-table-b);
}

.bmm .navbar .nav .open a:focus,
.bmm .navbar .navbar-toggle,
.bmm .navbar .navbar-toggle:hover,
.bmm .navbar .navbar-toggle:focus,
.bmm .navbar .navbar-toggle.display,
.bmm .navbar .navbar-toggle,
.bmm .navbar .ace-nav li a {
    background-color: rgba(0, 0, 0, 0.2);
}

.bmm .navbar .dropdown-menu li a {
    background-color: #fff;
    color: var(--edt-a);
}

.bmm .navbar .dropdown-menu li a:hover {
    color: var(--edt-a-hover);
}

.bmm .navbar .nav .open a.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.5);
}

.bmm .breadcrumb li a {
    text-decoration: unset;
}

.bmm .breadcrumb li i,
.bmm .breadcrumb li a {
    color: var(--edt-a);
}

.bmm .breadcrumb li a:hover {
    color: var(--edt-a-hover);
}

.bmm .infobox .infobox-data .infobox-data-number {
    font-size: 14px;
    margin: 0px 0px 0px;
}

.bmm .infobox .infobox-content {
    font-weight: bold;
    letter-spacing: 2px;
    font-family: Consolas, "Courier New", monospace;
    margin-top: 3px;
}

.bmm .infobox .infobox-icon .ace-icon {
    box-shadow: none;
}

.bmm .infobox .infobox-icon .ace-icon::before {
    background-color: transparent;
    padding: 9px 0px;
    text-shadow: none;
}

.bmm .infobox .stat-2 {
    right: -5px;
    top: 7px;
    display: inline-block;
    position: absolute;
    text-shadow: none;
    font-size: 12px;
    padding-right: 18px;
    padding-top: 3px;
    font-weight: bolder;
}

.bmm .infobox .stat-2 i {
    font-size: 20px;
    font-weight: normal;
}

.bmm .sidebar {
    background-color: #F2F2F2;
    border-style: solid;
    border-color: #CCC;
    border-width: 0 1px 0 0;
}

.bmm .sidebar.sidebar-fixed {
    position: fixed;
    top: auto;
    float: none !important;
    z-index: 1027;
}

.bmm .sidebar-scroll .sidebar-toggle {
    border-top-color: #ddd;
}

.bmm .sidebar-toggle {
    background-color: #F3F3F3;
    border-color: #E0E0E0;
    border-top-color: rgb(224, 224, 224);
}

.bmm .sidebar-scroll .sidebar-shortcuts {
    border-bottom-color: #ddd;
}
.bmm .sidebar-fixed .sidebar-shortcuts {
    border-color: #DDD;
    border-bottom-color: rgb(221, 221, 221);
}

.bmm .sidebar-shortcuts {
    background-color: #FAFAFA;
}

.bmm .nav-list .open a,
.bmm .nav-list .open a:focus,
.bmm .nav-list .open a:hover {
    background-color: #FAFAFA;
}
.bmm .nav-list li.open a {
    background-color: #FAFAFA;
    color: var(--edt-a);
}
.bmm .nav-list li a:focus {
    background-color: #F8F8F8;
    color: var(--edt-a);
}

.bmm .nav-list li {
    border-color: #E5E5E5;
}

.bmm .nav-list li a,
.bmm .nav-list li a:focus,
.bmm .nav-list li.open a,
.bmm .nav-list li.active a {
    color: var(--edt-a);
}

.bmm .nav-list li a {
    background-color: #F8F8F8;
}

.bmm .nav-list li.active a {
    font-weight: normal;
}
.bmm .nav-list li.active a {
    background-color: #fff;
}

.bmm .nav-list li::before{
    background-color: var(--edt-a);
}

.bmm .nav-list li.active a::after {
    border-right-color: var(--edt-a);
}

.bmm .nav-list li.active::after {
    border: 1px solid var(--edt-a);
    /*border-color: var(--edt-a);*/
    right: -2px;
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    z-index: 1;
}

.nav-list li .submenu {
    border-top: 1px solid #ddd;
}

.bmm .nav-list li a {
    font-size: 13px;
}

.nav-list li .submenu li a {
    font-size: 12px;
}

.bmm .nav-list li .submenu li,
.bmm .nav-list li .submenu li a,
.bmm .nav-list li .submenu li.open a,
.bmm .nav-list li .submenu li .submenu li,
.bmm .nav-list li .submenu li .submenu li a,
.bmm .nav-list li .submenu li .submenu li.open a {
    color: #737373b5;
}

.bmm .nav-list li .submenu li a {
    border-top-color: #E4E4E4;
    background-color: #FFF;
}

.bmm .nav-list li:hover a,
.bmm .nav-list li .submenu li a:hover,
.bmm .nav-list li .submenu li:hover,
.bmm .nav-list li .submenu li .submenu li a:hover {
    color: var(--edt-a);
}

.bmm .nav-list li .submenu li.active:not(.open) a {
    /*background-color: #FBFBFB;*/
    /*background-color: #FFF;*/
    background-color: #FFFFFFD4;
}

.bmm .nav-list li .submenu li.active a,
.bmm .nav-list li .submenu li .submenu li.active a{
    /*color: var(--edt-a);*/
    color: #000000a8;
}

.bmm .nav-list li .submenu li .submenu li a {
    margin-left: 0px;
    padding-left: 42px;
}

.bmm li.sidebar-space,
.bmm li.sidebar-title {
    padding: 2px;
    border-width: 1px 0px 0px;
    /*border-color: transparent !important;*/
    background: #fff;
}

.bmm li.sidebar-title {
    padding: 5px;
    background: #f8f8f8;
    font-style: italic;
    color: #b3b3b3;
}

.bmm li.sidebar-space:hover::before,
.bmm li.sidebar-title:hover::before {
    display: none;
}

.bmm .nav-list li .submenu li.sidebar-space,
.bmm .nav-list li .submenu li.sidebar-title {
    background: #eee;
    padding: 2px;
}

.bmm .nav-list li .submenu li.sidebar-space::before,
.bmm .nav-list li .submenu li.sidebar-title::before {
    border: 0px;
}

.bmm .nav-list li a .menu-icon {
    font-size: 14px;
    vertical-align: middle;
    background: transparent;
}

.bmm .sidebar.menu-min .nav-list li a .menu-icon {
    font-size: 14px;
}

.bmm .table thead tr th,
.bmm .table tbody tr td {
    font-family: Consolas, "Courier New", monospace;
    text-align: left;
}

.bmm .table thead tr th {
    background: #fff;
    color: var(--edt-table-header);
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

/*.bmm .table thead tr th*/
.bmm .table tbody tr td {
    color: var(--edt-a);
    padding: 5px 8px;
}

.bmm .table tbody tr.red td {
    color: var(--edt-red) !important;
}

.bmm .table tbody td a,
.bmm .table tbody td .btn{
    cursor: pointer;
}

.bmm .table.table-green thead tr th {
    background: var(--edt-table);
    color: #fff;
}

.bmm .table.table-green tbody tr td {
    color: var(--edt-table-c);
}

.bmm .table.table-green,
.bmm .table.table-green thead tr th,
.bmm .table.table-green thead tr th:first-child,
.bmm .table.table-green tbody tr td,
.bmm .table.table-green tbody tr td:first-child {
    border-color: var(--edt-table-b);
}

.bmm .table-head-info {
    font-family: "consolas";
    width: 100%;
}

.bmm .table-head-info td:first-child {
    font-style: italic;
    font-size: 10px;
    color: #AAAAAA;
}

.bmm .table-head-info td:last-child {
    font-size: 12px;
    color: #5b5b5b;
}

.bmm table.dataTable thead tr th.sorting_asc::after {
    color: orange;
    opacity: 1;
}

.bmm table.dataTable thead tr th.sorting_desc::after {
    color: orange;
    opacity: 1;
}

.bmm table.dataTable thead .sorting::before,
.bmm table.dataTable thead .sorting_asc::before,
.bmm table.dataTable thead .sorting_desc::before,
.bmm table.dataTable thead .sorting_asc_disabled::before,
.bmm table.dataTable thead .sorting_desc_disabled::before {
    right: 1em;
    content: "";
}

.bmm table.dataTable thead .sorting::before,
.bmm table.dataTable thead .sorting::after,
.bmm table.dataTable thead .sorting_asc::before,
.bmm table.dataTable thead .sorting_asc::after,
.bmm table.dataTable thead .sorting_desc::before,
.bmm table.dataTable thead .sorting_desc::after,
.bmm table.dataTable thead .sorting_asc_disabled::before,
.bmm table.dataTable thead .sorting_asc_disabled::after,
.bmm table.dataTable thead .sorting_desc_disabled::before,
.bmm table.dataTable thead .sorting_desc_disabled::after {
    bottom: 6px;
}

table.dataTable > thead > tr > th.sorting_asc::after {
    top: 10px;
}

table.dataTable > thead > tr > th.sorting_desc::after {
    top: 10px;
}

table.dataTable > thead > tr > th.sorting_asc,
table.dataTable > thead > tr > th.sorting_desc {
    background-image: none;
}

.bmm table.dataTable tbody td.child {
    background: #ddd;
    padding: 4px;
}

.bmm table.dataTable tbody td.child ul.dtr-details {
    width: 100%;
    background: #FFFFFF;
}

.bmm table.dataTable tbody td.child ul.dtr-details li {
    border-bottom-style: dashed;
    padding: 3px 10px;
    display: flex;
}

.bmm table.dataTable tbody td.child ul.dtr-details li:last-child {
    border-width: 0px;
}

.bmm table.dataTable tbody td.child ul.dtr-details li .dtr-title {
    font-style: italic;
    font-size: 10px;
    color: #b4b4b4;
    padding-top: 3px;
}

.bmm table.dataTable tbody td.child ul.dtr-details li .dtr-data {
    text-align: justify;
}

.bmm table.dataTable thead tr th.sorting_desc::after {
    top: 9px;
}

.bmm table.dataTable thead tr th.sorting_asc::after {
    top: 9px;
}

.bmm .dataTables_wrapper .row:first-child {
    padding-top: 6px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}

.bmm .dataTables_info {
    float: left;
    font-size: 12px;
    font-style: italic;
    padding-top: 14px !important;
}

.bmm .dataTables_paginate {
    padding-top: 8px;
}

.bmm .dataTables_paginate .paginate_button .page-link{
    padding: 4px 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: 2px;
    color: var(--edt-a);
    font-size: 10px;
}

.bmm .dataTables_paginate .paginate_button .page-link:focus {
    outline: none;
}

.bmm .dataTables_paginate .paginate_button.active a {
    background: var(--edt-a);
    color: #FFFFFF;
    font-weight: bolder;
    border-color: #009c7a;
}

.bmm .dataTables_paginate .paginate_button.previous.disabled .page-link,
.bmm .dataTables_paginate .paginate_button.next.disabled .page-link {
    background: #dddddd;
    color: #AAAAAA;
}

.bmm .dataTables_processing {
    position: fixed !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 11 !important;
}

.bmm .dataTables_processing span {
    position: absolute;
    top: 45%;
}

.bmm .dataTables_empty {
    text-align: center !important;
    color: #AAAAAA !important;
}

.bmm .table-option .input-group {
    float: right;
    display: flex;
}

.bmm .table-option .input-group .input-filter {
    /*border: 1px solid var(--edt-background) !important;*/
    width: 180px;
    height: 28px !important;
    /*padding: 0 7px 0 !important;*/
    padding: 0 45px 0 7px !important;
    font-size: 12px !important;
    line-height: 1.3;
    color: #666 !important;
    z-index: 11;
    -webkit-transition: width ease .15s;
    -o-transition: width ease .15s;
    transition: width ease .15s;
    float: right;
    margin: 0;
}

.bmm .table-option .input-group .input-group-btn {
    position: absolute;
    right: 36px;
    z-index: 11;
    margin: 0px;
    top: 0px;
}

.bmm .table-option .input-group .input-group-btn .button_filter {
    /*height: 26.5px !important;*/
    height: 26px !important;
    border: 1px solid #eee !important;
    font-size: 12px !important;
    /*border-width: 1px;*/
    padding: 5px 10px 0px 8px;
    margin: 1px;
    border-radius: 0;
    background: #d7d7d7 !important;
}

.bmm .table-option .input-group .input-group-btn .button_filter:active,
.bmm .table-option .input-group .input-group-btn .button_filter:focus,
.bmm .table-option .input-group .input-group-btn .button_filter{
    transform: none;
    box-shadow: none;
    outline: none;
}

.bmm .table-option .input-group input:focus .button_filter,
.bmm .table-option .input-group input:active .button_filter,
.bmm .table-option .input-group input:hover .button_filter{
    border: 1px solid#00ff00;
}

.bmm .table-option .input-group .input_count {

}

.bmm .border-bottom-1,
.bmm .border-bottom-1 tbody tr:last-child td{
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ddd;
}

.bmm .profile-user-info {
    font-family: "consolas";
}

.bmm .profile-info-value {
    color: #5b5b5b;
}

.bmm .profile-info-name {
    font-style: italic !important;
    color: #0707074f;
    vertical-align: top;
}

.bmm .table-custom {

}

.bmm .table-custom th {
    border-top: 1px solid #ddd;
}

.bmm .table-custom tr:last-child td {
    border-bottom: 1px solid #ddd !important;
}

.bmm .table-pos {
    border-top: 0px solid !important;
}

.bmm .table-pos th {
    /*background: var(--edt-background) !important;*/
    padding: 5px 10px !important;
    color: #999 !important;
}

.bmm .table-info-detail {
    border-top: 0px;
}

.bmm .table-info-detail td {
    color: #8d8d8d !important;
    border-top: 1px dotted #ddd !important;
    border-bottom: 1px dotted #ddd !important;
    font-size: 12px;
}

/*.widget-body .table*/
.bmm .table-info-detail tr:first-child td {
    border-top: 0px !important;
}

.bmm .widget-header {
    color: var(--edt-a) !important;
}

.bmm .ace-file-input .ace-file-container.selected {
    right: 32px;
}

.bmm .ace-file-input .remove {
    right: 0;
    top: 0;
    display: none;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 100;
    background-color: #FB7142;
    border-radius: 0;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #D5D5D5;
}


.select2:focus-visible,
.select2.select2-container.select2-container--default.select2-container--focus {
    border-color: #F59942 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #D5D5D5;
}

.select2-container--default.select2-container--focus .select2-selection {
    border-color: #F59942;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--edt-a);
    color: #fff;
}

.select2-container--open,
.select2-container--open .select2-dropdown {
    border-color: #bbb;
}

.app-loading {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3000;
    background: rgba(255, 255, 255, 0.8);
}

.app-loading i {
    text-shadow: 0px 1px #eee;
    color: #999;
}

.app-loading .app-loading-center {
    position: fixed;
    top: 50%;
    left: 49%;
    margin-top: -9em;
}

.app-loading .my-progress {
    width: 20%;
    margin: 0 auto 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.app-loading-adm {
    background: rgba(7, 7, 16, 0.54);
}

.app-loading-adm i {
    color: #fff;
}

.app-loading-form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.app-loading-form i {
    position: absolute;
    left: 50%;
    top: 45%;
}

.app-loading-card {
    position: relative;
}

.app-loading-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    display: none;
}

.app-loading-block i {
    position: relative;
    color: #fff;
    font-size: 20px;
    left: 50%;
    top: 50%;
}


.no-border {
    border-width:0 !important;
}
.no-border-bottom {
    border-bottom-width:0 !important;
}
.no-border-top {
    border-top-width:0 !important;
}
.no-border-left {
    border-left-width:0 !important;
}
.no-border-right {
    border-right-width:0 !important;
}

.border-top-2 {
    border-top-width: 2px !important;
    border-color: var(--edt-a);
}


@media (max-width: 576px) {
    .p-mx-0 {
        padding: 0px;
    }

    .p-mx-1 {
        padding: 5px;
    }

    .p-mx-2 {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .bmm .dataTables_info {
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    .sidebar.responsive.display {
        width: 100%;
        height: 100%;
        background: #000000a8;
        /*position: fixed;*/
    }
}
