body {
    color: #666;
}
body::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: url(../images/blur-bg.jpg) no-repeat center center; */
    background: #eff0f4;
    /* background-size: cover; */
    will-change: transform;
    z-index: -1;
}

.help-block {
    margin: 0;
}
.form-group {
    overflow: auto;
}

@media (min-width: 481px) {
    .sp {
        display: none;
    }
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #666 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #ccc !important;
    background: transparent !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    white-space: nowrap;
}
.info-box-number {
    word-wrap: break-word;
}
.info-box-text {
    text-transform: initial;
}
button.btn.btn-default {
    border-width: 1px;
    color: #666;
    background: transparent;
    border-color: #d6d6d6;
}
button.btn.btn-default:active {
    background: transparent;
}
.alert button.btn.btn-default {
    color: #fff;
}
.btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.btn {
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.banner {
    /* max-height: 200px; */
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 10000;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/images/loading-all.gif") center center no-repeat;
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 480px) {
    .content-header {
        display: block;
    }
}
.content-header>.breadcrumb {
    position: initial;
    float: none;
}
.content-header div.center {
    display: flex;
    align-items: center;
}
.content-header div.center {
}
.content-header h2 {
    display: inline-block;
    margin: 0;
    position: relative;
}
.content-header h2 span.fa {
    position: absolute;
    right: 30px;
    top: 7px;
    font-size: 20px;
}
.content-header #datepicker {
    background: transparent;
    font-size: 22px;
    width: 170px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
    margin: 0 20px;
    border-radius: 3px;
}
.box-body {
    overflow-x: scroll;
}

.wrapper,
.content-wrapper {
    background: transparent !important;
}

.info-box {
    color: #333;
}

.box-footer,
.nav-tabs-custom {
    background: transparent;
}
.nav-tabs-custom>.tab-content,
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a
{
    background-color: #eee;
}
.table-hover>tbody>tr td {
    vertical-align: middle;
}
.table-hover>tbody>tr.is-parent:hover
{
    cursor: pointer;
    color: #ccc;
}
.table-hover>tbody>tr td button.btn {
    margin-right: 7px;
}

/* table-div */
.table-div .thead {
    white-space: nowrap;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding: 7px 7px;
}
.table-div .thead div {
    margin-left: -2px;
}
.table-div .tbody div.tr {
    border-bottom: 1px solid #fff;
    padding: 5px 7px;
    white-space: nowrap;
    display: table;
    width: 100%;
}
table.dataTable tr.yellow {
    background-color: #fbffb3 !important;
}
table.dataTable tr.self {
    background-color: #e03a3a !important;
    color: #fff;
}
table.dataTable tr.disabled {
    background-color: #ccc !important;
}
table.dataTable tr.self button.btn.btn-default {
    color: #fff;
}
.table-div .tbody div.tr.level-1 {
    background: #ffebeb;
}
.table-div .tbody div.tr.level-2 {
    background: #fff8e5;
}
.table-div .tbody div.tr.level-3 {
    background: #e5e9ff;
}
.table-div .tbody div.tr.level-4 {
    background: #e5ffec;
}
.table-div .tbody div.tr.disabled {
    background: #ccc;
}
.table-div .tbody div.tr.is-parent:hover {
    cursor: pointer;
    color: #ccc;
}
.table-div:not(.is-admin) .tbody .childs-div {
    display: none;
    padding-left: 10px;
}
.table-div .tbody div.tr div,
.table-div .thead div {
    display: inline-block;
}
.table-div .tbody div.tr.is-parent i.fa.fa-angle-up {
    display: none;
}
.table-div .tbody div.tr.is-parent.collapsed i.fa.fa-angle-up {
    display: inline;
}
.table-div .tbody div.tr.is-parent.collapsed i.fa.fa-angle-down {
    display: none;
}
.table-div .tbody div.tr.is-parent div.company i.fa {
    margin: 0 7px 0 2px;
}

.table-div div.company {
    min-width: 300px;
}
.table-div .tbody div.tr.level-1 div.company {
    min-width: 290px;
}
.table-div .tbody div.tr.level-2 div.company {
    min-width: 280px;
}
.table-div .tbody div.tr.level-3 div.company {
    min-width: 270px;
}
.table-div .tbody div.tr.level-4 div.company {
    min-width: 260px;
}

.table-div .tbody div.tr.level-5 div.company {
    min-width: 250px;
}

.table-div div.agency {
    min-width: 170px;
}
.table-div div.rate,
.table-div div.eth-total {
    min-width: 150px;
}
.table-div div.eth-total.parent,
.table-div div.rate.parent {
    min-width: 200px;
}
.table-div div.status {
    min-width: 100px;
    text-align: center;
    margin-right: 30px;
}
.table-div div.action {
    min-width: 100px;
}


.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info,
.table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #666;
}
.box-header,
.content-header>.breadcrumb>li>a {
    color: #666;
}
.breadcrumb>.active {
    color: #b9b9b9;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small,
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: #eee;
}
h4.head {
    border-left: 5px solid #ccc;
    font-weight: bold;
    padding-left: 10px;
}
.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active:hover>a {
    color: #eee;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 85px;
}
.user-panel .avator-div {
    width: 30px;height: 30px;
    text-align: center;
    padding-top: 6px;
    border: 2px solid #999;
    margin: 8px 0;
}
.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #999;
}
.avator-icon {
    color: #999;font-size: 23px;
}
.user-panel>.info {
    padding: 5px 5px 5px 5px;
}

