body
{
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    background-color: #F6F6F6;
    margin: 0px;
    padding: 0px;
}

/* The Lato font is included here so that it is loaded locally rather than via Google's servers when loaded with Semantic/Fomantic UI */

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lato-v22-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v22-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/lato-v22-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/lato-v22-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v22-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v22-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v22-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v22-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}



.step-title
{
    font-size: 24pt;
}


A.step-enabled
{
    color: #333333;
}

A.step-enabled:visited
{
    color: #333333;
}

A.step-enabled:hover
{
    color: #666666;
}

.step-disabled
{
    color: #999999;
    font-style: italic;
}

.step-current
{
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
}

dl
{
    position: relative;
    left: 50px;
    width: 700px;
}

dt
{
    width: 250px;
    position: relative;
    float: left;
    margin-right: 25px;*/
}

dd
{
    margin-left: 0px;
    /*position: relative;*/
    margin-bottom: 30px;
    clear: none;
}


div .smallForm dl
{
    position: relative;
    left: 0px;
    width: 300px;
}

div .smallForm dt
{
    position: relative;
    width: 300px;
    float: none;
    margin-right: 0px;
}

div .smallForm dd
{
    display: block;
    left: 25px;
    margin-bottom: 30px;
    position: relative;
}


#button
{
    left: 225px;
    padding-top: 40px;
    position: relative;
}

#leftBar
{
    position: relative;
    left: 0px;   
    width: 380px;
}

#leftBar dl
{
    position: relative;
    width: 360px;
    font-size: 10pt;
    left: 0px;
}

#leftBar dd
{
    margin-left: 0px;
    /*position: relative;*/
    margin-bottom: 10px;
    clear: none;
}


.menuNote
{
    font-size: 8pt;
    color: grey;
}

#leftBar #button
{
    position: relative;
    left: 0px;
    padding-top: 10px;
}

#rightBar
{
    position: absolute;
    left: 400px;
    top: 45px;
}

#rightBar dl
{
    position: relative;
    width: 360px;
    font-size: 10pt;
    left: 0px;

#rightBar dd
}
{
    margin-left: 0px;
    /*position: relative;*/
    margin-bottom: 10px;
    clear: none;
}

#rightBar #button
{
    position: relative;
    left: 0px;
    padding-top: 7px;
}

.statTable
{
    font-size: 10.5pt;
    padding-bottom: 13px;
}

.statName
{
    width: 220px;
    vertical-align: top;
}

.statValue
{
    width: 160px;
    font-style: italic;
    vertical-align: top;
}

.fieldNotes
{
    display: block;
    float: none;
    position: relative;
    clear: both;
    font-size: 10pt;
    font-style: italic;
    width: 650px;
    padding-top: 10px;
}

ul.errors
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.errors li
{
    
    font-size: 11pt;
    font-style: italic;
    color: red;
}

p.hint
{
    position: relative;
    clear: bold;
    float: none;
    margin: 0px;
    padding-top: 40px;
    font-weight: bold;
    font-size: 14pt;
    left: -30px;
}

.formErrors
{
    color: red;
}

.tableCell
{
    vertical-align: top;
    padding: 5px;
}

.report
{
    font-size: 11px;
}

.report td
{
    vertical-align: top;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}




.columnHeadings /* Headings for the Tables etc. */
{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.commentColumnHeadings /* Headings for the comment Tables. */
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.locationText /* Location column */
{
	font-size: 12px;
	color: #2c309e;
	font-weight: bold;
}
.questionText /* Question Text */
{
	font-size: 12px;
	color: #2c309e;
}
.answerText /* Question Text */
{
	font-size: 12px;
	color: #2c309e;
}
.questionStats /* Question Stats */
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #7575D1;
}
.commentByText /* Comment By Text */
{
	font-size: 12px;
	color: #000000;
}


dfn
{
	padding: 3px;
	border: 1px solid #000000;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #FFFF99;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	display: none;
	width: 200px;
}


.scheduledEventList
{
    font-size: 13px;
}

