:root{
    --fst-border-radius: 0px;
    --fst-button-radius: 0px;
}

.fst_red_box {
 color: #FFF;
 background-color: #F00;
 padding: 10px;
 border: thin solid #333;
 margin-left: 15px;
 margin-top:15px;
 margin-bottom:15px;
 text-align:center;
 }

.fst_purple_box {
 color: #FFF;
 background-color: #F0F;
 padding: 10px;
 border: thin solid #333;
 margin-left: 15px;
 margin-top:15px;
 margin-bottom:15px;
 text-align:center;
}

.fst_green_box {
 color: #000;
 background-color: #82FF82;
 padding: 10px;
 /*font-weight: bold;*/
 border: thin solid #333;
 margin-top:15px;
 margin-bottom:15px;
  margin-left:15px;
}

.fst_yellow_box {
 color: #000;
 background-color: #FFFF66;
 padding: 10px;
 /*font-weight: bold;*/
 border: thin solid #333;
 margin-top:15px;
 margin-bottom:15px;
 margin-left:15px;
 }

.fst_blue_box {
 color: #FFF;
 background-color: #287EFF;
 padding: 10px;
 border: thin solid #333;
 margin-top:15px;
 margin-bottom:15px;
}
.fst_comments {
	height:200px;
}

.fst_comment_box {
 font-size: 11px;
 font-family: Verdana, Geneva, sans-serif;
 padding: 0px;
 color: #000;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
 width: 92%;
}

.fst_comment_box table tr td {
 padding: 12px 20px 12px 20px;
 vertical-align: top;
}

.fst_comment_box a:link {
 color: #000099;
 text-decoration: underline;
 outline: none;
}

.fst_comment_box a:hover {
 color: #3366CC;
 text-decoration: underline;
 outline: none;
}

.fst_comment_box a:active {
 color: #000099;
 text-decoration: underline;
 outline: none;
}

.fst_comment_box a:visited {
 color: #000099;
 text-decoration: underline;
 outline: none;
}

.fst_comment_button, .fst_comment_button, input[type="submit"] {
 background: none repeat scroll 0 0 #eeeeee;
 border: 1px solid #999999;
 border-radius: var(--fst-button-radius);
 color: #000000;
 font-size: 11px;
 padding-bottom: 20px;
}

.fst_added_text {
	width:auto;
	float:left;
}
.fst_allowed_file_types{
	font-size: 100%;
}

/* some of these text color classes are available if you want to change text colors */

.fst_fatal_message {
	background-color:white !important;
	color:black !important;
}
.fst_text_red {
 color: #F00;
 background-color: #fff;
}

.fst_text_black {
 color: #000;
}

.fst_text_white {
 color: #fff;
}

.fst_small_text {
 font-size: 9px;
}
.fst_back_red {
    background-color:red;
}
.fst_box {
    border: 1px solid black;
    padding:5px;
}
.fst_checkbox_left {
	text-align:left;
}
.fst_label_checkbox {
	padding-top:0 !important;
}

.fst_text_center {
    text-align: center;
}
.fst_aftermsg {
    text-align: left;
    padding-left:10px;
}
.fst_afterfile_msg {
    text-align: left;
    /*float: left;*/
    display:none;  /* will be displayed after file selected */
}
.fst_red_question::before {
    color: red;
    margin: 0;
    font-size: 500%;
    content: "?";
    background: aliceblue;
    padding: 10px 10px;
}
.fst_red_x_icon::before, .fst_red_x_icon {
    color: red;
    margin: 0;
    font-size: 120%;
    content: "X";
    background: aliceblue;
    padding: 10px 10px;
	display:none !important;
}
.fst_pdf_icon::before, .fst_pdf_icon {
	color: green;
	margin: 0;
	font-size: 120%;
	content: " PDF ";
	background: #0f82e6;
	z-index: 10;
	display: block !important;
	width: 30px;
	height: 30px;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5p;
}
.fst_button {   /* submit button styling */
	}

.grecaptcha-badge { /*hides the recaptcha badge*/
 display: none;
}

.EVIL_SPAMMER{       /* for the evil spammer message div */
 color: #FFF;
 background-color: #F00;
 padding: 10px;
 border: thin solid #333;
 margin-left: 15px;
 margin-top:15px;
 margin-bottom:15px;
 text-align:center;
 }
