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;
}

footer{
    left:0 !important;
}

button.fas.fa-archive, button.fas.fa-undo {
    padding: 10px;
}

button .icon-check:before, button .icon-remove:before {    
    font-size: 20px;
    top: 0px;
    position: relative;
    left: -3px;
    right: 0px;
}

button .icon-check {
    color: #27C827;
}

button .icon-remove {
    color: #C82727;
}

.e-btn .e-btn-icon, .e-css.e-btn .e-btn-icon {    
    width: 1.1em;
}

.card-header {
    background-color: rgba(39, 141, 200, 0.75) !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: .75rem .75rem;
}

.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background-color: rgba(39, 141, 200, 0.75) !important;
}

#gridsearch {
    width: 200px;
}

.label-title label {
    color: #278dc8;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
}