.survey .sub-header {
  background: #eee;
  padding: 10px; }

.survey .module-section .lbl {
  font-size: 20px; }

.survey .module-section .title {
  color: #a42b7a; }

.survey {
  background: #f7f7f7;
  padding: 0 20px;
  overflow: auto; }

.survey.mobile {
  padding: 0 10px; }

.survey .section-name {
  margin: 10px -20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: white;
  margin-top: 0; }

.survey.mobile .section-name {
  margin: 0 -10px; }

.survey-row .red {
  color: #d00000; }

.survey-row .green {
  color: #25ba42; }

.survey-row .survey-action {
  text-align: right;
  max-width: 67px; }

.survey-row .survey-legend > div {
  margin-right: 10px;
  font-size: 11px;
  color: gray; }

.survey .filter-user input {
  margin: 0 10px; }

.survey .survey-legend.mobile {
  font-size: 11px;
  margin: 10px 0; }

.survey .survey-legend.mobile .lgd {
  text-align: left; }

.survey .survey-legend .lgd {
  text-align: right; }

.survey .survey-legend .lgd .vrai {
  color: #00e2a5; }

.survey .survey-legend .lgd .faux {
  color: #de0000; }

.survey .survey-legend .lgd .a0 {
  color: #99ccff; }

.survey .survey-legend .lgd .a1 {
  color: #00ccff; }

.survey .survey-legend .lgd .a2 {
  color: #337bff; }

.survey .survey-legend .lgd .a3 {
  color: #365999; }

.survey-card-holder {
  min-width: 150px;
  flex-basis: 400px !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -webkit-flex-basis: 400px !important;
  -ms-flex-preferred-size: 400px !important;
  flex-basis: 400px !important;
  max-width: 100% !important; }
  @media (min-width: 400px) {
    .survey-card-holder {
      max-width: 100% !important; } }
  @media (min-width: 800px) {
    .survey-card-holder {
      max-width: 50% !important; } }
  @media (min-width: 1200px) {
    .survey-card-holder {
      max-width: 33.33333% !important; } }
  @media (min-width: 1600px) {
    .survey-card-holder {
      max-width: 25% !important; } }
  @media (min-width: 2000px) {
    .survey-card-holder {
      max-width: 20% !important; } }

.survey-card-holder:last-child {
  width: 100%;
  min-width: 100%; }

.safari .survey-card-holder {
  min-width: 400px; }

.safari .survey-card-holder:last-child {
  display: block !important;
  flex-basis: 1200px !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -webkit-flex-basis: 1200px !important;
  -ms-flex-preferred-size: 1200px !important;
  flex-basis: 1200px !important;
  max-width: 100% !important; }
  @media (min-width: 1200px) {
    .safari .survey-card-holder:last-child {
      max-width: 100% !important; } }
  @media (min-width: 2400px) {
    .safari .survey-card-holder:last-child {
      max-width: 50% !important; } }

.survey-card-holder:last-child .survey-card .card-footer {
  display: none; }

.survey-card {
  background: #fff;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.28);
  margin: 10px;
  border-radius: 3px;
  overflow: hidden; }

.survey-card .card-title {
  font-size: 14px;
  background: #a42b7a;
  color: #ffffff;
  text-align: center;
  padding: 5px; }

.survey-card .card-content {
  padding: 10px; }

.survey-card .card-content .response-container {
  float: left;
  margin: 0 5px 5px 0; }

.survey-card .card-content .response-container .text {
  font-size: 12px;
  background: #eee;
  padding: 5px;
  min-height: 20px; }

.survey-card .card-content .response {
  min-width: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: #000; }

.survey-card .card-content .response.vrai {
  background: #00e2a5; }

.survey-card .card-content .response.faux {
  background: #de0000; }

.survey-card .card-content .response.a0 {
  background: #99ccff; }

.survey-card .card-content .response.a1 {
  background: #00ccff; }

.survey-card .card-content .response.a2 {
  background: #337bff; }

.survey-card .card-content .response.a3 {
  background: #365999; }

.survey-card .card-content .response.open {
  border-radius: 0;
  background: #f7941e; }

.survey-card .card-footer {
  padding: 10px;
  border-top: 1px solid #eee;
  color: #fff; }

.survey-card .card-footer .decision {
  font-size: 12px;
  font-weight: bold; }

.survey-card .card-footer .decision.ok {
  color: #a42b7a; }

.survey-card .card-footer .decision.notok {
  color: #d00; }

.survey-user {
  font-size: 12px;
  font-weight: bold;
  margin: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 5px; }

.survey-user i {
  color: #a42b7a;
  margin-right: 6px; }

.survey .upload-area {
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #eee; }

.survey .upload-area .tips {
  color: #a42b7a;
  font-size: 14px;
  margin: 10px 0;
  text-align: center; }

.survey .upload-csv {
  border: 2px dashed #a42b7a;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: #949494;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -ms-transition: All 0.2s ease; }

.survey .upload-csv.dz-drag-hover {
  background: #a42b7a;
  color: #ffffff;
  border-color: #ffffff; }

.survey .filter-user .icon-search {
  color: #a42b7a;
  font-size: 24px;
  cursor: pointer; }
