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;
}


#fieldlist {
    margin: 0;
    padding: 0;
}

    #fieldlist li {
        list-style: none;
        padding: 10px 0;
    }

    #fieldlist label {
        display: inline-block;
        margin-right: 5px;
        text-align: right;
    }

.k-grid {
    font-size: 12px;
}

.k-autocomplete {
    font-size: 12px;
}

.k-dropdownlist {
    font-size: 12px;
}

.nowrap {
    white-space: nowrap;
}

.aligntop {
    vertical-align: top;
}

input[type="text"] {
    font-size: 12px;
}

#container .image-container {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.k-header h1 {
    margin: 0;
    padding: 30px 15px;
    font-size: 32px;
    font-weight: lighter;
}

/* Sticky footer styles
        -------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

.placeholders {
    margin: 30px auto;
}

.placeholder img {
    display: inline-block;
}

p .k-button {
    margin: 0 15px 0 0;
}

.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .k-primary.btn-toggle:hover,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .k-primary.btn-toggle:hover .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

@media (max-width: 768px) {
    .k-item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
    }

    .k-header h1 {
        margin: 0;
        padding: 16px 15px 14px 60px;
        font-size: 18px;
        font-weight: lighter;
    }
}

.roles-grid-container {
    width: 33%;
    min-width: 300px;
}

/* Make the grid take full width on smaller screens */
@media screen and (max-width: 1024px) {
    .roles-grid-container {
        width: 100%;
    }
}

/* Allow the Name column to take most of the space */
.k-grid td:nth-child(2),
.k-grid th:nth-child(2) {
    width: auto;
}
