﻿/* Overrides der Formular-Erweiterung */
#cphMainContent_btnResultModeStatistic.highlight, #cphMainContent_btnResultModeText.highlight {
    background-color: #86A10B;
}
#cphMainContent_formEditor_editorPanel {
    border: 1px solid #86A10B;
}
.form-field td {
    background-color: #86A10B;
}
.form-field .icon {
    background-color: #86A10B;
}
#cphMainContent_formEditor_lblFieldHeader2, #cphMainContent_formEditor_lblChoices {
    color: #86A10B;
}
#cphMainContent_formEditor_articleField .form-choice input[type=image] {
    border-radius: 0px 5px 5px 0px;
}
#cphMainContent_formEditor_articleField .form-choice input[type=image].highlight {
    background-color: #86A10B;
}
#cphMainContent_formEditor_articleField .form-choice 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;
}
.formStatsBasic {
    background-color: #86A10B;
}
.formStatsCaption_Themes{
    color: #86A10B;
}
.formStatsCaption_User{
    color: #86A10B;
}
.formStatsCaption_Clicks{
    color: #86A10B;
}
.formStatsDetail_ChoiceSet_Choice_ProgressBar{
    background-color: #86A10B;
}
.formStatsDetail_ChoiceSet_Choice_MainBar{
    border-color: #86A10B !important;
    color: #86A10B;
}
.formStatsNotAvailable:hover{
    border-color: #86A10B !important;
}
.formStatsBasic:hover{
    border-color: #86A10B !important;
}