/* Minification failed. Returning unminified contents.
(657,36): run-time error CSS1046: Expect comma, found '0'
(657,40): run-time error CSS1046: Expect comma, found '/'
(664,35): run-time error CSS1046: Expect comma, found '93'
(664,41): run-time error CSS1046: Expect comma, found '/'
 */
img {
	border: none;
}

input {
	vertical-align: middle;
}

.hidden {
	display: none;
}

.top-buttons {
    margin-bottom: 0.7em;
}

.top-buttons > .float {
    position: fixed;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 5;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17.6rem;
}

@media screen and (max-width: 768px) {
    .top-buttons > .float {
        padding-left: 1.28rem;
    }
}

.top-search {
    margin-bottom: 0.9em;
}

#XofYResults {
    margin-bottom: 0.9em;
}


/* GENERIC TABLES */

.genericTable {
    border-collapse: collapse;
    border: thin solid #666666;
    color: #363636;
    background: #f6f6f6;
    text-align: left;
    width: 100%;
}

.genericTable thead, .genericTable tfoot {
    background: #f1f1f1;
    text-align: left;
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.genericTable thead th, .genericTable tfoot th {
    padding: 0.4em;
}

.genericTable tbody th, .genericTable tbody td {
    padding: 1em;
}

.genericTable a {
    color: #333333;
    text-decoration: none;
}

.genericTable a:hover {
    text-decoration: underline;
}

.genericTable a.button {
    color: #2779aa;
}

.genericTable a.button:hover,
.genericTable a.ui-button:hover {
    text-decoration: none;
}

.genericTable ul li {
    list-style-type: none;
    font-size: smaller;
    margin-bottom: 0em;
    margin-left: 1em;
    text-indent: -1em;
}

.genericTable input, .genericTable button {
    font-size: small;
}

.genericTable tbody tr:nth-child(even) {
    
}

.genericTable tbody tr:hover {
    background: white;
}

table.genericTable.treeTable tbody tr:first-child td {
    padding-top: 0.6em;
}

table.genericTable.treeTable tbody tr td {
    padding-top: 0em;
    padding-bottom: 0em;
}

    table.genericTable.treeTable tbody tr td img {
        vertical-align: middle;
    }

table.genericTable.treeTable tbody tr:last-child td {
    padding-bottom: 0.6em;
}

@media screen and (max-width: 640px) {
    table.genericTable.treeTable.responsive tbody td {
        padding-top: 0em;
        padding-bottom: 0em;
    }
}

@media screen and (max-width: 480px) {
    table.treeTable.responsive tbody td {
        float: left;
        display: block;
    }
}

.result-table {
    margin-top: 0.3em;
    margin-bottom: 1.5em;
    border-style: none;
}

.result-table th {
    text-align: left
}

.result-table td, .result-table th {
    padding: 0.15em 1em 0.15em 1em;
    vertical-align: top;
}

.result-table tr.alt {
    background-color: #EEE;
}

@media screen and (max-width: 640px) {
    table.responsive thead {
        display: none;
    }

    table.responsive tbody td,
    .input-table .input-table-cell {
        float: left;
        display: block;
    }

    table.genericTable.responsive tbody td {
        padding: .5em;
    }

    table.responsive tbody td.slug,
    .input-table .input-table-cell.slug {
        font-weight: bold;
    }
    
    table.responsive tbody td:before,
    .input-table, .input-table-cell:before {
        content: attr(data-prepend);
    }
    
    table.responsive tbody td:after,
    .input-table, .input-table-cell:after {
        content: attr(data-append);
    }

    table.responsive ul li,
    .input-table ul li {
        display: inline;
        list-style-type: none;
        font-size: smaller;
        margin-bottom: 0em;
        margin-left: 0em;
        text-indent: 0em;
    }

    table.responsive ul.commify li:after,
    .input-table ul.commify li:after {
        content: ", ";
    }

    table.responsive ul.commify li:last-child:after,
    .input-table ul.commify li:last-child:after {
        content: none;
    }
}

@media screen and (max-width: 480px) {
    table.responsive tbody td,
    .input-table .input-table-cell {
        float: none;
        display: block; 
    }

    /* table.responsive tbody td:before,
    table.responsive tbody td:after,
    .input-table .input-table-cell:before,
    .input-table .input-table-cell:after {
        content: none;
    }*/
}


/* DIALOGUES AND INPUT */

.dialog-form {
    padding: .6em;
}

.dialog-form input[type="checkbox"] {
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-appearance: checkbox; /* chrome loses ticks with -webkit-appearance: none */
}

.dialog-form label {
    display: inline-block;
    padding: 0.5em 0.6em;
}

.dialog-form .ui-buttonset label {
    padding: 0em;
}

.dialog-form .form-dialog-title {
    color:#66acdb;
}

.input-table, table.input {
    display: table;
    border-collapse: collapse;
    border-width: 0px;
    width: 100%;
}

.input-table-row, table.input tr {
    display: table-row;
}

.input-table-cell, table.input td {
    display: table-cell;
    padding-right: 1em;
    padding-bottom: .75em;
}

.input-table-cell:last-child, table.input td:last-child {
    padding-right: 0em;
}

.input-block {
    padding-bottom: .75em;
}

.input-table p, table.input p, .input-block p {
    margin: 0em 0em 0.5em 0em;
}

.input-table ul li, table.input ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 0.8em;
}

