/**
 * This file contains default SMF (and other) CSS overrides. The stylesheet is loaded last, so all styles are
 * overridable using this file.
 */

/* general HTML */
body {
    background-color: #e9eafc;
}

/* menu */
.bg-light.bg-light-custom {
	background-color: #993399 !important;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
    font-weight: bold;
}
.dropdown-menu {
	background-color: white;
}
.dropdown-item {
    color: black;
}

.main .card-header {
	background-color: #80cafb;
}

.main .card-body {
	background-color: #f9fdff;
}

.sidebar .card-header {
	background-color: #9b359b;
    color: white;
}

.sidebar .card-body {
	background-color: #ecf0fc;
}

/* forum */
#header {
    border-top: 1px solid rgba(42, 90, 139, .25);
    border-left: 1px solid rgba(42, 90, 139, .25);
    border-right: 1px solid rgba(42, 90, 139, .25);
}

.main a, .main a:visited {
    color: #2a5a8b;
}

.main a:hover {
    color: #2a5a8b;
}

h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg, .cat_bar, div.cat_bar {
    background-color: #87ccf6;
}

.catbg, .catbg2, tr.catbg td, tr.catbg2 td, tr.catbg th, tr.catbg2 th, div.roundframe div.cat_bar {
    background-color: #e6e6fa;
}

h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
    color: #CB8515;
}

.windowbg, #preview_body {
    background-color: #e6e6fa;
}

.windowbg2 {
	background-color: #f0f8ff;
}

.titlebg, div.title_barIC h4.titlebg, div.title_barIC, div.title_barIC h4.titlebg {
    background-color: rgba(246, 215, 164, 1);
}

#content_section {
    border-left: 1px solid rgba(42, 90, 139, .25);
	border-right: 1px solid rgba(42, 90, 139, .25);
	border-bottom: 1px solid rgba(42, 90, 139, .25);
}

blockquote.bbc_standard_quote {
	background-color: #fafaff;
}