div.all {



	width:100%;



	font-family: verdana, "times new roman", Arial, sans-serif;

	/* font-size: 14px; */

	font-size: 1rem;

	background-color: #000000;

	color: #FFFFFF;





	/*	margin:0;	  */



	/*	margin-left:15%;  */

	/*	padding:1px 16px; */

	/*	height:1000px;    */



}



div.mainBody {

	/*max-width:85%;  */

	position: relative;

	left: 0%;

	/*  margin: auto;     	*/

	/*    	margin-left:20%;  		*/

	/*	border: 2px solid #73AD21;  */

	/*  padding: 10px 10px 10px 10px;   */

	background-color: #000000;

	color: #FFFFFF;

	display: inline;

	font-size:1em;
}

body {

	font-family: verdana, "times new roman", Arial, sans-serif;

	font-size: 16px;

	background-color: #000000;

	color: #000;

}



h2 {
	text-align: center;
	margin: 0;

	}



a:link {

	color: #8ebf42;

}

a:visited

{

	color: #8ebf42;

}

a:hover

{

	color: #3bbfb7;

}



	.warningLabel {  color: red; font-weight: bold;}

/*Add a class to change links shown in the news section*/
a.news-link{
	color:red;
}
	

/* Start - Tables     */

table {

	background-color: #000000;

	color: #FFFFFF;

	border-collapse: collapse;

	border: 1px solid white;

	page-break-inside: avoid;

	 overflow: scroll;

	border-spacing:0;



}



table th {

	background-color: #9f9e89;

	color: #000000;

	border: 1px solid white;

	padding-top: 2px;

	padding-bottom: 2px;

	padding-left: 7px;

	padding-right: 7px;

	vertical-align: top;

	text-align: center;

	page-break-inside: avoid;

}



table td {

	background-color: #000000;

	color: #FFFFFF;

	border: 1px solid white;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 3px;

	padding-right: 3px;

	page-break-inside: avoid;



}



/*  End - Tables    */	







div.menu {

	max-width: 13%;

	position: fixed;

	top: 5%;

	left: 1%;

/*	margin: auto;	*/

	border: 3px solid #73AD21;

/*	padding: 10px 10px 10px 10px;  */

	background-color: #000000;

	color: #FFFFFF;

	display: block;

/*	font-size: 1.5em;		*/

/*	font-size: 1.0em;		*/

	font-family: arial;

	line-height: 2em;

}





.form-control {
	
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 0 0 0;
}



.btn {

	font-size: 1em;

}



div.accountSettings {

    margin: auto;

    /*	border: 2px solid #73AD21;  */

    padding: 10px 10px 10px 10px;

    background-color: #000000;

	color: #FFFFFF;



    display: inline;

    font-size: 1.3rem;

}



div.accountSettings input[type=text] {

        font-size: inherit;

        font-size: 1.3rem;

    }



div.accountSettings input[type=submit] {

    font-size: 1.4rem;

}







.StatusLabel {

    white-space:nowrap;

    text-align:right;

    vertical-align:top;

}





.title {

    max-width:80%;

    margin: auto;

    border: 0px solid #73AD21;

    padding: 10px 10px 10px 10px;

    background-color: #000000;

	color: #d1d100;



	text-align:center;

}





.alert {

	color: #ff0000;

}

.green-alert {

	color: #0be654;

}

.yellow-alert {

	color: #dac50b;

}



div.page-header {

    max-width:80%;

    margin: auto;

    border: 3px solid #73AD21;

    padding: 10px 10px 10px 10px;

    background-color: #FFFFFF;

	color: #000000;



}





	@media print {

		.pagebreak {

			clear: both;

			page-break-after: always;

		}

	}













.info_source {

	color: #ff0000;

	background-color: #000000;

	position: relative;

}



.info_source:visited {

	position: relative;

	display: block;

	width: 130px;

	line-height: 30px;

	text-align: right;

	padding: 0 10px;

	margin: 0;

	border: 1px solid #666;

	text-decoration: none;

	font-size: 1em;

	font-weight: bold;

}





.info_source:hover {

	background-color: #e9e9e2;

}



.info_source span 

{

	display: none;

}