.fst_thumbnail {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
/* For the reset and close buttons (version 15) */
.fst_close_button {
	background-color:cyan;
	color:black;
    border-radius: 8px;
	padding:7px;
	}

.fst_reset_button  {
	background-color:#FF0000;
	color:white;
    border-radius: 8px;
	padding:7px;
}

.fst_close_button:hover, .fst_reset_button:hover  {
	background-color:#FFFF00;
	color:black;
}




















* {
  box-sizing: border-box;
  }
  
  /* the input rules below should only apply to the fst_column_2 containers, so that other inputs on the page are not affected  (version 15) */
  .fst_column_2 > input[type=text],
  .fst_column_2 > select,
  .fst_column_2 > textarea
   {
  background-color:#FFFF9E;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: var(--fst-border-radius);
  resize: vertical;
  font-family: inherit;
   font-size: inherit;
   font-weight: inherit;
   }
  
  .fst_column_2 > label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  float:right;
  text-align:right;
  }
  .fst_column_2 > input[type=submit] {
      background-color: #4CAF50;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: var(--fst-border-radius);
      cursor: pointer;
      margin:15px auto;
      display:block;}
  
  .fst_column_2 > input[type=submit]:hover {
  background-color: #45a049;
  }
  
  /* add CSS for required input boxes if enabled (Version 11) */
      .fst_column_2 > input,
      .fst_column_2 > textarea {
      background-color:#FFFF9E;
      width:100%;
      float:left;
      padding:10px;
      border: solid 1px #C0C0C088;
      border-radius: var(--fst-border-radius);
        font-family: inherit;
        font-size: 125%;
       color:black;
      }
      /* read-onlyh fields get a green background */
      .fst_column_2 > input:read-only,
      .fst_column_2 > textarea:read-only {
        background-color:#C1F5C1;
        pointer-events: none;
      }
  
  
       .fst_column_2 > 	input:required,
       .fst_column_2 > textarea:required
        {
        border-color:#FF000088;
        border-width:1px;
        background-color:#FFE0E0;
         border-top-style:solid;
         border-right-style:solid;
         border-bottom-style:solid;
         border-left-style:solid;
         border-radius:var(--fst-border-radius);
         color:black;
        }

        /* Inactive input radius, border, backgroiund */
      .fst_column_2 > input:required:invalid,
      .fst_column_2 > textarea:required:invalid{
        border-color: #C1F5C155;
        border-width:1px;
        background-color:#FFFFC7;
         border-top-style:solid;
         border-right-style:solid;
         border-bottom-style:solid;
         border-left-style:solid;
         border-radius:var(--fst-border-radius);
         color:black;
      }
      .fst_column_2 > input:required:valid,
      .fst_column_2 > textarea:required:valid {
        border-color:#1AFF1A88;
        border-width:1px;
         background-color:#C1F5C1;
         border-top-style:solid;
         border-right-style:solid;
         border-bottom-style:solid;
         border-left-style:solid;
         border-radius:var(--fst-border-radius);
         color:black;
      }
      /* this needs to be here to override read-only pointer events so the button will work */
      .fst_column_2 > input[type=file]{
      pointer-events: auto ;
    }
  
  
  #submitbutton {
      margin-top:10px;
      background-color:#38f923;
      border-radius: var(--fst-button-radius);
    padding:7px;
    color:black;
  }
  #submitbutton:hover {
    background-color: #00E000;
    color:white;
  }
  
  .fst_container {
    border-radius:25px;
    background-color:white;
  }
  .fst_form {
      padding:5px 10px;
  }
  .fst_formtop_message {
    text-align: center
  }
  
  .fst_col_25 {
    float: left;
    width: 15%;
    margin-top: 6px;
  }
  
  .fst_col_75 {
      float: left;
      width: 85%;
      margin-top: 6px;
  }
  
  .fst_grid {
      display: grid;
    grid-template-columns:15% 70% 15%;
  }
  
  .fst_column_1 {
      grid-column: 1;
    padding:10px;
  }
  
  .fst_column_2 {
      grid-column: 2;
    padding:10px;
  }
  .fst_column_3 {
    grid-column: 3;
    padding: 10px;
    text-align: left;
  }
  /* Clear floats after the columns */
  .fst_row:after {
      content: "";
      display: table;
      clear: both;
  }
    .fst_column_2 > input[type=checkbox],
    .fst_column_2 > input[type=radio] {
      /* Reset to static positioning (ideally, remove the position: absolute; from Bootstrap) */
      position: static;
      align-self: center;
      /* Align in the case where flex doesn't apply (checkbox & radio addons, mostly) */
      vertical-align: middle;
      /* Setting width and height is optional; alignment works without. However, setting it allows for more predictable layouts. */
      float: left;
      margin-top: 12px;
      vertical-align: middle;
      margin-top: 0;
      float: none;
  }
  
  @media screen and (max-width: 500px) {
      .fst_container {
          padding:0;
      }
      .fst_grid {
         grid-template-columns: 1fr;
      }
      .fst_column_1, .fst_column_2, .fst_column_3 {
          grid-column:1 ;
      }
      .fst_column_1 {
          margin-top:10px;
          text-align:center;
          float:revert;
      font-weight:bold;
      border-top:solid black 1px;
      padding-top:4%;
      }
  
      .fst_column_3 {
          text-align:center;
          margin-bottom: 10px;
      }
      .fst_column_2 > label {
          float:left;
      }
     .fst_column_2 >  input[type="checkbox"],
     .fst_column_2 > input[type="radio"] {
        vertical-align: middle;
        margin-top: 0;
        display: inline;
        float: none;
      }
      label {       /* to remove float so text can center */
          float: left;
          float: revert;
      }
  }















  
	// for the close/hide form button, if enabled
	function fst_close_form() {
			document.getElementById("fst_container").style.display = "none";
		// if the redirect after close is set
				}

		</script>
		        <style>
        /* an example of overriding the class of the form-top-message; note that it is after the CSS function above
            note that this might screw up colors if you've enabled DARK MODE
        */
        .fst_container{
            max-width: 900px;
            margin: auto;
        }
        .fst_comment_box{
            margin: 0px;
            width: 100%;
        }
        .fst_formtop_message {
            font-size:130%;
        color:white;
        }
        /*  .fst_column_2 > input:read-only,
                .fst_column_2 > textarea:read-only {
            background-color: #98FB98;
        }
        */
        p.fst_formtop_message{
            font-size: 24px;
    margin-block-start: 0em;
    margin-block-end: 0em;
        }
        .fst_p{
            margin: 0px;
        }
        .fst_container {
            background: none;
            color: white;
        }
        .fst_column_1 {
            display: flex;
            align-items: center;
            color: white;
            font-weight: bold;
            font-size: 15px;
            margin-top: 0px;
            margin: 10px;
            height: 40px;
            align-items:center;
            justify-content:center;
        }
        .fst_column_1 label{
            display: flex;
            width: 50%;
            align-items:center;
            justify-content:center;
            height: 40px;
            margin: 10px;
        }
        .fst_column_2 > input:required:valid, .fst_column_2 > textarea:required:valid {
            border-color: #1AFF1A88;
            background-color: #C1F5C1;
            border-width: 1px;
            background: rgba(200,200,200,.25);
            backdrop-filter: blur(5px);
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            border-radius: var(--fst-border-radius);
            color: white;
        }
        /* Active input radius, border, etc */
        .fst_column_2 > input:required, .fst_column_2 > textarea:required, .fst_column_2 > input:focus:required, .fst_column_2 > input:focus-visible:required {
            border-color: #FF000088;
            border-width: 1px;
            background-color: #FFE0E0;
            background: rgba(200,200,200,.25);
            backdrop-filter: blur(5px);
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            border-left-style: solid;
            color: #FFFFFF88;
        }
        :focus-visible {
            outline: -webkit-focus-ring-color auto 0px;
        }
        
		.fst_column_2 > input,
		.fst_column_2 > textarea {
            color: #ffffff88;
		}


        /* input field background */
        .fst_column_2 > input:required:invalid, .fst_column_2 > textarea:required:invalid, .fst_column_2 > input:focus:invalid{
            background-color: rgba(200,200,200,.15) !important;
            backdrop-filter: blur(5px);
            color: #ffffff88;
        }
        .fst_column_2 > input:required::placeholder, .fst_column_2 > textarea:required::placeholder, .fst_column_2 > input:focus::placeholder{
            color: rgba(220, 220, 220, .35);
        }



        @media screen and (max-width: 500px){
            .fst_column_1 {
                border-top: none  !important;
                text-align: left;
                align-items:left;
                justify-content:left;
                padding-left: 15px;
            }
            .fst_column_1 label{
                text-align: left;
                align-items:left;
                justify-content:left;
            }
            .fst_column_1 {
                display: flex;
                align-items: center;
                color: white;
                font-weight: bold;
                font-size: 15px;
                margin-top: 0px;
                margin: 0px;
                margin-left: 12px;
                padding: 0px;
                height: 30px;
                align-items: bottom;
            }
            .fst_column_1 label{
                display: flex;
                width: 50%;
                align-items:bottom;
                justify-content:left;
                height: 30px;
                margin: 10px;
                margin-left: 5px;
                margin-bottom: 0px;
            }
        }

        span.fst_required_star{
            display: inline;
            width: 0px;
            overflow: visible;
            visibility: hidden;
        }
        span.fst_required_star:hover{
            color: red;
        }
        .fst_labelmsg_txt{
            display: inline;
        }
        .fst_labelmsg_txt:hover + span.fst_required_star{
            visibility: visible;
            color: red;
        }



        #submitbutton {
            margin-top: 10px;
            background-color: #fff;
            border-radius: var(--fst-button-radius);
            border-width: 1px;
            padding: 7px;
            color: black;
            cursor: pointer;
        }

        #submitbutton:disabled, 
        #submitbutton[disabled],
        #submitbutton[disabled]:hover {
            color: rgba(140,140,140,.6);
            background-color: rgba(200,200,200,.4);
            backdrop-filter: blur(5px);
            cursor: not-allowed;
        }

        .fst_column_2 > input[type=submit] {
            background-color: #ccc;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: var(--fst-button-radius);
            cursor: pointer;
            margin:15px auto;
            display:block;}

        .fst_column_2 > input[type=submit]:hover {
            background-color: #ccc;
        }









        .fst_formtop_message{
          visibility: hidden;
        }

        .fst_column_2 input:focus, .fst_column_2 input:focus-visible {
            border-width: 1px !important;

        }