#applies-section .show-applies {
  float: right;
  color: #4289DB;
  cursor: pointer;
  margin-right: 8px; }

#applies-section th i:hover .service-desc {
  display: block; }

#applies-section .service-desc {
  position: relative;
  display: inline-block; }
  #applies-section .service-desc .detail {
    display: none;
    z-index: 1;
    position: absolute;
    left: -140px;
    box-sizing: border-box;
    width: 240px;
    color: #DDE3EB;
    font-size: 1rem !important;
    font-weight: normal;
    padding: 14px;
    line-height: 1.5rem;
    text-align: left;
    bottom: 30px;
    background: #454955; }
  #applies-section .service-desc:hover .detail {
    display: block; }

#applies-section .page-wrapper form {
  display: inline-block; }

#applies-section .page-wrapper input {
  padding-left: 7px;
  width: 40px;
  height: 28px;
  display: inline-block;
  border: 1px solid #CAD3DE;
  border-radius: 4px;
  color: #2D3238;
  line-height: 28px; }

#applies-section .page-wrapper input[type=number]::-webkit-outer-spin-button,
#applies-section .page-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

#applies-section tr.hide {
  display: none; }

#applies-section tr.show {
  display: table-row; }

#applies-section tr .popup-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: text-top; }

#applies-section tr .popup-wrapper:hover .popup-desc {
  display: block; }

#applies-section tr .popup-desc {
  display: none;
  z-index: 1;
  position: absolute;
  left: -20px;
  box-sizing: border-box;
  width: 240px;
  background: url("/images/reward/auth-hint.png") no-repeat;
  background-size: 100% 100%;
  color: #DDE3EB;
  font-size: 1rem !important;
  padding: 28px 14px 20px;
  line-height: 1.5rem;
  text-align: left; }
  #applies-section tr .popup-desc .bold {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 7px; }
  #applies-section tr .popup-desc a {
    color: #4289DB; }

#applies-section tr .popup-wrapper.evaluation-wrapper .popup-desc {
  padding: 2rem;
  width: 16rem;
  background-size: 16rem 8rem; }

#applies-section tr .stars-wrapper {
  display: inline-block;
  margin-right: 0.5rem; }
  #applies-section tr .stars-wrapper i.fa {
    color: #4187db; }

#applies-section tr td {
  border-bottom: solid 1px #ececec; }
  #applies-section tr td .PASSED {
    color: #6CB324; }
  #applies-section tr td .CHECKING {
    color: #F7C45D; }
  #applies-section tr td .REJECTED {
    color: #E61E0B; }

#applies-section .status-operator {
  border: 0;
  color: #4289DB;
  border-radius: 5px;
  cursor: pointer;
  background: transparent; }
  #applies-section .status-operator.rejected {
    color: #2D3238;
    opacity: 0.5;
    cursor: text; }
  #applies-section .status-operator tr td svg {
    vertical-align: inherit; }

.select-reject-modal .box-body .modal-content p {
  margin-bottom: 0 !important;
  line-height: 1.4rem;
  padding-bottom: 1rem; }
