.text-nowrap {
  white-space: nowrap;
}

/* .errors {
  color: red;
  font-style: italic;
  display: table-row;
} */
/* 
.even {
  height: 2em; //Älä kasvata - ei saada dataa halvalla keskitettyä
} */

/* .odd {
  background: #efefef;
  height: 2em;
}
 */
/* .fieldinerror {
  border: 1px solid red;
} */

/* .checkboxerror {
  outline: 1px solid red;
} */
/* .datePickerError {
  border: 1px solid red;
  width: 12ex;
} */

/* .datePickerHiddenError {
  border: 1px solid red;
} */

/* .latestModifier {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  color: #1b887a;
} */

.latestKoskiTransfer {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  color: #1b887a;
}
/* .seaselect {
  width: 8em;
} */
/* This is for normal html-page */
/* Please see fadeOutFlashMessage if you change paddings */
/* .studentasuccess {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid #00ff00;
  padding: 5px 5px 5px 5px;
  background: #aaffaa;
  color: #000;
  font-weight: bold;
  text-align: center;
} */

/* Please see fadeOutFlashMessage if you change paddings */
/* .studentafailure {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  border-radius: 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border: 1px solid #ff0000;
  padding: 5px 5px 5px 5px;
  background: #ffaaaa;
  color: #000;
  font-weight: bold;
  text-align: center;
} */

/* This is for smaller windows */

.dialogTextArea {
  width: 200px;
  height: 40px;
}

/* a {
  cursor: pointer;
} */

/* a img {
  border: none;
  vertical-align: middle;
  padding-left: 0.5em;
} */

/* a.disabledLink {
  font-style: italic;
  color: #d3d3d3 !important;
} */

.editableLabelText {
}

/* th.pagedTableSortable {
  text-align: left;
  background: url(./images/sortable.gif) right no-repeat;
  border-bottom: 1px solid #a0a0a0;
  color: #00008b;
  border-top: 1px solid #a0a0a0;
  padding-right: 2ex;
  background-color: #cfd4e0;
  height: 2em;
} */

