@charset "UTF-8";
/*
 * Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto;
}

* {
  box-sizing: border-box;
}

/*
 * Links and buttons
 */
a {
  color: #31BA7E;
  cursor: pointer;
}

button {
  cursor: pointer;
}

a:focus, button:focus {
  outline: none;
}

.btn-primary {
  background-color: #31BA7E;
  border-color: #269263;
  color: #FAFAFA;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #269263;
}
.btn-primary.disabled, .btn-primary[disabled=disabled], .btn-primary[disabled=true], .btn-primary[disabled] {
  background-color: #9ee6c6;
  border-color: #9ee6c6;
  color: #FAFAFA;
  cursor: not-allowed;
}

.btn-default {
  background-color: #fff;
  border-color: #d7d7d7;
  color: #484848;
  cursor: pointer;
}
.btn-default:hover {
  background-color: #e3e3e3;
  color: #484848;
}
.btn-default.disabled, .btn-default[disabled=disabled], .btn-default[disabled=true], .btn-default[disabled] {
  background-color: white;
  background-color: white;
  color: #ABABAB;
  cursor: not-allowed;
}
.btn-default.disabled:hover, .btn-default[disabled=disabled]:hover, .btn-default[disabled=true]:hover, .btn-default[disabled]:hover {
  background-color: white;
  background-color: white;
  color: #ABABAB;
}

.btn-danger {
  color: #FF1D38;
  border-color: #d7d7d7;
}
.btn-danger:hover {
  background-color: #FF1D38;
  border-color: #e9001c;
  color: #FAFAFA;
  cursor: pointer;
}
.btn-danger.disabled, .btn-danger[disabled=disabled] {
  background-color: white;
  border-color: #d7d7d7;
  color: #ABABAB;
  cursor: not-allowed;
}
.btn-danger.disabled:hover, .btn-danger[disabled=disabled]:hover {
  background-color: white;
  border-color: #d7d7d7;
  color: #ABABAB;
}

a.btn, button, input[type=submit] {
  display: inline-block;
  padding: 11px 15px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
a.btn.btn-lg, button.btn-lg, input[type=submit].btn-lg {
  padding: 13px 40px;
  font-size: 16px;
}
a.btn.btn-listing-row-action, button.btn-listing-row-action, input[type=submit].btn-listing-row-action {
  padding: 0;
  border: none;
  font-size: 16px;
  color: #ABABAB;
}
a.btn.btn-listing-row-action:hover, button.btn-listing-row-action:hover, input[type=submit].btn-listing-row-action:hover {
  color: #31BA7E;
  background-color: transparent;
}
a.btn.btn-listing-row-action.btn-danger, button.btn-listing-row-action.btn-danger, input[type=submit].btn-listing-row-action.btn-danger {
  color: #ABABAB;
}
a.btn.btn-listing-row-action.btn-danger:hover, button.btn-listing-row-action.btn-danger:hover, input[type=submit].btn-listing-row-action.btn-danger:hover {
  color: #FF1D38;
  background-color: transparent;
}
a.btn.disabled, a.btn[disabled=disabled], button.disabled, button[disabled=disabled], input[type=submit].disabled, input[type=submit][disabled=disabled] {
  cursor: not-allowed;
}
a.btn i.icon, button i.icon, input[type=submit] i.icon {
  font-size: 16px;
}
a.btn.btn-link, button.btn-link, input[type=submit].btn-link {
  color: #31BA7E;
  font-size: inherit;
  padding: 0;
  border: 0;
  background-color: transparent;
}
a.btn.btn-link:hover, button.btn-link:hover, input[type=submit].btn-link:hover {
  text-decoration: underline;
}
a.btn.btn-link.disabled, a.btn.btn-link[disabled=disabled], button.btn-link.disabled, button.btn-link[disabled=disabled], input[type=submit].btn-link.disabled, input[type=submit].btn-link[disabled=disabled] {
  background-color: transparent;
  color: #ABABAB;
}
a.btn.btn-link.disabled:hover, a.btn.btn-link[disabled=disabled]:hover, button.btn-link.disabled:hover, button.btn-link[disabled=disabled]:hover, input[type=submit].btn-link.disabled:hover, input[type=submit].btn-link[disabled=disabled]:hover {
  border-color: transparent;
  background-color: transparent;
  color: #ABABAB;
}
a.btn.btn-icon, button.btn-icon, input[type=submit].btn-icon {
  color: #ABABAB;
  border-color: transparent;
  padding: 7px;
}
a.btn.btn-icon i.icon, button.btn-icon i.icon, input[type=submit].btn-icon i.icon {
  font-size: 20px;
}
a.btn.btn-icon:hover, button.btn-icon:hover, input[type=submit].btn-icon:hover {
  border-width: 1px;
  border-color: #d7d7d7;
  background-color: #e3e3e3;
  color: #484848;
}
a.btn.btn-icon.disabled, a.btn.btn-icon[disabled=disabled], button.btn-icon.disabled, button.btn-icon[disabled=disabled], input[type=submit].btn-icon.disabled, input[type=submit].btn-icon[disabled=disabled] {
  background-color: transparent;
  color: #ABABAB;
}
a.btn.btn-icon.disabled:hover, a.btn.btn-icon[disabled=disabled]:hover, button.btn-icon.disabled:hover, button.btn-icon[disabled=disabled]:hover, input[type=submit].btn-icon.disabled:hover, input[type=submit].btn-icon[disabled=disabled]:hover {
  border-color: transparent;
  background-color: transparent;
  color: #ABABAB;
}
a.btn.btn-icon.btn-icon-danger:hover, button.btn-icon.btn-icon-danger:hover, input[type=submit].btn-icon.btn-icon-danger:hover {
  border-color: transparent;
  background-color: transparent;
  color: #FF1D38;
}
a.btn.btn-listing-add, button.btn-listing-add, input[type=submit].btn-listing-add {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  line-height: 40px;
  background-color: #FF1D38;
  border-color: #FF1D38;
  color: #FAFAFA;
}

.color-0, .level-0, .color-not-evaluated {
  color: rgba(0, 0, 0, 0.4);
  border: 0.1em solid #E4E4E4;
}

.level-1, .color-1 {
  background-color: #C0504D;
  color: #410F0D;
}

.level-2, .color-3 {
  background-color: #F5A746;
  color: #412711;
}

.level-3, .color-5 {
  background-color: rgb(155, 187, 89);
  color: rgb(0, 0, 0);
}

.level-4, .color-7 {
  background-color: #0D7972;
  color: #fff;
}

.level-5, .color-9 {
  background-color: #2A386E;
  color: #fff;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot.level-0 {
  border-color: #cacaca;
}

.chart-title h1,
.chart-title h2,
.chart-title h3,
.chart-title h4,
.chart-title h5,
.chart-title h6 {
  display: inline-block;
}

.chart-title #candidate-name {
  padding: 10px 0;
  float: right;
}

