/*de
vim:fileencoding=utf-8:ts=2:sw=2:expandtab
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600&display=swap');

body{
	font-family: 'Open Sans';
  background-image: url('/assets/background.png?1');
}

/*=======================================*/
/* Custom button styles */

.btn-brv{
	background-color: rgb(186, 39, 53);
	color: #fff;
	border-color: rgb(186, 39, 53);
	text-decoration: none !important;
}

.btn-brv:hover{
	background-color: #98202b;
	color: #fff;
	border-color: #98202b;
}

/*************************************************************************************************/
/* Nav3 Styles */

@media (min-width: 768px){
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
}

#Nav3{
	margin-top: -1rem;
	margin-bottom: 1rem;
}

#Nav3 .nav3-header{
	border-bottom: 1px solid #777;
	/* This spacing creates a full width bottom border */
	margin: 0 -0.75rem;
	margin-top: 10pt;	    
	padding: 10px 0 7px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 992px){
	#Nav3 .nav3-header{
		flex-direction: row;
		align-items: center;
	}
	#Nav3 .nav3-header > #Nav3_Buttons{
		margin-left: auto;
	}
}

#Nav3 .tabpage-title{
	font-size: 13pt;
	margin-bottom: 1rem;
	color: #fff;
}

@media (min-width: 992px){
	#Nav3 .tabpage-title{
		margin: 0;
	}
}

#Nav3 .nav-pills{
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.dropdown-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5 !important;
}
	
@media (min-width: 768px){
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

.form-select {
	color: #000;
	font-size: 16px;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    background-color: #fef0f5;
    border-radius: 4px;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
	color: #333333;
}

a.nav-link.text-dark {
    text-decoration: none;
}

a.nav-link.text-dark.text-nowrap.dropdown-bs-toggle {
	display: flex;
	text-decoration: none;
}

#Nav3 .nav-pills .nav-link{
	font-size: 11pt;
	color: #000;
	transition: none;
}

#Nav3 .nav-pills .nav-link:hover,
#Nav3 .nav-pills .nav-link:focus,
#Nav3 .nav-pills .nav-link:active,
#Nav3 .nav-pills .nav-link:visited{
	border-color: transparent;
}

#Nav3 .nav-pills .nav-link.active{
	background-color: #ececec;
	border: 1px solid #777;
	font-weight: bold;
}

#Nav3 .nav-pills .nav-link.active:hover{
	border-color: #777;
}

#Nav3 .nav-pills .nav-link:hover{
	border-color: transparent;
	transition: none;
}

/*=======================================*/

#Content{
    margin-top: 20px;
}

#Primary {
	border-radius: 0;
	border: none;
}

.navbar {
	--bs-navbar-padding-x: none;
    border: 1px solid transparent;
}

#Primary .navbar-brand{
	display: block;
	height: auto;
}

#Primary .navbar-brand img{
	width: 200px;
	height: auto;
	margin-top: -10px;
}

#Primary .navbar-nav > li > a{
	padding: 10px 15px;
	font-family: 'Lato';
	color: rgb(51, 51, 51);
	font-size: 12pt;
}

#Primary .dropdown-menu > li > span{
	white-space: nowrap;
}

@media (min-width: 768px){
	#Primary .navbar-nav > li > a{
		margin-top: 0;
		margin-right: 0;
		text-decoration: none
	}
}

@media (max-width: 767px){
	#Primary .navbar-brand{
		height: 50px;
	}
	#Primary .navbar-brand img{
		height: 100%;
		width: auto;
		margin: 0;
	}
}

/*=======================================*/

@media (max-width: 767px) {
	#Nav3 {
		text-align: center;
	}

	#Nav3_Buttons {
		width: 100%;
		margin-bottom: 1.5rem;
		margin-top: 0 !important;
	}

	#Nav3_Buttons > .btn.btn-slim {
		width: calc(100% - 3rem);
		margin-left: 0;
	}

	#Nav3_Buttons > .btn.btn-slim:not(:last-child) {
		margin-bottom: 1rem;
	}
}

#Nav3 .nav-pills .nav-link.active {
    background-color: white !important;
    box-shadow: none;
    font-weight: bold;
}

#Nav3 .nav-pills .nav-link {
    list-style-type: none;
    font-size: 10pt;
    display: inline-block;
    background-color: rgb(231, 234, 234) !important;
    padding: 4px;
    margin: 0px 2px;
    box-shadow: inset 0 -6px 9px -7px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

