.light-blue-skin .side-nav .sidenav-bg::after, .light-blue-skin .side-nav .sidenav-bg.mask-strong::after {
    background: rgba(115, 197, 8, 0.8);
    
}

body {
    max-width:100vw !important;
    overflow-x:hidden !important;
}

.fixed-sn .double-nav {
    padding-left: 2rem !important;
}

.content {
    min-height: 100vh;
    height: auto;
    transition: all 0.2s ease-in-out;
}

#content {
    /*margin-left: 50px;
    margin-right: 50px;*/
    max-width: 100vw;
    /*    margin-right: 0 !important;*/
    margin-left: 10px;
    margin-right: 50px;
}


.button-collapse {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 10;
}

@media(min-width: 1440px) {
    .content {
        padding-left: 250px;
    }
}


@media(max-width: 600px) {
    #content {
        margin-left:10px;
        margin-right:10px;
    }
}

@media screen and (max-width: 530px) {
    .menu-top {
        top: 0;
        transform: translateY(10%) !important;
    }

    nav {
        min-height: 57px;
    }
}

.menu-top {
    transform: translateY(-30%);
}

@media screen and (min-width: 1440px) {
    .menu-top {
        transform: translateY(35%);
    }
}

@media screen and (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/*#slide-out {
    display:none;
}*/

.my-custom-scrollbar {
    position: relative;
    height: 50vh;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

main, body, footer {
    background-color: #263238 !important;
    padding-bottom: 30px !important;
}

canvas {
    /*            background-color:grey;*/
    border-radius: 5px;
    color: white;
}

th, td, text, h1, h2, h3, h4, h5, h6, main, .content-main {
    color: #a0a8ba !important;
}

table, td, th, tr {
    border-color: #4d4d4d !important;
}

canvas, .card, div.card-body {
    background-color: #343742 !important;
    margin-bottom: 20px !important;
}

input {
    color: #E4E4F4;
}

label {
    color: #8D99AE !important;
}

textarea {
    background-color: #343742 !important;
    color: #E4E4F4 !important;
    border-color: #2e2e2e !important;
    overflow: auto;
}

div.mdb-select > .dropdown-content {
    background-color: #343742;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #a0a8ba !important;
}

    .dropdown-content li > a:hover, .dropdown-content li > span:hover {
        color: #343742 !important;
        background-color: #a0a8ba !important;
    }

.dropdown-content li.active > a, .dropdown-content li.active > span {
    color: #343742 !important;
    background-color: #a0a8ba !important;
}

li.nav-tem div.dropdown-menu a.dropdown-item:hover {
    color: #343742 !important;
    background-color: #a0a8ba !important;
}

div.dropdown-menu, div.dropdown-menu li > a, div.dropdown-menu li > span {
    background-color: #343742 !important;
    color: #343742 !important;
    -webkit-box-shadow: 0px 0px 2px 0.1px #a0a8ba !important;
    -moz-box-shadow: 0px 0px 2px 0.1px #a0a8ba !important;
    box-shadow: 0px 0px 2px 0.1px #a0a8ba !important;
}

.myDropdownItem {
    color: #a0a8ba !important;
    background-color: transparent !important;
}

.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover {
    color: #343742 !important;
    background-color: #a0a8ba !important;
}

.select-wrapper span.caret {
    color: #a0a8ba !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 5px 5px 5px 30px #1c2331 inset !important;
    border-bottom: 1px solid #2e2e2e !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #e0e0e0 !important;
}

#canvasLogin {
    margin-top:7%;
}

.side-nav .sidenav-bg:after {
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin-bottom: -100vh;
    padding-bottom: 100vh;
}

.myLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
}

.myLoading2 {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    max-width: 100vw !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

#containerDaftarTable {
    /*            max-height: 75vh;*/
    overflow-y: scroll;
}

/*::-webkit-scrollbar {
    display: block;
}*/

.fieldSelectClass {
    max-height: 500px;
    overflow-y: scroll;
}

.mySpan {
    cursor: pointer;
}

.modal-lg {
    max-width: 90% !important;
}


.col.listField {
    max-width: 200px !important;
    /*            max-height: 80% !important;*/
    overflow-y: auto;
}

.modal-content > .modal-header, .modal-content > .modal-body, .modal-content > .modal-footer {
    background-color: #343742 !important;
}

.h-80 {
    height: 80%;
}

.h-60 {
    height: 60%;
}

.h-10 {
    height: 10%;
}

.h-90 {
    height: 90%;
}

.h-75 {
    height: 75%;
}

.h-30 {
    height: 30%;
}

.h-70 {
    height: 70%;
}

.h-40 {
    height: 40%;
}



canvas {
    /*            background-color:grey;*/
    border-radius: 5px;
    color: white;
}

th, td, text, h1, h2, h3, h4, h5, h6, main, .content-main, li {
    color: #a0a8ba !important;
}

table, td, th, tr {
    border-color: #4d4d4d !important;
}

canvas, .card, div.card-body, li.list-group-item, .list-group-item {
    /*            background-color: #1a1d32 !important;*/
    background-color: #343742 !important;
}

ul.myFieldList > li.active, ul.myFieldList > li.list-group-item.active, ul.myFieldList > .list-group-item.active {
    background-color: #0094ff !important;
    color: white !important;
}

ul.myFieldList > li.active > i, ul.myFieldList > li.list-group-item.active > i, ul.myFieldList > .list-group-item.active > i {
    color: white !important;
}

.card-header {
    background-color: #353b50 !important;
    color: white !important;
}
input {
    color: #a0a8ba !important;
}

.form-check-input[type=checkbox] + label:before {
    color: #a0a8ba !important;
}

label {
    color: gray !important;
}

textarea {
    background-color: #343742 !important;
    color: #a0a8ba !important;
    border-color: #2e2e2e !important;
    overflow: auto;
}

.navy-blue-skin .side-nav .sidenav-bg:after {
    background-color: #343742;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #343742 inset !important;
}

.navy-blue-skin .navbar {
    background-color: #2e2e2e !important;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}