/* .navbar-dark {
	background-color: #004b94;
	border-color: #004b94;
} */

th {
          text-align: center;
          background-color: #f7f7f7;

}

.table th {
          padding: 0.40rem 1.00rem;
}

.table td {
          padding: 0.30rem 0.30rem;
}

textarea {
          resize: none;
}

.angka {
          text-align: right;
}

td .angka {
          text-align: right;
}

.center {
          text-align: center;
}

td .center {
          text-align: center;
}

.page-content {
     -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}
.navbar-inverse {
          background-color: #004b94;
          border-color: #004b94;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}