/* Rwanda Polytechnic Theme */
.navbar-inverse {
    background-color: #00A1DE; /* RP Blue */
    border-color: #00A1DE;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.btn-primary {
    background-color: #00A1DE;
    border-color: #0088B5;
}

.btn-primary:hover {
    background-color: #0088B5;
}

a {
    color: #00A1DE;
}

a:hover {
    color: #0088B5;
}

/* Header with Rwanda colors */
.main {
    border-top: 5px solid #00A1DE; /* Blue */
    border-bottom: 5px solid #FFD100; /* Yellow */
    border-left: 5px solid #008000; /* Green */
}

/* Additional Rwanda Polytechnic Styles */
.alert-info {
    background-color: #00A1DE !important;
    border-color: #0088B5 !important;
}

#search-facets {
    border-left: 3px solid #00A1DE !important;
}

#userresults {
    background-color: #f8f9fa !important;
}

/* Footer styling */
#opac-main-footer {
    background-color: #343a40 !important;
    color: white !important;
    padding: 20px 0 !important;
}

/* Search box enhancements */
#search-form {
    border: 2px solid #00A1DE !important;
    border-radius: 5px !important;
}

/* Additional Rwanda Polytechnic Branding */
#members .nav-link {
    color: #FFFFFF !important;
}

#members .nav-link:hover {
    background-color: #0088B5 !important;
}

/* Search results enhancement */
.searchresults li {
    border-left: 3px solid #00A1DE !important;
    padding-left: 10px !important;
}

/* Breadcrumb styling */
.breadcrumb {
    background-color: #f8f9fa !important;
    border-left: 3px solid #00A1DE !important;
}

/* Footer enhancements */
#opac-main-footer a {
    color: #00A1DE !important;
}

#opac-main-footer a:hover {
    color: #0088B5 !important;
}
