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;
}
.field-validation-error{color:red;}
#main_loading {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../dist/img/Loader.gif);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.5;
    filter: alpha(opacity=40);
}
.table thead th {
    border-bottom: 1px solid #dee2e6 !important;
}
.toast-body {
    border-top:1px dotted lightgrey !important;
}
.toasts-top-right{top:20px !important;}
.content-wrapper{background-color:unset !important}
.nav-item > .nav-link.active {
    background-color: rgb(255 255 255);
    color: #343a40 !important;
    border-radius: 5px;
}