table.grid-chart {
  font-size: 12px;
  font-size: 1vw;
  table-layout: fixed;
}
table.grid-chart th, table.grid-chart td {
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  border: 0.1em solid #E4E4E4;
}
table.grid-chart th {
  background-color: #fff;
  font-weight: bold;
}
table.grid-chart.col-5 th, table.grid-chart td {
  width: 20%;
}
table.grid-chart.col-6 th, table.grid-chart td {
  width: 16.6666666667%;
}
table.grid-chart.col-7 th, table.grid-chart td {
  width: 14.2857142857%;
}
table.grid-chart.col-8 th, table.grid-chart td {
  width: 12.5%;
}
table.grid-chart.col-9 th, table.grid-chart td {
  width: 11.1111111111%;
}
table.grid-chart.col-10 th, table.grid-chart td {
  width: 10%;
}
table.grid-chart.col-21 th, table.grid-chart td {
  width: 4.7619047619%;
}

table.grid-chart td > div {
  min-height: 28px;
  DISPLAY: flex;
  align-items: center;
  justify-content: center;
}

td.percentile {
  width: 20px;
  height: 20px;
  line-height: 0;
}

td.percentile-0.on {
  background-color: #ffffd9;
}

td.percentile-5.on {
  background-color: #ecf7b1;
}

td.percentile-10.on {
  background-color: #d5efb3;
}

td.percentile-15.on {
  background-color: #bfe5b5;
}

td.percentile-20.on {
  background-color: #a8dcb7;
}

td.percentile-25.on {
  background-color: #8fd3ba;
}

td.percentile-30.on {
  background-color: #75c8bd;
}

th.percentile-35, td.percentile-35 {
  border-right: 2px dotted #194b63 !important;
}

td.percentile-35.on {
  background-color: #5dbec1;
}

td.percentile-40.on {
  background-color: #3fb4c4;
}

td.percentile-45.on {
  background-color: #36a8c3;
}

td.percentile-50.on {
  background-color: #2b9bc1;
}

td.percentile-55.on {
  background-color: #1e90bf;
}

td.percentile-60.on {
  background-color: #2183b9;
}

th.percentile-65, td.percentile-65 {
  border-right: 2px dotted #194b63 !important;
}

td.percentile-65.on {
  background-color: #2376b4;
}

td.percentile-70.on {
  background-color: #236aae;
}

td.percentile-75.on {
  background-color: #225ea8;
}

td.percentile-80.on {
  background-color: #2552a2;
}

td.percentile-85.on {
  background-color: #26469d;
}

td.percentile-90.on {
  background-color: #263997;
}

td.percentile-95.on {
  background-color: #37288e;
}

td.percentile-100.on {
  background-color: #4b0082;
}

ul.nav-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #4a4a4a;
  color: #FAFAFA;
  padding: 5px 10px;
}
ul.nav-bar li {
  float: left;
}
ul.nav-bar li.selected a {
  color: #FAFAFA;
}

div#legende ul li {
  font-size: 1vw;
}
div#legende ul li input {
  height: 15px;
  width: 25px;
  margin-left: 0px;
  font-size: 12px;
  font-size: 0.6vw;
  padding: 9px 4px;
  margin: 0;
  display: none;
}
div#legende ul li input.show {
  display: inherit;
}

@media screen and (min-width: 961px) {
  table.grid-chart {
    width: 100%;
  }
}
/*
 * Fonts
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v11/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* crete-round-regular - latin */
@font-face {
  font-family: "Crete Round";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/crete-round-v7-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Crete Round"), local("CreteRound-Regular"), url("../../fonts/crete-round-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/crete-round-v7-latin-regular.woff2") format("woff2"), url("../../fonts/crete-round-v7-latin-regular.woff") format("woff"), url("../../fonts/crete-round-v7-latin-regular.ttf") format("truetype"), url("../../fonts/crete-round-v7-latin-regular.svg#CreteRound") format("svg"); /* Legacy iOS */
}
/* crete-round-italic - latin */
@font-face {
  font-family: "Crete Round";
  font-style: italic;
  font-weight: 400;
  src: url("../../fonts/crete-round-v7-latin-italic.eot"); /* IE9 Compat Modes */
  src: local("Crete Round Italic"), local("CreteRound-Italic"), url("../../fonts/crete-round-v7-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/crete-round-v7-latin-italic.woff2") format("woff2"), url("../../fonts/crete-round-v7-latin-italic.woff") format("woff"), url("../../fonts/crete-round-v7-latin-italic.ttf") format("truetype"), url("../../fonts/crete-round-v7-latin-italic.svg#CreteRound") format("svg"); /* Legacy iOS */
}
/* varela-round-regular - latin */
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/varela-round-v11-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("../../fonts/varela-round-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/varela-round-v11-latin-regular.woff2") format("woff2"), url("../../fonts/varela-round-v11-latin-regular.woff") format("woff"), url("../../fonts/varela-round-v11-latin-regular.ttf") format("truetype"), url("../../fonts/varela-round-v11-latin-regular.svg#VarelaRound") format("svg"); /* Legacy iOS */
}
/* m-plus-rounded-1c-700 - latin */
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/m-plus-rounded-1c-v9-latin-700.eot"); /* IE9 Compat Modes */
  src: local("M PLUS Rounded 1c Bold"), local("MPLUSRounded1c-Bold"), url("../../fonts/m-plus-rounded-1c-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../../fonts/m-plus-rounded-1c-v9-latin-700.woff2") format("woff2"), url("../../fonts/m-plus-rounded-1c-v9-latin-700.woff") format("woff"), url("../../fonts/m-plus-rounded-1c-v9-latin-700.ttf") format("truetype"), url("../../fonts/m-plus-rounded-1c-v9-latin-700.svg#MPLUSRounded1c") format("svg"); /* Legacy iOS */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
