﻿/* Overrides der Umfrage-Erweiterung */
#cphMainContent_btnResultModeStatistic.highlight, #cphMainContent_btnResultModeText.highlight {
    background-color: #86A10B;
}
#cphMainContent_surveyEditor_editorPanel {
    border: 1px solid #86A10B;
}
.survey-question td {
    background-color: #86A10B;
}
.survey-question .icon {
    background-color: #86A10B;
}
#cphMainContent_surveyEditor_lblQuestionHeader2, #cphMainContent_surveyEditor_lblAnswers {
    color: #86A10B;
}
#cphMainContent_surveyEditor_articleQuestion .survey-answer input[type=image] {
    border-radius: 0px 5px 5px 0px;
}
#cphMainContent_surveyEditor_articleQuestion .survey-answer input[type=image].highlight {
    background-color: #86A10B;
}
#cphMainContent_surveyEditor_articleQuestion .survey-answer input[type=text] {
    border-radius: 5px 0px 0px 5px;
}
.textbox-button.button-up {
    border-radius: 0px 5px 0px 0px;
}
.textbox-button.button-down {
    border-radius: 0px 0px 5px 0px;
}
.surveyStatsBasic {
    background-color: #86A10B;
}
.surveyStatsCaption_Themes{
    color: #86A10B;
}
.surveyStatsCaption_User{
    color: #86A10B;
}
.surveyStatsCaption_Clicks{
    color: #86A10B;
}
.surveyStatsDetail_AnswerSet_Answer_ProgressBar{
    background-color: #86A10B;
}
.surveyStatsDetail_AnswerSet_Answer_MainBar{
    border-color: #86A10B !important;
    color: #86A10B;
}
.surveyStatsNotAvailable:hover{
    border-color: #86A10B !important;
}
.surveyStatsBasic:hover{
    border-color: #86A10B !important;
}