/*
 * UnderConstructionPage
 * Backend CSS - plugin deactivation survey
 * (c) WebFactory Ltd, 2015 - 2019
 */

.ui-widget-overlay {
  opacity: 0.85;
}

.ucp-survey-dialog .ui-dialog-titlebar {
  text-align: center;
  font-weight: bold;
}

.ucp-survey-dialog .ui-dialog-content {
  padding: 20px 25px;
  font-size: 15px;
}

.ucp-survey-dialog b {
  font-weight: bold;
}

.ucp-survey-dialog .footer {
  margin: 20px 0 0 0;
  text-align: center;
}

.ucp-survey-dialog .footer #emailme {
  margin: 0 5px -3px 0;
}

.ucp-survey-dialog .footer .button {
  border-radius: 0;
  font-size: 15px;
  box-shadow: none;
  text-shadow: none;
  margin-top: 5px;
}

.ucp-survey-dialog .footer .dismiss-survey {
  padding-top: 25px;
  display: block;
}

.ucp-survey-dialog .ui-dialog-content p {
  margin: 0 0 20px 0;
  font-size: 15px;
}

.ucp-survey-dialog .question-wrapper {
  border: 2px solid rgba(0,0,0,0.2);
  padding: 15px 10px;
  background-color: rgba(250,250,250,0.55);
  margin-bottom: 5px;
  opacity: 0.75;
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.question-wrapper-assistance {
  border: 2px solid rgba(0, 142, 194, 1);
  padding: 15px 10px;
  background-color: rgba(250,250,250,0.55);
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.question-wrapper-assistance .button {
  margin-top: 10px;
}

.ucp-survey-dialog .question-wrapper .details {
  display: none;
}

.ucp-survey-dialog .question-wrapper:hover {
  opacity: 1;
  border: 2px solid rgba(0, 142, 194, 1);
  cursor: pointer;
  font-weight: 500;
}

.ucp-survey-dialog .question-wrapper.selected {
  opacity: 1;
  border: 2px solid rgba(0, 142, 194, 1);
  font-weight: 500;
}

.ucp-survey-dialog .question-wrapper.selected .details {
  display: block;
  font-weight: 400;
}

.ucp-survey-dialog .question-wrapper b {
  font-weight: bold;
  font-size: 14px;
}

.ucp-survey-dialog .question-wrapper .dashicons.big {
  color: rgba(0, 0, 0, 1);
  display: inline;
  height: 61px;
  font-size: 61px;
  margin-bottom: 10px;
}

.ucp-survey-dialog .question-wrapper img {
  margin-bottom: 10px;
  height: 50px;
}

.ucp-survey-dialog .question-wrapper .question {
  display: inline-block;
  width: 100%;
}

.ucp-survey-dialog .question-wrapper i {
  padding-top: 5px;
  font-size: 14px;
}

.ucp-logo {
  font-variant: small-caps;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.textcenter {
  text-align: center;
}
