﻿.focus {
    box-shadow: 0 0 0 .25rem rgba(30,144,255,.25);
}

.dropDownWrapperCity::after {
    content: "d";
    display: block;
    font-family: "alz-icon";
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
    font-size: 20px;
    font-size: 1.25rem;
}

.dropDownWrapper {
    position: relative;
    border-radius: 6px;
    border: none !important;
    margin: 0 !important;
    padding: 0;
}

.dropDownWrapper select {
    font-weight: 400 !important;
}

@media (min-width: 320px) and (max-width: 450px) {
    .dropDownWrapper {
        width: 100% !important;
    }
	
	.dropDownWrapperCity::after {
        top: 65%;
        right: 2%;
    }
}

@media (min-width: 451px) and (max-width: 950px) {
    .dropDownWrapper {
        width: 63% !important;
    }
	
	.dropDownWrapperCity::after {
        top: 50%;
        right: 26%;
    }
}

@media (min-width: 951px) {
    .dropDownWrapper {
        width: 63% !important;
    }
	
	.dropDownWrapperCity::after {
        top: 50%;
        right: 31%;
    }
}

@media (min-width: 451px) and (max-width: 950px) {
	#div-form, #div-confirm, #div-error {
		font-size: 1.125rem;
	}
}

@media (min-width: 951px) {
		#div-form, #div-confirm, #div-error {
		font-size: 1.375rem;
	}
}

#div-form input[type=text], #div-form select, #div-form textarea {
    display: block;
    width: 100%;
	max-width: 410px;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #58595b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #808285;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#div-form .form-group {
    margin-bottom: 2rem;
}

#div-form .btn, .btn-primary { 
	color:#fff;
	background:#4a0d66 !important;
	border-color:#35054b !important;
	box-shadow: 0 7px #35054b !important;
}

#div-form .btn:hover, .btn-primary:hover {
	color:#fff;
	background:#4a0d66 !important;
	border-color:#35054b !important;
	box-shadow: 0 7px #35054b !important;
}

#div-form a {
	text-decoration: underline !important;
}

@media (min-width: 951px) {
	#div-form {
		margin-left: 15%;
		margin-right: 15%;
	}
	
	#div-confirm, #div-error {
		text-align: center;
	}
}

.hide {
  display: none;
}

.customError {
  color: #FF0000;
}

@media (min-width: 451px) and (max-width: 950px) {
.customError{
  margin-left: 25%
}
}

@media (min-width: 951px) {
.customError{
  margin-left: 25%
}
}

.mainError {
  color: #FF0000;
}

@media (min-width: 320px) and (max-width: 450px) {
.FormButton {
  width: 75% !important;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.FormButton {
  width: 15% !important;
  margin-left: 205px !important;
}
}

@media (min-width: 951px) {
.FormButton {
  width: 15% !important;
  margin-left: 205px !important;
}
}

.checkbox input {     
  max-width: 15px !important;
  margin-right: 10px;
  display: inline-block !important; 
}

.ExplanationText {
  font-size: medium !important;
  font-style: italic !important;
  margin-bottom: 20px !important;
}

.phoneNumberType.ExplanationText {
	margin-top: 20px !important;
}

@media (min-width: 320px) and (max-width: 450px) {
.ExplanationText {
  width: 100%;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.ExplanationText {
  width: 71%;
}
}

@media (min-width: 951px) {
.ExplanationText {
  width: 71%;
}
}

.characterCounter {
  font-size: medium !important;
  font-style: italic !important;
}

@media (min-width: 320px) and (max-width: 450px) {
.characterCounter {
}
}

@media (min-width: 451px) and (max-width: 950px) {
.characterCounter {
  margin-left: 25% !important;
}
}

@media (min-width: 951px) {
.characterCounter {
  margin-left: 25% !important;
}
}

@media (min-width: 320px) and (max-width: 450px) {
 .areaCode.inlineBlock {
  display: inline-block;
  width: 20%;
 }

 .phoneNumber.inlineBlock {
  display: inline-block;
  width: 75%;
 }
}

@media (min-width: 451px) and (max-width: 950px) {
 .areaCode.inlineBlock {
  display: inline-block;
  width: 14%;
 }

 .phoneNumber.inlineBlock {
  display: inline-block;
  width: 56%;
 }
}

@media (min-width: 951px) {
 .areaCode.inlineBlock {
  display: inline-block;
  width: 9%;
 }

 .phoneNumber.inlineBlock {
  display: inline-block;
  width: 34%;
 }
}

.phoneNumberValidation.inlineBlock {
 display: inline-block;
}

@media (min-width: 320px) and (max-width: 450px) {
.EditingFormLabel {
  width: 100%;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.EditingFormLabel {
  float: left;
  width: 25%;
}
}

@media (min-width: 951px) {
.EditingFormLabel {
  float: left;
  width: 25%;
}
}

@media (min-width: 320px) and (max-width: 450px) {
.EditingFormControlNestedControl {
  width: 100%;
  display: block !important;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.EditingFormControlNestedControl {
  width: 71%;
  display: inline-block !important;
}
}

@media (min-width: 951px) {
.EditingFormControlNestedControl {
  width: 71%;
  display: inline-block !important;
}
}

.dropdown {
  position: relative;
}

.dropdown > * {
  box-sizing: border-box;
}

.dropdown input {
  position: absolute;
  height: 65%;
  border: transparent !important;
  left: 2px;
  padding: .65rem .75rem !important;
  box-shadow: unset !important;
}

@media (min-width: 320px) and (max-width: 450px) {
.dropdown input {
  width: 70% !important;
  top: 65px;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.dropdown input {
  width: 60% !important;
  top: 40px;
}
}

@media (min-width: 951px) {
.dropdown input {
  width: 60% !important;
  top: 40px;
}
}

@media (min-width: 320px) and (max-width: 450px) {
.dropdown .city {
  width: 100%;
  display: block !important;
}
}

@media (min-width: 451px) and (max-width: 950px) {
.dropdown .city {
  width: 71%;
  display: inline-block !important;
}
}

@media (min-width: 951px) {
.dropdown .city {
  width: 71%;
  display: inline-block !important;
}
}

.dropdown .city .EditingFormControlNestedControl:first-child {
  position: absolute;
  top: -30px;
}

.checkbox .EditingFormControlNestedControl {
  width: 100%;
}

.required {
  color: #FF0000;
}

.zip input {
 max-width: 300px !important;
}