

/* ***** ----------------- GovStyle Form ----------------- ***** */

/* ---- 05/10/621 ---- */


#app.GovStyle .mainheader.tint3 {
  max-width: none;
}



#app.GovStyle .s4s-pathway-header-container {
  text-align: center !important;
}


#app.GovStyle .s4s-pathway-header-container h1, #app.GovStyle .s4s-pathway-header-container h2 {
  margin-left: 0px !important;
  margin-right: 0 !important;
}



#app.GovStyle .formContainer .section .pad20 {
  border: 0px solid #939ba0;
}

/* ------ Font ------ */


#app.GovStyle ul,
#app.GovStyle h1,
#app.GovStyle h2,
#app.GovStyle span, #app.GovStyle label {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

	#app.GovStyle .custom-question h2, #app.GovStyle select, #app.GovStyle .custom-question p, #app.GovStyle .your-answers.border .custom-question span {
    font-size: 20px;
  }


#app.GovStyle label {
  font-size: 18px;
  font-weight: normal;
}


#app.GovStyle .tint3 {
  background: transparent;
}

#app.GovStyle .mainheader.tint3 {
  border: 0px transparent solid;
}


  /*----- Progress Bar ----*/

  #app.GovStyle .navigation-bar__progress-bar {
    background: #00155a;
}


#app.GovStyle .navigation-bar__item__inner-progress {
    border: 5px solid #00155a;
    filter: none;
}

#app.GovStyle .navigation-bar__progress-container {
    top: 20px;
}

#app.GovStyle .navigation-bar__item_active .navigation-bar__item__icon-holder i {
    background-color: inherit;
    background: inherit;
    color: #ffffff;
}

#app.GovStyle .navigation-bar__item__icon-holder i {
    border: 0px solid;
    color: #00155a;
    font-size: 34px;
    border-radius: 0px;
    background: transparent;
    height: 60px;
    width: 50px;
}

#app.GovStyle .navigation-bar__progress-line {
    background-color: #00155a;
    border-radius: 0px;
    border: none;
}


#app.GovStyle.navigation-bar__item__inner-progress_p100:before {
    content: none;
}



#app.GovStyle .navigation-bar__item__inner-progress.navigation-bar__item__inner-progress_p100 {
    background-color: #AF39BF;
}

.navigation-bar__item__inner-progress_p33:before, .navigation-bar__item__inner-progress_p67:before, .navigation-bar__item__inner-progress_p50:before, .navigation-bar__item__inner-progress_p100:before { 
  filter: hue-rotate(175deg);
}


/* Input text field */

#app.GovStyle input[type=text],
#app.GovStyle input[type=email],
#app.GovStyle input[type=tel],
#app.GovStyle input[type=password],
#app.GovStyle input[type=number],
#app.GovStyle input[type=date],
#app.GovStyle textarea,
#app.GovStyle select {
  border: .25px solid #404040;
  padding: 3px;
  border-radius: 0px;
  width: 100% !important;
  max-width: 450px;
}



/* -- Validation error message-box  --  */

#app.GovStyle .red {
  font-size: 28px;
  color: red;
}

  #app.GovStyle .field-validation-error {
      color: #000;
      background: white;
      border: 2px solid #ae1100;
      border-radius: 0px;
      width: 28%;
      font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
      box-shadow: 0px 4px 5px 0px #cfcfcf;
      font-weight: bold;
      margin-top: 15px;
}


  #app.GovStyle .input-validation-error {
      border: 0px dashed #f19191;
      background-color: #ffffff;
  }

 .GovStyle i.fas.fa-exclamation-triangle {
      color: #ae1100;
      padding-right: 10px;
  }

  #app.GovStyle .custom-form-checkbox {
      width: 100%;
  }

/* Address Lookup */

.pcg-page-wrapper button:not(:disabled),
.pcg-page-wrapper [type="button"]:not(:disabled),
.pcg-page-wrapper [type="reset"]:not(:disabled),
.pcg-page-wrapper [type="submit"]:not(:disabled) {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #404040;
  margin: 1px;
}

