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;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

::-webkit-scrollbar-thumb {
    border: 0px solid transparent;
    background-clip: content-box;
    background-color: #023c74;
}

.mvc-grid-pager button {
    border: 0 !important;
    border-radius: 15% !important;
    box-shadow: 2px 2px 3px black !important;
    font-weight: bold;
}

.mvc-grid-page-sizes input {
    border-radius: 15% !important;
    box-shadow: 2px 2px 3px black !important;
    font-weight: bold;
}

.form-label {
    font-weight: bold;
    background-color: transparent !important;
    color:dimgray;
}

h4 {
    margin-top: 8px !important;
}

.ddl-disabled {
    pointer-events: none !important;
    background-color:#eee !important;
}
