/*
  Website Feedback popup style.
*/
.ubm-emea-forms-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.ubm-emea-forms-popup > .promo-content {
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 60%; /* Could be more or less, depending on screen size */
  background-color: whitesmoke;
}

.ubm-emea-forms-popup.open {
  display: block;
}

/* The Close Button */
.ubm-emea-forms-popup .close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.ubm-emea-forms-popup .close:hover,
.ubm-emea-forms-popup .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.entitytype-website_feedback-form {
  padding-bottom: 50px;
}

.entitytype-website_feedback_form-form #edit-actions {
  display: none;
}

.entitytype-website_feedback_form-form #edit-actions .description {
  clear: both;
}

input#edit-captcha-response {
  float: left !important;
}

#website-feedback-form-fieldset .fieldset-description {
  padding-bottom: 10px;
}