ul.checkboxes li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.8em;
    margin-right: 1.2em;
}

ul.group-list {
    font-size: small;
    padding-left: 1em;
}

ul.group-list li {
    list-style-type: square;
    list-style-position: inside;
    display: list-item;
    line-height: initial;
    margin-right: initial;
    margin-bottom: .3em;
}

ul.group-list li:first-child {
    margin-top: .3em;
}

ul.group-list li:last-child {
    margin-bottom: .8em
}

.dialog-form .input-table button {
    background: white;
}

a.icontext {
    border: 1px solid black;
    border-radius: 2px;
    font-size: smaller;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 2px 2px 2px;
}

a.icontext:hover {
    text-decoration: none;
}

.ui-accordion-content {
    padding: 1em 0;
}

.ui-accordion .ui-accordion-content.ui-padded-accordion-content {
    padding-left: 1em;
    padding-right: 1em;
}

fieldset {
    padding: .4em .6em .8em .6em;
}


/* FORM INPUTS */

input, select, textarea {
    color: rgba(10, 134, 169, 0.83);
    border: thin solid lightgray;
    border: thin solid #ccc;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow: 2px 2px 3px lightgray;
    -moz-box-shadow: 1px 1px 2px lightgray;
    -webkit-box-shadow: 1px 1px 2px lightgray;
    padding: 0.4em 0.5em 0.4em 0.5em;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

select::-ms-expand {
    display: none;
}

select {
    background-image: url('../../images/ddl_arrow_teal.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: border-box;
    padding-right: 2em;
}

input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    border: none;
}

input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
    border: none;
}

.form-output {
    color: rgba(10, 134, 169, 0.83);
    border: thin solid lightgray;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    box-shadow: 2px 2px 3px lightgray;
    -moz-box-shadow: 1px 1px 2px lightgray;
    -webkit-box-shadow: 1px 1px 2px lightgray;
    padding: 0.4em 0.5em 0.4em 0.5em;
    outline: 0;
    word-wrap: break-word;
}

input:focus, select:focus {
    border-color: #2779AA;
}

/* don't double-pad labels inside .page-label divs */
.page-label label, .input-table label, .input-block label {
    padding: 0em;
}


/* LOGIN FORMS */

.login-form {
    color: rgba(0, 112, 163, 1);
    font-size: small;
}

.page-label {
    margin-bottom: 0.8em;
    margin-top: 1.6em;
}

.page-field {}

.login-form input {
    font-size: medium;
    padding: .5em;
}

.login-form .button, .login-form button {
    margin-top: 2em;
    padding: .6em;
    width: 10em;
}

