/*
 * CSS File for the My Members Plugin Theming
 */

 /* Settings Form (Admin Area Theming) */

#mymembers-ok-box {
  display: block;
  width: 600px;
  border: 2px solid green;
  background-color: lightgreen;
  color: black;
  font-weight: bold;
  padding: 10px;
  margin: 20px 0;
}

#mymembers-ok-box p {
  margin: 0;
}

.mymembers-admin-form-field {
  margin-bottom: 10px;
}
.mymembers-admin-form-field label {
  display: block;
  float: left;
  font-weight: bold;
  line-height: 24px;
  width: 150px;
  text-align: right;
  padding-right: 10px;
}
.mymembers-admin-form-field label.inline_label {
  display: inline;
  float: none;
  font-weight: normal;
}
.mymembers-admin-form-field .mymembers-input {
  float: left;
  width: 500px;
}

.mymembers-admin-form-field textarea {
  width: 500px;
}
.mymembers-admin-form-field input[type="text"] {
  width: 400px;
}
.mymembers-admin-form-field input[type="submit"] {
  margin-top: 10px;
}

.mymembers-help {
  font-size: x-small;
}
/* Register/Profile Theming */

div.mym-register-button-container {
  float:left;
  margin-top: 15px;
}
div.mym-delete-button {
 margin-left: 80px;
}
/* Error Display for the various pages */

.mym_field_error {
  border: 1px solid red;
}
.mym_field_error_msg {
  color: red;
  width: 450px;
}
.mym_field_error_msg_padding {
 
}
.mym-help-field, .indicator-hint {
  width: 370px;
  color: #888;
  font-size: 0.9em;
}

#mymessages_login_error {
  color: red;
  background: #f8f8f8;
  padding: 10px;
  width: 350px;
  border: 1px solid red;
  margin-bottom: 20px;
  box-shadow: 5px 5px 3px #ccc;
  border-radius: 5px;
  line-height: 1.2em;
}

#mymessages_login_messages {
  color: green;
  background: #f8f8f8;
  padding: 10px;
  max-width: 500px;
  width: 100%;
  border: 1px solid green;
  margin: 0 auto 40px;
  box-shadow: 5px 5px 3px #ccc;
  border-radius: 5px;
  line-height: 1.2em;
}

.filt_less_no {
  width: 50px;
}
.tablenav .actions select.mymembers_users_filter_select {
  float: none;
}
.keyboard_verified {
  color: green;
}
.keyboard_not_verified {
  color: red;
}

a.mymember_login_link {
  margin: 0 10px;
  font-size: 0.9em;
}
a.mymember_accessible_link {
  margin-right: 100px;
}
/* Login Form Settings */

.mymembers_login_left {
  width: 48%;
  border-right: 1px solid #ddd;
  float: left;
  padding-right: 2%;
  padding-bottom: 50px;
}
.mymembers_login_right {
  float: left;
  width: 46%;
  margin-left: 2%;
}

.mymembers-page {
  margin-top: 40px;
}

.mymembers-form-field {
  margin-bottom: 10px;
}
.mymembers-form-field label {
  display: block;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.mymembers-form-field input.input_text {
  width: 350px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bcbdc0;
  outline: none;
  background: #fbfbfb;
  padding: 4px;
  line-height: 100%;
}
.forgetmenot label {
  color: #000;
}

.forgetmenot input {
  margin: 0;
}
.mymembers-login-recover {
  margin: 30px 0 0 0;
}
.login-not-registered-yet {
  margin-top: 50px;
}
.register-required {
  color: red;
}
.register-required-hidden {
  color: white;
}

.mym-required-notes {
  margin-top: 30px;
  color: #0073ae;
}
.mym-required-notes-accessible {
  margin-bottom: 30px;
  color: #0073ae;
}

.mym-register-button-container input.button-link {
  background: transparent;
  color: red;
  border: none;
  text-decoration: underline;
  font-size: 0.9em;
  cursor: pointer;
  outline: none;
  margin: 5px 0 0 20px;
}
.mym-register-button-container input.button-link:hover {
  text-decoration: none;
}

.mymembers-button-field {
  margin-top: 30px;
}

.mymember_logged_in_type {
  color: green;
  font-size: 0.9em;
}
.mymembers-logged-in-name {
  text-align: right;
  font-size: 0.9em;
  margin-bottom: 5px;  
}
.mymembers-logged-in-links {
  
}
.certificate-downloads h4 {
  margin-bottom: 5px;
}
.certificate-download-link {
  padding: 5px 0;
}

#registerform {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
#mymembers-login-page {
  max-width: 500px;
  width: 100%;
  margin: 40px auto;
}
input.bluebutton {
  background: #eee;
  border: 1px solid #444;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 1em;
}
.mymembers-logout-links {
  text-align: center;
  margin-top: 50px;
}
.mymembers-form-field button#wp-submit {
  font-size: 15px;
  font-weight: bold;
}