/* Custom styled buttons */

.btn-primary:hover, .btn-primary:focus {
	background-color: #0056b3 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #6c757d !important;
	color: #ffffff !important;
	text-decoration: none;
}

.btn-success:hover, .btn-success:focus {
	background-color: #198754 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.btn-danger:hover, .btn-danger:focus {
	background-color: #dc3545 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.btn-warning:hover, .btn-warning:focus {
	background-color: #ffc107 !important;
	color: #000000 !important;
	text-decoration: none;
}

.btn-info:hover, .btn-info:focus {
	background-color: #0dcaf0 !important;
	color: #000000 !important;
	text-decoration: none;
}

.btn-light:hover, .btn-light:focus {
	background-color: #f8f9fa !important;
	color: #000000 !important;
	border-color: #f8f9fa;
	text-decoration: none;
}

/*=======================================*/

#Content .event-url {
	word-break: break-word;
}

#Content .brv-page-content {
	overflow-x: auto;
}

/*=======================================*/

#Footer{
	background-color: #333333;
	color: white;
	font-family: 'Lato';
}

#Footer .right-text{
	text-align: right;
	padding: 15px 0;
	-webkit-font-smoothing: antialiased;
}

#Footer .right-text > span{
	font-weight: 700;
}

@media (max-width: 767px){
	#Footer > .container-fluid > .row > .col-md-6 > .copyright,
	#Footer > .container-fluid > .row > .col-md-6 > .right-text {
		text-align: center;
	}
}

/*=======================================*/

/* ---- Start Admin Toolbox styles ---- */

@media (min-width: 992px){
	.admin-tools > .dropdown-menu{
		min-width: 700px; /* Set width for the admin tools dropdown */
	}
}

@media (min-width: 1400px){
	.admin-tools > .dropdown-menu{
		min-width: 900px; /* Set width for the admin tools dropdown */
	}
}

.admin-tools > .dropdown-menu .admin-tools-header{
	flex-direction: column;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 992px){
	.admin-tools > .dropdown-menu .admin-tools-header{
		flex-direction: row;
	}
}

.admin-tools > .dropdown-menu .admin-tools-header > .x-header-text{
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	font-size: 14pt;
}

@media (min-width: 992px){
	.admin-tools > .dropdown-menu .admin-tools-header > .x-header-text{
		margin-bottom: 0;
	}
}

.admin-tools > .dropdown-menu .admin-tools-header > .x-header-buttons{
	display: grid;
	gap: 0.5rem;
	width: 100%;
}

@media (min-width: 992px){
	.admin-tools > .dropdown-menu .admin-tools-header > .x-header-buttons{
		display: block;
		width: auto;
	}
}

.admin-tools > .dropdown-menu .x-content-links .x-category-header{
	background-color: #f1f1f1;
}

.admin-tools > .dropdown-menu .x-content-links .x-category-header > h6{
	margin: 0;
	font-weight: bold;
	font-size: 12pt;
}

.admin-tools > .dropdown-menu .x-content-links .list-group .list-group-item{
	font-size: 12pt;
}

@media (min-width: 992px){
	.admin-tools > .dropdown-menu .x-content-links{
		column-count: 3; /* Set the number of columns for the admin tools content links */
		column-gap: 2rem;
	}
}

@media (min-width: 1400px){
	.admin-tools > .dropdown-menu .x-content-links{
		column-count: 4;
	}
}

.admin-tools > .dropdown-menu .x-content-links > ul{
	break-inside: avoid; /* This ensures individual lists are not split between columns */
}

.admin-tools > .dropdown-menu .x-content-links > ul:not(:last-child){
	margin-bottom: 0.5rem;
}

.admin-tools > .dropdown-menu .x-content-links .list-group > .list-group-item > a > i{
	color: #c7c7c7;
	width: 1rem;
	text-align: right;
}

/*===========Added Styles============================*/

.navbar .nav-link {
    display: flex;
    align-items: center;
	color: #333333;
	text-decoration: none;
}

#Primary.navbar .navbar-right .dropdown .dropdown-toggle::after,
#Primary.navbar .navbar-nav .dropdown .dropdown-toggle::after{
	display: none; /* Hides the default caret icon */
}

a.nav-link.text-dark.text-nowrap.dropdown-bs-toggle {
    display: flex;
    text-decoration: none;
}

.nav-link p br {
    display: none; /* Hides line breaks within the paragraph */
}

