html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*COMMON*/
.pointer {
    cursor: url(hand.cur), pointer;
}

/*btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .btn:active {
    box-shadow: 0 0 0 0 white, 0 0 0 0 #258cfb;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}*/

/*Ajax submit on Bislist draft*/
.status-indicator {
    margin-left: 10px;
    font-size: 0.9em;
}

.success {
    color: #28a745;
}

.error {
    color: #dc3545;
}