#ProfileFormView {
  margin: 0 -15px;
}
#ProfileFormView .crmEntityFormView fieldset {
  margin-bottom: 0;
}

#ProfileFormView {
  /* margin:0 -15px; */
}

#ProfileFormView .crmEntityFormView fieldset {
  margin-bottom: 0;
}

.form-control[disabled]:not(textarea),
.form-control[readonly]:not(textarea) {
  overflow: hidden;
}

.form-control[readonly] a {
  color: #333;
}

.form-control,
output {
  color: #333;
}

form#content_form[action*="/profile/"] .col-lg-4 {
  order: 1;
}

form#content_form[action*="/profile/"] .col-lg-8 {
  order: 0;
}

form#content_form[action*="/profile/"]
  #ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton {
  margin-top: 0;
  margin-bottom: 20px;
}

fieldset[aria-label="Contact preferences"] legend {
  margin-bottom: 20px !important;
  padding: 0 15px;
}

table[data-name="Homeaddress_section"] textarea[readonly] {
  background: transparent;
  cursor: pointer;
}

@media (max-width: 992px) {
  .panel-default {
    padding: 20px;
  }

  .weblinks.list-group {
    padding: 20px;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  form#content_form[action*="/profile/"] .col-lg-4 {
    width: 33.3333336%;
    order: 1;
  }

  form#content_form[action*="/profile/"] .col-lg-8 {
    width: 66.666663%;
    order: 0;
  }
}

@media (min-width: 320px) {
  form#content_form[action*="/profile/"] .crmEntityFormView .cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  form#content_form[action*="/profile/"] .col-lg-8 {
    width: 100%;
    order: 0;
  }

  form#content_form[action*="/profile/"] .col-lg-4 {
    width: 100%;
    order: 1;
  }

  form#content_form[action*="/profile/"]
    table[data-name="Homeaddress_section"] {
    display: block !important;
    width: 100%;
  }

  form#content_form[action*="/profile/"]
    table[data-name="Homeaddress_section"]
    tbody {
    display: block !important;
    width: 100%;
  }

  form#content_form[action*="/profile/"]
    table[data-name="Homeaddress_section"]
    tbody
    tr {
    display: block !important;
    width: 100%;
  }

  form#content_form[action*="/profile/"]
    table[data-name="Homeaddress_section"]
    tbody
    tr
    td {
    display: block !important;
    width: 100%;
  }
}

.profile-panel-heading .lace-profile-panel-text {
  width: 100%;
  display: block;
  font-size: 36px !important;
  padding-left: 0;
  font-weight: 900 !important;
  color: #333 !important;
  line-height: 44px !important;
  font-family: "Lato" !important;
}

.nav-profile .lace-profile-panel-text {
  font-weight: 900 !important;
  font-size: 36px !important;
  line-height: 44px !important;
  font-family: "Lato" !important;
  color: #333 !important;
}

.profile-panel-heading .lace-profile-panel-text i {
  color: #00709e;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

form#content_form[action*="/profile/"] .crmEntityFormView .cell {
  padding-left: 15px;
  padding-right: 15px;
}

.crmEntityFormView .tab-column tbody tr td.cell {
  padding-bottom: 15px;
}

input.form-control::placeholder {
  color: #6e6e6e !important;
  opacity: 1;
}
