th, td{
    padding:8px !important;
    vertical-align:middle !important;
}
.bold{
    font-weight: bold !important;
}
thead th{
    background: #E8E8E8 !important;
}
.input-grid th, .input-grid td{
    padding: 2px 8px !important;
    height: 30px !important;
}
#input-dok th, #input-dok td{
    padding: 0px !important;
    height: 30px !important;
}
.input-grid .form-control.selectize-control, 
#input-dok .form-control.selectize-control{
    height: 30px !important;
}

div.selectize-control{
    height: 30px !important;
}
.satuan-rp {
    position: absolute;
    top: 28px;
    left: 25px;
}
.satuan {
    position: absolute;
    top: 28px;
    right: 20px;
    color: grey;
}
.satuan-uang {
    position: absolute;
    top: 28px;
    left: 20px;
    color: grey;
}
.currency.with-satuan:not(.money){
    padding-right: 30px !important;
}
.currency.money.with-satuan{
    padding-left: 25px !important;
    padding-right: 10px !important;
}
/* .form-control.currency {
    padding-right: 50px;
} */

.form-control.currency.money {
    padding-right: 0;
}
.search-item2{
    cursor:pointer;
}
input.error{
    border:1px solid #dc3545;
}
label.error{
    color:#dc3545;
    margin:0;
}
#table-data_paginate,#table-search_paginate
{
    margin-top:0 !important;
}

#table-data_paginate ul,#table-search_paginate ul
{
    float:right;
}
.form-body 
{
    position: relative;
    overflow: auto;
}

#content-delete
{
    position: relative;
    overflow: auto;
}

.hidden{
    display:none;
}

.datetime-reset-button {
    margin-right: 20px !important;
    margin-top: 3px !important;
}

#table-search
{
    border-collapse:collapse !important;
}

#table-search_filter label, #table-search_filter input
{
    width:100%;
}

.dataTables_wrapper .paginate_button.previous {
    margin-right: 0px; 
}

.dataTables_wrapper .paginate_button.next {
    margin-left: 0px; 
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 25px; 
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: right; 
}

.dataTables_wrapper .paginate_button.page-item {
    padding-left: 5px;
    padding-right: 5px; 
}

.dataTables_length select {
    border: 0;
    background: none;
    box-shadow: none;
    border:none;
    width:120px !important;
    transition-duration: 0.3s; 
}

#table-data_filter label
{
    width:100%;
}
#table-data_filter label input
{
    width:inherit;
}
#searchData
{
    font-size: .75rem;
    height: 31px;
}
.dropdown-toggle::after {
    display:none;
}
.dropdown-aksi > .dropdown-item{
    font-size : 0.7rem;
}
.last-add::before{
    content: "***";
    background: var(--theme-color-1);
    border-radius: 50%;
    font-size: 5px;
    position: relative;
    top: -2px;
    left: -10px;
}
.btn-light2{
    background:#F8F8F8;
    color:#D4D4D4;
}

.btn-light2:hover{
    color:#131113;
}

.btn-light2:active{
    color: #131113;
    background-color: #d8d8d8;
}

.custom-file-label::after{
    content:"Cari berkas" !important;
    border-left:0;
    color: var(--theme-color-1) !important;
}
.focus{
    box-shadow:none !important;
}

.ui-selected{
    background: #e8e8e8 !important;
    color: unset !important;
}

.selected{
    background: var(--theme-color-1-10) !important;
    color: unset !important;
}
.selected2{
    background: #e8e8e8 !important;
    color: unset !important;
}

#table-belum,#table-sudah
{
    border-collapse:collapse !important;
}

#table-belum_filter label, #table-belum_filter input,#table-sudah_filter label, #table-sudah_filter input
{
    width:100%;
}

#table-sudah tbody tr:hover, 
#table-belum tbody tr:hover, #sai-treegrid tbody tr:hover
{
    background:#f8f8f8 !important;
    border-color:#f8f8f8 !important;
    cursor:pointer;
}

div.dataTables_wrapper div.dataTables_filter input{
    height:30px !important;
}

.input-group-prepend, textarea.form-control{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}
textarea.form-control{
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
    border: 1px solid #BABCBE !important;
}

