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;
}
div.dt-container .dt-paging .dt-paging-button {
    padding: 0.5em 0.25em !important;
}
XXheader {
    background-image: linear-gradient(#C2CED6, #479ED8);
}
.bg-mynavbar {
    /*background-color: #323890;*/
}
.text-blue {
    color: #0066BA !important;
}
ht {
    font-size: x-large;
    color: #0066BA;
    font-weight: bold;
}
.e-columnheader {
    background-color: #323890;
    border-bottom: 1px solid #000000;
}
.nav-link:hover {
    background-color: #0066BA;
    color: white !important;
}
@media print {
    .container {
        padding-left: unset !important;
        padding-right: unset !important;
        max-width: unset !important;
    }

    .noPrint {
        display: none !important;
    }
}
