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;
}

.pointer {
    cursor: pointer;
}

.error {
    color: red;
}

.loading-indicator-container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
}

.grid-btn {
    display: inline-flex !important;
    align-items: center !important;
    border: none;
}

    .grid-btn .k-i-edit {
        color: black;
    }

    .grid-btn .k-i-delete {
        color: red;
    }

.compact-grid {
    font-size: 14px !important;
    border-width: 0 !important;
    margin-bottom: 8px;
}

    .compact-grid td {
        padding: 0 .6em !important;
        height: 28px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .compact-grid th {
        padding: .6em .6em;
        font-weight: bold !important;
    }

    .compact-grid .k-grid-header {
        border-width: 0;
        background-color: white;
        border-bottom: 2px solid #dee2e6;
        padding-right: 18px !important;
    }

    .compact-grid .k-grid-header-wrap {
        border-width: 0;
    }

    .compact-grid .k-i-filter {
        line-height: 2;
    }

    .compact-grid .k-grid-toolbar {
        background-color: white;
        border-width: 0;
    }

    .compact-grid.non-click td {
        cursor: initial !important;
    }

        .compact-grid.non-click td.k-state-focused {
            box-shadow: none !important;
        }

    .compact-grid.click td {
        cursor: pointer !important;
    }

    .compact-grid ul {
        margin-bottom: 0.5rem;
    }

.k-upload-button-wrap {
    margin-right: 0.5rem;
}

.k-toolbar-overflow-button {
    display: none!important;
}

.k-searchbox {
    width: 100%!important;
}


.container {
    min-width: -webkit-fill-available !important;
    margin: 0 1.5rem;
}

.grid-select-container {
    margin: 0.5rem 0;
    position: absolute;
    z-index: 2;
}

    .grid-select-container label {
        width: 10vw;
    }