section.individual-status-section {
    padding-bottom: 1em;
}

section.individual-status-section h3 {
    display: inline-block;
    padding-bottom: .5em;
}

dl.template-help dt {
    font-family: Consolas, Inconsolata, Courier New, monospace;
    float: left;
    clear: both;
    padding-right: 1em;
    min-width: 12em;
}

dl.template-help dd {
    float: left;
}

.content-tree-header {
    padding: 0em .7em .7em .7em;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}


/* printable and non-printable elements */
@media screen {
    .print-only {
        display: none !important;
    }
}

@media print {
    .no-print, a.ui-icon-info {
        display: none;
    }
}


/* EMAIL WIDGET */

#SendEmailForm {
    height: 100%;
}

.isv-email-editor .html-tab {
    padding: 1em 0 0 0;
}

.isv-email-editor .text-tab {
    padding: 1em 0 0 0;
    overflow: hidden !important;
}

.isv-email-editor textarea.plain-text-body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 12pt;
    box-sizing: border-box;
}

.email-compose-root table.email-compose-table td:first-child {
    padding-right: 1em;
}


/* MISC */

.popupMenu {
    width: 260px;
    z-index: 10;
}

.password-reset-link {
    margin-top: 0.5em;
    margin-left: 10px;
}


/* Dialog Custom Styles goes here*/

.dialogCustomStyle {
    top: 150px !important;
}

.ui-widget-content a.isv-unavailable {
    color: gray;
}

.popup-menu {
    position: absolute;
    display: none;
}

.filterPopupMenu {
    width: 180px;
}

/* for vertical tabs, stretch the <a> tag to the whole width of the tab */
a.ui-tabs-anchor {
    width: 100%;
}

svg.isv-pie:hover {
    -ms-filter: drop-shadow(1px 1px 1px gray);
    -moz-filter: drop-shadow(1px 1px 1px gray);
    -webkit-filter: drop-shadow(1px 1px 1px gray);
    filter: drop-shadow(1px 1px 1px gray);
}

/* force wrapping text in tooltips */
.ui-tooltip-content {
    word-wrap: break-word;
}

/* jQuery UI cupertino fixes */
/* un-ruin menus */
.popupMenu.ui-menu .ui-menu-item-wrapper, .contextMenu.ui-menu .ui-menu-item-wrapper {
    padding: 4.5px 1em 4.5px .4em;
    border-radius: 6px;
}

.popupMenu.ui-menu .ui-state-active, .contextMenu.ui-menu .ui-state-active {
    font-weight: normal;
}

.popupMenu.ui-menu, .contextMenu.ui-menu {
    padding: 2px;
    border-radius: 6px;
}

/* default tooltip shadow is hideous */
.ui-tooltip.ui-widget-shadow {
    box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
}

/* broken icons for checkboxradio in controlgroup */
.ui-icon-blank {
    background-position: 16px 16px !important;
}

.ui-controlgroup .ui-checkboxradio-icon {
    display: none;
}

/* dialog title colour change */
.ui-dialog-titlebar {
    color: #2779aa;
}

/* This script contains all styles for the navigation bar and the breadcrumb bar. */

@media print {
    .layout-logo, .layout-nav {
        display: none;
    }

    .layout-top, main {
        margin-bottom: 1.2em;
    }
}

nav ul li {
    list-style-type: none;
    margin-bottom: 0.1em;
}

@media screen and (min-width: 48em) {
    nav ul li {
        margin-bottom: 1em;
    }
}

.nav-button-x {
    display: inline-block;
    box-sizing: border-box;
    line-height: 100%;
    width: 100%;
    color: #595d60;
    cursor: pointer;
    background-color: white;
    text-align: left;
    text-decoration: none;
    margin-top: 0.7em;
    padding: 0em 0.75em 0.8em 0.75em;
    border: thin solid #595d60;
    border-top: thin solid white;
    border-bottom-left-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
}