.readonly > .input-group-prepend{
    background: #e9ecef !important;
}

.readonly > .search-item2{
    background: #e9ecef !important;
    cursor:not-allowed;
    display:none;
}

.input-group > .form-control 
{
    border-radius: 0.25rem !important;
}

.input-group-prepend > span {
    margin: 5px;padding: 0 5px;
    background: #e9ecef !important;
    border: 1px solid #e9ecef !important;
    border-radius: 0.25rem !important;
    color: var(--theme-color-1);
    font-weight:bold;
    cursor:pointer;
}

.readonly > .input-group-prepend > span {
    margin: 5px;padding: 0 5px;
    background: #f3f3f3 !important;
    border: 1px solid #000000 !important;
    border-radius: 0.25rem !important;
    color: black;
    font-weight:bold;
    cursor:pointer;
}

span[class^=info-name]{
    cursor:pointer;font-size: 12px;position: absolute; top: 3px; left: 52.36663818359375px; padding: 5px 0px 5px 5px; z-index: 2; width: 180.883px;background:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:22px;
}

.readonly > span[class^=info-name] {
    cursor:pointer;font-size: 12px;position: absolute; top: 3px; left: 52.36663818359375px; padding: 5px 0px 5px 5px; z-index: 2; width: 180.883px;background:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:22px;
    background: #e9ecef !important;

}

.saicon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: black;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.icon-tambah {
    background: #505050;
    /* mask: url("{{ url('img/add.svg') }}"); */
    -webkit-mask-image: url("img/add.svg");
    mask-image: url("img/add.svg");
    width: 12px;
    height: 12px;
}
/* .icon-close {
    background: #d4d4d4;
    -webkit-mask-image: url("../../img/lock.svg");
    mask-image: url("../../img/lock.svg");
    width: 18px;
    height: 18px;
}
.icon-open {
    background: #d4d4d4;
    -webkit-mask-image: url("../../img/lock.svg");
    mask-image: url("../../img/lock.svg");
    width: 18px;
    height: 18px;
} */

.icon-close {
    background: #d4d4d4 !important;
    -webkit-mask-image: url("../../asset_dore/icon/lock.svg");
    mask-image: url("../../asset_dore/icon/lock.svg");
    width: 18px;
    height: 18px;
}
.icon-open {
    background: var(--success) !important;
    -webkit-mask-image: url("../../asset_dore/icon/unlock.svg");
    mask-image: url("../../asset_dore/icon/unlock.svg");
    width: 18px;
    height: 18px;
}

.info-icon-hapus{
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 35px;
    z-index: 3;
}

.readonly >  .info-icon-hapus{
    display:none;
}

.form-control {
    padding: 0.1rem 0.5rem; 
    border-radius: 0.25rem !important;
}
.input-grid .form-control { 
    border-radius: 0rem !important;
}
.input-grid .selectize-input { 
    border-radius: 0rem !important;
}

.readonly >  .form-control{
    background: #e9ecef !important;
}

.selectize-input {
    min-height: unset !important;
    padding: 0.1rem 0.25rem; 
    line-height: 30px;
    border-radius: 0.25rem;
}
.selectize-input.locked{
    background: #e9ecef !important;
    cursor:not-allowed;
}

label{
    margin-bottom: 0.2rem;
}

.search-item2{
    cursor:pointer;
    font-size: 16px;margin-left:5px;position: absolute;top: 5px;right: 10px;background: white;padding: 5px 0 5px 5px;z-index: 3;height:27px;
}

#preview-close
{
    line-height:1.5;padding: 0;background: none;appearance: unset;opacity: unset;right: -20px;position: relative;top: 3px;
}
#preview-close > span 
{
    border-radius: 50%;padding: 0 0.45rem 0.1rem 0.45rem;background: white;color: black;font-size: 1.2rem !important;font-weight: lighter;box-shadow:0px 1px 5px 1px #80808054
}

#preview-close > span:hover
{
    color:white;
    background:red;
}

h6{
    font-size: 1rem !important;
}

.info-icon-hapus{
    cursor: pointer;
}

#table-data tr.selected, .input-grid tr.selected-row
{
    background: unset !important;
    color:unset !important;
}

