
body {
  font-family: "Open Sans";
  font-size: 11pt;
  cursor: default;
}

.corp-title { font-family: "Active Font"; font-size: 1em; font-weight: 600; line-height: 1.5em; }
.appl-title { font-size: 1em; font-weight: 600; line-height: 1.25em; }
.appl-subtitle { font-size: 0.9em; font-weight: 600; }
.corp-title::after { content: "\a"; white-space: pre; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform:rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform:rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform:rotate(360deg);
  }
}

.animation__spin {
  /*
  -webkit-animation: spin 5000ms;
  animation: spin 5000ms;
  */
  -webkit-animation-name: spin;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

/* sedikit nambah punya bootstrap */
table.table.sam-table-sm th {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  padding-top: 6px;
}
table.table.sam-table-sm td {
  font-size: 0.95em;
  line-height: 1em;
  padding-top: 5px;
}

.gridjs-head > div.gridjs-buttons-area {
  height: 100%;
  padding: 0px;
  border: 1px solid rgba(0,0,0,0.05);
}

.gridjs-head > div.grijs-buttons-area > div.btn-group {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.gridjs-head > div.gridjs-buttons-area > div.btn-group > .btn {
  margin: 0px;
}