@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');
body {
  font-family: 'Poppins', sans-serif;
  background: url('bg.jpg') repeat scroll 0 0 transparent;
}
.text-center .img-responsive {
  margin: 0 auto;
}
.pane-search {
  margin-bottom: 20px;
}
.table.table-striped.table-bordered {
  margin-bottom: 10px;
}
.active .hidden-ul.active {
  display: block;
}
.navbar-inverse {
  background-color: #162031;
  border-color: #162031;
  border-bottom-color: rgb(22, 32, 49);
}
.btn-primary {
  color: #fff;
  background-color: #385382 !important;
  border-color: #385382 !important;
}
.btn-info {
  color: #fff;
  background-color: #385382 !important;
  border-color: #385382 !important;
}
.bg-teal {
  background-color: #385382 !important;
  border-color: #385382 !important;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #385382;
  border-color: #385382;
  cursor: default;
}
a {
  color: #385382;
}
.breadcrumb-line {
  background-color: #e2e6ee;
}
.text-primary,
.text-primary:hover,
.text-primary:focus {
  color: #385382 !important;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  background: #8f9fba;
  color: #fff;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 3px 20px;
}
.table > thead > tr > th {
  padding: 7px 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f4f5f9;
}
.login-head {
  background: #f7f7f7;
  padding: 10px 15px;
}
.fa.fa-pencil:hover {
  background-color: #f89c2c;
  color: #fff !important;
}
.fa.fa-pencil {
  color: #f89c2c;
  border: 1px solid #f89c2c !important;
  padding: 4px 6px;
  vertical-align: middle;
  border-radius: 3px;
}
.table-striped > tbody > tr:nth-of-type(2n) {
  background: #fafafa;
}
.fa.fa-trash:hover {
  background-color: #f85d2c;
  color: #fff !important;
}
.fa.fa-trash {
  color: #f85d2c !important;
  border: 1px solid #f85d2c !important;
  padding: 4px 6px;
  vertical-align: middle;
  border-radius: 3px;
}
.table tr td:last-child {
  white-space: nowrap;
}
.login-form .content-group {
  color: #0066ff;
  margin-bottom: 0 !important;
}
.login-container .login-form {
  padding: 0;
}
.login-body {
  padding: 20px;
  padding-bottom: 0;
}
.login-form .content-group {
  color: #0066ff;
}
.login-container .login-form {
  width: 300px;
}
.d-block {
  display: block;
}
.login-head h4 {
  font-weight: 700;
  font-size: 24px;
  color: #666666;
}
.login-form .style1 {
  color: #03a0e8;
  font-size: 13px;
  margin-bottom: 7px;
}
.required {
  color: red;
}
.page-header-content {
  display: none;
}
.content-wrapper {
  padding-bottom: 0;
  width: 100%;
}
.content {
  padding: 10px 20px;
}
.sidebar-xs .sidebar-main .navigation-main > li > a > i {
  margin: 2px 0;
  display: block;
  float: none;
  font-size: 32px;
}
a[data-action='close'] {
  display: none !important;
}
.navbar-brand span {
  margin-top: 13px;
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
.navbar-brand > img {
  height: 42px;
  margin-top: 2px;
  float: left;
}
.navigation > li > a {
  padding: 10px 20px;
}
.navigation li a > i {
  font-size: 15px;
}
.navigation > li ul li a {
  padding: 11px 20px;
  padding-left: 20px;
  padding-left: 51px;
  min-height: unset;
}
.content table tr th a {
  color: #f77a05;
}
body.login-cover {
  background: url('../images/banner.png') no-repeat center center fixed;
  background-size: cover;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  body.login-cover {
    background: url('../images/banner.png') repeat top center;
    background-size: cover;
    background-color: #e6eef8; /* warna aman pengganti */
  }
}

html,
body {
  height: 100%;
}

.control-label {
  position: relative;
}
.required {
  white-space: nowrap;
  position: relative;
  top: 0;
  margin-left: 3px;
  left: auto;
  right: 0;
}
td .list-inline {
  margin-top: 4px;
  margin-bottom: 4px;
}
.back-to-top {
  position: fixed;
  z-index: 19;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  fill: #fff;
  stroke: inherit;
  transition: all 0.3s ease;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.4);
  border-radius: 100%;
  background-color: #29374f;
  text-align: center;
  color: #fff;
}
.readonly .form-control {
  background: #f5f5f5;
  pointer-events: none;
}
.readonly .form-control.misc_charge {
  background: #fff;
  pointer-events: auto;
}
.sweet-alert .lead {
  text-transform: capitalize;
}
.table-responsive td {
  white-space: nowrap;
}
/*.headcol {
    position:absolute;
    width:2em;
    left:0;
}  */
td.text-right {
  text-align: right !important;
}
td.text-left {
  text-align: left !important;
}
.headcol.table-fixed-cell {
  line-height: 2.5;
}
.page-link a {
  padding: 4px !important;
  display: block;
}
.dataTables_info {
  float: left;
  padding: 8px 0;
  margin-bottom: 20px;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 15px;
}
.dataTables_paginate {
  margin-top: 20px;
  margin-bottom: 0px;
}
/*.addbtnlink{
    padding: 10px 20px;
    margin-bottom: 10px;
    position: relative;
    top: -15px;
}*/
.addbtnlink a {
  float: right;
  background: #8f9fba;
  color: #fff;
  padding: 5px 10px;
}
.fa-trash-o {
  color: #f89c2c;
  border: 1px solid #f89c2c !important;
  padding: 4px 6px;
  vertical-align: middle;
  border-radius: 3px;
}
.fa-trash-o:hover {
  background-color: #f89c2c;
  color: #fff !important;
}
.navigation > li > ul li.active > a {
  background: #26a69a;
}
.login-form .log {
  padding: 23px;
}
.login-form img {
  margin-top: 16px !important;
  border-radius: 50%;
}
/*Take exam*/
.options.row {
  padding-top: 10px;
}
.answer {
  margin-bottom: 32px !important;
}
.all-btns li a {
  padding: 9px;
  border-radius: 4px;
}
.all-btns li .btn.btn-primary.mark,
.all-btns li .btn.btn-primary.clear {
  background: #474646 !important;
  border: 1px solid #474646 !important;
}
.all-btns li .btn.btn-primary.next,
.all-btns li .btn.btn-primary.prev {
  background: #3f9af2 !important;
  border: 1px solid #3f9af2 !important;
}
.all-btns li .btn.btn-primary.finish {
  background: #ff3d3d !important;
  border: 1px solid #ff3d3d !important;
}
.all-btns li {
  padding-right: 9px !important;
}
.all-btns {
  margin-top: 20px;
}
.warning {
  background: #fff2f2;
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 10px solid #fca7a7;
}
.question-numbers li a {
  background: #474646;
  color: #fff;
  padding: 15px;
  display: block;
  margin-top: 9px;
}
.question-numbers li {
  padding-right: 5px;
}
.question-numbers li .btn-danger {
  background: #ff4545;
}
.question-numbers li .btn-primary {
  background: #ff4545 !important;
}
.timer {
  display: inline-flex;
  font-size: 45px;
  color: #ff4848;
  position: relative;
  left: 34%;
}
.addbtnlink a {
  margin-left: 6px;
  margin-right: 6px;
}
.student-box {
  background-color: #ff8a65 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 11px;
  height: 200px;
}
.student-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 0px 0;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
.student-box p {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.student-box .icons i {
  font-size: 75px;
  padding: 10px;
  color: #fff;
}
.student-box.exam-box {
  background-color: #4db6ac !important;
}
.student-box.subject-box {
  background-color: #f06292 !important;
}
.admin-img {
  background: #c24984;
  border-radius: 5px;
  padding: 15px;
}
.admin-det td {
  padding: 10px !important;
}
#chartdiv,
#studentchart,
#anotherstudentchart,
#anotherchart {
  width: 100%;
  height: 250px;
}
.chart {
  margin-top: 60px;
}
.for-online-exam-report {
  margin-top: 50px;
  margin-bottom: 20px;
}
.addbtnlink a i {
  padding-right: 10px;
}
.report-view h5 {
  margin-bottom: 20px;
  margin-top: 30px;
}
.report-view h5 span {
  padding-right: 11px;
  font-size: 25px;
}
.profile-view-tab p span {
  display: inline-block;
  width: 40%;
  font-weight: 500;
}
.profile-view-tab p {
  padding-top: 8px;
  padding-bottom: 9px;
  font-size: 16px;
  color: #777;
}
.profile-view-tab {
  padding-left: 20px;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #000;
  font-size: 14px;
  float: left;
  position: relative;
  width: 30%;
  text-align: center;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 54px;
  display: block;
  font-size: 10px;
  border-radius: 50%;
  margin: 5px auto 8px auto;
  height: 50px;
  text-align: center !important;
  font-size: 24px;
  background: #b6b6b6;
  color: #fff;
  padding-top: 6px;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: #26a69a;
  color: white;
  padding-top: 7px;
  font-size: 24px !important;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.radio-btn span {
  padding-left: 10px;
}
#msform .next.action-button,
#msform .submit.action-button,
#msform .add-selection {
  background: #26a69a;
  border: 1px solid #26a69a;
  color: #fff;
  padding: 7px 21px;
  border-radius: 5px;
}
#msform .previous.action-button {
  background: #263238;
  border: 1px solid #263238;
  color: #fff;
  padding: 7px 21px;
  border-radius: 5px;
}
.top-search {
  background: #26a69a !important;
  border: 1px solid #26a69a !important;
}
.status-det {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  margin-top: 40px;
}
.label.label-Active {
  background: green;
}
.label.label-Pending {
  background: orange;
}
.btn-danger {
  color: #fff;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}
td .btn-group .btn.btn-default {
  margin: -1px !important;
}