.ui-draggable-handle{
    cursor:move;
}
#form-tambah .selected-cell {
    padding: 0px !important;
}

.dataTables_paginate.paging_simple_numbers{
    margin-top: 0px !important;
}

.btn-white{
    background: white;
    color:#000000;
    border:1px solid #BABCBE;
    border-radius: 0.25rem !important;
    padding: 0rem 1.25rem !important;
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}
#page-count{
    border-radius: 0.25rem !important;
    border:1px solid #BABCBE !important;
    position: relative;
    top: 0.5px;
}
.page-countdata .selectize-input{
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
    border-radius: 0.25rem !important;
    border:1px solid #BABCBE !important;
    position: relative;
}

#saku-datatable #searchData{
    border-radius:0.25rem !important;height:30px;border:1px solid #BABCBE !important;padding-left:2.5rem;
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}

#table-data_wrapper{
    height: unset !important;
}

table.dataTable{
    border-collapse: collapse !important;
}

table.dataTable th, table.dataTable td{
    border-color: #E8E8E8 !important;
}

.btn{
    border-radius: 0.25rem !important;
}

/* dataTables CSS modification & positioning */

@font-face {
    font-family: 'FontAwesome';
    src: url('../../../assets/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0 !important;
  content: "" !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0 !important;
  content: "" !important;
}
  
table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute !important;
    top: 3px !important;
    right: 20px !important;
    display: block !important;
    font-family: FontAwesome !important;
}

table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before {
    position: absolute !important;
    top: 3px !important;
    right: 20px !important;
    display: block !important;
    font-family: FontAwesome !important;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
    opacity: 1;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0dc" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0de" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
}

table.dataTable thead th.sorting:before {
    content: "\f0dc" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
    opacity: 1;
}
table.dataTable thead th.sorting_asc:before {
    content: "\f0de" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
}
table.dataTable thead th.sorting_desc:before {
    content: "\f0dd" !important;
    font-size: 1.4em !important;
    padding-top: 0.13em !important;
}

table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc::after{
    opacity: 0.3;
}

table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc::before{
    opacity: 1;
}

/* HANDLE SCROLL EFEK */

.dataTables_scrollBody > table.dataTable thead th.sorting:after {
    content: "" !important;
}
.dataTables_scrollBody > table.dataTable thead th.sorting_asc:after {
    content: "" !important;
}
.dataTables_scrollBody > table.dataTable thead th.sorting_desc:after {
    content: "" !important;
}

.dataTables_scrollBody > table.dataTable thead th.sorting:before {
    content: "" !important;
}
.dataTables_scrollBody > table.dataTable thead th.sorting_asc:before {
    content: "" !important;
}
.dataTables_scrollBody > table.dataTable thead th.sorting_desc:before {
    content: "" !important;
}
/*  */
.page-link{
    min-width: 22px !important;
}

.page-link.prev, .page-link.next{
    border:0px !important;
    background: none !important;
    color: #374957 !important;
}

.page-item.disabled .page-link{
    border:none !important;
    color: #374957 !important;
}

.page-item.active .page-link{
    border:1px solid #000000 !important;
    color: #374957 !important;
}

#btn-export-table~.dropdown-menu{
    border:1px solid #BABCBE !important;
    color: #374957 !important;
    border-radius: 0.25rem !important;
}

#table-data thead th, .dataTables_scrollHeadInner table thead th{
    background: #E8E8E8 !important;
}

#table-data thead th:nth-child(1), #table-data tbody td:nth-child(1){
    padding-left: 25px !important;
}

#table-data thead th:last-child, #table-data tbody td:last-child{
    padding-right: 25px !important;
}
#table-data~.view-pager{
    padding-right: 25px !important;
    padding-left: 25px !important;
    border-top: 1px solid #E8E8E8;
    margin-top: 0px !important;
}
#table-data_wrapper .dt-buttons{
    display: none;
}

