/** Account Page */
.content h1,
.content .title_h1 {
  font-size: 280%;
  font-weight: normal;
  padding: 0 0 10px;
}

/** Account */
.account {
  padding: 0;
  color: #595959;
}

.account_nonav {
  padding-top: 0;
}

.account a.disabled {
  color: #ccc;
  cursor: default;
}

.account a.disabled:hover {
  text-decoration: none;
}

/** Account -> Menu */
.account .account_menu {
  float: left;
  padding: 0 20px 0 0;
  width: 170px;
  font-size: 110%;
}

.account h4 {
  margin-bottom: 2px;
  padding: 7px 10px 5px;
  background-color: #a02239;
  color: #fff !important;
}

/** Account -> Info */
.gender_field {
  padding-right: 10px;
}

.account .account_info {
  font-family: Tahoma, sans-serif;
}

.account .account_info .popup_edit_fields {
  margin-bottom: 30px;
}

.account .account_info .popup_edit_fields table {
  width: 50%;
  border-collapse: separate;
  border-spacing: 0;
}

.account_accountsettings .account_info .popup_edit_fields table {
  width: 100%;
  max-width: 1200px;
}

.account_notificationssettings .account_info .popup_edit_fields table {
  width: 100% !important;
}

.account_info .popup_edit_fields td {
  font-size: 110%;
  color: #666;
  padding: 8px 0;
  border-bottom: #ccc 1px solid;
}

.account_info .popup_edit_fields td.account_edit_popup {
  text-align: right;
  padding-right: 10px;
  color: #a02239;
}

.account_info .popup_edit_fields td .label {
  padding: 0 10px;
  font-weight: bold;
}

.account .account_info .popup_edit_fields table td .display_name_field,
.account .account_info .popup_edit_fields table td .email_field,
.account .account_info .popup_edit_fields table td .password_field {
  color: #a02239;
}
.account .account_info .popup_edit_fields table td .email_field {
  color: red;
}
.account .account_info .popup_edit_fields table td .email_field.email_field_confirmed {
  color: #01b22e;
}

.account .account_info .popup_edit_fields table td a {
  font-size: 90%;
  color: #a02239;
}

.account .account_info .account_info_inner {
  width: 100%;
}

.account_nonav .account_info {
  margin-left: 0;
}

.account .account_info h1:not(.vip_overview, .security_settings_title),
.account .account_info .title_h1:not(.vip_overview, .security_settings_title) {
  font-size: 22px;
  padding: 0 0 22px 2px;
  color: #5e6061;
  font-family: Tahoma, sans-serif;
  line-height: 75px;
  text-shadow: 0 1px 0 rgba(220, 220, 220, 1);
  font-weight: 400;
  letter-spacing: 0.5px;
}

.account .account_info h1 img,
.account .account_info .title_h1 img {
  margin-bottom: 13px;
  margin-left: 6px;
}

.account .account_info h2.maroon {
  font-size: 16px;
  padding-bottom: 10px;
}

/** Account -> Info -> Description */
.account .account_info .descr_block {
  color: #838383;
  margin-bottom: 20px;
  padding: 20px 20px 9px;
  position: relative;
  border: #ccc 1px dashed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.account.account_cancelaccount .account_info .descr_block {
  margin: 0;
  padding: 0;
  color: #a02239;
  font-size: 18px;
  border: 0;
}

.account .account_info .descr_block .info_part {
  margin-bottom: 11px;
  font-size: 12px;
  font-family: Tahoma, sans-serif;
}

.account .account_info .instructions {
  padding: 0 6px;
}

.account .account_info .descr_block .info_part > span {
  text-decoration: underline;
}

.account .account_info .descr_block .info_strong {
  font-weight: bold;
}

/** Account -> Info -> Form */
.account .account_info .form_block {
  width: 100%;
}

.account .account_info .form_block > div {
  padding: 20px 30px;
}

.account .account_info .form_block .hr {
  background-color: #ccc;
  margin: 18px 5px;
  padding: 0;
  height: 1px;
}

.account_info_inner .flash {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #81f481;
  font-size: 15px;
  line-height: 43px;
  padding: 0 18px;
  color: #3d3d3d;
  margin-top: 12px;
  font-family: Tahoma, sans-serif;
}

/** Account -> Info -> Form -> Data (Rows) */
.account .account_info .form_block .form_itself {
  width: 650px;
}

.account .account_info .form_block .form_itself .form_data {
  padding: 0;
}

.account_info .form_itself .form_data .form_row {
  padding: 0 0 5px;
}

.account .account_info .form_block .form_itself .form_data .form_row .form_label {
  margin-top: 9px;
  padding: 0;
  line-height: 27px;
  text-align: right;
  color: #3d3d3d;
  width: 185px;
}

.account .account_info .form_block .form_itself .form_data .form_row .form_field {
  margin-left: 195px;
  padding: 5px;
}

.account .account_info .form_block .form_itself .form_data .display_name_hint {
  text-align: justify;
  font-size: 80%;
  color: #777;
}

.account.account_cancelaccount .account_info .form_block .form_itself .form_data .form_row .form_label {
  width: 120px;
  line-height: 20px;
}

.account.account_cancelaccount .form_itself .form_data .form_row .form_field {
  margin-left: 140px;
}

.account.account_cancelaccount .form_itself .form_actions {
  margin-left: 138px;
  border: 0;
}

