/*clear with 
https://sonoma.test.planetecosystems.com/generate-styles/clearcss?styles%5B0%5D=%2Fcss%2Fviews3.0%2Fmyplan%2Fhelp.css&styles%5B1%5D=%2Fcss%2Fviews3.0%2Fmobile%2Fmyplan-help-mobile.css&opCoId=0
 */
/* 

Generated on Sat, 02 Aug 2025 06:27:15 -0500

- /css/views3.0/myplan/help.css
- /css/views3.0/mobile/myplan-help-mobile.css

*/

#topSection{
	padding: 15px 0 15px 27px;
}

#help-text-block {
	padding-right: 150px;
}

#form-element-message {
	padding-top: 25px;
	padding-left: 130px;
}

#message {
	border: 2px solid lightgray;
    border-radius: 7px;
    padding: 10px;
    width: 80%;
}

#form-element-preferred_contact_method {
	padding-top: 15px;
}

#preferred_contact_method {
	float: left;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 13px;
  border: 2px solid lightgray;
  border-radius: 3px;
}

#phonenumber {
	border: 2px solid lightgray;
    border-radius: 3px;
    color: #b1afae;
    font-size: 14px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 14px;
}

#fieldset-submit_cancel {
	float: right;
    /*margin-right: 130px;*/
    margin-top: 15px;
}

#form-element-submit {
	margin-right: 5px;
}

#form-element-cansel {
	
}

#form-element-submit input {
	background-color: #69b7c2;
    border: 0 none;
    border-radius: 3px;
    color: white;
    height: 37px;
    padding: 7px 0;
    width: 200px;
    cursor: pointer;
}

#form-element-cancel #cancel {
	background-color: #b0afae;
    border: 0 none;
    border-radius: 3px;
    color: white;
    height: 37px;
    padding: 7px 0;
    width: 200px;
    cursor: pointer;
}

form.for-valid input.error {
  border: 2px solid red!important;
}

#contact .form-element.text {
  float: none;
  clear: left;
}

#form-contact input[type=text] {
  border: 2px solid lightgray;
  border-radius: 3px;
  color: #b1afae;
  font-size: 14px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 14px;
  width: 170px;
}

.form-element.select .form-element-label,
.form-element.text .form-element-label {
  width: 215px;
}
#form-element-phonenumber input:first-child{
    margin-top: 33px;
}
#form-element-preferred_contact_method{
    width: 245px;
}
#topSection #form-contact .hint{
    display: none;
}
form.for-valid .error.err-message {
    display: none;
}
form.for-valid .required-field.error + .error.err-message {
    display: block;
}@media screen and (max-width: 767px) {
    #topSection {
        padding: 10px;
    }
    #form-element-message {
        padding: 0;
    }
    .buffered {
        padding: 0;
    }
    #message {
        width: 100%;
        box-sizing: border-box;
    }
    .form-element{
        width: 100% !important;
        box-sizing: border-box;
        float: none !important;
        padding-top: 15px !important;
    }
    #form-contact input[type="text"]{
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        height: 40px;
        float: none;
    }
    #form-contact select{
        float: none !important;
    }
    #form-element-preferred_contact_method select{
        margin-left: 0;
    }
    #form-element-phonenumber label {
        width: 100%;
        margin-right: 0;
    }
    #contact #fieldset-submit_cancel {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        float: none;
        padding: 0;
    }
    .form-element.select .form-element-label, .form-element.text .form-element-label {
        width: auto;
        display: block;
        float: none;
    }
    #fieldset-submit_cancel > div{
        width: 50% !important;
        float: left !important;
        margin: 0;
        box-sizing: border-box;
    }
    #form-element-submit{
        padding-right: 2px;
    }
    #form-element-cancel{
        padding-left: 2px;
    }
    #fieldset-submit_cancel #contact_submit,
    #fieldset-submit_cancel #cancel{
        float: none;
        width: 100% !important;
        margin: 0;
        -webkit-appearance: none;
    }
    #form-element-captcha pre{
        transform: scale(0.9);
        margin-left: -20px;
    }

}