html,body,h1,h2,h3,h4,h5 {
    /* font-family: "Raleway", sans-serif */
    /* font-family: "MS Gothic", monospace; */
    /* font-family: "Calibri", monospace; */
    font-family: Ubuntu, "times new roman", times, roman, serif;
}
  
.menu-anak{
    margin-left: 35px;
}
.active{
    color: #000000 !important;
    border-left: 5px solid #017cc3 !important;
    border-radius: 10px 0 0 10px;
}
.tema{
    color: #017cc3;
    font-weight: bold;
    margin-left: 5px;
}
.mn:hover{
    border-left: 5px solid #07a3fe !important;
    border-radius: 10px 0 0 10px;
}
.m-border{
    border-bottom: 1px solid #a8dee1!important;
}
.cursor{
    cursor: pointer;
}
/* custom scroll */
.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: #daf1ff;
}
.scrl-y::-webkit-scrollbar{
    width: 4px;
    background-color: #daf1ff;
}
.scrl-y::-webkit-scrollbar-thumb{
    background-color: #46bbfe;
}
/* untuk table */
.scrlt-y{
    overflow-y: auto;overflow-x: hidden;
}
.scrlt-y::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #daf1ff;
}
.scrlt-y::-webkit-scrollbar{
    width: 8px;
    background-color: #daf1ff;
}
.scrlt-y::-webkit-scrollbar-thumb{
    background-color: #46bbfe;
}

.round-left-large{
    border-radius: 8px 0 0 8px;
}
.round-right-large{
    border-radius: 0 8px 8px 0;
}
.round-top-large{
    border-radius: 8px 8px 0 0;
}
.round-bottom-large{
    border-radius: 0 0 8px 8px;
}
.round-left-xlarge{
    border-radius: 16px 0 0 16px;
}
.round-right-xlarge{
    border-radius: 0 16px 16px 0;
}
.round-top-xlarge{
    border-radius: 16px 16px 0 0;
}
.round-bottom-xlarge{
    border-radius: 0 0 16px 16px;
}
.text-right{
    text-align: right;
}

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

td-active{
    background-color:#ccc
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browsers default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E88008;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
