﻿/* Base link styles */
a {
    color: #0D6AF5; /* >= 4.5:1 on #F8F9FA */
    text-decoration: underline; /* don't rely on color alone */
    text-underline-offset: 0.15em;
    text-decoration-thickness: 0.1em;
}

.form-control {
    border-color: black;
}

.form-control:focus {
    background-color: #f3f3f3;
}

.k-pager-numbers {
    background-color: #212529 !important; 
    color:  white !important;
}

.k-button-flat-primary {
    color: white !important;
}