
    @font-face { 
    font-family: "Geomanist"; 
    src: url("https://unity.workingwell.co.uk/Style/Fonts/geomanist-regular.ttf");
    }
    
    @font-face { 
    font-family: "Roboto"; 
    src: url("https://unity.workingwell.co.uk/Style/Fonts/Roboto-regular.ttf");
    }
    
    @font-face { 
    font-family: "UL Ice Cream CodeNext"; 
    src: url("https://unity.workingwell.co.uk/Style/Fonts/CodeNext-Regular.otf");
    }
    
    @font-face { 
    font-family: "Unilever Shilling"; 
    src: url("https://unity.workingwell.co.uk/Style/Fonts/UnileverShilling.ttf");
    }
    
/*
    ============================================================================================================================
    CORE ELEMENTS
    ============================================================================================================================
*/

a:link
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}
a:visited
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}
a:hover
	{
	color: #2F3757;
    
	text-decoration: none;
    
	}
a:active
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}

a.Anchor {
    display: block;
    position: relative;
    top: -400px;
    visibility: hidden;
}

html
{
    overflow-y: scroll;
    }

body
{
    margin: 0px;
    background-color: #2F3757;
    font-family: Roboto, Arial;
    font-size: 14.5px;
    color: #2F3757;
    
    

    -webkit-font-smoothing: antialiased;
    }

p
{
    page-break-inside: avoid;
}

span
{
    display: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    }


form
{
     border: 0px;
     margin: 0px;
     padding: 0px;   
     }

label
{
    display: inline-block;
    width: 40%;
    float: left;
    margin-top: 3px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    }

input, textarea
{
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #2F3757;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;

    
    border-radius: 3px;
    
    width: 400px;
    resize: none;
    }


input[type="radio"]
{
    width: 24px;
    box-shadow: none;
}

input[type="file"]
{
    color: #2F3757;    
}

textarea
{
    width: 400px;
    height: 100px;
    }

textarea.Translations
{
    width: 370px;
    height: 50px;
}

textarea.Translations:read-only
{
    background-color: #DDDDDD;
    font-weight: bold;
}

select
{
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #2F3757;
    background-color: #FFFFFF;
    padding: 0px;
    padding-left: 3px;
    margin: 2px;
    
    border-radius: 3px;
    
    }



input[type=submit], input[type=button], button
{
    width: auto;
    background-color: #DFE4ED;
    color: #2F3757;
    
    border-radius: 3px;
    
    font-weight: bold;
    font-size: 12px;
    padding: 13px;
    }

input[type=submit]:hover:enabled, input[type=button]:hover:enabled, button:hover:enabled
{
    background-color: #2F3757;
    color: #DFE4ED;
    cursor: pointer;
    box-shadow: none;
}

input[type=submit]:disabled, input[type=button]:disabled, button:disabled
{
    background-color: #CCCCCC;
    color: #444444;
    cursor: not-allowed;
    box-shadow: none;
    font-weight: bold;
    font-size: 12px;
    padding: 13px;
}


input[type=button].ListButton:disabled
{
    background-color: #CCCCCC;
    color: #444444;
    cursor: not-allowed;
    box-shadow: none;
    padding: 5px;
}

input[type=button].ListButton
{
    width: auto;
    background-color: #666666;
    font-size: 17px;
    padding: 5px;
    }

input[type=checkbox]
{
    width: auto;
    }

input[type=checkbox].Large
{
    transform: scale(1.5);
    margin: 10px;
}

input[type=checkbox].Larger
{
    transform: scale(2);
    margin: 10px;
}

button
{
    width: auto;
}

button:hover
{
    background-color: #DFE4ED;
    color: #FFFFFF;
    cursor: pointer;
}

fieldset
{
    border-radius: 3px;
    border: 2px solid #F5F6FF;
    background-color: #F5F6FF;
    color: #2F3757;
    }

fieldset table tr
{
    border-bottom: 1px solid #FFFFFF;
}

fieldset table th
{
    color: #2F3757;
}

fieldset a:link, fieldset a:visited, fieldset a:active
{
    color: #2F3757;
}

fieldset a:hover
{
    color: #2F3757;
}

legend
{
    margin: 5px;
    border-radius: 10px;
    /*box-shadow: 5px 5px 5px #F5F6FF;*/
    background-color: #F5F6FF;
    color: #2F3757;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    overflow: hidden;
    }

