﻿div.SurveyFormItem {
   margin-bottom: 1rem;
}

span.SurveyLabel {
   font-weight: bold;
}

label.dnnBoxLabel {
   font-weight: normal;
}

table.dnnFormRadioButtons
{
   width: 40%;
}

span.SurveyHandle
{
   cursor: pointer;
}

div.dnnCheckBoxFormItemForFaxQuestion {
   /* PLEASE DO NOT CHANGE THIS IN ANY WAY! */
   visibility: hidden;
   display: none;
}

img.surveyImageLeft
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}

div.surveyQuizResult
{
   font-size: 18px !important;
   font-weight: bold;
}

div.SurveyFormItem > div.dnnLabel 
{
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: left;
}

div.SurveyFormItem > table.dnnFormRadioButtons {
    background-color:transparent;
    width: 100%;
}
a.dnnPrimaryAction, a.dnnPrimaryAction:hover {
    background: linear-gradient(60deg, #848484, #80807f);
    /* box-shadow: 0 12px 20px -10px rgba(6, 127, 57, 0.4), 0 4px 20px 0px rgba(14, 141, 63, 0.12), 0 7px 8px -5px rgba(16, 145, 65, 0.01); */
    border-radius: 0px;
    padding: 8px 12px;
    background: #00923f;
    color: #fff;
    display: -webkit-inline-box;
    border: none;
    text-shadow: none;
    font-weight: normal;
}

a.dnnSecondaryAction, a.dnnSecondaryAction:hover {
    background: linear-gradient(60deg, #848484, #80807f);
    border-radius: 0px;
    padding: 8px 12px;
    background: #eee;
    color: #fff;
    display: -webkit-inline-box;
    text-shadow: none;
    color:black;

    font-weight: normal;
    border: none;
}
    