.reports_wizard .reports_title {
  text-align: center;
  font-size: 24px;
  color: #4d4d4d;
  margin-bottom: 10px;
  font-weight: 600;
}
.reports_wizard .reports_subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}
.reports_wizard .reports_options {
  margin-bottom: 20px;
}
.reports_wizard .reports_options .reports_option {
  background-color: #fafafa;
  border-radius: 5px;
  cursor: pointer;
  min-height: 140px;
  padding: 10px;
  box-shadow: 0px 2px 6px 0px #aaa;
  margin: 20px auto;
  text-align: center;
}
.reports_wizard .reports_options .reports_option .reports_option_title {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 600;
  height: 35px;
}
.reports_wizard .reports_options .reports_option .reports_option_icon i {
  font-size: 30px;
}
.reports_wizard .reports_options .reports_option .reports_option_value {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.reports_wizard .advanced_screen {
  display: none;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 2px 6px 0px #aaa;
}
.reports_wizard .interval_form {
  margin-top: 20px;
}
.reports_wizard .interval_form input {
  width: 100%;
  margin-bottom: 20px;
}
.reports_wizard .interval_form .arrow_icon {
  text-align: center;
  padding-top: 10px;
}
.reports_wizard .interval_form .arrow_icon i {
  font-size: 20px;
  color: #4d4d4d;
}
.reports_wizard .searcher {
  text-align: center;
  padding: 20px;
}
.reports_wizard .searcher input {
  width: 400px;
  max-width: 80%;
}
.reports_wizard .searcher .select_options {
  text-align: center;
  padding: 10px;
}
.reports_wizard .searcher .select_options a {
  font-size: 13px;
}
