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 {

}

.ski_container {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    margin-right: 0px;
}

.form_admin_container{
    padding:20px;
    margin:10px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.table-fixed thead {
    background-color: white;
    position: sticky;
    top: 0;
}

    .table-fixed thead:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-bottom: 1px solid grey;
    }

    .table-fixed thead th {
        border-bottom: none;
    }


.menu-admin-link{
    color: black;
    text-decoration: none;
}

.s-s-h-form-element {
    color: black;
    text-decoration: none;
    display: none;
}