html {
  font-size: 14px;
  font-family: 'Trebuchet MS', Arial, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1900px;
    }
}

.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;
}

.table tr:hover {
    background-color: whitesmoke;
}

.table td {
    font-size: 14px;
    overflow-wrap: anywhere;
}

.tableSmall {
    border-collapse: collapse;
    border-color: lightgray;
}

.tableSmall tr:hover{
    background-color: whitesmoke;
}

.tableSmall td {
    font-size: 12px;
    overflow-wrap: anywhere;
}

.navigation-img {
    height: 20px;
    margin-right: 3px;
    margin-bottom: 2px;
}

.Index_Filter {

}

.Index_Filter label {
    margin: 2px 5px;
}

.Index_Filter input {
    margin: 2px 5px;
}

.Index_Filter input {
    margin: 2px 5px;
}

.Index_Actions img {
    height: 20px
}

.Index_Actions a {
    padding: 1px 5px;
}

.footer_left {
    width: 25%;
    float: left;
}

.footer_center {
    width: 50%;
    margin-left: 25%;
}

.footer_right {
    width: 25%;
    margin-left: 75%;
}