﻿/* buttons */
.btn-primary {
    background-color: #8cc640 !important;
    border: #8cc640 solid !important;
}
.btn-primary:hover {
    border: #11becd solid !important;
    background-color: #11becd !important;
}

h1::first-letter {
    color: #8cc640;
}
h1 {
    border-bottom: 4px solid #8cc640;
}
h3::before {
    background: url(/images/menu/bg_security.png);
}
main .panel .btn-primary:hover {
    background-color: #8cc640 !important;
    border: #8cc640 1px solid !important;
}

/* Content - Pagination */
.pagination .page-item.active .page-link {
    background-color: #8cc640;
    color: #fff;
}