h1
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    }

h2
{
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    }

h3
{
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    }

br
    {
    clear: left;
    }

hr
{
    border: 0px;
    color: #2F3757;
    background-color: #2F3757;
    height: 1px;
    }

table
{
    width: 99%;
    padding: 0px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
    }

th
{
    text-align:left;
    border-bottom: 1px solid #666666;
    font-size: 14px;
    color: inherit;
    }

/*
td
{
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	hyphens: auto;
}
*/

td input
{
    float: none;
    width: 100px;
    }

td button
{
    word-break: normal;
}

tr
{
    /*height: 30px;*/
    padding: 0px;
    margin: 0px;
    }




img
{
    border: 0px;
    margin: 0px;
    vertical-align: middle;
    page-break-inside: avoid;
    }

tr.Functional
{
    height: 30px;
}

tr.Functional:hover
{
    color: #DE3780;
    cursor: pointer;    
}

.ConsentContainer {
    background-color: white;
    color: #555555;
    margin: 20px;
    padding: 10px;
    border-radius: 10px;
}

.AccessibilityHidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
/*
    ============================================================================================================================
    END CORE ELEMENTS
    ============================================================================================================================
*/












/*
    ============================================================================================================================
    PERSONAL PROFILE
    ============================================================================================================================
*/


#PersonalProfile
{
    background-color: #FFFFFF;
    padding: 5px;
    width: 710px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
}

#PersonalProfile h1, #PersonalProfile h2, #PersonalProfile h3
{
    /*color: #00B69C;*/
	/*color: #F5F6FF;*/
	color: #007AC4;
}

#PersonalProfile td
{
    border-bottom:  1px solid #888888;
    border-top:     1px solid #888888;
    padding: 2px;
}

#PersonalProfile .QuestionNumber
{
    height: 30px;
    width: 20px;
}

#PersonalProfile .QuestionAnswerLegend
{
    height: 30px;
    width: 60px;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

#PersonalProfile .QuestionAnswer
{
    width: 25px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border: 0px;
}

#PersonalProfile .QuestionAnswerContainer
{
    border-left: 1px solid #888888;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
}

#PersonalProfile a
{
	text-decoration: underline;
}

#PersonalProfile .PersonalProfileInformationPanel td
{
      border-collapse: collapse;
      padding: 10px;
      border-bottom: 0px;
}

#PersonalProfile .PersonalProfileInformationPanel th
{
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
}

#PersonalProfile P
{
    margin-left: 0px;    
    margin-right: 0px;
}

#PersonalProfile .SectionLayout td {
    border: 0;
    padding: 0;
    margin: 0;
}

#PersonalProfile .SectionLayout {
    border-collapse: collapse;
}

#PersonalProfile .SectionLayout tr {
    height: 80px;
}

#PersonalProfileSecret
{
    width: 100%;
    border: 1px solid #B6B6B6;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
}














