.btn-primary {
    background-color: #00ADD3 !important;
    border-color: #00ADD3 !important;
}

.btn-secondary {
    background-color: #E6F1FF !important;
    border-color: #E6F1FF !important;
    color: #5397F7 !important;
}

.header{
    font-size: 2rem;
    font-weight: 400;
    color: black;
    /*margin-right: 10px;*/
}
.text-header{
    background-color: #eef0f8;
}
.subheader{
    font-size: 1.3rem;
    padding-top: 0.2rem;
    font-weight: 400;
    color: black;
    border-left: solid 1px;
    padding-left: 10px;
}
.div-header{
    margin-bottom: 1.5rem;
}
#kt_wrapper{
    padding-top: 65px;
}

/*form & input*/
.form-control:disabled, .form-control[readonly] {
    background-color: #F3F6F9;
    opacity: 1;
    color: #959898;
}
.input-group > .form-control[readonly] {
    background-color: #FFFFFF;
}
.input-search-table{
/*    font-size: 10px;
    margin-left: 0px !important;*/
}
.input-dark{
    background-color: #F3F6F9 !important;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-second,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker table td .timepicker-hour {
    font-size: 1rem;
    color: #7E8299;
    font-weight: 400;
}

 select.form-control.is-invalid {
    background-position: right calc(1.375em + 0.325rem) center;
}
/*end form & input*/

/*menambahkan card-foot sendiri*/
.card.card-custom > .card-foot {
    padding: 2rem 2.25rem;
}
.card-foot {
    border-top: 1px solid #EBEDF3;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}
/*end card-foot*/

/*table*/
.table-striped-reverse > tbody > tr:nth-child(2n+1) > td, .table-striped-reverse > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFFFFF;
}
.table-striped-reverse > tbody > tr:nth-child(2n+2) > td, .table-striped-reverse > tbody > tr:nth-child(2n+2) > th, .table-striped-reverse > thead {
    background-color: #EBEDF3;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td  {
    text-align: left;
    vertical-align: top;
}
.dataTables_wrapper .dataTables_pager .dataTables_length .custom-select{
    margin-right: 0.5rem;
}

.inner-table > tbody > tr{
    background-color: transparent !important;
}
.inner-table > tbody > tr > td{
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0px !important;
}

/*end table*/

.link-modal-detail{
    color: #3699FF;
    text-decoration: underline;
    cursor: pointer;
}

/*form*/
.peripheral > tbody{
    vertical-align: top;
}
.peripheral-item-delete{
    padding: 2px !important;
    padding-left: 6px !important;
}

/*number without up down*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*end number without up down*/
/*end form*/

.checkbox > span{
    margin-right: 10px;
    margin-left: 10px;
}

.tags-input{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 1rem;
    margin: 0.1rem 0.4rem 0.1rem 0;
    position: relative;
    float: left/*rtl:right*/;
    color: #3F4254 !important;
    background: #F3F6F9;
    border: 0;
    border-radius: 0.42rem;
}

.bootstrap-tagsinput input{
    min-width: 200px;
}

.role-centang-all{
    margin-bottom: 10px;
}

.legend {
    margin-top: 20px
}
.legend th, .legend td {
    padding: 5px;
    text-align: center;
    vertical-align: top;
    border-top: 4px solid #FFF;
    font-size: 11px;
}
