@charset "UTF-8";
/* 	table variables 	*/
/*	section variables 	*/
/**
 *	The following colours are a colour palette collected on advice from the following websites
 *		http://colorschemedesigner.com/csd-3.5/
 *		https://www.viget.com/articles/color-contrast/
 *		http://jxnblk.com/colorable/demos/text/
 **/
.signature-placeholder, .signature-wrapper, .signature-loading-container {
  width: 400px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #e3e3e3;
  outline: 3px solid #626262;
  display: flex;
  justify-content: center;
  align-content: center;
}

.signature-root-container input {
  text-align: center;
}

.signature-loading-container {
  cursor: pointer;
}

.signature-container {
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  width: 100%;
}

.signature-wrapper {
  position: relative;
}

.signature-wrapper:after {
  padding-top: 37.5%;
  display: block;
  content: "";
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  outline-style: solid;
}

.button.signature-clear {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.button.signature-unchange {
  width: auto;
  position: absolute;
  right: 0;
  top: 73%;
}

.signature-placeholder {
  cursor: pointer;
}

#signature-widget-confirm-button {
  margin-top: 10px;
}

/* Signature Pad Placeholders */
.signature-placeholder {
  cursor: pointer;
}

/* Active Signature Pad */
.signature-pad {
  outline-color: rgb(77, 144, 254);
}

/* Signature Pad Sign Buttons */
.signature-submit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.signature-button {
  display: flex;
  width: 100%;
  text-align: center;
}
.signature-button div {
  width: 100%;
}

.signature-widget-cancel-button {
  background-color: #a84646 !important;
}

.signature-widget-cancel-button:hover {
  background-color: #d66565 !important;
}

/* This is for the little sign tags that we're going to start proliferating everywhere! */
.sign-tag {
  position: relative;
  top: 0;
  left: 0;
}
.sign-tag p {
  font-weight: bold;
}
.sign-tag.signed .sign-content {
  display: none;
}
.sign-tag .sign-content {
  margin-left: 32px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: -200px;
  width: 200px;
  top: -8px;
  min-height: 32px;
  word-wrap: normal;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sign-tag .sign-content::before {
  background-position: center;
  background-repeat: no-repeat;
  min-width: 32px;
  width: 32px;
  min-height: 32px;
  height: 32px;
  content: "";
  position: absolute;
  left: -32px;
  top: 0px;
}
.sign-tag.admin .sign-content {
  background-color: #6be2f0;
}
.sign-tag.admin .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-turquoise.png");
}
.sign-tag.assessor .sign-content {
  background-color: #6bc7f0;
}
.sign-tag.assessor .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-blue.png");
}
.sign-tag.student .sign-content {
  background-color: #fabfc1;
}
.sign-tag.student .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-pink.png");
}
.sign-tag.guardian .sign-content {
  background-color: #f9ab58;
}
.sign-tag.guardian .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-orange.png");
}
.sign-tag.employer .sign-content {
  background-color: #f5ed4c;
}
.sign-tag.employer .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-yellow.png");
}
.sign-tag.supervisor .sign-content {
  background-color: #69e566;
}
.sign-tag.supervisor .sign-content::before {
  background-image: url("/portal/tpro-files/backend/media/website/sign-green.png");
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 640px) {
  .signature-wrapper {
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 150px;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #131516;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.section {
  background-color: #f6f5f2;
  padding: 20px;
  margin: 10px;
  page-break-inside: avoid;
}

.section h2 {
  font-family: inherit;
  font-weight: bold;
  color: rgb(148, 148, 148);
  font-size: 130%;
  margin: 0px;
}

.section.flex {
  display: flex;
}

.half {
  flex-flow: row;
  width: 50%;
}

.section hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section h2.title {
  margin-bottom: 20px;
  text-decoration: underline;
}

.section .header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.section .image-container.loading {
  width: auto;
  margin: 0px;
}

.section .image-container.loading img {
  width: 25px;
  height: 25px;
}

.section .header-container img {
  width: 16px;
  height: 16px;
  margin-bottom: 0px;
}

.section .title.collapse-handle {
  cursor: pointer;
}

.section .title.highlight {
  margin-bottom: 0px;
}

/* this is for modal windows with a fixed bottom */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(128, 128, 128, 0.8);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modal:target {
  opacity: 1;
  pointer-events: auto;
}

.modal > * {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  border-radius: 3px;
  background: #eee;
  -moz-box-shadow: 5px 5px 8px #777;
  -webkit-box-shadow: 5px 5px 8px #777;
  box-shadow: 5px 5px 8px #777;
  max-height: 80%;
  max-width: 80%;
  text-align: center;
}

.modal > .search-modal {
  top: 15%;
  left: 15%;
  right: 15%;
  bottom: 15%;
}

.modal > div > div,
.modal > * > .content {
  position: relative;
  border-radius: 3px;
  padding: 20px;
  background: #eee;
  max-height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: visible;
}

.modal > * > h3 {
  margin-top: 10px;
}

.modal .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 5px 5px 8px #777;
  -webkit-box-shadow: 5px 5px 8px #777;
  box-shadow: 5px 5px 8px #777;
  z-index: 20;
}

