/*html, body {
	width: 100%; 
} */
/*  ========================= Page Buttons SECTION ======================== */

.website a {
	color: #3333ff;
	font-weight: normal; 
	text-decoration: underline;
}

.pageBtn {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #ffffff; 
	background-color: #4a5361;
	padding: 0px 10px;
	font-size: 10pt; 
	font-weight: bold;

	height: 23px; 
	border: none; 
	cursor: pointer;
	border-radius: 5px;
	/* top right bottom left */
	margin: 0px 0px 20px 0px;
}

.pageBtn:hover { 
	background-color:  #9bc2e6;
	border: 1px solid #9bc2e6;
}

.pageSrch {
	border: 1px solid #4a5361; 
	height: 20px; 
	padding: 0px 5px;
	width: 20px;
	border-radius: 3px;
}

.aChk, .pageChk  {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #ffffff; 
	
	font-size: 10pt; 
	font-weight: normal;
	
	cursor: pointer;
	border-radius: 5px;

}

.pageChk {
	background-color: darkred;
	border: 1px solid darkred; 
	padding: 5px 10px;
	
	/* top right bottom left */
	margin: 0px 8px 10px 0px;
}

.aChk {
	background-color: #5D6D89;
	border: 1px solid #5D6D89; 

	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 2px 20px;
} 

.aChk:hover, .aChk:focus, .pageChk:hover, .pageChk:focus {
	background-color: #737373 !important;
	border: 3px solid #2B2B2B;
	color: #fff;
}


.pageClr, .aClr {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #4a5361; 
	background-color: #ffffff;
	font-size: 10pt; 
	font-weight: normal;

	border: 1px solid #4a5361; 
	cursor: pointer;
	border-radius: 5px;
	

}

.pageClr:hover, .aClr:hover, .pageClr:focus, .aClr:focus, #saveBtn:hover, #saveBtn:focus  { 
	background-color: #737373 !important;
	border: 3px solid #2B2B2B;
	color: #fff;
}

.aClr {
	padding: 2px 20px;
	/* top right bottom left */
	margin: 0px 0px 10px 5px;
}

#saveBtn {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #ffffff; 
	background-color: #364050;
	font-size: 10pt; 
	font-weight: normal;

	border: 1px solid #4a5361; 
	cursor: pointer;
	border-radius: 5px;
	
	padding: 2px 20px;
	/* top right bottom left */
	/* margin: 0px 0px 10px 5px; */
	margin: 0px 0px 10px 185px;

}

.pageClr {
	padding: 2px 20px;
	
	/* top right bottom left */
	margin: 0px 8px 10px 0px;
}

#profButton {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #364050;
	background-color: #ffffff;
	font-size: 10pt; 
	font-weight: normal;

	border: 1px solid #4a5361; 
	cursor: pointer;
	border-radius: 5px;
	
	padding: 2px 20px;
	
	/* top right bottom left */
	margin: 0px 0px 10px 5px;
}

#profButton:hover, #profButton:focus {
	background-color: #737373 !important;
	border: 3px solid #2B2B2B;
	color: #fff;
}




/*  ========================= Employee SECTION ======================== */

.aAdd, .aEdit {
	font-family: Arial "Microsoft Sans Serif", sans-serif;
	color: #fff; 
	background-color: #e38c2d;
	font-size: 10pt; 
	font-weight: bold;
	padding: 3px 20px;
	/* top right bottom left */
	margin: 0px 10px 10px 5px;
	cursor:pointer;
	border-radius: 5px; 
	text-align: center; 
	border: 1px solid #e38c2d; 
}

.aAdd:hover, .aEdit:hover {
	background-color: #eeba81;
}



/* ========================= MODAL SECTION ======================== */
/* The my-modal (background) */
.my-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* my-modal Content */
.my-modal-content {
    background-color: #fff;
    margin: auto;
	/* y x */
    padding: 15px 30px;
	text-align: left !important;
    border: 1px solid #888;
    width: 100%;
	max-width: 520px; /* changed for profiles 01/20/25 */
	color: #000;
	font-weight: 700px;
	font-family:  "Verdana", sans-serif;
	border-radius: 5px;
	
}

.btn-close {
	border: none; 
	text-decoration: none; 
	background-color: transparent;
	font-size: 13pt;
	font-weight: bold;
	float: right;
	color: #000;
}

.btn-close:hover, .btn-close:active {
	color: darkred;
}

.my-modal-title {
	font-size: 11pt;
}

.my-modal-title-container {
	/* y x */
	padding: 20px 0px; /* changed for profiles 01/20/25 */
}

.my-modal-paragraph-container {
	/* top right bottom left */
	margin: -15px 0px 8px 0px;
	/* top right bottom left */
	padding: 0px 0px 10px 0px;
} 