.form-header {
    display: flex;
    justify-content: space-between;
}
#saku-print .form-header{
    display: flex;
    justify-content: flex-end !important;
}
#form-tambah .btn-save, #form-tambah #btn-save, #form-tambah .btn-update, #form-tambah #btn-update{
    margin-right: 5px !important;
}
.btn-form {
    padding: 0.5rem !important;
    background-color: #ffffff;
    outline: none;
    border: none;
    border-radius: 6px;
}
.btn-form:hover {
    background-color: #EFEFEF;
}
.btn-form:active {
    background-color: #bfbfbf;
}

#form-tambah #btn-kembali{
    padding: 0.5rem !important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ADADAD !important;
    opacity: 1; /* Firefox */
}
.search-item2 {
    top: 1px !important;
}

.selectize-input, input:not(#cari):not(input[id*="selectized"]):not(.selectize-input>input){
    /* border-radius: 0.25rem !important;
    border:1px solid #000000 !important;
    position: relative; */
    position: relative;
    border: 1px solid #BABCBE !important;
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}

.selectize-input, input:not(#cari):not(input[id*="selectized"]):not(.selectize-input>input):not(.input-grid input):not(table input){
    border-radius: 0.25rem !important;
}

.form-header-fix{
    position: fixed;
    z-index: 4;
    background: white;
    top: 60px;
    width: 100%;
    max-width: inherit;
}

.form-header-fix ~ .card{
    margin-top: 60px;
}
table.dataTable th.text-right{
    padding-right: 35px !important;
}

.form-row .col-1, .form-row .col-2, .form-row .col-3, .form-row .col-4, .form-row .col-5, .form-row .col-6, .form-row .col-7, .form-row .col-8, .form-row .col-9, .form-row .col-10, .form-row .col-11, .form-row .col-12, .form-row .col, .form-row .col-auto, .form-row .col-xs-1, .form-row .col-xs-2, .form-row .col-xs-3, .form-row .col-xs-4, .form-row .col-xs-5, .form-row .col-xs-6, .form-row .col-xs-7, .form-row .col-xs-8, .form-row .col-xs-9, .form-row .col-xs-10, .form-row .col-xs-11, .form-row .col-xs-12, .form-row .col-xs, .form-row .col-xs-auto, .form-row .col-sm-1, .form-row .col-sm-2, .form-row .col-sm-3, .form-row .col-sm-4, .form-row .col-sm-5, .form-row .col-sm-6, .form-row .col-sm-7, .form-row .col-sm-8, .form-row .col-sm-9, .form-row .col-sm-10, .form-row .col-sm-11, .form-row .col-sm-12, .form-row .col-sm, .form-row .col-sm-auto, .form-row .col-md-1, .form-row .col-md-2, .form-row .col-md-3, .form-row .col-md-4, .form-row .col-md-5, .form-row .col-md-6, .form-row .col-md-7, .form-row .col-md-8, .form-row .col-md-9, .form-row .col-md-10, .form-row .col-md-11, .form-row .col-md-12, .form-row .col-md, .form-row .col-md-auto, .form-row .col-lg-1, .form-row .col-lg-2, .form-row .col-lg-3, .form-row .col-lg-4, .form-row .col-lg-5, .form-row .col-lg-6, .form-row .col-lg-7, .form-row .col-lg-8, .form-row .col-lg-9, .form-row .col-lg-10, .form-row .col-lg-11, .form-row .col-lg-12, .form-row .col-lg, .form-row .col-lg-auto, .form-row .col-xl-1, .form-row .col-xl-2, .form-row .col-xl-3, .form-row .col-xl-4, .form-row .col-xl-5, .form-row .col-xl-6, .form-row .col-xl-7, .form-row .col-xl-8, .form-row .col-xl-9, .form-row .col-xl-10, .form-row .col-xl-11, .form-row .col-xl-12, .form-row .col-xl, .form-row .col-xl-auto, .form-row .col-xxl-1, .form-row .col-xxl-2, .form-row .col-xxl-3, .form-row .col-xxl-4, .form-row .col-xxl-5, .form-row .col-xxl-6, .form-row .col-xxl-7, .form-row .col-xxl-8, .form-row .col-xxl-9, .form-row .col-xxl-10, .form-row .col-xxl-11, .form-row .col-xxl-12, .form-row .col-xxl, .form-row .col-xxl-auto{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.card .card-body, .card-body{
    padding: 1.5rem;
}


.form-header {
    display: flex;
    justify-content: space-between;
}
#form-tambah .btn-save, #form-tambah #btn-save, #form-tambah .btn-update, #form-tambah #btn-update{
    margin-right: 5px !important;
}
.btn-form {
    padding: 0.5rem;
    background-color: #ffffff;
    outline: none;
    border: none;
    border-radius: 6px;
}
.btn-form:hover {
    background-color: #EFEFEF;
}
.btn-form:active {
    background-color: #bfbfbf;
}
.btn-action {
    outline: none;
    border: none;
    padding: 0.5rem 0.6rem;
    background-color: #ffffff;
}
.btn-action:hover {
    background-color: #EFEFEF;
}
.table-upload, .input-grid {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #858585 !important;
}
.table-upload thead th, .input-grid thead th {
    border: 1px solid #858585 !important;
    padding: 0.4rem !important;
    background-color: #F1F1F1;
    text-align: center;
}
.table-upload tbody td, .input-grid tbody td {
    border: 1px solid #858585 !important;
    padding: 0.6rem;
}

