/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/* Farbe für fehlende Antwort in Matrix-Frage (Zeilenfarbe der Tabelle und Textfarbe des Items)  */
.ls-error-mandatory {
    background-color: #f8beb7;
    color: #f42007;
    font-weight: bold;
}


/* Farbe für den Survey-Namen in der Studienübersicht auf der Startseite befragung.domusconsult.de  */
.surveytitle {
    color: #fdfdfc !important;
}

/* Farbe für einen LINK  */
a {
    color: #003366 !important;
    text-decoration: underline
}

/* Farbe für einen LINK, wenn er mit der Maus überfahren wird  */
a:hover {
    color: #001933 !important;
}

/* Farbe für den Hintergrund von Fragen  */
.question-title-container {
  background-color:#003366 !important;
}

/* Farbe für den Hintergrund von Fehlermeldungen  */
.question-valid-container {
  background-color:#003366 !important;
}

/* Farbe für den Fortschrittsbalken  */
.progress-bar {
  background-color:#4aaf5a !important;
}

/* Hintergrundfarbe Hinweis-Box zur Eingabe des Zugangscodes */
.bg-light {
  background-color: #4aaf5a !important;
}

/* Hintergrundfarbe für Weiter-Button */
.btn-outline-secondary  {
  background-color: #003366 !important;
}

/* Textfarbe "Ihr Zugangscode" */
.col-md-3 {
  color:#003366 !important;
}

/* Farbe Hinweistext zur Frage  */
.text-info {
  color:#FFFFFF !important;
}

/* Farbe Hinweis auf nicht-beantwortete Frage  */
.text-danger {
  color:#CAD400 !important;
}

/* Farbe Sternchen für eine zwingende Frage  */
.asterisk  {
  color:#CAD400 !important;
}

/* Farbe Hinweiszeichen Warnung bei einer Fehlermeldung  */
.fa.fa-exclamation-circle.ri-error-warning-fill {
   color:#CAD400;
}

/* Ergänzender Platz über / unterhalb des Frageblocks  */
.space-col {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}
