@import "main.css";
@import "custom.css";

.gold-buttons {
    position: relative;
    top: 0px !important;
}


.web-form-wrapper {
     position: relative;
     top: -57px;
}



@media screen and (max-width: 767px) {

    .web-form-wrapper {
        position: relative;
        top: 120px;
    }

}



.webform {
  width: 100%;
  padding: 30px;
  margin: auto;
  position: relative;
  /*background-color: #eeeeee;*/
  background-color: #f6f8fa;
  margin-top: 25px;
  margin-bottom: 25px;
  box-shadow: var(--boxShadow);
}

/*
.webform div {
  margin-top: 10px;
}
*/


.webform .col, .webform .checkbox-div, .webform .inner-fields, .webform .inner-fields-required, .webform .upload-field {
  margin-top: 10px;
}


.webform .col, .webform [class^=col-] {
  margin-top: 10px;
}



.webform label {
    font-weight: bold;
}

.checkbox,
.radio {
  width: 20px !important;
  height: 20px !important;
}


.form-check label {
    position: relative;
    top: 3px !important;
}

.webform legend {
    font-size: 16px;
    font-weight: bold;
}


/*raul - issue fix for on-off switch inspired by https://stackoverflow.com/questions/2481414/how-do-i-select-a-div-with-class-a-but-not-with-class-b*/
.form-check-input:not(.blinn-on-off) {
  width: 20px !important;
  height: 20px !important;
}



.form-switch .form-check-input {
    width: 2.3em !important;
    height: 1.3em !important;
}


.form-switch label {
    font-size: 18px !important;
    padding-left: 3px;
}

/*for the label, also try is-reprint*/


#zip, .zip {
    width: 130px !important;
}

.submit {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}

.submit:hover {
  border-color: var(--secondaryColor);
  color: #ffffff !important;
  background-color: var(--secondaryColor);
}

.time {
    width: 130px !important;
}

.years {
    width: 70px !important;
}

.approximate-number {
    width: 70px !important;
}



.gpa {
    width: 120px !important;
}


.blinn-email-erro {
    display: none; /*raul - 02-17-2022 - works in conjuction with form.js*/
}


/*number sizes*/
.four-numbers {
    width: 100px !important;
}

#general-error {
    display: none;
    font-weight: bold;
}




/*this only activates when forms are submitted*/
/*custom overlay - raul - 04-30-2022 */
.overlay-all-non-exitable {
  position: fixed;
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}


.overlay-all-non-exitable .alert-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/*
.overlay-all-non-exitable p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #002d72;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  
}
*/


/*progress bar counter*/
.progressbar-counter {
  position: relative;
  margin: 7px 0;
  height: 25px !important;
}


.famad-counter-text {
  font-size: 15px;
  text-align: middle;
  margin-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
/*progress bar counter*/


 form hr {
	 background-color: #eeeeee !important;
}



 .verify-email {
	 display: none;
}