#PersonalProfile .ModuleMetricLinearGaugeVerbose {
    border-collapse: separate;
    border-spacing: 0;
    width: 710px;
    min-height: 80px;
	margin: 0;
    padding: 0;
    border: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose p {
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .ModuleMetricNameContainer {
    float: left;
    max-width: 70%;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .ModuleMetricNameContainer p {
    margin: 0;
    text-align: left;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .ScoreContainer {
    float: right;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose tr {
    border: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .MainRow {
    height: 60px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose td {
    padding: 0;
    margin: 0;

    border: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .LowScoreLabel, #PersonalProfile .ModuleMetricLinearGaugeVerbose .HighScoreLabel {
    text-align: center;
    font-size: 12px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Spacer {
    width: 5px;
    border: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .LowScores {
    width: 150px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .HighScores {
    width: 150px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Main {
    width: 312px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Icon {
    width: 60px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Icon img {
    max-width: 50px;
    max-height: 50px;
}


#PersonalProfile .ModuleMetricLinearGaugeVerbose .Title {
	float: left;
    padding-left: 10px;
    max-width: 60%;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Score {
	float: right;
    padding-right: 10px;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Range {
  margin: 10px;
  -webkit-appearance: none;
  width: 250px;
  height: 5px;
  border-radius: 2px;   
  background: white;
  outline: none;
  border: 0;
  //opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 6px solid white;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
  background: inherit;
  cursor: pointer;
}

#PersonalProfile .ModuleMetricLinearGaugeVerbose .Range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 6px solid white;
  background: green;
  cursor: pointer;
}

#PersonalProfile ul {
    margin-top: 5px;
    margin-bottom: 5px;
}








/*
    ============================================================================================================================
    END PERSONAL PROFILE
    ============================================================================================================================
*/


/*
    ============================================================================================================================
    PROJECT REPORT
    ============================================================================================================================
*/
#ProjectReport .ModuleMetricLinearGaugeVerbose {
    border-collapse: separate;
    border-spacing: 0;
    width: 710px;
    min-height: 80px;
	margin: 0;
    padding: 0;
    border: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose p {
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .ModuleMetricNameContainer {
    float: left;
    max-width: 70%;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .ModuleMetricNameContainer p {
    margin: 0;
    text-align: left;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .ScoreContainer {
    float: right;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose tr {
    border: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .MainRow {
    height: 60px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose td {
    padding: 0;
    margin: 0;

    border: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .LowScoreLabel, #ProjectReport .ModuleMetricLinearGaugeVerbose .HighScoreLabel {
    text-align: center;
    font-size: 12px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Spacer {
    width: 5px;
    border: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .LowScores {
    width: 150px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .HighScores {
    width: 150px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Main {
    width: 312px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Icon {
    width: 60px;

    text-align: center;
    vertical-align: middle;

    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Icon img {
    max-width: 50px;
    max-height: 50px;
}


#ProjectReport .ModuleMetricLinearGaugeVerbose .Title {
	float: left;
    padding-left: 10px;
    max-width: 60%;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Score {
	float: right;
    padding-right: 10px;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Range {
  margin: 10px;
  -webkit-appearance: none;
  width: 250px;
  height: 5px;
  border-radius: 2px;   
  background: white;
  outline: none;
  border: 0;
  //opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 6px solid white;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
  background: inherit;
  cursor: pointer;
}

#ProjectReport .ModuleMetricLinearGaugeVerbose .Range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 6px solid white;
  background: green;
  cursor: pointer;
}

#ProjectReport ul {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*
    ============================================================================================================================
    END PROJECT REPORT
    ============================================================================================================================
*/



/*
    ============================================================================================================================
    UTILITY
    ============================================================================================================================
*/
.Center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
    ============================================================================================================================
    END UTILITY
    ============================================================================================================================
*/










#ProjectEngagementReport
{
    padding: 5px;    
}

.UnityColourPickerValue
{
    width: 60px;
    height: 24px;
    padding-right: 0px;
    margin-right: 0px;
}

.UnityColourPickerInput
{
    width: 24px;
    padding: 0px;
}

.FormField
{
    width: 100%;
    vertical-align: top;    
}

.EngagementReportDetailedResults
{
    margin: 0 auto;
    margin-top: 12px;
    width: 90%;

}

.EngagementReportDetailedResults tr:nth-child(even)
{
    background-color: #F5F5F5;
}

.ListTable tr:nth-child(even)
{
    background-color: #F5F5F5;
}

.EngagementReportBarChart
{
    display: inline-block;
    width: 90%;
    background: #FFFFFF;
    page-break-inside: avoid;
    padding: 10px;
    margin: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,.2);*/
    border-spacing: 10px;
}

.EngagementReportBarChartRow
{
    margin: 10px;    
}

.EngagementReportBarChartDataLabel
{
    width: 50%;
    text-align: right;
    vertical-align: middle;
    margin: 10px, 0px, 10px, 0px;
}

.EngagementReportBarChartBarContainer
{
    width: 90%;
    text-align: left;
    vertical-align: middle;
    height: 16px;
}

.EngagementReportBarChartBar
{
    height: 16px;
    line-height: 16px;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    border-radius: 4px;
}

.EngagementReportBarChartBarLabel
{
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    margin: 0px 10px; 0px 10px;
}

.EngagementReportRightPadding
{
    width: 10%;    
}


.NavMenuButton
{
    padding: 3px        !important;
    width: 20px         !important;     
}

.ThemeImagePreview
{
    display: inline-block;
    max-height: 75px;
    max-width: 200px;    
}

.BrandingHighlightBackground
{
    background-color: #2F3757 !important;    
}

.BrandingBackgroundBackground
{
    background-color: #FFFFFF !important;    
}

.DashboardUserDetail
{
    color: #2F3757;
    background-color: #FFFFFF;
}

.AJAXListResults
{
    width: 400px;
    color: #2F3757;
    background-color: #FFFFFF;
    border: 1px solid #2F3757;
}

.InformationButton
{
    width:  16px;
    height: 16px;
    background-image: url('../Images/Info.svg');
    background-size: cover;
    cursor: pointer;
}

.InformationButton:hover
{
    background-image: url('../Images/Info-Hover.svg');
}

#InfoPopUpContainer
{
    display: none;
    width: 300px;
    position: absolute;
    top: 200px;
    left: 200px;
    background-color: white;
    z-order: 100;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #666666;
}

#InfoPopUpHeader
{
    width: 295px;
    font-weight: bold;
    background-color: #F5F6FF;
    color: #2F3757;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#InfoPopUpTitle
{
    width: 240px;
    padding: 10px;
}

#InfoPopUpCloseButton
{
    cursor: pointer;
}

#InfoPopUpCloseButton:hover
{
    cursor: pointer;
    color: #2F3757;
}

#InfoPopUpContent
{
    width: 270;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.RTL
{
    direction: rtl;    
}

.ImportantInformationContainer
{
    background-color: #F58220;
    color: #FFFFFF;
    margin: 20px;
    padding: 10px;
    border-radius: 3px;
}


#LiveEventLanguageSelector
{
    display: inline-block;
    float: right;
}


.ReportInformationPanel td
{
      padding: 10px;
      border-bottom: 0px;
}

.ReportInformationPanel th
{
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
}

.ReportSectionFooterText
{
    width: 700px;
    font-size: 10px;
    text-align: right;
    margin: 0px;
}

.ReportTable td, .ReportTable th
{
    border: 2px solid #FFFFFF;
    padding: 2px;
}

.PercentageScoreTable td, .PercentageScoreTable th
{
    border: 2px solid #FFFFFF;
    padding: 2px;
    text-align: center;
}

.PercentageScoreTable th
{
    background-color: #666666;
    color: #EEEEEE;
}

.PercentageScoreTable td
{
    background-color: #EEEEEE;
}

.PercentageScoreTable .Domain, .PercentageScoreTable .Result
{
    //font-weight: bold;    
}

.PercentageScoreTable .Domain
{
    width: 150px;
}

.PercentageScoreTable .Result
{
    width: 80px;
}

.PercentageScoreTable .Aggregate
{
    background-color: #FFFFFF;
    font-weight: bold;
}

.PercentageScoreTable .Good
{
    //background-color: #AAFFAA;
    font-weight: bold;
	
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20px;
}

.PercentageScoreTable .Neutral
{
    font-weight: bold;
	
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20px;
}

.PercentageScoreTable .Bad
{
    //background-color: #FFC7C7;
    font-weight: bold;
 
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 20px;
}

.ChartHeatMap
{
    border: 0px;
    table-layout: fixed;
}

.ChartHeatMap tr
{
    height: 30px;    
}

.ChartHeatMap th
{
    border: 5px;
    text-align: center;
    word-break: none;
}

.ChartHeatMap td
{
    border: 2px solid #888888;    
    text-align: center;
}

.VertText
{
    writing-mode: vertical-rl;    
}


.QuestionDescription
{
    color: #2F3757;
    background-color: #F5F6FF;
    padding: 5px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    font-size: small;
}


.g-recaptcha
{
    margin-left: 30%;
}


.Hint
{
    cursor: help;    
}

.Alert
{
    font-weight: bold;
    color: #2F3757;
    cursor: help;
}

.FormRow
{
    display: flex;
    align-items: baseline;    
}

.FormItemDescription
{
    height: 40px;
    background-color: #FFFFFF;>
}

.NewOrder
{
    width: 20px;
}

.ChartKey
{
    position: relative;
    margin: 0px;
    font-size: 11px;
    color: #544F40;
}

.ChartKeyColour
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 2px;
}

.ChartLegend
{
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 11px;
    color: #544F40;
    border-collapse: collapse;
}
.ChartLegend td
{
    /*border: 1px solid #544F40;*/
    padding: 5px;
}

.QuestionText
{
    padding: 5px;
}

.StudentCourseListItem
{
    float: left;
    color: #2F3757;
    margin-top: 10px;
	margin-right: 10px;
    width: 200px;
    height: 200px;
    background-color: #DFE4ED;
    text-align: center;
	border: 1px solid #DFE4ED;
	
    border-radius: 3px;
	
    overflow: hidden;
}

.StudentCourseListItem:hover
{
    cursor: pointer;
    background-color: #2F3757;
    color: #DFE4ED;
}

.StudentCourseListItemDescription
{
    background-color: #F5F6FF;
    color: #2F3757;
    width: 100%;
    height: 50px;
    overflow-y: scroll;
}

.StudentCourseListItemTitle
{
    height: 80px;
	padding: 10px;
}

.CourseArrow
{
    cursor: pointer;
    width: 50%;
    font-size: 50px;
}

.CourseArrow:hover
{
    color: #2F3757;
}

.DetailedChart td
{
    border-bottom:  1px solid #888888;
    padding: 2px;
}

.UserInformation
{
    \\background-color: #40AE48;
    padding: 10px;
    margin: 5px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 2px solid #40AE48;
    /*box-shadow: 5px 5px 5px #666666;*/
}

.DetailedChart th
{
    border-bottom: none;
    padding: 2px;
    background-color: #F58220;
    color: #FFFFFF;
}

.DetailedChartColourBlockColumn
{
    width: 20px;
}

.DetailedChartColourBlock
{
    text-align: center;
    width: 10px;
    height: 10px;
    color: #000000;
    font-weight: bold;
    margin: 2px;
}

.AllowExtremeWrap
{
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	hyphens: auto;
}

.PageBreakBefore
{
    page-break-before: always;
}

.PageBreakAfter
{
    page-break-after: always;
}

.AutomationLogUnknown
{
    color: White;
    background-color: Orange;
}

.AutomationLogSuccess
{
    color: White;
    background-color: Green;
}

.AutomationLogFailure
{
    color: White;
    background-color: Red;
}


.VerticalText
{
    transform:  rotate(90deg);
    tranform-origin: left top 0;
    display: inline-block;
    padding: 5px;
}

.ReportDetailContainer
{
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}

.ReportDetailCaption
{
    text-align: right;
    padding-right: 10px;
}

.ReportDetailValue
{
    font-weight: bold;
    padding-right: 20px;
}

.NoBackground
{
    background-image: none;
}

.Information
{
    color: Green;
    }

.Error
{
    color: #FFFFFF;
    background: #FF0000;
    padding: 5px;
    }

.OddRow
{
    background-color: #F5F5F5;
    }


.ContainerTransparent
{
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 5px;
    border-radius: 10px;
    /*box-shadow: 5px 5px 5px #666666;*/
    padding: 5px;
    width: 95%;
    font-size: 16px;
}

#LiveEventSessionRegistrationTable
{
    width: auto;
    margin: auto;
}

#LiveEventSessionRegistrationTable th, #LiveEventSessionRegistrationTable td
{
    text-align: center;
    padding: 5px;
    border: 0px;
}

.ContainerTransparent h1
{
    margin-left: 20px;
    margin-right: 20px;
}

.ContainerTransparent p
{
    margin: 20px;   
}

.Clear
{
    clear: both;
    }

.LogError
{
    color: #FF0000;
    }

.LogInformation
{
    color: #008004;
    }
    
.LogSecurity
{
    color: #8174B5;
    }

.LogAutomation
{
    color: #0084FF;
}

.LogService
{
    color: #5D8F65;
}

.LogWarning
{
    color: #F58220;    
}

.Content
{
    margin: 5px;
}

input[type=radio].Questionnaire
{
    width: 24px;
    height: 24px;
    accent-color: #DFE4ED;
}

input[type=checkbox].Questionnaire
{
    width: 24px;
    height: 24px;    
}

.StickyHeader
{
    position: -webkit-sticky;
    position: sticky;
    background-color: #FFFFFF;
    top: 75px;
}


.RatedQuestionKeySticky
{
    position: -webkit-sticky;
    position: sticky;
    background-color: #FFFFFF;
    top: 88px;   
    z-index: 1000; 
    border: 1px solid #FFFFFF;
}

.RatedQuestionTable td
{
    padding: 10px;
}

.QuestionnaireRatedQuestionHeading
{
    font-weight: bold;
    text-align: center;
    padding: 5px;
    width: 10%;
    valign: middle;
}

.QuestionnaireRadio
{
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: bold;
}

.QuestionAnswer
{
    text-align: center;
    width: 50px;
    color: #000000;
    font-weight: bold;
}

.QuestionnaireTextArea
{
    width: 50%;
}

.QuestionnaireQuestion
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.QuestionnaireLabel
{
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.ReportTextResponse
{
    border-bottom: 1px solid #888888;
    /*font-style: italic;*/
}

.NoPageBreak
{
    page-break-inside: avoid;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.PrintOnly
{
    display: none;
}


#Subscribe
{
    background-image: url('../Images/SubscribeBackground.gif');
    background-size: 100% auto;
}

#frmSubscribe
{
    margin-left: 10%;
    width: 50%;
    margin-bottom: 10%;
}

#frmSubscribe fieldset
{
    background-color: rgba(50, 50, 50, 0.5);
}

#frmSubscribe input[type=text], #frmSubscribe .ConsentText
{
    width: 45%;
}



#LiveEventRegisterBody
{
    background-image: url('../Images/SubscribeBackground.gif');
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}





#QuestionnaireRatedQuestionKey
{
    width: 100%;
    table-layout: fixed;
}

.QuestionnaireRatedQuestionKeyNumber
{
    width: 5%;
    font-weight: bold;
    text-align: right;
    padding: 10px;
}

.QuestionnaireRatedQuestionKeyLabel
{
    width: 11%;
    font-weight: bold;
    text-align: left;
    //border: 1px solid black;
}


#MyLearningCertificate
{
    height: 900px;
    background-image: url('../Images/CertificateBackground.png');
    background-color: #FFFFFF;
    padding: 20px;
}

#MyLearningCertificateBorder
{
    height: 800px;
    padding: 20px;
    margin: 20px;
    border: 5px solid #DDDDDD;
    text-align: center;
    vertical-align: middle;
}

#DemoWelcome
{
    width: 660px;
    margin-top: 100px;
    margin-left: 20%;
    text-align: center;
}

#DemoStartButton
{
    width: 300px;
    height: 100px;
    font-size: 36px;
    margin: 50px;
}


#PrintWarning
{
    display: none;
}

#AutomatedLogoutTimer
{
    vertical-align: bottom;
}

#Layout
    {
    width: 100%;
    margin: 0 auto;
    }

#Header
{
    width: 100%;
    min-width: 300px;
    margin: 0px auto;
    }

#Login
    {
        width: 500px;
        margin-top: 100px;
        margin-left: 35%;
        margin-bottom: 4px;
    }

#ChangePassword
    {
        width: 600px;
        margin-top: 100px;
        margin-left: 35%;
        margin-bottom: 4px;
    }

#SelfReg
    {
        width: 90%;
        margin-top: 5%;
        margin-left: 5%;
    }

#NoScript
    {
        width: 350px;
        margin-top: 100px;
        margin-left: 35%;
        margin-bottom: 300px;
    }

#Login input
{
    width: 80%;
    font-size: large;
    }

#Login label
{
    width: 10%;
    }

.Container
{
    background-color: #FFFFFF;
    display: inline-block;
    
    border-radius: 3px;
    
    padding: 10px;
    box-sizing: border-box;
}

#ToolBar
    {
    display: flex;
    align-items: center;
    height: 75px;
    margin-top: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
    width: 99%;
    min-width: 300px;
    text-align: right;
    position: fixed;
    background-color: #FFFFFF;
    
    background-position: center;
    z-index: 1000;
    border-bottom: 1px solid #666666;
    padding: 0px;
    padding-right: 10px;
    }

#ToolBarBannerText
{
    padding: 10px;
    padding-left: 20px;
    font-size: 28px;
    color: #2F3757;
    font-weight: bold;
    margin: auto;
}

#ToolBarItems
    {
    margin-left: auto;
    }

#ToolBarItems a:link
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}
#ToolBarItems a:visited
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}
#ToolBarItems a:hover
	{
	color: #2F3757;
    
	text-decoration: none;
    
	}
#ToolBarItems a:active
	{
	color: #EB5600;
    
	text-decoration: none;
    
	}


#SectionTheme
{
    display: flex;
    float: left;
    justify-content: left;
    align-items: center;
    height: 75px;
}

#SectionThemeImage
{
    float: left;
    margin-right: 10px;
	max-height: 80px;
}

#ToolDecoration
{
    display: flex;
    float: right;
    justify-content: right;
    align-items: center;
    height: 80px;
}

#ToolDecorationImage
{
	max-height: 80px;
}

#Navigation
{
    margin-top: 0.5%;
    margin-right: 0.5%;
    margin-left: 0.5%;    
    float: left;
    width: 15%;
    min-width: 120px;
    margin-top: 80px;
    }

#Content
    {
    margin-top: 0.5%;
    margin-right: 0.5%;
    float: none;
    width: 83.5%;
    min-width: 400px;
    min-height: 500px;
    margin-top: 80px;
    }

#ContentNoNavigation
    {
    margin-top: 80px;
    margin-right: 20%;
    margin-left: 20%;
    width: 60%;
    min-height: 500px;
    }

#Footer
    {
    margin-top: 4px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 0;
    width: 99%;
    min-width: 300px;
    text-align: center;
    }

#MainLogo
    {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    max-height: 75px;
    max-width: 15%;
    }

#UserMessage
{
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
	margin-top: 0px;
    }

#PagedResultControls
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    }


#PagedResultControls input
{
    width: 80px;
    }

#Progress
{
    background-color: #F5F6FF;
    display: none;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #666666;
    padding: 5px;
    border: 5px solid white;
    position: fixed;
    z-index: 100;
    top: 40%;
    left: 50%;
}

#PleaseWait
{
    background-color: #FFFFFF;
    display: none;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #666666;
    padding: 5px;
    border: 5px solid white;
    position: fixed;
    z-index: 100;
    top: 40%;
    left: 50%;
}

#UploadLog
{
    margin: 5px;
    width: 100%;
    border: 0px;
    padding: 0px;
    height: 400px;
}

#ProgressBarContainer
{
    display: inline-block;
    width: 204px;
    border: 1px solid #2F3757;
    height: 20px;
}

#ProgressBar
{
    display: inline-block;
    background-color: #FF5D00;
    height: 16px;
    margin: 2px;
    float: left;
}

#QuestionnaireHeader
{
    padding-top: 5px;
}

#PDFTarget
{
    text-align: center;
}

#ActionPlan
{
    background-color: #FFFFFF;
    padding: 12px;
    width: 710px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
    display: inline-block;
}
#ActionPlan .ActionPlanItem
{
    display: inline-block;
    padding: 5px;
    float: left;
    width: 70%;
}
#ActionPlan .ActionPlanItemLeft
{
    display: inline-block;
    padding: 5px;
    float: left;
    width: 20%;
    clear: both;
}
#ActionPlan .ActionPlanItemHeader
{
    display: inline-block;
    background-color: #EEEEEE;
    width: 100%;
    padding: 5px;
    margin-top: 10px;
}
.ActionPlanAttachment
{
    float: left;
    color: #2F3757;
    margin: 5px;
    padding: 2px;
    width: 200px;
    height: 50px;
    background-color: #F5F6FF;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    word-wrap: break-word;
}
.ActionPlanAttachment:hover
{
    cursor: pointer;
    background-color: #2F3757;
    color: #FFFFFF;
}




#ProjectReport
{
    background-color: #FFFFFF;
    padding: 12px;
    width: 710px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0px;
}

#ProjectReport a
{
	text-decoration: underline;
}

#ProjectReport P
{
	margin-top: 5px;
	margin-bottom: 0px;
    margin-left: 0px;    
    margin-right: 0px;
}

#ProjectReport UL
{
	margin-top: 10px;
	margin-bottom: 10px;
    margin-left: 0px;    
    margin-right: 0px;
}

#ClientStatisticsReport
{
    background-color: #FFFFFF;
    padding: 12px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
}

#HealthReferralReport
{
    background-color: #FFFFFF;
    padding: 12px;
    width: 710px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
}

#HealthReferralReport table
{
    width: 100%;
    table-layout: fixed;
}

#HealthReferralReport td, th
{
    word-wrap: break-word;
}

#CustomReport
{
    background-color: #FFFFFF;
    padding: 0px;
}

#PDF
{
    display: none;
}

.QuestionAnswer1
{
    background-color: #00FF00;
}

.QuestionAnswer2
{
    background-color: #99FF00;
}

.QuestionAnswer3
{
    background-color: #FFFF00;
}

.QuestionAnswer4
{
    background-color: #FF9900;
}

.QuestionAnswer5
{
    background-color: #FF6600;
}

.QuestionAnswer6
{
    background-color: #FF0000;
}






#HealthReferralSummary
{
    background-color: #FFFFFF;
    padding: 12px;
    width: 710px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
}

#HealthReferralSummary h2
{
	margin-top: 20px;
}

#HealthReferralSummary table
{
	width: auto;
}

#HealthReferralSummary td, th
{
	padding-right: 5px;
}

.HealthReferralDetails td
{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
}

.HealthReferralClinicalAssessment tr
{
	border-bottom: 1px solid #EEEEEE;
}

.HealthReferralClinicalAssessment tr td, .HealthReferralClinicalAssessment tr th
{
	padding: 5px;
}

.Consent
{
	width: auto;
}

.Consent td
{
	border-bottom: 1px solid #DDDDDD;
}

.Consent th
{
	border: 0px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

.Consent td
{
	text-align: center;
	border-right: 1px solid #DDDDDD;
	padding-right: 5px;
	padding-left: 5px;
}

.ConsentText
{
    display: inline-block;
    width: 50%;
    padding: 5px;
    background-color: #F5F6FF;
    color: #2F3757;
    margin: 2px;
}

.ConsentText a:link
	{
	color: #EB5600;
	text-decoration: none;
	vertical-align: bottom;
    font-weight: bold;
	}
.ConsentText a:visited
	{
	color: #EB5600;
	text-decoration: none;
	vertical-align: bottom;
	}
.ConsentText a:hover
	{
	color: #2F3757;
	text-decoration: none;
	vertical-align: bottom;
	}
.ConsentText a:active
	{
	color: #EB5600;
	text-decoration: none;
	vertical-align: bottom;
	}





@media only screen and (max-width: 768px)
{
    body
    {
    }
    
    h1
    {
    }
    
    h2
    {
    }
    
    table
    {
        width: 97%;    
    }
    
    input
    {
        text-align: left;  
    }
    
    select
    {
        text-align: left;    
    }
    
    #Layout
    {
        width: 100%;
    }

    #Navigation
    {
        width: 97%;
    }
    
    #Content
    {
        width: 100%;
    }
    
    #Login
    {
        width: 80%;
        margin-top: 100px;
        margin-left: 0px;
    }

    #Subscribe
    {
        background-image: url('../Images/SubscribeBackground.gif');
        background-size: 100% auto;
    }

    #frmSubscribe
    {
        margin: 0;
        width: 80%;
        margin-bottom: 10%;
    }

    #frmSubscribe fieldset
    {
        background-color: rgba(50, 50, 50, 0.5);
        width: 100%;
    }

    #frmSubscribe input[type=text], #frmSubscribe .ConsentText
    {
        width: 45%;
    }
}


@media print {


    body       {
                margin: 0px;
                background-color: white;
                background-image: url('../Images/WhiteBackground.gif');
                background-repeat: repeat-x;
                float: none;
    }

    .ListButton {
                display: none;
                }

    .Container  {
                background-color: #FFFFFF;
                display: inline;
                margin: 5px;
                border: 0;
                padding: 5px;
                float:none;
                box-shadow: none;
                }


    .NoPrint    {
                display: none;
                }

    .PrintOnly  {
                display: inline;
                }

    #PrintWarning
                {
                    display: inline-block;
                    width: 100%;
                    border: 2px solid black;
                    padding: 5px;
                }

    #Content    {
                background-color: white;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                margin: 0;
                padding: 15px;
                line-height: 18px;
                float: none;
    }

    #Layout {
                background-color: white;
    }

    #ToolBar {
                display: none;
    }

    #Navigation {
                display: none;
    }

    #Footer     {
                display: none;
    }

    #ProgressBarContainer
                {
                    display: none;
                }

    #PersonalProfile
    {
        background-color: #FFFFFF;
        padding: 5px;
        border: none;
        margin-bottom: 0;  /*THIS IS IMPORTANT; STOPS BLANK PAGES BEING ADDED TO END OF PROFILES WHOSE CONTENT IS CLOSE TO THE BOTTOM OF THE PAGE*/
    }

    #PagedResultControls
    {
        display: none;
    }
}