@media (max-width: 991px) {
    .content-header>.breadcrumb {
        background: transparent;
    }
}
.main-footer {
    padding: 10px;
}
.language .slimScrollDiv,
.language .slimScrollDiv .menu {
    height: auto !important;
}
.language .slimScrollDiv .menu {
    cursor: pointer;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

div.bottom-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.bottom-div p button {
    margin-left: 20px;
}

/* Pagination */
.pagination_info {
    font-size: 15px;
    margin-top: 14px;
    letter-spacing: 1px;
}
.pagination {
    text-align: right;
}
.pagination strong,
.pagination a {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px;
    color: #fff;
}
.pagination strong {
    border: 1px solid #777;
    color: #777;
}
table.banner td {
    vertical-align: middle !important;
    text-align: center;
}

#statusTable,
#harvestTable {
    width: auto;
}
#statusTable th,
.harvestTable th,
#harvestTable th {
    background-color: #35afa3;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
#statusTable th {
    background-color: #4bafff;
}

#statusTable td,
#harvestTable td {
    text-align: center;
}
#statusTable td input.short,
#harvestTable td input {
    width: 50px;
    display: inline;
}
#harvestTable tr.current {
    background: #cff5f1;
    font-weight: bold;
}
#statusTable td input.eth {
    width: 250px;
}
#statusTable tr.current {
    background: #d2ebff;
    font-weight: bold;
}

#lp-div {
    margin-top: 20px;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
#lp-div .radio {
    width: 180px;
    margin: 0;
}

#tree-back {
    position: relative;
}
.tree-back {
    width: 58px;
    height: 100%;
    position: absolute;
}
.tree-back:nth-child(1) {
    width: 50px;
    background-color: #fff;
}
.tree-back:nth-child(2) {
    left: 50px;
    background-color: #c8ebff;
}
.tree-back:nth-child(3) {
    left: 108px;
    background-color: #c1f0b0;
}
.tree-back:nth-child(4) {
    left: 166px;
    background-color: #fde59a;
}
.tree-back:nth-child(5) {
    left: 224px;
    background-color: #f9a8a0;
}
.tree-back:nth-child(6) {
    left: 282px;
    background-color: #c8fff7;
}
#tree {
    position: relative;
    background: transparent;
}
:not(.jstree-leaf)>.jstree-ocl {
    font-size: 30px;
    color: #fff;
    background-color: #000 !important;
    border-radius: 15px;
    margin-right: 17px !important;
    background-image: none !important;
}
.jstree-default .jstree-open>.jstree-ocl::before {
    content: "\f056";
    font-family:'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
}
    
.jstree-default .jstree-closed>.jstree-ocl::before {
    content: "\f055";
    font-family:'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 600;
}
#tree .fa-file {
    margin: 0 10px 0 15px;
}
#tree .fa-folder {
    color: #4ed5ff;
    font-size: 40px;
    margin: 0 20px 0 10px;
}
.jstree-default .jstree-node {
    line-height: 44px !important;
    margin-left: 59px !important;
}
.jstree-default .jstree-icon:empty:not(.jstree-ocl) {
    color: #fff;
    font-size: 30px;
    background-size: contain !important;
}
.brown .jstree-icon:empty {
    color: #eee;
}
.jstree-default .jstree-leaf>.jstree-ocl {
    width: 30px !important;
    margin-right: 11px;
}
.jstree-default .jstree-anchor {
    position: relative;
    padding-left: 18px;
}
.jstree-default .jstree-anchor b {
    /* margin-left: 5px; */
}
.jstree-default .jstree-anchor span {
    position: relative;
    left: 0;
    margin-right: 5px;
    /*
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF,  0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
            */
}
.jstree-default .jstree-anchor span.folder {
    left: 16px;
}
.jstree-default .jstree-anchor span.folder.status {
    left: -11px;
    font-size: 10px;
    width: 60px;
    text-align: center;
}
.jstree-default .jstree-anchor span.file {
    left: 16px;
}
#j1_1>i {
    display: none;
}
#j1_1>a .fa-folder {
    margin-left: 0;
}
.jstree-default .jstree-node.level0 {
    margin-left: 0 !important;
}
.jstree-default .jstree-node.level1 {
    margin-left: 6px !important;
}
.jstree-default .jstree-anchor.status > .jstree-icon:empty {
    width: 22px;
    height: 22px;
}
.is_admin .jstree-default .jstree-node.level1 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.jstree-default b.target {
    background: red;
    color: #fff;
}
#keyword-search-form {
    position: fixed;
    right: 16px;
    padding: 9px; text-align: right; float: right;
    z-index: 100;
}
#keyword-search-form div.arrows {
    display: none;
    margin-top: 7px;
    margin-right: 49px;
}
@media (max-width: 480px) {
    #map-box-body {
        margin-top: 74px;
    }
}