h1.in-line,
h2.in-line,
h3.in-line,
h4.in-line,
h5.in-line,
h6.in-line {
  display: inline-block;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 4rem;
  color: #5D35B7;
  line-height: 3rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

h6 {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

em {
  font-style: italic;
}

form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 30px;
}
form fieldset {
  margin-right: 20px;
  min-width: 235px;
}
form fieldset:last-of-type {
  margin-right: 0;
}
form fieldset.col-1 {
  width: calc(16.667% - 14px);
}
form fieldset.col-2 {
  width: calc(33.333% - 14px);
}
form fieldset.col-3 {
  width: calc(50% - 14px);
}
form fieldset.col-4 {
  width: calc(66.667% - 14px);
}
form fieldset.col-5 {
  width: calc(83.333% - 14px);
}
form fieldset.col-6 {
  width: calc(100% - 14px);
}
form.form-vertical {
  justify-content: space-between;
}
form.form-vertical fieldset {
  margin-right: 0;
}
form legend {
  font-family: Lato;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
form legend small {
  font-size: 75%;
  color: #ABABAB;
}
form div.col-1 {
  display: inline-block;
  width: calc(16.667% - 5px);
}
form div.col-2 {
  display: inline-block;
  width: calc(33.333% - 5px);
}
form div.col-3 {
  display: inline-block;
  width: calc(50% - 5px);
}
form div.col-4 {
  display: inline-block;
  width: calc(66.667% - 5px);
}
form div.col-5 {
  display: inline-block;
  width: calc(83.333% - 5px);
}
form div.col-6 {
  display: inline-block;
  width: calc(100% - 5px);
}

input.secure {
  text-security: disc;
  -webkit-text-security: disc;
}

p.help-text {
  display: block;
  margin-top: -10px;
  font-size: 12px;
  color: #ABABAB;
}
p.help-text .icon.icon-warning {
  color: #FFBE53;
}

.input-row {
  display: flex;
  align-items: baseline;
}
.input-row > * {
  margin-right: 5px;
}
.input-row > *:last-child {
  margin-right: 0;
}

span.to-be-edited {
  background-color: #fbf3b4;
}

span.edited-automatically {
  border-bottom: 1px dotted #333;
}

input,
select,
textarea,
div[contenteditable=true],
ol.dragdrop-selector {
  margin-bottom: 17px;
  border: 0.5px solid #ddd;
  background-color: #fff;
  color: #484848;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
div[contenteditable=true]::-webkit-input-placeholder,
ol.dragdrop-selector::-webkit-input-placeholder {
  color: #ABABAB;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
div[contenteditable=true]:-moz-placeholder,
ol.dragdrop-selector:-moz-placeholder {
  /* Firefox 18- */
  color: #ABABAB;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
div[contenteditable=true]::-moz-placeholder,
ol.dragdrop-selector::-moz-placeholder {
  /* Firefox 19+ */
  color: #ABABAB;
}
input :-ms-input-placeholder,
select :-ms-input-placeholder,
textarea :-ms-input-placeholder,
div[contenteditable=true] :-ms-input-placeholder,
ol.dragdrop-selector :-ms-input-placeholder {
  color: #ABABAB;
}
input[type=submit],
select[type=submit],
textarea[type=submit],
div[contenteditable=true][type=submit],
ol.dragdrop-selector[type=submit] {
  margin-top: 8px;
}
input.full-width,
select.full-width,
textarea.full-width,
div[contenteditable=true].full-width,
ol.dragdrop-selector.full-width {
  width: 100%;
}
input.invalid,
select.invalid,
textarea.invalid,
div[contenteditable=true].invalid,
ol.dragdrop-selector.invalid {
  border: 1px solid red;
}

input[type=text],
input[type=file],
input[type=number],
input[type=email],
input[type=search],
input[type=password],
select,
textarea,
div[contenteditable=true],
ol.dragdrop-selector {
  font-size: 14px;
  padding: 11px;
  height: 40px;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text]::-ms-expand,
input[type=file]::-ms-expand,
input[type=number]::-ms-expand,
input[type=email]::-ms-expand,
input[type=search]::-ms-expand,
input[type=password]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
div[contenteditable=true]::-ms-expand,
ol.dragdrop-selector::-ms-expand {
  display: none;
}
input[type=text][disabled=disabled], input[type=text][disabled], input[type=text][readonly=readonly], input[type=text][readonly],
input[type=file][disabled=disabled],
input[type=file][disabled],
input[type=file][readonly=readonly],
input[type=file][readonly],
input[type=number][disabled=disabled],
input[type=number][disabled],
input[type=number][readonly=readonly],
input[type=number][readonly],
input[type=email][disabled=disabled],
input[type=email][disabled],
input[type=email][readonly=readonly],
input[type=email][readonly],
input[type=search][disabled=disabled],
input[type=search][disabled],
input[type=search][readonly=readonly],
input[type=search][readonly],
input[type=password][disabled=disabled],
input[type=password][disabled],
input[type=password][readonly=readonly],
input[type=password][readonly],
select[disabled=disabled],
select[disabled],
select[readonly=readonly],
select[readonly],
textarea[disabled=disabled],
textarea[disabled],
textarea[readonly=readonly],
textarea[readonly],
div[contenteditable=true][disabled=disabled],
div[contenteditable=true][disabled],
div[contenteditable=true][readonly=readonly],
div[contenteditable=true][readonly],
ol.dragdrop-selector[disabled=disabled],
ol.dragdrop-selector[disabled],
ol.dragdrop-selector[readonly=readonly],
ol.dragdrop-selector[readonly] {
  background-color: #F0F0F0;
  border-color: #E4E4E4;
}

input[type=text].narrow {
  padding: 8px;
  width: 140px;
  margin-bottom: 0;
}

select {
  cursor: pointer;
  padding-right: 30px;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='7'><path d='M9.264,2.248 L5.52,5.832 C5.32799904,6.02400096 5.11466784,6.12 4.88,6.12 C4.64533216,6.12 4.43200096,6.02400096 4.24,5.832 L0.496,2.248 C0.32533248,2.07733248 0.24,1.858668 0.24,1.592 C0.24,1.325332 0.32533248,1.10666752 0.496,0.936 C0.89066864,0.53066464 1.30666448,0.53066464 1.744,0.936 L4.88,3.944 L8.016,0.936 C8.45333552,0.53066464 8.86933136,0.53066464 9.264,0.936 C9.43466752,1.10666752 9.52,1.325332 9.52,1.592 C9.52,1.858668 9.43466752,2.07733248 9.264,2.248 Z' fill='30373C'></path></svg>") no-repeat;
  background-position: right 11px center; /* Same as padding */
}
select option[value=””][disabled] {
  display: none;
}
select option[disabled] {
  color: #ABABAB;
}

label {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
label small {
  font-size: 90%;
  margin-left: 3px;
  color: #ABABAB;
}
label.checkbox-label {
  padding-left: 5px;
  display: inline-block;
}

div.radio-group {
  display: block;
  margin-bottom: 35px;
}
div.radio-group:last-of-type {
  margin-bottom: 15px;
}
div.radio-group.radio-group-vertical label {
  display: block;
}
div.radio-group input[type=radio] {
  display: none;
}
div.radio-group input[type=radio]:checked + label:before {
  content: "•";
  font-family: Helvetica, Arial;
  color: #31ba7e;
  font-size: 61px;
  text-align: center;
  line-height: 25px;
  transition: font-size 0.05s;
}
div.radio-group label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
div.radio-group label:last-of-type {
  margin-bottom: 0;
}
div.radio-group label:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #fff;
  content: "•";
  font-family: Helvetica, Arial;
  color: #31ba7e;
  font-size: 0;
  text-align: center;
  line-height: 26px;
}

div.input-error-message {
  display: none;
  font-size: 12px;
  margin-top: -12px;
  margin-bottom: 17px;
}
div.input-error-message.show {
  display: block;
}
div.input-error-message .icon {
  color: #FFBE53;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 10px;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield; /* For Firefox */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.table-filters {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
div.table-filters * {
  align-self: flex-end;
  outline: none;
}
div.table-filters:last-child {
  margin-right: 0;
}
div.table-filters form {
  position: relative;
  overflow: hidden;
  display: inline;
  margin-bottom: 0;
}
div.table-filters label {
  line-height: normal;
  margin-bottom: 5px;
}
div.table-filters input[type=text],
div.table-filters input[type=file],
div.table-filters input[type=number],
div.table-filters input[type=email],
div.table-filters input[type=search],
div.table-filters input[type=password],
div.table-filters select {
  width: 100%;
}
div.table-filters .form-group {
  position: relative;
  overflow: hidden;
  min-width: 90px;
  margin-bottom: 0;
  margin-right: 15px;
  margin-bottom: 5px;
}
div.table-filters .col-1 {
  width: 16.6666666667%;
}
div.table-filters .col-2 {
  width: 33.3333333333%;
}
div.table-filters .col-3 {
  width: 50%;
}
div.table-filters .col-4 {
  width: 66.6666666667%;
}
div.table-filters .col-5 {
  width: 83.3333333333%;
}
div.table-filters .col-6 {
  width: 100%;
}

progress:not(value) {
  /* Add your styles here. As part of this walkthrough we will focus only on determinate progress bars. */
  appearance: none;
}

progress[value] {
  /* Get rid of the default appearance */
  appearance: none;
  /* This unfortunately leaves a trail of border behind in Firefox and Opera. We can remove that by setting the border to none. */
  border: none;
  /* Add dimensions */
  width: 100%;
  height: 20px;
  /* Although firefox doesn't provide any additional pseudo class to style the progress element container, any style applied here works on the container. */
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  /* Of all IE, only IE10 supports progress element that too partially. It only allows to change the background-color of the progress value using the 'color' attribute. */
  color: royalblue;
  position: relative;
  margin: 0 0 1.5em;
}

/*
Webkit browsers provide two pseudo classes that can be use to style HTML5 progress element.
-webkit-progress-bar -> To style the progress element container
-webkit-progress-value -> To style the progress element value.
*/
progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #0099cc, #31ba7e);
  border-radius: 2px;
  background-size: 35px 20px, 100% 100%, 100% 100%;
}

/* Firefox provides a single pseudo class to style the progress element value and not for container. -moz-progress-bar */
progress[value]::-moz-progress-bar {
  /* Gradient background with Stripes */
  background-image: -moz-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)), -moz-linear-gradient(left, #09c, #f44);
  background-size: 35px 20px, 100% 100%, 100% 100%;
  border-radius: 3px;
  /* Firefox doesn't support CSS3 keyframe animations on progress element. Hence, we did not include animate-stripes in this code block */
}

[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}
[type=range]:focus::-ms-fill-lower {
  background: #eceff1;
}
[type=range]:focus::-ms-fill-upper {
  background: #fbfbfc;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 0;
}

.input-add-on {
  display: flex;
}

.input-add-on-field {
  flex: auto 1 1;
  /* field styles */
}

.input-add-on-item {
  background-color: white;
  /* height: 41px; */
  margin-bottom: 17px;
  border: 1px solid #ccc;
  padding: 8px;
}
.input-add-on-item.btn-primary {
  color: #32ba7e;
}
.input-add-on-item.btn-primary:hover {
  background-color: white;
  color: #269263;
}

.input-add-on-left {
  border-radius: 4px 0 0 4px !important;
}

.input-add-on-right {
  border-radius: 0 4px 4px 0 !important;
}

#form-footer {
  border-top: 1px solid #E4E4E4;
  padding-top: 10px;
  margin-top: 100px;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 10px 30px;
  background-color: #fff;
}
#form-footer > * {
  margin-left: 5px;
  margin-right: 5px;
}
#form-footer > *:first-child {
  margin-left: 0;
}
#form-footer > *:last-child {
  margin-right: 0;
}

