body{
    overflow: hidden !important;
}
/* HEADER */
.header .glyph-icon.iconsminds-left.header {
    font-size: 28px;
    cursor: pointer;
    margin-top: 4px;
}
.header .glyph-icon.iconsminds-left.header::before {
    font-weight: 700;
}
.header .title-dash,
.header .title-dash span {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 22px !important;
    font-weight: bold;
}
.header .message-div .icon-message {
    float: right;
    margin-top: 8px;
    margin-right: 4px;
}
.header .select-custom {
    border: 1px solid #e5e5e5;
    height: 42px;
    width: 100%;
    float: right;
    margin-right: 0px;
    border-radius: 10px;
}
.header .select-custom .icon-calendar {
    margin-top: 6px;
}
.header .select-custom .icon-drop-arrow {
    margin-top: 16px;
}
.header .select-custom .select-text {
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-weight: 300;
}
/* END HEADER */

/* CARD */
.card.card-dash {
    border: 0.2px solid #e5e7eb;
    box-shadow: none;
    padding: 8px 8px 6px 12px;
}
.card.card-dash.cursor-pointer {
    cursor: pointer;
}
.card.card-dash .header-div .icon-arrows {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}
.card.card-dash .header-div .icon-menu {
    float: right;
    margin-top: 4px;
    margin-right: 8px;
    cursor: pointer;
}
.card.card-dash .header-div .icon-menu::before {
    font-weight: bold;
}
.card.card-dash .header-card {
    font-size: 16px !important;
    margin-bottom: 0;
    font-weight: bold;
}
.card.card-dash .header-card span {
    font-size: 16px !important;
    margin-bottom: 0;
    font-weight: bold;
}
.card.card-dash .main-nominal {
    margin-top: 12px;
    font-size: 32px !important;
    color: #830000;
    font-weight: bold;
}
/* END CARD */

/* TABLE */
.table.table-ml-24 {
    margin-left: 24px;
}
.table.table-py-0 tbody tr td {
    padding: 0 12px;
}
.table.table-px-0 tbody tr td {
    padding: 0;
}
.table.table-py-2 tbody tr td {
    padding: 2px 12px;
}
.table.table-no-padding thead tr th,
.table.table-no-padding tbody tr th,
.table.table-no-padding tbody tr td {
    padding: 0 12px;
}
.highcharts-data-table table caption {
    display: none;
}
/* END TABLE */

