body {
   /*-moz-transform: scale(0.9, 0.9);*/
   zoom: 0.9;
   zoom: 90%;
}

/*tr.odd {
    background-color: #ffffff;
}

tr.even {
    background-color: lightblue;
}*/

.dataTables_wrapper {
    width: 100%;
}

.dataTables_scrollHead, .dataTables_scrollBody {
    overflow: hidden;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

table.dataTable {
    width: 100% !important;
}

.redClass{
  color: orangered;
}

.lbl_form{
  margin-top: 5px;
}

.ui-progressbar {
  position: relative;
}
.progress-label {
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 2px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

.message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.info-message {
    text-align: center;
    background-color: rgba(164,255,164, 0.6);
    color: #30302f;
}

.error-message {
  text-align: center;
  background-color: rgba(255,204,0, 0.6);
  color: #30302f;
}

.dz-preview {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dz-preview .dz-image {
  max-width: 100%;
  max-height: 100%;
}

.small .dz-preview .dz-image {
  max-width: 50px;
  max-height: 50px;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  background-color: transparent;
  z-index: 9999;
  text-align: center;
}

#loading img {
  margin-top: 20%;
}

tr.rpt{
  background-color: darkgrey;
}

.highlighted {
  background-color: rgba(255, 255, 0, 0.5);
  border-color: rgba(253,219,246);
}

.highlighted1 {
  background-color: rgba(242, 143, 12, 0.5);
  border-color: rgba(242, 96, 12);
}

.ui-datepicker-trigger{cursor:pointer}
.ui-state-hover {
        cursor: pointer !important;
    }

.div-payment-header{
  padding-right: 0px; padding-top: -5px; margin-top: -10px;
}

.input-payment-header{
  height: 25px; font-size: 1.1em; width: 100%; text-align: right;
}

.payment-header {
  width: 100%; margin-top: 2px;border-collapse: separate;border-spacing: 0 5px; padding-top: -10px
}

.payment-header td:first-child {
  width: 7.5%; text-align: right; padding-right: 8px; font-weight: bold;
}
  
.payment-header td:nth-child(2) {
  width: 17.5%;
}

.payment-header td:nth-child(3) {
  width: 7.5%; text-align: right; padding-right: 8px; font-weight: bold;
}

.payment-header td:nth-child(4) {
  width: 17.5%;
}

.payment-header td:nth-child(5) {
  width: 10%; text-align: right; padding-right: 8px; font-weight: bold;
}

.payment-header td:nth-child(6) {
  width: 17.5%;
}

.payment-header td:nth-child(7) {
  width: 7%; text-align: right; padding-right: 8px; font-weight: bold;
}

.payment-header td:nth-child(8) {
  width: 17.5%;
}

.dt-right {
  text-align: right;
}

.entry_data {
  color: blue;
  font-weight: bold;
}

.edit_data {
  color: orangered;
  font-weight: bold;
}

.table-font{
  font-size: 9pt;
}

.login-page{
  overflow: hidden;
}

.container-f{
  padding-left: 20px;
  padding-right: 5px;
}

.con-body{
  scrollbar-width: thin;
  overflow: scroll;
} 

.grid-service{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-po{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-so{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-sl{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-itm{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-edit{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.grid-service-inv{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

iframe{
  scrollbar-width: thin;
  scrollbar-color: darkgrey #d6dedf;
}

.wrapper{
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: darkgrey #d6dedf;   /* scroll thumb and track */
}

.form-body{
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: darkgrey #d6dedf;   /* scroll thumb and track */
}

/*.table{
  scrollbar-width: thin!important;
  scrollbar-color: darkgrey #d6dedf;
}
*/
textarea::-webkit-scrollbar {
    width: 1em;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.judul-form-kiri-atas{
  margin-top: 10px; border: 1px solid darkgrey; padding: 2px; text-align: center;margin-bottom: 10px;border-radius: 5px
}

.scrollbar-langsing::-webkit-scrollbar
{
    width: 6px;
    background-color: #000000;
}
 
.scrollbar-langsing::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #FFFFFF;
}

.sub_menu{
  width: 100px; 
  /*min-height: 200px;*/
  height: 380px; 
  background: linear-gradient(180deg, #ecf1f1 20%, #d6dedf 80%); 
  display: none;
  border: 1px solid grey; 
  padding: 0; 
  overflow-y:hidden;
}

.sub_menu p{
  width: 100%; height: 25px; background-color: #d6dedf; color: darkgrey; border: 1px solid lightgrey;font-weight: bold; text-align: center
}

.sub_menu_inner{
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: darkgrey #d6dedf;   /* scroll thumb and track */
  height: 90%;margin-top: 0;padding-top: 0;overflow-y:scroll; 
}

.sub_menu_inner ul{
  padding-left: 10px; margin: 0; display: inline-block;
}

.sub_menu_inner li{
  text-align: center;display: inline-block;
}

.btn-close-submenu{
  width: 14px; height: 20px; padding: 0; margin-left: 3px; margin-top: -5px; color: orangered; font-weight: bold;
}

.table_td {
  padding:10px;
  font-size: 10pt;
  text-align: center;
  font-family: Arial, sans-serif;
}
.container-fluid{
  font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.footer{
  padding: 30px;
  height: 100px;
   background: linear-gradient(180deg, #ecf1f1 10%, #d6dedf 90%);
}
.auto{
   display:block;
/*   padding:10px;*/
   margin-top:5px;
   width:100%;
  height:100%;
   overflow:auto;
}

.btn-menu{
  text-align: center;
  display: inline-block!important; 
  margin: 7px;
  margin-left: 0px;
  height: 75px; 
  width: 100%; 
  min-width: 70px;
  float: left;
  padding-top: 3px; 
  text-decoration: none;
  background-color: transparent;
  font-size: 9pt;
  max-width: 50px;
}

.btn-menu:hover{
  box-shadow: 1px 1px 1px 1px;
  border-radius: 3px 3px 3px 3px; 
  background: linear-gradient(180deg, yellow 20%, white 80%);
}

.btn-menu-sub{
  text-align: center;
  display: inline-block!important; 
  margin: 7px;
  margin-left: 0px;
  height: 75px; 
  width: 100%; 
  min-width: 70px;
  float: left;
  padding-top: 3px; 
  text-decoration: none;
  background-color: transparent;
  font-size: 9pt;
  max-width: 50px;
}

.btn-menu-sub:hover{
  box-shadow: 1px 1px 1px 1px;
  border-radius: 3px 3px 3px 3px; 
  background: linear-gradient(180deg, yellow 20%, white 80%);
}

.judul {
  font-family:Adriane Text W01 Bold;
  font-size: 16px;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  text-align: center;
}

.subjudul{
  font-family:Adriane Text W01 Bold;
  font-size: 12px;
  line-height: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0px;
  text-align: center;
}

.custom-table {
  /*max-width: 300px;*/
  width: 100%;
  font-size: 9pt; font-family: Tahoma; max-width: 300px;
  line-height: 9pt;
  padding: 5px;  
  border-collapse: separate;
  border-spacing: 8px 0;
}

.custom-table td{
  height: 20; 
  line-height: 12pt;
  /*padding: 2px;*/
  margin: 2px;
  padding:0 5px;
};

.custom-table tr{
  line-height: 12pt;
   height: 20; 
   padding: 2px;
   margin: 0;
  background-color: #DDD;
}

.vl{
  padding-top: auto;
  border-right: 2px solid green;
  height: 50px;
}

label{
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #373838;
}
h1{
  font-family: Arial, sans-serif;
}
p{
  font-family: Arial, sans-serif;
}
a{
  font-family: Arial, sans-serif;
}
.line{
  height: 75px;
  width: 5px;
  border-right: 1px solid lightgrey;
  display: inline-block;
  padding:0;
  margin-right: 5px;
  margin-left: 5px;
}

.top-menu{
  margin-left: 10px;
}

.ribbon-menu{
  padding: 5px; 
  background: linear-gradient(180deg, #ecf1f1 10%, #d6dedf 90%);
  padding-left: 25px;
}
#viewport-checker {
  width:200px;
  height:auto;
  text-align:left;
  background-color:#333;
  padding:0;
  border:2px solid #e6e6e6;
  font:italic bold 16px/1.4 Cambria,Georgia,Serif;
  color:#eee;
  text-shadow:0 1px 1px #000;
  position:fixed !important;
  position:absolute;
  top:-100px;
  left:50%;
  margin:0 0 0 -108px;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,.7);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,.7);
  box-shadow:0 1px 3px rgba(0,0,0,.7);
  z-index:1000;
  display:none;
}
/*.box{*/
  /*background-color: whitesmoke;*/
 /* border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(121,121,121,0.81); 
  box-shadow: 5px 5px 12px 0px rgba(121,121,121,0.81);
  padding: 10px*/
/*}*/
.with-border{
  background-color: whitesmoke;
}
.select-css{ 
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
} 
.select-css:hover {
    border-color: #888;
}
.select-css option {
    font-weight:normal;
}
.line1{
  height: 1px;
  background-color: lightgrey;
  width: 99%;
}
#viewport-checker ul,
#viewport-checker li {
  margin:0;
  padding:0;
  border:none;
  list-style:none;
}

#viewport-checker li {
  border-top:1px solid #444;
  border-bottom:1px solid #222;
  padding:10px 15px;
  list-style:none;
}

#viewport-checker li b {color:#74AE3D}
.dropdown-menu{
  text-align: center;
  padding-right: 20px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

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

.slider.round:before {
  border-radius: 50%;
}
.btn-left-panel{
  width: 100%;
  height: 50px;
}
.btn-left-panel-resgiter{
  width: 100%;
  height: 30px;
}

.btn-left-panel-payment{
  width: 100%;
  height: 30px;
  margin-top: 15px;
}

.grid-column{
    padding: 2; margin: 2; height: 18px; width: 100%; min-height: 35px;display: block;border: 0; text-align: left;
  }

.td-register{
  padding: 1px;
}

.font-button{
  margin-top: 13px;font-size: 10pt;font-weight: bold;
}

.span-button{
  float:left;
}

.img-button{
  margin-left:2px;height: 3em;margin-top: 2px;
}

.btn-datanav{
  width: 80px;
}

.btn-datanav:hover {
  color: orangered;
}

.btn-datanav:disabled,
.btn-datanav[disabled]{
  /*background-color: #cccccc;*/
  opacity: .5;
  color: #666666;
}

.font-button-datanav{
  margin: 5px 8px 0px 8px;font-size: 9pt;font-weight: bold;padding: 0px;
}

.col-datanav{
  margin-top: 0px; padding: 5px; height: 40px; margin: 0px; display: inline-block;
}

.col-datanav-inner{
  float: right; margin-right: 0px; padding-right: 0px; margin: 0px; text-align: right ;display: inline-block;
}

.col-datanav-inner-left{
  float: left; margin-left: 0px; padding-left: 0px; padding-right: 0px; margin-right: 10px; 
  max-width: 200px!important; display: inline-block;
}

.img-button-datanav{
  margin-left:2px;height: 1.5em!important;margin-top: 2px;padding: 0px;
}

.modal-content {
    border-radius: .1875rem;
    border: none;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}
.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
}
.modal-content .modal-header button {
    position: absolute;
    right: 27px;
    top: 30px;
    outline: 0;
}
.modal-content .modal-header .title {
    margin-top: 5px;
    margin-bottom: 0;
}
.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9;
}
.modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}
.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}
.modal-content .modal-body+.modal-footer {
    padding-top: 0;
}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
}
.modal.modal-mini p {
    text-align: center;
}
.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}
.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 5.9;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
}
.modal.modal-mini .modal-profile i {
    color: #f96332;
    font-size: 21px;
}
.modal.modal-mini .modal-profile[class*="modal-profile-"] i {
    color: #fff;
}
.modal.modal-mini .modal-profile.modal-profile-primary {
    background-color: #f96332;
}
.modal.modal-mini .modal-profile.modal-profile-danger {
    background-color: #FF3636;
}
.modal.modal-mini .modal-profile.modal-profile-warning {
    background-color: #FFB236;
}
.modal.modal-mini .modal-profile.modal-profile-success {
    background-color: #18ce0f;
}
.modal.modal-mini .modal-profile.modal-profile-info {
    background-color: #2CA8FF;
}
.modal.modal-mini .modal-footer button {
    text-transform: uppercase;
}
.modal.modal-mini .modal-footer button:first-child {
    opacity: .5;
}
.modal.modal-default .modal-content {
    background-color: #fff;
    color: #2c2c2c;
}
.modal.modal-default .modal-header .close {
    color: #2c2c2c;
}
.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #fff;
}
.modal.modal-primary .modal-header .close {
    color: #fff;
}
.modal.modal-danger .modal-content {
    background-color: #FF3636;
    color: #fff;
}
.modal.modal-danger .modal-header .close {
    color: #fff;
}
.modal.modal-warning .modal-content {
    background-color: #FFB236;
    color: #fff;
}
.modal.modal-warning .modal-header .close {
    color: #fff;
}
.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #fff;
}
.modal.modal-success .modal-header .close {
    color: #fff;
}
.modal.modal-info .modal-content {
    background-color: #2CA8FF;
    color: #fff;
}
.modal.modal-info .modal-header .close {
    color: #fff;
}
.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.modal .modal-header .close {
    color: #FF3636;
    text-shadow: none;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus {
    opacity: 1;
}

.pindicator {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.7rem auto 0;
  width: 18rem;
}

.pindicator .bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.pindicator .bullet::before,
.pindicator .bullet::after {
  content: '';
  display: block;
  position: absolute;
  height: .3rem;
  top: 0.8rem;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
}

.pindicator .bullet::before {
  background-color: lightgray;
  width: 100%;
}

.pindicator .bullet::after {
  background-color:  #0dabf5;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  opacity: 0;
  width: 100%;
}

.pindicator .bullet:first-child::before,
.pindicator .bullet:first-child::after {
  left: 50%;
  width: 50%;
}

.pindicator .bullet:last-child::before,
.pindicator .bullet:last-child::after {
  width: 50%;
}

/*.tableFixHead { overflow-y: auto; height: 100px; background-color: orangered; }*/

.pindicator .icon {
  background-color: lightgray;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  font-size: 0.8rem;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9;
  text-align: center;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
  width: 1.9em;
}

.pindicator .text {
  color: lightgray;
  font-size: .55rem;
  margin-top: 0.8rem;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
}

.pindicator .past .icon,
.pindicator .current .icon {
  background-color: #0dabf5;
  color: white;
}

.pindicator .past::after,
.pindicator .current::after {
  opacity: 1;
}

.pindicator .past .text,
.pindicator .current .text {
  color: #0dabf5;
}

/*--------------------- Form ---------------*/
.field1{
  width: 30%; text-align: right; padding-right: 5px;
}

.field2{
  width: 20%; text-align: right; padding-right: 5px;
}

.field2l{
  width: 25%; text-align: left;
}

.table-label-header{
  width: 105%; margin-left: -25px;
}

.table-label-body{
  width: 102%; margin-left: 5px;margin-bottom: 5px;
}

.header_body_service{
  margin-left: 1px;margin-right: 11px;;margin-top: 0px;margin-bottom: 2px;border: 1px solid grey;width: 100%;
}

.footer_body_service{
  margin-left: 1px;margin-right: 11px;border: 1px solid grey;margin-top: 2px;
}

.grid-service-cell{
  padding-left: 10px;padding-right: 10px; margin: 2px; height: 10px; width: 100%; min-height: 28px;display: block;border: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

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

.slider.round:before {
  border-radius: 50%;
}

.customLoader {
    text-align: center;
    padding: 10px;
    background-color: transparent; /* Background color if needed */
}

.customLoader img {
    width: 80px; /* Adjust the width and height of the loading GIF */
    height: 80px;
    background-color: transparent;
}