body::-webkit-scrollbar {
    display: none;
}

body {
    font-family: "Roboto";
    /*background-color:#1C4672;    */
}

#box {
    overflow-y: scroll;
}

#tbl-content {
    table-layout: fixed;
}

.bayangan {
    box-shadow: 2px 3px 2px grey !important;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
}

.drag {
    cursor: move;
}

.de-hover:hover {
    box-shadow: 2px 3px 2px grey !important;
    -moz-box-shadow: inset 0 0 5px #888;
    -webkit-box-shadow: inset 0 0 5px#888;
    cursor: pointer;
}

/* Untuk Tooltip */
.detooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
}

.detooltip .tooltiptext {
    visibility: hidden;
    min-width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 3px 5px 3px;
    opacity: 0.7;
}

.detooltip .tooltiptop {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 40%;
    margin-left: -60px;
}

.detooltip .tooltiptop::after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.detooltip .tooltipleft {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
}

.detooltip .tooltipleft::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.detooltip .tooltipright {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.detooltip .tooltipright::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%;
    /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.detooltip .tooltipbottom {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.detooltip .tooltipbottom::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.detooltip:hover .tooltiptext {
    visibility: visible;
}

.headertop {
    background-color: #000000 !important;
    color: #fff !important;
    opacity: 0.6;
}

.w3-animate-top-new {
    position: relative;
    animation: animatetop 1s;
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* .breadcrumbs */
.breadcrumbs {
    border: 1px solid #316cb3;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
}

.breadcrumbs__item {
    background: #316cb3;
    color: #f0f1ed;
    outline: none;
    padding: 0.35em 0.35em 0.35em 1.15em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
    background: #edf1f5;
    color: #0d0e0d;
    cursor: pointer;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
    background: #323f4a;
    color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: #316cb3;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item:before {
    background: #ffffff;
    margin-left: 1px;
}

.breadcrumbs__item:last-child {
    border-right: none;
}

.breadcrumbs__item.is-active {
    background: #73d06f;
    color: #323f4a !important;
}

.breadcrumbs__item.is-active:after,
.breadcrumbs__item.is-active:before {
    background: #73d06f;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item.is-active:before {
    background: #ffffff;
    margin-left: 1px;
}
.breadcrumbs__item.is-disable {
    background: #c6dde1;
    color: #323f4a !important;
}

.breadcrumbs__item.is-disable:after,
.breadcrumbs__item.is-disable:before {
    background: #c6dde1;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item.is-disable:before {
    background: #ffffff;
    margin-left: 1px;
}

.cursor {
    cursor: pointer;
}

a.de-dsb {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.de-active {
    color: #000000 !important;
    border-left: 5px solid #161613 !important;
    border-radius: 8px 0 0 8px;
    /*background-color: #7ae1d0 !important;*/
    background-color: white !important;
}

.de-menu-tab {
    color: #000 !important;
    background-color: #7ae1d0 !important;
    /* border-bottom: 1px solid white; */
}

.de-menu:hover {
    border-left: 5px solid #187486 !important;
    border-radius: 8px 0 0 8px;
}

.de-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.de-button:hover {
    color: #000 !important;
    background-color: #7ac2e4 !important;
}

.scrl-y {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrl-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.scrl-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.scrl-y::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}

.scrl-y::-webkit-scrollbar-thumb {
    background-color: #0f4e6c;
}

/* Normal round */
.de-round-top-left {
    border-top-left-radius: 4px;
}

.de-round-top-right {
    border-top-right-radius: 4px;
}

.de-round-bottom-left {
    border-bottom-left-radius: 4px;
}

.de-round-bottom-right {
    border-bottom-right-radius: 4px;
}

/* Normal round */
/* Large round */
.de-round-top-left-large {
    border-top-left-radius: 8px;
}

.de-round-top-right-large {
    border-top-right-radius: 8px;
}

.de-round-bottom-left-large {
    border-bottom-left-radius: 8px;
}

.de-round-bottom-right-large {
    border-bottom-right-radius: 8px;
}

/* Large round */
/* XLarge round */
.de-round-top-left-xlarge {
    border-top-left-radius: 16px;
}

.de-round-top-right-xlarge {
    border-top-right-radius: 16px;
}

.de-round-bottom-left-xlarge {
    border-bottom-left-radius: 16px;
}

.de-round-bottom-right-xlarge {
    border-bottom-right-radius: 16px;
}

/* XLarge round */
/* xXLarge round */
.de-round-top-left-xxlarge {
    border-top-left-radius: 32px;
}

.de-round-top-right-xxlarge {
    border-top-right-radius: 32px;
}

.de-round-bottom-left-xxlarge {
    border-bottom-left-radius: 32px;
}

.de-round-bottom-right-xxlarge {
    border-bottom-right-radius: 32px;
}

/* xxxLarge round */
.de-round-top-left-xxxlarge {
    border-top-left-radius: 64px;
}

.de-round-top-right-xxxlarge {
    border-top-right-radius: 64px;
}

.de-round-bottom-left-xxxlarge {
    border-bottom-left-radius: 64px;
}

.de-round-bottom-right-xxxlarge {
    border-bottom-right-radius: 64px;
}

/* xXLarge round */

.round-left-large {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.round-right-large {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.round-top-large {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.round-bottom-large {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.round-left-xlarge {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.round-right-xlarge {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.round-top-xlarge {
    /* border-radius: 16px 16px 0 0; */
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.round-bottom-xlarge {
    /* border-radius: 0 0 16px 16px; */
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.mirror {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/*Animasi loading*/
.loader-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100% !important;
    width: 100% !important;
    background: rgba(16, 16, 16, 0.9);
    z-index: 9999;
}

.loader-text {
    color: white;
    text-align: center;
    position: relative;
    top: 60%;
    font-size: 1em;
}

.loader {
    width: 100px;
    height: 100px;
    -webkit-perspective: 100px;
    perspective: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

.loader__tile {
    display: block;
    float: left;
    width: 33.33%;
    height: 33.33%;
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 0;
}

.loader__tile__1 {
    background-color: #943048;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loader__tile__2 {
    background-color: #d7532d;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader__tile__3 {
    background-color: #d2cabb;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loader__tile__4 {
    background-color: #9faad0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader__tile__5 {
    background-color: #b39a3b;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader__tile__6 {
    background-color: #dc2c34;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader__tile__7 {
    background-color: #ece5be;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.loader__tile__8 {
    background-color: #d07500;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loader__tile__9 {
    background-color: #7983a9;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    11% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    11% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

.choverpilih {
    color: white !important;
    border-left: 5px solid white !important;
    background-color: #52adbf !important;
}

a.ahover:hover,
.dhover:hover {
    color: white !important;
    background-color: #7ea0b7 !important;
}

a.induk:hover {
    color: white !important;
    border-left: 5px solid orange !important;
    background-color: #005794 !important;
}

/* untuk chart */

table.freezeFirstColumn thead tr,
table.freezeFirstColumn tbody tr {
    display: block;
    width: min-content;
}

table.freezeFirstColumn thead td:first-child,
table.freezeFirstColumn tbody td:first-child,
table.freezeFirstColumn thead th:first-child,
table.freezeFirstColumn tbody th:first-child {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
}

table.freezeLastColumn thead tr,
table.freezeLastColumn tbody tr {
    display: block;
    width: min-content;
}

table.freezeLastColumn thead td:last-child,
table.freezeLastColumn tbody td:last-child,
table.freezeLastColumn thead th:last-child,
table.freezeLastColumn tbody th:last-child {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
}

.de-box-shadow {
    -moz-box-shadow: 0px 0px 5px rgba(158, 147, 147, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(151, 141, 141, 0.651);
    /* box-shadow: 5px 8px 4px 0 #9e9595; */
    box-shadow: 5px 8px 5px 0 #9e9595, 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    /* box-shadow: 5px 8px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19); */
}

.de-box-shadow-red {
    -moz-box-shadow: 0px 0px 5px rgba(221, 90, 90, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(221, 101, 101, 0.5);
    box-shadow: 5px 8px 3px 0 #d15858, 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important;
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important;
}

.w3-card-8 {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3),
        0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.de-vertikal {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0 0;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

body {
    font-family: "Roboto", sans-serif !important;
}

form {
    padding: 5px;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

/* ::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #888
}
::-webkit-scrollbar-thumb {
    background: #eee
} */

.de-animate-close {
    animation: animateclose 0.6s;
    transition: visibility 0s, opacity 0.6s ease-out;
}

@keyframes animateclose {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

select[disabled="disabled"]::-ms-value {
    color: aquamarine;
}

.de-percent {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 50px;
    top: 50%;
}

/* Untuk blink */
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

/* Untuk slider button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Untuk title */
button[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

button[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: #222;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f8f8f8),
        color-stop(1, #cccccc)
    );
    background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
    background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

button[data-title] {
    position: relative;
}

input[type="number"] {
    text-align: right;
}

.de-bg-login {
    background-image: url(../images/login-bg.png);
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

*:required {
    border-color: #e0131d !important;
    /* border: 1px solid red!important; */
}

*:valid {
    border-color: #ccc !important;
}

/* input:not(:placeholder-shown) {
  border-color: hsl(0, 76%, 50%);;
}

input:valid {
  border-color: hsl(120, 76%, 50%);
} */

.de-box-arsip {
    background-image: url(../images/box.webp);
    background-repeat: no-repeat;
    background-size: auto;
}

.blink {
    animation: blinker 1.5s linear infinite;
    /* color: red; */
    font-family: sans-serif;
}

@keyframes blinker {
    0% {
        color: red;
    }

    50% {
        color: black;
        opacity: 0;
    }

    100% {
        color: red;
    }

    /* 50% {
    opacity: 0;
  } */
}

.de-center {
    margin: 0;
    position: absolute;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

/* Gradien */
.w3-ios-dark-blue {
    color: #fff !important;
    background-color: #5856d6 !important;
}

.w3-ios-deep-blue {
    color: #fff !important;
    background-color: #007aff !important;
}

.w3-ios-blue {
    color: #fff !important;
    background-color: #34aadc !important;
}

.w3-ios-light-blue {
    color: #fff !important;
    background-color: #5ac8fa !important;
}

.w3-ios-green {
    color: #000 !important;
    background-color: #4cd964 !important;
}

.w3-ios-pink {
    color: #fff !important;
    background-color: #ff2d55 !important;
}

.w3-ios-red {
    color: #fff !important;
    background-color: #ff3b30 !important;
}

.w3-ios-orange {
    color: #fff !important;
    background-color: #ff9500 !important;
}

.w3-ios-yellow {
    color: #000 !important;
    background-color: #ffcc00 !important;
}

.w3-ios-grey {
    color: #fff !important;
    background-color: #8e8e93 !important;
}

.w3-ios-light-grey {
    color: #000 !important;
    background-color: #ceced2 !important;
}

.w3-ios-background {
    color: #000 !important;
    background-color: #efeff4 !important;
}

.w3-theme-gradient {
    color: #000 !important;
    background: -webkit-linear-gradient(top, #64b5f6 25%, #42a5f5 75%);
}

.w3-theme-gradient {
    color: #000 !important;
    background: -moz-linear-gradient(top, #64b5f6 25%, #42a5f5 75%);
}

.w3-theme-gradient {
    color: #000 !important;
    background: -o-linear-gradient(top, #64b5f6 25%, #42a5f5 75%);
}

.w3-theme-gradient {
    color: #000 !important;
    background: -ms-linear-gradient(top, #64b5f6 25%, #42a5f5 75%);
}

.w3-theme-gradient {
    color: #000 !important;
    background: linear-gradient(top, #64b5f6 25%, #42a5f5 75%);
}

/* Untuk Combo */
.de-combo-group {
    padding-top: 2px;
}

.de-row-color {
    background-color: #f2f3f4 !important;
}

/* Untuk kalender */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
