

/*********************************************************************/
/*******   BEGIN FROM STYLE.CSS   ************************************/
/*********************************************************************/

body {
    background-color: #cccccc;
}

#container{
	background-color: #fff;
}
#txt_Find_Alternate01_Field01 {
  width: 25em;
  max-width: 100%;
}

.textboxLookupDiv{
	width: 100%;
	text-align: : center;
}

#hdr_text {
  margin-top: 50px;
}

.formheader_grey {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.more_info {
  position: relative;
  display: inline-block;
}

.more_info:hover .info_box {
  display: block;
}

.info_box {
  display: none;
  position: absolute;
  top: -10px;
  left: 150px;
    width: 150px;
    height: auto;  
  
  transform: translateX(-50%);
  background-color: #5a8fc3;
  color: white;
  padding: 10px;
  border-radius: 5px;
  
}

#Table_Contact, #Table_Contact tbody, #Table_Demos, #Table_Demos tbody {
    table-layout: fixed;
    width: 100%;
  }
 .contact-spacer{
 	padding-bottom: 20px;
 }
 
.contact-spacer-for-dynamicdemos{
 	padding-bottom: 10px;
 }
#democell_SIS1 div, #democell_SIS2 div, #democell_SIS3 div, #democell_SIS4 div, #democell_SIS5 div {
  width:auto !important;
  align-items: unset;
}

#democell_SIS1 img, #democell_SIS2 img, #democell_SIS3 img, #democell_SIS4 img, #democell_SIS5 img {
  padding-top: 2em;
  max-width: 100%;
    height: auto;
}

.demos_control_panel select {
  width: 28em;
  max-width: 90%;
  text-align: left;
  margin: initial;
}

.demos_control_panel input[type=text] {

    width: 28em;
    max-width: 90%;
    text-align: left;
    margin: initial;
}

.section_submit {
  text-align: center;
}

.submit-button {
  margin-top: 2em;
  margin-bottom: 2em;
}

#lookup {
    border: 1px solid black;
    text-align:  center;
    padding: 1em;
}

#lookup ul {
  text-align: left;
  list-style: none;
}

#lookup li {
  margin-bottom: 1em;
}

.lookup-box {
  width: 10em;
  margin: 0 auto;
  margin-bottom: 1em;
}

#lookup_col1, #lookup_col2, #lookup_col4, #lookup_col5 {
  margin-bottom: 1em;
  text-align: center;
}

#lookup_col3, #lookup_col6 {
  margin-bottom: 2em;
  text-align: center;
}


.rtsTxt {

    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 1em;
    /* style.css had font-size: 1.5em; */
    font-weight: bold;
    text-align: center;
}

.rtsUL {
  text-align: center !important;
  background-color: initial;
}

.rtsLI {
  width: 50%;
}

.rtsSelected > .rtsLink {
  /*background-color: #007bff !important;*/
  background-color: #4479ba !important;
  background-image: unset !important;
  border:none!important;
}

:not(.rtsSelected) > .rtsLink {
  background-color: rgb(108, 117, 125, 0.5) !important;
  background-image: unset !important;
  border:none!important;
}

.rtsLI > .rtsLink > .rtsTxt {
  color: #fff;
  font-weight: normal;
}

input ~ label {
  margin-left: 0.4em;
  margin-right: 0.8em;
  display: inline;
}

.label-block {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 1.1em;
  font-weight: 450;
  /* display: inline-block; */
}

.label-block em {
  font-size: initial;
}

.cs_button_panels {
  padding: 0.2em;
  max-width: 100%;
}

#hdr_col2 {
  text-align: center;
}

.max90, .max90 img {
  max-width: 90vw;
  white-space: normal;
}

.cs_labelonly {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  display: block;
}

.section_cs {
    display: flex;
    justify-content: center;
    align-items: center;
}

#cs > #noaccordion {
    display: block;
    max-width: 100%;
}
.csbuttons {
  width:30em;
  max-width: 100% !important;
}

.btn-primary {
    background-color: #4479ba !important;
    border-color: #4479ba !important;
}

.reference-area span{display:block;}
h4{margin-top:2em;}

/*   DO NOT WANT TO OVERRIDE BOOTSTRAP   */
/*
.col-3{width:100%!important;}
.col-6{width:100%!important;}
*/
/*********************************************************************/
/*******   END FROM STYLE.CSS   **************************************/
/*********************************************************************/

img{
	image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.captcha-verify-button{
	margin-top: 10px;
	margin-left: 20% !important;
	margin-right: 20% !important;
}
.captcha-verify-button-text{
	margin-top: 10px;
	padding-left: 0% !important;
	padding-right: 0% !important;
	text-align: center !important;
}

.captcha-verify-text-parent{
	text-align: center !important;
}

.captcha-validation-textbox{
	width: 100px !important;
}

.img-fluid{
	min-width: 275px !important;
	/*max-width: 350px !important;*/
}

.invalid-div{
	background-color: #DEDEDE;
	border: 1px solid red;
}

.label-holder {
	display: inline;
}
.required {
    color: red;
    font-weight: bold;
}

.required-field-end::after {
  content: " *";
  color: red;
  font-weight: bold;
}

#thankyou #img_Hdr_left img{max-width: 100% !important; height: auto;}
#thankyou #img_Hdr_center img{max-width: 100% !important; height: auto;}
#thankyou #img_Hdr_right img{max-width: 100% !important; height: auto;}


.section-header{
	font-size: 1.1em;
	width: 100%;
	margin: 5% 0% 2% 0%;
	padding: 0% 1% 1% 1%;
	vertical-align: middle;
	text-align: left;	
	/*background-color: yellow;*/
}

.section_footer{
width: 100%;
margin-top: 3%;
text-align: center;
}

#thankyou .panel_main{
margin: 0% 10% 0% 10%;

}

#thankyou .thankyou_confirm {
font-size: 1em; 
width: 100%; 
max-width: 800px;
vertical-align: top; 
text-align: left;  
margin: 0% auto;
padding: 5%;

 }

.panel_question {
  font-weight: bold;
  font-size: 1.2em;
  /* KAM removed padding top - 5/13/2026 
  padding-top: 1.2em; */
  display: block;
}

.panel_answer{
	padding: 0% 5% 5% 8%;
	/*height: 35px;*/
	
}
/*****************************************/
/****   NEWFORM CLASSES        ***********/
/*****************************************/

.cbl-padding input[type=radio] {
	margin-right: 15px !important;
}

.rbl-padding input[type=radio] {
	margin-right: 10px !important;
}

.demo_label_location_top{display:inline!important;}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 

.demo_label_location_top {
  padding-left: 0.8em;
  padding-right: 1em;
  display:flex;
  align-items:center;
}

.container{width:100%; padding-left:2em; padding-right:2em; background-color: #fff !important;}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

.info_box {
    left: 200px;
  width: 250px;
  height: auto;
}


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
 
.container {  
  padding-top: 2em;
  padding-bottom: 5em;
  padding-left: 100px;
  padding-right: 100px;
  
  background-color: white !important;
  display: block;
}
 

.img-fluid {
    min-width: 300px !important;
	max-width: 500px !important;
}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.img-fluid {
    min-width: 300px !important;
	max-width: 500px !important;
}
}

/* Extra Extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
.img-fluid {
    min-width: 300px !important;
	max-width: 500px !important;
}
}

/*****************************************/
/****   BEGIN GENERAL SHARED   ***********/
/*****************************************/
