
@media print {
  .no-print {
    display: none;
  }
  body{
    background:none;
  }

}

.bg-success-light{
  background-color: #38d45a !important;
}

.judge_paper_input{
  width:100%; 
  text-align:center; 
  background:none; 
  height:44px; 
  border:none;
}

.fixed_footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.attempt_score_input{
  font-size:1.5em;
}

.filter-div{
  display: none;
}

.page-link {
  color: #6c757d;
  background-color: rgb(255, 255, 255);
  border: 1px solid #6c757d;
}
.page-link:hover {
  color: #6c757d;
  background-color: #e9ecef;
  border-color: #6c757d;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #dbdbdb;
}

.colorposition_head{
  font-size: 1.1em;
}