.financeDataSummary .ibox {
    margin-bottom: 24px;
}

.financeDataSummary .ibox-title.data-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.financeDataSummary .ibox .input-daterange {
    display: flex;
    justify-content: flex-start;
}

.financeDataSummary .ibox .input-daterange input {
    flex-basis: 130px;
}

.financeDataSummary .ibox .input-daterange .input-group-addon,
.financeDataPage .input-daterange .input-group-addon {
    margin: 0 !important;
    min-width: 22px !important;
}

.financeDataSummary .chart-box {
    cursor: pointer;
    position: relative;
}

.financeDataSummary .chart-box .loading-layer {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    display: none;
}

.financeDataSummary .chart-box .loading-layer::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/loading_small.gif");
    background-position: center center;
    background-size: 40px auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.financeDataSummary .chart-box.loading .loading-layer {
    display: block !important;
}

.financeDataSummary .chart-box.loading .ibox-title,
.financeDataSummary .chart-box.loading .ibox-content {
    opacity: 0.5;
}

.financeDataSummary .chart-box .ibox-title,
.financeDataPage #user-filters .ibox-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.financeDataSummary .chart-box:hover .ibox-title {
    border-top-color: #fb8706;
}

.financeDataSummary .time-selection,
.financeDataSummary .chart-box .ibox-title .currency-selection,
.financeDataPage #user-filters .currency-selection {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.financeDataSummary .time-selection input,
.financeDataSummary .chart-box .ibox-title .currency-selection input,
.financeDataPage #user-filters .currency-selection input {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
}

.financeDataSummary .time-selection input + label,
.financeDataSummary .chart-box .ibox-title .currency-selection input + label,
.financeDataPage #user-filters .currency-selection input + label {
    margin: 0 !important;
    padding: 0 4px !important;
    font-size: 12px;
    line-height: 18px;
}

.financeDataSummary .time-selection input + label.left,
.financeDataSummary .chart-box .ibox-title .currency-selection input + label.left,
.financeDataPage #user-filters .currency-selection input + label.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.financeDataSummary .time-selection input + label.right,
.financeDataSummary .chart-box .ibox-title .currency-selection input + label.right,
.financeDataPage #user-filters .currency-selection input + label.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.financeDataSummary .time-selection input + label.middle {
    border-radius: 0 !important;
}

.financeDataSummary .time-selection input:checked + label,
.financeDataSummary .chart-box .ibox-title .currency-selection input:checked + label,
.financeDataPage #user-filters .currency-selection input:checked + label {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    border-color: #d2d2d2;
}

.financeDataSummary .chart-box .ibox-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.financeDataSummary .chart-box.reverse .ibox-content {
    flex-direction: row-reverse;
}

.financeDataSummary .chart-box .chart-labels {
    max-width: 25%;
    flex-basis: 25%;
    margin: 0 20px 0 0;
}

.financeDataSummary .chart-box.reverse .chart-labels {
    margin: 0 0 0 20px;
}

.financeDataSummary .chart-box .chart-label {
    position: relative;
    margin-bottom: 10px;
}

.financeDataSummary .chart-box .chart-label::after {
    width: 100%;
    height: 5px;
    border-radius: 30px;
    background-color: #5d99f8;
    content: '';
    display: block;
    position: absolute;
    margin-bottom: 2px;
}

.financeDataSummary .chart-box .chart-label .value,
.financeDataSummary .chart-box .chart-label .text {
    margin-bottom: 2px;
}

.financeDataSummary .chart-box .chart-label .value {
    font-size: 24px;
    line-height: 30px;
}

.financeDataSummary .chart-box .chart-label .text {
    font-size: 12px;
    line-height: 16px;
}

.financeDataSummary .chart-box .chart-container {
    max-width: calc(75% - 20px);
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 200px;
}

.financeDataSummary .chart-box .chart-container .chart-legend {
    position: absolute;
    z-index: 2;
    left: 56px;
    top: 12px;
    font-size: 10px;
    line-height: 14px;
}
.financeDataSummary .chart-box .chart-container .chart-legend .legend-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}

.financeDataSummary .chart-box .chart-container .chart-legend .box {
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #000000;
    padding: 1px;
    margin-right: 4px;
}

.financeDataSummary .chart-box .chart-container .chart-legend .box .content {
    width: 10px;
    height: 10px;
}

.financeDataSummary .chart-box .chart-container .chart-legend .box.color-blue .content {
    background-color: #5d99f8;
}

.financeDataSummary .chart-box .chart-container .chart-legend .box.color-orange .content {
    background-color: #f2aa34;
}

.financeDataSummary .chart-box .chart-container .chart-legend .box.color-gray .content {
    background-color: #aaaaaa;
}

.departments-tree .jstree-open > .jstree-anchor > .fa-folder::before {
    content: "\f07c";
}

.departments-tree .jstree-node[data-type="user"] > .jstree-anchor > .fa-folder::before {
    content: "\f007" !important;
}

.departments-tree .jstree-default .jstree-icon.none {
    width: 0;
}

.financeDataPage .input-daterange {
    display: flex;
}

.financeDataPage .summary-cards {
    min-height: 142px;
}

.financeDataPage .data-table-container {
    background-color: #ffffff;
    padding: 10px 4px;
    position: relative;
}

.financeDataPage .data-table-container .col-sm-12 {
    overflow-x: auto;
    padding: 0;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    float: none !important;
}

.financeDataPage .data-table-container .data-table-search-input,
.financeDataPage .data-table-container .data-table-search-image {
    position: absolute;
}

.financeDataPage .data-table-container .data-table-search-input {
    top: 13px;
    left: 170px;
    z-index: 2;
    padding: 0 20px 0 4px;
}

.financeDataPage .data-table-container .data-table-search-image {
    top: 16px;
    left: 346px;
    z-index: 3;
    cursor: pointer;
}

.financeDataPage .data-table-container .dataTables_filter {
    display: none !important;
}

.financeDataPage .data-table-container th::after {
    display: none !important;
}

.financeDataPage .data-table-container table .text-link,
.financeDataPage .data-table-container table .btn {
    cursor: pointer;
    text-decoration: underline;
}
