html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

/*fonts-----------------------------------------------------------------------------------------------------------*/

body {
    font-family: "Roboto", sans-serif !important;
    font-size: 17px !important;
}

.popover {
    font-family: "Roboto", sans-serif !important;
    font-size: 17px !important;
}

/*colours-----------------------------------------------------------------------------------------------------------*/

a.lt-topnav {
    color: #000000;
}

.lt-pageheader {
    margin-top: -1em;
    margin-bottom: 0.5em;
}

.btn-lt-green {
  color: #495057;
  background-color: #6ED600;
  border-color: #6ED600;
}

.btn-lt-green:hover {
  background-color: #5CB800;
  border-color: #5CB800;
}

.btn-lt-green:focus, .btn-lt-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-lt-green:not(:disabled):not(.disabled):active, .btn-lt-green:not(:disabled):not(.disabled).active,
.show > .btn-lt-green.dropdown-toggle {
  background-color: #82a828;
  border-color: #82a828;
}

.btn-lt-green:not(:disabled):not(.disabled):active:focus, .btn-lt-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-lt-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