div.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 10000;
}
div.modal p {
  margin-bottom: 10px;
}
div.modal div.modal-background {
  position: absolute;
  width: 100%;
  height: 100%;
}
div.modal div.modal-wrapper {
  position: relative;
  width: 445px;
  background-color: #FAFAFA;
  margin: calc(40vh - 100px) auto;
  padding: 30px 60px 30px;
  border-radius: 4px;
}
div.modal div.modal-wrapper.modal-lg {
  width: 620px;
}
div.modal div.modal-wrapper.modal-full {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  right: 0;
  height: calc(100vh - 120px);
  margin: 0 10%;
  width: inherit;
}
div.modal div.modal-wrapper.modal-full div.modal-body {
  height: calc(100% - 162px);
  overflow: auto;
}
div.modal div.modal-wrapper.modal-letter-preview {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  right: 0;
  height: calc(100vh - 120px);
  margin: 0 auto;
  width: 800px;
}
div.modal div.modal-wrapper.modal-letter-preview div.modal-body {
  height: calc(100% - 162px);
  overflow: auto;
}
div.modal div.modal-head {
  margin-bottom: 20px;
  text-align: left;
  font-size: 28px;
}
div.modal div.modal-head h1,
div.modal div.modal-head h2,
div.modal div.modal-head h3,
div.modal div.modal-head h4,
div.modal div.modal-head h5,
div.modal div.modal-head h6 {
  display: inline-block;
  margin-bottom: 8px;
  line-height: 32px;
}
div.modal div.modal-head a.btn-close .icon {
  float: right;
  font-size: 28px;
  color: #ABABAB;
}
div.modal div.modal-body {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}
div.modal div.modal-body.modal-body-overflow-scroll {
  max-height: 45vh;
  overflow: auto;
}
div.modal div.modal-footer {
  position: relative;
  padding: 0;
}
div.modal.modal-md div.modal-wrapper {
  width: 800px;
  padding: 30px 40px 30px;
}
div.modal.modal-md div.modal-head {
  text-align: left;
}

div.report-page {
  position: relative;
  width: 61.2em;
  height: 79.2em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 3em 0;
  font-size: 10px;
  outline: 1px solid #E4E4E4;
  background-color: #fff;
}

div.draft-stamp {
  position: absolute;
  border: 0.1em solid red;
  border-radius: 0.4em;
  padding: 0.5em;
  background-color: white;
  z-index: 1000;
  top: 2em;
  left: 17.5em;
  right: 17.5em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}

div.confidential, div.month-year {
  position: relative;
  overflow: hidden;
  text-align: right;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.6em;
}

div.report-candidate-name {
  position: absolute;
  overflow: hidden;
  text-align: right;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

span.candidate-file-number {
  font-size: 0.7em;
  text-transform: uppercase;
}

div.report-title {
  position: absolute;
  text-align: right;
  overflow: hidden;
  font-size: 1em;
  color: #fff;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

div.report-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}

div.report-banner {
  position: relative;
  overflow: hidden;
}
div.report-banner img.report-banner-bg {
  width: 100%;
  height: auto;
}

div#summary-report-page-1 img#cover-image {
  width: 100%;
}

div#summary-report-page-1 img#stock-image {
  position: absolute;
  top: -0.1em;
  right: -0.1em;
  width: 36.8em;
}

div#one-pager-report div.report-candidate-name,
div#results-overview-report div.report-candidate-name {
  top: 0.5em;
  right: 1em;
}

div#one-pager-report div.report-title,
div#results-overview-report div.report-title {
  top: 4.4em;
  right: 1.4em;
}

div#summary-report-page-1 div.report-candidate-name {
  top: 19em;
  right: 0.7em;
}

div#summary-report-page-1 div.report-title {
  top: 34.7em;
  right: 1.1em;
}

div#summary-report-page-3 div.report-header {
  margin-bottom: 3.6em;
}

