@charset "utf-8";
/***************************/
/*     recordsform.css     */
/*    2025.06.11  00:20    */
/*   updated: 2025.06.16   */
/*             00:38       */
/***************************/

/* PRESETS */
button:hover, button:focus { cursor:pointer; }
/* end PRESETS */

#under-construction {
	max-width:72%;
	margin:0 auto 0.6rem;
	background:yellow;
	border:1px solid #f1a403;
	opacity:0.6;
}
#under-construction p {
	margin-bottom:0;
	font-family:"Arial", "Helvetica", sans-serif;
	opacity:1;
	text-align:center;
}
#under-construction hr {
	width:450px;
	height:42px;
	background:url("images/layout/records/underconstruction.gif") repeat-x;
	border:none;
	margin-top:0;
}

#record-submission-section {
	width:90%;
	border:0.3rem inset #666;
	margin:0 auto 1.4rem; /* making space between the form section and the .back links */
}

/* begin headers */
h3 { margin:0.3rem auto 0.65rem; }
/* end headers */

#records-form { text-align:center; }

#records-form > div { margin:0.5rem auto; border:1px solid #000; }

div#docs-for-upload { width:58%; border:1px solid black; }

div#rate-calculator {
	border:1px solid #000;
	max-width:400px;
}
#rate-calculator button {
	font-size:1.25em;
	margin:0.6rem;
	padding:0.2rem 0.4rem;
}
#rate-calculator button:hover, #rate-calculator button:focus {

}
p#cost-quote { color:red; font-size:2.5em; }

/*div#submit-reset { font-size:1.9em; }*/
div#submit-reset input { display:block; padding:0.3rem 0.5rem; font-size:1.5em; }

/*** MEDIA QUERIES ***/
@media screen and (max-width:850px) {
	#under-construction hr { width:334px; }
}

@media screen and (max-width:740px) {
	#under-construction { max-width:88%; }
	#under-construction p { font-size:1.1em; }
}

@media screen and (max-width:540px) {
	#under-construction { max-width:100%; }
	#under-construction p { font-size:1em; }
}

@media screen and (max-width:514px) {
	#under-construction hr { width:218px; }
}

@media screen and (max-width:400px) {
	#under-construction p { font-size:0.9em; font-weight:bold; }	
}
/* end media queries */
/* end of document */