.my-form-check-container {
	/* y x */
	padding: 0px 0px; /* changed for profiles 01/20/25 */
}

.my-form-check-input {
    margin-top: -1px;
    vertical-align: middle;
}

.dwnldTitle {
	font-weight: bold;
	/* color: #149a80; */ 
	color: darkred ;
	font-size: 12pt;
	/* top right bottom left */
	margin: 0px 0px 0px 12px;
}

/*
.dwnldTitle {
	font-weight: bold;
	color: #149a80;
} */
.dwnldBlurb {
	font-size: 8pt;
	/* top right bottom left */
	margin: -2px 0px 0px 15px;
}

.my-modal-buttons-container {
	width: 100%;
	max-width: 420px;
	margin: auto;
} 

.btns21 {
	width: 100%;
	height: 35px;
	/* top right bottom left */
	margin: 0px 0px 10px 0px;
	font-family: Arial "Microsoft Sans Serif", sans-serif !important;
	color: #ffffff;
	/*background-color: #18bc9c; */
	background-color: #364050;
	border: 1px solid #364050;
	border-radius: 30px;
	font-size: 12pt;
}

.btns21:hover, .btns21:active, .btns21:focus {
	background-color: #737373 !important;
	border: 3px solid #2B2B2B;
	color: #fff;
}

.dwnldBlurb {
	font-size: 8pt;
}

.my-modal-note-container {
	/* y x */
	padding: 10px 0px;
}

/* ========================= MODAL SECTION END (as of I know of August 2021) ======================== */

#overlay {
	display: none;
}
#text {
	color: #fff;

}
/* table.tframe2 {width: 760px; height: 200px;}    */
/* Codes/Accordion Buttons */ 

.toTop {
	background-color: #85a3a3; 
	color: #dfdfdf;
	position: fixed;
	top: 90%;
	left: 80%;
	padding: 1%;
	font-size: 10pt;
	border-radius: 5px;
	z-index: 1;
	text-decoration: none;
}

.invis {
	color: transparent !important;
}

.indent {
	text-indent: 15%
}
.codeClr {
color: #5b9bd5; background-color: transparent;
font-size: 9pt; font-weight: normal; width:70px; height: 23px;  padding-top:0px;
 cursor: pointer; margin-left: 410px; border: 1px solid #2e75b6; border-radius: 5px; margin-bottom: 10px;
}

#codeCon {
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #ffffff; background-color: #364050  ;
font-size: 10pt; font-weight: bold;
width:100px; height: 23px; margin-left: -220px; border: none; cursor:pointer;
border-radius: 5px; margin-bottom: 10px
}

#codeCon:hover {
	background-color: #657896;
}


#indusHead {
background-color:  #dfdfdf;
color: #660000 !important; 
border: none;
text-align: center;
font-size: 10pt; 
font-weight: bold;
margin-bottom: 5%;
/*width: 60%;
padding: 5% 20%; */
width: 220px;
padding: 20px 30px;
}

#indusHead1 {
background-color: #dfdfdf;
color: #660000 !important; 
border: none;
text-align: center;
font-size: 10pt; 
font-weight: bold;
margin-bottom: 5%;
/*width: 60%;
padding: 5% 20%; */
width: 310px;
padding: 20px 30px;
}

#indusHead2 {
background-color: #dfdfdf;
color: #660000 !important; 
border: none;
text-align: center;
font-size: 10pt; 
font-weight: bold;
margin-bottom: 5%;
/*width: 60%;
padding: 5% 20%; */
width: 500px;
padding: 20px 30px;
}

.centerframe {

	margin-left: 10%
}
.sidenav {
    height: 100%;
    width: 20%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  /*  background-color: #111; old background */
	background-color:   #85a3a3;
    overflow-x: hidden;
    padding-top: 20px;
	overflow-y: visible;
}

.sidenav a {
    padding: 6px 40px;
    text-decoration: none;
    font-size: 10pt !important;
   /* color: #818181; old color */
	color: #dfdfdf;
    display: block;
}

.sidenav a:hover {
    /* color: #f1f1f1; old hover */
	color: #a1c6c6;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

#top {
position: absolute; 
top: 0%;
left: 0%; 
} 



input.chkbox9 {
float: left;
margin-top: 10px;
}

input.chkbox13 {
float: left;
margin-top: 5px!important;
}

.listing {
float: left;
margin-top:10px;
margin-left: 5px;
}

.listing2 {
float: left;
margin-top: 5px;
margin-left: 5px;
}
				
.mod {
float: left;
margin-top:10px;
margin-left: 0px;
}


input:focus {
outline:0 !important;
}	

