





.survey-page{
  font-family: Arial;
}

.survey-page-body {
  background-color: #FFFFFF;
}

.survey-page .survey-title-container{
  background-color: #183D68;
}

.survey-page .survey-title{

    
      font-size: 18px;
    
      color: #FFFFFF;
    
      text-decoration: none;
    
      font-weight: 700;
    
      font-style: normal;
    
      background-color: #183D68;
    

}

.top-logo-section{

    
      background-color: #FFFFFF;
    

}

.survey-page .page-title-container{
  background-color: #B3CDF3;
}

.survey-page .page-title-wrapper {

    
      font-size: 18px;
    
      color: #000000;
    
      text-decoration: none;
    
      font-weight: 300;
    
      font-style: normal;
    
      background-color: #B3CDF3;
    

}

.survey-page .page-subtitle{

    
      color: #000000;
    
      font-size: 16px;
    
      font-weight: 300;
    
      font-style: normal;
    
      text-decoration: none;
    

}

.survey-page .question-matrix-row-even td, .survey-page .question-matrix-row-even .matrix-row-label-cell{
  background-color: #EFEFEE;
}

.radio-button-label.no-touch:hover, .radio-button-label.touch-sensitive.touchdown,
.checkbox-button-label.no-touch:hover,.checkbox-button-label.touch-sensitive.touchdown {
  background-color: #EFEFEE;
  border-left-color: #183D68;
}

[data-preset-question] .radio-button-label.no-touch:hover,
[data-preset-question] .radio-button-label.touch-sensitive.touchdown,
[data-preset-question] .checkbox-button-label.no-touch:hover,
[data-preset-question] .checkbox-button-label.touch-sensitive.touchdown
{
  background-color: #183D68;
  border-left-color: #183D68;
}

.question-ranking-rank-hover {
  background-color: #EFEFEE;
}

.radio-button-label.focus .radio-button-display,
.checkbox-button-label.focus .checkbox-button-display{
    outline-color: #000000;
}

.modern-browser .radio-button-label.focus .radio-button-display,
.modern-browser .checkbox-button-label.focus .checkbox-button-display {
  border-color: #183D68;
  box-shadow: 0 0 4px #183D68;
}

.progress-bar-container{
    width: 60%;
}

.survey-page .progress-bar-section{
  color: #000000;
  background-color: #FFFFFF;
  font-size: 12px;
}

.survey-page .progress-bar-indicator-wrapper {
  border-color: #CCCCCC;
  border-width: 1px;
}

.survey-page .progress-bar-indicator{
  background-color: #AC8F00;
}

.survey-page .question-title-container{

    
      color: #000000;
    
      font-size: 16px;
    
      font-weight: 700;
    
      font-style: normal;
    
      text-decoration: none;
    

}

.survey-page .question-body-font-theme{

    
      color: #000000;
    
      font-size: 14px;
    
      font-weight: 300;
    
      font-style: normal;
    
      text-decoration: none;
    

}

.survey-page .question-body select{
  font-size: 14px;
}

.survey-page .exit-survey{
  color: white;

    
      font-size: 12px;
    
      font-weight: 300;
    

}


.survey-page .survey-page-button.next-button {
    
    
      color: #FFFFFF;
    
      background-color: #183D68;
    

}



.survey-page .survey-page-button.done-button {
    
    
      color: #FFFFFF;
    
      background-color: #183D68;
    

}


.survey-page .required-asterisk{

    
      color: #000000;
    

  font-weight: 700;
}

.survey-page .question-validation-theme{

    
      color: #CC0000;
    
      font-size: 14px;
    
      font-weight: 700;
    
      font-style: normal;
    
      text-decoration: none;
    

}

.survey-page .question-preset-theme {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  outline: none;
}

.survey-page .question-validation-icon {
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 14px;
}



.survey-page .question-pre-set-icon {
  color: #FFFFFF;
  font-size: 14px
}


.report-problem-container {
  background-color: #FFFFFF;
}