/* Predefined Colors */
/* Icons */
/* Error */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Messages */
/* Overlays */
/* Data */
/* Panel */
/* Add your variable customizations of theme here */
body .p-widget,
body .p-widget .p-widget {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
}
body .p-widget-content {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 14px;
}
body .p-widget-header {
  background: #f5f5f5;
  color: #292B2C;
  border: 1px solid #dddddd;
  font-weight: bold;
  font-size: 14px;
}
body .p-state-active, body .p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-state-error, body .p-widget.p-state-error {
  border: 1px solid #a94442;
}
body .p-state-disabled,
body .p-widget:disabled {
  background-color: #eeeeee;
  cursor: default !important;
}
body .p-state-disabled *,
body .p-widget:disabled * {
  cursor: default !important;
}
body .p-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .p-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .p-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .p-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .p-widget-overlay {
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .p-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body a {
  color: #1a89ff;
  text-decoration: none;
}
body a:hover {
  color: #3496ff;
}
body .ajax-loader {
  font-size: 28px;
  color: #4DA3FF;
}

body {
  /* Validations */
}
body .p-inputtext, body .ui-inputtext {
  color: #495057;
  font-size: 14px;
  background: #ffffff;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 34px;
}
body .p-inputtextarea, body .ui-inputtextarea {
  height: 4rem;
}
body textarea.p-inputtext, body textarea.ui-inputtext {
  height: 4rem;
}
body .p-inputtext:enabled:focus:not(.p-state-error), body .ui-inputtext:enabled:focus:not(.ui-state-error) {
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
}
body .p-inputtext.ng-dirty.ng-invalid, body .ui-inputtext.ng-dirty.ng-invalid {
  background-color: #ffffff;
}
body .p-inputtext.ng-dirty.ng-invalid:hover, body .ui-inputtext.ng-dirty.ng-invalid:hover {
  border-color: #b94a48;
}
body .p-inputtext.ng-dirty.ng-invalid:focus, body .ui-inputtext.ng-dirty.ng-invalid:focus {
  border-color: #b94a48;
  box-shadow: none;
}
body .p-inputtext.ng-dirty.ng-invalid:active, body .ui-inputtext.ng-dirty.ng-invalid:active {
  border-color: #b94a48;
}
body .p-inputtext.p-state-disabled, body .p-inputtext:disabled,
body .ui-inputtext.p-state-disabled, body .ui-inputtext:disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eeeeee;
  height: 34px;
}
body textarea.p-inputtext.p-state-disabled, body textarea.p-inputtext:disabled,
body textarea.ui-inputtext.p-state-disabled, body textarea.ui-inputtext:disabled {
  height: 4rem;
}
body .p-button, body .ui-button {
  color: #ffffff;
  background-color: #4DA3FF;
  border: 1px solid transparent;
  font-size: 14px;
  -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-button:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.5);
}
body .p-button:enabled:active {
  background-color: #2A7BD1;
  border-color: #14569D;
}
body .p-button:enabled:hover {
  background-color: #3B8DE5;
  border-color: #2A7BD1;
}
body .p-button.p-state-disabled, body .p-button:disabled {
  background-color: #4DA3FF;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
body .p-button.p-button-text-only .p-button-text {
  padding: 6px 12px;
}
body .p-button.p-button-text-icon-left .p-button-text {
  padding: 6px 12px 6px 28px;
}
body .p-button.p-button-text-icon-right .p-button-text {
  padding: 6px 28px 6px 12px;
}
body .p-button.p-button-icon-only {
  width: 2.143em;
  height: 31px;
}
body .p-button.p-button-icon-only .p-button-text {
  padding: 6px;
}
body .p-splitbutton-menubutton.p-button.p-button-icon-only {
  width: 2.143em;
  height: 34.5px !important;
}
body .p-button.secondary-btn {
  color: #292B2C;
  background-color: #ffffff;
  border-color: #cccccc;
}
body .p-button.secondary-btn:enabled:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .p-button.secondary-btn:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
body .p-button.secondary-btn:enabled:active {
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .p-button.p-state-default.p-button-secondary, body .p-buttonset.p-button-secondary > .p-button.p-state-default {
  color: #292B2C;
  background-color: #ffffff;
  border-color: #cccccc;
}
body .p-button.p-state-default.p-button-secondary:enabled:hover, body .p-buttonset.p-button-secondary > .p-button.p-state-default:enabled:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .p-button.p-state-default.p-button-secondary:enabled:focus, body .p-buttonset.p-button-secondary > .p-button.p-state-default:enabled:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
}
body .p-button.p-state-default.p-button-secondary:enabled:active, body .p-buttonset.p-button-secondary > .p-button.p-state-default:enabled:active {
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
body .success-btn.p-button,
body .success-btn > .p-button,
body .p-splitbutton.success-btn > .p-button,
body .p-button.p-state-default.p-button-success,
body .p-buttonset.p-button-success > .p-button.p-state-default {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
body .success-btn.p-button:enabled:hover,
body .success-btn > .p-button:enabled:hover,
body .p-splitbutton.success-btn > .p-button:enabled:hover,
body .p-button.p-state-default.p-button-success:enabled:hover,
body .p-buttonset.p-button-success > .p-button.p-state-default:enabled:hover {
  background-color: #5cb85c;
  border-color: #419641;
}
body .success-btn.p-button:enabled:focus,
body .success-btn > .p-button:enabled:focus,
body .p-splitbutton.success-btn > .p-button:enabled:focus,
body .p-button.p-state-default.p-button-success:enabled:focus,
body .p-buttonset.p-button-success > .p-button.p-state-default:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
body .success-btn.p-button:enabled:active,
body .success-btn > .p-button:enabled:active,
body .p-splitbutton.success-btn > .p-button:enabled:active,
body .p-button.p-state-default.p-button-success:enabled:active,
body .p-buttonset.p-button-success > .p-button.p-state-default:enabled:active {
  background-color: #449d44;
  border-color: #419641;
}
body .info-btn.p-button,
body .info-btn > .p-button,
body .p-splitbutton.info-btn > .p-button,
body .p-button.p-state-default.p-button-info,
body .p-buttonset.p-button-info > .p-button.p-state-default {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
body .info-btn.p-button:enabled:hover,
body .info-btn > .p-button:enabled:hover,
body .p-splitbutton.info-btn > .p-button:enabled:hover,
body .p-button.p-state-default.p-button-info:enabled:hover,
body .p-buttonset.p-button-info > .p-button.p-state-default:enabled:hover {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
body .info-btn.p-button:enabled:focus,
body .info-btn > .p-button:enabled:focus,
body .p-splitbutton.info-btn > .p-button:enabled:focus,
body .p-button.p-state-default.p-button-info:enabled:focus,
body .p-buttonset.p-button-info > .p-button.p-state-default:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
body .info-btn.p-button:enabled:active,
body .info-btn > .p-button:enabled:active,
body .p-splitbutton.info-btn > .p-button:enabled:active,
body .p-button.p-state-default.p-button-info:enabled:active,
body .p-buttonset.p-button-info > .p-button.p-state-default:enabled:active {
  background-color: #31b0d5;
  border-color: #2aabd2;
}
body .warning-btn.p-button,
body .warning-btn > .p-button,
body .p-splitbutton.warning-btn > .p-button,
body .p-button.p-state-default.p-button-warning,
body .p-buttonset.p-button-warning > .p-button.p-state-default {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
body .warning-btn.p-button:enabled:hover,
body .warning-btn > .p-button:enabled:hover,
body .p-splitbutton.warning-btn > .p-button:enabled:hover,
body .p-button.p-state-default.p-button-warning:enabled:hover,
body .p-buttonset.p-button-warning > .p-button.p-state-default:enabled:hover {
  background-color: #ec971f;
  border-color: #eb9316;
}
body .warning-btn.p-button:enabled:focus,
body .warning-btn > .p-button:enabled:focus,
body .p-splitbutton.warning-btn > .p-button:enabled:focus,
body .p-button.p-state-default.p-button-warning:enabled:focus,
body .p-buttonset.p-button-warning > .p-button.p-state-default:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
body .warning-btn.p-button:enabled:active,
body .warning-btn > .p-button:enabled:active,
body .p-splitbutton.warning-btn > .p-button:enabled:active,
body .p-button.p-state-default.p-button-warning:enabled:active,
body .p-buttonset.p-button-warning > .p-button.p-state-default:enabled:active {
  background-color: #ec971f;
  border-color: #eb9316;
}
body .danger-btn.p-button,
body .danger-btn > .p-button,
body .p-splitbutton.danger-btn > .p-button,
body .p-button.p-state-default.p-button-danger,
body .p-buttonset.p-button-danger > .p-button.p-state-default {
  background-color: #d9534f;
  border-color: #d9534f;
}
body .danger-btn.p-button:enabled:hover,
body .danger-btn > .p-button:enabled:hover,
body .p-splitbutton.danger-btn > .p-button:enabled:hover,
body .p-button.p-state-default.p-button-danger:enabled:hover,
body .p-buttonset.p-button-danger > .p-button.p-state-default:enabled:hover {
  background-color: #c9302c;
  border-color: #c12e2a;
}
body .danger-btn.p-button:enabled:focus,
body .danger-btn > .p-button:enabled:focus,
body .p-splitbutton.danger-btn > .p-button:enabled:focus,
body .p-button.p-state-default.p-button-danger:enabled:focus,
body .p-buttonset.p-button-danger > .p-button.p-state-default:enabled:focus {
  outline: 0 none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}
body .danger-btn.p-button:enabled:active,
body .danger-btn > .p-button:enabled:active,
body .p-splitbutton.danger-btn > .p-button:enabled:active,
body .p-button.p-state-default.p-button-danger:enabled:active,
body .p-buttonset.p-button-danger > .p-button.p-state-default:enabled:active {
  background-color: #c9302c;
  border-color: #c12e2a;
}
body .p-fluid .p-button-icon-only {
  width: 2.143em;
}
body .p-chkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  height: auto;
}
body .p-chkbox .p-checkbox-box {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  text-align: center;
  -moz-transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  -webkit-transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
body .p-chkbox .p-checkbox-box.p-state-hover {
  border: 1px solid #cccccc;
}
body .p-chkbox .p-checkbox-box.p-state-focus {
  color: #4DA3FF;
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
}
body .p-chkbox .p-checkbox-box.p-state-active {
  border: 1px solid #4DA3FF;
  background-color: #4DA3FF;
  color: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body .p-chkbox .p-checkbox-box.p-state-active.p-state-focus {
  color: #ffffff;
}
body .p-chkbox .p-checkbox-box.p-state-disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
  color: #777777;
}
body .p-chkbox .p-checkbox-box .p-chkbox-icon {
  display: inline-block;
  margin-top: 1px;
  margin-left: 1px;
}
body .p-chkbox .p-checkbox-box .p-chkbox-icon.p-icon-check {
  font-size: 16px;
}
body .p-chkbox-label {
  margin: 0 0 0 0.5em;
}
body .p-chips > ul.p-inputtext {
  padding: 0.286em 0.857em;
  display: inline-block;
}
body .p-chips > ul.p-inputtext:not(.p-state-disabled).p-state-focus {
  border: 1px solid #4DA3FF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
body .p-chips > ul.p-inputtext .p-chips-input-token {
  padding: 0.143em 0.857em 0.143em 0;
  vertical-align: top;
}
body .p-chips > ul.p-inputtext .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  padding: 0;
  margin: 0;
}
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 {
  border: 0 none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body .p-chips > ul.p-inputtext .p-chips-token {
  margin-right: 0.25em;
  font-size: 14px;
}
body .p-radiobutton {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  height: auto;
}
body .p-radiobutton .p-radiobutton-box {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  -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: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body .p-radiobutton .p-radiobutton-box.p-state-hover {
  border: 1px solid #cccccc;
}
body .p-radiobutton .p-radiobutton-box.p-state-active {
  border: 1px solid #4DA3FF;
}
body .p-radiobutton .p-radiobutton-box.p-state-active .p-radiobutton-icon {
  background-color: #4DA3FF;
}
body .p-radiobutton .p-radiobutton-box.p-state-focus {
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
}
body .p-radiobutton .p-radiobutton-box.p-state-focus .p-radiobutton-icon.p-icon-bullet {
  background-color: #4DA3FF;
}
body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  position: initial;
  width: 10px;
  height: 10px;
  margin-left: 0;
  background-color: transparent;
  display: inline-block;
  -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 .p-radiobutton-box.p-state-disabled {
  background-color: #eeeeee;
  border-color: #cccccc;
}
body .p-radiobutton .p-radiobutton-box.p-state-disabled.p-state-active .p-radiobutton-icon {
  background-color: #777777;
}
body .p-radiobutton-label {
  margin: 0 0 0 0.5em;
}
body .p-inputswitch {
  height: 2em;
  -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-inputswitch .p-inputswitch-slider {
  background-color: #ffffff;
  color: #292B2C;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -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-inputswitch .p-inputswitch-slider:before {
  background-color: #a8acb1;
  border: 1px solid transparent;
  height: 1.7em;
  width: 1.429em;
  left: 0;
  bottom: 0;
  border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  -webkit-transform: translateX(1.28em);
  -ms-transform: translateX(1.28em);
  transform: translateX(1.28em);
}
body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  background-color: #ffffff;
}
body .p-inputswitch:not(.p-state-disabled):hover .p-inputswitch-slider {
  background-color: #ffffff;
}
body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: #ffffff;
}
body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background-color: #4DA3FF;
  border-radius: 0;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}
body .p-inputswitch.p-inputswitch-checked:not(.p-state-disabled):hover .p-inputswitch-slider {
  background-color: #ffffff;
}
body .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider {
  background-color: #ffffff;
}
body .p-autocomplete .p-autocomplete-dropdown {
  width: 2em;
  padding: 0.06em;
  border-left: 0 none;
  -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  height: 34px !important;
}
body .p-autocomplete .p-autocomplete-dropdown:enabled:focus {
  outline: 0 none;
}
body .p-autocomplete .p-autocomplete-dropdown.p-button-icon-only .p-button-text {
  padding: 0.385em;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.286em 0.857em;
  -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-state-disabled).p-state-focus {
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.143em 0.857em 0.143em 0;
  vertical-align: top;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  padding: 0;
  margin: 0;
}
body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  margin-right: 0.25em;
  font-size: 14px;
}
body .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd.p-autocomplete-multiple-container {
  border-right: 0 none;
}
body .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd.p-autocomplete-multiple-container:not(.p-state-disabled).p-state-focus {
  border-right: 0 none;
}
body .p-autocomplete-panel {
  border: 1px solid #cccccc;
}
body .p-autocomplete-panel .p-autocomplete-items {
  padding: 5px 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item {
  margin: 0;
  padding: 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group {
  padding: 8px 20px;
  background-color: #e5e5e5;
  color: #292B2C;
}
body .p-fluid .p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container {
  border-right: 0 none;
  width: calc(100% - 2em);
}
body .p-fluid .p-autocomplete-dd .p-inputtext {
  border-right: 0 none;
  width: calc(100% - 2em);
}
body .p-dropdown {
  -moz-transition: box-shadow 0.3s, border-color 0.3s;
  -o-transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, border-color 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  min-width: 10em;
}
body .p-dropdown .p-dropdown-label:focus,
body .p-dropdown .p-dropdown-label:hover {
  border: 0 none;
}
body .p-dropdown input.p-dropdown-label:focus.p-inputtext,
body .p-dropdown input.p-dropdown-label:hover.p-inputtext {
  border: 0 none;
}
body .p-dropdown .p-dropdown-clear-icon {
  right: 2.7em !important;
}
body .p-dropdown .p-dropdown-trigger {
  background-color: #ffffff;
  width: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  -webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
}
body .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #292B2C;
  line-height: inherit;
  margin-top: -1em;
}
body .p-dropdown:not(.p-state-disabled).p-state-focus {
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
}
body .p-dropdown:not(.p-state-disabled).p-state-focus .p-dropdown-trigger .pi-caret-down {
  color: #4DA3FF;
}
body .p-dropdown.p-state-disabled > * {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eeeeee;
}
body .p-dropdown-panel {
  border: 1px solid #cccccc;
  min-width: 100% !important;
}
body .p-dropdown-panel .p-dropdown-filter-container {
  padding: 10px 15px;
}
body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  box-sizing: border-box;
  padding-right: 20px;
}
body .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 12px;
  right: 15px;
}
body .p-dropdown-panel .p-dropdown-items {
  padding: 0.357em 0;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 1;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-state-highlight):not(.p-state-disabled):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item > td {
  padding: 8px 20px;
}
body .p-multiselect {
  background: #ffffff;
  border: 1px solid #cccccc;
  -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;
}
body .p-multiselect .p-multiselect-label {
  color: #292B2C;
  padding: 6px 12px;
}
body .p-multiselect .p-multiselect-trigger {
  width: 2em;
  line-height: 2em;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .p-multiselect .p-multiselect-trigger .pi {
  color: #777777;
}
body .p-multiselect:not(.p-state-disabled).p-state-focus {
  border: 1px solid #4DA3FF;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
body .p-multiselect:not(.p-state-disabled).p-state-focus .p-multiselect-trigger .pi {
  color: #4DA3FF;
}
body .p-multiselect.p-state-disabled > * {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eeeeee;
}
body .p-multiselect-panel {
  padding: 0;
  min-width: 12em;
  border: grey;
  border: 1px solid #cccccc;
}
body .p-multiselect-panel .p-multiselect-header {
  padding: 8px 20px;
  border: 0 none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0 none;
  -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-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.2em;
  width: 100%;
  box-sizing: border-box;
  text-indent: 1.5em;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
  color: #777777;
  top: 0.3em;
  left: 0.2em;
}
body .p-multiselect-panel .p-multiselect-header .p-chkbox {
  margin-right: 8px;
  float: none;
  vertical-align: middle;
}
body .p-multiselect-panel .p-multiselect-header .p-chkbox .p-checkbox-box.p-state-active {
  border-color: #ffffff;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  color: #999999;
  font-size: 18px;
  margin: 0;
  margin-top: -0.1em;
  padding: 0;
  -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-header .p-multiselect-close:hover {
  padding: 0;
  color: #bd9090;
}
body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  color: #bd9090;
}
body .p-multiselect-panel .p-multiselect-items-wrapper {
  padding: 0;
}
body .p-multiselect-panel .p-multiselect-items {
  padding: 0.357em 0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-chkbox {
  position: static;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-chkbox .p-checkbox-box.p-state-active {
  border-color: #ffffff;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label {
  padding: 0;
  margin: 0 0 0 0.615em;
  display: inline-block;
  vertical-align: middle;
}
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-state-highlight):not(.p-state-disabled):hover {
  border-radius: 0;
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-listbox {
  padding: 0;
  min-width: 12em;
}
body .p-listbox .p-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-listbox .p-chkbox {
  margin-right: 0.2em;
}
body .p-listbox .p-chkbox .p-checkbox-box.p-state-active {
  border-color: #ffffff;
}
body .p-listbox .p-listbox-header {
  padding: 10px 15px;
  margin: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #cccccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body .p-listbox .p-listbox-header .p-chkbox {
  margin-left: 0.358em;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container {
  width: calc(100% - 3em);
}
body .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  color: #777777;
  top: 0.5em;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container input {
  width: 100%;
  padding: 6px 12px;
  text-indent: 1em;
}
body .p-listbox .p-listbox-list {
  padding: 0.357em 0;
}
body .p-listbox .p-listbox-item {
  margin: 0;
  padding: 8px 20px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-listbox .p-listbox-item.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-listbox .p-listbox-item > td {
  padding: 8px 20px;
}
body .p-listbox:not(.p-state-disabled) .p-listbox-item:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-listbox.p-state-disabled .p-checkbox-box {
  background-color: #eeeeee;
  border-color: #cccccc;
  color: #777777;
}
body .p-listbox.p-state-disabled .p-checkbox-box:not(.p-state-disabled):not(.p-state-active):hover {
  border: 1px solid #cccccc;
}
body .p-editor-container .p-editor-toolbar {
  background-color: #f5f5f5;
}
body .p-editor-container .ql-picker.ql-expanded .ql-picker-label {
  color: #444444;
}
body .p-rating a {
  color: #4DA3FF;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
body .p-rating a:focus {
  outline: 0 none;
}
body .p-rating a .pi {
  font-size: 20px;
  height: 20px;
  width: 20px;
}
body .p-rating a .pi.pi-ban {
  color: #f790c8;
}
body .p-rating a .pi.pi-ban:hover {
  color: #f9a8d4;
}
body .p-rating.p-state-disabled {
  background: transparent;
}
body .p-rating.p-state-disabled a {
  color: #eeeeee;
}
body .p-rating.p-state-disabled a .pi.pi-ban {
  color: #eeeeee;
}
body .p-spinner input {
  padding-right: 1.8em;
}
body .p-spinner .p-spinner-button.p-button {
  z-index: auto;
  background-color: transparent;
  color: #999999;
}
body .p-spinner .p-spinner-button.p-button:not(.p-state-disabled):hover {
  color: #bd9090;
}
body .p-spinner .p-spinner-button.p-button:not(.p-state-disabled):focus {
  color: #bd9090;
}
body .p-spinner .p-spinner-button.p-button:not(.p-state-disabled):active {
  color: #bd9090;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
body .p-spinner .p-spinner-button.p-button.p-spinner-up {
  top: 1px;
  right: 1px;
}
body .p-spinner .p-spinner-button.p-button.p-spinner-down {
  bottom: 1px;
  right: 1px;
}
body .p-slider {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
body .p-slider.p-slider-horizontal .p-slider-handle {
  top: -0.25em;
}
body .p-slider.p-slider-vertical .p-slider-handle {
  left: -0.25em;
}
body .p-slider .p-slider-handle {
  background-color: #4DA3FF;
  -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-slider .p-slider-range {
  background-color: #9acbff;
}
body .p-slider:not(.p-state-disabled) .p-slider-handle:hover {
  background-color: #3496ff;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  border: 1px solid #A6D1FF;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(77, 163, 255, 0.25);
  border: 0 none;
}
body .p-slider.p-state-disabled .p-slider-handle {
  background-color: #eeeeee;
}
body .p-slider.p-state-disabled .p-slider-range {
  background-color: #d8d8d8;
}
body .p-togglebutton {
  background-color: #ffffff;
  color: #292B2C;
  border: 1px solid #cccccc;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
body .p-togglebutton:not(.p-state-disabled):not(.p-state-active):hover, body .p-togglebutton:not(.p-state-disabled):not(.p-state-active).p-state-focus {
  background-color: #4DA3FF;
  border-color: #4DA3FF;
  color: #FFF;
}
body .p-togglebutton.p-state-active {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #3496ff;
}
body .p-togglebutton.p-state-active.p-state-focus {
  background-color: #3496ff;
}
body .p-togglebutton.p-state-disabled {
  background-color: #ffffff;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
body .p-togglebutton.p-state-disabled.p-state-active {
  background-color: #4DA3FF;
}
body .p-selectbutton .p-button {
  background-color: #ffffff;
  color: #292B2C;
  border: 1px solid #cccccc;
  border-right-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active):hover,
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active).p-state-focus,
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight):hover,
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight).p-state-focus {
  background: #4DA3FF;
  border-color: #4DA3FF;
}
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active):hover + .p-button:not(.p-state-disabled):not(.p-state-active),
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active).p-state-focus + .p-button:not(.p-state-disabled):not(.p-state-active),
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight):hover + .p-button:not(.p-state-disabled):not(.p-highlight),
body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-highlight).p-state-focus + .p-button:not(.p-state-disabled):not(.p-highlight){
  border-left-color: #adadad;
}
body .p-selectbutton .p-button.p-state-active,
body .p-selectbutton .p-button.p-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #3496ff;
}
body .p-selectbutton .p-button.p-state-active.p-state-focus,
body .p-selectbutton .p-button.p-highlight.p-state-focus {
  background-color: #3496ff;
}
body .p-selectbutton .p-button:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .p-selectbutton .p-button:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
}
@media (max-width: 640px) {
  body .p-buttonset .p-button {
    margin-bottom: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
body .p-splitbutton.p-buttonset {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-splitbutton.p-buttonset .p-button {
  border: 1px solid transparent;
}
body .p-splitbutton.p-buttonset .p-menu {
  width: 100%;
  min-width: 12.5em;
}
body .p-datepicker {
  padding: 0;
  width: 18.571em !important;
}
body .p-datepicker:not(.p-datepicker-inline) {
  border: 1px solid #cccccc;
}
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-prev:hover,
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-next:hover {
  color: #bd9090;
}
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-prev:focus,
body .p-datepicker:not(.p-state-disabled) .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  color: #bd9090;
}
body .p-datepicker:not(.p-state-disabled) table td:not(.p-state-disabled) a:not(.p-state-active):not(.p-state-highlight):hover {
  background-color: #f7f7f9;
}
body .p-datepicker:not(.p-state-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-state-active):hover {
  background-color: #f7f7f9;
}
body .p-datepicker .p-datepicker-header {
  padding: 10px 15px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev {
  cursor: pointer;
  top: 1.2em;
  color: #999999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: -31px;
}
body .p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer;
  top: 1.2em;
  color: #999999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: -31px;
}
body .p-datepicker table {
  font-size: 14px;
}
body .p-datepicker table td {
  padding: 2px;
}
body .p-datepicker table td > a, body .p-datepicker table td > span {
  min-width: 2em;
  min-height: 2em;
  text-align: center;
  color: #292B2C;
  padding: 0.35em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-datepicker table td > a {
  cursor: pointer;
}
body .p-datepicker table td > a:hover {
  background-color: #f7f7f9;
}
body .p-datepicker table td > a.p-state-active {
  color: #ffffff;
  background-color: #4DA3FF;
}
body .p-datepicker table td > a.p-state-highlight {
  color: #292B2C;
  background-color: #e5e5e5;
}
body .p-datepicker table td.p-datepicker-today a {
  background-color: #e5e5e5;
  color: #292B2C;
}
body .p-datepicker .p-timepicker {
  border: 0 none;
  border-top: 1px solid #dddddd;
}
body .p-datepicker .p-timepicker a {
  color: #999999;
}
body .p-datepicker .p-timepicker a:hover {
  color: #bd9090;
}
body .p-datepicker .p-monthpicker .p-monthpicker-month {
  color: #292B2C;
}
body .p-datepicker .p-monthpicker .p-monthpicker-month.p-state-active {
  color: #ffffff;
  background-color: #4DA3FF;
}
body .p-datepicker.p-datepicker-multiple-month {
  width: auto;
}
body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #e5e5e5;
  padding-top: 0;
  padding-bottom: 0;
}
body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group .p-datepicker-calendar-container tbody {
  padding-right: 0.25em;
  padding-left: 0.25em;
}
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-state-error), body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-state-error) {
  border-right: 0 none;
}
body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
  width: 2em;
  -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;
  height: 34px;
  min-width: 28px !important;
}
body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button.p-state-disabled {
  border-color: #cccccc;
}
body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button.p-state-disabled .pi {
  color: #777777;
}
body .p-inplace .p-inplace-display {
  padding: 6px 12px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-inplace .p-inplace-display:not(.p-state-disabled):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-fileupload .p-fileupload-buttonbar {
  padding: 10px 15px;
  border-bottom: 0 none;
}
body .p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 8px;
}
body .p-fileupload .p-progressbar {
  top: 0;
}
body .p-fileupload-choose:not(.p-state-disabled):hover,
body .p-fileupload-choose.p-state-focus {
  background-color: #3496ff;
}
body .p-fileupload-choose:not(.p-state-disabled):active {
  background-color: #1a89ff;
}
body .p-password-panel {
  border: 1px solid #cccccc;
}
body .p-inputgroup .p-inputgroup-addon {
  border-color: #cccccc;
  background-color: transparent;
  padding: 6px 12px;
}
body .p-inputgroup .p-inputgroup-addon:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .p-inputgroup .p-inputgroup-addon:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox, body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton {
  padding: 0.286em 0.857em;
}
body .p-inputgroup .p-button:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .p-inputgroup .p-button:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
}
body .p-calendar .p-datepicker {
  min-width: auto !important;
}
body .p-datepicker {
  width: auto !important;
}
body ::-webkit-input-placeholder {
  color: #777777;
}
body :-moz-placeholder {
  color: #777777;
}
body ::-moz-placeholder {
  color: #777777;
}
body :-ms-input-placeholder {
  color: #777777;
}
body .p-inputtext.ng-dirty.ng-invalid,
body p-dropdown.ng-dirty.ng-invalid > .p-dropdown,
body p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext,
body p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext,
body p-chips.ng-dirty.ng-invalid > .p-inputtext,
body p-inputmask.ng-dirty.ng-invalid > .p-inputtext,
body p-checkbox.ng-dirty.ng-invalid .p-checkbox-box,
body p-radiobutton.ng-dirty.ng-invalid .p-radiobutton-box,
body p-inputswitch.ng-dirty.ng-invalid .p-inputswitch,
body p-listbox.ng-dirty.ng-invalid .p-inputtext,
body p-multiselect.ng-dirty.ng-invalid > .p-multiselect,
body p-spinner.ng-dirty.ng-invalid > .p-inputtext,
body p-selectbutton.ng-dirty.ng-invalid .p-button,
body p-togglebutton.ng-dirty.ng-invalid .p-button {
  border-color: #b94a48;
}

body .p-panel {
  padding: 0;
  border: 0 none;
}
body .p-panel .p-panel-titlebar {
  border: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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 {
  line-height: 1.5em;
  margin: 0;
  font-size: 1.143em;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon {
  margin: 0;
  font-size: 17px;
  color: #999999;
  border: 1px solid transparent;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-panel .p-panel-content {
  border: 1px solid #DCE1E7;
  border-top: 0 none;
  line-height: 1.43;
  padding: 15px;
}
body .p-panel .p-panel-footer {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  border-top: 0 none;
  margin: 0;
}
body .p-panel.p-panel-collapsed-h .p-panel-titlebar {
  padding-left: 40px;
}
body .p-fieldset {
  padding: 0 0 0.5em 0;
  display: block;
}
body .p-fieldset .p-fieldset-legend {
  color: #292B2C;
  background-color: #f5f5f5;
  margin-left: 0.714em;
  border: 1px solid #dddddd;
}
body .p-fieldset .p-fieldset-legend .p-fieldset-toggler {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.286em;
  height: 14px;
  margin-top: 0;
  padding: 0;
  color: #292B2C;
}
body .p-fieldset .p-fieldset-legend .p-fieldset-legend-text {
  color: #292B2C;
  line-height: 16px;
}
body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover, body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:focus {
  background-color: #dcdcdc;
  border-color: #c4c4c4;
}
body .p-fieldset .p-fieldset-content {
  padding: 15px;
}
body .p-notificationbar {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-accordion .p-accordion-header {
  background-color: #f5f5f5;
  padding: 0;
  color: #292B2C;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: 0.357em;
}
body .p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled) > a:hover {
  border-color: #c4c4c4;
  background-color: #dcdcdc;
}
body .p-accordion .p-accordion-header.p-state-active {
  -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 > a {
  padding: 10px 15px;
  font-size: 16px;
  color: #292B2C;
  outline: 0 none;
}
body .p-accordion .p-accordion-header > a:focus {
  border-color: #c4c4c4;
  background-color: #dcdcdc;
}
body .p-accordion .p-accordion-header > a .p-accordion-header-text {
  vertical-align: middle;
}
body .p-accordion .p-accordion-header > a .p-accordion-toggle-icon {
  color: #292B2C;
  vertical-align: middle;
}
body .p-accordion .p-accordion-header > a .p-accordion-toggle-icon.pi-caret-right {
  font-size: 16px;
}
body .p-accordion .p-accordion-header > a .p-accordion-toggle-icon.pi-caret-down {
  font-size: 16px;
}
body .p-accordion .p-accordion-content {
  padding: 15px;
}
body .p-tabview {
  padding: 0;
}
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;
  background: transparent;
}
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;
  border: 0 none;
  background: #ffffff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li, body .p-tabview.p-tabview-bottom .p-tabview-nav li, body .p-tabview.p-tabview-left .p-tabview-nav li, body .p-tabview.p-tabview-right .p-tabview-nav li {
  position: static;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  background: #ffffff;
  color: #4DA3FF;
  border: 1px solid transparent;
}
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 {
  padding: 10px 15px;
  color: #4DA3FF;
  font-weight: normal;
}
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.25em;
}
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.25em;
}
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 {
  margin-top: 0.65em;
}
body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover {
  background-color: #f5f5f5;
}
body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover .pi-times, body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover .pi-times, body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover .pi-times, body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover .pi-times {
  color: #bd9090;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active, body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-active, body .p-tabview.p-tabview-left .p-tabview-nav li.p-state-active, body .p-tabview.p-tabview-right .p-tabview-nav li.p-state-active {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
body .p-tabview.p-tabview-top .p-tabview-nav li {
  margin-right: 2px;
  border-bottom: 1px solid #dddddd;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -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-tabview.p-tabview-top .p-tabview-nav li.p-state-active {
  border-bottom-color: #ffffff;
}
body .p-tabview.p-tabview-top .p-tabview-panels {
  border-top: 1px solid #dddddd;
  margin-top: -1px;
}
body .p-tabview.p-tabview-left .p-tabview-nav, body .p-tabview.p-tabs-right .p-tabview-nav {
  width: 25%;
}
body .p-tabview.p-tabview-left .p-tabview-nav li, body .p-tabview.p-tabs-right .p-tabview-nav li {
  width: 100%;
}
body .p-tabview.p-tabview-left .p-tabview-nav li {
  margin-bottom: 2px;
  border-right: 1px solid #dddddd;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -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-tabview.p-tabview-left .p-tabview-nav li.p-state-active {
  border-right-color: #ffffff;
}
body .p-tabview.p-tabview-left .p-tabview-panels {
  position: relative;
  left: -1px;
  border-left: 1px solid #dddddd;
}
body .p-tabview.p-tabview-right .p-tabview-nav li {
  margin-bottom: 2px;
  border-left: 1px solid #dddddd;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -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-tabview.p-tabview-right .p-tabview-nav li.p-state-active {
  border-left-color: #ffffff;
}
body .p-tabview.p-tabview-right .p-tabview-panels {
  position: relative;
  right: -1px;
  border-right: 1px solid #dddddd;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav li {
  margin-right: 2px;
  border-top-color: transparent;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -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;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-active {
  border-top-color: #ffffff;
}
body .p-tabview.p-tabview-bottom .p-tabview-panels {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1px;
}
body .p-tabview .p-tabs-panel {
  padding: 15px;
}
body .p-toolbar {
  background-color: #f5f5f5;
  border-color: #dddddd;
  padding: 10px 15px;
}
body .p-toolbar .p-toolbar-seperator {
  vertical-align: middle;
  margin: 0 0.5em;
}

@media (max-width: 640px) {
  body .p-panelgrid .p-grid-responsive .p-grid-row {
    border: 0 none;
  }
}
body .p-paginator {
  background-color: #ffffff;
  border-color: #dddddd;
}
body .p-paginator .p-paginator-first, body .p-paginator .p-paginator-prev, body .p-paginator .p-paginator-next, body .p-paginator .p-paginator-last {
  padding: 0.125em 0.375em;
  color: #4DA3FF;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #dddddd;
  margin: 0;
  vertical-align: top;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 0 none;
  border-right: 0 none;
}
body .p-paginator .p-paginator-first:not(.p-state-disabled):not(.p-state-active):hover, body .p-paginator .p-paginator-prev:not(.p-state-disabled):not(.p-state-active):hover, body .p-paginator .p-paginator-next:not(.p-state-disabled):not(.p-state-active):hover, body .p-paginator .p-paginator-last:not(.p-state-disabled):not(.p-state-active):hover {
  background-color: #f5f5f5;
}
body .p-paginator .p-paginator-first.p-state-disabled, body .p-paginator .p-paginator-prev.p-state-disabled, body .p-paginator .p-paginator-next.p-state-disabled, body .p-paginator .p-paginator-last.p-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eeeeee;
}
body .p-paginator .p-paginator-first:before, body .p-paginator .p-paginator-prev:before, body .p-paginator .p-paginator-next:before, body .p-paginator .p-paginator-last:before {
  position: relative;
}
body .p-paginator .p-paginator-first:not(.p-state-disabled):focus, body .p-paginator .p-paginator-prev:not(.p-state-disabled):focus, body .p-paginator .p-paginator-next:not(.p-state-disabled):focus, body .p-paginator .p-paginator-last:not(.p-state-disabled):focus {
  background-color: #f5f5f5;
  outline: 0 none;
}
body .p-paginator .p-paginator-first {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: -1px;
}
body .p-paginator .p-paginator-first:before {
  line-height: 2em;
}
body .p-paginator .p-paginator-prev {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-right: -1px;
}
body .p-paginator .p-paginator-prev:before {
  line-height: 2em;
}
body .p-paginator .p-paginator-next {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin-left: 0;
}
body .p-paginator .p-paginator-next:before {
  line-height: 2em;
}
body .p-paginator .p-paginator-last {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
}
body .p-paginator .p-paginator-last:before {
  line-height: 2em;
}
body .p-paginator .p-paginator-pages {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page {
  width: auto;
  padding: 6px 12px;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-right: 0 none;
  color: #4DA3FF;
  min-width: 34px;
  min-height: 34px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #4DA3FF;
}
body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight:focus {
  background-color: #4DA3FF;
}
body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover, body .p-paginator .p-paginator-pages .p-paginator-page:focus {
  background-color: #f5f5f5;
  outline: 0 none;
}
body .p-datatable .p-paginator {
  padding: 10px 15px;
}
body .p-datatable .p-datatable-caption,
body .p-datatable .p-datatable-summary {
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}
body .p-datatable .p-datatable-caption {
  border-bottom: 0 none;
}
body .p-datatable .p-datatable-summary {
  border-top: 0 none;
}
body .p-datatable .p-datatable-thead > tr > th,
body .p-datatable .p-datatable-tbody > tr > td,
body .p-datatable .p-datatable-tfoot > tr > td {
  padding: 8px;
}
body .p-datatable .p-datatable-thead > tr > th,
body .p-datatable .p-datatable-tfoot > tr > td {
  color: #292B2C;
  border: 1px solid #dddddd;
}
body .p-datatable p-sortIcon {
  vertical-align: baseline;
}
body .p-datatable .p-sortable-column {
  color: #292B2C;
}
body .p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #777777;
}
body .p-datatable .p-sortable-column:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-datatable .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-datatable .p-sortable-column.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-top-color: #4DA3FF;
}
body .p-datatable .p-sortable-column.p-state-highlight .p-sortable-column-icon {
  color: #ffffff;
}
body .p-datatable .p-sortable-column .p-sortable-column-icon {
  vertical-align: middle;
}
body .p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
}
body .p-datatable .p-datatable-tbody > tr > td {
  background: inherit;
  border: 1px solid #c8c8c8;
}
body .p-datatable .p-datatable-tbody > tr.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-datatable .p-datatable-tbody > tr.p-contextmenu-selected {
  background-color: #b3d8ff;
  color: #ffffff;
}
body .p-datatable .p-datatable-tbody > tr:nth-child(even) {
  background-color: #f9f9f9;
}
body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-datatable .p-datatable-tbody > tr:nth-child(even).p-contextmenu-selected {
  background-color: #b3d8ff;
  color: #ffffff;
}
body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr.p-selectable-row:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer;
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-datatable .p-datatable-header, body .p-datatable .p-datatable-footer {
  padding: 10px 15px;
}
body .p-datatable .p-datatable-header {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .p-datatable .p-datatable-footer {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .p-datatable .p-paginator {
  padding: 10px 15px;
}
body .p-datatable .p-datatable-thead > tr > th {
  background: #eaeaea;
  font-weight: bold !important;
  text-align: center;
  padding: 8px;
  border-color: #c8c8c8;
  outline: 0 none;
  overflow: hidden;
}
body .p-datatable .p-datatable-thead > tr > th > div.div-header-label,
body .p-datatable .p-datatable-thead > tr > th > div.div-header-label > label,
body .p-datatable .p-datatable-thead > tr > th > label {
  font-weight: bold;
}
body .p-datatable .p-datatable-thead > tr > th.p-selection-column {
  padding: 0.286em 0.857em;
}
body .p-datatable .p-datatable-thead > tr > th.p-sortable-column:not(.p-state-active):hover {
  background-color: #f5f5f5;
}
body .p-datatable .p-datatable-thead > tr > th.p-state-active {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #3496ff;
}
body .p-datatable .p-datatable-thead > tr > th .p-column-title {
  font-weight: 700;
}
body .p-datatable .p-datatable-thead > tr > th .p-sortable-column-icon {
  margin: -2px 0 0 4px;
  vertical-align: middle;
}
body .p-datatable .p-datatable-tfoot > tr > td {
  font-weight: 700;
  background-color: #ffffff;
  border-color: #c8c8c8;
  padding: 8px;
}
body .p-datatable .p-datatable-data tr {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
body .p-datatable .p-datatable-data tr.p-rowgroup-header {
  background-color: #f5f5f5;
}
body .p-datatable .p-datatable-data tr.p-rowgroup-header .pi {
  color: #999999;
}
body .p-datatable .p-datatable-data tr.p-rowgroup-header .pi:hover {
  color: #bd9090;
}
body .p-datatable .p-datatable-data tr.p-widget-header td {
  border-color: #c8c8c8;
}
body .p-datatable .p-datatable-data tr.p-datatable-even {
  background-color: #f9f9f9;
}
body .p-datatable .p-datatable-data tr.p-datatable-even.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #3496ff;
}
body .p-datatable .p-datatable-data tr.p-datatable-odd {
  background-color: #ffffff;
}
body .p-datatable .p-datatable-data tr.p-datatable-odd.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-color: #3496ff;
}
body .p-datatable .p-datatable-data tr.p-state-highlight {
  border-color: #3496ff;
}
body .p-datatable .p-datatable-data tr td {
  padding: 8px;
}
body .p-datatable .p-datatable-data tr td.p-selection-column {
  padding: 0.286em 0.857em;
}
body .p-datatable .p-datatable-data tr td .p-row-toggler {
  color: #777777;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-datatable .p-datatable-data tr td .p-row-toggler:hover {
  color: #292B2C;
}
body .p-datatable .p-datatable-data tr.p-widget-header {
  border: 1px solid #c8c8c8;
}
body .p-datatable .p-datatable-data tr.p-widget-header a {
  color: #999999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-datatable .p-datatable-data tr.p-widget-header a:hover {
  color: #bd9090;
}
body .p-datatable .p-datatable-data.p-datatable-hoverable-rows > tr.p-widget-content:not(.p-state-highlight):hover {
  cursor: pointer;
  background-color: #f5f5f5;
}
body .p-datatable .p-datatable-scrollable-header,
body .p-datatable .p-datatable-scrollable-footer {
  background-color: #f5f5f5;
}
body .p-datatable .p-datatable-scrollable-header .p-datatable-scrollable-header-box td,
body .p-datatable .p-datatable-scrollable-footer .p-datatable-scrollable-header-box td {
  color: #292B2C;
}
body .p-dataview .p-dataview-content {
  border-bottom: none;
}
body .p-dataview .p-paginator {
  padding: 10px 15px;
}
body .p-datagrid .p-datagrid-header {
  padding: 10px 15px;
}
body .p-datagrid .p-paginator {
  padding: 10px 15px;
}
body .p-datalist .p-datalist-header {
  padding: 10px 15px;
}
body .p-datalist .p-paginator {
  padding: 10px 15px;
}
body .p-datascroller .p-datascroller-header,
body .p-datascroller .p-datascroller-footer {
  padding: 10px 15px;
}
body .p-virtualscroller .p-virtualscroller-list li {
  border-bottom: 1px solid #c8c8c8;
}
body .p-picklist .p-picklist-buttons {
  padding: 15px;
}
body .p-picklist .p-picklist-buttons button {
  font-size: 16px;
}
body .p-picklist .p-picklist-caption {
  padding: 10px 15px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .p-picklist .p-picklist-filter-container .pi {
  color: #777777;
  margin-top: -0.5em;
  margin-left: 0.286em;
}
body .p-picklist .p-picklist-list {
  padding: 0.357em 0;
}
body .p-picklist .p-picklist-list .p-picklist-item {
  padding: 8px 20px;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-picklist .p-picklist-list .p-picklist-item:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-picklist .p-picklist-list .p-picklist-item.p-state-highlight {
  background-color: #4DA3FF;
}
body .p-orderlist .p-orderlist-controls {
  margin-right: 0;
}
body .p-orderlist .p-orderlist-controls button {
  font-size: 16px;
}
body .p-orderlist .p-orderlist-caption {
  padding: 10px 15px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
body .p-orderlist .p-orderlist-filter-container .pi {
  margin-top: -0.5em;
  margin-left: 0.286em;
  color: #777777;
}
body .p-orderlist .p-orderlist-list {
  padding: 0.357em 0;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 8px 20px;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item.p-state-highlight {
  background-color: #4DA3FF;
}
body .p-orderlist.p-grid-responsive .p-grid-row .p-orderlist-controls {
  margin-right: 0;
  padding-right: 10px;
}
body .p-carousel {
  padding: 0;
}
body .p-carousel .p-carousel-header {
  padding: 10px 15px;
  margin: 0;
  border: 0 none;
  border-bottom: 1px solid #dddddd;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-carousel .p-carousel-header .p-carousel-header-title {
  padding: 0;
}
body .p-carousel .p-carousel-footer {
  padding: 10px 15px;
  border: 0 none;
  border-top: 1px solid #dddddd;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-carousel .p-carousel-button {
  margin-top: 0.4em;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #999999;
}
body .p-carousel .p-carousel-button:not(.p-state-disabled):hover {
  color: #bd9090;
}
body .p-carousel .p-carousel-page-links {
  margin-top: 0.4em;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link {
  color: #999999;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link:hover {
  color: gray;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link.pi-circle-off {
  color: #999999;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link.pi-circle-on {
  color: #999999;
}
body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-organizationchart .p-organizationchart-line-down {
  background-color: #c4c4c4;
}
body .p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #c4c4c4;
}
body .p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #c4c4c4;
}
body .p-organizationchart .p-organizationchart-node-content {
  border-color: #c4c4c4;
}
body .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  color: #4DA3FF;
  bottom: -0.7em;
  margin-left: -0.46em;
}
body .p-treetable .p-paginator {
  padding: 10px 15px;
}
body .p-treetable .p-treetable-caption,
body .p-treetable .p-treetable-summary {
  padding: 10px 15px;
  text-align: center;
  font-weight: bold;
}
body .p-treetable .p-treetable-caption {
  border-bottom: 0 none;
}
body .p-treetable .p-treetable-summary {
  border-top: 0 none;
}
body .p-treetable .p-treetable-thead > tr > th,
body .p-treetable .p-treetable-tbody > tr > td,
body .p-treetable .p-treetable-tfoot > tr > td {
  padding: 8px;
}
body .p-treetable .p-treetable-thead > tr > th,
body .p-treetable .p-treetable-tfoot > tr > td {
  color: #292B2C;
  border: 1px solid #dddddd;
}
body .p-treetable .p-treetable-thead tr .p-inputtext {
  width: 100%;
}
body .p-treetable .p-treetable-scrollable-header {
  border: none;
}
body .p-treetable .p-treetable-loading-content .pi-spin {
  -webkit-animation: 2s linear infinite fa-spin;
  animation: 2s linear infinite fa-spin;
  color: #ffffff;
}
body .p-treetable p-treeTableToggler {
  vertical-align: middle;
}
body .p-treetable .p-sortable-column {
  color: #292B2C;
}
body .p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #777777;
}
body .p-treetable .p-sortable-column:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-treetable .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-treetable .p-sortable-column.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
  border-top-color: #4DA3FF;
}
body .p-treetable .p-sortable-column.p-state-highlight .p-sortable-column-icon {
  color: #ffffff;
}
body .p-treetable .p-sortable-column .p-sortable-column-icon {
  vertical-align: middle;
}
body .p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
}
body .p-treetable .p-treetable-tbody > tr > td {
  background: inherit;
  border: 1px solid #dddddd;
}
body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  color: #777777;
}
body .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler .pi.pi-chevron-down {
  vertical-align: middle;
}
body .p-treetable .p-treetable-tbody > tr > td .p-treetable-chkbox {
  vertical-align: middle;
  margin-right: 0.4em;
}
body .p-treetable .p-treetable-tbody > tr.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-treetable .p-treetable-tbody > tr.p-state-highlight > td {
  background: inherit;
  border: #e5e5e5;
}
body .p-treetable .p-treetable-tbody > tr.p-state-highlight > td .p-treetable-toggler {
  color: #ffffff;
}
body .p-treetable .p-treetable-tbody > tr.p-state-highlight.p-contextmenu-selected {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer;
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-tree {
  padding: 0.25em 0.5em;
}
body .p-tree .p-treenode {
  padding: 0.15em 0;
}
body .p-tree .p-treenode .p-treenode-content {
  padding: 0 0 0.25em 0;
}
body .p-tree .p-treenode .p-treenode-content .p-tree-toggler {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  float: none;
  margin: 0;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  font-size: 14px -1;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-label {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.25em;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-label.p-state-highlight {
  background-color: #4DA3FF;
}
body .p-tree .p-treenode .p-treenode-content .p-chkbox {
  margin: 0 0.25em;
}
body .p-tree .p-treenode .p-treenode-content .p-chkbox .p-chkbox-icon {
  margin: 0;
  font-size: inherit;
}
body .p-tree .p-treenode .p-treenode-content.p-treenode-selectable .p-treenode-label:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-tree .p-treenode .p-treenode-content > span {
  line-height: inherit;
}
body .p-tree .p-treenode .p-treenode-content.p-treenode-dragover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-tree.p-tree-horizontal {
  padding: 0.85em 0;
}
body .p-tree.p-tree-horizontal .p-treenode {
  background: url("../layout/images/tth-connector.png") repeat-x scroll center center transparent;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-state-highlight {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-state-highlight):hover {
  background-color: inherit;
  color: inherit;
}
body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-state-highlight):hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-tree.p-tree-horizontal .p-treenode-connector-line {
  background: url("../layout/images/tth-connector.png") repeat-y scroll 0 0 transparent;
}
body .fc .fc-button {
  background-color: #4DA3FF;
  color: #ffffff;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 2.25em;
  padding: 0 1em;
  border: 0 none;
}
body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover {
  background-color: #3496ff;
}
body .fc .fc-button:enabled:not(.fc-button-active):focus {
  outline: 0 none;
  background-color: #3496ff;
}
body .fc .fc-button.fc-button-active {
  background-color: #1a89ff;
  -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-head .fc-row {
  background-color: #f5f5f5;
  color: #292B2C;
}
body .fc td.fc-today {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .fc .fc-toolbar .p-state-active {
  background-color: #4DA3FF;
  color: #ffffff;
}
body .fc .fc-event {
  background-color: #3496ff;
  color: #ffffff;
}
body .fc table {
  box-sizing: border-box;
}
body .fc div.p-widget-content {
  padding-left: 0;
  padding-right: 0;
}

body .p-messages {
  font-size: 14px;
}
body .p-messages .p-messages-icon .p-messages-icon {
  font-size: 2em;
}
body .p-messages.p-messages-info {
  display: none;
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  padding: 12px 20px;
}
body .p-messages.p-messages-info .p-messages-icon {
  color: #5bb1dc;
}
body .p-messages.p-messages-info .p-messages-close .pi {
  color: #31708f;
}
body .p-messages.p-messages-warn {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
  padding: 12px 20px;
}
body .p-messages.p-messages-warn .p-messages-icon {
  color: #edd559;
}
body .p-messages.p-messages-warn .p-messages-close .pi {
  color: #8a6d3b;
}
body .p-messages.p-messages-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  padding: 12px 20px;
}
body .p-messages.p-messages-error .p-messages-icon {
  color: #c77070;
}
body .p-messages.p-messages-error .p-messages-close .pi {
  color: #a94442;
}
body .p-messages.p-messages-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  padding: 12px 20px;
}
body .p-messages.p-messages-success .p-messages-icon {
  color: #a3d48e;
}
body .p-messages.p-messages-success .p-messages-close .pi {
  color: #3c763d;
}
body .p-messages .p-messages-close {
  opacity: 0.2;
  filter: alpha(opacity=20);
  font-size: 1.5em;
}
body .p-messages .p-messages-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .p-message.p-message-info {
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #31708f;
}
body .p-message.p-message-warn {
  background-color: #fcf8e3;
  border-color: #eed09e;
  color: #8a6d3b;
  border-width: 1px !important;
}
body .p-message.p-message-error {
  background-color: #f2dede;
  border-color: #a94442 !important;
  color: #a94442;
}
body .p-message.p-message-success {
  background-color: #dff0d8;
  border-color: #dff0d8;
  color: #3c763d;
}
body .p-message .p-message-close {
  text-decoration: none;
  color: #fff;
  right: 0.25em;
}
body .p-growl {
  top: 85px;
}
body .p-growl .p-growl-item-container {
  opacity: 0.95;
  filter: alpha(opacity=95);
  border: 1px solid;
}
body .p-growl .p-growl-item-container .p-growl-message {
  margin-left: 4em;
}
body .p-growl .p-growl-item-container .p-growl-image {
  font-size: 2.769em;
}
body .p-growl .p-growl-item-container .p-growl-icon-close {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
body .p-growl .p-growl-item-container .p-growl-icon-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
body .p-growl .p-growl-item-container.p-growl-message-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image {
  color: #5bb1dc;
}
body .p-growl .p-growl-item-container.p-growl-message-warn {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image {
  color: #edd559;
}
body .p-growl .p-growl-item-container.p-growl-message-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image {
  color: #c77070;
}
body .p-growl .p-growl-item-container.p-growl-message-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image {
  color: #a3d48e;
}
body .p-toast .p-toast-message.p-toast-message-info {
  background-color: #d9edf7;
  border: 0 none;
  color: #31708f;
}
body .p-toast .p-toast-message.p-toast-message-info .p-toast-close-icon {
  color: #31708f;
}
body .p-toast .p-toast-message.p-toast-message-info .p-toast-icon {
  color: #5bb1dc;
}
body .p-toast .p-toast-message.p-toast-message-success {
  background-color: #dff0d8;
  border: 0 none;
  color: #3c763d;
}
body .p-toast .p-toast-message.p-toast-message-success .p-toast-close-icon {
  color: #3c763d;
}
body .p-toast .p-toast-message.p-toast-message-success .p-toast-icon {
  color: #84c66a;
}
body .p-toast .p-toast-message.p-toast-message-warn {
  background-color: #fcf8e3;
  border: 0 none;
  color: #8a6d3b;
}
body .p-toast .p-toast-message.p-toast-message-warn .p-toast-close-icon {
  color: #8a6d3b;
}
body .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon {
  color: #edd559;
}
body .p-toast .p-toast-message.p-toast-message-error {
  background-color: #f2dede;
  border: 0 none;
  color: #a94442;
}
body .p-toast .p-toast-message.p-toast-message-error .p-toast-close-icon {
  color: #a94442;
}
body .p-toast .p-toast-message.p-toast-message-error .p-toast-icon {
  color: #c77070;
}

body .p-overlaypanel {
  border: 1px solid #cccccc;
}
body .p-overlaypanel .p-overlaypanel-close {
  background-color: #4DA3FF;
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  right: -0.75em;
  top: -0.75em;
  -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-overlaypanel .p-overlaypanel-close:hover {
  background-color: #3496ff;
}
body .p-overlaypanel .p-overlaypanel-close span {
  font-size: 17px;
  display: inline-block;
  font-size: inherit;
  margin-top: -1px;
  line-height: inherit;
}
body .p-overlaypanel:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
body .p-overlaypanel:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
}
body .p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
body .p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #cccccc;
}
body .p-dialog {
  border: 1px solid #cccccc;
}
body .p-dialog .p-dialog-titlebar {
  padding: .75em 1em;
  border-bottom: 1px solid #dddddd;
}
body .p-dialog .p-dialog-titlebar .p-dialog-title {
  margin: 0;
  float: none;
  vertical-align: middle;
  font-size: 18px;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon {
  color: #999999;
  border: 0 none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
  margin-left: 0.35em;
  font-size: 16px;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover {
  color: #aa7070;
}
body .p-dialog .p-dialog-content {
  padding: 15px;
}
body .p-dialog .p-dialog-footer {
  padding: 10px 15px;
  text-align: right;
  border-width: 1px 0 0 0;
}
body .p-dialog .p-dialog-footer button {
  margin: 0 0.35em 0 0;
}
body .p-dialog.p-confirm-dialog .p-dialog-content {
  padding: 1.5em;
}
body .p-dialog.p-confirm-dialog .p-dialog-content > span {
  float: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
  margin: 0;
}
body .p-tooltip.p-state-error {
  border: 0 none;
}
body .p-tooltip .p-tooltip .p-tooltip-text {
  background-color: grey;
  color: grey;
}
body .p-tooltip .p-tooltip.p-state-error {
  border: 0 none;
}
body .p-tooltip .p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: grey;
}
body .p-tooltip .p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: grey;
}
body .p-tooltip .p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: grey;
}
body .p-tooltip .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: grey;
}
body .p-lightbox .p-lightbox-caption {
  padding: 10px 15px;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text {
  color: #292B2C;
  margin: 0;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-close {
  padding: 0;
  color: #999999;
  -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: #bd9090;
}
body .p-lightbox .p-lightbox-content-wrapper {
  overflow: hidden;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  margin-left: 4px;
  color: #ffffff;
  opacity: 1;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover {
  color: #4DA3FF;
  -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-nav-left span {
  display: none;
}
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: 24px;
  margin-right: 4px;
  color: #ffffff;
  opacity: 1;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover {
  color: #4DA3FF;
  -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-nav-right span {
  display: none;
}
body .p-lightbox.p-lightbox-loading .p-lightbox-content-wrapper > .p-lightbox-nav-left, body .p-lightbox.p-lightbox-loading .p-lightbox-content-wrapper > .p-lightbox-nav-right {
  display: none;
}

body .p-menu-separator.p-widget-content {
  border-width: 1px 0 0 0;
  border-color: #e5e5e5;
}
body .p-breadcrumb {
  background-color: #f5f5f5;
  border: 0 none;
  padding: 0.75em 1em;
}
body .p-breadcrumb ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
body .p-breadcrumb ul li .p-menuitem-link {
  margin: 0;
  position: relative;
  top: -1px;
  color: #4DA3FF;
  font-weight: normal;
}
body .p-breadcrumb ul li.p-breadcrumb-chevron {
  font-size: 18px;
  margin: -2px 6px 0 6px;
  color: #777777;
}
body .p-breadcrumb ul li.p-breadcrumb-chevron:before {
  content: "/";
}
body .p-breadcrumb ul li:first-child {
  font-size: 16px;
}
body .p-breadcrumb ul li:first-child.pi-home {
  color: #4DA3FF;
  margin: 0;
  font-size: 15px;
}
body .p-breadcrumb ul li:first-child.pi-home span {
  display: none;
}
body .p-breadcrumb ul li:last-child .p-menuitem-link {
  color: #777777;
}
body .p-steps {
  position: relative;
}
body .p-steps .p-steps-item {
  background-color: transparent;
  text-align: center;
}
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 {
  display: inline-block;
  background-color: #4DA3FF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.6em 0 0 0;
  font-size: 1em;
  color: #ffffff;
  position: relative;
  top: 1em;
  margin-bottom: 1em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #9acbff;
}
body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  display: block;
  margin-top: 0.45em;
  color: #777777;
}
body .p-steps .p-steps-item.p-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .p-steps .p-steps-item.p-state-disabled .p-steps-number {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #292B2C;
}
body .p-steps .p-steps-item.p-state-highlight .p-steps-number {
  background-color: #4DA3FF;
}
body .p-steps .p-steps-item.p-state-highlight .p-steps-title {
  font-weight: 700;
  color: #292B2C;
}
body .p-steps .p-steps-item:last-child .p-menuitem-link {
  display: block;
}
body .p-steps:before {
  content: " ";
  border: 1px solid #dddddd;
  width: 100%;
  top: 45%;
  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: 8px 20px;
  color: #292B2C;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
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: #f7f7f9;
  color: #1d1e1f;
}
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 {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
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 {
  vertical-align: middle;
}
body .p-menu .p-menuitem-link .p-submenu-icon,
body .p-menubar .p-menuitem-link .p-submenu-icon,
body .p-tieredmenu .p-menuitem-link .p-submenu-icon,
body .p-contextmenu .p-menuitem-link .p-submenu-icon,
body .p-megamenu .p-menuitem-link .p-submenu-icon,
body .p-slidemenu .p-menuitem-link .p-submenu-icon {
  right: 1.429em;
}
body .p-menubar .p-submenu-list, body .p-contextmenu .p-submenu-list,
body .p-slidemenu .p-submenu-list, body .p-tieredmenu .p-submenu-list {
  padding: 0;
}
body .p-menubar .p-submenu-list.p-shadow, body .p-menubar .p-submenu-list .p-shadow, body .p-contextmenu .p-submenu-list.p-shadow, body .p-contextmenu .p-submenu-list .p-shadow,
body .p-slidemenu .p-submenu-list.p-shadow,
body .p-slidemenu .p-submenu-list .p-shadow, body .p-tieredmenu .p-submenu-list.p-shadow, body .p-tieredmenu .p-submenu-list .p-shadow {
  border: 1px solid #cccccc;
}
body .p-menubar .p-submenu-list .p-menuitem, body .p-contextmenu .p-submenu-list .p-menuitem,
body .p-slidemenu .p-submenu-list .p-menuitem, body .p-tieredmenu .p-submenu-list .p-menuitem {
  margin: 0;
}
body .p-menu {
  min-width: 12.5em;
  padding: 0.357em 0;
}
body .p-menu .p-menuitem {
  margin: 0;
}
body .p-menu .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-menu.p-shadow, body .p-menu .p-shadow {
  border: 1px solid #cccccc;
}
body .p-menu .p-submenu-header {
  border: 0 none;
  margin: 0;
  padding: 8px 20px;
  border-radius: 0;
  background-color: #e5e5e5;
}
body .p-menubar {
  padding: 0.357em 0;
  background-color: #f5f5f5;
}
body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 15px;
  line-height: 15px;
  color: #777777;
}
body .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:hover {
  color: #292B2C;
}
body .p-menubar .p-menubar-root-list > .p-menuitem:first-child .p-menuitem-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .p-menubar .p-menubar-root-list > .p-menuitem:last-child .p-menuitem-link {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-menubar .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-menubar .p-menuitem .p-menuitem-link .p-submenu-icon {
  vertical-align: middle;
  right: 1.429em;
}
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-contextmenu {
  padding: 0.357em 0;
}
body .p-contextmenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-tieredmenu {
  padding: 0.357em 0;
}
body .p-tieredmenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-slidemenu {
  padding: 0.357em 0;
}
body .p-slidemenu .p-menuitem {
  margin: 0;
}
body .p-slidemenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-slidemenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-slidemenu .p-slidemenu-backward {
  padding: 10px 15px;
  width: 100%;
  color: #292B2C;
  background-color: #e5e5e5;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
}
body .p-slidemenu .p-slidemenu-backward span:last-child {
  vertical-align: text-bottom;
}
body .p-slidemenu .p-slidemenu-backward:hover {
  background-color: #cccccc;
}
body .p-megamenu {
  padding: 0.357em 0;
  background-color: #f5f5f5;
}
body .p-megamenu .p-megamenu-submenu-header {
  border-radius: 0;
  padding: 0.5em;
  border: 0 none;
  background-color: #e5e5e5;
}
body .p-megamenu .p-submenu-list {
  padding: 0;
  border: 0 none;
}
body .p-megamenu .p-submenu-list .p-menuitem {
  margin: 0;
}
body .p-megamenu .p-megamenu-submenu .p-menuitem .p-menuitem-link {
  padding: 8px 20px;
}
body .p-megamenu .p-menuitem {
  margin: 0;
}
body .p-megamenu .p-menuitem .p-menuitem-link {
  padding: 15px;
  line-height: 15px;
  color: #777777;
}
body .p-megamenu .p-menuitem .p-menuitem-link:hover {
  color: #292B2C;
}
body .p-megamenu .p-menuitem .p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}
body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon {
  vertical-align: middle;
}
body .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  right: 1.429em;
}
body .p-tabmenu {
  padding: 0;
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
body .p-tabmenu .p-tabmenu-nav {
  padding: 0;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  position: static;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid transparent;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  padding: 15px;
  color: #777777;
  font-weight: normal;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon, body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  color: #999999;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-state-active):not(.p-state-disabled):hover .p-menuitem-link {
  color: #292B2C;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-state-active {
  background-color: #e5e5e5;
}
body .p-panelmenu .p-panelmenu-header {
  background-color: #ffffff;
  padding: 0;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #292B2C;
  margin-top: 0.357em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-panelmenu .p-panelmenu-header a {
  padding: 10px 15px;
  color: #292B2C;
  font-weight: bold;
}
body .p-panelmenu .p-panelmenu-header a .p-menuitem-text {
  line-height: 16px;
}
body .p-panelmenu .p-panelmenu-header:not(.p-state-active):hover {
  background-color: #dcdcdc;
}
body .p-panelmenu .p-panelmenu-header.p-state-active {
  border-bottom-color: #ffffff;
  -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-panel {
  margin-top: 2px;
}
body .p-panelmenu .p-panelmenu-panel:first-child {
  margin-top: 0;
}
body .p-panelmenu .p-panelmenu-content {
  padding: 0.2em 0;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link {
  padding: 8px 20px;
  color: #292B2C;
  -moz-transition: background-color;
  -o-transition: background-color;
  -webkit-transition: background-color;
  transition: background-color;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link:hover {
  background-color: #f7f7f9;
  color: #1d1e1f;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link .p-menuitem-text {
  display: inline-block;
  vertical-align: middle;
}

body .p-progressbar {
  border: 0 none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e3e3e3;
}
body .p-progressbar .p-progressbar-value {
  border: 0 none;
  background: #80bdff;
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body .p-progressbar .p-progressbar-label {
  margin-top: -1px;
}
body .p-galleria .p-galleria-nav-prev {
  font-size: 18px;
  margin-bottom: -5px;
  margin-left: -5px;
  color: #777777;
}
body .p-galleria .p-galleria-nav-prev:hover {
  color: #292B2C;
}
body .p-galleria .p-galleria-nav-next {
  font-size: 18px;
  margin-bottom: -5px;
  margin-right: -5px;
  color: #777777;
}
body .p-galleria .p-galleria-nav-next:hover {
  color: #292B2C;
}
body .p-terminal input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
}

/* Add your customizations of the theme here */