div#summary-report-page-4 img#report-back {
  margin-top: 3.5em;
  width: 100%;
}
div#summary-report-page-4 ul#locations {
  position: absolute;
  top: 4em;
  right: 0.6em;
  text-align: right;
  font-size: 2.4em;
}
div#summary-report-page-4 div#contact {
  position: absolute;
  bottom: 5em;
  color: white;
  left: 6em;
  text-align: right;
}
div#summary-report-page-4 div#contact h3 {
  margin-bottom: 0.7em;
  font-size: 2.1em;
}
div#summary-report-page-4 div#contact p {
  margin-bottom: 0;
  font-size: 1em;
}

div.report-body {
  position: relative;
  overflow: hidden;
}

.section-title {
  font-size: 1.4em;
}

div.framed-report-section {
  position: relative;
  overflow: visible;
  margin-top: 1em;
  padding: 1.5em 1em;
  border: 0.05em solid black;
}
div.framed-report-section .section-title {
  position: absolute;
  top: -0.8em;
  left: 1em;
  margin-bottom: 1em;
  padding: 0 0.5em;
  background-color: #fff;
  text-align: center;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

#reflexive-capacities-wrapper {
  width: calc(44% - 1em);
}
#reflexive-capacities-wrapper #gauge-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10em;
}
#reflexive-capacities-wrapper p.legend {
  font-size: 0.9em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#reflexive-capacities-wrapper #chart-wrapper {
  height: 40%;
}

#required-skills-wrapper {
  width: calc(56% - 1em);
}

#report-summary-wrapper {
  width: 100%;
}

#generic-skills-wrapper {
  font-size: 1.2em;
}

#summary-report-page-1 h3.section-title,
#summary-report-page-3 h3.section-title,
#summary-report-page-4 h3.section-title {
  margin-bottom: 0.9em;
}
#summary-report-page-1 h6.section-title,
#summary-report-page-3 h6.section-title,
#summary-report-page-4 h6.section-title {
  margin-bottom: 0.5em;
}

#summary-report-page-1 p#mission {
  font-size: 1.4em;
  color: #ABABAB;
  margin-bottom: 1em;
}
#summary-report-page-1 div#story {
  display: flex;
  justify-content: space-between;
}
#summary-report-page-1 div#story div.col {
  width: 16.3em;
}
#summary-report-page-1 div#story p {
  font-size: 0.9em;
  margin-bottom: 0.8em;
}
#summary-report-page-1 div#story p.signature {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 2em;
}
#summary-report-page-1 div#story p img#linked-in-logo {
  position: absolute;
  bottom: 0;
  left: 5em;
  width: 2em;
  height: 2em;
}
#summary-report-page-1 div#story p:last-of-type {
  margin-bottom: 0;
}

#summary-report-page-3 div.readers-notes {
  font-size: 0.9em;
  margin-bottom: 3.3em;
  margin-top: -2.3em;
}
#summary-report-page-3 div.readers-notes p {
  margin-bottom: 0;
}
#summary-report-page-3 div.readers-notes ul {
  list-style: disc;
  margin-left: 1.3em;
}
#summary-report-page-3 h6.section-title {
  text-align: right;
}
#summary-report-page-3 p.signature {
  font-size: 1em;
  white-space: pre-wrap;
  text-align: right;
}
#summary-report-page-3 p.success-cond-text {
  font-size: 0.9em;
  margin-bottom: 5em;
  white-space: pre-wrap;
}
#summary-report-page-3 p.success-cond-text .edited-automatically {
  border: none;
}
#summary-report-page-3 p.success-cond-text .to-be-edited {
  background-color: inherit;
}
#summary-report-page-3 div#key-capacities-wrapper {
  margin-bottom: 3.2em;
}

div#one-pager-report #report-summary-wrapper {
  height: 30.2em;
}

div#one-pager-report #reflexive-capacities-wrapper,
div#one-pager-report #required-skills-wrapper {
  height: 26em;
  margin-bottom: 1.5em;
}

div#results-overview-report #generic-skills-wrapper {
  height: 34em;
  padding: 1.5em 2em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

div#results-overview-report #reflexive-capacities-wrapper,
div#results-overview-report #required-skills-wrapper {
  height: 14.8em;
}

div.report-footer {
  position: absolute;
  left: 4.3em;
  right: 4.3em;
  bottom: 2.2em;
  font-size: 0.7em;
  text-align: right;
}

div#summary-report-page-1 .report-footer {
  position: absolute;
  bottom: 1.7em;
}

div#summary-report-page-1 .report-footer img {
  width: 100%;
  height: auto;
}

div#summary-report-page-4 img#stock-image {
  position: absolute;
  top: 5.2em;
  left: 0;
  width: 27.6em;
}

@page {
  size: letter;
  margin: 0mm 0mm 0mm 0mm;
}
@media only print {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
  }
  div.report-page {
    outline: none;
    width: 8.5in;
    height: 10.9in;
    page-break-after: always;
    font-size: 83%;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.hero {
  background-color: white;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.hero p {
  font-size: 0.875rem;
}
.hero p:last-child {
  margin-bottom: 0;
}

.button-bar button {
  margin-right: 10px;
}
.button-bar button:last-child {
  margin-right: 0;
}

#timer-wrapper {
  position: relative;
  background-color: #E4E4E4;
  margin-bottom: 2rem;
  width: 100px;
  height: 6px;
  font-size: 14px;
  float: right;
  text-align: right;
}
#timer-wrapper #timer-progress {
  position: relative;
  height: 100%;
  width: 90%;
  background-color: #31BA7E;
}
#timer-wrapper #count-down {
  color: #ABABAB;
}

#progress-bar {
  position: relative;
  background-color: #E4E4E4;
  margin-bottom: 3rem;
  width: 100px;
  height: 6px;
  font-size: 14px;
}
#progress-bar #progress {
  position: relative;
  height: 100%;
  width: 90%;
  background-color: #31BA7E;
}
#progress-bar #count {
  color: #ABABAB;
}