/* -------- Lines --------- */

#app.GovStyle .custom-question {
  border-bottom: 0px dotted #dddddd;
  padding-bottom: 1em;
}


.pre-assessment-content li {
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: 0px dotted #ccc;
}


/* radios and checkbox styling */

#app.GovStyle [type="radio"]:checked+label:before,
#app.GovStyle [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a0a0a0;
  border-radius: 100%;
  background: #fff;
}

#app.GovStyle [type="radio"]:checked+label:before {
  border: 1px solid #a0a0a0;
}

#app.GovStyle [type="radio"]:checked+label:after,
#app.GovStyle [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 8px;
  height: 8px;
  background: black;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#app.GovStyle [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#app.GovStyle [type="checkbox"]:checked+label:before,
#app.GovStyle [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  background: #fff;
}


#app.GovStyle [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  ;
  border-radius: 0;
  background: #fff;
}




#app.GovStyle [type="checkbox"]:checked+label:after,
#app.GovStyle [type="checkbox"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #127c85;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#app.GovStyle [type="checkbox"]:checked+label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  background: #338800;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #338800, 4px 0 0 #338800, 4px -2px 0 #338800, 4px -4px 0 #338800, 4px -6px 0 #338800, 4px -8px 0 #338800;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#app.GovStyle [type="checkbox"]:checked+label:before {
  background: #ffffff;
}


#app.GovStyle [type="radio"]:checked,
#app.GovStyle [type="radio"]:not(:checked),
#app.GovStyle [type="checkbox"]:checked,
#app.GovStyle [type="checkbox"]:not(:checked),
#app.GovStyle [type="radio"]:checked,
#app.GovStyle [type="radio"]:not(:checked),
#app.GovStyle [type="checkbox"]:checked,
#app.GovStyle [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

#app.GovStyle [type="radio"]:checked+label,
#app.GovStyle [type="radio"]:not(:checked)+label,
#app.GovStyle [type="checkbox"]:checked+label,
#app.GovStyle [type="checkbox"]:not(:checked)+label,
#app.GovStyle [type="radio"]:checked+label,
#app.GovStyle [type="radio"]:not(:checked)+label,
#app.GovStyle [type="checkbox"]:checked+label,
#app.GovStyle [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #484848;
}


#app.GovStyle [type="radio"]:not(:checked)+label:after,
#app.GovStyle [type="checkbox"]:not(:checked)+label:after,
#app.GovStyle [type="radio"]:not(:checked)+label:after,
#app.GovStyle [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}



#app.GovStyle .form-radio__option {
  border: none;
}


/* ------ File uploader ------ */

#app.GovStyle .question-type-file.one-col-form-result label {
  font-size: 30px;
  margin: 0px;
  padding: 15px 0;
  line-height: normal;
  color: #333333;
  border: 0;
}

#app.GovStyle .question-type-file .form-file-upload__dropzone {
  border: 4px dashed #00155a;
  padding: 30px;
}

#app.GovStyle button.form-file-upload__content__browse-btn {
  color: white;
  text-shadow: none !important;
  background-color: #1a3ba6;
  border: 2px solid #000720;
  padding: 15px 30px;
  font-size: 16px;
}



#app.GovStyle legend {
  border: none;
  margin: 0px;
  padding-top: 5rem;
  padding-bottom: 10px;
  font-size: 30px;
}

/* ------ TABLE ------ */

#app.GovStyle section.form-main table {
  width: 100%;
  padding: 0;
  margin: 0 0 2rem 0;
  table-layout: auto;
}


#app.GovStyle tbody tr td:nth-child(1) {
  width: 12%;
}

#app.GovStyle table.grid tbody tr:hover {
  background: #eaeaea;
}

#app.GovStyle table thead tr th {
  background-color: #00155a !important;
  padding: 15px 10px;
  vertical-align: middle;
  border: 2px solid black;
  font-weight: 600;
  color: white;
}