.modal .close:hover {
  background: #00d9ff;
}

.modal .small-modal {
  top: 30%;
  /* bottom: 35%; */
  max-height: 300px;
  max-width: 500px;
  margin: 0 auto;
}

.modal .small-modal.dynamic-modal {
  height: 100vw;
  width: 100vw;
}

.modal .small-modal .date-entry {
  height: 100%;
}

.modal .small-modal .date-entry-field {
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal .small-modal .confirm-or-cancel {
  display: flex;
}

.modal .small-modal .confirm-or-cancel .button {
  margin: auto;
  margin-top: 30px;
  width: 100px;
}

.modal .small-modal .confirm-or-cancel .cancel {
  background-color: rgb(168, 70, 70);
}

.modal .medium-modal {
  top: 15%;
  max-height: 640px;
  max-width: 700px;
  margin: 0 auto;
}

.modal .close:hover {
  background: #00d9ff;
}

.modal .additional {
  font-size: 12px;
}

/* this is for modals with a flexible bottom */
.modal.flexible > * {
  position: absolute;
  bottom: initial;
  min-height: 20%;
  max-height: 80%;
}

.modal .croppie-container {
  max-height: 430px;
}

table.alternate-background tbody tr:nth-child(even) {
  background-color: #CCCDEF;
}
table.alternate-background tbody tr:nth-child(odd) {
  background-color: #F0F1FC;
}
table.alternate-background.critical thead tr {
  background-color: #FFBEB0;
}
table.alternate-background.critical tbody tr:nth-child(odd) {
  background-color: #FFF3F1;
}
table.alternate-background.critical tbody tr:nth-child(even) {
  background-color: #FFDAD2;
}
table.alternate-background.warning thead tr {
  background-color: #FFEBB0;
}
table.alternate-background.warning tbody tr:nth-child(odd) {
  background-color: #FFFBF1;
}
table.alternate-background.warning tbody tr:nth-child(even) {
  background-color: #FFF4D2;
}

/* this will alternate the color of a tables rows and columns! */
table.alternate-background-expansion tbody tr:nth-child(4n+1),
table.alternate-background-expansion tbody tr:nth-child(4n+2) {
  background-color: #CCCDEF;
}
table.alternate-background-expansion tbody tr:nth-child(4n+3) tr:nth-child(4n+4) {
  background-color: #F0F1FC;
}

table.alternate-column tr:nth-child(even) td:nth-child(even) {
  background-color: #c0c0ff;
  /* alternate background colors of tables */
}

table.alternate-column tr:nth-child(odd) td:nth-child(even) {
  background-color: #e0e0ff;
  /* alternate background colors of tables */
}

.table.alternate-background > *:nth-child(even) > *,
.alternate-background > *:nth-child(even) {
  background-color: #e0e0ff;
  /* alternate background colors of tables */
}

.table.alternate-background > *:nth-child(odd) > *,
.alternate-background > *:nth-child(odd) {
  background-color: #F0F1F7;
}

/* this will alternate the color of a tables rows and columns! */
.table.alternate-background-expansion > *:nth-child(4n) > *,
div.table.alternate-background-expansion > *:nth-child(4n+1) > * {
  background-color: #E1E0FF;
  /* alternate background colors of tables */
}

.table.alternate-background-expansion > *:nth-child(4n+2) > *,
div.table.alternate-background-expansion > *:nth-child(4n+3) > * {
  background-color: #F0F1F7;
  /* alternate background colors of tables */
}

.table.alternate-column > *:nth-child(even) > *:nth-child(even) {
  background-color: #c0c0ff;
  /* alternate background colors of tables */
}

.table.alternate-column > *:nth-child(odd) > *:nth-child(even) {
  background-color: #e0e0ff;
  /* alternate background colors of tables */
}

table td.button-col {
  width: 100px;
}

/* running column defines a two column section that runs on from col a -> col b and then moves down a row */
.running-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.running-column * {
  box-sizing: border-box;
}
.running-column > * {
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.running-column.alternate-background-checker > *:nth-child(4n+1), .running-column.alternate-background-checker > *:nth-child(4n+4) {
  background-color: #F0F1FC;
}
.running-column.alternate-background-checker > *:nth-child(4n+2), .running-column.alternate-background-checker > *:nth-child(4n+3) {
  background-color: #CCCDEF;
}

.split-column {
  display: flex;
  flex-wrap: wrap;
}

/* wrapper for label and input */
.contained-label {
  display: block;
  max-width: 100%;
  padding-left: 3px;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: left;
}

.contained-label input {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.search-container > * {
  margin-bottom: 10px;
}

.search-container {
  margin-bottom: 2em;
}

.button.loading {
  background-image: url("../../../backend/media/website/loading2.gif");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.button.loading span {
  opacity: 0;
}
.button.loading a {
  opacity: 0;
}

.button.full {
  width: 100%;
}

.button.no-highlight:hover {
  background: transparent;
}

.full {
  width: 100%;
}

.button.half {
  width: 49%;
}

.button span {
  height: 40px;
  line-height: 1;
}

.button.drive-icon span {
  padding: 5px;
  vertical-align: middle;
}

.button.drive-icon img {
  width: 28px;
  height: 28px;
  margin: auto;
  line-height: 1;
}

.button.token div span {
  width: 100px;
}

div.button.locked {
  outline: none;
  background-color: rgb(187, 187, 187) !important;
  cursor: default;
}

div.button.locked:hover {
  background-color: rgb(187, 187, 187) !important;
}

button.default {
  height: 40px;
  line-height: 1px;
  background-color: #80449A;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
button.default:hover {
  background-color: #A16AB9;
  cursor: pointer;
}
button.default:active {
  box-shadow: none;
}
button.default.full {
  width: 100%;
}

div.data > *:nth-child(1) {
  font-weight: bold;
  margin-bottom: 0px;
}
div.data > *:nth-child(2) {
  margin-left: 10px;
  width: calc(100% - 10px);
  margin-bottom: 1em;
}
div.data input {
  margin-left: 0px !important;
}
div.data select {
  margin-left: 0px !important;
}
div.data .title {
  font-weight: bold;
  display: flex;
  align-items: center;
}
div.data .title > * {
  margin-bottom: 0px;
}
div.data .title .helper {
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 3em;
}
div.data > .selectable {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.data > .selectable > p {
  margin-bottom: 0px;
}
div.data > .selectable > * {
  flex: 2;
}
div.data > .selectable .select {
  margin-right: 1em;
  margin-left: 1em;
  color: #955cce;
  text-decoration: underline;
  flex: 0;
}
div.data > .selectable .select:hover {
  color: #7F18CE;
  cursor: pointer;
}
div.data .edit {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  /*flex:auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width:100%;*/
}
div.data .edit > *:nth-child(1) {
  /*width:100%;*/
  /*flex: 2;*/
  flex: 1;
  margin-right: 5px;
}
div.data .edit > *:nth-child(2) {
  /*width: auto;*/
  /*margin-right:0px;
  margin-left:auto;
  text-align:right;
  display:block;*/
  /*flex: 1;*/
  vertical-align: middle;
}
div.data p {
  margin-bottom: 0rem;
}

.loading-parent {
  position: relative;
}
.loading-parent > :first-child {
  width: calc(100% - 40px);
}

.loading-container::before {
  width: 16px;
  /*margin-left:16px;*/
}

.loading-container {
  box-sizing: content-box;
  margin-left: 8px;
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  /*padding:10px;*/
  position: absolute;
  top: 0;
  left: calc(100% - 40px);
  border: 1px solid rgba(200, 200, 200, 0.3);
  background-color: rgba(200, 200, 200, 0.2);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.loading-container::before {
  width: 16px;
  /*margin-left:16px;*/
}
.loading-container.load {
  opacity: 1;
}
.loading-image {
  background-image: url("../../media/website/loading2.gif");
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=text].failed,
input[type=email].failed,
input[type=url].failed,
input[type=password].failed,
input[type=search].failed,
textarea.failed,
input.failed {
  border-color: #FFF3F1;
  box-shadow: 0 0 1px 2px #FFF3F1;
}

label.css-checkbox {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
label.css-checkbox* {
  cursor: pointer;
}
label.css-checkbox:hover span::before {
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
}
label.css-checkbox input[type=radio],
label.css-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
label.css-checkbox input[type=radio] + span,
label.css-checkbox input[type=checkbox] + span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
label.css-checkbox input[type=radio] + span::before,
label.css-checkbox input[type=checkbox] + span::before {
  display: inline-block;
  vertical-align: middle;
}
label.css-checkbox input[type=radio] + span::before,
label.css-checkbox input[type=checkbox] + span::before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0.5em 0 0;
  border: solid 1px #a8a8a8;
  line-height: 14px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
  background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
  background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
  background: -o-radial-gradient(#f6f6f6, #dfdfdf);
  background: radial-gradient(#f6f6f6, #dfdfdf);
}
label.css-checkbox input[type=radio]:checked + span::before,
label.css-checkbox input[type=checkbox]:checked + span::before {
  color: #666;
}
label.css-checkbox input[type=radio]:disabled + span,
label.css-checkbox input[type=checkbox]:disabled + span {
  cursor: default;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
}
label.css-checkbox input[type=radio].failed + span::before,
label.css-checkbox input[type=checkbox].failed + span::before {
  border: solid 1px #FFF3F1;
  background: #FFF3F1;
  background: -moz-radial-gradient(#FFF3F1, #dfdfdf);
  background: -webkit-radial-gradient(#FFF3F1, #dfdfdf);
  background: -ms-radial-gradient(#FFF3F1, #dfdfdf);
  background: -o-radial-gradient(#FFF3F1, #dfdfdf);
  background: radial-gradient(#FFF3F1, #dfdfdf);
}
label.css-checkbox input[type=checkbox] + span::before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
}
label.css-checkbox input[type=checkbox]:checked + span::before {
  content: "✔";
}
label.css-checkbox input[type=radio]:checked + span::before {
  content: "•";
}
label.css-checkbox input[type=radio] + span::before {
  font-size: 30px;
  margin-top: -1px;
}

input.success {
  background-color: rgba(140, 240, 140, 0.5) !important;
}

.hidden {
  display: none !important;
}

/*.editable-data
{
	display: flex;
}*/
.editable-data {
  /*margin:0px;*/
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
}

.editable-data .editable-display {
  /*margin:0px;*/
  display: inline;
}

.editable-data.editing .editable-display {
  display: none;
}

.editable-data:not(.editing) .editable-input {
  display: none;
}

.editable-data .link-button {
  margin-left: 10px;
  display: inline;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: flex-end;
}

.flex-basis-100 {
  flex-basis: 100%;
}

.margin-right-5 {
  margin-right: 5px;
}

.f-row {
  flex-direction: row;
}

.f-center {
  align-items: center;
  align-content: center;
}

.half {
  width: 50%;
  flex-flow: row;
}

.f-col {
  flex-flow: column;
}

.padding-box {
  padding: 20px;
}

input[type=number] {
  padding: 3px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.remove.button,
.download.button {
  width: 100px;
  height: 40px;
}
.remove.button.flexible,
.download.button.flexible {
  width: inherit;
  min-width: 100%;
}

.remove.button {
  background-color: rgb(168, 70, 70);
}
.remove.button:hover {
  background-color: rgb(214, 101, 101);
}
.remove.button:active, .remove.button:focus {
  background-color: rgb(158, 60, 60);
}

.download.button {
  background-color: #80449A;
}

.download.button:hover {
  background-color: #A16AB9;
}

.no-display {
  display: none !important;
}

article.tags {
  display: flex;
  background-color: #e3e3e3;
  margin-bottom: 2em;
}

article.tags > * {
  width: 25%;
}

.loading-table.loading tr td.load-row, table.loading.search-display-table tr td.load-row {
  text-align: center;
}
.loading-table.loading tr td.load-row img, table.loading.search-display-table tr td.load-row img {
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.result-table thead tr, .table.search-display-table thead tr, table.search-display-table thead tr,
.result-table .table-head .table-row,
.table.search-display-table .table-head .table-row,
table.search-display-table .table-head .table-row {
  background-color: #A1A3DB;
}
.result-table tr, .table.search-display-table tr, table.search-display-table tr,
.result-table .table-row,
.table.search-display-table .table-row,
table.search-display-table .table-row {
  height: 40px;
}
.result-table tr td, .table.search-display-table tr td, table.search-display-table tr td,
.result-table tr th,
.table.search-display-table tr th,
table.search-display-table tr th,
.result-table tr .table-cell,
.table.search-display-table tr .table-cell,
table.search-display-table tr .table-cell,
.result-table tr .table-header,
.table.search-display-table tr .table-header,
table.search-display-table tr .table-header,
.result-table .table-row td,
.table.search-display-table .table-row td,
table.search-display-table .table-row td,
.result-table .table-row th,
.table.search-display-table .table-row th,
table.search-display-table .table-row th,
.result-table .table-row .table-cell,
.table.search-display-table .table-row .table-cell,
table.search-display-table .table-row .table-cell,
.result-table .table-row .table-header,
.table.search-display-table .table-row .table-header,
table.search-display-table .table-row .table-header {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

table.search-display-table.alternate-background tbody tr:hover td,
table.search-display-table.alternate-background tbody tr:hover th,
.table.search-display-table.alternate-background .table-body .table-row:hover .table-cell {
  background-color: #7678C0;
  cursor: pointer;
}

/*article.tabs
{
	position: relative;
	display: block;
}

article.tabs section
{
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	z-index: 0;
}

article.tabs section:first-child
{
	z-index:1;
}

article.tabs section .content
{
	position: absolute;
	top: 5em;
	width: 100%;
}

article.tabs section .button
{
	position: absolute;
	width: 220px;
	height: 40px;
	top: 0px;
	left: 10px;
	background-color: #e3e3e3;
	color: #bdbdbd;
}

article.tabs section .button:hover {
	background-color: #cbcbcb;
	color: #bdbdbd;
}

article.tabs section:nth-child(2) .button
{
	left: calc(10px + (220px * 1));
}

article.tabs section:nth-child(3) .button
{
	left: calc(10px + (220px * 2));
}

article.tabs section:target .button {
	background-color: #7F18CE;
	color: white;
}

article.tabs section:target .button:hover {
	background-color: #8d25db;
}

article.tabs .content
{
	display:none;
}

article.tabs section:target .content
{
	display:block;
}

article.tabs section,
article.tabs section h2,
article.tabs section .content
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}*/
.notification {
  width: 100%;
  min-height: 64px;
  display: flex;
  background-color: #f6f5f2;
}

.notification.warning::before {
  box-sizing: border-box;
  background-image: url("../media/website/notification.png");
  background-color: #ffb354;
  background-repeat: no-repeat;
  background-position: center;
  fill: #4d6aa1;
  min-width: 64px;
  min-height: 64px;
  content: "";
}

.notification.error::before {
  box-sizing: border-box;
  background-image: url("../media/website/notification.png");
  background-color: #d46969;
  background-repeat: no-repeat;
  background-position: center;
  fill: #4d6aa1;
  min-width: 64px;
  min-height: 64px;
  content: "";
}

.notification > * > p::before {
  content: "Notice: ";
  font-weight: bold;
}

.notification > * {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 64px;
  width: calc(100% - 10px);
  text-align: left;
  vertical-align: middle;
  display: flex;
  align-content: center;
}

.notification > * > p {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

.table {
  display: table;
  width: 100%;
}
.table .table-head {
  display: table-header-group;
}
.table .table-head .table-row {
  background-color: #A1A3DB;
}
.table .table-head .table-row .table-cell, .table .table-head .table-row > * {
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  min-height: 40px;
}
.table .table-body {
  display: table-row-group;
}
.table .table-body > *:not(.table-row) {
  display: table-row;
}
.table .table-body > *:not(.table-row) > * {
  display: table-cell;
  text-align: left;
  color: #626262;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.table .table-body > *:not(.table-row) > *.link {
  color: #955cce;
}
.table .table-body > *:not(.table-row) > *.link:hover {
  color: #7f18cc;
}
.table .table-body > *:hover {
  background-color: #7678C0 !important;
}
.table .table-row {
  display: table-row;
}
.table .table-row > * {
  display: table-cell;
  text-align: left;
  color: #626262;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.table .table-row > *.link {
  color: #955cce;
}
.table .table-row > *.link:hover {
  color: #7f18cc;
}
.table .table-row:hover {
  background-color: #7678C0 !important;
}
.table .table-cell {
  display: table-cell;
  text-align: left;
  color: #626262;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.table .table-cell.link {
  color: #955cce;
}
.table .table-cell.link:hover {
  color: #7f18cc;
}
.table.loading {
  display: initial;
}
.table.loading .table-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.table.loading .table-row > * {
  display: initial;
}
.table.loading .table-head,
.table.loading .table-body {
  display: initial;
}
.table.loading .table-body .table-row {
  justify-content: center;
}
.table.loading .table-body .table-row img {
  height: 40px;
}
.table.loading .table-body .table-row:hover {
  background-color: inherit !important;
}

.table.alternate-background .table-body .table-row:nth-child(even) {
  background-color: #CCCDEF;
}
.table.alternate-background .table-body .table-row:nth-child(odd) {
  background-color: #F0F1FC;
}

/*Flex Box*/
.flex {
  display: flex;
}

.flex-start {
  align-self: flex-end;
}

.flex-end {
  align-self: flex-end;
}

.flex-row {
  flex-direction: row;
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-align-items {
  align-items: flex-end;
}

.flex-flow-wrap {
  flex-flow: wrap;
}

#div-test {
  display: flex;
  flex-flow: wrap;
  min-width: 100%;
}

.flex input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.max-width-flex {
  width: 100%;
}

.min-width-flex {
  min-width: 100%;
}

.expand-textarea textarea {
  display: block;
  box-sizing: padding-box;
  overflow: hidden;
  padding: 10px;
}

.section h1,
.section h2,
.section h3 {
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  color: #131516;
}
.section h1 {
  font-size: 170%;
  margin: 0;
}
.section h2 {
  font-size: 130%;
}
.section h3 {
  font-size: 110%;
}
.section .expanding-section .expanding-header {
  cursor: pointer;
  margin-bottom: 0.5em;
}
.section .expanding-section .expanding-header .expander {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1em;
  margin-right: 0.5em;
}
.section .expanding-section .expanding-header .expander .open {
  opacity: 100;
  position: absolute;
  left: 0;
  width: 1em;
  height: inherit;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.section .expanding-section .expanding-header .expander .close {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 1em;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
.section .expanding-section .expanding-header .expander.open .open {
  opacity: 0;
}
.section .expanding-section .expanding-header .expander.open .close {
  opacity: 100;
}
.section .expanding-section .expanding-content {
  margin-left: 5px;
  padding-left: 10px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-left: 1px dashed #949494;
}
.section .expanding-section .expanding-content.open {
  height: auto;
  opacity: 100;
}
.section.error-section {
  background-color: #FFF3F1;
}

.inner-container {
  border: 2px dashed #949494;
  padding: 1em;
  margin-bottom: 10px;
}

.strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.strike span {
  position: relative;
  display: inline-block;
}
.strike span:before, .strike span:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #ccc;
}
.strike span:before {
  right: 100%;
  margin-right: 15px;
}
.strike span:after {
  left: 100%;
  margin-left: 15px;
}

.search-table-display {
  background-color: red;
}

table.search-display-table.notes-table tr {
  background-color: rgba(234, 241, 109, 0.63);
}
table.search-display-table.notes-table tr:nth-child(odd) {
  background-color: #fcffb4;
}
table.search-display-table.notes-table tr.notes-msg:hover {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

pre.pre-no-styling {
  background: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  line-height: 1.5;
  width: inherit;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
pre.pre-no-styling p {
  margin-bottom: 0;
}

.month-tabs {
  margin-top: 1em;
}
.month-tabs ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  background-color: #ccccff;
}
.month-tabs ul li {
  padding: 10px;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.month-tabs ul li.selected {
  background-color: #A1A3DB;
}
.month-tabs ul li:hover {
  background-color: #e0e0ff;
}
.month-tabs ul li a {
  display: block;
  color: black;
}

table.sortable thead tr .header {
  cursor: pointer;
}

table.sortable thead tr th:before {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

table.sortable thead tr .headerSortUp:before,
table.sortable thead tr th[order="1"]:hover:before {
  border-width: 0 4px 4px;
  visibility: visible;
  opacity: 0.4;
}

table.sortable thead tr .headerSortDown:before,
table.sortable thead tr th[order="0"]:hover:before {
  /* border-bottom: none; */
  border-width: 4px 4px 0;
  visibility: visible;
  opacity: 0.4;
}

table.sortable thead tr th:hover:before,
table.sortable thead tr th[order="0"]:hover:before,
table.sortable thead tr th[order="1"]:hover:before {
  /* border-width: 0 4px 4px; */
  visibility: visible;
  opacity: 1;
}

.status-field {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-field.success {
  background-color: rgba(140, 240, 140, 0.5);
}
.status-field.error {
  background-color: #FFF3F1;
}

.data.required-field {
  position: relative;
}
.data.required-field::before {
  content: "*";
  color: red;
  position: absolute;
  left: 0px;
}
.data > .multiple-helper > span {
  white-space: nowrap;
}
.data > .multiple-helper > .helper-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.data .radio {
  display: flex;
  justify-content: flex-start;
}
.data .radio label {
  flex: 1;
}

.full-input-container label {
  color: rgb(179, 179, 179);
}
.full-input-container input {
  width: 100%;
  /*background-color: grey;*/
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  /*text-align: center;*/
  height: 30px;
}
.full-input-container p.data {
  margin-bottom: 0px;
  text-align: left;
}
.full-input-container .loading-container {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
}
.full-input-container .loading-container img {
  width: 30px;
  height: 30px;
}

body, button, input, select, textarea {
  color: #131516;
}

@media only screen and (max-device-width: 480px), only screen and (max-width: 640px) {
  .running-column {
    flex-direction: column;
  }
  .running-column > * {
    width: 100%;
    flex: 0 0 0%;
  }
}
.verify-bar {
  text-align: center;
  background-color: #7f18ce;
  color: #fff;
  height: auto;
  animation: backgroundColor 10s infinite;
  -webkit-animation: backgroundColor 10s infinite;
}
.verify-bar a {
  color: #fff;
}
.verify-bar a:hover {
  color: #ccc;
}
.verify-bar.verify-bar-backend {
  z-index: 1;
  top: 88px;
  position: fixed;
  width: 100%;
  animation: none;
  -webkit-animation: none;
}

a#verify-bar {
  padding: 0;
  text-transform: none;
}

@keyframes backgroundColor {
  0% {
    background-color: #7f18ce;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: #7f18ce;
  }
}
@-webkit-keyframes backgroundColor {
  0% {
    background-color: #7f18ce;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: #7f18ce;
  }
}
.menu-item {
  z-index: 101;
}

@-ms-viewport {
  width: device-width;
}
.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* Checkbox with Animated Marker */
.cb-item_animated-marker,
.cb-item_animated-marker *,
.cb-item_animated-marker *::before,
.cb-item_animated-marker *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cb-item_animated-marker {
  position: relative;
  display: block;
  min-width: 200px;
  width: 100%;
  max-width: 280px;
  --cb_text-color: #333;
  --cb_bg-color: #f6f8f9;
  --cb_bg-color_checked: #05c096;
  --cb_border-color: #ccc;
  --cb_marker-bg-color: #fff;
}

@supports (max-width: -webkit-max-content) or (max-width: -moz-max-content) or (max-width: max-content) {
  .cb-item_animated-marker {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.cb-item_input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.cb-item_animated-marker .cb-item_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 20px;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  color: var(--cb_text-color);
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 25px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.cb-item_animated-marker .cb-item_label-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cb-item_animated-marker .cb-item_marker {
  position: relative;
  display: inline-block;
  /* Needs for IE10 */
  width: 30px;
  height: 30px;
  margin-left: 25px;
  background-color: #fff;
  background-color: var(--cb_marker-bg-color);
  border: 1px solid;
  border-color: #ccc;
  border-color: var(--cb_border-color);
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cb-item_marker_short-line,
.cb-item_marker_long-line {
  position: absolute;
  overflow: hidden;
  height: 3px;
  background-color: transparent;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.cb-item_marker_short-line {
  top: 11px;
  left: 6px;
  width: 10px;
  -webkit-transform: rotate(44.5deg);
  transform: rotate(44.5deg);
}

.cb-item_marker_long-line {
  top: 19px;
  left: 12px;
  width: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cb-item_marker_short-line::before,
.cb-item_marker_long-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #05c096;
  background-color: var(--primary-colour-dark);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* Checkbox with Animated Marker :checked State */
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label {
  color: #fff;
  background-color: #05c096;
  background-color: var(--primary-colour-dark);
}

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker {
  border-color: transparent;
}

.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_long-line::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.cb-item_marker_long-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_short-line::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:checked + .cb-item_label .cb-item_marker_long-line::before {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

/* Checkbox with Animated Marker :disabled State */
.cb-item_animated-marker .cb-item_input:disabled + .cb-item_label {
  cursor: default;
  color: #ccc;
  color: var(--cb_border-color);
}

/* Checkbox with Animated Marker :disabled:checked State */
.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label {
  background-color: #f6f8f9;
  background-color: var(--cb_bg-color);
}

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label,
.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker {
  border-color: #ccc;
  border-color: var(--cb_border-color);
}

.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker_short-line::before,
.cb-item_animated-marker .cb-item_input:disabled:checked + .cb-item_label .cb-item_marker_long-line::before {
  background-color: #ccc;
  background-color: var(--cb_border-color);
}

.margin-top-bottom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

div.floating-table-container {
  overflow-y: auto;
  min-height: 600px;
}

/* Login Modal */
.button.login-modal-button {
  margin: 0 auto;
  width: 200px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
  color: black;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=url]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, textarea::placeholder {
  color: black;
}

.error-message {
  color: red;
}

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