#button, #button2, #button3 {
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #364050; background-color: transparent;
font-size: 10pt; font-weight: bold;
width:100px; height: 23px;  cursor:pointer;
border-radius: 5px; text-align: center; border: 1px solid #364050; 
}


#button:hover, #button2:hover, #button3:hover, { color: #fff; background-color:#657896; }

#button2:focus {
	cursor: pointer !important;
}

#button {
	 margin-left: -15px;
}


#button2 {
	 margin-left: 200px;
	 margin-bottom: 10px;
}


#button3 {
	 margin-right: -10px;
}



/* Snapshot & View Profile */
#srchbtnR{
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #ffffff; background-color: #364050;
font-size: 10pt; font-weight: bold;
width:100px; height: 23px; margin-left: 5px; border: none; cursor:pointer;
border-radius: 5px;}
#srchbtnR:hover { background-color:#657896 }



#srchbtnR2{
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #ffffff; background-color: #364050;
font-size: 10pt; font-weight: bold;
width:100px; height: 23px; margin-left: 5px; border: none; cursor:pointer;
border-radius: 5px;}
#srchbtnR2:hover { background-color:#657896}

#srchbtnR3{
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #ffffff; background-color: #364050;
font-size: 10pt; font-weight: bold;
width:100px; height: 23px; margin-left: 200px; border: none; cursor:pointer;
border-radius: 5px; margin-bottom: 10px}
#srchbtnR3:hover { background-color:#657896 }

/* Download All */
input.srchbtnDAR{
background-color: #1aa88e;
	display: block;
	margin-bottom: 10px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	margin-left: 90px;}
input.srchbtnDAR:hover, input.srchbtnDR:hover, input.srchbtnDR2:hover, input.srchbtnDR3:hover { background-color:#1db99c;  }

/* Download Other Buttons */
input.srchbtnDR{
background-color: #1aa88e;
	display: block;
	margin-bottom: 10px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	margin-top: 10px;
	margin-left: 80px;
	}
	
	/* Spreadsheet to Edit */
input.srchbtnDR2{
background-color: #1aa88e;
	display: block;
	margin-top: -30px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	}

	/* Download on Snapshot */
	input.srchbtnDAR2{
font-family: Arial "Microsoft Sans Serif", sans-serif;
color: #ffffff; background-color: #17294c;
font-size: 10pt; font-weight: bold;
width:100px; height: 25px; margin-left: 10px; border: none; cursor:pointer;
border-radius: 30px; margin-bottom: 10px;}
	input.srchbtnDAR2:hover { background-color:#112b56; }
	
/* Download Other Buttons on Profiles */
input.srchbtnDR3{
background-color: #1aa88e;
	display: block;
	margin-bottom: 10px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	margin-left: 25px;
	margin-top: 30px;
	}
	
	
	
table.topnav66 {background-color: #fafaf9; width: 100%; margin-bottom: 0px;}

.new-search2 {
	 color: #c00000;
	font-weight: 700px;
	background-color: transparent;
	width: 100px; 
	height: 30px;
	border: 1px solid #c00000;
float: right;
	margin-top: -25px;
	 margin-right: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.new-search2:hover { 
color: #fff;
background-color: #a02626!important;
}




#excelFile, #textFile {
	background-color: #1aa88e;
	display: block;
	margin-bottom: 35px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	margin-left: 25px;
	margin-top: 30px;
	font-family: Verdana, "Microsoft Sans Serif", sans-serif;
}

#excelFile:focus, #textFile:focus {
	background-color: #158671;
}

a.dwnld {
	background-color: #1aa88e;
	display: block;
	margin-bottom: 35px;
	height: 50px; 
	width: 500px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	color: #fff;
	border: none !important;
	font-size: 12pt;
	margin-left: 25px;
	margin-top: 30px;
	font-family: Verdana, "Microsoft Sans Serif", sans-serif;
	
}


a.dwnld:focus { background-color:#112b56;}

.ttt {
	font-family: Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 8pt;
}




.close2 {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 100%; 
}

.close2:hover, 
.close2:focus {
    color: #ea5d5d;
    text-decoration: none;
    cursor: pointer;
}

.overlay-bg {
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
cursor: pointer;
z-index: 1000; /* high z-index */
background: #000; /* fallback */
background: rgba(0,0,0,0.75);

}

input[type="checkbox"], input[type="radio"] {
	accent-color: #0645AD !important; /* Your desired color */
}

input[type="checkbox"]:focus-visible,  input[type="radio"]:focus-visible {
	outline: 3px solid #404040 !important;
	outline-offset: 2px !important;
}

.overlay-content {
background: #fff;
padding: 1%;
width: 40%;
position: absolute;
top: 15%;
left: 50%;
margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
cursor: default;
z-index: 10001;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0,0,0,0.9);
}