.table-view{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #858585 !important;
}
.table-view thead th{
    border: 1px solid #858585 !important;
    padding: 2px 8px !important;
    height: 30px !important;
    background-color: #F1F1F1;
    text-align: center;
}
.table-view tbody td{
    border: 1px solid #858585 !important;
    padding: 2px 8px !important;
    height: 30px !important;
    overflow: hidden;
}

.table-view-dt{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #858585 !important;
}
.dataTables_scrollHeadInner .table-view-dt thead th{
    height: 30px !important;
    padding: 0px 8px !important;
}
.dataTables_scrollBody .table-view-dt thead th{
    height: 0px !important;
    padding: 0px 8px !important;
}
.table-view-dt thead th{
    border: 1px solid #858585 !important;
    padding: 0px 8px !important;
    background-color: #F1F1F1;
    text-align: center;
}
.table-view-dt tbody td{
    border: 1px solid #858585 !important;
    padding: 0px 8px !important;
    height: 30px !important;
    overflow: hidden;
}

.table-select{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #858585 !important;
}
.table-select thead th{
    border: 1px solid #858585 !important;
    background-color: #F1F1F1;
}
.table-select tbody td{
    border: 1px solid #858585 !important;
}

.btn-nav-tab {
    outline: none;
    border: none;
    padding: 0.2rem 0.85rem 0.4rem 0.65rem;
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(164, 164, 164, 0.25);
}
.btn-nav-tab-right{
    padding: 0.2rem 0.65rem 0.4rem 0.85rem !important;   
}
.btn-nav-tab:hover, .btn-nav-tab:active {
    background-color: #EFEFEF;
}

.nav-tabs{
    border-bottom: 0px !important;
}

.nav-tabs.nav-normal{
    border-bottom: 1px solid #D3D3D3 !important;
}

.nav-normal .nav-item {
    padding: 0rem 0.5rem;
}

.nav-item{
    padding: 0.25rem;
}

.nav-link {
    padding: 0.35rem 1.5rem !important;
}

.nav-normal .nav-link {
    padding: 0.5rem 0.5rem !important;
}

.nav-link:hover {
    background-color: #375CB4;
    color: #ffffff;
    border-radius: 4px;
}
.nav-normal .nav-link:hover{
    border-color: #375CB4;
    color: black;
    border-radius: 4px;
}
.nav-link.active, .nav-link:hover {
    background-color: #375CB4 !important;
    color: #ffffff !important;
    box-shadow: 0px 4px 8px rgba(55, 92, 180, 0.25);
    border-radius: 4px;
    font-weight: normal !important;
}

.nav-normal .nav-link.active, .nav-normal .nav-link:hover {
    border-color: #375CB4 !important;
    color: black !important;
    box-shadow: none;
    border-radius: 4px;
    font-weight: normal !important;
    background: white !important;
}

.nav-link.active::before {
    background: none !important;
}

.nav-normal .nav-link.active::before {
    background: #375CB4 !important;
}

.dataTables_scrollBody th{
    padding: 0px 8px!important;
    border: 0px !important;
}