/* .tablecontainer {
  width: 95%;
} */
/* .pagedTableInput {
  width: 100%;
  box-sizing: border-box;
} */
/* .pagedTableInputHolder {
  padding-right: 1ex;
} */
.pagedTableTextArea {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.pagedTableDate {
  width: 11ex;
}
.pagedTableCode {
  width: 4ex;
}

/* th.pagedTableSortable a {
  color: #00008b;
} */

/* th.pagedTableSortable:visited a {
  color: #00008b;
} */

/* th.pagedTableSortable:active a {
  color: #00008b;
} */

/* th.pagedTableSorted {
  padding-right: 2ex;
} */

/* th.pagedTableAsc {
  background: url(./images/ascending.gif) right no-repeat #cfd4e0;
} */

/* th.pagedTableDesc {
  background: url(./images/descending.gif) right no-repeat #cfd4e0;
} */

table.rowEditTable {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

/* table.normalTable th {
  background-color: #f5f5fc;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  color: #00008b;
} */

/* table.normalTable td {
  border-bottom: 1px solid #a0a0a0;
} */

table.widgetTable {
  width: 100%;
}

.editableRow {
  border: 1px #aaaaaa solid;
  padding: 5px;
  margin-bottom: 5px;
}

/* th.normalTableRightHead {
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color: #f5f5fc;
  border: 1px solid #a0a0a0;
  border-left: 0px;
  color: #00008b;
} */

/* th.normalTableLeftHead {
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #f5f5fc;
  border: 1px solid #a0a0a0;
  border-right: 0px;
  color: #00008b;
  width: 40px;
} */

/* .normalTableRightHead {
  -moz-border-radius: 0px 5px 5px 0px;
  background-color: #f5f5fc;
  border: 1px solid #a0a0a0;
  border-left: 0px;
  color: #00008b;
} */

/* .normalTableLeftHead {
  -moz-border-radius: 5px 0px 0px 5px;
  background-color: #f5f5fc;
  border: 1px solid #a0a0a0;
  border-right: 0px;
  color: #00008b;
  width: 40px;
} */

.normalTableHeader {
  background-color: #f5f5fc;
  border: 1px solid #a0a0a0;
  border-right: 0px;
  border-left: 0px;
  color: #00008b;
  width: 40px;
}

/* table.pagedTable th {
  background-color: #f5f5fc;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
} */

table.pagedTable th a {
  display: block;
  padding-right: 15px;
}

table.editableRowTable td {
  border-top: none;
  border-bottom: none;
}

/* tr.pagedTableEven td {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 3px;
  padding-top: 3px;
  background: #efefef;
} */

/* tr.pagedTableOdd td {
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 3px;
  padding-top: 3px;
} */

/* th.pagedTableRightHead {
  -moz-border-radius: 0px 5px 5px 0px;
  background-color: #f5f5fc;
  background-color: #cfd4e0;
  border: 1px solid #a0a0a0;
  border-left: 0px;
  height: 2em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */

/* th.pagedTableLeftHead {
  -moz-border-radius: 5px 0px 0px 5px;
  background-color: #cfd4e0;
  border: 1px solid #a0a0a0;
  border-right: 0px;
  height: 2em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
} */

/* th.pagedTableHead {
  -moz-border-radius: 0px 5px 5px 0px;
  background-color: #f5f5fc;
  background-color: #cfd4e0;
  border: 1px solid #a0a0a0;
  border-left: 0px;
  border-right: 0px;
  height: 2em;
} */

/*div.frontPageWidgetSmall {*/
/*  overflow-y: auto;*/
/*  position: relative;*/
/*  display: block;*/
/*  float: left;*/
/*  outline: 0 none;*/
/*  width: 350px;*/
/*  height: 220px;*/
/*  margin: 0 25px 25px 0;*/
/*}*/
/*div.frontPageWidgetMedium {*/
/*  overflow-y: auto;*/
/*  position: relative;*/
/*  display: block;*/
/*  float: left;*/
/*  outline: 0 none;*/
/*  width: 450px;*/
/*  height: 200px;*/
/*  margin: 0 25px 25px 0;*/
/*}*/
/*div.frontPageWidget {*/
/*  overflow-y: auto;*/
/*  position: relative;*/
/*  display: block;*/
/*  float: left;*/
/*  outline: 0 none;*/
/*  width: 450px;*/
/*  height: 450px;*/
/*  margin: 0px 25px 25px 0;*/
/*}*/

/*div.frontPageWidgetWide {*/
/*  overflow-y: auto;*/
/*  position: relative;*/
/*  display: block;*/
/*  outline: 0 none;*/
/*  width: 1020px;*/
/*  height: 250px;*/
/*  margin: 0px 25px 25px 0;*/
/*}*/

/*div.toolBox {*/
/*  -moz-border-radius: 5px 5px 5px 5px;*/
/*  border-radius: 5px;*/
/*  color: #000000;*/
/*  background: none repeat scroll 0 0 #FCE8AF;*/
/*  border: 1px solid #D2D2D2;*/
/*  display: inline-block;*/
/*  margin-top: 2px;*/
/*  margin-bottom: 2px;*/
/*  padding: 0.5em 0 0.5em 0em;*/
/*  text-align: left;*/
/*  width: 100%;*/
/*  vertical-align: middle;*/
/*}*/
div.shortToolBox {
  width: 150px;
}

div.minimalToolBox {
  width: 100px;
}

/* div.accordionCard {
  background: #ffffff;
  border: 1px solid #e7e7e4;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px;
  margin-bottom: 1em;
} */

/* div.accordionTree {
  width: 60ex;
  overflow-x: auto;
} */

div.accordionTreeStudenModule {
  width: 100%;
  overflow-x: auto;
  min-height: 0%;
}

/* div.confirmResignOrComplete {
  display: none;
} */

/* div.nonAccordionHeader {
  color: #000000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  background-color: #cfd4e0;
  font-size: 130%;
  font-weight: bold;

  border-top: 1px solid #cfd4e0;
  border-top: 1px solid #cfd4e0;
  border-top: 1px solid #cfd4e0;

  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;

  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
} */

/* div.accordionHeader {
  color: #000000;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  background-color: #cfd4e0;
  font-size: 130%;
  width: 100%;
  font-weight: bold;

  border-top: 1px solid #cfd4e0;
  border-top: 1px solid #cfd4e0;
  border-top: 1px solid #cfd4e0;

  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
} */

/* div.important {
  color: #ffffff;
  background-color: #195b93;
  border-top: 1px solid #195b93;
  border-top: 1px solid #195b93;
  border-top: 1px solid #195b93;
} */

div.informative {
  font-weight: bold;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

/* div.pseudoAccordionHeader {
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #cfd4e0;
  font-size: 130%;
  font-weight: bold;
} */

/* div.pseudoAccordionHeaderSmall {
  padding-left: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #cfd4e0;
  font-weight: bold;
} */

div.pseudoAccordionHeaderSmallQualificationEvents {
  margin: 5px 15px 25px 0;
  width: 250px;
  display: inline-block;
  vertical-align: top;
}

div.pseudoAccordionHeaderSmallQualificationEvent {
  padding-left: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin: 0 0 5px 0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fadb7c;
  width: 250px;
  overflow-y: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

div.pseudoAccordionHeaderSmallLearningEvents {
  margin: 5px 15px 25px 0;
  width: 320px;
  display: inline-block;
  vertical-align: top;
}

div.pseudoAccordionHeaderSmallLearningEvent {
  padding-left: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin: 0 0 5px 0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fef8e2;
  width: 320px;
  overflow-y: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

div.pseudoAccordionHeaderSmallNews {
  padding-left: 0.5em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin: 5px 0 25px 0;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  float: right;
  width: 400px;
  overflow-y: auto;
  position: relative;
  display: inline-block;
}

div.subheader {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

/* div.newsList {
  display: block;
  margin-left: 2em;
  margin-bottom: 1em;
} */
.chartdiv {
  height: 160px;
  width: 430px;
}

.chartdivStudentAmount {
  height: 300px;
  width: 440px;
}

div.inlined {
  display: inline;
}

/* span.inlineError {
  display: inline;
} */

/* span.langEdit {
  display: inline-block;
  width: 3ex;
} */

/* span.openEndedEndDate {
  cursor: pointer;
} */

/* div.selectionDialog {
  text-align: left;
} */

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

/* .table-table {
  display: table;
} */

.editTable {
  display: table;
  width: 100%;
}

/* .table-row-accordionLike {
  display: table-row;
  padding-left: 1em;
  margin-top: 5px;
  font-weight: bold;
} */

.tableRow-rowedit {
  width: 100%;
  padding: 0px;
}

/* this must be defined or firefox will generate own element.style with display: inline */
/* .hidden {
  display: none;
  margin-bottom: 0.2ex;
} */

/* .postcode {
  width: 7ex;
} */

/* .postcode {
  width: 7ex;
} */


/* .city {
  width: 20ex;
} */

/* .langrow {
  padding-bottom: 0px;
}

.langrow {
  padding-bottom: 0px;
  font-family: "Courier";
} */

/* .accordionData {
  padding: 1em;
} */

/* Kentän divien ja spannien maaritykset */
/* .field {
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
} */

/* .inlinefield {  //Could not find
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  display: inline;
} */

/* .fieldgroup {
  display: inline-block;
  vertical-align: top;
} */

.boldCalendarFieldgroup {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  padding-bottom: 25px;
}

/* Palstasäädöt */
table {
  border-spacing: 0px;
}

.treetable,
.logtable {
  width: 100%;
}

.breakWords {
  word-break: break-all;
}
/* 
td {
  // ie hack - works on some other browsers too 
  word-wrap: break-word;
  vertical-align: top;
} */

/* td.rightcolumn {
  padding-left: 5ex;
} */

td.rightColumnCloserToLeft {
  padding-right: 50ex;
}

td.contractDetailPrice {
  font-weight: bolder;
}

td.contractInstallmentPrice {
  font-weight: bolder;
}

td.contractPlanPrice {
  font-weight: bolder;
}

td.overPrice {
  color: red;
}

td.treeItemHeader {
  font-weight: bold;
}

/* td.checkNotification {
  vertical-align: bottom;
} */
/* td.widgetPencil {
  width: 1em;
} */
/* td.widgetCell {
  width: 100%;
} */

/* Kehoitteet */
/* .prompt {
  display: inline-block;
  width: 20ex;
  white-space: normal;
} */
/* .strongPrompt {
  display: inline-block;
  width: 18ex;
  white-space: normal;
  font-weight: bold;
} */
.prompt img {  
  vertical-align: bottom;
} 

.narrow_prompt { 
  display: inline-block;
  width: 10ex;
  white-space: normal;
} 

/* .wider_prompt {
  display: inline-block;
  width: 25ex;
  white-space: normal;
} */

.two_column_prompt { 
  display: inline-block;
  width: 65ex;
  white-space: normal;
} 

/* .noWrapPrompt {
  white-space: nowrap;
} */

/* Kenttätyypit Palstalle */
/* .narrow_inputfield {
  width: 39ex;
} */
/* 
.narrow_halfinputfield {
  width: 18ex;
} */

/* .narrow_selectorfield {
  overflow-x: hidden;
  width: 40ex;
} */

/* .narrow_selectorsearchfield {
  overflow-x: hidden;
  width: 16ex;
} */
/* .narrow_textareafield {
  width: 38ex;
  height: 6ex;
} */

/* .narrow_largetextareafield {
  width: 38ex;
  height: 16ex;
} */

/* .narrow_verylargetextareafield { 
  width: 95ex;
  height: 16ex;
} */

.medium_largetextareafield {
  width: 50ex;
  height: 32ex;
}

.narrow_plainfield {
  width: 40ex;
}

/* .datefield {
  width: 12ex;
} */

/* .datePicker {
  width: 12ex;
} */

/* .timefield {
  width: 5ex;
} */
/* .timestampfield {
  width: 15ex;
} */

/* Kenttätyypit editointiin ilman palstaa */
/* .inputfield {
  width: 80ex;
} */

/* .longinputfield {
  width: 90ex;
} */

/* .selectorfield {
  overflow-x: hidden;
  width: 80ex;
} */

/* .narrowerform .inputfield,
.narrowerform .selectorfield {
  width: 50ex;
} */

.longtextareafield {
  width: 100ex;
  height: 25ex;
}

/* .textareafield { 
  width: 100ex;
  height: 10ex;
} */

.plainfield {
  width: 80ex;
}

/* Koodiarvojen leveydet */
/* .codeselector {
  width: 10ex;
} */

/* .codeinputfield {
  width: 10ex;
} */

/* .widenumberinputfield {
  width: 13ex;
} */

td.draggable {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAHAAACH5BAEAABYALAAAAAAQABAAhAAAAMyZNMmWMf//////usCNKNu3cdy5UriFILF/Gat5E///mf//naVzDcaTLv/4k6BuCP/vif7jf5tpA//bdf/UbwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVeoCWOZGmeZ6A6ASoGQ0wQCBoYR54bBYIkiREsRiwOFMKFcslcNAAiR3P6FBWmzQnUco14v98FZItYSCjoNHqhtS7UcDb5XaHU7xT5CKFIKBQQDRAThFskAIiJiS6MIQA7);
  background-repeat: no-repeat;
}

.eventlink_true {
  display: inline;
}

.eventlink_false {
  display: none;
}

/* .descriptiontext {
  text-indent: 5ex;
} */

/* .descriptiontextheader {
  font-size: 130%;
  font-weight: bold;
} */

.selectionLayerWithOneColumnWidth {
  width: 350px;
}

.selectionLayerWithTwoColumnsWidth {
  width: 500px;
}

.exceededCodeValue {
  color: #808080;
}

.studenttree {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.studenttree th {
  text-align: left;
  padding: 0.3em 1em;
}

.studenttree td {
  border-bottom: 1px solid #e7e7e4;
  border-top: 1px solid #e7e7e4;
  padding: 0.3em 1em;
  line-height: 1.1em;
  vertical-align: middle;
}

.studenttree td img {
  padding-right: 0.3em;
}

.studenttree .education td {
  font-weight: bold;
}

.studenttree .subheading {
  font-weight: bold;
  font-style: italic;
}

.studenttree tr.greybg {
  background: #eee;
}
.dialog-holder {
  text-align: left;
}

.leftNavContent .data {
  overflow: auto;
  height: 230px;
}

.duedate {
  text-align: center;
}

.duedate_gray {
  text-align: center;
  color: #a0a0a0;
}

.strong {
  font-weight: bold;
}

tr.toolrow td {
  background-color: #fce8af;
  color: #000000;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0.5em 0 0.5em 0;
}

.portlet .close {
  position: absolute;
  top: 0px;
  right: 0px;
}

tr.recent td.recent {
  font-weight: bold;
}

tr.past td.recent {
}

td.gray {
  color: #a0a0a0;
}

tr.expired td.status {
  color: #a0a0a0;
}

tr.active td.status {
  color: #000000;
}

tr.conclusionTreeItem {
  cursor: pointer;
}

tr.conclusion {
  display: none;
  background-color: #e0e0e0;
}

tr.conclusion > td {
  vertical-align: text-top;
  white-space: normal;
}

tr.conclusion > td:nth-of-type(1) {
  padding-left: 10em;
}

.studyPlanTabs {
  background-color: #feca37;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px;
}

.studyPlanSigned {
  color: #195b93;
  float: right;
  font-weight: bold;
}

.eeDateOutOfBounds {
  color: #ff0000;
}

.smallGrayText {
  color: #a0a0a0;
  font-style: italic;
  font-size: smaller;
}

.massEducationEventName {
  max-width: 131px;
}

#new-link-line {
  position: absolute;
  width: 1px;
  background-color: #808080;
  z-index: 1000;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.boldFont {
  font-weight: bold;
}

.redFont {
  color: #c00000;
}

.blueFont {
  color: #668cd9;
}

.lightGreenFont {
  color: #85aaa5;
}

.brownFont {
  color: #c4a883;
}

.tealFont {
  color: #668cb3;
}

.lightPurpleFont {
  color: #94a2be;
}

.brightGreenFont {
  color: #8cbf40;
}

.dirtyYellowFont {
  color: #e0c240;
}

.greenFont {
  color: #92d5cd;
}

.dirtyPinkFont {
  color: #d96666;
}

.purpleFont {
  color: #b373b3;
}

.cyanFont {
  color: #59bfb3;
}

.brickFont {
  color: #e6804d;
}

.brightBlueFont {
  color: #668cd9;
}

.pinkFont {
  color: #e67399;
}
body .errors{position:absolute;right:50px;padding-left:30.7px;padding-right:10px;bottom:-10px;background:url(data:image/png;base64,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) no-repeat;background-size:17.7px;background-position:-20.8px 0.8px;background-origin:content-box;background-color:white;display:table-row}body .errors::after{position:absolute;width:17.3px;height:20px;background:url(data:image/png;base64,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) no-repeat;content:" ";background-size:10px;margin-left:32.9px;background-color:white;top:-16.9px}body .errors-id{padding-right:0px;position:relative;padding-left:80px;bottom:-60px;display:block}body .errors-id::after{margin-left:-50px}body .fieldinerror{border:1px solid red}body textarea.fieldinerror{border:1px solid red !important}body .datePickerError{border:1px solid red}body span.inlineError{display:inline}body .checkboxerror{outline:1px solid red}.btn{display:inline-block;font-weight:400;color:#222;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#222;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,117,117,0.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:hover{color:#fff;background-color:#125555;border-color:#104b4b}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#125555;border-color:#104b4b;box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#104b4b;border-color:#0e4040}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-secondary{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:hover{color:#fff;background-color:#227f75;border-color:#1f756c}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#227f75;border-color:#1f756c;box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#1f756c;border-color:#1d6b63}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#222;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#222;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#222;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-light{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#222;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#222;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-light.disabled,.btn-light:disabled{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#222;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#197575;border-color:#197575}.btn-outline-primary:hover{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#197575;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-secondary{color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:hover{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#2a9d91;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#197575;text-decoration:none}.btn-link:hover{color:#0c3636;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#999;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}body div#container div.content-application div.accordionCard div.toolBox>a,body div#container div.content-application form div.toolBox>a{margin-left:0px;margin-right:.5rem;display:flex;align-items:center;height:2.8125rem;border-radius:3.75rem;white-space:nowrap;max-width:initial;padding:0 1.5rem;font-size:.93rem;background-color:#f5f5f5;border-color:#f5f5f5}body div#container div.content-application div.accordionCard div.toolBox>a img,body div#container div.content-application form div.toolBox>a img{vertical-align:text-bottom;margin-right:.75rem;font-size:1.25rem;color:#2a9d91}body div#container div.content-application div.accordionCard div.toolBox>a:hover,body div#container div.content-application form div.toolBox>a:hover{background-color:#CBE4E4;border-color:#CBE4E4;text-decoration:none}body div#container div.content-application div.accordionCard div.toolBox>a:disabled,body div#container div.content-application form div.toolBox>a:disabled{border-color:#fff;background-color:#fff;opacity:0.4}body div#container div.content-application div.accordionCard div.toolBox>a:disabled>span,body div#container div.content-application form div.toolBox>a:disabled>span{color:#222;opacity:0.5}body div.accordionCard{background:#ffffff;border:1px solid rgba(19,124,115,0.5);border-radius:0px;position:relative;margin:3rem 0;padding-top:3rem;padding-left:2rem;padding-right:2rem}body div.accordionCard table{width:100%}body div.accordionCard table tr td{width:50%}body div.accordionCard table td.rightcolumn.lockedLayer td{width:0px !important;padding-left:0px}body div.accordionCard table td.rightcolumn.lockedLayer td:nth-of-type(2){padding-right:1rem}body div.accordionCard table td.rightcolumn{padding-left:0px}body div.accordionCard table td[colspan*="2"] hr{border:0;border-top:7px solid #f5f5f5}body div.accordionCard table.rowEditBlock td{width:initial}body div.accordionCard table.rowEditBlock tr#editableRow{border-bottom:7px solid #f5f5f5}body div.accordionCard .pagedTable td{width:initial}body div.accordionCard form#qualificationForm{position:relative}body div.accordionCard form#qualificationForm div.accordionHeader.important{top:-4.1rem}body div.accordionData{padding:1rem}body div.accordionTree{width:90%;padding:1rem}body div.accordionHeader.important,body div.accordionHeader{position:absolute;top:-1.1rem;padding-left:.63rem;padding-right:.63rem;background:#fff;font-size:1.38rem;font-weight:600;text-align:center;font-family:futura-pt;text-transform:uppercase}body div.accordionHeader.important img,body div.accordionHeader img{display:none}body div.pseudoAccordionHeader{padding-left:.65rem;padding-top:.65rem;padding-bottom:.65rem;margin-top:.65rem;margin-bottom:.65rem;border-radius:0px;background-color:#2a9d91;color:#fff;font-size:130%;font-weight:bold}body div.pseudoAccordionHeaderSmall{padding-left:.5rem;padding-top:0px;padding-bottom:0px;margin-top:.5rem;margin-bottom:.1rem;border-radius:0px;color:#fff;background-color:#2a9d91;font-weight:bold}body div.nonAccordionHeader{color:#fff;padding-top:.65rem;padding-bottom:.65rem;padding-left:1.95rem;background-color:#2a9d91;font-size:130%;font-weight:bold;border-radius:0px}body div.latestModifier{text-align:right;font-style:italic;font-size:smaller;color:#2a9d91}body div a#layerCalculationResultSelection{position:relative;top:.63rem;left:.33rem}body div img.selectionClear{cursor:pointer}body div img.selectionPick{cursor:pointer}body form#roweditForm{margin:1.9rem}body form#roweditForm table tr{display:flex;flex-direction:column;border-bottom:0px}body form#roweditForm table tr:nth-of-type(8) td:nth-of-type(2).tableCell{display:flex;border-top:.63rem solid transparent}body form#roweditForm table tr:nth-of-type(8) td:nth-of-type(2).tableCell input{position:relative;top:-.63rem}body form#roweditForm table tr:nth-of-type(8) td:nth-of-type(2).tableCell input:nth-of-type(1){margin-right:.33rem}body form#roweditForm table tr:nth-of-type(8) td:nth-of-type(2).tableCell input:nth-of-type(2){margin:0 .33rem}body form#roweditForm table tr:nth-of-type(8) td:nth-of-type(2).tableCell input:nth-of-type(3){margin:0 .33rem}body .studentasuccess{position:fixed !important;display:none;top:10.13rem !important;right:.63rem !important;left:initial !important;width:15.6225rem;z-index:1060;border-radius:5px;border:1px solid #00ff00;padding:5px 5px 5px 5px;background:#aaffaa;color:#000;font-weight:bold;text-align:center}body .studentafailure{position:absolute;display:none;top:0;left:0;z-index:1060;border-radius:5px;border:1px solid #ff0000;padding:5px 5px 5px 5px;background:#ffaaaa;color:#000;font-weight:bold;text-align:center}body div.accordionData#accordiondescriptiontexts table#descriptiontext div.langrow{margin-bottom:1.9rem;padding-bottom:0px;font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}body div.accordionData#accordiondescriptiontexts table#descriptiontext div.descriptiontextheader{font-size:130%;font-weight:bold}body div.accordionData#accordiondescriptiontexts table#descriptiontext div.descriptiontext{text-indent:2.4rem}body div.accordionData#accordiondescriptiontexts table#descriptiontext tr.tableRow.odd td:first-child,body div.accordionData#accordiondescriptiontexts table#descriptiontext tr.tableRow.even td:first-child{width:4%}body a{cursor:pointer}body a img{border:none;vertical-align:middle;padding-left:0.5em}body a.disabledLink{font-style:italic;color:#d3d3d3 !important}.form-control,body input,select,body .field .fieldgroup textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control,body input,select,body .field .fieldgroup textarea{transition:none}}.form-control::-ms-expand,body input::-ms-expand,select::-ms-expand,body .field .fieldgroup textarea::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring,body input:-moz-focusring,select:-moz-focusring,body .field .fieldgroup textarea:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.form-control:focus,body input:focus,select:focus,body .field .fieldgroup textarea:focus{color:#495057;background-color:#fff;border-color:#39d5d5;outline:0;box-shadow:0 0 0 .2rem rgba(25,117,117,0.25)}.form-control::-moz-placeholder, body input::-moz-placeholder, select::-moz-placeholder, body .field .fieldgroup textarea::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder, body input:-ms-input-placeholder, select:-ms-input-placeholder, body .field .fieldgroup textarea:-ms-input-placeholder{color:#999;opacity:1}.form-control::-ms-input-placeholder, body input::-ms-input-placeholder, select::-ms-input-placeholder, body .field .fieldgroup textarea::-ms-input-placeholder{color:#999;opacity:1}.form-control::placeholder,body input::placeholder,select::placeholder,body .field .fieldgroup textarea::placeholder{color:#999;opacity:1}.form-control:disabled,body input:disabled,select:disabled,body .field .fieldgroup textarea:disabled,.form-control[readonly],body input[readonly],select[readonly],body .field .fieldgroup textarea[readonly]{background-color:#e9ecef;opacity:1}input[type="date"].form-control,body input[type="date"],input[type="time"].form-control,body input[type="time"],input[type="datetime-local"].form-control,body input[type="datetime-local"],input[type="month"].form-control,body input[type="month"]{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value,select:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#222;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select[size],select.form-control[multiple],select[multiple]{height:auto}textarea.form-control,body .field .fieldgroup textarea{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#999}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:.25rem}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.was-validated body input:valid,body .was-validated input:valid,.was-validated select:valid,.was-validated body .field .fieldgroup textarea:valid,body .field .fieldgroup .was-validated textarea:valid,.form-control.is-valid,body input.is-valid,select.is-valid,body .field .fieldgroup textarea.is-valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.was-validated body input:valid:focus,body .was-validated input:valid:focus,.was-validated select:valid:focus,.was-validated body .field .fieldgroup textarea:valid:focus,body .field .fieldgroup .was-validated textarea:valid:focus,.form-control.is-valid:focus,body input.is-valid:focus,select.is-valid:focus,body .field .fieldgroup textarea.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,.was-validated body .field .fieldgroup textarea:valid,body .field .fieldgroup .was-validated textarea:valid,textarea.form-control.is-valid,body .field .fieldgroup textarea.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,0.9);border-radius:.25rem}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.was-validated body input:invalid,body .was-validated input:invalid,.was-validated select:invalid,.was-validated body .field .fieldgroup textarea:invalid,body .field .fieldgroup .was-validated textarea:invalid,.form-control.is-invalid,body input.is-invalid,select.is-invalid,body .field .fieldgroup textarea.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.was-validated body input:invalid:focus,body .was-validated input:invalid:focus,.was-validated select:invalid:focus,.was-validated body .field .fieldgroup textarea:invalid:focus,body .field .fieldgroup .was-validated textarea:invalid:focus,.form-control.is-invalid:focus,body input.is-invalid:focus,select.is-invalid:focus,body .field .fieldgroup textarea.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated textarea.form-control:invalid,.was-validated body .field .fieldgroup textarea:invalid,body .field .fieldgroup .was-validated textarea:invalid,textarea.form-control.is-invalid,body .field .fieldgroup textarea.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control,.form-inline body input,body .form-inline input,.form-inline select,.form-inline body .field .fieldgroup textarea,body .field .fieldgroup .form-inline textarea{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.validation-container-generic,.validation-container-row,.form-container .form-check .validation-container,.form-container .form-control ~ .validation-container,.form-container body input ~ .validation-container,body .form-container input ~ .validation-container,.form-container select ~ .validation-container,.form-container body .field .fieldgroup textarea ~ .validation-container,body .field .fieldgroup .form-container textarea ~ .validation-container{margin-top:-10px;margin-bottom:12px;position:relative;padding:0;z-index:2;float:right;background:#fff;margin-right:50px;margin-left:50px;text-align:right;text-transform:initial}.validation-container-generic svg,.validation-container-row svg,.form-container .form-check .validation-container svg,.form-container .form-control ~ .validation-container svg,.form-container body input ~ .validation-container svg,body .form-container input ~ .validation-container svg,.form-container select ~ .validation-container svg,.form-container body .field .fieldgroup textarea ~ .validation-container svg,body .field .fieldgroup .form-container textarea ~ .validation-container svg{margin-right:4px;margin-bottom:1.31px}.validation-container-generic .invalid-error,.validation-container-row .invalid-error,.form-container .form-check .validation-container .invalid-error,.form-container .form-control ~ .validation-container .invalid-error,.form-container body input ~ .validation-container .invalid-error,body .form-container input ~ .validation-container .invalid-error,.form-container select ~ .validation-container .invalid-error,.form-container body .field .fieldgroup textarea ~ .validation-container .invalid-error,body .field .fieldgroup .form-container textarea ~ .validation-container .invalid-error{vertical-align:bottom;padding:0 .63rem}.validation-container-generic .invalid-error svg,.validation-container-row .invalid-error svg,.form-container .form-check .validation-container .invalid-error svg,.form-container .form-control ~ .validation-container .invalid-error svg,.form-container body input ~ .validation-container .invalid-error svg,body .form-container input ~ .validation-container .invalid-error svg,.form-container select ~ .validation-container .invalid-error svg,.form-container body .field .fieldgroup textarea ~ .validation-container .invalid-error svg,body .field .fieldgroup .form-container textarea ~ .validation-container .invalid-error svg{color:#d43f50}.validation-container-generic .invalid-warning svg,.validation-container-row .invalid-warning svg,.form-container .form-check .validation-container .invalid-warning svg,.form-container .form-control ~ .validation-container .invalid-warning svg,.form-container body input ~ .validation-container .invalid-warning svg,body .form-container input ~ .validation-container .invalid-warning svg,.form-container select ~ .validation-container .invalid-warning svg,.form-container body .field .fieldgroup textarea ~ .validation-container .invalid-warning svg,body .field .fieldgroup .form-container textarea ~ .validation-container .invalid-warning svg{color:#ffc107}.validation-container-row,.form-container .form-check .validation-container{order:2;text-align:left;margin-top:initial;margin-bottom:initial;position:initial;z-index:initial;float:initial;display:initial;margin-left:initial;background:initial;margin-right:initial;text-transform:initial;pointer-events:none}.form-container textarea,.form-container select,.form-container input,body input,select,body .field .fieldgroup,body .field .fieldgroup textarea{font-size:.95rem;font-weight:300;color:#222}.form-container .form-group{position:relative}.form-container .form-control,.form-container body input,body .form-container input,.form-container select,.form-container body .field .fieldgroup textarea,body .field .fieldgroup .form-container textarea{border-radius:0;border:solid 1px #ccc;height:2.5rem}.form-container .form-control ~ .validation-container,.form-container body input ~ .validation-container,body .form-container input ~ .validation-container,.form-container select ~ .validation-container,.form-container body .field .fieldgroup textarea ~ .validation-container,body .field .fieldgroup .form-container textarea ~ .validation-container{display:none}.form-container textarea{min-height:140px;max-height:400px}.form-container textarea::-webkit-scrollbar{width:17px}.form-container textarea::-webkit-scrollbar-track{margin-bottom:2px;background-color:#efefef}.form-container textarea::-webkit-scrollbar-thumb{background-color:#cccccc}.form-container textarea::-webkit-scrollbar-thumb:hover{background-color:#a8a8a8}.form-container textarea::-webkit-scrollbar-thumb:active{background-color:#787878}.form-container textarea::-webkit-resizer{border-right:20px solid #c1c1c1;border-top:20px solid #dddddd}.form-container input[type="text"]{padding:0px 1rem}.form-container input[type="text"] ~ .form-counter{position:absolute;right:.75rem;bottom:.375rem;background:#fff;color:#707070}.form-container textarea ~ .form-counter{position:static;float:right;margin:0.5rem 0;background:#fff;color:#707070}.form-container .form-check{display:flex;flex-direction:column}.form-container .form-check>label{position:relative;padding-left:3.6rem;padding-top:.54375rem;margin-bottom:0;min-height:2.3rem;max-width:100%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;float:none}.form-container .form-check .checkbox-button-control{position:absolute;display:inline-block;width:2rem;height:2rem;border:1px solid #ccc;pointer-events:none}.form-container .form-check .radio-button-control{position:absolute;width:2rem;height:2rem;border:1px solid #ccc;pointer-events:none;border-radius:50%}.form-container .form-check input[type="checkbox"]{visibility:hidden}.form-container .form-check input[type="checkbox"]:checked+.checkbox-button-control:after{content:"";position:absolute;top:.64rem;left:.61rem;width:.64rem;height:.64rem;background-color:#197575}.form-container .form-check input:disabled+span{background-color:#e9ecef}.form-container .form-radio>label{padding-left:0}.form-container .toggle-section{position:absolute;right:0;top:-.25rem}.form-container .toggle-section>button{text-decoration:none;height:auto;padding:0 .5rem;box-shadow:none}.form-container .toggle-section>button:hover{color:#197575}.form-container .toggle-section>button>span{display:flex;align-items:center;max-width:4rem}.form-container .toggle-section>button>span>svg{font-size:1rem;min-width:1.25rem}.form-container textarea,.form-container select,.form-container input,body input,select,body .field .fieldgroup,body .field .fieldgroup textarea{font-size:.95rem;font-weight:300;color:#222}body input,select,body .field .fieldgroup textarea,body td.tableCell>textarea,body div.hidden>textarea{border-radius:0;border:solid 1px #ccc}body form#roweditForm input#notifiable,body form#roweditForm input#conformsEducation1,body form#roweditForm input#visibleToStudent1{float:left;top:-.56rem}body .hidden{display:none;margin-bottom:.1rem}body input{display:inline-block;height:2.8125rem}body input.pagedTableInput{width:100%;box-sizing:border-box}body input.narrow_halfinputfield{width:8.25rem}body input.narrow_inputfield{width:17.8875rem}body input.timefield{width:4.575rem}body input[type="radio"]{display:inline-block;width:2rem;height:2rem;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-size:contain;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc;border-radius:50%}body input[type="radio"]:checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAaUlEQVQ4je2SsQ2AMAwEswaVZ/IwKb5kiR8jjffwSqZCogCFIKM0Oenb01v+Uha/0dxDyRAgBAglo7nHJ9luFlutt9nNxqTN/VF2Zqipkl2hku+FAnSFAkwUpp+c/pRSkmdzbZo27MVcDuUFwrm92AdhAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-size:1.3rem 1.3rem}body input[type="radio"]+label{position:relative;top:-2.57rem;left:3.04rem}body input[type="checkbox"]+input+span:first-of-type{position:relative;top:-.63rem;left:1.13rem}body input[type="checkbox"]:disabled{background-color:#e9ecef}body input[type="checkbox"]{display:inline-block;width:2rem;height:2rem;cursor:pointer;background-repeat:no-repeat;background-position:center center;background-size:contain;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #ccc}body input[type="checkbox"]:checked{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAATCAYAAACgADyUAAAAG0lEQVQ4jWNgGEFAsrT0PzF4VOOoRippHMYAALal3N3cDH/eAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center;background-size:.9rem 1.2rem}body input[type="image"]{width:2.4975rem}body input#searchfortreecomponents{align-self:center;border:none;height:1.3rem;padding-left:.5rem;padding-bottom:0px;padding-top:0px;padding-right:0px;width:1.9rem}body input:focus{box-shadow:none;border-color:#ccc}body span.langEdit{display:inline-block;width:2.1075rem}body span.editField{width:9.975rem;white-space:normal;font-weight:bold;font-size:.95rem;display:block;margin-bottom:.1rem}body .editField{white-space:normal;font-weight:bold;font-size:.95rem}body form#roweditForm span.activityExternalPerson{display:inline-block;vertical-align:text-top;max-width:10.36rem;min-width:10.36rem;position:relative;padding-right:4.06rem}body form#roweditForm input#notifiable,body form#roweditForm input#conformsEducation1,body form#roweditForm input#visibleToStudent1{margin-right:1rem}body form#roweditForm input#visibleToStudent1{left:10.7rem}body div.tablecontainer{width:100%}body table{width:100%}body table tr.pagedTableOdd td{border-bottom:none;padding-bottom:3px;padding-top:3px}body table tr.pagedTableEven td{border-bottom:none;padding-bottom:3px;padding-top:3px;background:#efefef}body .prompt,body .field span.strongPrompt,body .field span.wider_prompt,body .field span.noWrapPrompt,body form#logoForm .formrow .logoprompt,body form#newsForm div.formrow .newsprompt,body div#visualization-container div#left-container div.text div:nth-of-type(2) label{font-weight:bold;font-size:.95rem;display:block;margin-bottom:.1rem}body form#logoForm .formrow{display:block;position:relative;margin-bottom:1.9rem;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:.95rem;font-weight:300;color:#222}body .prompt{white-space:normal}body .prompt .mandatory{font-size:.95rem}body .field span.strongPrompt{display:inline-block;width:8.25rem;white-space:normal}body .field span.wider_prompt{width:12rem;white-space:normal}body .field span.noWrapPrompt{white-space:nowrap}body form#logoForm .formrow .logoprompt{display:block;width:7.2225rem}body form#logoForm .formrow .logofield{display:table-cell;width:37.5rem}body form#logoForm .formrow .logofield .logoimage{height:auto;width:auto;max-width:9.38rem;max-height:9.38rem}body table th.pagedTableLeftHead,body table th.pagedTableRightHead{background-color:#197575;height:3.375rem;color:#fff;padding-left:.8rem;padding-right:.8rem;padding-top:.5rem;width:3.6rem}body table th.pagedTableHead{background-color:#197575;height:3.375rem;color:#fff}body table th.pagedTableSortable{text-align:left;background:url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) right no-repeat;background-color:#197575;height:3.375rem;padding-right:.97rem}body table th.pagedTableSortable a{color:#fff}body table th.pagedTableSorted{padding-right:.97rem}body table th.normalTableLeftHead{background-color:#197575;color:#fff;width:2.5rem}body table th.normalTableRightHead{background-color:#197575;color:#fff}body table th.pagedTableAsc{background:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) right no-repeat #cfd4e0;background-color:#197575}body table th.pagedTableDesc{background:url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) right no-repeat #cfd4e0;background-color:#197575}body table th.pagedTableSortable:active a{color:#00008b}body table th.pagedTableSortable:visited a{color:#00008b}body table tr.pagedTableCaption td:nth-of-type(1){vertical-align:middle;text-align:center}body table tr.pagedTableCaption td:nth-of-type(1) img{padding-left:0}body table tr.empty td{padding-top:1rem}body table a#searchButton img{height:1.425rem}body form#searchForm input[type="checkbox"]#selectall:checked:after{background-color:#fff;border:1px solid #fff}form#fullSearchForm table{width:100%}form#fullSearchForm table tbody{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}form#fullSearchForm table tbody tr{display:flex;flex-wrap:wrap;width:47%;margin-bottom:1.9rem}form#fullSearchForm table tbody tr td input{width:100%}form#fullSearchForm table tbody tr td select{width:100%}form#fullSearchForm table tbody tr td img{top:1rem;right:.8rem}form#fullSearchForm table tbody tr td span.prompt{font-weight:bold;font-size:.95rem;display:block;margin-bottom:.1rem}form#fullSearchForm table tbody tr td[colspan$="2"]>select{background-image:none}form#fullSearchForm table tbody tr td:nth-of-type(1){flex-basis:100%}form#fullSearchForm table tbody tr td:nth-of-type(2){flex-basis:50%}form#fullSearchForm table tbody tr td:nth-of-type(3){flex-basis:50%;display:inherit}form#fullSearchForm table tbody tr td:nth-of-type(3) span{display:flex;margin-left:1rem;align-self:center}.form-container textarea,.form-container select,.form-container input,body input,select,body .field .fieldgroup,body .field .fieldgroup textarea{font-size:.95rem;font-weight:300;color:#222}body input,select,body .field .fieldgroup textarea,body td.tableCell>textarea,body div.hidden>textarea{border-radius:0;border:solid 1px #ccc}select{display:inline-block;height:2.8125rem;padding-right:10px !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiA8Zz4KICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+CiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+CiA8L2c+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBhdGggZmlsbD0iIzJhOWQ5MSIgaWQ9InN2Z18xIiBkPSJtMTQzLDM1Mi4zbC0xMzYsLTEzNmMtOS40LC05LjQgLTkuNCwtMjQuNiAwLC0zMy45bDIyLjYsLTIyLjZjOS40LC05LjQgMjQuNiwtOS40IDMzLjksMGw5Ni40LDk2LjRsOTYuNCwtOTYuNGM5LjQsLTkuNCAyNC42LC05LjQgMzMuOSwwbDIyLjYsMjIuNmM5LjQsOS40IDkuNCwyNC42IDAsMzMuOWwtMTM2LDEzNmMtOS4yLDkuNCAtMjQuNCw5LjQgLTMzLjgsMHoiLz4KIDwvZz4KPC9zdmc+);background-size:.82rem 1.31rem;background-repeat:no-repeat;background-position:right;background-origin:content-box}select.narrow_selectorsearchfield{overflow-x:hidden;width:7.335rem}select:focus{box-shadow:none;border-color:#ccc}body table.normalTable th{background-color:#197575;color:#fff}body table.normalTable th.normalTableLeftHead{background-color:#197575;width:2.4975rem}body table.normalTable td{border:0;border-bottom:7px solid #f5f5f5}body table tr{position:relative}body table tr td{word-wrap:break-word;vertical-align:top;position:relative}body table.pagedTable#resulttable th{background-color:#197575;color:#fff}body table.pagedTable#resulttable th.pagedTableLeftHead{background-color:#197575;height:1.99875rem;color:#fff}body table.pagedTable#resulttable th.pagedTableRightHead{background-color:#197575;height:1.99875rem;color:#fff}body table.pagedTable#resulttable tr:nth-of-type(2) td:nth-of-type(1){width:1px;vertical-align:middle}body table.rowEditBlock tr.editableRow{border-top:none;border-right:none;border-left:none;border-bottom:7px solid #f5f5f5}body table.rowEditBlock tr.tableRow{border:1px solid #ccc;display:table-row}body table.rowEditBlock tr.odd{height:3.33rem}body table.rowEditBlock tr.even{height:3.33rem}body table.rowEditBlock tr.table-row-accordionLike{display:table-row;padding-left:1rem;margin-top:.31rem;font-weight:bold;border-bottom:2px solid #2a9d91}body table.rowEditBlock tr td.tableCell{display:table-cell}body table.rowEditBlock tr td.tableCell p{margin-bottom:0}body table.rowEditBlock tr td.tableCell input::before{margin-top:.5rem}body table.rowEditBlock tr td.tableCell input::after{margin-top:.5rem}body table.rowEditBlock form#roweditForm table tr{border-bottom:1.2rem solid;border-color:transparent}body table.rowEditBlock form#roweditForm table table:nth-of-type(1) tr,body table.rowEditBlock form#roweditForm table table:nth-of-type(2) tr{border-top:initial;border-bottom:initial}body table#descriptiontext tr.editableRow{border-right:1px solid #ccc;border-left:1px solid #ccc}.form-container textarea,.form-container select,.form-container input,body input,select,body .field .fieldgroup,body .field .fieldgroup textarea{font-size:.95rem;font-weight:300;color:#222}body input,select,body .field .fieldgroup textarea,body td.tableCell>textarea,body div.hidden>textarea{border-radius:0;border:solid 1px #ccc}body textarea:focus{box-shadow:none;border-color:#ccc}body .field .fieldgroup{display:inline-block;position:relative;margin-bottom:1.2rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}body .field .fieldgroup img.languagebutton{position:absolute;right:0;top:-1.6rem}body .field .fieldgroup textarea{padding:.37453rem .75188rem}body .field .fieldgroup textarea.narrow_textareafield{width:19.6875rem;height:2.4525rem}body .field .fieldgroup textarea:focus{box-shadow:none;border-color:#ccc}body .field .fieldgroup>br+span{position:absolute;margin-top:-2.93rem;right:.75rem;background:transparent}body .field .fieldgroup div.hidden{width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative}body .field .fieldgroup div.hidden>br+span{position:absolute;bottom:1.63rem;right:.75rem;background:transparent}body td.tableCell>textarea,body div.hidden>textarea{height:5.25rem;width:44.19rem}body td.tableCell>textarea:disabled,body div.hidden>textarea:disabled{background-color:#e9ecef}body form#roweditForm td.tableCell{position:relative}body form#roweditForm td.tableCell>br+span{position:absolute;bottom:.75rem;background:transparent}.btn{display:inline-block;font-weight:400;color:#222;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#222;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,117,117,0.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:hover{color:#fff;background-color:#125555;border-color:#104b4b}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#125555;border-color:#104b4b;box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#104b4b;border-color:#0e4040}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-secondary{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:hover{color:#fff;background-color:#227f75;border-color:#1f756c}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#227f75;border-color:#1f756c;box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#1f756c;border-color:#1d6b63}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#222;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#222;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#222;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-light{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#222;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#222;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-light.disabled,.btn-light:disabled{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#222;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#197575;border-color:#197575}.btn-outline-primary:hover{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#197575;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-secondary{color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:hover{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#2a9d91;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#197575;text-decoration:none}.btn-link:hover{color:#0c3636;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#999;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}div#container div.content-application>div.toolBox,div#container div.content-application div.inlined div.toolBox{background-color:#f5f5f5}div#container div.content-application div.toolBox,div#container div.content-application span.lockedLayer,div#container div.content-application div.dropdown{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:.625rem}div#container div.content-application div.toolBox>a,div#container div.content-application span.lockedLayer>a,div#container div.content-application div.dropdown>a{margin-left:1.4rem;display:flex;align-items:center;height:2.8125rem;border-radius:3.75rem;white-space:nowrap;max-width:initial;padding:0 1.5rem;font-size:.93rem;margin-top:1rem;background-color:#fff;border-color:#fff}div#container div.content-application div.toolBox>a img,div#container div.content-application span.lockedLayer>a img,div#container div.content-application div.dropdown>a img{vertical-align:text-bottom;margin-right:.75rem;font-size:1.25rem;color:#2a9d91;padding-left:0}div#container div.content-application div.toolBox>a:hover,div#container div.content-application span.lockedLayer>a:hover,div#container div.content-application div.dropdown>a:hover{opacity:0.8;text-decoration:none}div#container div.content-application div.toolBox>a:disabled,div#container div.content-application span.lockedLayer>a:disabled,div#container div.content-application div.dropdown>a:disabled{border-color:#fff;background-color:#fff;opacity:0.4}div#container div.content-application div.toolBox>a:disabled>span,div#container div.content-application span.lockedLayer>a:disabled>span,div#container div.content-application div.dropdown>a:disabled>span{color:#222;opacity:0.5}div#container div.content-application div.toolBox{padding-top:1rem;padding-bottom:2rem}div#container div.content-application div.toolBox:only-of-type{padding-bottom:2rem}div#container div.content-application div.toolBox+div.toolBox{padding-top:0;padding-bottom:2rem;margin-top:-2rem !important}div#container div.content-application div.dropdown{padding-top:0;padding-bottom:0}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(1){width:47%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td{width:100%;display:block}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div span.fieldgroup{width:90%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div span.fieldgroup input{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(2){width:47%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(2) td{width:100%;display:block}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(2) td span.fieldgroup:nth-of-type(2){width:49%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(2) td span.fieldgroup:nth-of-type(3){width:50%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(2) td span.fieldgroup input{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(3){display:none}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4){width:100%;display:flex;justify-content:space-between}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td:nth-of-type(1) span.fieldgroup{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td:nth-of-type(1) span.fieldgroup input{width:90%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn{width:47%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn span.fieldgroup{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn span.fieldgroup input,body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn span.fieldgroup select{width:49%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(5){display:none}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6){width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td{display:flex;justify-content:space-between;width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(1){width:42.3%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(1) span.fieldgroup{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(1) span.fieldgroup input{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(2){width:47%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(2) span.fieldgroup{width:49%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(6) td div:nth-of-type(2) span.fieldgroup input{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(7){width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(7) td{width:100%;display:block}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(7) td span.fieldgroup{width:100%}body form#educationEventForm input:nth-of-type(1)+div+div div#accordioneducationbaseinformation tbody tr:nth-of-type(7) td span.fieldgroup textarea{width:100%;min-height:8rem}body form#educationEventForm+div table#overalllassessments tr#editableRow td:first-of-type{display:none}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr{width:47%}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr input,body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr select,body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr textarea{width:100%}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr td{display:initial !important}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr td img{left:initial;right:.8rem;top:1.075rem}body form#educationEventForm+div table#overalllassessments tr#editableRow form#roweditForm tbody tr td br#additionalInfo_talen+span{left:initial;right:1rem}body form#educationEventForm+div table#overalllassessments .toolBox{padding-left:0}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow td:first-of-type{display:none}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody{display:flex;justify-content:space-between;flex-wrap:wrap}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr{width:47%}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td{display:initial !important}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td input,body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td select,body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td textarea{width:100%}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td img{right:.8rem;top:1.075rem}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody tr td br#additionalInfo_talen+span{left:initial;right:1rem}body form#educationEventForm+div+div div#accordionintermediateassessments table#assessments tr#editableRow form tbody .toolBox{padding-left:0}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody .fieldgroup{width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody .fieldgroup input{width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr{width:47%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td{display:block;width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(2) span.fieldgroup{width:49%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(3){width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(3) td{display:block;width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(4){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td{width:47%}body div#studentamessages+div.accordionCard div#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn input{width:49%}body div#studentamessages+div+div table#overalllassessments form tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div#studentamessages+div+div table#overalllassessments form tbody input,body div#studentamessages+div+div table#overalllassessments form tbody select,body div#studentamessages+div+div table#overalllassessments form tbody textarea{width:100%}body div#studentamessages+div+div table#overalllassessments form tbody input#studentName,body div#studentamessages+div+div table#overalllassessments form tbody input#internalPersonName{width:90%}body div#studentamessages+div+div table#overalllassessments form tbody tr{width:47%}body div#studentamessages+div+div table#overalllassessments form tbody tr:nth-of-type(6) span{right:.8rem}body div#accordionoverallassessments div.toolBox{padding-left:0 !important}body div.accordionData#accordionCodeGroupData table tr{display:flex;flex-direction:column;border-bottom:1.2rem solid;border-color:transparent}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody span.table-cell,body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody input{width:100%}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody img{top:1.1rem;right:.8rem}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody span#startDate\.errors.errors::after,body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody span#endDate\.errors.errors::after{display:none}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody span#abbreviationTranslations\.errors.errors,body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody span#valueTranslations\.errors.errors{right:4.2rem}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody tr{display:flex;flex-direction:column;width:47%}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody tr td{border-bottom:none}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody tr td input#ophCode+a{position:absolute;right:-1.25rem;top:.88rem}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody tr td:nth-of-type(2){display:block;margin-bottom:1.9rem}body div.accordionData#accordionCodeGroupCodes form#codeForm table tbody tr span.table-table{display:flex;flex-direction:column}body div.accordionData#accordionCodeGroupCodes td{width:initial}body div.accordionData#accordioncontracteditorg form#roweditForm,body div#accordioncontractcontactpersonaccordion form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordioncontracteditorg form#roweditForm .fieldgroup,body div#accordioncontractcontactpersonaccordion form#roweditForm .fieldgroup{width:100%}body div.accordionData#accordioncontracteditorg form#roweditForm .fieldgroup input,body div#accordioncontractcontactpersonaccordion form#roweditForm .fieldgroup input,body div.accordionData#accordioncontracteditorg form#roweditForm .fieldgroup select,body div#accordioncontractcontactpersonaccordion form#roweditForm .fieldgroup select{width:100%}body div.accordionData#accordioncontracteditorg form#roweditForm div:last-child,body div#accordioncontractcontactpersonaccordion form#roweditForm div:last-child{width:100%;padding-left:0}body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm input,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm input,body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm select,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm select{width:100%}body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody tr,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm tbody tr{width:47%}body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody tr:last-child,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm tbody tr:last-child{width:100%}body form#contractForm+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody tr:last-child div.toolBox,body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm tbody tr:last-child div.toolBox{padding-left:0}body form#contractForm div#accordioneducationbaseinformation div#name\.errors.errors{bottom:.6rem}body form#contractForm div#accordioneducationbaseinformation div#name\.errors.errors::after{top:-1.7rem}body form#contractForm div#accordioneducationbaseinformation div#startDate\.errors.errors{right:18%}body form#contractForm div#accordioneducationbaseinformation div#startDate\.errors.errors::after{display:none}body form#contractForm div#accordioneducationbaseinformation div#endDate\.errors.errors::after{display:none}body form#contractForm div#accordioneducationbaseinformation div#price\.errors.errors{z-index:1;bottom:-3.4rem}body form#contractForm div#accordioneducationbaseinformation tr{display:flex;flex-wrap:wrap;justify-content:space-between}body form#contractForm div#accordioneducationbaseinformation tr td{width:47%}body form#contractForm div#accordioneducationbaseinformation tr td .fieldgroup,body form#contractForm div#accordioneducationbaseinformation tr td .field{width:100%}body form#contractForm div#accordioneducationbaseinformation tr td .fieldgroup input,body form#contractForm div#accordioneducationbaseinformation tr td .fieldgroup select,body form#contractForm div#accordioneducationbaseinformation tr td .fieldgroup textarea,body form#contractForm div#accordioneducationbaseinformation tr td .field input,body form#contractForm div#accordioneducationbaseinformation tr td .field select,body form#contractForm div#accordioneducationbaseinformation tr td .field textarea{width:100%}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(3) .fieldgroup{width:49%}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(3) img{top:1.1rem}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(3) img:nth-of-type(1){right:3.8%}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) .fieldgroup{position:absolute;display:flex;width:49.5%}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) .fieldgroup input#price{display:flex;position:absolute;top:1.41rem}body form#contractForm div#accordioneducationbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) span:nth-of-type(3).fieldgroup{right:0;display:initial}body form#contractForm div#accordioneducationbaseinformation tr td input#contractName{width:90%}body form#contractForm div#accordioneducationbaseinformation div:nth-of-type(1).field span.fieldgroup{width:100%}body form#contractForm div#accordioneducationbaseinformation div:nth-of-type(1).field span.fieldgroup textarea{width:100%;min-height:8rem}body div.accordionData#accordioncontracteditorg form#roweditForm span#organization\.errors.errors{right:20.4%}body div.accordionData#accordioncontracteditorg form#roweditForm span.filedgroup{display:block;position:relative}body div.accordionData#accordioncontracteditorg form#roweditForm div.field{width:47%}body div.accordionData#accordioncontracteditorg form#roweditForm div.field input#organizationName{width:90%}body div#accordioncontractcontactpersonaccordion form#roweditForm span#contractParty\.errors,body div#accordioncontractcontactpersonaccordion form#roweditForm span#person\.errors{right:20.4%}body div#accordioncontractcontactpersonaccordion form#roweditForm div.field{width:47%}body div#accordioncontractcontactpersonaccordion form#roweditForm div.field #contractpartyName,body div#accordioncontractcontactpersonaccordion form#roweditForm div.field #personName{width:90%}body script+div.accordionCard div#accordioncontractdetailaccordion form#roweditForm input#fundeeorganizationName{width:90%}body script+div.accordionCard div#accordioncontractdetailaccordion #endDate\.errors.errors::after,body script+div.accordionCard div#accordioncontractdetailaccordion #startDate\.errors.errors::after{display:none}body script+div.accordionCard div#accordioncontractdetailaccordion #startDate\.errors.errors{bottom:-3.625rem}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody tr{width:47%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody tr:last-child{width:100%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody tr:last-child div.toolBox{padding-left:0}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody tr:nth-of-type(6) input#amount,body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody tr:nth-of-type(6) input#studyWorkDays{width:34%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input,body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody select{width:100%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input#installmentfundeeOrganizationName{width:87%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input#organizationName{width:87%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input#billingPeriodStartDate,body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input#billingPeriodEndDate{width:49%}body div.accordionData#accordioncontractinstallmentaccordion table#details form#roweditForm table tbody input#notBillable{width:2rem}body div.accordionData#accordiofollowupaccordion table tr.tableRow{border-top:7px solid #f5f5f5;border-bottom:7px solid #f5f5f5}body div.accordionData#accordiofollowupaccordion table tr.tableRow td{width:initial}body form#controlValueForm div#accordionbaseinformation{display:flex;flex-wrap:wrap;justify-content:space-between}body form#controlValueForm div#accordionbaseinformation input+div+span,body form#controlValueForm div#accordionbaseinformation input,body form#controlValueForm div#accordionbaseinformation select{width:100%}body form#controlValueForm div#accordionbaseinformation select#type{margin-bottom:1.2rem}body form#controlValueForm div#accordionbaseinformation .fieldgroup{width:100%}body form#controlValueForm div#accordionbaseinformation .fieldgroup input#dateValue{width:100%}body form#controlValueForm div#accordionbaseinformation div.field{width:47%}body form#deviceForm div#accordionbaseinformation tr .fieldgroup{width:100%}body form#deviceForm div#accordionbaseinformation tr .fieldgroup input:not([type="checkbox"]):not(.datePicker),body form#deviceForm div#accordionbaseinformation tr .fieldgroup select,body form#deviceForm div#accordionbaseinformation tr .fieldgroup textarea{width:100%}body form#deviceForm div#accordionbaseinformation tr img{right:.8rem;top:.9rem}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1){display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div.field{width:47%}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(2) div.errors{bottom:.6rem}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(2) div.errors::after{top:-1.7rem}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) .fieldgroup{width:49%}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) .fieldgroup input{width:100%}body form#deviceForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(4) span.openEndedEndDate{position:absolute;right:0;top:-1.3rem}body form#deviceForm div#accordionbaseinformation tr td.rightcolumn{display:block}body form#deviceForm div#accordionbaseinformation script+div.field .fieldgroup{width:100%}body form#deviceForm div#accordionbaseinformation script+div.field .fieldgroup textarea{width:100%;min-height:8rem}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table img{right:.8rem}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(2) span.errors{right:20.4%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(4) textarea{min-height:8rem;width:100%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(4) span{right:.8rem}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(5) table tr:nth-of-type(1),body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(6) table tr:nth-of-type(1){display:none}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(5) table tr:nth-of-type(2),body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(6) table tr:nth-of-type(2){flex-direction:row;width:100%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(5) table tr:nth-of-type(2) td,body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(6) table tr:nth-of-type(2) td{width:60%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(5) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]),body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]){width:100%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(5) table tr:nth-of-type(2) td:nth-of-type(2),body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2){display:flex;align-items:center;margin-left:1rem}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:last-child{width:100%}body form#deviceForm+div+div div.accordionData#accordionorganizationactivities table#activity form#roweditForm table tr:last-child div.toolBox{padding-left:0}body div#accordidiondeviceeditorganization span#organization\.errors{right:20.4%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr div#nameTranslations\.errors.errors{top:8.7rem}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr div#nameTranslations\.errors.errors::after{top:-1.5rem}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr div.field{width:47%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td .fieldgroup{width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td .fieldgroup input,body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td .fieldgroup select,body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td .fieldgroup textarea{width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td div:nth-of-type(2).field div.hidden{width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(4).field{position:relative}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(4).field .fieldgroup{width:49%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(4).field span.openEndedEndDate{position:absolute;top:.2rem;right:.36rem}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(4).field img.ui-datepicker-trigger{top:.9rem;right:.8rem}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td.rightcolumn div:nth-of-type(1) input,body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td.rightcolumn div:nth-of-type(2) input,body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td.rightcolumn div:nth-of-type(3) input{width:49%}body form#educationForm div.accordionData#accordioneducationbaseinformation table tr td.rightcolumn div:nth-of-type(4) img{top:1rem;right:.8rem}body form#educationForm div.accordionData#accordioneducationbaseinformation div.field .fieldgroup{width:100%}body form#educationForm div.accordionData#accordioneducationbaseinformation div.field .fieldgroup textarea{width:100%;min-height:8rem}body div#accordioneducationqualificationtarget tr div.field{width:47%}body div#accordioneducationqualificationtarget tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body div#accordioneducationqualificationtarget tr td:nth-of-type(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body div#accordioneducationqualificationtarget tr td .fieldgroup{width:100%}body div#accordioneducationqualificationtarget tr td .fieldgroup input,body div#accordioneducationqualificationtarget tr td .fieldgroup select{width:100%}body div#accordioneducationapplication tr{display:flex;flex-wrap:wrap;justify-content:space-between}body div#accordioneducationapplication tr td{width:47%}body div#accordioneducationapplication tr .fieldgroup{width:100%}body div#accordioneducationapplication tr .fieldgroup select{width:100%}body div#accordioneducationapplication tr input#availableToPublicApplications1,body div#accordioneducationapplication tr input#displayStartOfEducation{margin-right:1rem}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(1).field{width:100%}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(1).field span.fieldgroup{width:49%}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(1).field span.fieldgroup input{width:100%}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(1).field span.fieldgroup img{top:.8rem;right:.8rem;left:initial}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(2) span.fieldgroup,body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(4) span.fieldgroup{margin-bottom:.4rem}body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(2) span.fieldgroup span.fieldgroup,body div#accordioneducationapplication tr td.lockedLayer:nth-of-type(1) div:nth-of-type(4) span.fieldgroup span.fieldgroup{display:flex;align-items:center}body div.accordionData#accordioneducationfundamental tbody div#fundeeOrganization\.errors.errors{right:20.4%}body div.accordionData#accordioneducationfundamental tbody div#givenStudyDayAmount\.errors.errors,body div.accordionData#accordioneducationfundamental tbody div#studyForm\.errors.errors,body div.accordionData#accordioneducationfundamental tbody div#educationLanguage\.errors.errors,body div.accordionData#accordioneducationfundamental tbody div#studyDayRule\.errors.errors{right:3rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer .fieldgroup{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer .fieldgroup select{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(1).field,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(2).field,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(3).field,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(4).field{margin-right:2rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(4) span.fieldgroup{width:39.5%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(4) span.fieldgroup input{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(5) span.fieldgroup input,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(5) span.fieldgroup select{width:24%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(6){position:relative}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(6) input#dayLength{width:90%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(6) span:nth-of-type(3){position:absolute;top:2.3rem;right:6.8%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(7) .fieldgroup{width:42%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(1).lockedLayer div:nth-of-type(7) .fieldgroup input{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div.field{margin-left:6%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div.field .fieldgroup{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div.field .fieldgroup select,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div.field .fieldgroup input{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div.field .fieldgroup input#fundeeOrganizationName{width:90%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer table{margin-left:6%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer table td:nth-of-type(3){position:relative;top:.325rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div:nth-of-type(5){position:relative}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div:nth-of-type(5) span.fieldgroup input#entryFee{width:90%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer div:nth-of-type(5) span.fieldgroup+span{position:absolute;right:.8rem;top:2.2rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer #shortCourse1,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(1) td:nth-of-type(2).rightcolumn.lockedLayer #nonStopEducation1{position:relative;top:.625rem;margin-right:1rem;width:2rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td:nth-of-type(1) .fieldgroup{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td:nth-of-type(1) .fieldgroup input{width:100%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td:nth-of-type(1) div:nth-of-type(1).field,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td:nth-of-type(1) div:nth-of-type(2).field,body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td:nth-of-type(1) div:nth-of-type(3).field{margin-right:2rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(3).lockedLayer td.rightcolumn div.field{margin-left:6%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(5) input{width:46.5%}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(5) img{position:relative;right:1.6rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(5) .openEndedEndDate{top:.2rem;position:absolute;right:1.1rem}body div.accordionData#accordioneducationfundamental tbody tr:nth-of-type(5) td.rightcolumn .toolBox{margin-left:6%}body div#accordioneducationstatistics tr{display:flex;flex-wrap:wrap;justify-content:space-between}body div#accordioneducationstatistics tr td{width:47%}body div#accordioneducationstatistics tr td .fieldgroup{width:100%}body div#accordioneducationstatistics tr td .fieldgroup select{width:100%}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm{margin-left:0;margin-right:0}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr{width:47%}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr td textarea{width:100%}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr:nth-of-type(1) td:nth-of-type(2) div#questionTranslations\.errors.errors{bottom:-.1rem}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr:nth-of-type(1) td:nth-of-type(2) div#questionTranslations\.errors.errors::after{top:-1.5rem}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr:nth-of-type(1) td:nth-of-type(2) span{right:.8rem}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr:nth-of-type(2){position:relative;top:3.3rem}body div#accordioneducationquestions table#educationquestions tr td:nth-of-type(2) form#roweditForm table tbody tr .toolBox{padding-left:0}body div#accordioneducationquestions div.toolBox{padding-left:0 !important}body div.accordionData#accordionorganizationactivities form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr{width:47%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr div.toolBox{padding-left:0}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr input#emailNotification1,body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr input#notifiable1{margin-right:1rem}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr input#externalPersonName,body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr input#internalPersonName{width:90%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(5) textarea{width:100%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(5) span{right:1rem}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(1),body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(1){display:none}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2),body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2){flex-direction:row;width:100%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td,body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td{width:60%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]),body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]){width:100%}body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2),body div.accordionData#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td:nth-of-type(2){display:flex;align-items:center;margin-left:1rem}body div.lockedLayer+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div.lockedLayer+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody input{width:100%}body div.lockedLayer+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody input#contractName{width:90%}body div.lockedLayer+div+div+div div#accordioncontractdetailaccordion form#roweditForm tbody tr{width:47%}body div.lockedLayer+div+div+div div#accordioncontractdetailaccordion form#roweditForm div.toolBox{padding-left:0}body div#accordioncontractinstallmentaccordion span#reference\.errors.errors{bottom:.09rem;z-index:1}body div#accordioncontractinstallmentaccordion div#dueDate\.errors.errors::after{display:none}body div#accordionabnormalperiods form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}body div#accordionabnormalperiods form#roweditForm tbody tr{width:47%;position:initial}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(1) td{position:initial}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(1) td span#startDate\.errors.errors::after{display:none}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(2) td span#endDate\.errors.errors{z-index:1}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(2) td span#endDate\.errors.errors::after{display:none}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(4) td{display:flex;align-items:center;position:relative;top:1.8rem}body div#accordionabnormalperiods form#roweditForm tbody tr:nth-of-type(4) td input#notBillable1{margin-right:1rem}body div#accordionabnormalperiods form#roweditForm tbody tr:last-child{width:100%}body div#accordionabnormalperiods form#roweditForm tbody tr:last-child td{width:100%}body div#accordionabnormalperiods form#roweditForm tbody tr:last-child td .toolBox{padding-left:0}body div#accordionabnormalperiods form#roweditForm tbody tr tr{width:100%}body form#educationEventEducationModuleForm div:nth-of-type(5) .fieldgroup{width:100%}body form#educationEventEducationModuleForm div:nth-of-type(5) .fieldgroup input,body form#educationEventEducationModuleForm div:nth-of-type(5) .fieldgroup select{width:49%}body div#educationeventstreeeditholder form#educationEventForm{display:flex;flex-wrap:wrap;justify-content:space-between}body div#educationeventstreeeditholder form#educationEventForm .fieldgroup{width:100%}body div#educationeventstreeeditholder form#educationEventForm .fieldgroup input,body div#educationeventstreeeditholder form#educationEventForm .fieldgroup textarea,body div#educationeventstreeeditholder form#educationEventForm .fieldgroup select{width:100%}body div#educationeventstreeeditholder form#educationEventForm input#educationEventShortCourse{width:2rem}body div#educationeventstreeeditholder form#educationEventForm div#startDate\.errors.errors,body div#educationeventstreeeditholder form#educationEventForm div#endDate\.errors.errors{top:2.1rem;right:-1.1rem;width:5.925rem;font-size:.81rem;margin-right:3.1rem}body div#educationeventstreeeditholder form#educationEventForm div#startDate\.errors.errors::after,body div#educationeventstreeeditholder form#educationEventForm div#endDate\.errors.errors::after{display:none}body div#educationeventstreeeditholder form#educationEventForm div#nameTranslations\.errors.errors{top:4.3rem}body div#educationeventstreeeditholder form#educationEventForm div.field{width:47%}body div#educationeventstreeeditholder form#educationEventForm div.field div.hidden{width:100%}body div#educationeventstreeeditholder form#educationEventForm div.field:nth-of-type(3) .fieldgroup{width:48%}body div#educationeventstreeeditholder form#educationEventForm div.field:nth-of-type(3) img{top:1rem;right:.8rem}body div#educationeventstreeeditholder form#educationEventForm div.field#educationEventScopeField div:nth-of-type(3){width:100%;align-items:center}body div#educationeventstreeeditholder form#educationEventForm div.field#educationEventScopeField div:nth-of-type(3) .fieldgroup{width:100%;display:flex;align-items:center}body div#educationeventstreeeditholder form#educationEventForm div.field#educationEventScopeField div:nth-of-type(4),body div#educationeventstreeeditholder form#educationEventForm div.field#educationEventScopeField div:nth-of-type(5){width:100%}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:.625rem}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span a{margin-left:0px;margin-right:.5rem;display:flex;align-items:center;height:3.13125rem;border-radius:3.75rem;white-space:nowrap;max-width:initial;padding:0 1.5rem;font-size:.93rem;background-color:#f5f5f5;border-color:#f5f5f5}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span a img{vertical-align:text-bottom;margin-right:.75rem;font-size:1.25rem;color:#2a9d91}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span a:hover{background-color:#30c3b1;border-color:#30c3b1;opacity:0.3}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span a:disabled{border-color:#fff;background-color:#fff;opacity:0.4}body div.ui-dialog.ui-widget div#modalDialog div.content-application-small-nopadding div#studentamessages+span a:disabled>span{color:#222;opacity:0.5}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm span#resource\.errors.errors{right:25.6%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div#startDate\.errors.errors{right:1.9rem;top:1.7rem;font-size:.69rem;width:9.3rem}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div#startDate\.errors.errors::after{display:none}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div#endDate\.errors.errors{right:2rem}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div#endDate\.errors.errors::after{display:none}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div.field{width:47%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm input#resourceName{width:87%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm .fieldgroup{width:100%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm .fieldgroup input,body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm .fieldgroup select,body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm .fieldgroup textarea{width:100%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm .fieldgroup textarea{min-height:8rem}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm img{top:.9rem;right:.8rem}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div:nth-of-type(4) .fieldgroup{width:49%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div:nth-of-type(6) span.prompt,body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div:nth-of-type(7) span.prompt{width:100%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div:last-child{width:100%}body form#educationEventForm+div div.accordionData#accordionorganizationpersonroleinformation form#roweditForm div:last-child .toolBox{padding-left:0}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody{display:flex;flex-wrap:wrap}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody .fieldgroup{width:100%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody .fieldgroup input,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody .fieldgroup select,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody .fieldgroup textarea{width:100%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody .fieldgroup textarea{height:8rem}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody input#qualificationModuleName{width:90%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody input#educationEventShortCourse,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody input#educationEventAutoApplyingProcedure,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody input#educationEventEPayment,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody input#educationEventSyncWithItsLearning{width:2rem}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody img{top:1rem;right:.8rem}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody div#nameTranslations\.errors.errors{top:8.9rem}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody div#nameTranslations\.errors.errors::after{top:-2.1rem}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr{width:100%;display:flex;justify-content:space-between}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr td{display:inline-block;width:47%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(2) td:nth-of-type(1) .fieldgroup{width:49%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(2) td.rightcolumn .fieldgroup{display:flex;align-items:center}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(3) td,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(5) td{width:100%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) input#numberOfStudents,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) input#groupSize{width:42%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) div:nth-of-type(1) span.fieldgroup{align-items:center}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td:nth-of-type(1) div:nth-of-type(3) .fieldgroup{width:49%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td:nth-of-type(1) div.hidden{width:100%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td.rightcolumn div:nth-of-type(3) span.fieldgroup{display:flex}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td.rightcolumn div:nth-of-type(3) span.fieldgroup .fieldgroup{display:flex;align-items:center;width:50%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td.rightcolumn div:nth-of-type(5) .fieldgroup{width:49%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(6) td.rightcolumn div:nth-of-type(6) .fieldgroup{width:94%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn div:nth-of-type(1) input,body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn div:nth-of-type(1) select{width:49%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn div:nth-of-type(2) span.fieldgroup{display:flex}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(4) td.rightcolumn div:nth-of-type(2) span.fieldgroup .fieldgroup{display:flex;align-items:center;width:50%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(7) td{width:100%}body form#educationEventForm div.accordionData#accordioneducationbaseinformation tbody tr:nth-of-type(7) td div.field{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation textarea{min-height:8rem}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr div.field{width:47%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) div#nameTranslations\.errors.errors{bottom:.7rem}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) div#nameTranslations\.errors.errors::after{top:-1.5rem}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td .fieldgroup{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td .fieldgroup input,body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td .fieldgroup select,body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td .fieldgroup textarea{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(2).field div.hidden{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(2).field div.hidden{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3).field .fieldgroup{width:49%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3).field span.openEndedEndDate{position:absolute;top:-1.3rem;right:0}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3).field img.ui-datepicker-trigger{top:.9rem;right:.8rem}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(1) input,body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(1) select{width:49%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(2) .fieldgroup{width:100%;display:flex}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(2) .fieldgroup .fieldgroup{display:flex;align-items:center;width:50%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(3) input#studySubject{width:90%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn div:nth-of-type(5) .fieldgroup .fieldgroup{align-items:center;display:flex}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(2) div.field{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(2) div.field .fieldgroup{width:100%}body form#educationModuleForm div.accordionData#accordioneducationbaseinformation tr:nth-of-type(2) div.field .fieldgroup textarea{width:100%}body form#educationStructureForm div#accordioneducationbaseinformation .fieldgroup{width:100%}body form#educationStructureForm div#accordioneducationbaseinformation .fieldgroup input,body form#educationStructureForm div#accordioneducationbaseinformation .fieldgroup textarea{width:100%}body form#educationStructureForm div#accordioneducationbaseinformation textarea{min-height:8rem}body form#educationStructureForm div#accordioneducationbaseinformation div.hidden{width:100%}body form#educationStructureForm div#accordioneducationbaseinformation span#nameTranslations\.errors.errors{bottom:.7rem}body form#educationStructureForm div#accordioneducationbaseinformation span#nameTranslations\.errors.errors::after{top:-1.5rem}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) div.field{width:47%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) input#qualificationName{width:90%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3) span.fieldgroup{width:49%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3) span.openEndedEndDate{position:absolute;top:-1.2rem;right:.1rem}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3) img.ui-datepicker-trigger{top:.9rem;right:.8rem}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(5) input{width:25%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(5) select{width:27%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#educationStructureForm div#accordioneducationbaseinformation tr:nth-of-type(1) td.rightcolumn input{width:49%}body div.accordionData#accordioneducationstructuretreeaccordion form#cemdto td{position:relative}body div.accordionData#accordioneducationstructuretreeaccordion form#cemdto td textarea.narrow_textareafield{height:2.4525rem;width:19.6875rem}body div.accordionData#accordioneducationstructuretreeaccordion form#cemdto td>br+span{position:absolute;bottom:.75rem;right:.56rem;background:transparent}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget form#cemdto table input#qualificationModuleName{width:90%}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget form#cemdto table input#extent\.value,body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget form#cemdto table select#extent\.extentUnit{width:49%}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget form#cemdto table tr{border-bottom:1.2rem solid transparent;display:flex;flex-direction:column}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget form#cemdto table tr:nth-of-type(7) textarea{min-height:8rem;width:100%}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget div.narrowerform .inputfield,body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget div.narrowerform .selectorfield{width:22.9275rem}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget div.narrowerform form#roweditForm span#person\.errors,body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget div.narrowerform form#roweditForm span#organization\.errors{right:5.7rem}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget table.pagedTable tr{display:table-row;border-bottom:0px}body div.accordionData#accordioneducationstructuretreeaccordion div#educationstructuretreeeditformtarget table.pagedTable tr th{height:1.875rem}body form#externalpersonForm div.accordionData#accordionbaseinformation div.field{width:47%}body form#externalpersonForm div.accordionData#accordionbaseinformation div.pseudoAccordionHeaderSmall{width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation .fieldgroup{width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation .fieldgroup input:not([type="checkbox"]){width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation tr td:nth-of-type(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation table+div.field{width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation table+div.field .fieldgroup{width:100%}body form#externalpersonForm div.accordionData#accordionbaseinformation table+div.field .fieldgroup textarea{width:100%;min-height:8rem}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody input#internalPersonName{width:90%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr{width:47%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(5) textarea{width:100%;min-height:8rem}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(5) br+span{right:.8rem}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(1),body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(1){display:none}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2),body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2){flex-direction:row;width:100%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td,body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td{width:60%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]),body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td:nth-of-type(1) input:not([type="checkbox"]){width:100%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2),body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:nth-of-type(7) table tr:nth-of-type(2) td:nth-of-type(2){display:flex;align-items:center;margin-left:1rem}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:last-child{width:100%}body form#externalpersonForm+div+div+div div#accordionorganizationactivities form#roweditForm tbody tr:last-child div.toolBox{padding-left:0}body form#externalpersonForm+div+div div#accordionemploymentinformation form#roweditForm tr:nth-of-type(3) div.errors{right:20.4%}body form#externalpersonForm+div+div div#accordionemploymentinformation form#roweditForm tr:nth-of-type(4) tr span.errors{z-index:1;right:-95.9%;bottom:-3.6rem}body form#externalpersonForm+div+div div#accordionemploymentinformation form#roweditForm tr:nth-of-type(4) tr span.errors::after{display:none}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr{width:47%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr .fieldgroup{width:100%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr .fieldgroup input,body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr .fieldgroup select,body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr .fieldgroup textarea{width:100%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr td[colspan="2"]{display:block;width:100%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(2) input{width:49%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(4){width:100%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(5){width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(5) td{width:47%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(5) td span:nth-of-type(3){font-weight:bold}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(5) td:nth-of-type(1) input{width:48%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(5) td.rightcolumn input{width:48%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(9),body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(10){width:100%}body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(9) textarea,body form#learningEventForm div.accordionData#accordionlearningeventbaseinformation tbody tr:nth-of-type(10) textarea{min-height:8rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid{border-collapse:separate;border-spacing:0 1.2rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid td{width:initial}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid td input[type="checkbox"]{margin-top:.3rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid td.hiddenforce{display:none !important;margin-bottom:.1rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid tr:nth-of-type(2).blockEditRow td:nth-of-type(6){display:block}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid tr td:nth-of-type(10) input.narrow_halfinputfield{width:12.84rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid .narrow_halfinputfield{width:17.8875rem}body form#learningEventForm div.accordionData#accordionlearningeventparticipation table#learningeventparticipationid div.errors{left:4.8rem;right:initial}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table div#name\.errors.errors{bottom:.6rem}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table div#name\.errors.errors::after{top:-1.7rem}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table div#startDate\.errors.errors{right:58%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table div#startDate\.errors.errors::after{display:none}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table div#endDate\.errors.errors::after{display:none}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td{width:47%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .fieldgroup,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .field{width:100%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .fieldgroup input,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .fieldgroup select,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .fieldgroup textarea,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .field input,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .field select,body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td .field textarea{width:100%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td div:nth-of-type(3) input{width:47%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td div:nth-of-type(3) img{top:1.1rem}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td div:nth-of-type(3) img:nth-of-type(1){right:54.6%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td div:nth-of-type(3) img:nth-of-type(2){right:5.2%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td:nth-of-type(2).rightcolumn div:nth-of-type(2).field{margin-bottom:1.2rem}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(1) td span.openEndedEndDate{position:absolute;top:-1.3rem;right:4.2%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(2) .fieldgroup{width:100%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr:nth-of-type(2) .fieldgroup textarea{min-height:8rem;width:100%}body form#licenseForm div.accordionCard div.accordionData#accordionlicensebaseinformation table tr table#qualifications tr{display:table-row;flex-wrap:initial}body div.accordionData#accordionlicenceeditorganization form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordionlicenceeditorganization form#roweditForm span#organization\.errors.errors{right:20.4%}body div.accordionData#accordionlicenceeditorganization form#roweditForm span.filedgroup{display:block;position:relative}body div.accordionData#accordionlicenceeditorganization form#roweditForm div.field{width:47%}body div.accordionData#accordionlicenceeditorganization form#roweditForm div.field input#organizationName{width:90%}body div.accordionData#accordionlicenceeditorganization form#roweditForm .fieldgroup{width:100%}body div.accordionData#accordionlicenceeditorganization form#roweditForm .fieldgroup input,body div.accordionData#accordionlicenceeditorganization form#roweditForm .fieldgroup select{width:100%}body div.accordionData#accordionlicenceeditorganization form#roweditForm div:last-child{width:100%;padding-left:0}body div#accordionlicensepersoninformation form#roweditForm,body div#accordiondocumentaccordion form#roweditForm{display:flex;justify-content:space-between;flex-wrap:wrap}body div#accordionlicensepersoninformation form#roweditForm span#organization\.errors.errors,body div#accordionlicensepersoninformation form#roweditForm span#person\.errors.errors,body div#accordiondocumentaccordion form#roweditForm span#organization\.errors.errors,body div#accordiondocumentaccordion form#roweditForm span#person\.errors.errors{right:20.4%}body div#accordionlicensepersoninformation form#roweditForm div.field,body div#accordiondocumentaccordion form#roweditForm div.field{width:47%}body div#accordionlicensepersoninformation form#roweditForm .fieldgroup,body div#accordiondocumentaccordion form#roweditForm .fieldgroup{width:100%}body div#accordionlicensepersoninformation form#roweditForm .fieldgroup input,body div#accordionlicensepersoninformation form#roweditForm .fieldgroup select,body div#accordiondocumentaccordion form#roweditForm .fieldgroup input,body div#accordiondocumentaccordion form#roweditForm .fieldgroup select{width:100%}body div#accordionlicensepersoninformation form#roweditForm .fieldgroup input#organizationName,body div#accordionlicensepersoninformation form#roweditForm .fieldgroup input#personName,body div#accordiondocumentaccordion form#roweditForm .fieldgroup input#organizationName,body div#accordiondocumentaccordion form#roweditForm .fieldgroup input#personName{width:90%}body div#accordionlicensepersoninformation div:last-child,body div#accordiondocumentaccordion div:last-child{width:100%}body div#accordionlicensepersoninformation div:last-child div.toolBox,body div#accordiondocumentaccordion div:last-child div.toolBox{width:100%;padding-left:0 !important}body form#educationEventForm[action*="overall"] table{width:69.9975rem;margin:auto}body form#educationEventForm[action*="overall"] table tr td{padding:.5rem}body form#educationEventForm[action*="overall"] table tr td input.hasDatepicker,body form#educationEventForm[action*="overall"] table tr td select.gradeselect,body form#educationEventForm[action*="overall"] table tr td select#commonGrade,body form#educationEventForm[action*="overall"] table tr td input.assessorselect,body form#educationEventForm[action*="overall"] table tr td input.assessornameselect,body form#educationEventForm[action*="overall"] table tr td input#commonPersonName{width:12.3975rem}body form#educationEventForm[action*="overall"] table tr td span.errors{z-index:1;bottom:2rem;right:2.1rem}body form#educationEventForm[action*="overall"] table tr td span.errors::after{display:none}body form#educationEventForm[action*="overall"] table tr td img.ui-datepicker-trigger{top:3.7rem;left:initial;right:1.3rem;z-index:1}body form#educationEventForm[action*="overall"] table tr td:nth-of-type(6) span.errors::after{display:initial;margin-left:.675rem}body form#educationEventForm[action*="overall"] table tr td:nth-of-type(7){width:16.5rem !important}body form#educationEventForm[action*="overall"] table tr td:nth-of-type(7) span.errors{bottom:1.9rem;right:5.2rem}body form#educationEventForm[action*="overall"] table tr td:nth-of-type(7) span.errors::after{display:initial;margin-left:.75rem}body form#educationEventForm[action*="overall"] table tr td:nth-of-type(8) textarea{width:7.65rem !important;overflow-y:scroll !important;max-height:83px}body form#educationEventForm[action*="overall"] table tr.toolrow img.ui-datepicker-trigger{bottom:1.5rem;top:initial}body form#educationEventForm[action*="intermediate"] table{width:69.9975rem;margin:auto}body form#educationEventForm[action*="intermediate"] table tr.toolrow img.ui-datepicker-trigger{top:1rem}body form#educationEventForm[action*="intermediate"] table tr td input.hasDatepicker,body form#educationEventForm[action*="intermediate"] table tr td select.gradeselect,body form#educationEventForm[action*="intermediate"] table tr td select#commonGrade,body form#educationEventForm[action*="intermediate"] table tr td input.assessorselect,body form#educationEventForm[action*="intermediate"] table tr td input.assessornameselect,body form#educationEventForm[action*="intermediate"] table tr td input#commonPersonName,body form#educationEventForm[action*="intermediate"] table tr td select.reasonselect,body form#educationEventForm[action*="intermediate"] table tr td select#commonReason{width:8.295rem}body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(4) span.errors::after,body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(5) span.errors::after,body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(7) span.errors::after{margin-left:.7rem}body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(8){width:10.1625rem !important}body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(8) span.errors{right:4.2rem}body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(8) span.errors::after{margin-left:.46rem}body form#educationEventForm[action*="intermediate"] table tr td:nth-of-type(9) textarea{width:9.9975rem;overflow-y:scroll !important;max-height:83px}body form#educationEventForm[action*="intermediate"] table tr td span.errors{z-index:1;bottom:.1rem;right:2.1rem;white-space:normal;width:6.5625rem}body form#educationEventForm[action*="intermediate"] table tr td img.ui-datepicker-trigger{top:3.3rem;left:initial;right:1.3rem;z-index:2}body form#educationEventForm[action*="educationeventeducationmodule"] table{width:69.9975rem;margin:auto}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td{padding:.5rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td input.hasDatepicker,body form#educationEventForm[action*="educationeventeducationmodule"] table tr td select.gradeselect,body form#educationEventForm[action*="educationeventeducationmodule"] table tr td select#commonGrade,body form#educationEventForm[action*="educationeventeducationmodule"] table tr td input.assessorselect,body form#educationEventForm[action*="educationeventeducationmodule"] table tr td input.assessornameselect,body form#educationEventForm[action*="educationeventeducationmodule"] table tr td input#commonPersonName{width:12.3975rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td span.errors{z-index:1;bottom:2rem;right:2.1rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td span.errors::after{display:none}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td img.ui-datepicker-trigger{top:3.7rem;left:initial;right:1.3rem;z-index:1}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td:nth-of-type(5) span.errors::after{display:initial;margin-left:.675rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td:nth-of-type(6){width:16.5rem !important}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td:nth-of-type(6) span.errors{bottom:1.9rem;right:5.2rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td:nth-of-type(6) span.errors::after{display:initial;margin-left:.75rem}body form#educationEventForm[action*="educationeventeducationmodule"] table tr td:nth-of-type(7) textarea{width:7.65rem !important;overflow-y:scroll !important;max-height:83px}body form#educationEventForm[action*="educationeventeducationmodule"] table tr.toolrow img.ui-datepicker-trigger{bottom:1.5rem;top:initial}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table{width:100%;position:relative}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr{width:47%;padding-bottom:1.2rem}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr textarea,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr textarea{width:100%}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(1),body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(1){width:100%}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(5) span,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(5) span{position:absolute;right:1rem;left:initial}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr{width:100%}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(1),body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(1){display:none}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2),body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2){bottom:-1.7rem}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2) input#notifiable,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr:nth-of-type(2) td:nth-of-type(2) input#notifiable{position:relative;top:-.3rem}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr input#duedate,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr input#duedate{top:-.16rem;position:relative;width:100%}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr img.ui-datepicker-trigger,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table tr img.ui-datepicker-trigger{top:.675rem;left:initial;right:.8rem}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(6) table td,body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(6) table td{width:100%}body form#roweditForm[action="/education/app/massoperations/massaction/addactivity"] table tbody tr:nth-of-type(8),body form#roweditForm[action="/education/app/massapplication/massaction/addactivity"] table tbody tr:nth-of-type(8){position:absolute;bottom:-7.625rem;left:-2rem}body form#roweditForm[action="/education/app/massoperations/massorganization/addcompany"] div.toolBox{padding-left:0}body form#roweditForm[action="/education/app/massoperations/massorganization/addcompany"] div.toolBox a:nth-of-type(1){margin-left:0}body .prompt,body .field span.strongPrompt,body .field span.wider_prompt,body .field span.noWrapPrompt,body form#logoForm .formrow .logoprompt,body form#newsForm div.formrow .newsprompt,body div#visualization-container div#left-container div.text div:nth-of-type(2) label{font-weight:bold;font-size:.95rem;display:block;margin-bottom:.1rem}body form#newsForm{display:flex;flex-wrap:wrap;justify-content:space-between}body form#newsForm .newsfield{position:relative;display:block}body form#newsForm span#startDate\.errors.errors{right:62.3%}body form#newsForm span#startDate\.errors.errors::after{display:none}body form#newsForm span#endDate\.errors.errors{right:11.5%}body form#newsForm span#endDate\.errors.errors::after{display:none}body form#newsForm div.formrow{width:47%;margin-bottom:1.2rem;position:relative}body form#newsForm div:nth-of-type(3) span.newsprompt{display:block}body form#newsForm div:nth-of-type(4) span.newsprompt{display:block}body form#newsForm div:nth-of-type(4) label{top:-.67rem;left:.94rem}body form#newsForm div:nth-of-type(6){margin-left:4.5rem}body form#newsForm div:nth-of-type(5) .newsfield{display:flex}body form#newsForm div:nth-of-type(5) .newsfield label{top:.23rem;left:.64rem}body form#newsForm div:nth-of-type(5) .newsfield label:nth-of-type(1){margin-right:2rem}body form#newsForm input#startDate,body form#newsForm input#endDate{width:44%}body form#newsForm input#endDate{margin-left:1.125rem}body form#newsForm img.ui-datepicker-trigger{position:relative;right:1.73rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr{display:flex;flex-wrap:wrap;justify-content:space-between}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr input#parentOrganizationName{width:90%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div.field{width:47%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(3) div#name\.errors.errors{bottom:.6rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(3) div#name\.errors.errors::after{top:-1.7rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(4) div#nameEn\.errors.errors{bottom:.6rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(4) div#nameEn\.errors.errors::after{top:-1.7rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(5) div#nameSe\.errors.errors{bottom:.6rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(5) div#nameSe\.errors.errors::after{top:-1.7rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(9) .fieldgroup{width:49%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(9) .fieldgroup img{top:.9rem;right:.8rem}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr div:nth-of-type(9) span.openEndedEndDate{position:absolute;top:-1.2rem;right:0}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr .fieldgroup{width:100%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr .fieldgroup input,body form#organizationForm div.accordionData#accordioneducationbaseinformation tr .fieldgroup select,body form#organizationForm div.accordionData#accordioneducationbaseinformation tr .fieldgroup textarea{width:100%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#organizationForm div.accordionData#accordioneducationbaseinformation tr td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#organizationForm div.accordionData#accordioneducationbaseinformation table+div.field .fieldgroup{width:100%}body form#organizationForm div.accordionData#accordioneducationbaseinformation table+div.field .fieldgroup textarea{width:100%;min-height:8rem}body form#organizationForm div#accordionorganizationcontactinfo td:nth-of-type(1) div.field{margin-right:6%}body form#organizationForm div#accordionorganizationcontactinfo td:nth-of-type(2) div.field{margin-left:6%}body form#organizationForm div#accordionorganizationcontactinfo .fieldgroup{width:100%}body form#organizationForm div#accordionorganizationcontactinfo .fieldgroup input{width:100%}body div#accordionorganizationactivities form#roweditForm textarea{min-height:8rem}body div#accordionorganizationactivities form#roweditForm tr:nth-of-type(2) span.errors{right:7.1rem}body div#accordionorganizationorganizationinformation form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div#accordionorganizationorganizationinformation form#roweditForm tbody input,body div#accordionorganizationorganizationinformation form#roweditForm tbody select{width:100%}body div#accordionorganizationorganizationinformation form#roweditForm tbody tr{width:47%}body div#accordionorganizationorganizationinformation form#roweditForm div.toolBox{padding-left:0}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody input,body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody select,body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody textarea{width:100%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody input#personName{width:90%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody span#person\.errors{right:20.4%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr{width:47%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:nth-of-type(3) span.errors{right:20.4%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:nth-of-type(4) tr:nth-of-type(1) span.errors{z-index:1;right:-95.9%;bottom:-3.6rem}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:nth-of-type(4) tr:nth-of-type(1) span.errors::after{display:none}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:nth-of-type(4) tr:nth-of-type(2),body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:nth-of-type(5) tr:nth-of-type(2){width:100%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:last-child{width:100%}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm tbody tr:last-child div.toolBox{padding-left:0}body div.accordionData#accordionorganizationpersonroleinformation form#roweditForm br+span{right:.8rem}body form#parentForm tr{display:flex;flex-wrap:wrap;justify-content:space-between}body form#parentForm tr td .fieldgroup{width:100%}body form#parentForm tr td .fieldgroup input{width:100%}body form#parentForm tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#parentForm tr td:nth-of-type(1) div.field{width:47%}body form#parentForm tr td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#parentForm tr td.rightcolumn div.field{width:47%}body form#parentForm tr td.rightcolumn div:nth-of-type(2){position:relative;top:1.4rem;margin-bottom:1.2rem}body form#parentForm tr td.rightcolumn div:nth-of-type(3) .fieldgroup{width:49%}body div.accordionData#accordionorganizationparents table#studentParentAccess form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body div.accordionData#accordionorganizationparents table#studentParentAccess form#roweditForm div.field{width:47%}body div.accordionData#accordionorganizationparents table#studentParentAccess form#roweditForm div.field:nth-of-type(1) .fieldgroup{width:100%}body div.accordionData#accordionorganizationparents table#studentParentAccess form#roweditForm div.field:nth-of-type(1) .fieldgroup input#studentName{width:90%}body div.accordionData#accordionorganizationparents span#student\.errors.errors{right:7.1rem}body div.accordionData#accordionorganizationparents input#accessAllowed1+input+span{left:1.33rem;top:1.47rem}body div.accordionData#accordionorganizationparents input#accessAllowed1{position:relative;top:2.07rem}body table#organization form#roweditForm,body div#accordionpersonroleaccordion form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body table#organization form#roweditForm .fieldgroup,body div#accordionpersonroleaccordion form#roweditForm .fieldgroup{width:100%}body table#organization form#roweditForm .fieldgroup input,body div#accordionpersonroleaccordion form#roweditForm .fieldgroup input,body table#organization form#roweditForm .fieldgroup select,body div#accordionpersonroleaccordion form#roweditForm .fieldgroup select{width:100%}body table#organization form#roweditForm div.field,body div#accordionpersonroleaccordion form#roweditForm div.field{width:47%}body table#organization form#roweditForm div:last-child,body div#accordionpersonroleaccordion form#roweditForm div:last-child{width:100%}body table#organization form#roweditForm div:last-child .toolBox,body div#accordionpersonroleaccordion form#roweditForm div:last-child .toolBox{padding-left:0}body #qualificationForm #accordionqualificationbaseinformation div#nameTranslations\.errors.errors{top:8.7rem}body #qualificationForm #accordionqualificationbaseinformation div#nameTranslations\.errors.errors::after{top:-1.5rem}body #qualificationForm #accordionqualificationbaseinformation table tr div.field{width:47%}body #qualificationForm #accordionqualificationbaseinformation table tr td div.hidden{width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td .fieldgroup{width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td .fieldgroup input,body #qualificationForm #accordionqualificationbaseinformation table tr td .fieldgroup select,body #qualificationForm #accordionqualificationbaseinformation table tr td .fieldgroup textarea{width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td textarea{width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(8).field .fieldgroup{width:49%}body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(8).field span.openEndedEndDate{position:absolute;top:-1.3rem;right:0}body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(8).field img.ui-datepicker-trigger{top:.9rem;right:.8rem}body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(10).field input,body #qualificationForm #accordionqualificationbaseinformation table tr td:nth-of-type(1) div:nth-of-type(10).field select{width:25%}body #qualificationForm #accordionqualificationbaseinformation table tr td.rightcolumn{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body #qualificationForm #accordionqualificationbaseinformation table tr td.rightcolumn div:nth-of-type(1).field span.fieldgroup,body #qualificationForm #accordionqualificationbaseinformation table tr td.rightcolumn div:nth-of-type(2).field span.fieldgroup,body #qualificationForm #accordionqualificationbaseinformation table tr td.rightcolumn div:nth-of-type(3).field span.fieldgroup,body #qualificationForm #accordionqualificationbaseinformation table tr td.rightcolumn div:nth-of-type(6).field span.fieldgroup{width:49%}body #qualificationForm #accordionqualificationbaseinformation div.field .fieldgroup{width:100%}body #qualificationForm #accordionqualificationbaseinformation div.field .fieldgroup textarea{width:100%;min-height:8rem}body table#organization span#organization\.errors.errors{right:20.4%}body table#organization input#organizationName{width:90% !important}body div#accordionpersonroleaccordion span#organization\.errors.errors,body div#accordionpersonroleaccordion span#person\.errors.errors{right:20.4%}body div#accordionpersonroleaccordion div:last-child{padding-left:0 !important}body div#accordionpersonroleaccordion input#organizationName,body div#accordionpersonroleaccordion input#personName{width:90% !important}body div.accordionData#accordionqualificationmodulesaccordion div.editformstyles#qualificationtreeeditformtarget table tr{display:flex;flex-direction:column;margin-bottom:1.9rem}body div.accordionData#accordionqualificationmodulesaccordion div.editformstyles#qualificationtreeeditformtarget table tr:nth-of-type(6) td:nth-of-type(2){display:flex;align-items:center}body div.accordionData#accordionqualificationmodulesaccordion div.editformstyles#qualificationtreeeditformtarget table tr:nth-of-type(6) td:nth-of-type(2) input:nth-of-type(1){margin-right:1rem}body div.accordionData#accordionqualificationmodulesaccordion div.editformstyles#qualificationtreeeditformtarget table tr:nth-of-type(6) td:nth-of-type(2) input:nth-of-type(2){margin-left:1rem;margin-right:1rem}body form#qualificationEventForm div#accordioneducationbaseinformation div#qualificationModule\.errors.errors{right:23.4%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) img{top:1rem;right:.8rem}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1){width:47%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) .fieldgroup{width:100%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) .fieldgroup input#qualificationName,body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) .fieldgroup input#qualificationModuleName{width:85%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3) .fieldgroup{width:45%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(1) td:nth-of-type(1) div:nth-of-type(3) .fieldgroup input{width:100%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(2) .fieldgroup{width:100%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(2) .fieldgroup textarea{width:100%;min-height:8rem}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup{width:100%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input{width:90%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input#postalCode{width:44.5%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input#city{width:45%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input#demonstrationPlaceName{width:85%}body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input#telephone,body form#qualificationEventForm div#accordioneducationbaseinformation tr:nth-of-type(4) .fieldgroup input#webPage{width:100%}body form#qualificationEventForm+div div#accordionpersonroleaccordion input#briefed1{width:2rem}body form+div+div table#descriptiontext tr#editableRow form#roweditForm{display:flex;flex-wrap:wrap;justify-content:space-between}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div#studentStatus\.errors.errors{right:20.4%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm .fieldgroup{width:100%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm .fieldgroup input:not([type="checkbox"]),body form+div+div table#descriptiontext tr#editableRow form#roweditForm .fieldgroup textarea,body form+div+div table#descriptiontext tr#editableRow form#roweditForm .fieldgroup select{width:100%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#personName,body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#demonstrationPlaceNameCandidate{width:90%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#postalCodeCandidate,body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#cityCandidate{width:49%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#previouslyApproved1{position:relative;top:1rem}body form+div+div table#descriptiontext tr#editableRow form#roweditForm input#previouslyApproved1+input+span{top:.4rem}body form+div+div table#descriptiontext tr#editableRow form#roweditForm img.ui-datepicker-trigger{right:.8rem;top:1rem}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div.field{width:47%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div.field br+span{right:.8rem}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div.pseudoAccordionHeaderSmall{display:block;width:100%}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div:nth-of-type(18),body form+div+div table#descriptiontext tr#editableRow form#roweditForm div:nth-of-type(22),body form+div+div table#descriptiontext tr#editableRow form#roweditForm div:nth-of-type(26),body form+div+div table#descriptiontext tr#editableRow form#roweditForm div:nth-of-type(28){display:flex;align-items:center}body form+div+div table#descriptiontext tr#editableRow form#roweditForm div.toolBox{padding-left:0}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody div#nameTranslations\.errors.errors{top:8.7rem}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody div#nameTranslations\.errors.errors::after{top:-1.7rem}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr div.field{width:47%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td:nth-of-type(1),body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td:nth-of-type(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup{width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup input,body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup select,body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup textarea{width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup #extent\.value,body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td .fieldgroup #extent\.extentUnit{width:49%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div:nth-of-type(2).field div.hidden{width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div:nth-of-type(3).field .fieldgroup{width:49%}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div:nth-of-type(3).field span.openEndedEndDate{position:absolute;top:-1.3rem;right:0}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(1) td div:nth-of-type(3).field img.ui-datepicker-trigger{top:.9rem;right:.8rem}body form#qualificationModuleForm div#accordioneducationbaseinformation tbody tr:nth-of-type(3) div.field{width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation div.field .fieldgroup{width:100%}body form#qualificationModuleForm div#accordioneducationbaseinformation div.field .fieldgroup textarea{width:100%;min-height:8rem}body div#accordiondescriptiontexts span#header\.errors{left:1.3rem;right:initial;width:-webkit-max-content;width:-moz-max-content;width:max-content}body div#accordiondescriptiontexts div#valueTranslations\.errors.errors{bottom:inherit;top:-.575rem}body div#accordiondescriptiontexts div#valueTranslations\.errors.errors::after{display:none}body form#reportForm[action*="education"] tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body form#reportForm[action*="education"] tbody tr{width:47%;margin-bottom:1.2rem}body form#reportForm[action*="education"] tbody tr td{display:block;width:100%}body form#reportForm[action*="education"] tbody tr td select,body form#reportForm[action*="education"] tbody tr td input{width:100%}body form#reportForm[action*="education"] tbody tr td img.ui-datepicker-trigger{left:initial;right:.8rem;top:.9rem}body form#reportForm[action*="education"] tr:nth-of-type(1){display:none !important}body form#reportForm[action*="contract"] tr:nth-of-type(1),body form#reportForm[action*="contract"] tr:nth-of-type(3),body form#reportForm[action*="contract"] tr:nth-of-type(14),body form#reportForm[action*="contract"] tr:nth-of-type(15){display:none !important}body form#reportForm[action*="externalorganization"] tr:nth-of-type(1),body form#reportForm[action*="externalorganization"] tr:nth-of-type(3),body form#reportForm[action*="externalorganization"] tr:nth-of-type(22),body form#reportForm[action*="externalorganization"] tr:nth-of-type(23){display:none !important}body form#reportForm[action*="application"] tr:nth-of-type(1),body form#reportForm[action*="application"] tr:nth-of-type(21),body form#reportForm[action*="application"] tr:nth-of-type(22){display:none !important}body form#reportForm[action*="personalstudyplan"] tr:nth-of-type(1),body form#reportForm[action*="personalstudyplan"] tr:nth-of-type(29),body form#reportForm[action*="personalstudyplan"] tr:nth-of-type(30){display:none !important}body form#reportForm[action*="personalstudyplan"] tr:nth-of-type(16) td{width:100%}body form#reportForm[action*="personalstudyplan"] tr:nth-of-type(16) td input{width:4%}body form#reportForm[action="/education/app/report/student/report"] tr:nth-of-type(44),body form#reportForm[action="/education/app/report/student/report"] tr:nth-of-type(46){display:none !important}body form#reportForm[action*="educator"] tr:nth-of-type(19),body form#reportForm[action*="educator"] tr:nth-of-type(20){display:none !important}body form#reportForm[action*="labouradministration"] tr:nth-of-type(19),body form#reportForm[action*="labouradministration"] tr:nth-of-type(20){display:none !important}body form#reportForm[action*="qualification"] tr:nth-of-type(27),body form#reportForm[action*="qualification"] tr:nth-of-type(28){display:none !important}body form#reportForm[action*="certificate"] tr:nth-of-type(20),body form#reportForm[action*="certificate"] tr:nth-of-type(21){display:none !important}body form#reportForm[action="/education/app/report/education/report"] tr:nth-of-type(14),body form#reportForm[action="/education/app/report/education/report"] tr:nth-of-type(15){display:none !important}body form#reportForm[action*="resource"] tr:nth-of-type(15),body form#reportForm[action*="resource"] tr:nth-of-type(16){display:none !important}body form#reportForm[action*="educationsstudents"] tr:nth-of-type(3){display:none !important}body form#roomForm div#accordionbaseinformation tr div.field{width:47%}body form#roomForm div#accordionbaseinformation tr div:nth-of-type(4) img{right:.8rem;top:.9rem}body form#roomForm div#accordionbaseinformation tr div:nth-of-type(4) .fieldgroup{width:49%}body form#roomForm div#accordionbaseinformation tr div:nth-of-type(4) .fieldgroup span.openEndedEndDate{position:absolute;top:-1.1rem;right:0}body form#roomForm div#accordionbaseinformation tr input#parentRoomName,body form#roomForm div#accordionbaseinformation tr input#price{width:90%}body form#roomForm div#accordionbaseinformation tr .fieldgroup{width:100%}body form#roomForm div#accordionbaseinformation tr .fieldgroup input:not([type="checkbox"]),body form#roomForm div#accordionbaseinformation tr .fieldgroup select,body form#roomForm div#accordionbaseinformation tr .fieldgroup textarea{width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(2) div.errors.errors{bottom:.6rem}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(1) div:nth-of-type(2) div.errors.errors::after{top:-1.7rem}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(2) div:nth-of-type(4) span.fieldgroup{display:flex;width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(2) div:nth-of-type(4) span.fieldgroup span.fieldgroup{width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(2) div:nth-of-type(4) span.fieldgroup span.fieldGroup{display:flex;position:relative;align-items:center;top:-.6rem;margin-left:1rem;width:100%}body form#roomForm div#accordionbaseinformation tr td:nth-of-type(2) div:nth-of-type(4) span.fieldgroup span.fieldGroup input#canBeCombined1{margin-right:1rem}body form#roomForm div#accordionbaseinformation script+div .fieldgroup{width:100%}body form#roomForm div#accordionbaseinformation script+div .fieldgroup textarea{width:100%;min-height:8rem}body div#accordionroomeditorganization span#organization\.errors{right:20.4%}body form#applicationForm div#accordionapplicationedit input#employer{width:18.3525rem}body form#applicationForm div#accordionapplicationedit input#birthDate{width:18.3525rem}body form#applicationForm div#accordionapplicationedit input#birthDate+img{right:.8rem;left:initial}body form#applicationForm div#accordionapplicationedit table:nth-of-type(3) td:nth-of-type(1) div:nth-of-type(3).field{width:90%}body form#applicationForm div#accordionapplicationedit table:nth-of-type(3) td:nth-of-type(1) div:nth-of-type(3).field span.fieldgroup{width:49%}body form#applicationForm div#accordionapplicationedit table:nth-of-type(3) td:nth-of-type(1) div:nth-of-type(3).field span.fieldgroup input{width:100%}body form#applicationForm div#accordionapplicationedit div:nth-of-type(14){width:40%}body form#applicationForm div#accordionapplicationedit div:nth-of-type(14) span.fieldgroup{width:49%}body form#applicationForm div#accordionapplicationedit div:nth-of-type(14) span.fieldgroup input{width:100%}body form#staffForm div.accordionData#accordionbaseinformation tr div.field{width:47%}body form#staffForm div.accordionData#accordionbaseinformation tr div.pseudoAccordionHeaderSmall{width:100%}body form#staffForm div.accordionData#accordionbaseinformation tr .fieldgroup{width:100%}body form#staffForm div.accordionData#accordionbaseinformation tr .fieldgroup input:not([type="checkbox"]){width:100%}body form#staffForm div.accordionData#accordionbaseinformation tr td:nth-of-type(1){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#staffForm div.accordionData#accordionbaseinformation tr td:nth-of-type(2){display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}body form#staffForm div.accordionData#accordionbaseinformation table+div+script+div span.fieldgroup{width:100%}body form#staffForm div.accordionData#accordionbaseinformation table+div+script+div span.fieldgroup textarea{width:100%;min-height:8rem}body div#accordionemploymentinformation form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body div#accordionemploymentinformation form#roweditForm tbody input,body div#accordionemploymentinformation form#roweditForm tbody select{width:100%}body div#accordionemploymentinformation form#roweditForm tbody input#organizationName{width:90%}body div#accordionemploymentinformation form#roweditForm tbody tr{width:47%}body div#accordionemploymentinformation form#roweditForm tbody tr:nth-of-type(3) span.errors{right:20.4%}body div#accordionemploymentinformation form#roweditForm tbody tr:nth-of-type(5) tr span.errors{z-index:1;bottom:-3.5rem;right:-90.6%}body div#accordionemploymentinformation form#roweditForm tbody tr:nth-of-type(5) tr span.errors::after{display:none}body div#accordionemploymentinformation form#roweditForm tbody tr:nth-of-type(5) tr:nth-of-type(2),body div#accordionemploymentinformation form#roweditForm tbody tr:nth-of-type(6) tr:nth-of-type(2){width:100%}body div#accordionemploymentinformation form#roweditForm tbody tr:last-child{width:100%}body div#accordionemploymentinformation form#roweditForm tbody tr:last-child div.toolBox{padding-left:0}body table#knowhowtable form#roweditForm tbody{display:flex;flex-wrap:wrap;justify-content:space-between}body table#knowhowtable form#roweditForm tbody tr{width:47%}body table#knowhowtable form#roweditForm tbody div.toolBox{padding-left:0}.btn{display:inline-block;font-weight:400;color:#222;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#222;text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(25,117,117,0.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:hover{color:#fff;background-color:#125555;border-color:#104b4b}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#125555;border-color:#104b4b;box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#197575;border-color:#197575}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#104b4b;border-color:#0e4040}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(60,138,138,0.5)}.btn-secondary{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:hover{color:#fff;background-color:#227f75;border-color:#1f756c}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#227f75;border-color:#1f756c;box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#1f756c;border-color:#1d6b63}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(74,172,162,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,0.5)}.btn-warning{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#222;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#222;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#222;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,169,11,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,0.5)}.btn-light{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#222;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{color:#222;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-light.disabled,.btn-light:disabled{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#222;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,218,0.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,0.5)}.btn-outline-primary{color:#197575;border-color:#197575}.btn-outline-primary:hover{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#197575;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#197575;border-color:#197575}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(25,117,117,0.5)}.btn-outline-secondary{color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:hover{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#2a9d91;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#2a9d91;border-color:#2a9d91}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(42,157,145,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#222;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#222;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}.btn-link{font-weight:400;color:#197575;text-decoration:none}.btn-link:hover{color:#0c3636;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#999;pointer-events:none}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}body .prompt,body .field span.strongPrompt,body .field span.wider_prompt,body .field span.noWrapPrompt,body form#logoForm .formrow .logoprompt,body form#newsForm div.formrow .newsprompt,body div#visualization-container div#left-container div.text div:nth-of-type(2) label{font-weight:bold;font-size:.95rem;display:block;margin-bottom:.1rem}body div#visualization-container a#update{margin-left:0px;margin-right:.5rem;display:flex;align-items:center;height:3.13125rem;border-radius:3.75rem;white-space:nowrap;max-width:initial;padding:0 1.5rem;font-size:.93rem;background-color:#f5f5f5;border-color:#f5f5f5}body div#visualization-container a#update img{vertical-align:text-bottom;margin-right:.75rem;font-size:1.25rem;color:#2a9d91}body div#visualization-container a#update:hover{background-color:#30c3b1;border-color:#30c3b1;opacity:0.3}body div#visualization-container a#update:disabled{border-color:#fff;background-color:#fff;opacity:0.4}body div#visualization-container a#update:disabled>span{color:#222;opacity:0.5}body div#visualization-container div#left-container div.text div:nth-of-type(2) select{margin-bottom:1.9rem}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:proxima-nova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#222;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#197575;text-decoration:none;background-color:transparent}a:hover{color:#0c3636;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#999;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}@media (max-width: 1200px){legend{font-size:calc(1.275rem + .3vw) }}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}
