
/* The following @import line is likely not necessary if the form is hosted on the same server as jalexandersholdings */
@import url("http://jalexandersholdings.com/wp/site/web/themes/Jalex/css/styles.css");

/* Import Font awesome icon set */
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

#ctl00_PageContent_MemberProfileControl_CustomField_Zip_0_wrapper{
  width: auto !important;
}



div#shadow-underlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  min-width: 100vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.5);
  z-index: 100;
}

div#form-wrapper {
  position: relative;
  z-index: 110;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

div#form-wrapper > div {
  position: relative;
  max-width: 825px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 30px 60px;

}

div#form-wrapper .content h2 {
  text-align: center;
  display: block;
  color: #666666;
  font-size: 3rem;
  line-height: 1.25;
  margin: 20px 0 30px 0;
  font-weight: 400;
  text-transform: none;
  font-variant: normal;
}

div#form-wrapper fieldset {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}

div#form-wrapper fieldset > div {
  width: 47%;
  float: left;
  margin: 0 0 0 5%;
}

div#form-wrapper fieldset > div.full {
  width: 100%;
  margin: 0;
}

div#form-wrapper fieldset > div.center {
  text-align: center;
}

div#form-wrapper fieldset > div:first-child {
  margin-left: 0;
}

div#form-wrapper label {
  display: inline-block;
  margin: 20px 0 3px 0;
  font-size: 90%;
}


div#form-wrapper input[type='text'] {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  width: 100%;
  height: 32px;
  font-size: 1rem;
}
.StoresDropDown {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 5px 0px;
  margin: 0 0 5px 0;
  width: 100%;
  height: 32px;
  font-size: 1rem;
}
.StoreLabelRow {
  display:none
}

.FieldsCell1 {
  padding: 0;
  vertical-align: middle !important;
}

div#form-wrapper input[type='submit'] {
  border: 1px solid #870427;
  color: #870427;
  background-color: #ffffff;
  cursor: pointer;
  margin: 25px auto 15px auto;
  padding: 8px 40px;
  height: 36px;
  font-size: inherit;
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
}

div#form-wrapper input[type='submit']:hover {
  background-color: #870427;
  color: #ffffff;
}

div#form-wrapper fieldset > div.select-wrapper label {
  opacity: 0;
}

div#form-wrapper fieldset select  {
  display: block;
  border: 1px solid #333;
  color: #333;
  padding: 5px 10px 4px 10px; /* Firefox */
  height: 32px;
  margin: 0 0 5px 0;
  width: 100%;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1e2e4+0,cacbcd+46,cbccce+49,b9bdbe+50,d1d2d4+100 */
  background: rgb(225,226,228); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(225,226,228,1) 0%, rgba(202,203,205,1) 46%, rgba(203,204,206,1) 49.9%, rgba(185,189,190,1) 50%, rgba(209,210,212,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(225,226,228,1) 0%,rgba(202,203,205,1) 46%,rgba(203,204,206,1) 49.9%,rgba(185,189,190,1) 50%,rgba(209,210,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(225,226,228,1) 0%,rgba(202,203,205,1) 46%,rgba(203,204,206,1) 49.9%,rgba(185,189,190,1) 50%,rgba(209,210,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2e4', endColorstr='#d1d2d4',GradientType=0 ); /* IE6-9 */
}

span.FieldsRequiredIndicator {
  color: #870427;
}

div#form-wrapper p.privacy {
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 73%;
  font-style: italic;
  color: #666;
}

div#form-wrapper p.privacy a:link,
div#form-wrapper p.privacy a:visited {
  color: #870427;
  text-decoration: none;
}

div#form-wrapper p.privacy a:hover {
  text-decoration: underline;
}

div#form-wrapper span.errortext {
  background-color: transparent !important;
/*  color: #fff;  */
  padding-left: 13px !important;
  margin: 0 !important;
}

a.icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  text-decoration: none;
  color: #666666;
}

a.cancel {
  text-decoration: underline;
  font-size: 90%;
  display: inline-block;
  color: #870427;
}
.StoreTable {
  margin: 0;
}

th, td, caption {

    padding: 0px !important;

}
@media only screen and (max-width: 825px){
  .FieldsRow {
  width: 100%  !important;


}
     input, select {

    max-width: 100%;
}
.StoreTable {
  margin: 0 auto;
  display:inline
}

}


@media screen and (max-width:668px){


  div#form-wrapper > div {
    padding: 30px;
  }

  div#form-wrapper .content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  div#form-wrapper fieldset > div {
    width: 100%;
    float: none;
    margin: 0;
  }

  div#form-wrapper input[type="submit"] {
    margin-top: 30px;
  }

}