/* CHECKBOX */
.container-checkbox-filter {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-filter .container-checkbox-filter-text {
    color: #b0b0b0;
}
/* Hide the browser's default checkbox */
.container-checkbox-filter input[type="checkbox"] {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #e4e4e4;
}
/* On mouse-over, add a grey background color */
.container-checkbox-filter:hover input[type="checkbox"] ~ .checkmark {
    background-color: #adadad;
}
input[type="checkbox"]:checked ~ .container-checkbox-filter-text {
    color: #000000;
    font-weight: bold;
}
/* When the checkbox is checked, add a blue background */
.container-checkbox-filter input[type="checkbox"]:checked ~ .checkmark {
    background-color: #ff0022;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container-checkbox-filter input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container-checkbox-filter .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* END CHECKBOX */

/* LEGEND */
.circle-legend {
    margin-top: 4px;
    height: 12px;
    width: 12px;
    border-radius: 100%;
}
/* END LEGEND */

/* MENU CHART CUSTOM */
.menu-chart-custom {
    height: 260px;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    top: 28px;
    right: 20px;
}
.menu-chart-custom ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.menu-chart-custom ul li {
    cursor: pointer;
    padding: 4px 16px;
}
.menu-chart-custom ul li:hover {
    background-color: rgb(51, 92, 173);
    color: #ffffff;
}
/* END MENU CHART CUSTOM */

/* FILTER BOX */
.header .filter-box {
    position: absolute;
    background-color: #ffffff;
    z-index: 10;
    top: 80px;
    right: 16px;
    min-height: 220px;
    width: 580px;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.header .filter-box .icon-filter {
    margin-top: 8px;
}
.header .filter-box .icon-filter::before {
    font-weight: bold;
}
.header .filter-box .list-filter-1 ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.header .filter-box .list-filter-1 ul li {
    cursor: pointer;
    color: #5A5A5A;
}
.header .filter-box .list-filter-1 ul li:hover {
    background-color: #ffffff;
}
.header .filter-box .list-filter-1 ul li.selected {
    color: #B91C1C;
    font-weight: 700;
}
.header .filter-box .list-filter-2 div:not(.selected) span {
    background-color: #ffffff;
}
.header .filter-box .list-filter-2 .selected span {
    border: 2px solid #B91C1C;
    color: #B91C1C;
    font-weight: bold;
}
#year-filter
{
    font-size: 0.85rem !important;
}
.filter-box-tahun
{
    padding-top: 0.5rem;
}
/* END FILTER BOX */

/* .table.table-th-red thead tr th, */
.table.table-th-red tbody tr td {
    padding: 10px 8px;
}
#table-top-ccr.table tbody tr {
    cursor: pointer;
}
#table-top-ccr.table tbody tr:hover {
    background-color: #e5e7eb;
}
#table-top-ccr.table tbody tr td:first-child {
    cursor: pointer;
}
#table-top-piu.table tbody tr {
    cursor: pointer;
}
#table-top-piu.table tbody tr:hover {
    background-color: #e5e7eb;
}
#table-top-piu.table tbody tr td:first-child {
    cursor: pointer;
}
.table tbody tr td .check-row {
    display: inline;
    margin-right: 4px;
}
.table tbody tr td .check-row::before {
    background-color: #830000;
    color: #ffffff;
    border-radius: 50%;
}
.table .glyph-icon.icon-card {
    display: inline;
}
.table.table-py-0 tbody tr td {
    padding-top: 12px;
    padding-bottom: 11px;
}

.item {
    height:20px;
    clear:both;
}

.symbol {
    width:10px;
    height:10px;
    margin-right:10px;
    margin-top:5px;
    float:left;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.serieName {
    float:left;
    cursor:pointer;
    width: 100%;
}

.lembaga-legend div:hover {
    background-color: #e5e7eb;
}
.lembaga-legend div.selected-row{
    background-color: #e5e7eb;
}
.komposisi-legend div:hover {
    background-color: #e5e7eb;
}
.komposisi-legend div.selected-row{
    background-color: #e5e7eb;
}

#table-serap-agg.table tbody tr {
    cursor: pointer;
}
#table-serap-agg.table tbody tr:hover {
    background-color: #e5e7eb;
}
#table-serap-agg.table tbody tr td:first-child {
    cursor: pointer;
}
.table tbody tr td .check-row {
    display: inline;
    margin-right: 4px;
}
.table tbody tr td .check-row::before {
    background-color: #830000;
    color: #ffffff;
    border-radius: 50%;
}
.table .glyph-icon.icon-card {
    display: inline;
}
.table.table-py-0 tbody tr td {
    padding-top: 12px;
    padding-bottom: 11px;
}
#aset-title
{
    text-transform: capitalize;
}

#table-ccr-now td, #table-ccr-prev td, #table-ccr-all td
{
    padding: 1px 8px;
}

.card-klik{
    cursor:pointer;
}
.selected-card{
    box-shadow: 0px 0px 5px 0px var(--info) !important;
}

.lembaga-legend .check-row {
    display: inline;
    margin-right: 4px;
}
.lembaga-legend .check-row::before {
    background-color: #830000;
    color: #ffffff;
    border-radius: 50%;
}
.lembaga-legend .glyph-icon.icon-card {
    display: inline;
}
.komposisi-legend .check-row {
    display: inline;
    margin-right: 4px;
}
.komposisi-legend .check-row::before {
    background-color: #830000;
    color: #ffffff;
    border-radius: 50%;
}
.komposisi-legend .glyph-icon.icon-card {
    display: inline;
}