/*!
=====================================================================================
v. 15.2 - Lampkin  11/2025

 * Lampkin Custom Style Sheet
 * Copyright 2010-2024 Mike Lampkin - developer
 * Licensed under MIT

 Copyright (c) Copyright 2010-2024 Mike Lampkin - developer

Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

@charset "utf-8";

/*
First, declare your variables as property/value pairs on a selector such as the :root pseudo-class.
*/
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,300;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
	/* --headfont: 'Montserrat', sans-serif;
	--bodyfont: 'Lato', sans-serif; */
	/* --bodyfont: 'Raleway', sans-serif; */

	--headfont: 'Open+Sans', sans-serif;
	--bodyfont: 'Open+Sans', sans-serif;

	--scouting_red: #CE1126;
	--scouting_blue: #003F87;

	--scouting_light_red: #f04257;
	--scouting_dark_red: #8e0b1b;

	--cubscouting_blue: #003F87;
	--cubscouting_yellow: #FCD116;

	--scoutsbsa_tan: #DEB887;
	--scoutsbsa_yellow: #FFCC00;
	--scoutsbsa_brown: #996633;
	--scoutsbsa_blue: #003F87;
	--scoutsbsa_red: #CE1126;
	--scoutsbsa_green: #006B3F;

	--venturing_green: #006B3F;
	--venturing_yellow: #FCD116;

	--seascout_black: #000000;
	--seascout_dark_blue: #003366;
	--seascout_dark_brown: #330000;
	--seascout_dark_gold: #996600;
	--seascout_light_yellow: #FFCC66;
	--seascout_light_brown: #B39475;
	--seascout_light_blue: #9AB3D5;
	--seascout_dark_yellow: #FFCC00;
	--seascout_red: #990000;
	--seascout_gold: #CC9900;

	--oa_red: #e31837;
	--oa_gray: #36454f;

	--district_blue: steelblue;
	--district_silver: lightslategray;

	--main_clr: var(--scouting_red);
	--main_clr_lt: var(--scouting_light_red);
	--main_clr_dk: var(--scouting_dark_red);

	--step1: var(--orange);
	--step2: var(--blue);
	--step3: var(--green);
	--step4: var(--yellow);
	--step5: var(--purple);

	--color-stripe: #efefef;
	--color-hover1: #DFDFDF;
	--color-hover2: #BFBFBF;
	--color-hover3: #9F9F9F;

}


html {
	width: 100%;
	height: 100vh;
}

body {
	padding: 70px 10px 0px 10px;
}

html, body {
	/* font-family: var(--bodyfont); */
	/* font-size: var(--fontsize); */
	/* font-family: 'Lato', sans-serif; */
	font-family:"Open Sans",Helvetica,sans-serif;
	font-size: 16px;
	/* line-height: 1.5; */
	/* Recommended is 1.6 */
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, h7, h8,
.h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8
{
	font-weight: 700;
	font-family:"Open Sans",Helvetica,sans-serif;

}

h1, .h1 { font-size: 1.60em; }
h2, .h2 { font-size: 1.50em; }
h3, .h3 { font-size: 1.40em; }
h4, .h4 { font-size: 1.25em; }
h5, .h5 { font-size: 1.125em; }
h6, .h6 { font-size: 1.065em; }
h7, .h7 { font-size: 1.00em; }
h8, .h8 { font-size: 1.00em; }

.xs {
	font-size: 0.8em;
}

.form-label {
	font-weight: 700;
	font-family: "Open Sans",Helvetica,sans-serif;
}
.small, .sm {
	font-size:95%;
	line-height:105%;
}
.micro, .xs {
	font-size:75%;
	/* line-height:75%; */
}

.btn-group-xs > .btn, .btn-xs {
	padding: .5rem .4rem;
	font-size: 75%;
	line-height: .5;
	border-radius: .2rem;
	margin:0 0 .2rem 0;
}

/*  --------------------------------------------------
	:: NAV Section
	-------------------------------------------------- */

.navbar-dark {
	background-color: var(--main_clr);
	border-bottom: 3px solid #000;
}

/* #mainnav .navbar-brand { */
/* font-weight: 900; */
/* font-family: var(--headfont); */
/* } */

.logo {
	width: 35px;
}

.logo-icon {
	width: 18px;
}

#mainnav .navbar-nav li {
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	border-top: 1px solid var(--main_clr_lt);
	border-bottom: 1px solid var(--main_clr_dk);
}

/* .navbar-nav li.nocap {
	border-top: 0;
	border-bottom: 0;
} */

/*    NAV-ITEMS    */
#mainnav .navbar-nav li.nav-item {
	margin: 0 3px;
}

#mainnav .navbar-nav li.nav-item a {
	color: #fff;
}

#mainnav .navbar-nav li.nav-item a:hover {
	color: #fff;
}

#mainnav .navbar-nav li.nav-item a.active {
	color: #ccc;
}

#mainnav .nav-link {
	font-size: .8em;
	color: #fff !important;
}
@media screen and (max-width: 1024px) {
	#mainnav .nav-link {
		font-size: 1em;
	}
}

#mainnav .dropdown-menu {
	background-color: var(--main_clr_dk);
}