.dataTables_scrollHeadInner th {
    padding: 8px !important;
    border-bottom: 0px !important;
    vertical-align:middle;
    text-align:center;
}

.table-upload th, .table-upload.td{
    border-color: #858585 !important
}

.form-body-new{
    height: unset !important;
}

.add-row, .add-row-dok {
    background-color: #EFEFEF;
    border: 1px solid #A9A9A9;
}
.add-row:hover, .add-row-dok:hover {
    background-color: #D3D3D3;
}
#catatan_log{
    background: white;
    padding: 1.5rem 1rem;
}

span.badge-costum{
    padding: 0.4rem 1.25rem !important;
    font-size: 0.65rem !important;
}
.badge-costum.badge-warning{
    background-color: #FC7B28 !important;
}
.badge-costum.badge-success{
    background-color: #1FD224 !important;
}
.badge-costum.badge-danger{
    background-color: #FF0000 !important;
}
.badge-costum.badge-grey{
    background-color: #BABCBE !important;
    color:white !important;
}
.badge-costum.badge-blue{
    background: #00C4FF !important;
    color:white !important;
}
.badge-costum.badge-primary{
    background: #375cb4 !important;
    color:white !important;
}
.badge-costum.badge-purple{
    background: #9f37b4 !important;
    color:white !important;
}

.add-row{
    height: 40px !important;
    border-radius: 20px !important;
    border: none !important;
}
.add-row img{
    height: 22px !important;
    margin-right: 5px !important;
}
.daterangepicker .calendar-table th{
    border-radius: 0px !important;
}

/* add Toogle */
.switch-toggle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.switch-toggle .label-switch {
    align-self: center;
    padding-left: 1.5rem;
}
#uncheck {
    display: none;
}
#check {
    display: inline-block;
}
#inactive {
    display: none;
}
#active {
    display: inline-block;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


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

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

input[type="checkbox"]:checked + .slider {
    background-color: #00C900;
}

/* input:focus + .slider {
    box-shadow: 0 0 1px #00C900;
} */

input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
    background: white !important;
}

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

.slider.round:before {
    border-radius: 50%;
}
/* End add*/


.inputfile {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.2rem 0.5rem;
    /* 10px 20px */
    color:white;
    background: #375CB4;
    border-radius: 10px;
    display: inline;
    position: relative;
    top: -2px;

}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


.inputfile2 {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile2 + label {
    max-width: 80%;
    font-size: 1.25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    padding: 0.2rem 1rem;
    /* 10px 20px */
    color:white;
    background: #375CB4;
    border-radius: 5px;
    display: inline;
    position: relative;
    top: -2px;

}

.no-js .inputfile2 + label {
    display: none;
}

.inputfile2:focus + label,
.inputfile2.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile2 + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


.table-py-0 td,
.table-py-0 th{
    padding: 0px 8px !important;
}


.custom-file-label{
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
    border-radius: 0.25rem !important;
    border-color: #BABCBE;
}
.custom-file-label::after{
    content:"Cari berkas" !important;
    border-left:0;
    color: var(--theme-color-1) !important;
}
.preview{
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}

.imgHolder {
    position: relative;
}
.imgHolder span.badge {
    position: absolute !important;
    left: -10px;
    top: 40px;
}
.need-app img{
    opacity: 0.25;
}

.approved img{
    opacity: 1;
}
.approved .badge-costum{
    display: none;
}

.btn-primary.btn-custom{
    background: #375CB4 !important;
}

.red-text{
    color:#dc3545 !important;
}

.green-text{
    color:#00C900 !important;
}
.bold {
    font-weight:bold;
}
.italic{
    font-style: italic !important;
}

#saku-print h6{
    font-size: 1.25rem !important;
}

button.disabled{
    cursor: not-allowed;
}
.w-5{
    width: 5% !important;
}
.w-95{
    width: 95% !important;
}
.isi-report table td{
    vertical-align: top !important;
}
select.form-control{
    border: 1px solid #BABCBE !important;
    box-shadow: 0px 4px 8px rgba(153, 153, 153, 0.25) !important;
}
select.form-control option{
    height: 30px !important;
}

.MsoTableGrid td{
    border-top: unset !important;
}