@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Fqj2md8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v9/iJWKBXyIfDnIV7nBrXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7Eyjmmd8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7F6iGmd8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: local('Rubik Black'), local('Rubik-Black'), url(https://fonts.gstatic.com/s/rubik/v9/iJWHBXyIfDnIV7FCimmd8WU.ttf) format('truetype');
}
/*Theme Colors*/
/*bootstrap Color*/
/*Normal Color*/
/*Border radius*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*Font weight*/
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* This is for popins font for firefox */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  color: #0a0606;
}
h5 {
  font-size: 19px;
}
h4 {
  font-size: 21px;
}
h3 {
  font-size: 24px;
}
h2 {
  font-size: 27px;
}
h1 {
  font-size: 40px;
}
a {
  color: #0a0606;
}
span.counter {
  font-size: 25px;
}
.bg-cyan {
  background-color: #70b7bb;
}
.bg-dark-cyan {
  background-color: #25a5b1;
}
.bg-pink {
  background-color: #fa627b;
}
.bg-dark-blue {
  background-color: #116286;
}
.bg-blue {
  background-color: #2078dc;
}
.bg-green {
  background-color: #79b473;
}
.bg-violet {
  background-color: #586ba4;
}
.bg-red {
  background-color: #e15554;
}
.font-15 {
  font-size: 15px;
}
/* Page */
#page-wrapper {
  padding: 0;
}
/* Elements */
.bg-title h4 {
  color: #0a0606;
}
tbody {
  color: #0a0606;
}
#side-menu li a {
  color: #0a0606;
}
/* Header */
.navbar-header .navbar-toggle {
  padding: 0 9px;
}
/* Search box */
.app-search .form-control,
.app-search .form-control {
  min-width: 300px;
}
.search-box-item {
  border-bottom: 1px solid #2078dc;
  min-width: 300px;
}
/* Boxes */
.colored-box {
  padding: 25px;
  margin-bottom: 15px;
  min-height: 160px;
}
.colored-box p {
  font-size: 14px;
}
.white-box {
  min-height: 210px;
}
.chart {
  margin-top: 0;
  margin-bottom: 0;
}
/* Forms */
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#2078dc, #2078dc), linear-gradient(rgba(120, 130, 140, 0.21), rgba(120, 130, 140, 0.21));
}
.form-material .form-control {
  background-position: left bottom, center calc(99%);
}
/* Buttons */
.btn {
  border-radius: 3px;
  padding: 8px;
}
.btn-info,
.btn-info.disabled {
  background: #2078dc;
  border: 1px solid #2078dc;
}
/* Tables */
table {
  width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 5px 10px;
  font-size: 13px;
  vertical-align: middle;
}
/* Errors */
.error-message {
  color: #e15554;
  text-align: center;
  font-weight: bold;
}
/* Footer */
.footer-container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #2078dc;
}
.footer-description {
  text-align: center;
  color: #ffffff;
}
.footer-logo {
  margin-top: 20px;
  width: 8%;
}
/* Login page */
.login-register {
  background: url(../../plugins/images/bnesim-wallpaper-01.jpg?1.2) center center / cover no-repeat !important;
}
.login-box {
  margin: 6% auto 0;
}
/* Plugin - Toast */
.jq-toast-wrap.top-right {
  top: 90px;
  right: 20px;
}
.jq-toast-wrap {
  width: 282px;
}
.jq-toast-loader {
  border-radius: 0;
}
.jq-toast-single {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
.jq-toast-single h2 {
  font-size: 17px;
}
/* Plugin - BackGrid */
.backgrid .descending .sort-caret {
  border-top: 4px solid #ffffff;
}
.backgrid .ascending .sort-caret {
  border-bottom: 4px solid #ffffff;
}
/* Plugin - dataTable */
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none;
}
table.dataTable.no-footer {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 0;
  background: #25a5b1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ffa128;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ffffff !important;
  border: 0;
  background: #ffac42;
  padding: 0 10px;
  border-radius: 0;
  font-size: 15px;
}
/* Override responsive elements */
@media (max-width: 2560px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }
}
@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}
@media (max-width: 425px) {
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  td,
  th {
    padding: 10px;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    font-size: 10px;
  }
}
/*# sourceMappingURL=custom.css.map */