#card-sorting .description-tooltip {
  position: absolute;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 10px;
  font-size: 11px;
  z-index: 100000;
  left: 0;
  top: 30px;
  border-radius: 4px;
  box-shadow: #000 2px 2px 3px;
}
#card-sorting [draggable=true] {
  /*
  To prevent user selecting inside the drag source
  */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#card-sorting .dragging {
  opacity: 0.4;
}
#card-sorting #main-card {
  height: 300px;
  overflow-y: auto;
  transition: all 0.25s ease-out;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #E4E4E4;
}
#card-sorting #main-card.hero p {
  font-size: 16px;
}
#card-sorting #main-card:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#card-sorting #main-card:hover {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  transform-origin: center;
  transform-style: flat;
  transform: scale(1.04);
  box-shadow: 5px 10px 5px 0px rgba(0, 0, 0, 0.2588235294);
}
#card-sorting #main-card.narrow {
  height: 105px;
}
#card-sorting #main-card.narrow h2 {
  margin-bottom: 0;
}
#card-sorting #main-card.flat {
  cursor: inherit !important;
  transform: none !important;
  box-shadow: none !important;
  border: 1px solid #E4E4E4;
  background-color: transparent;
  color: #ABABAB;
}
#card-sorting #drop-zones-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
#card-sorting .drop-zone {
  border: 1px solid #E4E4E4;
  background-color: #FAFAFA;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 12px;
  width: 100%;
  height: auto;
  position: relative;
  margin-right: 15px;
}
#card-sorting .drop-zone:last-of-type {
  margin-right: 0;
}
#card-sorting .drop-zone .drop-zone-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  margin-bottom: 15px;
}
#card-sorting .drop-zone h5 {
  display: inline-block;
  margin-bottom: 0;
}
#card-sorting .drop-zone .remove-btn {
  padding: 0;
  margin-right: 5px;
  color: #ABABAB;
  border: none;
}
#card-sorting .drop-zone .remove-btn:hover {
  color: red;
}
#card-sorting .drop-zone .show-description-btn {
  color: #ABABAB;
  cursor: pointer;
  font-size: 16px;
}
#card-sorting .drop-zone .show-description-btn:hover {
  color: #31BA7E;
}
#card-sorting .drop-zone .counter {
  text-align: center;
  height: 17px;
  background-color: #E4E4E4;
  color: #ABABAB;
  border-radius: 50%;
  font-size: 10px;
  padding: 5px;
  line-height: 6px;
}
#card-sorting .drop-zone .counter.full {
  background-color: #FF1D38;
  color: #FAFAFA;
}
#card-sorting .drop-zone > ul {
  height: 100%;
  margin-right: 0;
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#card-sorting .drop-zone > ul :active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#card-sorting li.mini-card {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 5px;
  background-color: #FAFAFA;
}
#card-sorting li.mini-card:hover {
  box-shadow: 2px 3px 2px 1px rgba(0, 0, 0, 0.2588235294);
}
#card-sorting #top-bottom-picker #medium-cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#card-sorting #top-bottom-picker .medium-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 278px;
  min-height: 90px;
  background-color: white;
  margin: 10px;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #E4E4E4;
}
#card-sorting #top-bottom-picker .medium-card.disabled {
  color: #ABABAB;
}
#card-sorting #top-bottom-picker .medium-card.disabled:hover {
  border: 1px solid #E4E4E4;
}
#card-sorting #top-bottom-picker .medium-card.selected {
  border: 2px solid #31BA7E;
}
#card-sorting #top-bottom-picker .medium-card:hover {
  border: 2px solid rgba(49, 186, 126, 0.4);
}
#card-sorting #top-bottom-picker .check-box-wrapper {
  position: absolute;
  top: 5px;
  right: 5px;
}
#card-sorting #mini-card-ghost {
  position: absolute;
  left: 0;
  width: 260px;
  height: 29px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  padding: 5px;
  font-size: 12px;
  background-color: #fff;
  z-index: 0;
}
#card-sorting #sorting-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#card-sorting #sorting-buttons > * {
  margin-right: 5px;
  margin-left: 5px;
}
#card-sorting #sorting-buttons > *:first-child {
  margin-left: 0;
}
#card-sorting #sorting-buttons > *:last-child {
  margin-right: 0;
}

ol {
  margin-bottom: 4rem;
}
ol li {
  margin: 1rem 0;
}

#multiple-choices {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  /* ---------
    // Question
    /* ------ */
}
#multiple-choices #header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#multiple-choices #question-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
#multiple-choices #question-wrapper > * {
  margin-left: 10px;
  margin-right: 10px;
}
#multiple-choices #question-instructions {
  position: relative;
  display: flex;
  flex: 4 1 100%;
}
#multiple-choices #question-instructions p {
  margin-bottom: 1rem;
}
#multiple-choices #question {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E4E4E4;
  margin-left: none;
  margin-right: none;
  margin-bottom: 2rem;
  border-radius: 10px;
  padding: 2rem 3rem;
  flex: 3 1 60%;
  max-width: none;
  text-align: left;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
#multiple-choices #question .header-question {
  color: #5D35B7;
  margin-bottom: 1.5rem;
  text-align: left;
  flex: 1 1;
  display: flex;
  position: relative;
  align-items: center;
}
#multiple-choices #question .header-question.narrow {
  flex: 0.5 1;
}
#multiple-choices #question .question-text {
  margin-bottom: 1.5rem;
  flex: 1 1;
  font-size: 1rem;
}
#multiple-choices #question .question-text ol {
  margin-bottom: 0;
  text-align: left;
}
#multiple-choices #question .question-text p {
  font-size: 1rem;
}
#multiple-choices #question .question-image-wrapper {
  position: relative;
  flex: 1 1;
  padding: 0 1.5rem;
  max-width: 540px;
}
#multiple-choices #question .question-image {
  margin-bottom: 1.5rem;
  padding: 0.5em;
  background-color: white;
  border-radius: 8px;
}
#multiple-choices #question #play-btn-wrapper #play-btn {
  background-color: transparent;
  font-size: 1rem;
  border: none;
  color: lightgray;
  padding: 0;
}
#multiple-choices #right-col {
  flex: 1 1 30%;
}
#multiple-choices #answer-explanation {
  flex: 4 1 100%;
}
#multiple-choices #answer-explanation label {
  font-size: 1rem;
  margin-bottom: 10px;
}
#multiple-choices #answer-explanation textarea {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  font-size: 1rem;
}
#multiple-choices #open-answer {
  flex: 4 1 100%;
}
#multiple-choices #open-answer label {
  font-size: 1rem;
  margin-bottom: 10px;
}
#multiple-choices #open-answer textarea {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  font-size: 1rem;
}
#multiple-choices #options-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 30%;
  margin-bottom: 2rem;
  flex-direction: column;
}
#multiple-choices #options-wrapper div.form-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#multiple-choices #options-wrapper div.form-item label:before {
  left: 0.5rem !important;
  top: 0.7rem !important;
}
#multiple-choices #options-wrapper div.form-item label {
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  background-color: white;
  border: 1px solid #E4E4E4;
  padding: 1rem 1rem 1rem 2.6rem;
  border-radius: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
#multiple-choices #options-wrapper div.form-item label img {
  max-height: 65px;
}
#multiple-choices #options-wrapper div.form-item label:active {
  background-color: rgba(49, 186, 126, 0.0588235294);
}
#multiple-choices #options-wrapper div.form-item label:active:before {
  content: "•";
  font-family: Helvetica, Arial;
  color: #31ba7e;
  font-size: 61px;
  text-align: center;
  line-height: 25px;
}
#multiple-choices #options-wrapper div.form-item label:hover {
  border: 1px solid #31BA7E;
}
#multiple-choices #options-wrapper div.form-item label.selected {
  border: 1px solid #31BA7E;
  background-color: rgba(49, 186, 126, 0.0588235294);
}
#multiple-choices #options-wrapper div.form-item label.selected:before {
  content: "•";
  font-family: Helvetica, Arial;
  color: #31ba7e;
  font-size: 61px;
  text-align: center;
  line-height: 25px;
}
#multiple-choices #options-wrapper div.form-item:last-child label {
  margin-bottom: 0;
}
#multiple-choices #options-wrapper div.form-item input {
  margin: 0;
  margin-right: 1em;
}

