/* begin client create account/edit profile form */
.pcs-form-fields-grp { 
  display: block; 
  width: 50%;
  float: left;
  margin-bottom: 15px;
}


#client-profile-form label.standard-pcs-client-label {
  display: block; 
}

#pcs-client-form-errors, #pcs-client-form-errors-bottom {
  color: red;
}

#PCS_State_Container, #PCS_Zipcode_Container {
  float: left;
}

#PCS_State_Container {
  width: 60px;
}

#PCS_Zipcode_Container {
  width: 100px;
}

#PCS_Password_Label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

#PCS_Password_Label, #PCS_SN_Label, #PCS_SpecialNeeds_Label, #PCS_SpecialNeeds, #client-admin-fields-only2 {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

#PCS_SpecialNeeds_Label {
  font-weight: bold;
}

/*
#PCS_PayPalEmail {
  width: 300px;
}
* */

#user_pass, #PCS_SpecialNeeds_Container, #PCS_AdminNotes_Label, #PCS_AdminNotes {
  width: 100%;
}

.pcs-clearer {
  clear: both;
}
/* end client create account/edit profile form */


/* begin sitter create account/edit profile form */
#pcs-sitter-profile-sections li {
  display: inline;
  text-decoration: none;
}
#pcs-sitter-profile-sections li a {  
  padding-left: 10px;
  padding-right: 10px;
}
#pcs-sitter-profile-sections li::after {
  content: "|";
}
#pcs-sitter-profile-sections li:last-child::after {
  content: '';
}

#sitter-admin-fields-only1 {
  display: none;
}
/* end sitter create account/edit profile form */


form input[type=submit] {
  background-color: #bc5393; 
}


/* begin mobile styles */
@media only screen and (max-width: 900px) {
  .pcs-form-fields-grp {
    width: 100%;
  }
}

/* end mobile styles */