﻿@charset "UTF-8";

body .p-component,
body .p-component .p-component,
body .p-component input,
body .p-component select,
body .p-component textarea,
body .p-component button {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  font-size: 1em;
}
body .p-component-content {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
body .p-component-header {
  background: #ffffff;
  color: #2d353c;
  border: 1px solid #cdcdcd;
}
body .p-state-active,
body .p-highlight {
  background-color: #00b1b0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #ffffff;
}
body .p-state-error,
body .p-state-default.p-state-error {
  border-bottom-color: #e13131;
}
body .p-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
body .p-disabled,
body .p-component:disabled {
  opacity: 0.75;
  filter: Alpha(Opacity= 75);
  background-image: none;
  cursor: default !important;
}
body .p-disabled *,
body .p-component:disabled * {
  cursor: default !important;
}
body .p-corner-all {
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
body .p-corner-top {
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
body .p-corner-bottom {
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
body .p-corner-left {
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
body .p-corner-right {
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
body .p-component-overlay {
  background-color: #424242;
  /* opacity: 0.7; */
  filter: alpha(opacity=70);
}
body a {
  color: #00b1b0;
  text-decoration: none;
}
body a:hover {
  color: #0283f1;
}
body .p-inputtext {
  background: #ffffff;
  padding: 0.5em 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  font-size: 1em;
  color: #55595c;
  line-height: 1.25;
}
body .p-inputtext.p-focus,
body .p-inputtext:focus {
  border: 1px solid #66afe9;
}
body .p-button {
  color: #ffffff;
  background-color: #00b1b0;
  border: 1px solid transparent;
  padding: 0.2em;
  font-size: 1em;
  -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:focus,
body .p-button:enabled:hover {
  outline: 0 none;
  background-color: #138fa8;
}
body .p-button:enabled:active {
  background-color: #025aa5;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body .p-button.raised-btn {
  -moz-box-shadow:
    0 1px 2.5px 0 rgba(0, 0, 0, 0.26),
    0 1px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow:
    0 1px 2.5px 0 rgba(0, 0, 0, 0.26),
    0 1px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow:
    0 1px 2.5px 0 rgba(0, 0, 0, 0.26),
    0 1px 5px 0 rgba(0, 0, 0, 0.16);
}
body .p-togglebutton.p-button.p-focus {
  -moz-box-shadow: 0px 0px 5px #1f89ce;
  -webkit-box-shadow: 0px 0px 5px #1f89ce;
  box-shadow: 0px 0px 5px #1f89ce;
}
body .p-togglebutton:not(.p-disabled):not(.p-state-active):hover {
  background-color: #138fa8;
}
body .p-togglebutton:not(.p-disabled).p-state-active {
  background-color: #025aa5;
}
body .p-chips .p-chips-token .p-chips-token-label {
  padding: 0.125em;
}
body .p-chips .p-chips-input-token input:focus {
  border: none;
}
body .p-chkbox .p-chkbox-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -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-chkbox .p-chkbox-box:not(.p-disabled):not(.p-state-active):hover {
  border: 1px solid #b3b3b3;
}
body .p-chkbox .p-chkbox-box.p-state-active {
  border: 1px solid #00b1b0;
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-chkbox .p-chkbox-box.p-focus {
  border: 1px solid #00b1b0;
  -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-radiobutton {
  display: inline-block;
}
body .p-radiobutton .p-radiobutton-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body
  .p-radiobutton
  .p-radiobutton-box:not(.p-disabled):not(.p-state-active):hover {
  border: 1px solid #b3b3b3;
}
body .p-radiobutton .p-radiobutton-box.p-state-active {
  border: 1px solid #00b1b0;
  background-color: #00b1b0;
  color: #ffffff;
}
body
  .p-radiobutton
  .p-radiobutton-box.p-state-active
  .p-radiobutton-icon.fa-circle {
  color: #ffffff;
}
body .p-radiobutton .p-radiobutton-box.p-focus {
  border: 1px solid #00b1b0;
  -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-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  font-size: 0.5em;
  overflow: hidden;
  position: relative;
  top: -0.15em;
}
body .p-inputswitch {
  background-color: #00b1b0;
  text-transform: uppercase;
}
body .p-inputswitch .p-inputswitch-handle {
  background-color: #ffffff;
  border: 1px solid transparent;
  box-sizing: border-box;
}
body .p-inputswitch .p-inputswitch-handle.p-focus {
  -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-inputswitch .p-inputswitch-on,
body .p-inputswitch .p-inputswitch-off {
  color: #fff;
}
body .p-inputswitch .p-inputswitch-on span,
body .p-inputswitch .p-inputswitch-off span {
  margin-right: 0.2em;
  position: relative;
  top: -0.1em;
  font-weight: 700;
}
body .p-selectbutton.p-buttonset .p-button {
  background-color: #ffffff;
  border-color: #cccccc;
}
body
  .p-selectbutton.p-buttonset
  .p-button:not(.p-disabled):not(.p-state-active):hover {
  background-color: #e6e6e6;
  color: #373a3c;
}
body .p-selectbutton.p-buttonset .p-button.p-state-active {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-autocomplete .p-autocomplete-dropdown .p-button-text {
  padding: 0.35em;
}
body
  .p-autocomplete.p-autocomplete-multiple
  .p-autocomplete-multiple-container {
  padding: 0.5em 0.75em;
}
body
  .p-autocomplete.p-autocomplete-multiple
  .p-autocomplete-multiple-container
  .p-autocomplete-input-token
  input:focus {
  border: none;
}
body .p-autocomplete-panel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-autocomplete-panel .p-autocomplete-items {
  padding: 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item {
  margin: 0;
  padding: 0.375em 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group {
  padding: 0.375em 0.75em;
  background-color: #e6e6e6;
  color: #373a3c;
}
body .p-dropdown {
  border: 1px solid #d6d6d6;
}
body .p-dropdown:not(.p-disabled):hover {
  background-color: #d9d9d9;
  border-color: #cccccc;
}
body .p-dropdown .p-dropdown-label {
  background: #ffffff;
}
body .p-dropdown .p-dropdown-trigger {
  background-color: #ffffff;
}
body .p-dropdown .p-dropdown-trigger .fa {
  color: #55595c;
  margin-top: 0.65em;
}
body .p-dropdown:not(.p-disabled):hover .p-dropdown-trigger,
body .p-dropdown.p-focus .p-dropdown-trigger,
body .p-dropdown.p-focus .p-dropdown-label,
body .p-dropdown:not(.p-disabled):hover .p-dropdown-label {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #d9d9d9;
}
body .p-dropdown.p-focus .p-dropdown-label.p-inputtext {
  border: 0 none;
}
body .p-dropdown-panel .p-dropdown-filter-container {
  padding: 0.375em 0.75em;
}
body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  box-sizing: border-box;
  padding-right: 1.25em;
}
body .p-dropdown-panel .p-dropdown-filter-container .fa {
  top: 1.05em;
  right: 1.25em;
}
body .p-dropdown-panel .p-dropdown-items {
  padding: 0;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  padding: 0.375em 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body
  .p-dropdown-panel
  .p-dropdown-items
  .p-dropdown-item:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item > td {
  padding: 0.375em 0.75em;
}
body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  padding: 0.375em 0.75em;
  background-color: #e6e6e6;
}
body .p-multiselect {
  background: #ffffff;
  padding: 0.5em 0.75em;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
body .p-multiselect .p-multiselect-trigger {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .p-multiselect:not(.p-disabled):hover {
  color: #212121;
}
body .p-multiselect:not(.p-disabled):hover .p-multiselect-trigger {
  background-color: #d9d9d9;
}
body .p-multiselect .p-multiselect-trigger .fa {
  margin-top: 0.8em;
}
body .p-multiselect:not(.p-disabled) .p-multiselect-trigger:hover {
  background-color: #d9d9d9;
}
body .p-multiselect .p-multiselect-panel {
  padding: 0;
}
body .p-multiselect .p-multiselect-header {
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.375em 0.75em;
}
body .p-multiselect .p-multiselect-header .p-multiselect-close {
  color: #373a3c;
}
body .p-multiselect .p-multiselect-item {
  margin: 0;
  padding: 0.375em 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-multiselect .p-multiselect-item:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-multiselect .p-multiselect-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-multiselect .p-multiselect-item.p-highlight .p-chkbox {
  border: 1px solid #108ffd;
}
body .p-multiselect .p-multiselect-item > td {
  padding: 0.375em 0.75em;
}
body .p-listbox {
  padding: 0;
  width: 12.5em;
}
body .p-listbox .p-listbox-item {
  margin: 0;
  padding: 0.375em 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-listbox .p-listbox-item:last-child {
  border-bottom: none;
}
body .p-listbox:not(.p-disabled) .p-listbox-item:hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-listbox .p-listbox-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-listbox .p-listbox-item.p-highlight .p-chkbox {
  border: 1px solid #108ffd;
}
body .p-listbox.p-disabled .p-chkbox-box:not(.p-state-active):hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
body .p-listbox .p-listbox-item > td {
  padding: 0.375em 0.75em;
}
body .p-listbox .p-listbox-header {
  padding: 0.375em 0.75em;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-listbox .p-listbox-header .p-listbox-filter-container {
  width: 8em;
}
body .p-multiselectlistbox {
  padding: 0;
}
body .p-multiselectlistbox .p-multiselectlistbox-header {
  padding: 0.375em 0.75em;
}
body .p-multiselectlistbox .p-multiselectlistbox-item {
  margin: 0;
  padding: 0.375em 0.75em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-multiselectlistbox .p-multiselectlistbox-item:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-multiselectlistbox .p-multiselectlistbox-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-rating .p-rating-cancel {
  display: inline-block;
}
body .p-rating .p-rating-cancel a {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  display: block;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #e42a7b;
}
body .p-rating .p-rating-cancel a:before {
  content: '';
}
body .p-rating .p-rating-cancel a:hover {
  color: #e74189;
}
body .p-rating .p-rating-star {
  display: inline-block;
}
body .p-rating .p-rating-star a {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  display: block;
  color: #373a3c;
}
body .p-rating .p-rating-star a:before {
  content: '';
}
body .p-rating .p-rating-star a:hover {
  color: #00b1b0;
}
body .p-rating .p-rating-star-on a {
  color: #00b1b0;
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  display: block;
}
body .p-rating .p-rating-star-on a:before {
  content: '';
}
body .p-spinner .p-spinner-button {
  z-index: auto;
  box-sizing: border-box;
}
body .p-spinner:not(.p-disabled) .p-spinner-button:hover {
  background-color: #138fa8;
  color: #ffffff;
}
body .p-spinner:not(.p-disabled) .p-spinner-button:active {
  background-color: #025aa5;
  color: #ffffff;
}
body .p-slider {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
body .p-slider.p-slider-horizontal .p-slider-handle {
  top: -0.2em;
}
body .p-slider.p-slider-vertical .p-slider-handle {
  left: -0.2em;
}
body .p-slider .p-slider-handle {
  background-color: #00b1b0;
  -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: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
body .p-slider.p-slider-animate .p-slider-handle {
  -moz-transition:
    background-color 0.3s,
    left 0.3s;
  -o-transition:
    background-color 0.3s,
    left 0.3s;
  -webkit-transition:
    background-color 0.3s,
    left 0.3s;
  transition:
    background-color 0.3s,
    left 0.3s;
}
body .p-slider .p-slider-handle:hover {
  background-color: #138fa8;
}
body .p-slider .p-slider-range {
  background: #43a7fd;
}
body .p-buttonset.p-selectbutton .p-button:first-child {
  border-right: none;
}
body .p-buttonset.p-selectbutton .p-button:last-child {
  border-left: none;
}
body .p-buttonset .p-button {
  background-color: #e6e6e6;
  color: #373a3c;
  border: 1px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
body .p-buttonset .p-button:hover {
  background-color: #cdcdcd;
}
body .p-buttonset .p-button:focus {
  background-color: #e6e6e6;
  color: #373a3c;
  -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);
  border: 1px solid #00b1b0;
}
body .p-buttonset .p-button:active {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-buttonset .p-button:active:focus {
  background-color: #00b1b0;
  color: #ffffff;
  -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-buttonset .p-button:first-child {
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-bottomleft: 0.25em;
  -webkit-border-bottom-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
body .p-buttonset .p-button:last-child {
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
@media (max-width: 640px) {
  body .p-buttonset .p-button {
    margin-bottom: 0.063em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}
body .p-splitbutton.p-buttonset .p-button {
  color: #ffffff;
  background-color: #00b1b0;
  border: 1px solid transparent;
}
body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton {
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  -moz-border-radius-bottomright: 0.25em;
  -webkit-border-bottom-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton .fa {
  margin-left: -0.65em;
}
body .p-splitbutton.p-buttonset .p-button:hover {
  background-color: #138fa8;
  color: #ffffff;
}
body .p-splitbutton.p-buttonset .p-button.p-focus {
  background-color: #138fa8;
  color: #ffffff;
}
body .p-splitbutton.p-buttonset .p-button.p-state-active {
  background-color: #025aa5;
  color: #ffffff;
}
body .p-datepicker {
  padding: 0;
}
body .p-datepicker .p-datepicker-header {
  padding: 0.75em 0;
  background-color: #e1e1e1;
  border: 0;
  border-bottom: 1px solid #c7c7c7;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev {
  cursor: pointer;
  color: #767b7f;
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  top: 1.25em;
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev:before {
  content: '';
}
body .p-datepicker .p-datepicker-header .p-datepicker-prev span {
  display: none;
}
body
  .p-datepicker
  .p-datepicker-header
  .p-datepicker-prev.p-datepicker-prev-hover {
  color: #2d353c;
}
body .p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer;
  color: #767b7f;
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  top: 1.25em;
}
body .p-datepicker .p-datepicker-header .p-datepicker-next:before {
  content: '';
}
body .p-datepicker .p-datepicker-header .p-datepicker-next span {
  display: none;
}
body
  .p-datepicker
  .p-datepicker-header
  .p-datepicker-next.p-datepicker-next-hover {
  color: #2d353c;
}
body .p-datepicker table {
  font-size: 1em;
}
body .p-datepicker table td a {
  min-width: 1em;
  text-align: center;
  color: #373a3c;
  font-size: 0.9em;
}
body .p-datepicker table td a:hover {
  background-color: #f4f3f4;
}
body .p-datepicker table td a.p-highlight {
  color: #373a3c;
  background-color: #e6e6e6;
}
body .p-datepicker table td a.p-state-active {
  color: #ffffff;
  background-color: #00b1b0;
}
body .p-datepicker .p-datepicker-calendar td:not(.p-disabled) a:hover {
  background-color: #f4f3f4;
}
body .p-trigger-calendar .p-datepicker-trigger.p-button {
  -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-inplace .p-inplace-display {
  padding: 0.5em 0.75em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
}
body .p-inplace .p-inplace-display:hover {
  background-color: #f4f3f4;
}
body .p-fileupload .p-fileupload-buttonbar {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
  border-bottom: 0 none;
}
body .p-fileupload .p-fileupload-content {
  padding: 1.25em;
}
body .p-panel {
  padding: 0;
  border-color: rgba(0, 0, 0, 0.125);
}
body .p-panel .p-panel-titlebar {
  border: 0 none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon {
  position: relative;
  color: #767b7f;
  top: 0.125em;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover {
  color: #2d353c;
}
body .p-panel .p-panel-content {
  height: 100%;
  box-sizing: border-box;
  padding: 1.25em;
}
body .p-panel .p-panel-footer {
  padding: 0.375em 0.75em;
  border: 0 none;
  border-top: 1px solid #c7c7c7;
  margin: 0;
}
body .p-fieldset {
  border-color: #e6e6e6;
}
body .p-fieldset .p-fieldset-legend {
  color: #2d353c;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-fieldset .p-fieldset-legend .p-fieldset-toggler {
  display: inline-block;
  color: #767b7f;
}
body .p-fieldset .p-fieldset-legend:hover {
  background-color: #f4f3f4;
}
body .p-fieldset .p-fieldset-legend:hover .p-fieldset-toggler {
  color: #2d353c;
}
body .p-fieldset .p-fieldset-legend.p-focus {
  background-color: #e6e6e6;
}
body .p-fieldset .p-fieldset-content {
  padding: 0.375em 0.75em;
}
body .p-notificationbar {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-accordion .p-accordion-header {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #00b1b0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 0.625em;
}

body .p-accordion .p-accordion-header a {
  padding: 0.75em 1.25em 0.75em 2em;
}

body
  .p-accordion
  .p-accordion-header:not(.p-state-active):not(.p-disabled):hover {
  background-color: #f4f3f4;
}
body
  .p-accordion
  .p-accordion-header:not(.p-state-active):not(.p-disabled):hover
  .p-icon {
  color: #2d353c;
}
body .p-accordion .p-accordion-header.p-state-active {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-accordion .p-accordion-header.p-state-active a {
  color: #ffffff;
}
body .p-accordion .p-accordion-header.p-tabview-outline {
  border: 0 none;
  outline: 0 none;
  background-color: #e6e6e6;
}
body .p-accordion .p-accordion-header.p-tabview-outline.p-state-active {
  background-color: #0283f1;
}
body .p-accordion .p-accordion-content {
  padding: 1.25em;
}
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;
}
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;
  border-bottom: 1px solid #cccccc;
}
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-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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-bottom: none;
}

body .p-tabview.p-tabview-top .p-tabview-nav li.p-state-default a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-default a,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-state-default a,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-state-default a {
  padding: 0.375em 0.75em;
  color: #2d353c;
}

/* This line is commented out for activeElement highlight    on <p-tabPanel>*/
/* 
body .p-tabview.p-tabview-top .p-tabview-nav li.p-state-default a:focus,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-default a:focus,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-state-default a:focus,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-state-default a:focus {
    outline: 0 none;
}*/

body
  .p-tabview.p-tabview-top
  .p-tabview-nav
  li:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-bottom
  .p-tabview-nav
  li:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-left
  .p-tabview-nav
  li:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-right
  .p-tabview-nav
  li:not(.p-state-active):not(.p-disabled):hover {
  border-color: #dedede;
  border-bottom: none;
  background-color: #ffffff;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-outline,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-outline,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-outline,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-outline {
  outline: 0 none;
  background-color: #e6e6e6;
}
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 {
  background-color: #00b1b0;
  border-color: #00b1b0;
}
body .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-active a,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-state-active a,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-state-active a {
  color: #ffffff;
}
body
  .p-tabview.p-tabview-top
  .p-tabview-nav
  li.p-state-active.p-tabview-outline,
body
  .p-tabview.p-tabview-bottom
  .p-tabview-nav
  li.p-state-active.p-tabview-outline,
body
  .p-tabview.p-tabview-left
  .p-tabview-nav
  li.p-state-active.p-tabview-outline,
body
  .p-tabview.p-tabview-right
  .p-tabview-nav
  li.p-state-active.p-tabview-outline {
  background-color: #0283f1;
}
body .p-tabview.p-tabview-top .p-tabview-navscroller-btn,
body .p-tabview.p-tabview-bottom .p-tabview-navscroller-btn,
body .p-tabview.p-tabview-left .p-tabview-navscroller-btn,
body .p-tabview.p-tabview-right .p-tabview-navscroller-btn {
  background-color: #ffffff;
}
body
  .p-tabview.p-tabview-top
  .p-tabview-navscroller-btn:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-bottom
  .p-tabview-navscroller-btn:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-left
  .p-tabview-navscroller-btn:not(.p-state-active):not(.p-disabled):hover,
body
  .p-tabview.p-tabview-right
  .p-tabview-navscroller-btn:not(.p-state-active):not(.p-disabled):hover {
  background-color: #f4f3f4;
}
body
  .p-tabview.p-tabview-top
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-left,
body
  .p-tabview.p-tabview-bottom
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-left,
body
  .p-tabview.p-tabview-left
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-left,
body
  .p-tabview.p-tabview-right
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-left {
  left: 0;
  height: 2.063em;
}
body
  .p-tabview.p-tabview-top
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-right,
body
  .p-tabview.p-tabview-bottom
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-right,
body
  .p-tabview.p-tabview-left
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-right,
body
  .p-tabview.p-tabview-right
  .p-tabview-navscroller-btn.p-tabview-navscroller-btn-right {
  right: 0;
  height: 2.125em;
}
body .p-tabview.p-tabview-top .p-tabview-navscroller-btn .p-icon,
body .p-tabview.p-tabview-bottom .p-tabview-navscroller-btn .p-icon,
body .p-tabview.p-tabview-left .p-tabview-navscroller-btn .p-icon,
body .p-tabview.p-tabview-right .p-tabview-navscroller-btn .p-icon {
  margin-top: 0.5em;
}
body .p-tabview.p-tabview-top .p-tabview-nav li {
  margin-right: 0.125em;
  -moz-border-radius-topleft: 0.25em;
  -webkit-border-top-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  -moz-border-radius-topright: 0.25em;
  -webkit-border-top-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
body .p-tabview.p-tabview-left .p-tabview-nav,
body .p-tabview.p-tabview-right .p-tabview-nav {
  border-bottom: none;
}
body .p-tabview.p-tabview-left .p-tabview-nav li,
body .p-tabview.p-tabview-right .p-tabview-nav li {
  border: 1px solid transparent;
  width: 100%;
}
body .p-tabview.p-tabview-left .p-tabview-nav li:hover,
body .p-tabview.p-tabview-right .p-tabview-nav li:hover {
  border: 1px solid #dedede;
}
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-color: #00b1b0;
  border-bottom: none;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav {
  border-bottom: none;
  border-top: 1px solid #cccccc;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav li {
  -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;
  margin-right: 0.125em;
}
body .p-tabview.p-tabview-bottom .p-tabview-nav li:hover {
  border-bottom: 1px solid #cccccc;
  border-top-color: transparent;
}
body .p-tabview.p-tabview-left .p-tabview-nav {
  border-right: 1px solid #cccccc;
}
body .p-tabview.p-tabview-left .p-tabview-nav li {
  -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-tabview.p-tabview-left .p-tabview-nav li:hover {
  border-right: none;
}
body .p-tabview.p-tabview-right .p-tabview-nav {
  border-left: 1px solid #cccccc;
  height: 9.375em;
}
body .p-tabview.p-tabview-right .p-tabview-nav li {
  -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-tabview.p-tabview-right .p-tabview-nav li:hover {
  border-left-color: transparent;
}
body .p-tabview .p-tabview-panel {
  padding: 0.375em 0.75em;
}
body .p-scrollpanel .p-scrollpanel-drag {
  background-color: #e3e3e3;
}
body .p-scrollpanel .p-scrollpanel-track {
  background-color: #f7f7f7;
  border: 0 none;
}
body .p-scrollpanel .p-scrollpanel-corner {
  background-color: #f7f7f7;
}
body .p-toolbar {
  padding: 0.375em 0.75em;
}
body .p-toolbar .fa-ellipsis-v {
  color: #aaaaaa;
  margin: 0 0.5em;
}
body .p-tooltip .p-tooltip-arrow {
  color: #2d353c;
}
body .p-tooltip .p-tooltip-text {
  background-color: #2d353c;
}
@media (max-width: 640px) {
  body .p-panelgrid .p-grid-responsive .p-grid-row {
    border: 0 none;
  }
}
body .p-paginator {
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
body .p-paginator .p-paginator-first,
body .p-paginator .p-paginator-prev,
body .p-paginator .p-paginator-next,
body .p-paginator .p-paginator-last {
  color: #00b1b0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  min-height: 0.875em;
  min-width: 2em;
  padding: 0.5em 0.5em;
  vertical-align: top;
}
body .p-paginator .p-paginator-first:hover,
body .p-paginator .p-paginator-prev:hover,
body .p-paginator .p-paginator-next:hover,
body .p-paginator .p-paginator-last:hover {
  background-color: #f4f3f4;
}
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;
  top: 0.063em;
}
body .p-paginator .p-paginator-first {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-prev {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-next {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-last {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-paginator .p-paginator-pages {
  padding: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page {
  padding: 0.5em 0.625em;
  min-width: 2em;
  color: #00b1b0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 0;
}
body .p-paginator .p-paginator-pages .p-paginator-page.p-state-active {
  color: #ffffff;
}
body .p-paginator .p-paginator-pages .p-paginator-page:hover {
  background-color: #f4f3f4;
}
body .p-paginator .p-paginator-pages .p-paginator-page:hover.p-state-active {
  background-color: #00b1b0;
}
body .p-table .p-datatable-header,
body .p-table .p-datatable-footer {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-table .p-editable-column.p-cell-editing .p-cell-editor {
  font-size: medium;
}
body .p-table .p-paginator {
  padding: 0;
}
body .p-table .p-datatable-thead > tr > th,
body .p-table .p-datatable-tfoot > tr > td {
  background-color: #ffffff;
  padding: 0.75em;
  border-color: #c7c7c7;
  color: #373a3c;
}
body .p-table thead th.p-sortable-column:not(.p-state-active):hover {
  background-color: #e3e3e3;
}
body .p-table thead th.p-state-active {
  background-color: #00b1b0;
  border-color: #138fa8;
  color: #ffffff;
}
body .p-table thead th.p-state-active .p-dropdown-item {
  color: #373a3c;
}
body .p-table thead th:focus {
  outline: 0 none;
  background-color: #f0f3f5;
}
body .p-table thead th:focus.p-state-active {
  background-color: #0283f1;
}
body .p-table tfoot th.p-state-default {
  background-color: #ffffff;
  padding: 0.375em 0.75em;
  border-color: #c7c7c7;
  color: #373a3c;
}
body .p-table .p-datatable-data tr.p-datatable-even {
  background-color: #f7f7f7;
}
body .p-table .p-datatable-data tr.p-datatable-even.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
  border-color: #138fa8;
}
body .p-table .p-datatable-data tr.p-highlight {
  border-color: #138fa8;
}
body
  .p-table
  .p-datatable-data.p-datatable-hoverable-rows
  > tr.p-component-content:not(.p-highlight):hover {
  background-color: #e3e3e3;
  cursor: pointer;
}
body .p-table .p-datatable-data tr.p-row-editing.p-datatable-odd,
body .p-table .p-datatable-data tr.p-row-editing.p-datatable-even {
  border-color: #c7c7c7;
  border-bottom-color: #00b1b0;
}
body .p-table .p-datatable-data > tr > td {
  padding: 0.75em;
}
body .p-table .p-datatable-data tr td.p-editable-column input {
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-table .p-datatable-scrollable-header,
body .p-table .p-datatable-scrollable-footer {
  background-color: #e1e1e1;
}
body
  .p-table
  .p-datatable-scrollable-header
  .p-datatable-scrollable-header-box
  td,
body
  .p-table
  .p-datatable-scrollable-footer
  .p-datatable-scrollable-header-box
  td {
  color: #373a3c;
}
body .p-table .p-datatable-data tr.p-rowgroup-header {
  font-weight: bold;
}
body .p-table .p-rowgroup-header {
  color: #2d353c;
}

body .p-table .p-rowgroup-header a {
  color: #2d353c;
}

body .p-dataview .p-datagrid-header {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-dataview .p-paginator {
  padding: 0;
}
body .p-dataview .p-datalist-header {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-dataview .p-paginator {
  padding: 0;
}
body .p-datascroller .p-datascroller-header {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-picklist .p-picklist-buttons button {
  font-size: 1.1em;
}
body .p-picklist .p-picklist-caption {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-picklist .p-picklist-filter-container {
  margin-bottom: 0.063em;
}
body .p-picklist .p-picklist-filter-container .p-icon {
  top: 0.313em;
  right: 0.25em;
  color: #747a7f;
}
body .p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.375em 0.75em;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-orderlist .p-orderlist-controls button {
  font-size: 1.1em;
}
body .p-orderlist .p-orderlist-caption {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
  box-sizing: border-box;
  width: 12.5em;
}
body .p-orderlist .p-orderlist-list {
  box-sizing: border-box;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.375em 0.75em;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body .p-orderlist .p-orderlist-list .p-orderlist-item:last-child {
  border-bottom: none;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-orderlist.p-grid-responsive .p-grid-row .p-orderlist-controls {
  margin-right: 0;
  padding-right: 0.5em;
}
body .p-carousel {
  padding: 0;
}
body .p-carousel .p-carousel-header {
  margin: 0;
  border: 0 none;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-carousel .p-carousel-header .p-carousel-header-title {
  padding: 0;
}
body .p-carousel .p-carousel-footer {
  border: 0 none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-carousel .p-carousel-button {
  margin-top: 0.2em;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #767b7f;
}
body .p-carousel .p-carousel-button:hover {
  color: #2d353c;
}
body .p-carousel .p-carousel-button.p-disabled:hover {
  color: #2d353c;
}
body .p-carousel .p-carousel-page-links {
  margin-top: 0.188em;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link {
  color: #767b7f;
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link.fa-circle-o {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
}
body
  .p-carousel
  .p-carousel-page-links
  .p-carousel-page-link.fa-circle-o:before {
  content: '';
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link.fa-dot-circle-o {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
}
body
  .p-carousel
  .p-carousel-page-links
  .p-carousel-page-link.fa-dot-circle-o:before {
  content: '';
}
body .p-carousel .p-carousel-page-links .p-carousel-page-link.p-icon-radio-on {
  color: #00b1b0;
  background-color: #767b7f;
}
body .p-treetable .p-treetable-header {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-treetable .p-treetable-footer {
  padding: 0.75em 1.25em;
  background-color: #e1e1e1;
}
body .p-treetable .p-paginator {
  padding: 0.375em 0.75em;
}
body .p-treetable thead th {
  background-color: #ffffff;
  padding: 0.75em;
  border-color: #c7c7c7;
  color: #373a3c;
}
body .p-treetable thead th.p-state-active {
  border-color: #138fa8;
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-treetable tfoot td {
  background-color: #ffffff;
  padding: 0.75em;
  border-color: #e6e6e6;
}
body .p-treetable .p-treetable-data tr:not(.p-highlight):hover {
  background-color: #e3e3e3;
}
body .p-treetable .p-treetable-row.p-highlight .p-chkbox-icon {
  color: #555555;
  margin: 0;
}
body .p-treetable .p-treetable-row.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
body
  .p-treetable
  .p-treetable-row.p-treetable-row-selectable:not(.p-highlight):hover {
  background-color: #e3e3e3;
}
body .p-treetable .p-treetable-data tr.p-highlight {
  border-color: #138fa8;
}
body .p-treetable .p-treetable-data tr td .p-treetable-toggler {
  font-size: 3em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
body .p-treetable .p-treetable-data tr td .p-chkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
body .p-treetable tbody td {
  padding: 0.75em;
}
body .p-treetable .p-treetable-data tr td .p-chkbox .p-chkbox-icon {
  color: #00b1b0;
  left: 0px;
}
body .p-treetable .p-treetable-scrollable-header,
body .p-treetable .p-treetable-scrollable-footer {
  background-color: #f0f3f5;
}
body
  .p-treetable
  .p-treetable-scrollable-header
  .p-treetable-scrollable-header-box
  td,
body
  .p-treetable
  .p-treetable-scrollable-footer
  .p-treetable-scrollable-header-box
  td {
  color: #373a3c;
}
body .p-treetable .p-treetable-scrollable-body::-webkit-scrollbar {
  background-color: #f0f3f5;
}
body .p-tree {
  box-sizing: border-box;
}
body .p-tree .p-treenode .p-treenode-content .p-tree-toggler {
  font-size: 1.1em;
  vertical-align: middle;
  display: inline-block;
  color: #747a7f;
  margin-top: 0.2em;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0.2em 0.375em 0 0;
  font-size: 1.1em;
  color: #747a7f;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-label {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
}
body
  .p-tree.p-tree-selectable
  .p-treenode
  .p-treenode-content
  .p-treenode-label:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-tree .p-treenode .p-treenode-content .p-treenode-label.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-tree .p-tree-droppoint:hover {
  background-color: #00b1b0;
}
body .p-tree.p-tree-horizontal .p-treenode-content {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
}
body
  .p-tree.p-tree-horizontal
  .p-treenode-content.p-treenode-selectable
  .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
body
  .p-tree.p-tree-horizontal
  .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-tree.p-tree-horizontal .p-treenode-content.p-highlight {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-tree.p-tree-horizontal .p-treenode-content.p-highlight .p-tree-toggler,
body
  .p-tree.p-tree-horizontal
  .p-treenode-content.p-highlight
  .p-treenode-icon {
  color: #ffffff;
}
body .p-tree.p-tree-horizontal .p-treenode-content .p-chkbox .p-icon {
  color: #00b1b0;
}
body .p-tree-draghelper {
  border: 1px solid #00b1b0;
}
body .fc .fc-event {
  background-color: #025aa5;
  border-color: #025aa5;
}
body .fc .fc-slats td {
  background-color: #ffffff;
}
body .fc .fc-toolbar .fc-prev-button span {
  line-height: inherit;
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
}
body .fc .fc-toolbar .fc-prev-button span:before {
  content: '';
}
body .fc .fc-toolbar .fc-prev-button .p-icon {
  position: relative;
  top: 0.186em;
}
body .fc .fc-toolbar .fc-next-button span {
  line-height: inherit;
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
}
body .fc .fc-toolbar .fc-next-button span:before {
  content: '';
}
body .fc .fc-toolbar .fc-next-button .p-icon {
  position: relative;
  top: 0.186em;
}
/* Messages */

.p-messages.p-messages-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.p-messages.p-messages-success .p-messages-close {
  color: #3c763d;
}
.p-messages.p-messages-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.p-messages.p-messages-info .p-messages-close {
  color: #31708f;
}
.p-messages.p-messages-warn {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.p-messages.p-messages-warn .p-messages-close {
  color: #8a6d3b;
}
.p-messages.p-messages-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.p-messages.p-messages-error .p-messages-close {
  color: #a94442;
}
/* Growl */

.p-growl .p-growl-message-success {
  background-color: #dff0d8;
  color: #3c763d;
}
.p-growl .p-growl-message-info {
  background-color: #d9edf7;
  color: #31708f;
}
.p-growl .p-growl-message-warn {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.p-growl .p-growl-message-error {
  background-color: #f2dede;
  color: #a94442;
}
body .p-overlaypanel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-overlaypanel .p-overlaypanel-close {
  background-color: #ffffff;
  color: #373a3c;
  border: 1px solid #c7c7c7;
  padding: 0.125em;
  border-radius: 15px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-overlaypanel .p-overlaypanel-close:hover {
  color: #00b1b0;
}
body .p-overlaypanel .p-overlaypanel-close span {
  margin-left: 0.063em;
}
body .p-dialog {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-dialog .p-dialog-titlebar {
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
}
body .p-dialog .p-dialog-titlebar .p-dialog-title {
  margin: 0;
  float: none;
  font-size: 1.5em;
  font-weight: bold;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon {
  color: #767b7f;
  border: 0 none;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0;
}
body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover {
  color: #2d353c;
}
body .p-dialog .p-dialog-content {
  padding: 1em;
}
body .p-dialog .p-dialog-buttonpane {
  padding: 0.375em 0.75em;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
body .p-dialog.p-confirm-dialog .p-dialog-content > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  margin: 0;
}
body .p-tooltip .p-tooltip-text {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-tooltip.p-state-error {
  border: 0 none;
}
body .p-lightbox {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-lightbox .p-lightbox-caption {
  padding: 0.375em 0.75em;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text {
  color: #2d353c;
  margin: 0;
}
body .p-lightbox .p-lightbox-caption .p-lightbox-close {
  padding: 0;
  color: #2d353c;
  -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: #00b1b0;
}
body .p-lightbox .p-lightbox-content-wrapper {
  overflow: hidden;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5em;
  margin-left: 0.25em;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:before {
  content: '';
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left span {
  display: none;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right {
  background: none !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.5em;
  margin-right: 0.25em;
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:before {
  content: '';
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right span {
  display: none;
}
body
  .p-lightbox
  .p-lightbox-content-wrapper
  .p-lightbox-content.p-lightbox-loading
  + a {
  display: none;
}
body .p-breadcrumb {
  background-color: #ffffff;
  padding: 0.375em 0.75em;
}
body .p-breadcrumb ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
body .p-breadcrumb ul li .p-menuitem-link {
  color: #00b1b0;
  margin: 0;
  position: relative;
  top: 0;
}
body .p-breadcrumb ul li.p-breadcrumb-chevron {
  font-size: 1em;
  margin: 0.25em 0.375em 0 0.375em;
  color: #767b7f;
}
body .p-breadcrumb ul li.p-breadcrumb-chevron.fa-chevron-right:before {
  content: '/';
  font-size: 1.375em;
  font-weight: 700;
}
body .p-breadcrumb ul li:first-child {
  font-size: 1.2em;
}
body .p-breadcrumb ul li:first-child a.p-icon-home {
  color: #767b7f;
  margin: 0;
}
body .p-steps {
  position: relative;
}
body .p-steps .p-steps-item {
  background-color: transparent;
  text-align: center;
}
body .p-steps .p-steps-item.p-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .p-steps .p-steps-item .p-menuitem-link {
  display: inline-block;
  text-align: center;
  background-color: transparent;
  overflow: hidden;
}
body .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  display: inline-block;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.25em 0.563em;
  color: #747a7f;
  position: relative;
  width: 28px;
  margin-top: 0;
  font-size: 1em;
  top: 0.875em;
  margin-bottom: 0.75em;
  border: 1px solid #cccccc;
}
body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  display: block;
  margin-top: 0.375em;
  color: #747a7f;
}
body .p-steps .p-steps-item.p-highlight .p-steps-number {
  background-color: #00b1b0;
  color: #ffffff;
  border-color: #00b1b0;
}
body .p-steps .p-steps-item:not(.p-highlight) .p-steps-number:hover {
  background-color: #e6e6e6;
}
body .p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 700;
  color: #373a3c;
}
body .p-steps .p-steps-item:last-child .p-menuitem-link {
  display: block;
}
body .p-steps:before {
  content: ' ';
  border: 1px solid #00b1b0;
  width: 100%;
  top: 45%;
  left: 0;
  display: block;
  position: absolute;
}
body .p-menu {
  padding: 0;
}
body .p-menu.p-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-menu .p-menu-parent .p-submenu-icon {
  margin-top: 0.2em;
}
body .p-menu .p-menu-list .p-component-header {
  width: 100%;
  box-sizing: border-box;
  border: 0 none;
  background: #e6e6e6;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-menu .p-menu-list .p-component-header h3 {
  padding: 0.375em 0.75em;
  font-weight: 400;
}
body .p-menu .p-menu-list .p-component-header .p-icon {
  color: #767b7f;
}
body .p-menu .p-menu-list .p-component-header:hover {
  background-color: #e6e6e6;
}
body .p-menu .p-menu-list .p-component-header:hover .p-icon {
  color: #2d353c;
}
body .p-menu .p-menu-list .p-component-header:first-child {
  margin-top: 0;
}
body .p-menu .p-menu-list .p-menuitem {
  margin: 0;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-menu .p-menu-list .p-menuitem .p-menuitem-link {
  padding: 0.5em 0.75em;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #373a3c;
}
body .p-menu .p-menu-list .p-menuitem .p-menuitem-link:hover,
body .p-menu .p-menu-list .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background-color: #00b1b0;
  color: #ffffff;
}
body .p-menu .p-menu-list .p-menu-child {
  padding: 0;
}
body .p-menu .p-menu-list .p-menu-child.p-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
body .p-menu.p-menubar {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
body .p-menu.p-menubar > .p-menu-list > .p-menuitem {
  width: auto;
}
body .p-menu.p-menubar > .p-menu-list > .p-menuitem > .p-menuitem-link {
  color: #2d353c;
}
body
  .p-menu.p-menubar
  > .p-menu-list
  > .p-menuitem
  > .p-menuitem-link
  .p-menuitem-icon {
  color: #767b7f;
}
body .p-menu.p-menubar > .p-menu-list > .p-menuitem > .p-menuitem-link:hover {
  color: #ffffff;
}
body
  .p-menu.p-menubar
  > .p-menu-list
  > .p-menuitem
  > .p-menuitem-link:hover
  .p-menuitem-icon {
  color: #ffffff;
}
body .p-menu.p-menubar > .p-menu-list > .p-menuitem.p-menubar-options {
  margin-right: 8px;
}
body .p-menu.p-megamenu .p-menu-list > table > tbody > tr > td {
  padding: 0;
}
body .p-menu.p-megamenu.p-megamenu-vertical > .p-menu-list .p-menuitem {
  width: 100%;
}
body .p-tabmenu {
  border: 0 none;
}
body .p-tabmenu .p-tabmenu-nav {
  padding: 0;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin: 0;
  position: static;
  -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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  color: #2d353c;
  padding: 0.375em 0.75em;
}
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 {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
body
  .p-tabmenu
  .p-tabmenu-nav
  .p-tabmenuitem
  .p-menuitem-link
  .p-menuitem-icon {
  color: #767b7f;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-state-active):hover {
  background-color: #e6e6e6;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:hover .p-menuitem-icon {
  color: #2d353c;
}
body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-state-active .p-menuitem-link {
  background-color: #00b1b0;
  color: #ffffff;
}
body
  .p-tabmenu
  .p-tabmenu-nav
  .p-tabmenuitem.p-state-active
  .p-menuitem-link
  .p-menuitem-icon {
  color: #ffffff;
}
body .p-menubutton .p-button.p-button-text-icon-left .p-icon {
  margin-top: -0.625em;
}
body .p-panelmenu .fa {
  position: static;
}
body .p-panelmenu .p-panelmenu-panel {
  border: 1px solid #c7c7c7;
  border-bottom: none;
}
body .p-panelmenu .p-panelmenu-panel:last-child {
  border-bottom: 1px solid #c7c7c7;
}
body .p-panelmenu .p-panelmenu-header {
  background-color: #ffffff;
  padding: 0;
  font-size: 1em;
  color: #2d353c;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
body .p-panelmenu .p-panelmenu-header .fa {
  color: #767b7f;
}
body .p-panelmenu .p-panelmenu-header a {
  padding: 0.5em 0.75em;
  color: #2d353c;
}
body .p-panelmenu .p-panelmenu-header:not(.p-state-active):hover {
  background-color: #e6e6e6;
}
body .p-panelmenu .p-panelmenu-header:not(.p-state-active):hover .fa {
  color: #2d353c;
}
body .p-panelmenu .p-panelmenu-header.p-state-active {
  background-color: #00b1b0;
}
body .p-panelmenu .p-panelmenu-header.p-state-active a {
  color: #ffffff;
}
body .p-panelmenu .p-panelmenu-header.p-state-active .fa {
  color: #ffffff;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link {
  padding: 0.375em 0.75em;
  color: #373a3c;
  -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: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link:hover {
  background-color: #f4f3f4;
  color: #373a3c;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link > span.fa {
  display: inline-block;
  vertical-align: middle;
  left: auto;
}
body .p-panelmenu .p-panelmenu-content .p-menuitem-link .p-menuitem-text {
  display: inline-block;
  vertical-align: middle;
}
body .p-progressbar {
  border: 0 none;
  background-color: #e3e3e3;
}
body .p-progressbar .p-progressbar-value {
  border: 0 none;
  background: #299bfd;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .p-progressbar .p-progressbar-label {
  margin-top: -0.063em;
}
body .p-galleria .p-galleria-nav-prev {
  font-size: 1em;
  color: #767b7f;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-galleria .p-galleria-nav-prev:hover {
  color: #2d353c;
}
body .p-galleria .p-galleria-nav-next {
  font-size: 1em;
  color: #767b7f;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
body .p-galleria .p-galleria-nav-next:hover {
  color: #2d353c;
}

body .p-slidemenu .p-slidemenu-backward {
  border: 0 none;
  background-color: #e1e1e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Validation */
.p-inputtext.ng-dirty.ng-invalid,
p-dropdown.ng-dirty.ng-invalid > .p-dropdown,
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext,
p-calendar.ng-dirty.ng-invalid > .p-inputtext,
p-chips.ng-dirty.ng-invalid > .p-inputtext,
p-inputmask.ng-dirty.ng-invalid > .p-inputtext,
p-checkbox.ng-dirty.ng-invalid .p-chkbox-box,
p-radiobutton.ng-dirty.ng-invalid .p-radiobutton-box,
p-inputswitch.ng-dirty.ng-invalid .p-inputswitch,
p-listbox.ng-dirty.ng-invalid .p-inputtext,
p-multiselect.ng-dirty.ng-invalid > .p-multiselect,
p-spinner.ng-dirty.ng-invalid > .p-inputtext,
p-selectbutton.ng-dirty.ng-invalid .p-button,
p-togglebutton.ng-dirty.ng-invalid .p-button {
  border-bottom-color: #e13131;
}

/* TurboTable */
.p-table .p-datatable-thead > tr > th,
.p-table .p-datatable-tfoot > tr > td {
  background: #f6f7f9;
  border: 1px solid #d9d9d9;
  color: #1b1d1f;
}

.p-table .p-datatable-tbody > tr {
  background: #ffffff;
  color: #222222;
}

.p-table .p-datatable-tbody > tr:nth-child(even) {
  background-color: #fafafb;
}

.p-table .p-datatable-tbody > tr > td {
  border: 1px solid #d5d5d5;
  background: inherit;
}

.p-table .p-datatable-tbody > tr.p-highlight {
  cursor: pointer;
  background-color: #00b1b0;
  color: #ffffff;
}

.p-table .p-datatable-tbody > tr.p-contextmenu-selected {
  background-color: #3ca1e2;
  color: #ffffff;
}

.p-table .p-sortable-column.p-highlight {
  cursor: pointer;
  background-color: #00b1b0;
  color: #ffffff;
}

.p-table .p-sortable-column:not(.p-highlight):hover {
  cursor: pointer;
  background: #00b1b0;
  color: #ffffff;
}

.p-table.p-datatable-hoverable-rows
  .p-datatable-tbody
  > tr:not(.p-highlight):hover {
  cursor: pointer;
  background: #00b1b0;
  color: #ffffff;
}

@media (max-width: 35em) {
  .p-datatable-responsive .p-datatable-tbody > tr {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

.p-table .p-datatable-tbody > tr > td,
.p-table .p-datatable-tfoot > tr > td,
.p-table .p-datatable-thead > tr > th {
  padding: 0.25em 0.5em;
}
.p-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.p-datatable .p-datatable-loading-overlay {
  background-color: #424242;
  opacity: 0.25;
}

.p-datatable .p-datatable-loading-icon {
  font-size: 4rem !important;
  color: #00b1b0;
}
