html {
  font-size: 12px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.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;
}

.k-expander-content {
    padding-block: var(--kendo-spacing-2, 0.5rem);
    padding-inline: var(--kendo-spacing-2, 0.5rem);
}

.k-notification-success {
    background-color: darkgreen;
    border-color: darkgreen;
    color: white;
}

.k-notification-error {
    background-color: #b70202;
    border-color: #b70202;
    color: white;
}

.k-button-md {
    padding-block: 0.2rem;
    padding-inline: 0.2rem;
}

.k-toolbar .userfilter {
    width: 20rem;
    margin: 0 20px 0 6px;
    justify-content: space-between;
}

.img-button {
    padding: 2px;
    border: solid 2px transparent;
    height: 24px;
    width: 24px;
}

    .img-button:hover {
        border: solid 2px #808080;
    }

    .img-button:hover.ws {
        border: solid 2px #003781;
    }

#loader {
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 9999;
}

.k-spreadsheet-sheets-bar-add {
    display: none;
}

.k-searchbox {
    width: 20em;
}

.btn-primary {
    background-color: #003781;
    border-color: #003781;
    
}

a {
    color: #003781;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003781;
}

.k-grid-search {
    width: 17em !important;
}