@media screen and (min-width: 1235px) {
  #question-wrapper {
    max-width: 1100px;
  }
}
@media screen and (max-width: 800px) {
  #multiple-choices #question-wrapper .hero,
  #multiple-choices #question-wrapper #question,
  #multiple-choices #question-wrapper #options-wrapper,
  #multiple-choices #question-wrapper #right-col {
    flex: 1 1 100%;
  }
}
.demo-pill {
  border-radius: 25px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 7px;
  font-size: 90%;
  margin-top: 10px;
  background-color: #5D35B7;
  color: #FAFAFA;
}

#intro #intro-session-progress,
#previously-completed #intro-session-progress {
  color: #ABABAB;
  margin-bottom: 5px;
  font-size: 90%;
}
#intro #intro-test-title,
#previously-completed #intro-test-title {
  display: inline-block;
  max-width: 80%;
}
#intro .intro-pill,
#previously-completed .intro-pill {
  float: right;
  border-radius: 25px;
  padding: 7px;
  font-size: 90%;
  margin-top: 10px;
}
#intro .intro-pill.intro-timed-pill,
#previously-completed .intro-pill.intro-timed-pill {
  background-color: #5D35B7;
  color: #FAFAFA;
}
#intro .intro-pill.intro-approx-pill,
#previously-completed .intro-pill.intro-approx-pill {
  color: #5D35B7;
  border: 1px solid #5D35B7;
  background-color: transparent;
}
#intro #intro-subtitle,
#previously-completed #intro-subtitle {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 10px;
  line-height: 0;
  color: #484848;
  font-family: "open sans";
}
#intro #intro-instructions ul,
#previously-completed #intro-instructions ul {
  list-style-type: disc;
  margin-bottom: 2rem;
}
#intro #intro-instructions ul li,
#previously-completed #intro-instructions ul li {
  margin-bottom: 10px;
}
#intro #intro-instructions ul li:last-of-type,
#previously-completed #intro-instructions ul li:last-of-type {
  margin-bottom: 0;
}
#intro #intro-instructions p small,
#previously-completed #intro-instructions p small {
  color: #ABABAB;
  font-size: 80%;
}
#intro .question-example-wrapper img,
#previously-completed .question-example-wrapper img {
  border: 1px solid #484848;
  border-radius: 4px;
  margin-bottom: 45px;
}

#instructions-pop-over-wrapper {
  position: fixed;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#instructions-pop-over {
  position: relative;
  padding: 30px 30px 60px;
  display: block;
  width: 95vw;
  max-width: 1024px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 10px 33px;
  border: 1px solid lightgray;
  border-radius: 4px;
  overflow: auto;
  top: 10px;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#instructions-pop-over-body {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 60px;
  padding-top: 30px;
}

#instructions-pop-over-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ececec;
  padding: 10px 15px;
  text-align: right;
}

#code-perm-login .title {
  text-align: center;
}
#code-perm-login .wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  height: 100%;
  overflow: auto;
}
#code-perm-login form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.callout {
  padding: 10px 18px;
  background-color: #fff3af;
  font-size: 0.8rem;
  color: darkslategray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.callout .close-btn {
  cursor: pointer;
  border-radius: 50%;
  padding: 3px;
  font-size: 0.8rem;
  color: darkslategray;
}
.callout .close-btn:hover {
  color: #000;
}

/*
 * Base structure
 */
html {
  display: flex;
  flex-direction: column; /*IE8*/
  height: 100%;
  width: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: white;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #484848;
}

#root {
  width: 100%;
}

header {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 14px;
  background-color: #30373C;
  color: #ABABAB;
}
header #switch-lang-btn {
  color: white;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 7px;
}
header a.partner {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: inherit;
}
header a.partner i {
  font-weight: 400;
  color: #31BA7E;
  font-size: large;
}
header a.partner:hover {
  color: #31BA7E;
}
header .header-menu {
  font-size: 0.875rem;
}
header .header-menu li {
  margin-right: 10px;
}
header .header-menu li:last-child {
  margin-right: 0;
}

.shadow {
  box-shadow: 5px 4px 12px 2px rgba(0, 0, 0, 0.1215686275);
}

strong {
  font-weight: 700;
}

p {
  margin-bottom: 2rem;
}
p:last-of-type:not(:first-of-type) {
  margin-bottom: 4rem;
}

main.app-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

div.side-nav {
  position: relative;
  flex: auto 0 0;
  padding: 20px 0;
  width: 70px;
  height: 100%;
  background-color: #30373C;
  color: #FAFAFA;
  text-align: left;
  transition: width 0.2s ease-in;
}
div.side-nav span.icon {
  font-size: calc(1.275rem + 0.3vw);
  text-align: center;
}
@media (min-width: 1200px) {
  div.side-nav span.icon {
    font-size: 1.5rem;
  }
}
div.side-nav span.icon.icon-menu {
  font-size: 1.25rem;
  padding-left: 7px;
  margin-right: 3px;
}
div.side-nav ul.no-bullet, div.side-nav ul.nav-bar {
  position: absolute;
  width: 100%;
}
div.side-nav ul.no-bullet.toggle-btn, div.side-nav ul.toggle-btn.nav-bar {
  top: 0px;
}
div.side-nav ul.no-bullet.top, div.side-nav ul.top.nav-bar {
  top: 7.5rem;
}
div.side-nav ul.no-bullet.bottom, div.side-nav ul.bottom.nav-bar {
  bottom: 0.8rem;
}
div.side-nav ul.no-bullet li, div.side-nav ul.nav-bar li {
  height: 5.7rem;
  line-height: 5.7rem;
  padding-left: 1.4rem;
  overflow: hidden;
}
div.side-nav ul.no-bullet li a, div.side-nav ul.nav-bar li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
div.side-nav ul.no-bullet li a .icon, div.side-nav ul.nav-bar li a .icon {
  color: #FAFAFA;
  text-decoration: none;
}
div.side-nav ul.no-bullet li a span.label, div.side-nav ul.nav-bar li a span.label {
  display: none;
  opacity: 0;
  margin-left: 1rem;
  color: white;
  text-overflow: clip;
  white-space: nowrap;
}
div.side-nav ul.no-bullet li:hover, div.side-nav ul.nav-bar li:hover {
  background-color: #252a2e;
}
div.side-nav ul.no-bullet li.active, div.side-nav ul.nav-bar li.active {
  border-left: 4px solid #31BA7E;
  border-right: 4px solid #0e1012;
  background-color: #0e1012;
}
div.side-nav.open {
  width: 220px;
}
div.side-nav.open span.label {
  display: inline-block !important;
  opacity: 1 !important;
  transition: opacity 0.2s ease-in-out 0.15s;
}

