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;
}

.validation-summary-errors, .input-validation-error {
    color: red;
    text-decoration: underline;
}
#tblAlerts_wrapper{
    margin-top:1rem;
}
#tblAlerts_wrapper .dataTables_length, #tblAlerts_wrapper #tblAlerts_filter {
    width: 50%;
    display: inline-block;
}
#tblAlerts_wrapper .dataTables_length{
    vertical-align:bottom;
}
#tblAlerts_wrapper #tblAlerts_filter{
    text-align: right;
}
#tblAlerts_wrapper input[type="search"] {
    float:right;
   border:solid 2px rgb(118,118,118); 
   margin-left:5px;
}
#tblAlerts{
    width:100%;
    margin-top:.5rem;
    margin-bottom:0;
}
a#tblAlerts_previous {
    margin-left: 0;
}

a.paginate_button {
    margin: 0px 5px;
}




#tblUsers_wrapper {
    margin-top: 1rem;
}

    #tblUsers_wrapper .dataTables_length, tblUsers_wrapper tblUsers_filter {
        width: 50%;
        display: inline-block;
    }

    #tblUsers_wrapper .dataTables_length {
        vertical-align: bottom;
    }

    #tblUsers_wrapper #tblUsers_filter {
        text-align: right;
    }

    #tblUsers_wrapper input[type="search"] {
        float: right;
        border: solid 2px rgb(118,118,118);
        margin-left: 5px;
    }

#tblUsers {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
}

a#tblUsers_previous {
    margin-left: 0;
}

@media (max-width: 1024px) {
    #tblAlerts_wrapper, #tblUsers_wrapper {
        margin-top: 1rem;
        overflow-x: scroll;
    }
}