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;
}
button.e-editbutton:before {
    content: "\f044";
    font-family: "Font Awesome\ 5 Free";
}

button.e-deletebutton:before {
    content: "\f2ed";
    font-family: "Font Awesome\ 5 Free";
}

button.e-savebutton:before {
    content: "\f0c7";
    font-family: "Font Awesome\ 5 Free";
}

button.e-cancelbutton:before {
    content: "\f057";
    font-family: "Font Awesome\ 5 Free";
}

button.e-printbutton:before {
    content: "\f15b";
    font-family: "Font Awesome\ 5 Free";
}

button.e-restorebutton:before {
    content: "\f2d2";
    font-family: "Font Awesome\ 5 Free";
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: 4px;
    margin-top: 7px;
}

.error{
    color:red;
}

.e-datepicker-headertext{
    color:black;
}