#delete_account_alert_container {
  display: none;
}

#delete_account_alert_container button {
  background: #0084ff;
  border: none;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 15px;
  color: #fff;
}

#delete_account_alert.alt button {
  background: #fff;
  color: #000;
}

#delete_account_alert button.yes {
  background: #ff0000;
  margin: 5px;
}

#delete_account_alert button.no {
  background: #718600;
  margin: 5px;
}
#delete_account_alert button{
  cursor: pointer;
}
div#edit-field-delete-my-account {
  border: 1px #f00 dashed;
  padding: 20px;
  margin-top: 20px;
}
#delete_account_alert_container {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 10%;
}
#delete_account_alert {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  font-size: 25px;
  text-align: center;
  transition: all 0.2s;
  margin: 0 auto;
  width: 20%;
  position: absolute;
  margin-left: 40%;
  margin-right: 40%;
}
.view-admin-views-user input[type=text],.view-admin-views-user input[type=email]  {
  height: 23px;
}
.view-admin-views-user select {
  height: 29px;
}
.view-admin-views-user .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 30px;
}
.view-admin-views-user .views-exposed-widget.views-reset-button {
  margin-top: 0;
}
.en_show, .fr_show, .es_show, .bgl_show, .hi_show
{
  display: none;
}
body.i18n-en .en_show
{
  display: block;
}
body.i18n-fr .fr_show
{
  display: block;
}
body.i18n-es .es_show
{
  display: block;
}
body.i18n-bgl .bgl_show
{
  display: block;
}
body.i18n-hi .hi_show
{
  display: block;
}