* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* Code Highlight */
}
body .p-component {
  font-family: "Montserrat", verdana, sans-serif;
  font-size: 14px;
  text-decoration: none;
}
body a {
  color: #157575;
  text-decoration: none;
}
body a:hover {
  color: #105a5a;
}
body a:active {
  color: #024941;
}
body .p-disabled,
body .p-component:disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
body .pi {
  font-size: 1.143em;
}
body .p-link {
  font-size: 14px;
  font-family: "Montserrat", verdana, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-link.in-text {
  display: inline;
}
body .docs pre[class*=language-] {
  padding: 0 !important;
  background: transparent;
}
body .docs pre[class*=language-] > code {
  border-left: 10px solid #21b6b6;
  box-shadow: none;
  font-size: 14px;
}

body {
  /* Floating Label */
  /* Validations */
}
body .input-wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .input-wrapper input {
  width: 100%;
  padding-right: 16px;
}
body .input-wrapper i {
  position: absolute;
  color: #525252;
  font-size: 16px;
  top: 50%;
  right: 0.429em;
  margin-top: -8px;
}
body .p-float-label {
  display: block;
  position: relative;
  width: 100%;
  margin: 0.4em 0;
}
body .p-float-label label {
  font-weight: normal !important;
  position: absolute;
  pointer-events: none;
  left: 0.85em;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  color: #525252;
}
body .p-inputtext {
  font-size: 14px;
  color: #111111;
  background: white;
  padding: 0.429em;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-inputtext:not(.p-dropdown-label.p-inputtext) {
  border: 1.3px solid #afafaf;
}
body .p-inputtext:enabled:hover {
  border-color: #BDBDBD;
}
body .p-inputtext:not(.p-autocomplete-dd-input):enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-autocomplete.p-invalid {
  border: 1px solid #b50801 !important;
  color: #111111 !important;
}
body .p-inputtext.p-invalid, body .p-inputtext.p-invalid > input, body .p-inputtext.p-invalid > .p-datepicker,
body .p-calendar.p-invalid,
body .p-calendar.p-invalid > input,
body .p-calendar.p-invalid > .p-datepicker,
body .p-dropdown.p-invalid,
body .p-dropdown.p-invalid > input,
body .p-dropdown.p-invalid > .p-datepicker,
body .p-multiselect.p-invalid,
body .p-multiselect.p-invalid > input,
body .p-multiselect.p-invalid > .p-datepicker {
  border-color: #b50801 !important;
  border-width: 1px;
  color: #111111 !important;
}
body .p-input-icon-right span {
  right: 1rem;
}
body .p-input-icon-right .p-inputtext,
body .p-input-icon-right .p-textarea {
  padding-left: 0.5rem !important;
  padding-right: 2em;
}
body .p-input-icon-left span:first-of-type {
  left: 0.5rem;
}
body .p-input-icon-left span,
body .p-input-icon-right span {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
body .p-input-icon-left span:first-of-type,
body .p-input-icon-right span:first-of-type {
  color: #909090;
}
body .p-input-icon-left .p-inputtext,
body .p-input-icon-right .p-inputtext {
  padding-left: 2rem;
}
body .p-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
}
body .p-checkbox .p-checkbox-box {
  border: 1.3px solid #afafaf;
  background-color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
body .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
  border-color: #BDBDBD;
}
body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-checkbox .p-checkbox-box.p-highlight {
  border-color: #157575;
  background-color: #157575;
  color: #fffaf0;
}
body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  border-color: #157575;
  background-color: #024941;
  color: #fffaf0;
}
body .p-checkbox .p-checkbox-box .p-checkbox-icon {
  overflow: hidden;
  position: relative;
  font-size: 18px;
}
body .p-checkbox-label {
  margin: 0 0 0 0.429em;
}
body .p-radiobutton {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
}
body .p-radiobutton .p-radiobutton-box {
  border: 1.3px solid #afafaf;
  background-color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  position: relative;
  -moz-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #BDBDBD;
}
body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #157575;
  background-color: #157575;
  color: #fffaf0;
}
body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
  background-color: #fffaf0;
}
body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #157575;
  background-color: #024941;
  color: #fffaf0;
}
body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  background: transparent;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before {
  display: none;
}
body .p-radiobutton-label {
  margin: 0 0 0 0.5em;
}
body .p-inputswitch {
  width: 2.5em;
  height: 1.4em;
}
body .p-inputswitch .p-inputswitch-slider {
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  border-radius: 10px;
  background: white;
  border: 1.3px solid #afafaf;
}
body .p-inputswitch .p-inputswitch-slider:before {
  background-color: #e6e6e6;
  height: 1.25em;
  width: 1.25em;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: #21b6b6;
  border-color: #21b6b6;
}
body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background-color: #198b8b;
  -webkit-transform: translateX(1.1em);
  -ms-transform: translateX(1.1em);
  transform: translateX(1.1em);
}
body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background-color: #21b6b6;
}
body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider:before {
  background-color: #cccccc;
}
body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background-color: white;
}
body .p-autocomplete .p-autocomplete-input {
  padding: 0.429em;
  border: 1.3px solid #afafaf;
  border-right: none;
}
body .p-autocomplete .p-autocomplete-dropdown {
  background-color: white;
  width: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  color: #525252;
  border: 1.3px solid #afafaf;
  border-left: none;
}
body .p-autocomplete .p-autocomplete-dropdown:focus {
  outline: none !important;
}
body .p-autocomplete.p-autocomplete-dd {
  border-radius: 3px;
}
body .p-autocomplete.p-autocomplete-dd:focus-within {
  outline: 3px solid #157575;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.2145em 0.429em;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #BDBDBD;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  margin: 0;
  padding: 0.2145em 0;
  color: #111111;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: "Montserrat", verdana, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  font-size: 14px;
  padding: 0.2145em 0.429em;
  margin: 0 0.286em 0 0;
  background: #157575;
  color: #fffaf0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-autocomplete-panel {
  padding: 0;
  border: 1px solid #afafaf;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover {
  color: #fffaf0;
  background-color: #157575;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group {
  padding: 0.429em 0.857em;
  background-color: #afafaf;
  color: #111111;
}
body .p-chips > ul.p-inputtext {
  padding: 0.2145em 0.429em;
  display: inline-block;
}
body .p-chips > ul.p-inputtext:not(.p-disabled):hover {
  border-color: #BDBDBD;
}
body .p-chips > ul.p-inputtext:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-chips > ul.p-inputtext .p-chips-input-token {
  padding: 0.2145em 0;
}
body .p-chips > ul.p-inputtext .p-chips-input-token input {
  font-family: "Montserrat", verdana, sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #111111;
}
body .p-chips > ul.p-inputtext .p-chips-input-token input:hover {
  border: 0 none;
}
body .p-chips > ul.p-inputtext .p-chips-input-token input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border: 0 none;
}
body .p-chips > ul.p-inputtext .p-chips-token {
  font-size: 14px;
  padding: 0.2145em 0.429em;
  margin: 0 0.286em 0 0;
  background: #157575;
  color: #fffaf0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-dropdown {
  background: white;
  border: 1.3px solid #afafaf;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
body .p-dropdown:not(.p-disabled):hover {
  border-color: #BDBDBD;
}
body .p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-dropdown:focus-within {
  box-shadow: inset 0 0 0 3px white !important;
  outline: 3px solid #157575 !important;
}
body .p-dropdown .p-dropdown-label {
  padding-left: 1em;
}
body .p-dropdown .p-dropdown-label:focus {
  outline: 0 none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body .p-dropdown .p-dropdown-label .p-dropdown-clear-icon {
  font-size: 0.9em;
}
body .p-dropdown .p-dropdown-trigger {
  background-color: white;
  width: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  color: #525252;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-dropdown .p-dropdown-clear-icon {
  color: #525252;
  right: 2.1em;
}
body .p-dropdown-panel,
body .p-autocomplete-panel {
  padding: 0;
  border: 1px solid #afafaf;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-dropdown-panel .p-dropdown-filter-container,
body .p-autocomplete-panel .p-dropdown-filter-container {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border-bottom: 1px solid #afafaf;
  color: #111111;
  background-color: white;
  margin: 0;
}
body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter,
body .p-autocomplete-panel .p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  padding-right: 2em;
}
body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon,
body .p-autocomplete-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
  top: 50%;
  margin-top: -0.5em;
  right: 1.357em;
  color: #525252;
}
body .p-dropdown-panel .p-dropdown-items,
body .p-dropdown-panel .p-autocomplete-items,
body .p-autocomplete-panel .p-dropdown-items,
body .p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group,
body .p-dropdown-panel .p-dropdown-items .p-autocomplete-item,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item-group,
body .p-dropdown-panel .p-autocomplete-items .p-autocomplete-item,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item-group,
body .p-autocomplete-panel .p-dropdown-items .p-autocomplete-item,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item-group,
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight,
body .p-dropdown-panel .p-dropdown-items .p-autocomplete-item.p-highlight,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item.p-highlight,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item-group.p-highlight,
body .p-dropdown-panel .p-autocomplete-items .p-autocomplete-item.p-highlight,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item.p-highlight,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item-group.p-highlight,
body .p-autocomplete-panel .p-dropdown-items .p-autocomplete-item.p-highlight,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item.p-highlight,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item-group.p-highlight,
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover,
body .p-dropdown-panel .p-dropdown-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,
body .p-dropdown-panel .p-autocomplete-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover,
body .p-dropdown-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-dropdown-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-autocomplete-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover,
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
  color: #024941;
  background-color: #aee5e0;
}
body .p-multiselect {
  background: white;
  border: 1.3px solid #afafaf;
  -moz-transition: border-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
body .p-multiselect:not(.p-disabled):hover {
  border-color: #BDBDBD;
}
body .p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  -webkit-box-shadow: 0 none;
  -moz-box-shadow: 0 none;
  box-shadow: 0 none;
  border-color: #157575;
}
body .p-multiselect .p-multiselect-label {
  padding: 0.429em;
  padding-right: 2em;
  font-weight: normal;
  color: #525252;
}
body .p-multiselect .p-multiselect-label .p-multiselect-token {
  background-color: #157575;
  color: white;
  border-radius: 5px;
  margin: 0 2px;
  padding: 0.3em 0.5em;
}
body .p-multiselect .p-multiselect-label .p-multiselect-token-icon {
  padding-left: 0.3em;
}
body .p-multiselect .p-multiselect-trigger {
  background-color: white;
  width: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  color: #525252;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-multiselect-panel {
  min-width: revert !important;
  padding: 0;
  border: 1px solid #afafaf;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-multiselect-panel .p-checkbox {
  color: #fff;
}
body .p-multiselect-panel .p-multiselect-header {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border-bottom: 1px solid #afafaf;
  color: #111111;
  background-color: white;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
  float: none;
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding: 0.429em;
  padding-right: 2em;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  color: #525252;
  top: 50%;
  margin-top: -0.5em;
  right: 0.5em;
  left: auto;
}
body .p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.429em;
  float: none;
  vertical-align: middle;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  color: #157575;
  margin-left: 0.857em;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-multiselect-panel .p-multiselect-items {
  padding: 0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #024941;
  background-color: #aee5e0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.429em 0 0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label {
  display: inline-block;
  vertical-align: middle;
}
body .p-listbox {
  padding: 0;
  min-width: 12em;
  background: white;
  border: 1px solid #afafaf;
}
body .p-listbox.p-invalid {
  border: 1px solid #b50801;
}
body .p-listbox .p-checkbox {
  margin: 0 0.429em 0 0;
}
body .p-listbox .p-listbox-header {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border-bottom: 1px solid #afafaf;
  color: #111111;
  background-color: white;
  margin: 0;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container {
  position: relative;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container input {
  padding: 0.429em;
  padding-right: 2em;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon {
  top: 50%;
  left: auto;
  margin-top: -0.5em;
  right: 0.5em;
  color: #525252;
  position: absolute;
}
body .p-listbox .p-listbox-list {
  background-color: white;
}
body .p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.429em 0 0;
}
body .p-listbox .p-listbox-list .p-listbox-item label {
  display: inline-block;
  vertical-align: middle;
}
body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #024941;
  background-color: #aee5e0;
}
body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover {
  border: 1.3px solid #afafaf;
}
body .p-listbox .p-listbox-footer {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border-top: 1px solid #afafaf;
  color: #111111;
  background-color: white;
}
body .ui-editor-container .ui-editor-toolbar {
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
}
body .ui-editor-container .ui-editor-content {
  border: 1px solid #BDBDBD;
}
body .ui-editor-container .ui-editor-content .ql-editor {
  background-color: white;
  color: #111111;
}
body .ui-editor-container .ql-picker.ql-expanded .ql-picker-label {
  color: #212121;
}
body .ui-editor-container .ql-stroke {
  stroke: #212121;
}
body .ui-editor-container .ql-picker-label {
  color: #212121;
}
body .ui-editor-container .ql-snow.ql-toolbar button:hover,
body .ui-editor-container .ql-snow .ql-toolbar button:hover,
body .ui-editor-container .ql-snow.ql-toolbar button.ql-active,
body .ui-editor-container .ql-snow .ql-toolbar button.ql-active,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #157575;
}
body .ui-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
body .ui-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
body .ui-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
body .ui-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #157575;
}
body .p-rating .p-rating-icon {
  font-size: 1.429em;
  text-align: center;
  display: inline-block;
  color: #111111;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-rating .p-rating-icon.p-rating-cancel {
  color: #e57373;
}
body .p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover {
  color: #105a5a;
}
body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #e57373;
}
body .p-spinner .p-spinner-input {
  padding-right: 1.858em;
}
body .p-spinner .p-spinner-button {
  width: 1.429em;
}
body .p-spinner .p-spinner-button .p-spinner-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
}
body .p-spinner .p-spinner-button.p-spinner-button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-spinner .p-spinner-button.p-spinner-button:focus {
  z-index: 1;
}
body .p-slider {
  background-color: #afafaf;
  border: 0 none;
}
body .p-slider.p-slider-horizontal {
  height: 0.286em;
}
body .p-slider.p-slider-horizontal .p-slider-handle {
  top: 50%;
  margin-top: -0.7145em;
}
body .p-slider.p-slider-vertical {
  width: 0.286em;
}
body .p-slider.p-slider-vertical .p-slider-handle {
  left: 50%;
  margin-left: -0.7145em;
}
body .p-slider .p-slider-handle {
  height: 1.429em;
  width: 1.429em;
  background-color: #BDBDBD;
  border: 2px solid #BDBDBD;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-slider .p-slider-range {
  background-color: #157575;
}
body .p-slider:not(.p-disabled) .p-slider-handle:hover {
  background-color: #aee5e0;
  border: 2px solid #aee5e0;
}
body .p-datepicker {
  padding: 0.3em;
  min-width: 18.571em;
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
body .p-datepicker-year {
  height: 2.286em;
  min-width: auto;
  width: auto;
  background: white;
  border: 1.3px solid #afafaf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-datepicker:not(.p-datepicker-inline) {
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover,
body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover {
  color: #157575;
}
body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background-color: #aee5e0;
  border-color: #aee5e0;
}
body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):hover {
  background-color: #aee5e0;
}
body .p-datepicker .p-datepicker-header {
  padding: 0.429em 0.857em 0.429em 0.857em;
  color: #111111;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev,
body .p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer;
  top: 0;
  color: #525252;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
body .p-datepicker .p-datepicker-header .p-datepicker-title {
  margin: 0;
  padding: 0;
  line-height: 1;
}
body .p-datepicker .p-datepicker-header .p-datepicker-title select {
  margin-top: -0.35em;
  margin-bottom: 0;
}
body .p-datepicker table {
  font-size: 14px;
  margin: 0.857em 0 0 0;
}
body .p-datepicker table th {
  padding: 0.286em;
}
body .p-datepicker table td {
  padding: 0.286em;
}
body .p-datepicker table td > span {
  display: block;
  text-align: center;
  color: #111111;
  cursor: pointer;
  padding: 0.286em;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-datepicker table td > span.p-highlight {
  color: #fffaf0;
  background-color: #157575;
  border-color: #157575;
}
body .p-datepicker table td.p-datepicker-today > span {
  background-color: white;
  color: #111111;
  font-weight: 600;
  border-color: #157575;
}
body .p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-datepicker .p-datepicker-buttonbar {
  border-top: 1px solid #D8DAE2;
  padding-top: 5px;
}
body .p-datepicker .p-timepicker {
  border: 0 none;
  border-top: 1px solid #D8DAE2;
  padding: 0.8em;
}
body .p-datepicker .p-timepicker button {
  color: #111111;
  font-size: 1.286em;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
body .p-datepicker .p-timepicker button:hover {
  color: #157575;
}
body .p-datepicker .p-timepicker span {
  font-size: 1.286em;
}
body .p-datepicker .p-monthpicker .p-monthpicker-month {
  color: #111111;
}
body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #fffaf0;
  background-color: #157575;
}
body .p-datepicker.p-datepicker-timeonly {
  padding: 0;
}
body .p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #D8DAE2;
  padding-right: 0.3em;
  padding-left: 0.3em;
  padding-top: 0;
  padding-bottom: 0;
}
body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
body .p-calendar.p-calendar-w-btn .p-inputtext {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
}
body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) {
  border-right: 0 none;
}
body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
  width: 2.143em;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .p-fileupload .p-fileupload-buttonbar {
  background-color: #eeeeee;
  padding: 0.857em 5px;
  border: 1px solid #e0e0e0;
  color: #212121;
  border-bottom: 0 none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body .p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 8px;
  margin-left: 0 !important;
  margin-top: 5px;
}
body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose {
  font-size: 1em !important;
}
body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-fileupload .p-fileupload-content {
  background-color: white;
  padding: 0.571em 1em;
  border: 1px solid #BDBDBD;
  color: #111111;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file {
  flex-wrap: nowrap;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file img {
  display: none;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file .p-fileupload-file-details {
  flex-grow: 1;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file .p-fileupload-file-details .p-fileupload-file-name {
  overflow-wrap: anywhere;
  font-weight: bold;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file .p-fileupload-file-details span.p-badge-warning {
  background-color: #f59e0b;
  color: #ffffff;
  font-size: 0.55rem;
  align-self: center;
  padding: 0.2rem 0.5rem;
}
body .p-fileupload .p-fileupload-content .p-fileupload-file .p-fileupload-file-actions button.p-button.p-button-danger {
  background: transparent;
  border: transparent;
  color: red;
}
body .p-fileupload .p-progressbar {
  top: 0;
  height: 5px;
}
body .p-fileupload-empty {
  border: 3px dashed #111111;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
body .p-fileupload-choose:not(.p-disabled):hover {
  background-color: #105a5a;
  color: #fffaf0;
  border-color: #105a5a;
}
body .p-fileupload-choose:not(.p-disabled):active {
  background-color: #024941;
  color: #fffaf0;
  border-color: #024941;
}
body .p-password-panel {
  padding: 0.857em;
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-inputgroup .p-inputgroup-addon {
  border-color: #afafaf;
  background-color: #F2F2F2;
  color: #111111;
  padding: 0.429em;
  min-width: 2em;
}
body .p-inputgroup .p-inputgroup-addon:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .p-inputgroup .p-inputgroup-addon:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox {
  position: relative;
}
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton {
  position: relative;
}
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
body .p-inputgroup .p-button:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .p-inputgroup .p-button:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-inputgroup .p-inputtext:focus {
  z-index: 1;
}
body .p-fluid .p-spinner .p-spinner-input {
  padding-right: 1.858em;
}
body .p-fluid .p-spinner .p-spinner-button {
  width: 1.429em;
}
body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon {
  left: 50%;
}
body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button {
  width: 2.143em;
}
body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container {
  border-right: 0 none;
  width: calc(100% - 2.143em);
}
body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext {
  border-right: 0 none;
  width: calc(100% - 2.143em);
}
body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext {
  width: calc(100% - 2.143em);
}
body .p-fluid .p-inputgroup .p-button {
  width: auto;
}
body .p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.143em;
}
body .p-calendar .p-datepicker {
  min-width: 18.571em;
}
body ::-webkit-input-placeholder {
  color: #909090;
}
body :-moz-placeholder {
  color: #909090;
}
body ::-moz-placeholder {
  color: #909090;
}
body :-ms-input-placeholder {
  color: #909090;
}
body .p-inputtext.p-error,
body .p-dropdown.p-error,
body .p-autocomplete.p-error > .p-inputtext,
body .p-calendar.p-error > .p-inputtext,
body .p-chips.p-error > .p-inputtext,
body .p-checkbox.p-error > .p-checkbox-box,
body .p-radiobutton.p-error > .p-radiobutton-box,
body .p-inputswitch.p-error,
body .p-listbox.p-error,
body .p-multiselect.p-error,
body .p-spinner.p-error > .p-inputtext,
body .p-selectbutton.p-error > .p-button,
body .p-togglebutton.p-error > .p-button {
  border: 1px solid #b50801;
}

@media only screen and (orientation: landscape) and (max-width: 820px) {
  .input-wrapper {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 820px) {
  .input-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
body .p-button {
  cursor: pointer;
  margin: 0;
  color: #fffaf0;
  background-color: #157575;
  border: 1px solid #157575;
  font-size: 14px;
  min-height: 44px;
  min-width: 100px;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px;
}
body .p-button:not(.p-autocomplete-dropdown):enabled:hover, body .p-button:not(.p-autocomplete-dropdown):hover {
  background-color: #105a5a;
  color: #fffaf0;
  border-color: #105a5a;
}
body .p-button:not(.p-autocomplete-dropdown):enabled:focus, body .p-button:not(.p-autocomplete-dropdown):focus {
  outline: 2px dotted #157575;
  outline-offset: 1px;
}
body .p-button:not(.p-autocomplete-dropdown):enabled:active, body .p-button:not(.p-autocomplete-dropdown):active {
  background-color: #024941;
  color: #fffaf0;
  border-color: #024941;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*) {
  background-color: transparent;
  color: #157575;
  border-color: transparent;
  font-weight: bold;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*):not(:disabled):hover {
  background: rgba(21, 117, 117, 0.04);
  color: #157575;
  border-color: transparent;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*):not(:disabled):active {
  background: rgba(21, 117, 117, 0.16);
  color: #157575;
  border-color: transparent;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*).p-button-plain {
  color: #6c757d;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*).p-button-plain:not(:disabled):hover {
  background: #e9ecef;
  color: #6c757d;
}
body .p-button.p-button-text:not(.p-confirm-dialog-*).p-button-plain:not(:disabled):active {
  background: #dee2e6;
  color: #6c757d;
}
body .p-button.p-button-text-only .p-button-text {
  padding: 0.429em 1em;
}
body .p-button.p-button-text-icon-left .p-button-text {
  padding: 0.429em 1em 0.429em 2em;
}
body .p-button.p-button-text-icon-right .p-button-text {
  padding: 0.429em 2em 0.429em 1em;
}
body .p-button.p-button-icon-only {
  width: 2.143em !important;
  max-height: 100%;
  min-width: 30px !important;
  min-height: 30px;
}
body .p-button.p-button-icon-only .p-button-icon {
  margin: 0 auto;
}
body .p-button.p-button-icon-only .p-button-text {
  padding: 0.429em;
}
body .p-button.p-button-icon-only .p-button-label {
  display: none !important;
}
body .p-button.p-button-raised {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
}
body .p-button.p-button-rounded {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
body .p-button .p-button-icon.p-button-icon-left {
  margin-right: 5px !important;
}
body .p-fluid .p-button-icon-only {
  width: 2.143em;
}
body .p-togglebutton {
  background-color: #afafaf;
  border: 1px solid #afafaf;
  color: #111111;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
body .p-togglebutton .p-button-icon-left {
  color: #525252;
}
body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover {
  background-color: #aee5e0;
  border-color: #aee5e0;
  color: #024941;
}
body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left {
  color: #157575;
}
body .p-togglebutton.p-focus {
  border-color: #aee5e0;
  color: #024941;
  outline: 2px dotted #157575;
}
body .p-togglebutton.p-highlight {
  background-color: #157575;
  border-color: #157575;
  color: #fffaf0;
}
body .p-togglebutton.p-highlight .p-button-icon-left {
  color: #fffaf0;
}
body .p-togglebutton.p-highlight:hover {
  background-color: #105a5a;
  border-color: #024941;
  color: #fffaf0;
}
body .p-togglebutton.p-highlight:hover .p-button-icon-left {
  color: #fffaf0;
}
body .p-selectbutton .p-button {
  background-color: #afafaf;
  border: 1px solid #afafaf;
  color: #111111;
  outline: 0 none;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-selectbutton .p-button .p-button-icon-left {
  color: #525252;
}
body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background-color: #aee5e0;
  border-color: #aee5e0;
  color: #024941;
}
body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left {
  color: #157575;
}
body .p-selectbutton .p-button.p-focus, body .p-selectbutton .p-button:focus {
  border-color: #aee5e0;
  color: #024941;
  outline: 2px dotted #157575;
  z-index: 1;
}
body .p-selectbutton .p-button.p-focus .p-button-icon-left, body .p-selectbutton .p-button:focus .p-button-icon-left {
  color: #157575;
}
body .p-selectbutton .p-button.p-highlight {
  background-color: #157575;
  border-color: #157575;
  color: #fffaf0;
}
body .p-selectbutton .p-button.p-highlight .p-button-icon-left {
  color: #fffaf0;
}
body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover {
  background-color: #105a5a;
  border-color: #024941;
  color: #fffaf0;
}
body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left {
  color: #fffaf0;
}
body .p-selectbutton .p-button:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .p-selectbutton .p-button:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-splitbutton.p-buttonset .p-button {
  border: 1px solid transparent;
}
body .p-splitbutton.p-buttonset .p-button:first-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .p-splitbutton.p-buttonset .p-button:focus {
  z-index: 1;
}
body .p-splitbutton.p-buttonset .p-menu {
  min-width: 100%;
}
body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before {
  content: "\e902";
}
body .p-button.p-button-secondary,
body .p-buttonset.p-button-secondary > .p-button {
  color: #111111;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
body .p-button.p-button-secondary:enabled:hover,
body .p-buttonset.p-button-secondary > .p-button:enabled:hover {
  background-color: #afafaf;
  color: #111111;
  border-color: #afafaf;
}
body .p-button.p-button-secondary:enabled:focus,
body .p-buttonset.p-button-secondary > .p-button:enabled:focus {
  outline-color: #111111;
}
body .p-button.p-button-secondary:enabled:active,
body .p-buttonset.p-button-secondary > .p-button:enabled:active {
  background-color: #BDBDBD;
  color: #111111;
  border-color: #BDBDBD;
}
body .p-button.p-button-info,
body .p-buttonset.p-button-info > .p-button {
  color: white;
  background-color: #2196f3;
  border: 1px solid #2196f3;
}
body .p-button.p-button-info:enabled:hover,
body .p-buttonset.p-button-info > .p-button:enabled:hover {
  background-color: #1976d2;
  color: white;
  border-color: #1976d2;
}
body .p-button.p-button-info:enabled:focus,
body .p-buttonset.p-button-info > .p-button:enabled:focus {
  outline-color: #2196f3;
}
body .p-button.p-button-info:enabled:active,
body .p-buttonset.p-button-info > .p-button:enabled:active {
  background-color: #1565c0;
  color: white;
  border-color: #1565c0;
}
body .p-button.p-button-success,
body .p-buttonset.p-button-success > .p-button {
  color: white;
  background-color: #0c5e13;
  border: 1px solid #0c5e13;
}
body .p-button.p-button-success:enabled:hover,
body .p-buttonset.p-button-success > .p-button:enabled:hover {
  background-color: #388e3c;
  color: white;
  border-color: #388e3c;
}
body .p-button.p-button-success:enabled:focus,
body .p-buttonset.p-button-success > .p-button:enabled:focus {
  outline-color: #0c5e13;
}
body .p-button.p-button-success:enabled:active,
body .p-buttonset.p-button-success > .p-button:enabled:active {
  background-color: #2e7d32;
  color: white;
  border-color: #2e7d32;
}
body .p-button.p-button-warning,
body .p-buttonset.p-button-warning > .p-button {
  color: black;
  background-color: #ffc107;
  border: 1px solid #ffc107;
}
body .p-button.p-button-warning:enabled:hover,
body .p-buttonset.p-button-warning > .p-button:enabled:hover {
  background-color: #ffa000;
  color: black;
  border-color: #ffa000;
}
body .p-button.p-button-warning:enabled:focus,
body .p-buttonset.p-button-warning > .p-button:enabled:focus {
  outline-color: #ffc107;
}
body .p-button.p-button-warning:enabled:active,
body .p-buttonset.p-button-warning > .p-button:enabled:active {
  background-color: #ff8f00;
  color: black;
  border-color: #ff8f00;
}
body .p-button.p-button-danger,
body .p-buttonset.p-button-danger > .p-button {
  color: white;
  background-color: #ff5722;
  border: 1px solid #ff5722;
}
body .p-button.p-button-danger:enabled:hover,
body .p-buttonset.p-button-danger > .p-button:enabled:hover {
  background-color: #e64a19;
  color: white;
  border-color: #e64a19;
}
body .p-button.p-button-danger:enabled:focus,
body .p-buttonset.p-button-danger > .p-button:enabled:focus {
  outline-color: #ff5722;
}
body .p-button.p-button-danger:enabled:active,
body .p-buttonset.p-button-danger > .p-button:enabled:active {
  background-color: #d84315;
  color: white;
  border-color: #d84315;
}
body .p-chip {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #157575;
  color: white;
  border-radius: 17px;
  padding: 0 0.5rem;
  margin: 0.1rem;
}
body .p-chip-image > img {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
  margin-bottom: -0.2rem;
}
body .p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.9em;
}
body .p-chip .p-chip-remove-icon {
  margin-left: 0.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
body .p-chip .pi-times-circle:before {
  content: "\e90c";
}

body .p-panel {
  padding: 0;
  border: 0 none;
}
body .p-panel .p-panel-titlebar {
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  background-color: #eeeeee;
  color: #212121;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-panel .p-panel-titlebar .p-panel-title {
  vertical-align: middle;
  font-weight: 700;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon {
  margin: 0;
  position: relative;
  font-size: 14px;
  color: #757575;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover {
  color: #212121;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-panel .p-panel-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  border-top: 0 none;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-panel .p-panel-footer {
  padding: 0.571em 1em;
  border: 1px solid #afafaf;
  background-color: white;
  color: #111111;
  border-top: 0 none;
  margin: 0;
}
body .p-fieldset {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-fieldset .p-fieldset-legend a {
  padding: 0.857em 5px;
  border: 1px solid #e0e0e0;
  color: #212121;
  background-color: #eeeeee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #757575;
}
body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text {
  padding: 0;
}
body .p-fieldset .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
  color: #212121;
}
body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler {
  color: #757575;
}
body .p-fieldset .p-fieldset-content {
  padding: 0;
}
body .p-accordion .p-accordion-tab {
  margin-bottom: 2px;
}
body .p-accordion .p-accordion-header-text {
  width: 100%;
}
body .p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0.857em 1em;
  border: 1px solid #e0e0e0;
  color: #212121;
  background-color: #eeeeee;
  font-weight: 700;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  color: #757575;
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon.pi-caret-right:before {
  content: "\e901";
}
body .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon.pi-caret-down:before {
  content: "\e902";
}
body .p-accordion .p-accordion-header .p-accordion-header-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
  color: #212121;
}
body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link .p-accordion-toggle-icon {
  color: #757575;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight {
  margin-bottom: 0;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a:not(.in-text) {
  background-color: #157575;
  border: 1px solid #157575;
  color: #fffaf0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a:not(.in-text) .p-accordion-toggle-icon {
  color: #fffaf0;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a.in-text {
  color: #fffaf0;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a:not(.in-text) {
  border: 1px solid #105a5a;
  background-color: #105a5a;
  color: #fffaf0;
}
body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a:not(.in-text) .p-accordion-toggle-icon {
  color: #fffaf0;
}
body .p-accordion .p-accordion-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  border-top: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-tabview.p-tabview-top, body .p-tabview.p-tabview-bottom, body .p-tabview.p-tabview-left, body .p-tabview.p-tabview-right {
  border: 0 none;
}
body .p-tabview.p-tabview-top .p-tabview-nav, body .p-tabview.p-tabview-bottom .p-tabview-nav, body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabview-right .p-tabview-nav {
  padding: 0;
  background: white;
  border: 0 none;
}
body .p-tabview.p-tabview-top .p-tabview-nav li a, body .p-tabview.p-tabview-bottom .p-tabview-nav li a, body .p-tabview.p-tabview-left .p-tabview-nav li a, body .p-tabview.p-tabview-right .p-tabview-nav li a {
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
  float: none;
  display: inline-block;
  color: #212121;
  padding: 0.857em 1em;
  font-weight: 700;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon {
  margin-right: 0.429em;
}
body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon {
  margin-left: 0.429em;
}
body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus, body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close {
  color: #757575;
  margin: 0 0.429em 0 0;
  vertical-align: middle;
}
body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a {
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
  color: #212121;
}
body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close {
  color: #757575;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a {
  background-color: #157575;
  border: 1px solid #157575;
  color: #fffaf0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close {
  color: #fffaf0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a {
  border: 1px solid #105a5a;
  background-color: #105a5a;
  color: #fffaf0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,
body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon, body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon {
  color: #fffaf0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a, body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a {
  cursor: pointer;
}
body .p-tabview.p-tabview-top .p-tabview-nav {
  margin-bottom: -1px;
}
body .p-tabview.p-tabview-top .p-tabview-nav li a {
  margin-right: 0.214em;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav {
  margin-top: -1px;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav li a {
  margin-right: 0.214em;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-tabview.p-tabview-left .p-tabview-nav {
  margin-right: -px;
}
body .p-tabview.p-tabview-left .p-tabview-nav li a {
  margin-bottom: 0.214em;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .p-tabview.p-tabview-right .p-tabview-nav {
  margin-right: -1px;
}
body .p-tabview.p-tabview-right .p-tabview-nav li a {
  margin-bottom: 0.214em;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-tabview .p-tabview-panels {
  background-color: white;
  padding: 0.571em 1em;
  border: 1px solid #BDBDBD;
  color: #111111;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-tabview .p-tabview-panels .p-tabview-panel {
  padding: 0;
}
body .p-toolbar {
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-toolbar button {
  vertical-align: middle;
}
body .p-toolbar .p-toolbar-separator {
  vertical-align: middle;
  color: #757575;
  margin: 0 0.429em;
}
body .p-card {
  background-color: white;
  color: #111111;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 10px 10px;
  margin-top: 1.34em;
}
body .p-card h1,
body .p-card h2 {
  text-align: center;
  padding-top: 10px;
}
body .p-card .p-link {
  color: #157575;
  text-decoration: underline !important;
}
body .p-card .p-card-footer {
  display: flex;
}
body .p-card .card-heading {
  margin-bottom: 10px;
  position: relative;
  padding: 0 40px;
}
body .p-card .card-heading h1 {
  margin: 0 auto;
  padding-top: 20px;
  align-self: center;
  width: 95%;
}
body .p-card .card-heading .p-icon-link {
  position: absolute;
  left: 5px;
  top: 15px;
}
body .p-card .p-icon-link {
  align-self: center;
  background-color: #157575;
  color: white;
  border-radius: 50%;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.5em;
  text-align: center;
  font-size: 1.2em;
  margin: 0 5px 0 0;
}

@media only screen and (min-width: 750px) {
  .card-heading h1.small-heading {
    width: 45% !important;
  }
}
body .p-listbox .p-paginator .p-paginator-first,
body .p-listbox .p-paginator .p-paginator-prev,
body .p-listbox .p-paginator .p-paginator-next,
body .p-listbox .p-paginator .p-paginator-last {
  color: #FFFAF0;
}
body .p-listbox .p-paginator .p-paginator-pages .p-paginator-page {
  color: #FFFAF0 !important;
}
body .p-paginator {
  background-color: white;
  border: 1px solid #BDBDBD;
  padding: 0;
}
body .p-paginator .p-paginator-first,
body .p-paginator .p-paginator-prev,
body .p-paginator .p-paginator-next,
body .p-paginator .p-paginator-last {
  color: #525252;
  height: 2.286em;
  min-width: 2.286em;
  border: 0 none;
  line-height: 2.286em;
  padding: 0;
  margin: 0;
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-paginator .p-dropdown {
  border: 0 none;
  margin-left: 0.429em;
  height: 2.286em;
  min-width: auto;
  width: auto;
}
body .p-paginator .p-dropdown .p-dropdown-trigger,
body .p-paginator .p-dropdown .p-dropdown-label {
  color: #525252;
}
body .p-paginator .p-dropdown:hover .p-dropdown-trigger,
body .p-paginator .p-dropdown:hover .p-dropdown-label {
  color: #024941;
}
body .p-paginator .p-paginator-first:before {
  position: relative;
  top: 1px;
}
body .p-paginator .p-paginator-prev:before {
  position: relative;
}
body .p-paginator .p-paginator-next:before {
  position: relative;
  top: 1px;
}
body .p-paginator .p-paginator-last:before {
  position: relative;
  top: 1px;
}
body .p-paginator .p-paginator-current {
  vertical-align: top;
  display: inline-block;
  height: 2.286em;
  min-width: 2.286em;
  border: 0 none;
  line-height: 2.286em;
}
body .p-paginator .p-paginator-pages {
  vertical-align: top;
  display: inline-block;
  padding: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page {
  color: #525252;
  height: 2.286em;
  min-width: 2.286em;
  border: 0 none;
  line-height: 2.286em;
  padding: 0;
  margin: 0;
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-datatable-resizable .p-datatable-thead tr th {
  overflow: visible;
  white-space: pre-wrap;
  word-break: break-word;
}
body .p-datatable-resizable .p-datatable-thead .p-inputtext,
body .p-datatable-resizable .p-datatable-thead .p-dropdown-trigger,
body .p-datatable-resizable .p-datatable-thead .p-dropdown {
  background-color: white;
}
body .p-datatable-resizable .p-datatable-thead .p-dropdown-label {
  border: none;
}
body .p-datatable-resizable .p-datatable-wrapper {
  overflow-x: visible;
}
body .p-datatable .p-datatable-header,
body .p-datatable .p-datatable-footer {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  text-align: center;
}
body .p-datatable .p-datatable-header {
  border-bottom: 0 none;
  font-weight: 700;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-datatable .p-datatable-header .table-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: end;
}
body .p-datatable .p-datatable-header .table-header .p-input-icon-left {
  margin-left: auto;
  align-self: center;
}
body .p-datatable .p-datatable-header .table-header .p-input-icon-left .p-inputtext {
  background-color: white;
}
body .p-datatable .p-datatable-footer {
  border-top: 0 none;
  font-weight: 500;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-datatable .p-datatable-thead > tr > th {
  padding: 0.5em;
  border-bottom: 1px solid #BDBDBD;
  font-weight: 700;
  color: #111111;
  background-color: #eeeeee;
  text-align: left;
  width: 100%;
}
body .p-datatable .p-datatable-thead > tr > th[role=cell] {
  display: table-cell !important;
}
body .p-datatable .p-datatable-thead > tr > th .p-column-title {
  width: 100%;
}
body .p-datatable .p-datatable-tfoot > tr > td {
  padding: 0.5em 1.214em;
  border: 1px solid #BDBDBD;
  font-weight: 500;
  color: #111111;
  background-color: white;
  text-align: center;
}
body .p-datatable .p-column-filter {
  width: 100%;
  margin-top: 0.5em;
}
body .p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #111111;
  vertical-align: text-bottom;
  display: inline;
  opacity: 0;
  padding-left: 3px;
}
body .p-datatable .p-sortable-column .p-sortable-column-icon.pi-sort-down {
  position: relative;
  top: -0.25em;
}
body .p-datatable .p-sortable-column:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #024941;
}
body .p-datatable .p-sortable-column:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-datatable .p-sortable-column:hover .p-sortable-column-icon {
  opacity: 1;
}
body .p-datatable .p-sortable-column.p-highlight {
  background-color: #157575 !important;
  color: #fffaf0;
}
body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  display: inline;
  color: #fffaf0;
}
body .p-datatable .p-editable-column input {
  font-size: 14px;
  font-family: "Montserrat", verdana, sans-serif;
}
body .p-datatable .p-datatable-tbody > tr {
  background: white;
  color: #111111;
  border-bottom: 1px solid #BDBDBD;
  border-top: 1px solid #BDBDBD;
  word-break: break-all;
}
body .p-datatable .p-datatable-tbody > tr.pending {
  background-color: rgba(244, 158, 25, 0.1) !important;
}
body .p-datatable .p-datatable-tbody > tr.expired {
  background-color: #fde3e1 !important;
}
body .p-datatable .p-datatable-tbody > tr.unread {
  background-color: #fbfbfb;
  font-weight: bold;
}
body .p-datatable .p-datatable-tbody > tr + tr > td[role=cell] {
  border-top: 1px solid #eee;
}
body .p-datatable .p-datatable-tbody > tr > td {
  background: inherit;
  padding: 0.5em 1.014em;
  white-space: pre-wrap;
  display: table-cell !important;
}
body .p-datatable .p-datatable-tbody > tr > td[role=cell] {
  width: inherit !important;
}
body .p-datatable .p-datatable-tbody > tr > td[role=cell] .p-column-title {
  display: none;
}
body .p-datatable .p-datatable-tbody > tr > td .p-column-title {
  font-weight: bold;
  margin-right: 2em;
}
body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler {
  color: #525252;
}
body .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:hover {
  color: #111111;
}
body .p-datatable .p-datatable-tbody > tr.p-highlight {
  background-color: rgba(21, 117, 117, 0.1);
}
body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler {
  color: #fffaf0;
}
body .p-datatable .p-datatable-tbody > tr.p-highlight .p-row-toggler:hover {
  color: #fffaf0;
}
body .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu {
  background-color: #30dada;
  color: #fffaf0;
}
body .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #157575;
}
body .p-datatable .p-datatable-tbody > tr.p-datatable-row-expansion .small-only {
  display: flex;
  align-items: center;
  margin-bottom: 2.5px;
}
body .p-datatable .p-datatable-tbody > tr.p-datatable-row-expansion .small-only .p-column-title {
  font-weight: bold;
  width: 15ch;
  margin: 0;
}
body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover {
  cursor: pointer;
  background-color: #aee5e0;
  color: #024941;
}
body .p-datatable .p-column-resizer-helper {
  background-color: #157575;
}
body .p-datatable .p-datatable-scrollable-header,
body .p-datatable .p-datatable-scrollable-footer {
  background-color: #eeeeee;
}
@media screen and (max-width: 71em) {
  body .p-datatable table {
    table-layout: auto;
  }
}
@media screen and (max-width: 40em) {
  body .p-datatable.p-datatable-responsive .p-paginator-top {
    border-bottom: 1px solid #BDBDBD;
  }
  body .p-datatable.p-datatable-responsive .p-paginator-bottom {
    border-top: 1px solid #BDBDBD;
  }
  body .p-datatable.p-datatable-responsive .p-datatable-tbody > tr > td {
    border: 0 none;
  }
}
body .p-datagrid .p-datagrid-header {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
}
body .p-datagrid .p-datagrid-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
}
body .p-datagrid .p-datagrid-footer {
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  padding: 0.571em 1em;
  border-top: 0 none;
}
body .p-datalist .p-datalist-header {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
}
body .p-datalist .p-datalist-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
}
body .p-datalist .p-datalist-footer {
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  padding: 0.571em 1em;
  border-top: 0 none;
}
body .p-datascroller .p-datascroller-header {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
}
body .p-datascroller .p-datascroller-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
}
body .p-datascroller .p-datascroller-footer {
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  padding: 0.571em 1em;
  border-top: 0 none;
}
body .p-dataview .p-dataview-header {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-dataview .p-dataview-header .p-inputtext {
  width: auto;
}
body .p-dataview .p-dataview-content {
  padding: 0.571em 1em;
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
}
body .p-dataview .p-dataview-content > .p-grid > div {
  border-bottom: 1px solid #BDBDBD;
}
body .p-dataview .p-dataview-content > .p-grid > div:last-child {
  border-bottom: 0 none;
}
body .p-dataview .p-dataview-footer {
  background-color: white;
  color: #111111;
  border: 1px solid #afafaf;
  padding: 0.571em 1em;
  border-top: 0 none;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .fc .fc-button {
  background-color: #157575;
  color: #fffaf0;
  font-size: 14px;
  font-family: "Montserrat", verdana, sans-serif;
  height: 2.25em;
  padding: 0 1em;
  border: 0 none;
}
body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover {
  background-color: #115f5f;
}
body .fc .fc-button:enabled:not(.fc-button-active):focus {
  outline: 0 none;
  background-color: #115f5f;
  box-shadow: none;
}
body .fc .fc-button.fc-button-active {
  background-color: #0d4a4a;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body .fc .fc-button.fc-button-active:focus {
  box-shadow: none;
}
body .fc .fc-button .ui-icon-circle-triangle-w {
  font-family: "PrimeIcons";
  text-indent: 0;
}
body .fc .fc-button .ui-icon-circle-triangle-w:before {
  content: "\e900";
}
body .fc .fc-button .ui-icon-circle-triangle-e {
  font-family: "PrimeIcons";
  text-indent: 0;
}
body .fc .fc-button .ui-icon-circle-triangle-e:before {
  content: "\e901";
}
body .fc .fc-head .fc-row {
  background-color: #eeeeee;
  color: #212121;
}
body .fc td.fc-today {
  background-color: #157575;
  color: #fffaf0;
}
body .fc .fc-toolbar .ui-state-active {
  background-color: #157575;
  color: #fffaf0;
}
body .fc .fc-event {
  border-color: #157575;
  background-color: #115f5f;
  color: #fffaf0;
}
body .fc .fc-head-container {
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
}
body .fc .fc-head-container .fc-axis {
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
}
body .fc .fc-day-header,
body .fc .fc-divider {
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
}
body .fc td {
  border-color: 1px solid #BDBDBD;
}
body .fc table {
  box-sizing: border-box;
}
body .fc table th {
  padding: 0.857em 5px;
}
body .fc div.ui-widget-content {
  padding-left: 0px;
  padding-right: 0px;
}
body .p-picklist .p-picklist-buttons button {
  font-size: 16px;
}
body .p-picklist .p-picklist-caption {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-picklist .p-picklist-filter-container {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border: 1px solid #e0e0e0;
  color: #111111;
  background-color: white;
  margin: 0;
  border-bottom: 0 none;
}
body .p-picklist .p-picklist-filter-container input {
  width: 100%;
  padding-right: 2em;
  text-indent: 0;
}
body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  top: 50%;
  margin-top: -0.5em;
  left: auto;
  right: 1.357em;
  color: #525252;
}
body .p-picklist .p-picklist-list-wrapper {
  padding: 0.571em 1em;
}
body .p-picklist .p-picklist-list {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.429em 0.857em;
  margin: 0;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight {
  background-color: #157575;
}
@media (max-width: 40em) {
  body .p-picklist.p-picklist-responsive .p-picklist-buttons {
    padding: 0.571em 1em;
  }
}
body .p-orderlist .p-orderlist-controls button {
  font-size: 16px;
}
body .p-orderlist .p-orderlist-caption {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  font-weight: 700;
  border-bottom: 0 none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-orderlist .p-orderlist-filter-container {
  padding: 0.429em 0.857em 0.429em 0.857em;
  border: 1px solid #e0e0e0;
  color: #111111;
  background-color: white;
  margin: 0;
  border-bottom: 0 none;
}
body .p-orderlist .p-orderlist-filter-container input {
  width: 100%;
  padding-right: 2em;
  text-indent: 0;
}
body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  top: 50%;
  margin-top: -0.5em;
  left: auto;
  right: 1.357em;
  color: #525252;
}
body .p-orderlist .p-orderlist-list {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.429em 0.857em;
  margin: 0;
  border: 0 none;
  color: #111111;
  background-color: transparent;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight {
  background-color: #157575;
}
body .p-tree {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-tree .p-tree-container {
  padding: 0.286em;
  margin: 0;
}
body .p-tree .p-tree-container .p-treenode {
  padding: 0.143em 0;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-children {
  padding-left: 1em;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content {
  padding: 0;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin: 0 0.143em 0 0;
  color: #525252;
  min-width: 1.5em;
  text-align: center;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon {
  line-height: 1.143em;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.143em 0 0;
  color: #525252;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0.286em;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin: 0 0.143em 0 0;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #fffaf0;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu {
  border: 1px dashed #157575;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon {
  color: #024941;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content > span {
  line-height: inherit;
}
body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #157575;
}
body .p-tree.p-tree-horizontal {
  padding-left: 0;
  padding-right: 0;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon {
  color: #157575;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #BDBDBD;
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
}
body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-organizationchart .p-organizationchart-node-content.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #020909;
}
body .p-organizationchart .p-organizationchart-line-down {
  background-color: #c8c8c8;
}
body .p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #BDBDBD;
  border-color: #c8c8c8;
}
body .p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #BDBDBD;
  border-color: #c8c8c8;
}
body .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  bottom: -0.7em;
  margin-left: -0.46em;
  color: #525252;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-treetable .p-treetable-header,
body .p-treetable .p-treetable-footer {
  background-color: #eeeeee;
  color: #212121;
  border: 1px solid #e0e0e0;
  padding: 0.857em 5px;
  text-align: center;
}
body .p-treetable .p-treetable-header {
  border-bottom: 0 none;
  font-weight: 700;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-treetable .p-treetable-footer {
  border-top: 0 none;
  font-weight: 500;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .p-treetable .p-treetable-thead > tr > th {
  padding: 0.5em;
  border: 1px solid #BDBDBD;
  font-weight: 700;
  color: #111111;
  background-color: #eeeeee;
  text-align: center;
}
body .p-treetable .p-treetable-tfoot > tr > td {
  padding: 0.5em 1.214em;
  border: 1px solid #BDBDBD;
  font-weight: 500;
  color: #111111;
  background-color: white;
  text-align: center;
}
body .p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #111111;
  vertical-align: text-bottom;
  display: none;
  padding-left: 3px;
}
body .p-treetable .p-sortable-column .p-sortable-column-icon.pi-sort-down {
  position: relative;
  top: -0.25em;
}
body .p-treetable .p-sortable-column:not(.p-highlight):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #024941;
}
body .p-treetable .p-sortable-column:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-treetable .p-sortable-column:hover .p-sortable-column-icon {
  display: inline;
}
body .p-treetable .p-sortable-column.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  display: inline;
  color: #fffaf0;
}
body .p-treetable .p-editable-column input {
  font-size: 14px;
  font-family: "Montserrat", verdana, sans-serif;
}
body .p-treetable .p-treetable-tbody > tr {
  color: #111111;
}
body .p-treetable .p-treetable-tbody > tr > td {
  background: inherit;
  border: 1px solid #BDBDBD;
  padding: 0.5em 1.014em;
}
body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  color: #525252;
  vertical-align: middle;
}
body .p-treetable .p-treetable-tbody > tr.p-highlight {
  background-color: #157575;
  color: #fffaf0;
}
body .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #fffaf0;
}
body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu {
  background-color: #30dada;
  color: #fffaf0;
}
body .p-treetable .p-treetable-tbody > tr.p-highlight-contextmenu .p-treetable-toggler {
  color: #fffaf0;
}
body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover {
  cursor: pointer;
  background-color: #aee5e0;
  color: #024941;
}
body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler {
  color: #024941;
}
body .p-treetable .p-column-resizer-helper {
  background-color: #157575;
}
body .p-treetable .p-treetable-scrollable-header,
body .p-treetable .p-treetable-scrollable-footer {
  background-color: #eeeeee;
}
body .p-carousel .p-carousel-content .p-carousel-prev,
body .p-carousel .p-carousel-content .p-carousel-next {
  background-color: #157575;
  border: #157575;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0.2em;
  color: #fffaf0;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
  background-color: #105a5a;
  color: #fffaf0;
  border-color: #105a5a;
}
body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon {
  width: 20px;
  height: 6px;
  background-color: #b2c1cd;
  margin: 0 0.2em;
}
body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon::before {
  content: " ";
}
body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon {
  background-color: #157575;
}

@media only screen and (min-width: 450px) {
  .p-datatable-tbody > tr > td {
    word-break: normal;
  }
}
body .p-invalid {
  color: #b50801 !important;
}
body .p-messages {
  margin: 1em 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-messages ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
}
body .p-messages .p-messages-wrapper {
  padding: 1em;
}
body .p-messages.p-messages-info {
  background-color: #64b5f6;
  border: 0 none;
  color: black;
}
body .p-messages.p-messages-info .p-messages-icon {
  color: black;
}
body .p-messages.p-messages-info .p-messages-close {
  color: black;
}
body .p-messages.p-messages-success {
  background-color: #0c5e13;
  border: 0 none;
  color: white;
}
body .p-messages.p-messages-success .p-messages-icon {
  color: white;
}
body .p-messages.p-messages-success .p-messages-close {
  color: white;
}
body .p-messages.p-messages-warn {
  background-color: #ffd54f;
  border: 0 none;
  color: black;
}
body .p-messages.p-messages-warn .p-messages-icon {
  color: black;
}
body .p-messages.p-messages-warn .p-messages-close {
  color: black;
}
body .p-messages.p-messages-error {
  background-color: #b50801;
  border: 0 none;
  color: white;
}
body .p-messages.p-messages-error .p-messages-icon {
  color: white;
}
body .p-messages.p-messages-error .p-messages-close {
  color: white;
}
body .p-messages .p-messages-close {
  top: 0.25em;
  right: 0.5em;
  font-size: 1.5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
body .p-messages .p-messages-close:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-messages .p-messages-icon {
  font-size: 1.714em;
}
body .p-message,
body .p-inline-message {
  padding: 0.429em;
  margin: 5px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-message.p-message-info, body .p-message.p-inline-message-info,
body .p-inline-message.p-message-info,
body .p-inline-message.p-inline-message-info {
  background-color: #64b5f6;
  border: 0 none;
  color: black;
}
body .p-message.p-message-info .p-message-icon,
body .p-message.p-message-info .p-inline-message-icon, body .p-message.p-inline-message-info .p-message-icon,
body .p-message.p-inline-message-info .p-inline-message-icon,
body .p-inline-message.p-message-info .p-message-icon,
body .p-inline-message.p-message-info .p-inline-message-icon,
body .p-inline-message.p-inline-message-info .p-message-icon,
body .p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: black;
}
body .p-message.p-message-success body .p-message.p-inline-message-success,
body .p-message.p-message-success body .p-inline-message.p-inline-message-success,
body .p-inline-message.p-message-success body .p-message.p-inline-message-success,
body .p-inline-message.p-message-success body .p-inline-message.p-inline-message-success {
  background-color: #0c5e13;
  border: 0 none;
  color: white;
}
body .p-message.p-message-success body .p-message.p-inline-message-success .p-message-icon,
body .p-message.p-message-success body .p-message.p-inline-message-success .p-inline-message-icon,
body .p-message.p-message-success body .p-inline-message.p-inline-message-success .p-message-icon,
body .p-message.p-message-success body .p-inline-message.p-inline-message-success .p-inline-message-icon,
body .p-inline-message.p-message-success body .p-message.p-inline-message-success .p-message-icon,
body .p-inline-message.p-message-success body .p-message.p-inline-message-success .p-inline-message-icon,
body .p-inline-message.p-message-success body .p-inline-message.p-inline-message-success .p-message-icon,
body .p-inline-message.p-message-success body .p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: white;
}
body .p-message.p-message-warn, body .p-message.p-inline-message-warn,
body .p-inline-message.p-message-warn,
body .p-inline-message.p-inline-message-warn {
  background-color: #ffd54f;
  border: 0 none;
  color: black;
}
body .p-message.p-message-warn .p-message-icon,
body .p-message.p-message-warn .p-inline-message-icon, body .p-message.p-inline-message-warn .p-message-icon,
body .p-message.p-inline-message-warn .p-inline-message-icon,
body .p-inline-message.p-message-warn .p-message-icon,
body .p-inline-message.p-message-warn .p-inline-message-icon,
body .p-inline-message.p-inline-message-warn .p-message-icon,
body .p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: black;
}
body .p-message.p-message-error, body .p-message.p-inline-message-error,
body .p-inline-message.p-message-error,
body .p-inline-message.p-inline-message-error {
  background-color: #b50801;
  border: 0 none;
  color: white;
}
body .p-message.p-message-error .p-message-icon,
body .p-message.p-message-error .p-inline-message-icon, body .p-message.p-inline-message-error .p-message-icon,
body .p-message.p-inline-message-error .p-inline-message-icon,
body .p-inline-message.p-message-error .p-message-icon,
body .p-inline-message.p-message-error .p-inline-message-icon,
body .p-inline-message.p-inline-message-error .p-message-icon,
body .p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: white;
}
body .p-message .p-message-icon,
body .p-message .p-inline-message-icon,
body .p-inline-message .p-message-icon,
body .p-inline-message .p-inline-message-icon {
  font-size: 1.25em;
  padding-right: 5px;
}
body .p-message .p-message-text,
body .p-message .p-inline-message-text,
body .p-inline-message .p-message-text,
body .p-inline-message .p-inline-message-text {
  font-size: 1em;
}
body .p-message .p-message-wrapper,
body .p-inline-message .p-message-wrapper {
  justify-content: center;
}
body .p-toast {
  top: 120px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
body .p-toast-icon-close {
  padding: 10px;
}
body .p-toast-icon-close-icon {
  font-size: 1.3em;
}
body .p-toast .p-toast-message {
  margin: 0 0 1em 0;
  -webkit-box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 0.429em 0 rgba(0, 0, 0, 0.16);
}
body .p-toast .p-toast-message-icon {
  font-size: 2em;
}
body .p-toast .p-toast-message .p-toast-message-content {
  padding: 1em;
}
body .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 1em 0 2em;
}
body .p-toast .p-toast-message .p-toast-message-content .p-toast-message-image {
  left: inherit;
  font-size: 3.429em;
}
body .p-toast .p-toast-message.p-toast-message-info {
  background-color: #64b5f6;
  border: 0 none;
  color: black;
}
body .p-toast .p-toast-message.p-toast-message-info .p-toast-message-image,
body .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: black;
}
body .p-toast .p-toast-message.p-toast-message-success {
  background-color: #0c5e13;
  border: 0 none;
  color: white;
}
body .p-toast .p-toast-message.p-toast-message-success .p-toast-message-image,
body .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: white;
}
body .p-toast .p-toast-message.p-toast-message-warn {
  background-color: #ffd54f;
  border: 0 none;
  color: black;
}
body .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-image,
body .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: black;
}
body .p-toast .p-toast-message.p-toast-message-error {
  background-color: #b50801;
  border: 0 none;
  color: white;
}
body .p-toast .p-toast-message.p-toast-message-error .p-toast-message-image,
body .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: white;
}

body .p-component-overlay {
  background-color: rgba(139, 139, 144, 0.72);
}
body .p-overlaypanel {
  background-color: white;
  color: #111111;
  padding: 0;
  border: 1px solid #BDBDBD;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-overlaypanel .p-overlaypanel-content {
  padding: 0.571em 1em;
}
body .p-overlaypanel .p-overlaypanel-close {
  background-color: #105a5a;
  color: #fffaf0;
  width: 1.538em;
  height: 1.538em;
  line-height: 1.538em;
  text-align: center;
  position: absolute;
  top: -0.769em;
  right: -0.769em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
body .p-overlaypanel .p-overlaypanel-close:hover {
  background-color: #024941;
  color: #fffaf0;
}
body .p-overlaypanel .p-overlaypanel-close > span {
  line-height: inherit;
}
body .p-overlaypanel:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
}
body .p-overlaypanel:before {
  border-color: rgba(175, 175, 175, 0);
  border-bottom-color: #afafaf;
}
body .p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: white;
}
body .p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #afafaf;
}
body .p-confirm-dialog {
  max-width: 800px;
}
body .p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2em;
  margin-right: 1em;
}
body .p-dialog {
  padding: 1em 2em;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  overflow-y: auto;
}
body .p-dialog .p-dialog-titlebar,
body .p-dialog .p-dialog-header {
  border: 0 none;
  background-color: white;
  color: #111111;
  padding: 0.5em;
  font-weight: 700;
}
body .p-dialog .p-dialog-titlebar .p-dialog-title,
body .p-dialog .p-dialog-header .p-dialog-title {
  margin: 0;
  float: none;
  font-size: 1.5em;
  font-weight: 700;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon,
body .p-dialog .p-dialog-header .p-dialog-titlebar-icon {
  color: #525252;
  border: 0 none;
  padding: 0;
  margin-left: 0.429em;
  -moz-transition: color 0.3s, box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover,
body .p-dialog .p-dialog-header .p-dialog-titlebar-icon:hover {
  color: #111111;
}
body .p-dialog .p-dialog-content {
  background-color: white;
  color: #111111;
  border: 0 none;
  padding: 0.5em;
  overflow-y: visible;
}
body .p-dialog .p-dialog-content .confirmation-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .p-dialog .p-dialog-content .confirmation-content span {
  padding: 0 5px;
}
body .p-dialog .p-dialog-footer {
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  margin: 0;
  text-align: right;
}
body .p-dialog .p-dialog-footer button {
  margin: 0 0.429em 0 0;
  width: auto;
}
body .p-sidebar {
  background-color: white;
  color: #111111;
  padding: 0.571em 1em;
  border: 1px solid #BDBDBD;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-sidebar .p-sidebar-close {
  color: #525252;
}
body .p-sidebar .p-sidebar-close:hover {
  color: #111111;
}
body .p-tooltip {
  z-index: 1000;
}
body .p-tooltip .p-tooltip-text {
  background-color: #212121;
  color: white;
  padding: 0.429em;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #212121;
}
body .p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #212121;
}
body .p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #212121;
}
body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #212121;
}
body .p-lightbox {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-lightbox .p-lightbox-caption {
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
  color: #212121;
  padding: 0.857em 5px;
  font-weight: 700;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text {
  color: #212121;
  margin: 0;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-close {
  padding: 0;
  color: #757575;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover {
  color: #212121;
}
body .p-lightbox .p-lightbox-content-wrapper {
  overflow: hidden;
  background-color: white;
  color: #111111;
  border: 0 none;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left,
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 2em;
  color: white;
  margin-top: -0.5em;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover,
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading ~ a {
  display: none;
}

body .p-breadcrumb {
  background-color: white;
  border: 1px solid #BDBDBD;
  padding: 0.571em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-breadcrumb ul li .p-menuitem-link {
  color: #111111;
  margin: 0;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.429em 0 0.429em;
  color: #525252;
}
body .p-breadcrumb ul li:first-child a {
  color: #525252;
  margin: 0;
}
body .p-breadcrumb ul li .p-menuitem-icon {
  color: #525252;
}
body .p-steps {
  position: relative;
}
body .p-steps .p-steps-item {
  background-color: transparent;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
}
body .p-steps .p-steps-item .p-menuitem-link {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  overflow: hidden;
}
body .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  color: #111111;
  background-color: white;
  border: 1px solid #afafaf;
  position: relative;
  top: 14px;
  margin-bottom: 14px;
  width: 2em;
  height: 2em;
  font-size: 16px;
  padding-top: 0.429em;
  text-align: center;
}
body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  display: none;
  margin-top: 6px;
  color: #525252;
}
body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #157575;
  color: #fffaf0;
}
body .p-steps .p-steps-item.p-highlight .p-steps-title {
  font-family: "Montserrat", verdana, sans-serif;
  font-weight: 700;
  color: #111111;
}
body .p-steps .p-steps-item:last-child .p-menuitem-link {
  display: block;
}
body .p-steps:before {
  content: " ";
  border-top: 1px solid #BDBDBD;
  width: 100%;
  top: 70%;
  left: 0;
  display: block;
  position: absolute;
}
body .p-menu .p-menuitem-link,
body .p-menubar .p-menuitem-link,
body .p-tieredmenu .p-menuitem-link,
body .p-contextmenu .p-menuitem-link,
body .p-megamenu .p-menuitem-link,
body .p-slidemenu .p-menuitem-link {
  padding: 0.571em 0.857em;
  color: #525252;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
body .p-menu .p-menuitem-link .p-menuitem-text,
body .p-menubar .p-menuitem-link .p-menuitem-text,
body .p-tieredmenu .p-menuitem-link .p-menuitem-text,
body .p-contextmenu .p-menuitem-link .p-menuitem-text,
body .p-megamenu .p-menuitem-link .p-menuitem-text,
body .p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #525252;
}
body .p-menu .p-menuitem-link .p-menuitem-icon,
body .p-menubar .p-menuitem-link .p-menuitem-icon,
body .p-tieredmenu .p-menuitem-link .p-menuitem-icon,
body .p-contextmenu .p-menuitem-link .p-menuitem-icon,
body .p-megamenu .p-menuitem-link .p-menuitem-icon,
body .p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #525252;
  margin-right: 0.429em;
}
body .p-menu .p-menuitem-link:hover,
body .p-menubar .p-menuitem-link:hover,
body .p-tieredmenu .p-menuitem-link:hover,
body .p-contextmenu .p-menuitem-link:hover,
body .p-megamenu .p-menuitem-link:hover,
body .p-slidemenu .p-menuitem-link:hover {
  background-color: #e0e0e0;
}
body .p-menu .p-menuitem-link:hover .p-menuitem-text,
body .p-menubar .p-menuitem-link:hover .p-menuitem-text,
body .p-tieredmenu .p-menuitem-link:hover .p-menuitem-text,
body .p-contextmenu .p-menuitem-link:hover .p-menuitem-text,
body .p-megamenu .p-menuitem-link:hover .p-menuitem-text,
body .p-slidemenu .p-menuitem-link:hover .p-menuitem-text {
  color: #024941;
}
body .p-menu .p-menuitem-link:hover .p-menuitem-icon,
body .p-menubar .p-menuitem-link:hover .p-menuitem-icon,
body .p-tieredmenu .p-menuitem-link:hover .p-menuitem-icon,
body .p-contextmenu .p-menuitem-link:hover .p-menuitem-icon,
body .p-megamenu .p-menuitem-link:hover .p-menuitem-icon,
body .p-slidemenu .p-menuitem-link:hover .p-menuitem-icon {
  color: #024941;
}
body .p-menu .p-menuitem-link:focus,
body .p-menubar .p-menuitem-link:focus,
body .p-tieredmenu .p-menuitem-link:focus,
body .p-contextmenu .p-menuitem-link:focus,
body .p-megamenu .p-menuitem-link:focus,
body .p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}
body .p-menu {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-menu .p-menuitem {
  margin: 0;
}
body .p-menu.p-menu-overlay {
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-menu .p-submenu-header {
  margin: 0;
  padding: 0.571em 0.857em;
  color: #212121;
  background-color: #eeeeee;
  font-weight: 700;
  border: 0 none;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
body .p-menu .p-menu-separator {
  border: 1px solid #E0E0E0;
  border-width: 1px 0 0 0;
}
body .p-menubar {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.571em 0.857em;
}
body .p-menubar .p-submenu-list {
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
body .p-menubar .p-submenu-list .p-menu-separator {
  border: 1px solid #E0E0E0;
  border-width: 1px 0 0 0;
}
body .p-menubar .p-menuitem {
  margin: 0;
}
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #aee5e0;
}
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #024941;
}
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #024941;
}
body .p-contextmenu {
  padding: 0;
  background-color: white;
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-contextmenu .p-submenu-list {
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-contextmenu .p-menuitem {
  margin: 0;
}
body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  right: 0.429em;
}
body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #aee5e0;
}
body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #024941;
}
body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #024941;
}
body .p-contextmenu .p-menu-separator {
  border: 1px solid #E0E0E0;
  border-width: 1px 0 0 0;
}
body .p-tieredmenu {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-tieredmenu .p-submenu-list {
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-tieredmenu .p-menuitem {
  margin: 0;
}
body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  right: 0.429em;
}
body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #aee5e0;
}
body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #024941;
}
body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #024941;
}
body .p-tieredmenu .p-menu-separator {
  border: 1px solid #E0E0E0;
  border-width: 1px 0 0 0;
}
body .p-tieredmenu.p-menu-overlay {
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-slidemenu {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-slidemenu .p-submenu-list {
  padding: 0;
  background-color: white;
  border: 0 none;
}
body .p-slidemenu .p-menuitem {
  margin: 0;
}
body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  right: 0.429em;
}
body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #aee5e0;
}
body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #024941;
}
body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #024941;
}
body .p-slidemenu .p-slidemenu-backward {
  margin: 0;
  padding: 0.857em 5px;
  color: #212121;
  background-color: #eeeeee;
  font-weight: 700;
  border: 0 none;
}
body .p-slidemenu .p-slidemenu-backward:hover {
  background-color: #e0e0e0;
  color: #212121;
}
body .p-slidemenu .p-menu-separator {
  border: 1px solid #E0E0E0;
  border-width: 1px 0 0 0;
}
body .p-slidemenu.p-menu-overlay {
  border: 1px solid #afafaf;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-tabmenu {
  border: 0 none;
}
body .p-tabmenu .p-tabmenu-nav {
  padding: 0;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
body .p-tabmenu .p-tabmenu-nav:after {
  content: "";
  display: table;
  clear: both;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  margin-bottom: -1px;
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
  color: #212121;
  padding: 0.857em 1em;
  margin-right: 0.214em;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  color: #757575;
  margin-right: 0.429em;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text {
  color: #212121;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon {
  color: #757575;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background-color: #157575;
  border: 1px solid #157575;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text {
  color: #fffaf0;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon {
  color: #fffaf0;
}
body .p-megamenu {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
body .p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.857em 5px;
  color: #212121;
  background-color: #eeeeee;
  font-weight: 700;
  border: 0 none;
}
body .p-megamenu .p-megamenu-panel {
  padding: 0;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body .p-megamenu .p-menuitem {
  margin: 0;
}
body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  right: 0.429em;
}
body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #aee5e0;
}
body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #024941;
}
body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #024941;
}
body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
  right: 0.429em;
}
body .p-panelmenu .p-icon {
  position: static;
}
body .p-panelmenu .p-panelmenu-header {
  padding: 0;
}
body .p-panelmenu .p-panelmenu-header > a {
  border: 1px solid #e0e0e0;
  background-color: #eeeeee;
  color: #212121;
  padding: 0.857em 1em;
  font-weight: 700;
  position: static;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  color: #757575;
}
body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-right:before {
  content: "\e901";
}
body .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon.pi-caret-down:before {
  content: "\e902";
}
body .p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 0.2em #30dada;
  -moz-box-shadow: 0 0 0 0.2em #30dada;
  box-shadow: 0 0 0 0.2em #30dada;
  z-index: 100;
}
body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover {
  outline: 0 none;
  border: 1px solid #bdbdbd;
  background-color: #e0e0e0;
  color: #212121;
}
body .p-panelmenu .p-panelmenu-header:not(.p-highlight) > a:hover .p-panelmenu-icon {
  color: #757575;
}
body .p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
body .p-panelmenu .p-panelmenu-header.p-highlight > a {
  border: 1px solid #157575;
  background-color: #157575;
  color: #fffaf0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-panelmenu .p-panelmenu-header.p-highlight > a .p-panelmenu-icon {
  color: #fffaf0;
}
body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover {
  outline: 0 none;
  border: 1px solid #105a5a;
  background-color: #105a5a;
  color: #fffaf0;
}
body .p-panelmenu .p-panelmenu-header.p-highlight > a:hover .p-panelmenu-icon {
  color: #fffaf0;
}
body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header {
  margin-top: 2px;
}
body .p-panelmenu .p-panelmenu-panel:first-child {
  margin-top: 0;
}
body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header {
  margin-top: 0;
}
body .p-panelmenu .p-panelmenu-content {
  padding: 0;
  background-color: white;
  border: 1px solid #E0E0E0;
  margin-top: 0;
  position: static;
  border-top: 0 none;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem {
  margin: 0;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.571em 0.857em;
  color: #525252;
  -moz-transition: background-color 0.3s, box-shadow 0.3s;
  -o-transition: background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover {
  background-color: #e0e0e0;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon,
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon {
  color: #024941;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text {
  color: #024941;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 0.2em #30dada;
  -moz-box-shadow: inset 0 0 0 0.2em #30dada;
  box-shadow: inset 0 0 0 0.2em #30dada;
}

@media only screen and (min-width: 600px) {
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    display: block !important;
  }
  .p-steps:before {
    top: 45% !important;
  }
}
body .p-progressbar {
  border: 0 none;
  height: 0.5em;
  background-color: #afafaf;
}
body .p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #024941;
}
body .p-progressbar .p-progressbar-label {
  margin-top: 0;
  color: #111111;
  line-height: 1.9em;
  height: 75%;
  top: -10%;
  position: relative;
  filter: invert(100%);
  font-weight: bold;
}
body .p-galleria .p-galleria-nav-prev,
body .p-galleria .p-galleria-nav-next {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  color: #525252;
}
body .p-galleria .p-galleria-nav-prev:hover,
body .p-galleria .p-galleria-nav-next:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .p-galleria .p-galleria-nav-prev {
  font-size: 16px;
}
body .p-galleria .p-galleria-nav-next {
  font-size: 16px;
}
body .p-terminal {
  background-color: white;
  color: #111111;
  border: 1px solid #BDBDBD;
  padding: 0.571em 1em;
}
body .p-terminal .p-terminal-input {
  font-size: 14px;
  font-family: "Montserrat", verdana, sans-serif;
  height: 16px;
}
body .p-terminal .p-terminal-command {
  height: 16px;
}
body .p-inplace {
  min-height: 2.357em;
}
body .p-inplace .p-inplace-display {
  width: 100%;
  word-wrap: break-word;
  padding: 0.429em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-inplace .p-inplace-display:not(.p-disabled):hover {
  background-color: #aee5e0;
  color: #024941;
}
body .p-inplace .p-inplace-content {
  width: 100%;
}
body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content > :first-child {
  display: inline-block;
  width: calc(100% - 2.143em);
}
body .loading-indicator {
  font-size: 2em;
  color: #157575;
  text-align: center;
  margin: 50px;
}
body .loading-indicator p {
  margin: 0.3em 0;
  padding-left: 20px;
}

/*# sourceMappingURL=theme-dark.css.map */