.nav-button {
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 45px;
    border-radius: 7px;
    font-weight: 400;
    background: #fff;
    color: #696969;
    padding-left: 0.8em;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
    transition: background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;
    margin: 2px;
}

.nav-button:hover{
    background: rgba(255,255,255,0.9);
    box-shadow: 0 6px 20px rgb(93 93 93 / 23%);
}

.nav-button-x:hover {
    background-color: #00a1dc;
    border: thin solid #00a1dc;
    border-radius: 0.75em;
    text-decoration: none;
    color: white;
    margin-top: 0em;
    padding-top: 0.7em;
}

#home-button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    background-color: #146bb5;
    color: white;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 2.3em;
    border: thin solid #595d60;
    border-radius: .6em;
    padding-left: .75em;
    padding-right: .75em;
    margin-top: 0;
}

#home-button:hover {
    background-color: #595d60;
    border-color: #595d60;
}

.breadcrumb {
    padding: 0 0.5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: end;
}

.breadcrumb a {
    color: #595d60;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 0.25rem;
    content: "→";
}s


header {
	font-weight: bold;
	font-size: x-large;
	text-align: left;
    color: #595d60;
}

header .subtitle {
    font-variant: small-caps;
    font-size: 75%;
    text-transform: lowercase;
}

h1 {
    font-weight: 500;
    font-size: 1.5em;
    margin: 0em 0em 1em 0em;
    clear: both;
}

h2 {
    font-weight: normal;
    font-size: 130%;
    margin: 0em 0em 1em 0em;
    clear: both;
}

h3 {
    font-weight: normal;
    font-size: 115%;
    margin: 0em 0em .5em 0em;
    clear: both;
}

.ui-dialog-content h3, .ui-dialog-content h4 {
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    color: #0055aa;
    outline: none;
    text-decoration: underline;
}

.popupMenu a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0ex 0em 1.5em 0em;
    max-width: 48em;
}

p.explanation {
    font-size: smaller;
    max-width: 48em;
}

.error {
    font-weight: bold;
    color: red;
}

var {
    font-weight: normal;
}

.copy-typing-normal {
    color: black;
}

.copy-typing-wrong {
    color: red;
}

.copy-typing-alt {
    color: lightgray;
}

.copy-typing-neg {
    color: darkslateblue;
}

.copy-typing-neg2 {
    color: darkgreen;
}

.copy-typing-neglf {
    color: darkgreen;
}

.ui-widget {
    /* JQuery theme tries to override this */
	font-family: inherit !important;
	font-size: inherit !important;
}


/* Description Lists */
dl.metric dd, dl.metric dt {
    float: left;
}

dl.metric dd {
    clear: both;
    min-width: 16em;
}

dl.answer-data dd, dl.answer-data dt {
    float: left;
}

dl.answer-data dd {
    clear: both;
}


/* Privacy Policy */

.privacyPolicy {
    padding: 1em 1em 1em 1em;
    font-size: 0.9em;
    font-family: Tahoma,Verdana,Arial,sans-serif;
}

.privacyPolicy p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.privacyPolicy h1 {
    font-size: 150%;
    font-weight: bold;
}

.privacyPolicy h2 {
    font-size: 130%;
    font-weight: bold;
}

