.box-flat{
    border-radius: 0 !important;
}

.toast-top-center {
    top: 12px !important;
    margin: 0 auto !important;
}
.card-padding{
    padding-left:20px !important; padding-right: 20px !important; padding-bottom: 10px !important;
}

.required-label:after {
    content:"*" !important;
    color:red !important;
}

.nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active {
    color: white !important;
}

.btn-orange {
    color: #fff !important;
    background-color: #fd7d14 !important;
    border-color: #fd7e14 !important;
    box-shadow: none !important;
}

.btn-file {
    color: #fff !important;
    background-color: #fd7d14 !important;
    border-color: #fd7e14 !important;
    box-shadow: none !important;
}

.btn-orange:hover {
color: #fff !important;
background-color: #e26f11 !important;
border-color: #e26f11 !important;
}

.btn-orange:focus, .btn-orange.focus {
color: #fff !important;
background-color: #bf5e0e !important;
border-color: #e26f11 !important;
box-shadow: 0 0 0 0 rgba(255, 157, 38, 0.5) !important;
}

.btn-orange.disabled, .btn-orange:disabled {
color: #fff !important;
background-color: #fd7e14 !important;
border-color: #fd7e14 !important;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
color: #fff !important;
background-color: #e26f11 !important;
border-color: #bf5e0e !important;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-orange.dropdown-toggle:focus {
box-shadow: 0 0 0 0 rgba(255, 157, 38, 0.5) !important;
}



/* Datatables */
.page-item.active .page-link {
    color: #fff !important;
    background-color: #fd7d14 !important;
    border-color: #fd7e14 !important;
}

.page-link{
    color: #fd7e14 !important;
}

.modal2{
    z-index: 1052 !important;
}

.progress-bar{
    font-size: 20px !important;
}

.toolbar, .dataTables_info {
    float: left !important;
    margin-bottom: 3px !important;
}


.dataTables_wrapper .dataTables_processing {
    z-index: 9999;
    background-color: rgba(253,125,21,0.7) !important;
    color: white;
}

.toast {
    opacity: 1 !important;
}

.text-tahapan{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100px !important;
}


.main-sidebar, .main-sidebar::before {
    width: 320px;
}

@media (min-width: 768px){
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 320px;
    }
}
.sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
    margin-left: -320px;
}

.layout-fixed .brand-link {
    width: 320px;
}