table.scheduledEventList
{
    width: 780px;
    table-layout: fixed; 
}

.scheduledEventList #scheduleLocation
{
    width: 300px;
}

.scheduledEventList tr td
{
    padding-right: 12px;
}

.scheduledEventList thead
{
    font-weight: bold;
}
    

.scheduledEventList td 
{
    padding-left: 8px;
    padding-right: 8px;
}

.scoring-section {
    border: none;
    padding:0;
}

.scoring-section dl 
{
    position: inherit;
    width: 700px;
}

.update-scores-form {
    border: none;
    display: none;
    left: 0px;
}

.missingField{
  border-color: #FF0000;
}

#displayArea{
    clear: both;
}

#update-result {
    font-style: italic;
    font-size: 1.1em;
    color: green;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

#scoreSummaryArea {
    font-size: 13px;
    width: 100%;
    float:left;
    margin-bottom: 10px;
}

#displayArea {
    margin-top: 3em;
}

.scoreTable {
    margin-bottom: 2em;
}

.moduleScoreArea {
    width: 47%;
    margin-right: 20px;
    float:left;
}

#scoreSummaryArea table {
    border-spacing:0;
    border-collapse: collapse;
    width: 100%;
}

#scoreSummaryArea table td {
   border: 1px solid black;
   padding:2px;
   text-align: center;
}

#scoreSummaryArea table th {
    text-align: center;
    border: 1px solid black;
    padding: 5px;
}

#scoreSummaryArea .score-data {
    text-align: center;

}

#fieldset-update-scores-form { 
    border: 0px; 
    display: none;
}

#fieldset-update-scores-form dt {
    display: none;
}

#fieldset-update-scores-form .scoring-section dt {
    display: block;
}

#process-score-warning {
    display: none;
    font-weight: bold;
}


.orgFieldName
{
    padding-left: 25px;
    width: 200px;
}



#orgAdminList {
    padding-left: 15px;
    font-size: 9pt;
}

#orgAdminList tr td
{
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.orgListRow
{
    width: 800px;
}

.orgListName
{
    width: 200px;
}

.orgListEmail
{
    width: 250px;
}

.orgListStatus
{
    width: 200px;
}

.orgListEdit
{
    width: 50px;
}

.scheduledEventOccurrenceList
{
    max-width: 900px;
    font-size: 0.95em;
}

.scheduledEventOccurrenceList .scheduledEventType
{
    width: 550px;
    max-width: 550px;
    hyphens:auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.scheduledEventOccurrenceList .languageName
{
    max-width: 100px;
    hyphens:auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.scheduledEventOccurrenceList td:first-child
{
    padding-left: 0px;
}

.scheduledEventOccurrenceList td
{
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.scheduledEventOccurrenceList td:last-child
{
    padding-right: 0px;
}
#SchemeCurriculumParticipantGroupID-element > .ui.fluid.search.dropdown.selection.multiple{
    right: 0;
    width: 60% !important;
    margin: 0;
    margin-left: 18.75em;
}

#ProgramFilterID-element > .ui.fluid.search.dropdown.selection.multiple{
    right: 0;
    width: 60% !important;
    margin: 0;
    margin-left: 18.75em;
}

label input
{
    margin-right: 0.5em;
}

.ScoringResponseStats #StartDate, .ResultsTimeReport #StartDate, .ScoringResponseStats #EndDate, .ResultsTimeReport #EndDate{
    display: block;
}
.ScoringResponseStats #SchemeCurriculumParticipantGroupID-label, .ResultsTimeReport #SchemeCurriculumParticipantGroupID-label {
    float: unset;
    margin: 1em 0 0;
}
.ScoringResponseStats #ProgramFilterID-label, .ResultsTimeReport #ProgramFilterID-label {
    float: unset;
    margin: 1em 0 0;
}
.ScoringResponseStats .ui.fluid.search.dropdown.selection.multiple, .ResultsTimeReport .ui.fluid.search.dropdown.selection.multiple {
    margin:0.25em 0;
}

p {
    margin: 1em 0 1em 0;
}