::placeholder{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.75px;
    color: #808080;
}

.font-inter{
    font-family: 'Inter', sans-serif;
}

.font-roboto{
    font-family: 'Roboto', sans-serif;
}

.ff-medium{
    font-weight: 500;
}

.ff-normal{
    font-weight: normal;
}

.fs-10{
    font-size: 10px;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

.fs-18{
    font-size: 18px;
}

.fs-24{
    font-size: 24px;
}
.fs-36{
    font-size: 36px;
}

.fw-400{
    font-weight: 400;
}

.fw-500{
    font-weight: 500;
}

.fw-700{
    font-weight: 700;
}

.fc-1d{
    color: #1d1d1d !important;
}

.sh-4{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.sidebar{
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.25);
    /*grid-area: b;*/
    /*display: flex;*/
    height: calc(100vh - 105px);
    position: relative;
    z-index: 100;
}

.sidebar-btn:hover{
    background-color: rgba(2, 94, 134, 0.1) !important;
}

.menu-active{
    background-color: rgba(2, 94, 134, 0.4) !important;
}

.jey-tabs{
    border-radius: 10px 10px 0px 0px !important;
}

.tabs-active{
    background: #025E86 !important;
    color: #FFFFFF !important;
}

.topbar{
    /*grid-area: a;*/
    display: flex;
}

.accordion-single-item::after{
    background-image: unset !important;
}

.main{
    /*grid-area: c;*/
    /*display: flex;*/
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}


/*.container-template{
    display: grid;
    grid-template-areas: 
    "a a a a a a a"
    "b c c c c c c"
    "b c c c c c c"
    "b c c c c c c"
    "b c c c c c c"
    "b c c c c c c"
    "b c c c c c c";
}*/

.container-template{
    display: flex;
}

.login-container{
    display: grid;
    grid-template-areas: 
    "c c c c c c c"
    "b b b b b b b"
    "b b b b b b b"
    "b b b b b b b"
    "b b b b b b b"
    "b b b b b b b"
    "d d d d d d d";
    background-color: #E5E5E5;
}

.login-topbar{
    grid-area: c;
    background-color: #025E86;
    height: 70px;
    width: 100%;
}

.login-botbar{
    grid-area: d;
    background-color: #9f9f9f;
    height: 68px;
    width: 100%;
    /*top: 625px;*/
    position: fixed;
    bottom: 0;
}

.login-form{
    grid-area: b;
    padding: 0px 23px 0px 23px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 0px auto 20px auto;
    width: 390px;
    max-height: 460px;
}

.image-area{
    grid-area: a;
}

input[type="password"]{
    background: transparent;
    border: none;
    border-bottom: 1px solid #025E86;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="password"]:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

input[type="text"], 
select.form-control{
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input[type="text"]:focus,
select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"]:disabled,
select.form-control:disabled {
    background: transparent;
    border-bottom: 1px solid #DCDCDC;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input.two-comma{
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.dropdownkb {
    background: transparent;
}

table tbody tr:nth-child(even) {
    background: #FFFFFF;
}

table tbody tr:nth-child(odd) {
    background: rgba(2, 94, 134, 0.1);
}

div.row {
    margin: 10px;
    margin-top: 5px;
}

.filter-textbox{
    width: 100% !important;
    background: #FFFFFF !important;
    border: 2px solid #025E86 !important;
    border-radius: 5px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.select2-container{
    width: 100% !important;
}

/*.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: #eee !important;
    border: 1px solid #aaa !important;
}*/

.select2-container--default .select2-selection--single{
    background: #FFFFFF !important;
    border: 2px solid #025E86 !important;
    border-radius: 5px !important;
    /*border-bottom: 1px solid #025E86 !important;*/
}

.select2-container--default:focus-within .select2-selection--single:focus-within{
    outline: none !important;
    border: 2px solid #025E86 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    padding: 4px !important;
    background: #FFFFFF !important;
    border: 2px solid #025E86 !important;
    border-radius: 5px !important;
}

.select2-search--dropdown{
    padding: 0px !important;
}

.select2-dropdown{
    border: 2px solid #025E86 !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: rgba(2, 94, 134, 0.2);
}

.select2-results__option{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.filter-textbox:hover{
    border: 2px solid #025E86 !important;
}

.filter-textbox:focus{
    outline: none !important;
    border: 2px solid #025E86 !important;
}

.filter-date{
    width: 47%;
    background: #FFFFFF !important;
    border: 2px solid #025E86!important;
    border-radius: 5px !important;
}

.filter-date:focus{
    outline: none !important;
    border: 2px solid #025E86 !important;
}

.filter-date:disabled{
    cursor: default;
    background-color: #ebebeb !important;
    /*color: #ebebeb !important;*/
    border-color: rgba(118, 118, 118, 0.3) !important;
}

.filter-textbox:read-only{
    cursor: default;
    background-color: #ebebeb !important;
    /*color: #ebebeb !important;*/
    border-color: rgba(118, 118, 118, 0.3) !important;
}

.btn{
    border-radius: 10px !important;
}

.btn-primary{
    color: #fff;
    background-color: #025e86;
    border: 1px solid #025e86;
}

.btn-primary:disabled{
    color: #fff;
    background-color: #025e86;
    border: 1px solid #025e86;
}

.text-primary{
    color: #025e86 !important;
}

.btn-outline-primary{
    color: #025e86;
    background-color: #fff;
    border: 1px solid #025e86;
}

.btn-submit {
    padding: 10px 20px;
    border-radius: 10px;
    width: 70%;
    font-size: 20px;
}

#label-upload-attachment {
    display: inline-block;
    background-color: #025e86;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.dropbtn {
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: normal;
}

.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown-content button:hover {
    background-color: #ddd;
    color: #025e86;
}

.dropdown-content button:focus {
    background-color: #ddd;
    color: #025e86;
}

.show {
    display: block;
}

.page-item.active .page-link{
    background-color: #025e86 !important;
    border-color: #025e86 !important;
}

.nav-link{
    color: #000;
}

.nav-link: hover{
    color: #000;
}

.forCounter{
    border-radius: 50%;
    /*padding: 2.5px 6px;*/
    border: 1.5px solid #025E86;
    background-color: #fff;
    color: #025E86;
    font-size: 12px;
    cursor: default;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

table.dataTable th {
    text-align: center !important;
    font-size: 12px;
}

.border-bottom-custom{
    border-bottom: 1px solid #b7b7b7;
}

textarea.form-control, input.input-keperluan-nominal {
    border: 2px solid #025E86;
    border-radius: 10px;
}

input.input-keperluan-nominal {
    height: 65px;
}

#keperluan-total-value{
    padding-right: 50px;
}

select:disabled {
    color: #6c757d !important;
}
input[type="date"].filter-date::-webkit-calendar-picker-indicator {
    margin-left: 0px;   
}

.no-search .select2-search {
    display: none;
}

.accordion-button:focus{
    border-color: initial !important;
    box-shadow: unset !important;
}

.filter-icon{
    border-bottom: 1px solid rgba(2, 94, 134, 0.4);
    font-weight: 500 !important;
    color: #000000 !important;
    padding-left: 0px;
    font-size: 14px;
}

.filter-icon.collapsed{
    border-radius: unset !important;
}

.filter-icon::after{
    background-image: url('data: image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M128 32H32C14.31 32 0 46.31 0 64v96c0 17.69 14.31 32 32 32s32-14.31 32-32V96h64c17.69 0 32-14.31 32-32S145.7 32 128 32zM416 32h-96c-17.69 0-32 14.31-32 32s14.31 32 32 32h64v64c0 17.69 14.31 32 32 32s32-14.31 32-32V64C448 46.31 433.7 32 416 32zM128 416H64v-64c0-17.69-14.31-32-32-32s-32 14.31-32 32v96c0 17.69 14.31 32 32 32h96c17.69 0 32-14.31 32-32S145.7 416 128 416zM416 320c-17.69 0-32 14.31-32 32v64h-64c-17.69 0-32 14.31-32 32s14.31 32 32 32h96c17.69 0 32-14.31 32-32v-96C448 334.3 433.7 320 416 320z"/></svg>');
    background-size: unset;
}
.filter-icon:not(.collapsed)::after{
    background-image: url('data: image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z"/></svg>');
    background-size: unset;
}

.filter-body{
    border-bottom: 1px solid rgba(2, 94, 134, 0.4) !important;
    border-radius: unset !important;
}

div.dataTables_length label{
    font-weight: 500 !important;
    color: #000000;
    font-size: 14px;
}

.dataTables_empty{
    font-weight: bold;
}

input::placeholder{
    color: #808080;
    padding-left: 8px;
}

input:focus{
    /*border-color: none !important;*/
}

table.dataTable.table-striped>tbody>tr.odd td{
    background: rgba(2, 94, 134, 0.02) !important;
}

table.dataTable.table-striped>tbody>tr>td{
    font-weight: 500 !important;
    color: #1d1d1d !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

table.dataTable.table-striped>tbody>tr>td.text-danger{
    color: #dc3545 !important;
}

table.dataTable.table-striped>tbody>tr>td.text-warning{
    color: #ffc107 !important;
}

.table-history-approval > thead {
    border:  unset !important;
    border-style:  unset !important;
}
.table-history-approval > thead >tr {
    border-style:  unset !important;
}
.table-history-approval > thead >tr > th {
    border-style:  unset !important;
}
.table-history-approval > tbody {
    border-top:  unset !important;
    border-style:  unset !important;
}
.table-history-approval > tbody >tr {
    border-style:  unset !important;
}
.table-history-approval > tbody >tr > td {
    border-style:  unset !important;
}
.table>:not(caption)>*>*{
    box-shadow: unset !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:  #1d1d1d !important;
    font-weight: 500;
    font-size: 12px;
}

td.text-center{
    /*padding-left: unset !important;*/
    padding-right: 30px !important;
}

.wd-100{
    width: 100px;
}

.tanggal-jatuh-tempo-wrapper {
    display: inline-block;
    position: relative;
}

.tanggal-jatuh-tempo-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f133';
    position: absolute;
    right: 6px;
}

.select2-selection__rendered{
    line-height: 25px !important;
}
.select2-selection__clear{
    color: #025e86;
}
/*.btn-item-dropdown {
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    color: #025e86;
    border: 1px solid #025e86;
}*/

/*.dropdown-content {
    border-radius: 5px;
    border: 1px solid #025e86;
}*/
/*
.btn-lihat-detail {
    border-radius: 5px;
    color: #025e86 !important;
    background-color: white;
    text-align: center;
    color: #025e86;
    box-sizing: border-box;
}

.btn-download-attachment {
    border-radius: 0px 0px 5px 5px;
    background-color: white;
    text-align: center;
    border-top: 1px solid #025e86;
    color: #025e86 !important;
    box-sizing: border-box;
    padding: 3px !important;
}

.btn-download-bukti-bayar {
    border-radius: 0px 0px 5px 5px;
    color: #025e86 !important;
    background-color: white;
    border-top: 1px solid #025e86;
    text-align: center;
    color: #025e86;
    box-sizing: border-box;
    padding: 3px !important;
}
*/