#mainnav .navbar-nav li:hover,
#mainnav .dropdown-menu a:hover {
	background-color: #000;
}

#mainnav .navbar-nav li.active,
#mainnav .dropdown-menu a.active {
	background-color: black;
	color: #fff;
}

#mainnav .navbar-nav li.active:hover,
#mainnav .dropdown-menu a.active:hover {
	color: #fff;
	background-color: #333;
}

#mainnav .council-nav-display {
	color: #efefef;
}

#mainnav .navbar-full-name {
	font-size: .8em;
}

#mobileDisplay {
	font-size: .9em;
	text-align: center;
	font-weight: 700;
	color: var(--main_clr_dk);

}
/*  --------------------------------------------------
	:: FOOTER Section
	-------------------------------------------------- */

footer {
	font-size: 85%;
	/* 	width:60%; */
	color: black;
	/* 	clear:both; */
	text-align: center;
	padding: 10px;
	margin: 20px auto 10px auto;
	border-top: 2px solid var(--main_clr);
}



/*  --------------------------------------------------
	:: GENERAL
	-------------------------------------------------- */

.protected-content {
	display: none;
}

/* --- JQuery UI Autocomplete Fix for Bootstrap Modals --- */
/* Forces the autocomplete suggestions dropdown to appear on top of the modal window. */
.ui-autocomplete {
	z-index: 9999 !important;
}

tr.text-muted td {
	color: #999 !important;
}

tr.text-muted td a {
	color: #999 !important;
}

tr.text-muted .btn.btn-outline-primary, .btn.btn-outline-success, .btn.btn-outline-info, .btn.btn-outline-warning, .btn.btn-outline-danger {
	color: #999 !important;
	border-color: #666 !important;
}

tr.text-muted .badge.bg-primary, .badge.bg-success, .badge.bg-info, .badge.bg-warning, .badge.bg-danger {
	background-color: #999 !important;
}


.main-clr {
	background-color: var(--main_clr) !important;
	color: #fff !important;
}

.td-hilite {
	background-color: lemonchiffon !important;
	color: #000 !important;
	font-weight: 700;
}


/* MODAL */
.bg-gainsboro-soft { background-color: rgba(220,220,220,0.9)!important; }
.border-gray { border: 1px solid #808080!important; }

.modal-header {
	background-color: rgba(220,220,220,0.9)!important;
	color: #000;
	border-bottom: 1px solid #808080;
}

.modal-body {
	padding: 0 1rem 1rem 1rem;
}

.modal-footer {
	background-color: rgba(220,220,220,0.9)!important;
	border-top: 1px solid #808080;
}


/* EDIT PARTICIPANT MODAL */
#editParticipantAccordion.accordion-header {
		background-color: #ccc;
	}

#editParticipantAccordion .accordion-button {
		background-color: #ccc!important;
		font-weight: 900;;
	}




/*  --------------------------------------------------
		:: SCREEN or MOBILE ONLY
		-------------------------------------------------- */

.screen-only {
	display: block !important;
	visibility: visible !important;
}

.mobile-only {
	display: none !important;
	visibility: hidden !important;
}

@media screen and (max-width: 720px) {
	.screen-only {
		display: none !important;
		visibility: hidden !important;
	}
	.mobile-only {
		display: block !important;
		visibility: visible !important;
	}

	.hide-on-mobile-down {
		display: none !important;
	}
}
.hide-on-tablet-down {
    display: block !important;
}
@media screen and (max-width: 1024px) {
    .hide-on-tablet-down {
        display: none !important;
    }
}

/* Hide only on tablets (721px–1024px) */
/* .hide-on-tablet-only {
    display: block !important;
} */
@media screen and (min-width: 721px) and (max-width: 1024px) {
    .hide-on-tablet-only {
        display: none !important;
    }
}

@media (max-width: 1023px) {
	.hide-on-table-only {
		display: block !important;
	}
}
.hide-on-table-only {
    display: block !important;
}
@media screen and (min-width: 721px) and (max-width: 1024px) {
    .hide-on-table-only {
        display: none !important;
    }
}

/*  --------------------------------------------------
		:: SCREEN or MOBILE ONLY
		-------------------------------------------------- */

.border-dotted {
    border-style: dotted !important;
    border-color: #bbb !important;
    border-width: 0 2px 0 0 !important;
}

.center-column-dots {
    border-bottom: 1px dotted #bbb;
    height: 1em;
    display: inline-block;
    content: "";
    margin: 0 0.5em;
    opacity: 0.6;
    width: 100%;
}

.nav-icon-only {
    padding: 0 !important;
    margin: 0 0.5em 0 0.5em !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 1.35em;
    line-height: 1;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    min-width: 0;
}
.nav-icon-only:hover, .nav-icon-only:focus, .nav-icon-only:active {
    color: #ffc107 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .nav-icon-only {
        padding: 0.5rem 1rem !important;
        margin: 0 !important;
        background: var(--main_clr) !important;
        border-radius: 5px !important;
        color: #fff !important;
        font-size: 1em !important;
        display: block;
        text-align: left;
    }
    .nav-icon-only:hover, .nav-icon-only:focus, .nav-icon-only:active {
        background: #000 !important;
        color: #fff !important;
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
        text-decoration: none;
    }
}
