﻿.vvSpotlight{
	background-color: #F3E2A9;
}

.vvBody > section > .vvCookieMissing {
    background: white;
    position: relative;
    text-align: center;
}

.vvBody > section > section > table,
#surveyContainer > section > table {
    border-collapse: collapse !important;
    width: 100% !important;
}

.vvBody > section > section > table > thead,
#surveyContainer > section > table > thead {
    border-bottom: 1px solid lightgray !important;
}

.vvBody > section > section > table th,
#surveyContainer > section > table th {
    text-align: left !important;
}

.vvBody > #surveyContainer > section,
#surveyContainer > section {
    /*margin-top: 20px !important;*/
    margin-bottom: 15px !important;
}

.vvBody > section > section > article > a,
#surveyContainer > section > article > a {
    font-size: 1em !important;
}

.vvBody > section > section > div.vvQuestionContainer,
#surveyContainer > section > div.vvQuestionContainer {
    margin-bottom: 20px !important;
}

.vvQuestionContainer > .vvQuestionInstructions {
    margin-bottom: 5px;
}

    .vvQuestionContainer > .vvQuestionInstructions > *:first-child {
        display: inline;
    }

.vvBody > section > section > div.vvQuestionContainer label,
#surveyContainer > section > div.vvQuestionContainer label {
    font-size: 1em !important;
    font-weight: normal !important;
}

.vvQuestionContainer table {
    width: 100%;
}

.vvQuestionContainer table th {
    text-align: center;
}

.vvBody > section > section > div.vvQuestionContainer table th,
.vvBody > section > section > div.vvQuestionContainer table td,
#surveyContainer > section > div.vvQuestionContainer table th,
#surveyContainer > section > div.vvQuestionContainer table td {
    font-size: 0.9em !important;
}

.vvQuestionContainer table div.vvSurveyTableCell {
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.vvSurveyItemContainer {
    width: 100%;
    padding-left: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.vvQuestionContainer table tr.vvSurveyTableCellEven,
.vvSurveyItemContainerEven {
    background: #F5F5F5;
}

.vvQuestionContentContainer > div {
    margin-bottom: 5px;
}

.vvBody > section > section > div.vvQuestionContainer input,
#surveyContainer > section > div.vvQuestionContainer input {
    margin-top: 0;
    margin-bottom: 0;
}

.vvQuestionContainer > div img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.vvQuestionContainer input[type="text"],
.vvQuestionContainer textarea {
    width: 98%;
}

.vvQuestionContainer select {
    /* Mac OS */
    height: 2.4em;
    width: 99%;
}

.vvBody > section > section > div.vvQuestionContainer input[type="radio"],
.vvBody > section > section > div.vvQuestionContainer input[type="checkbox"],
#surveyContainer > section > div.vvQuestionContainer input[type="radio"],
#surveyContainer > section > div.vvQuestionContainer input[type="checkbox"] {
    margin-left: 5px !important;
    margin-right: 3px !important;
}

.vvQuestionContentContainer > div > select {
    width: 94%;
}

.vvQuestionContainer > div.vvQuestionContentContainer {
    margin-left: 20px;
}

.vvBody > section > section > div.vvQuestionSectionDescription,
#surveyContainer > section > div.vvQuestionSectionDescription {
    margin-bottom: 15px !important;
}

.vvFloatingItemContainer {
    display: inline-block;
}

.vvQuestionContainer input.vvDate,
.vvQuestionContainer input.vvNumber {
    width: 180px;
}

.vvRequiredSurveyQuestion {
    float: left;
    margin-left: -10px;
}

.vvBody > section > section > div.vvQuestionContainer table.vvSurveyResults th,
.vvBody > section > section > div.vvQuestionContainer table.vvSurveyResults td,
#surveyContainer > section > div.vvQuestionContainer table.vvSurveyResults th,
#surveyContainer > section > div.vvQuestionContainer table.vvSurveyResults td {
    text-align: left !important;
}

#loginLinkContainer {
    margin-bottom: 0;
}

span.vvInputValidation {
    margin-left: 10px;
    color: red;
}

.survey-progressbar-block {
    border: 1px solid #D3D3D3;
}

.survey-progressbar-section-complete {
    background-color: #f2f2f2;
    vertical-align: bottom;
}

.survey-progressbar-section-current {
    font-weight: bold;
    vertical-align: bottom;
}

.survey-progressbar-section-content {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    vertical-align: bottom;
}

.survey-progressbar-section-divider {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #D3D3D3;
    /*background-image: url('/content/images/progressbar-divider.png');*/
    width: 6px;
    height: 17px;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 30px !important;
    line-height: 13px !important;
}

.survey-progressbar-section-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.vvQuestionContentContainer > div.vvMeetingTime,
.vvQuestionContentContainer > div.vvMeetingLocation,
.vvQuestionContentContainer > div.vvMeetingOfficial, 
.vvQuestionContentContainer > div.vvMeetingAttendee {
    margin-bottom: 10px;
}

.vvMeetingTime > div,
.vvMeetingLocation > div,
.vvMeetingOfficial > div:first-child,
.vvMeetingAttendee > div {
    margin-bottom:5px;
}

.vvQuestionContainer .vvMeetingTime input.vvDate {
    width: 7em; 
    margin-right:5px;
}

.vvMeetingTime select.vvSelectTime {
    width: 7em;
    margin-right: 5px;
}

.vvMeetingTime select.vvSelectTimeZone {
    width: 9.5em;
}

.vvQuestionContainer input[type="text"].vvAutocomplete {
    vertical-align:middle; 
    margin-top: 0;
}

.vvQuestionContainer .vvMeetingOfficial .vvActionButton {
    margin-left: 5px;
}

.vvQuestionContainer .vvMeetingOfficial .vvActionLinkImage {
    float: none;
    margin: 0;
}

.vvQuestionContainer .vvMeetingOfficialInput {
    margin-top: 6px;
}

.vvQuestionContainer .vvMeetingOfficialEditInput {
    margin-top: 3px;
}

.vvQuestionContainer .vvMeetingOfficialList .vvMeetingOfficialEditInput:first-child {
    margin-top: -6px;
}

.vvQuestionContainer .vvSurveyQuestionOptionRadioButtonContainer {
    padding: 5px;
}


#divEmail {
    width: 99% !important;
}

@media only screen and (max-width: 650px) {
    .vvMeetingTime .vvDate {
        display: block;
    }
}