#app.GovStyle section.form-main table tr {
  vertical-align: top;
  box-shadow: none;
}

#app.GovStyle tbody tr:nth-child(n+2) {
  border-top: .25px solid #c5c5c5;
}

#app.GovStyle tbody tr td {
  padding-top: 10px;
  border: none;
}


#app.GovStyle table legend {
  display: none;
}

#app.GovStyle table label {
  font-weight: normal;
  font-weight: 400;
}

#app.GovStyle table td label {
  font-size: 16px;
  color: black !important;
}

#app.GovStyle table select option {
  font-size: 16px;
}

#app.GovStyle table input[type="text"], #app.GovStyle table textarea {
  max-width: 85% !important;
  min-width: 95% !important;
  }

  #app.GovStyle select {
    margin: 0 10px;
}

/* -- TABLE buttons -- */


   #app.GovStyle table.grid tbody td:first-child {
      box-shadow: none;
  }

    #app.GovStyle tr.FileContainer {
      border-bottom: 0px solid #e2e2e2;
  }

  #app.GovStyle button.forms-add-button {
    margin: 0 10px 0 20px;
}

  #app.GovStyle button.forms-add-button, #app.GovStyle button.forms-remove-button {
   
    border-radius: 0px;
    background-color: #efefef;
    border: 1px solid;
    box-shadow: none;
    text-shadow: none;
}


/* ------ Date picker ------ */

a.ui-datepicker-next.ui-corner-all span.ui-icon.ui-icon-circle-triangle-e, a.ui-datepicker-prev.ui-corner-all span.ui-icon.ui-icon-circle-triangle-w  {
  background-image: url(/s4s/Themes/Default/css/jquery-ui/images/ui-icons_222222_256x240.png) !important;
}



/* --- Next / Prev BUTTONS --- */


button.blockBtns.small {
  text-shadow: 0px 0px 0px #ab5017;
}


#app.GovStyle button.blockBtns.small.alt.green {
     color: #fff;
  text-shadow: none !important;
  background-color: #00155a !important;
  border-color: #00155a;
  padding: 10px 15px;
  margin: 0 10px;
}


#app.GovStyle .blockBtns {

background-color: #880088 !important; 

} 


#app.GovStyle button.blockBtns.small.alt {
  color: #fff;
  background-color: #121212;
       border-color: #880088;
  text-shadow: none !important;
  padding: 10px 15px;

}


i.fas.fa-chevron-right,
i.fas.fa-chevron-left {
  color: #ffbb00;
  font-size: 100%;
  padding-right: 5px;
}

/* --- Characters Countdown --- */

#app.GovStyle span.characters-countdown-input_label {
  position: relative;
  left: auto;
  top: auto;
  font-size: 14px;
  width: auto;
  text-align: right;
  word-break: break-word;
}



/* -------------- GovStyle accessibility Option ------------------- */
/* -------------- GovStyle accessibility Option ------------------- */
/* -------------- GovStyle accessibility Option ------------------- */


#app.GovStyle .form-main__questions-container, #app.GovStyle, #app.GovStyle .form-navigation-btns__container {
  padding: 40px;
}


#app.GovStyle section.form-app .form-validation-summary, #app.GovStyle section.form-main .forms-feedback {
    background-color: #FFF283;
    border: 1px solid #ffd583;
    padding: 1rem;
    color: #000;
    background: white;
    border: 2px solid #ae1100;
    border-radius: 0px;
    width: 28%;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    box-shadow: 0px 4px 5px 0px #cfcfcf;
    font-weight: bold;
    margin-top: 15px;
}

/* -- Title header --*/ 

#app.GovStyle .form-app .form-header h1.form-header__title {
  text-align: center;
  margin-left: 0px;
  margin: 0;
  display: inherit;
  font-size: 4.285rem;
}