.privacyPolicy ul {
    list-style-position: inside;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.privacyPolicy ul li {
    margin-left: 1em;
}

.privacyPolicy a {
    text-decoration: underline;
}

.text-lowercase {
    text-transform: lowercase;
}
.input-validation-error
{
    border: 1px solid red;
    background-color: #FFEEEE;
}

.input-validation-valid
{
	
}

.field-validation-error
{
    display: block;
    color: rgba(169, 76, 76, 1);
    padding: 10px;
}

.field-validation-error
{
	display:block;
    color: rgba(169, 76, 76, 1);
}

.field-validation-valid
{
	display: none;
}

.validation-summary-errors
{
	font-weight: bold;
    color: rgba(169, 76, 76, 1);
    padding: 5px;
}

.validation-summary-valid
{
	display: none;
}
* {
	margin: 0;
	padding: 0;
}

html, body {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: .9em;
    position: relative;
    /* stops JQueryUI dialog box jumping around when dragged */
    /* see https://stackoverflow.com/questions/17247486/jquery-ui-dialog-dragging-issues */
}

.layout, .layout-top, .layout-logo, header, .layout-middle, .layout-nav, .layout-home, nav, .layout-content, .layout-breadcrumb, main, footer {
    box-sizing: border-box;
}

.layout {
    width: 100%;
    min-height: 100vh;
    padding: .32rem 1.28rem 0em 1.28rem
}

.layout-logo {
    height: 90px;
	background-image: url('../../images/isvonline100.png');
	background-repeat: no-repeat;
    background-position: left bottom;
}

.layout-logo, header, .layout-home {
    margin-bottom: .48rem;
}

.layout-top {
    margin-bottom: .96rem;
}

.layout-breadcrumb, .layout-nav, main {
    margin-bottom: 2.24rem;
}

footer {
    padding-top: 5px;
}
footer a {
    color: #595d60;
}

@media screen {
    .layout, .layout-top, .layout-middle, .layout-nav, .layout-content {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    footer {
        padding-bottom: .48rem;
    }
}

@media screen and (min-width: 768px) {
    /*.layout {
        min-height: 100%;
    }*/
    
    .layout-top {
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    
    .layout-middle {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    
    .layout-logo, .layout-nav {
        -webkit-flex: 0 0 210px;
        flex: 0 0 210px;
        margin-right: 3.2rem;
    }

    .layout-logo, header {
        margin-bottom: 0rem;
    }
    
    .layout-nav, main {
        margin-bottom: .48rem;
    }

    .layout-home, .layout-breadcrumb {
        -webkit-flex: 0 0 1.84rem;
        flex: 0 0 1.84rem;
    }
    
    .layout-top, .layout-home {
        margin-bottom: 2.24rem;
    }

    header, .layout-content {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 768px) {
    /* for IE10+ */
    header, .layout-content {
        /* IE breaks word wrapping if I set this to auto as I should. */
        flex-basis: 9999px; /* Presumably people who can afford 10,000-pixel monitors aren't still using IE. */
    }
}
.layout {
    background: #f8f8f8;
}
.layout-content
{
    width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding-left: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.ui-checkboxradio-icon.ui-icon-background {
    background-color: transparent;
}


/* TEMPLATE BUILDER */

.itbQuestionTable {
    border-collapse: collapse;
    border: thin solid #5FA0EF;
    color: black;
    text-align: left;
    width: 100%;
}

.itbQuestionTable input {
    width: 100%;
}

.itbQuestionTable input[type="radio"], .itbQuestionTable input[type="checkbox"], .itbQuestionTable input[type="button"], itbQuestionTable input[type="submit"] {
    width: auto;
}

.itbQuestionTable textarea {
    width: 100%;
}

.itbQuestionTable .heading {
    background: #A5C7FE;
    color: #0070A3;
    font-weight: bold;
}

.itb.dialog-form {
    font-size: small;
    color: rgba(0, 112, 163, 1);
    padding: .8em;
}

.side-note {
    color:rgba(148, 89, 30, 1);
    font-size: x-small;
}


/* REPORTS */

.ui-icon-info, .ui-icon-circle-arrow-n {
    cursor: help
}

.report-explanation {
    margin-top: 3em;
    font-size: smaller;
    max-width: 640px;
}

h3 {
    margin-top: .6em;
    margin-bottom: .3em;
}

h3 .isv-tooltip, h4 .isv-tooltip {
    display: inline-block;
    margin-bottom: -3px;
}

h3 .hide-link, h4 .hide-link {
    font-weight: normal;
}

p.isv-graph-tooltip {
    margin: 0.25em 0.5em 0.25em 0.5em;
}

.assessmentResultTable td {
    white-space: nowrap;
}

.assessmentResultTable td:first-child {
    white-space: normal;
}

.assessmentResultTable td.numeric {
    text-align: right;
}

ul.answerList li {
    list-style-type: square;
    text-indent: 0em;
    white-space: pre-wrap;
}

.isv-report-config h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .6em;
    padding-bottom: 1em;
}


/* profile report */

.comprehension-score {
    text-align: center;
    font-size: 1.8em;
}

.profile-root .gauge-wrapper {
    float: left;
    margin-right: 10px;
    max-width: 230px;
}

.profile-root .comprehension-wrapper {
    float: left;
    margin-right: 10px;
    max-width: 230px;
}

.profile-root .percentile-wrapper {
    float: left;
    max-width: 230px;
}

.profile-root .content-list.itb-breakdown ul li {
    list-style-type: none;
    font-size: smaller;
    margin-bottom: 0em;
    margin-left: 1em;
    text-indent: -1em;
}

.profile-root .content-list.itb-breakdown ul.answerList li {
    list-style-type: square;
    text-indent: 0;
}

.profile-root table.itb-breakdown {
    margin-top: 1em;
}


/* skills analysis */

.skills-analysis-root section {
    margin-bottom: 40px;
}

.skills-analysis-root .composition, .skills-analysis-root .composition-button {
    padding-left: 20px;
    padding-right: 20px;
}

.skills-analysis-root h4 {
    padding-bottom: 10px;
}


/* comparison report */

.comparison-report-root section {
    margin-bottom: 3em;
}


/* progression report */

.progression-report-root h4 {
    margin-top: 1.2em;
}

.progression-report-root .isv-line-chart .yLabel {
    font-size: 12px;
    text-anchor: start;
}

.progression-report-root .isv-line-chart {
    padding-top: 1em;
}


/* training report */

.training-root .table-section {
    float: left;
    margin-right: 20px;
}

.training-root .table-section table.result-table {
    margin-top: 1em;
}

.training-root .modules-pie-section {
    float: left;
    margin-right: 20px;
    max-width: 180px
}

.training-root .topics-pie-section {
    float: left;
    margin-right: 20px;
    max-width: 180px
}

.training-root .module-overview-section {
    clear: both;
    margin-top: 2em;
}

.training-root .module-overview-section .d-bars {
    margin-top: 1em;
}

.training-root .details-buttons {
    clear: both;
}

.training-root .module-breakdown-section {
    margin-top: 2em;
}

.training-root .module-breakdown-section table {
    margin-top: 1em;
}


/* full profile report */

.full-profile-details-container .profile-report-link-div {
    align-self: flex-end;
}


@media print {
    .skills-analysis-root .composition {
        display: block !important;
    }

    .skills-analysis-root .composition a.button {
        display: none;
    }

    .skills-analysis-root .composition-button {
        display: none !important;
    }

    .skills-analysis-root .hide-link,
    .comparison-report-root .hide-link {
        display: none;
    }
}


/* Non-hideous tables imported from IDV system. */

table.content-list {
    width: 100%;
    font-size: small;
    border-collapse: collapse;
    border-top: thin solid dimgray;
    border-bottom: thin solid dimgray;
}

table.content-list > thead {
    border-bottom: thin solid dimgray;
}

table.content-list .ui-icon {
    display: inline-block;
}

table.content-list .ui-icon.disabled {
    filter: grayscale(100%);
    opacity: 0.25;
}

table.content-list a {
    color: #146bb5;
}

table.content-list > thead > tr > th {
    text-align: left;
    padding-top: .4em;
    padding-bottom: .3em;
    padding-left: .5em;
    padding-right: .5em;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

table.content-list > tbody > tr > td {
    padding-top: .4em;
    padding-bottom: .3em;
    padding-left: .5em;
    padding-right: .5em;
    overflow-x: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */ /* what was I thinking? */
}

table.content-list > thead > tr,
table.content-list > tbody > tr {
    background-color: white;
}

table.content-list > tbody > tr:hover {
    background-color: rgba(20, 107, 181, 0.1);
}

table.content-list > tbody > tr:nth-child(even) {
    background-color: #F6F6F6;
}

table.content-list > tbody > tr:nth-child(even):hover {
    background-color: rgba(20, 107, 181, 0.1);
}

table.content-list.double-stripe > tbody > tr:nth-child(4n+1),
table.content-list.double-stripe > tbody > tr:nth-child(4n+2) {
    background-color: initial;
}

table.content-list.double-stripe > tbody > tr:nth-child(4n+1):hover,
table.content-list.double-stripe > tbody > tr:nth-child(4n+2):hover {
    background-color: rgba(20, 107, 181, 0.1);
}

table.content-list.double-stripe > tbody > tr:nth-child(4n+3),
table.content-list.double-stripe > tbody > tr:nth-child(4n) {
    background-color: #F6F6F6;
}

table.content-list.double-stripe > tbody > tr:nth-child(4n+3):hover,
table.content-list.double-stripe > tbody > tr:nth-child(4n):hover {
    background-color: rgba(20, 107, 181, 0.1);
}

table.mini-table > tbody > tr > th {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

table.mini-table > tbody > tr > th:nth-child(1) {
    padding-right: 1em;
}

table.mini-table > tbody > th > td {
    vertical-align: top;
}

div.full-profile-row {
    width: 100%;
}

div.full-profile-row > div {
    float: left;
}

div.full-profile-row > div:first-child {
    width: 30%;
    text-align: left;
}

div.full-profile-row > div:nth-child(2) {
    width: 23%;
    text-align: right;
}

div.full-profile-row > div:nth-child(3) {
    width: 23%;
    text-align: right;
}

div.full-profile-row > div:nth-child(4) {
    width: 23%;
    text-align: right;
}

div.full-profile-details-container {
    font-size: smaller;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.4em;
    margin-bottom: 0.6em;
}

@media print {
    div.full-profile-row > div:first-child {
        width: 40%;
        text-align: left;
    }

    div.full-profile-row > div:nth-child(2) {
        width: 30%;
        text-align: right;
    }

    div.full-profile-row > div:nth-child(3) {
        width: 30%;
        text-align: right;
    }

    /* No need to show 'view report' button in printout */
    div.full-profile-row > div:nth-child(4) {
        display: none;
    }
}

table.clickable-rows > tbody > tr {
    cursor: pointer;
}

div.full-profile-top-buttons {
    /* font-size: smaller;
    text-align: right; */
    margin-bottom: 1em;
}

fieldset.exercise-profile-list {
    padding: 0;
    border: 0;
}

ul.exercise-profile-checkboxes {
    column-count: 3;
    margin-top: 1em;
    list-style-type: none;
}

.wizard > .content > .body .content-tree-root ul.exercise-profile-checkboxes {
    column-count: 3;
    margin-top: 1em;
    /* !important required to stop JQuery steps plugin overriding this */
    list-style-type: none !important;
}

ul.exercise-profile-checkboxes input[type=checkbox] {
    margin: .4em .6em .4em 0;
}

ul.content-summary-list {
    column-count: 2;
    margin: 0ex 0em 1.5em 0em;
}

ul.content-summary-list li {
    list-style-position: inside;
    margin: .4em 0 .4em 0;
}

.wizard > .content > .body .content-tree-root input {
    display: inline-block;
}

.wizard > .content > .body .content-tree-root ul.content-summary-list {
    /* !important required to stop JQuery steps overriding this */
    margin: 0ex 0em 1.5em 0em !important;
}

table.content-list.itb-breakdown tbody td:first-child,
table.content-list.itb-breakdown tbody td:last-child {
    text-align: right;
}

table.content-list.itb-breakdown tbody td:nth-child(2) {
    white-space: normal;
}

.csv-warning {
    color: #FF0000;
    margin: 10px 0 0 10px;
    font-weight: bold;
    display: none;
}

.csv-warning > span {
    color: #CC0000;
}

.admin-updated {
    padding: 20px 0 0 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #007700;
    display: none;
}