.wrapper {
  display: flex;
  position: relative;
  overflow: auto;
  flex-direction: column;
  flex: auto 1 1;
  padding: var(--space) var(--space) 0;
  width: auto;
  height: 100vh;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.top-nav {
  position: relative;
  width: 100%;
  flex: none;
  background-color: white;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 7rem;
  right: 0;
  padding: 1.2rem 2.5rem;
  background-color: white;
  box-shadow: 0 -1px 20px -2px rgba(0, 0, 0, 0.3);
  transition: left 0.2s ease-in;
  z-index: 1000;
}

body div.side-nav.open + div.wrapper main.page-wrapper div.bottom-nav {
  left: 220px;
}

main.page-wrapper {
  background-color: white;
  width: 100%;
  flex: auto 1 1;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}
main.page-wrapper div.page-header, main.page-wrapper div.subsection-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
main.page-wrapper div.page-header h1, main.page-wrapper div.subsection-header h1,
main.page-wrapper div.page-header h2,
main.page-wrapper div.subsection-header h2,
main.page-wrapper div.page-header h3,
main.page-wrapper div.subsection-header h3,
main.page-wrapper div.page-header h4,
main.page-wrapper div.subsection-header h4,
main.page-wrapper div.page-header h5,
main.page-wrapper div.subsection-header h5,
main.page-wrapper div.page-header h6,
main.page-wrapper div.subsection-header h6 {
  display: inline-block;
}
main.page-wrapper div.page-header a.btn .icon, main.page-wrapper div.subsection-header a.btn .icon {
  font-size: 1rem;
}
main.page-wrapper div.page-header a.btn, main.page-wrapper div.subsection-header a.btn {
  float: right;
}
main.page-wrapper div.page-header #page-title .breadcrumb, main.page-wrapper div.subsection-header #page-title .breadcrumb {
  cursor: pointer;
}
main.page-wrapper div.page-header #page-title .icon, main.page-wrapper div.subsection-header #page-title .icon {
  display: inline-block;
  font-size: calc(1.28125rem + 0.375vw);
  width: auto;
}
@media (min-width: 1200px) {
  main.page-wrapper div.page-header #page-title .icon, main.page-wrapper div.subsection-header #page-title .icon {
    font-size: 1.5625rem;
  }
}
main.page-wrapper div.page-header #page-title .separator, main.page-wrapper div.subsection-header #page-title .separator {
  display: inline-block;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
main.page-wrapper div.page-header #page-title [class^=icon-]:before, main.page-wrapper div.subsection-header #page-title [class^=icon-]:before,
main.page-wrapper div.page-header #page-title [class*=" icon-"]:before,
main.page-wrapper div.subsection-header #page-title [class*=" icon-"]:before {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
main.page-wrapper div.page-header #page-title a .icon, main.page-wrapper div.subsection-header #page-title a .icon {
  color: #C3C8CA;
}
main.page-wrapper div.page-header #page-title .separator, main.page-wrapper div.subsection-header #page-title .separator {
  color: #C3C8CA;
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  main.page-wrapper div.page-header #page-title .separator, main.page-wrapper div.subsection-header #page-title .separator {
    font-size: 1.3125rem;
  }
}
main.page-wrapper div.page-header #page-title .separator + .icon, main.page-wrapper div.subsection-header #page-title .separator + .icon {
  font-size: 80%;
}
main.page-wrapper div.page {
  width: 100%;
}
main.page-wrapper div.subsection-header {
  margin-top: 3rem;
}
main.page-wrapper div.page-inner {
  position: relative;
  overflow: hidden;
  min-height: 608px;
}
main.page-wrapper section {
  margin-bottom: 3rem;
  background-color: white;
  border-radius: 4px;
  padding: 5vw 5vw 7vw;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
main.page-wrapper section.half {
  width: 50%;
}

footer {
  position: relative;
  width: 100%;
  flex: none;
  background-color: white;
}
footer .footer-content {
  color: #ABABAB;
  font-size: 0.75rem;
  padding: 1rem 0;
  text-align: center;
}

#blocking-screen {
  z-index: 10000;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(67, 67, 67, 0.064);
}

/*
 * Loading animation (spinner)
 */
#loading-animation-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 20000;
}

#loading-animation {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  border-radius: 50%;
  background-color: #30373C;
}

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 3rem;
  height: 3rem;
}
.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/*
 * Helpers
 */
.full-width {
  width: 100%;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.inline {
  display: inline-block;
}

a.subtle {
  color: inherit;
}

.hidden {
  display: none !important;
}

.move-cursor {
  cursor: move;
}

ul.bullet {
  list-style: disc;
  margin: 20px;
  padding: 20px;
}
ul.bullet.ul-compact {
  margin: 0 20px 20px 20px;
}
ul.bullet li {
  margin-bottom: 15px;
}
ul.bullet li:last-child {
  margin-bottom: 0;
}

ol {
  margin: 0 20px 20px;
  padding: 0 20px;
}
ol li {
  margin-bottom: 15px;
}
ol li:last-child {
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-flush-left:before {
  margin-left: 0 !important;
}

.icon-flush-right:before {
  margin-right: 0 !important;
}

.icon-flipped {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.icon-flipped.icon-flipped:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-45.icon-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-rotate-270.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
             supported by Chrome and Opera */
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-top {
  vertical-align: top !important;
}

.text-small, #report-lang-switcher {
  font-size: 0.875rem;
}

.text-x-small, ul.nav-bar {
  font-size: 0.75rem;
}

.text-bold {
  font-weight: bold;
}

.text-muted, #report-lang-switcher {
  color: #ABABAB;
}

.text-error,
.text-danger {
  color: red;
}

.clickable {
  cursor: pointer;
}

.text-primary {
  color: #31BA7E;
}

.percent-10 {
  width: 10%;
}

.percent-20 {
  width: 20%;
}

.percent-30 {
  width: 30%;
}

.percent-40 {
  width: 40%;
}

.percent-50 {
  width: 50%;
}

table {
  margin: 0 0 3em;
}

table.table-bordered {
  border: 1px solid #E4E4E4;
}
table.table-bordered th,
table.table-bordered td {
  border: 0.1em solid #E4E4E4 !important;
}
table.table-bordered th {
  background-color: #F0F0F0;
  font-weight: 700;
}

.table-wrapper {
  position: relative;
  overflow-y: auto;
  clear: both;
  margin-bottom: 2rem;
}
.table-wrapper table {
  margin: 0 0 0;
}

table.table-listing {
  font-size: 0.75rem;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
table.table-listing th,
table.table-listing td {
  padding: 6px 10px;
  height: 20px;
  max-width: 250px;
  padding: 4px 5px;
  overflow: hidden;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
table.table-listing th {
  background-color: #F0F0F0;
  font-weight: 700;
}

ul.no-bullet, ul.nav-bar {
  list-style: none;
}
ul.no-bullet.vertical li, ul.vertical.nav-bar li {
  margin-bottom: 10px;
}
ul.no-bullet.vertical li:last-of-type, ul.vertical.nav-bar li:last-of-type {
  margin-bottom: 0;
}
ul.no-bullet.horizontal li, ul.horizontal.nav-bar li {
  display: inline-block;
}

.status-icon.icon-warning {
  color: #FFBE53;
}
.status-icon.icon-clock {
  color: #5D35B7;
}
.status-icon.icon-ok {
  color: #00B37C;
}
.status-icon.icon-record {
  color: deepskyblue;
}

.call-out {
  border: 1px solid #F0F0F0;
  border-radius: 4px;
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 5px solid #C3C8CA;
  font-size: 90%;
  padding: 10px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.call-out.call-out-warning {
  border-left: 5px solid #FFBE53;
}

#report-lang-switcher {
  position: relative;
  width: 43.7em;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-bottom: 10px;
}

#pagination li {
  display: inline;
}

@media screen and (max-width: 760px) {
  main.page-wrapper {
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