.info_source:hover span

{

	display: block;

	

	position: absolute;

	top: 15px;

	left: -100px;

	width: 200px;

	margin: 0px;

	padding: 10px;

	color: #335500;

	font-weight: normal;

	background: #e5e5e5;

	text-align: left;

	border: 1px solid #666;

	z-index: 6;



}



#currentNumberSection{

    background-color: white;

    border: 2px solid red;

    border-radius: 1em;

    padding: 0.5em;

    color: black;

	text-align: center;
	
	margin-left: auto;

	margin-right: auto;

}

@media (max-width:480px)
{
	#currentNumberSection{
	width: 320px;
	}
}

@media (min-width:481px)
{
	#currentNumberSection{
	width: 60%;
	}
}

#noEmailNotice {
	background-color: black;
	border: 2px solid red;
	color:white;
	text-align: center;
}

#logo{
	background-color: white;

	margin-left: auto;

	margin-right: auto;

	text-align: center;
}

#newsList{
	text-align: left;
}

#newsListCenter{
	text-align: center;
}

.redText {
	color:red;
}

/*10-1-25 Added for login screen */
.centerText{
    text-align: center;
}

.hrWidth75{
    width:75%;
}

.hrWidth50{
    width:50%;
}

.regForm {
	margin: 2rem auto;
	border-radius: 10px;
	background-color:#FFF;
	color: #000;
	padding: .75rem;
	display: inline-block;
}

.formCenter {
	text-align: center;
}

.regForm table{
	margin: 0 auto;
	border: none;
	width: 100%;
	max-width: 600px;;
}

.regForm td {
  	padding: 10px; 
  	background-color: #FFF; 
	color: #000;
	/*border: 1px;
	border-color: #000;
	border-style: dashed;*/
}


/*10-24-25 added as a hidden field for bot prevention*/
.specialField{
	visibility: hidden;
	width: 1px;
	height: 1px;
}

.smallerTextNote{
	font-size: 0.75rem;
	font-style: italic;
}

.roundedButton{
	border-radius: 5px;
	margin: 5px;
	border: none;
	outline: 0px solid;
	padding: 10px;
	box-shadow: 1px 1px 0 #000000; /* Initial shadow for depth */
  	transition: all 0.05s ease; /* Smooth transition for visual effects */
}

.roundedButton:active {
  transform: translateY(1px); /* Move button down slightly */
}

#city{
	border-radius: 5px;
	padding: 10px;
}

.card {
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 325px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 rgba(#999, .25);
	padding: .75rem;
}

.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.submitButton{
	font-size: 1.25rem;
	padding: 0.75em;
	width: 100%;
	max-width: 325px;
	font-weight: 500;
	background-color: #FE0000;
	border-radius: 6px;
	color: #FFF;
	border: 0;
}

.input {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 1.5rem;
	&+.input {
		margin-top: 1.5rem;
	}
}

.loginCheckbox {
	display: flex;
	flex-direction: row;
	position: relative;
	padding-top: 0.4rem;
	width: fit-content;
	margin:auto;
}

.smallCheckbox{
	transform: scale(0.7);
	position: relative;
  	top: -2px; 
}

.input-label {
	position: absolute;
	top: 1.5rem;
	&+.input-field {
		transform: translateY(+1.5rem);
	}
}

.input-field {
	border: 0;
	width: 100%;
	border-bottom: 1px solid #cfcfcf; 
	font: inherit;
	font-size: 1rem;
	padding: .25rem 0;
	&:focus, &:valid {
		outline: 0;
		border-bottom: 1px solid #cfcfcf; 
	}
}

.regInput{
	display: block;
	width:auto;
}

.reg-input-field {
	color: #000;
	border: 0;
	border-bottom: 1px solid #000;
	background-color: #FFF;
	font: inherit;
	font-size: 1rem;
	padding: .25rem;
	margin: 10px 0 0 0;
	&:focus, &:valid {
		outline: 0;
		border-bottom: 1px solid #000; 
	}
}

.tdLeft{
	width: fit-content;
	text-align: left;
	margin: 0 auto;
}

.gray-input {
	background-color: #d0d0d0;
}