#app.GovStyle h2.form-header__description {
  font-size: 2.2rem;
  font-family: 'PT Sans';
  color: #666666;
  text-align: center;
}


/* -- Table --*/ 

#app.GovStyle .formContainer .gridHeader.admin th {
  background-color: #00155a !important;
  font-size: 16px;
  padding: 15px 10px;
  vertical-align: middle;
  border: 2px solid black;
  font-weight: 600;
}


/* -- Text / Input --*/ /*
#app.GovStyle textarea {
  width: 85%;
  margin-right: 20%;
}


/* -- Nav buttons --*/ 

#app.GovStyle .form-navigation-btns__container {
    float: left;
    width: 100%;
    margin-top: 45px;
}

#app.GovStyle button.form-navigation-btns__btn_next {
    color: #fff;
    text-shadow: none !important;
    background-color: #00155a !important;
    border: 1px solid black;
    padding: 10px 15px;
    margin: 0 10px;
	border-radius: 0px;
}


#app.GovStyle button.form-navigation-btns__btn_previous {
  color: black;
  text-shadow: none !important;
  background-color: #efefef !important;
  border: 1px solid black;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 0px;
}

#app.GovStyle button.form-navigation-btns__btn_save {
  color: #fff;
  text-shadow: none !important;
  background-color: #880088 !important;
  border-color: #880088;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 0px;
}

#app.GovStyle button.form-navigation-btns__btn_finish {
  color: white;
  text-shadow: none !important;
  background-color: #ae0000 !important;
  border: 1px solid black;
  padding: 10px 15px;
  margin: 0 10px;
  border-radius: 0px;
}








  /* --------------------------- MOBILE RESPONSE  ---------------------------  */
  /* --------------------------- MOBILE RESPONSE  ---------------------------  */
  /* --------------------------- MOBILE RESPONSE  ---------------------------  */



  @media handheld, screen and (max-width: 949px) and (min-width: 320px) {

    #app.GovStyle .pad20 { 
      padding: 10px; margin: 0 20px;
     }



#app.GovStyle textarea, #app.GovStyle input[type=text] {
min-width: 97% !important;
}

/* -- RADIO BUTTONS  ---  */
#app.GovStyle .pre-assessment-content li {
line-height: 4 !important;
}


/* -- NEXT PREV BUTTONS  --  */

#app.GovStyle .answer-btns.section.rhs { width: 100%;    text-align: center;}

#app.GovStyle  button.blockBtns.small.alt.green { width: 70%;}





/* -- validation Error  --  */
#app.GovStyle .field-validation-error {  width: 90%; text-align: center !important;     border: 2px solid #ae1100;   margin-top: 0px;

}

#app.GovStyle .field-validation-error span { font-size: 12px; }


/* -- TABLE  -- */


#app.GovStyle .question-type-table h2.fill-form-question-label {
background-color: #a90e27;
font-size: 20px;
padding: 15px 10px;
vertical-align: middle;
border-bottom: 2px solid black;
color: white;
}


#app.GovStyle .question-type-table {
border: 2px solid black;
}


#app.GovStyle a.cursor-pointer img {
width: 60%;
margin-bottom: 5%;
}


#app.GovStyle a.cursor-pointer {
display: inline-block !important;
width: 20%;
}

#app.GovStyle table.grid tbody td {
border-bottom: 0px solid #adadad;
}

#app.GovStyle table.grid tbody td {
border-right: 0px solid #ecebeb;
}


/*
#app.GovStyle .question-type-table .pre-assessment-content {
border-bottom: 4px solid #8c8c8c;
}
*/


#app.GovStyle tr.FileContainer {
border-bottom: 2px dashed #777777;
}


}




/* ------------------------------------------------- */

/*
#app.GovStyle label {
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  margin: 2rem 0 0rem 0;
  line-height: 2;
}


#app.GovStyle .question-type-radio .form-radio__option {
  display: inline-block;
  width: 70%;
  margin: 0.5rem 1rem;
}

*/