.account .input_wrapper,
.account .textarea_wrapper {
  background-color: #eee;
  width: 286px;
}

.account .send_new_im_container .input_wrapper,
.account .send_new_im_container .textarea_wrapper {
  background-color: #fff;
  width: auto;
}

.account .select_wrapper {
  width: 290px;
}

.account .date_field div .select_wrapper {
  margin-right: 7px;
  width: 64px;
}

.account .date_field .date_field_year .select_wrapper {
  margin-right: 0;
  width: 80px;
}

.account .jquery_date_widget .date_field {
  margin-right: 10px;
}

.account .account_info .form_block .form_itself .form_actions {
  border-top: #ccc 1px solid;
  clear: both;
  margin-top: 20px;
  padding-top: 10px;
}

/** Account -> Info -> Form -> Actions */
.account .account_info .form_block .form_actions {
  padding: 0 7px;
}

.account .account_info .form_block .form_actions .agreements {
  float: right;
  width: 200px;
  line-height: 30px;
  text-align: right;
  font-size: 85%;
  font-weight: bold;
}

/**
 * -----------------------------
 *  Custom Account Pages Styles
 * -----------------------------
 */

/** Account Info */

.info_header {
  padding: 5px 0;
  font-size: 120%;
}

.info_header .base_info {
  font-weight: bold;
}

/* Notification Settings */
.notification_settings_form .form_data,
.notification_settings_form .form_data .form_row {
  float: none;
}

.notification_settings_form .form_data .form_row .form_label {
  display: none;
}

.notification_settings_form .form_data .form_row .form_field {
  margin-left: 0 !important;
  background-color: transparent !important;
}

.notification_settings_form .form_data .form_row .form_field > span {
  font-weight: bold;
  font-size: 120%;
}

.notification_settings_form .form_data .form_row .form_field ul {
  margin-left: 60px;
}

.notification_settings_form .form_data .form_row .form_field ul li {
  margin: 5px 0 5px 5px;
  padding: 7px 5px;
}

.notification_settings_form .form_data .form_row .form_field ul li label {
  margin: 1px 0 0 2px;
}

/** Profile Settings */
.profile_settings_form .form_data,
.profile_settings_form .form_data .form_row {
  float: none;
}

.profile_settings_form .form_data .form_row .form_label {
  float: none;
  width: auto !important;

  font-weight: bold;
  font-size: 120%;
  text-align: left !important;
}

.profile_settings_form .form_data .form_row .form_field {
  margin-left: 0 !important;
  background-color: transparent !important;
}

.profile_settings_form .form_data .form_row .form_field ul {
  margin-left: 60px;
}

.profile_settings_form .form_data .form_row .form_field ul li {
  margin: 5px 0 5px 5px;
  padding: 7px 5px;
}

.profile_settings_form .form_data .form_row .form_field ul li label {
  margin: 1px 0 0 2px;
}

.clear {
  clear: both;
}

.account .form_help {
  margin-top: -5px;
  float: none !important;
  margin-left: 200px;
}

.account .notifier {
  float: right;
  color: #666;
  font-size: 80%;
  margin-right: 5px;
  padding-top: 5px;
}

/* Schedule Settings */
.schedule_form .form_data,
.schedule_form .form_data .form_row {
  float: none;
  margin-left: 50px;
}

.schedule_form .form_data .form_row .form_label {
  display: none;
}

.schedule_form .form_data .form_row .form_field {
  margin-left: 0 !important;
  background-color: transparent !important;
}

.schedule_form .form_data .form_row .form_field .inner_label {
  margin-bottom: 2px;
  font-weight: bold;
}

.schedule_form .form_data .form_row .form_field .from {
  float: left;
  margin-left: 25px;
  margin-right: 5px;
  line-height: 25px;
}

.schedule_form .form_data .form_row .form_field .from:lang(ro) {
  margin-left: 10px;
}

.schedule_form .form_data .form_row .form_field .to {
  float: left;
  line-height: 25px;
  margin-right: 5px;
}

.schedule_form .form_data .form_row .form_field .select_wrapper {
  width: 45px !important;
  float: left;
  margin-right: 5px;
  margin-top: 0 !important;
}

.schedule_form .form_data .form_row .form_field .select_wrapper select {
  text-align: right;
}

.popup_edit_fields_table td label {
  padding: 0 10px;
}

.deleted_user {
  text-decoration: line-through;
}

.content .cancel_subscription {
  color: #666;
}

.content .cancel_subscription_dashed {
  color: #666;
  border: 1px dashed #ccc;
  padding: 15px 10px;
  margin: 15px 0;
}

.account .account_info .popup_edit_fields .pef_badge {
  font-family: Arial, sans-serif;
  background: #009eeb;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 7px;
  border-radius: 8px;
  text-transform: uppercase;
  user-select: none;
}

.account .account_info .popup_edit_fields .pef_question {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.account .account_info .popup_edit_fields .pef_question_icon {
  width: 100%;
  height: 100%;
  fill: #40a9dc;
}

.bc_tooltip.__pef_qrq .t_body {
  display: table;
  box-sizing: border-box;
  max-width: 350px;
  padding: 10px;
  white-space: normal;
  border-radius: 5px;
}

.lang_ar .account_info .popup_edit_fields .pef_question,
.lang_jw .account_info .popup_edit_fields .pef_question {
  margin-right: 5px;
  margin-left: 0;
}
