@charset "UTF-8";

/*           Common           */
/* Icons */
/* Validatioj */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Messages */
/* Overlays */
/* Data */
/* Add your variable customizations of theme here */
body .p-element,
body .p-component,
body .p-element .p-element {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  text-decoration: none;
}

body .p-element-content {
  background-color: #ffffff;
  border: 1px solid #c7cdd1;
}

body .p-element-header {
  background-color: #ffffff;
  color: #757575;
  border: 1px solid #c7cdd1;
  font-weight: bold;
}

body .p-state-active,
body .p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-state-error,
body .p-state-default.p-state-error {
  border: solid 1px #e17576;
}

body .p-icon {
  width: 16px;
}

body .p-state-disabled,
body .p-element:disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}

body .p-state-disabled *,
body .p-element:disabled * {
  cursor: default !important;
}

body .p-corner-all {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

body .p-corner-top {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

body .p-corner-bottom {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

body .p-corner-left {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .p-corner-right {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

body .p-element-overlay {
  background-color: #424242;
  /* opacity: 0.7; */
  filter: alpha(opacity=70);
}

body a {
  color: #2d6891;
  text-decoration: none;
}

body a:hover {
  color: #2d6891;
}

body .ajax-loader {
  font-size: 28px;
  color: #3984b8;
}

body .p-inputtext {
  background: #ffffff;
  padding: 0.385em;
  border: 1px solid #bdc3c9;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  color: #757575;
}

body .p-inputtext:enabled:hover:not(.p-state-error) {
  border-color: #979ca0;
}

body .p-inputtext:enabled:focus:not(.p-state-error) {
  border-color: #3984b8;
}

body .p-inputtext.ng-dirty.ng-invalid {
  background-color: #ffffff;
}

body .p-inputtext.ng-dirty.ng-invalid:hover {
  border-color: #e17576;
}

body .p-inputtext.ng-dirty.ng-invalid:focus {
  border-color: #e17576;
  box-shadow: none;
}

body .p-inputtext.ng-dirty.ng-invalid:active {
  border-color: #e17576;
}

body .p-button {
  color: #ffffff;
  background-color: #3984b8 !important;
  border: 1px solid transparent !important;
  font-size: 13px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: 0.385em 0.6em 0.385em 0.5em;
}

body .p-button:enabled:hover {
  background-color: #3376a5 !important;
}

body .p-button:enabled:focus {
  outline: 0 none;
  background-color: #4591c5 !important;
}

body .p-button:enabled:active {
  background-color: #2d6891 !important;
}

body .p-button.p-button-text-only .p-button-label {
  padding: 0.385em 0.6em;
}

body .p-button.p-button-text-icon-left .p-button-label {
  padding: 0.385em 0.6em 0.385em 2em;
}

body .p-button.p-button-text-icon-right .p-button-label {
  padding: 0.385em 2em 0.385em 0.6em;
}

body .p-button.p-button-icon-only .p-button-label {
  padding: 0.385em;
}

body .p-button.blue-btn {
  background-color: #3984b8;
}

body .p-button.blue-btn:enabled:hover {
  background-color: #3376a5 !important;
}

body .p-button.blue-btn:enabled:focus {
  background-color: #4591c5 !important;
}

body .p-button.blue-btn:enabled:active {
  background-color: #2d6891 !important;
}

body .p-button.purple-btn {
  background-color: #7e8dcd;
}

body .p-button.purple-btn:enabled:hover {
  background-color: #6c7dc6;
}

body .p-button.purple-btn:enabled:focus {
  background-color: #909dd4;
}

body .p-button.purple-btn:enabled:active {
  background-color: #596dbf;
}

body .p-button.orange-btn {
  background-color: #f6ac2b;
}

body .p-button.orange-btn:enabled:hover {
  background-color: #f5a213;
}

body .p-button.orange-btn:enabled:focus {
  background-color: #f7b643;
}

body .p-button.orange-btn:enabled:active {
  background-color: #e4950a;
}

body .p-button.pink-btn {
  background-color: #e175a0;
}

body .p-button.pink-btn:enabled:hover {
  background-color: #dc6092;
}

body .p-button.pink-btn:enabled:focus {
  background-color: #e68aae;
}

body .p-button.pink-btn:enabled:active {
  background-color: #d84b83;
}

body .p-button.green-btn {
  background-color: #3eb839;
}

body .p-button.green-btn:enabled:hover {
  background-color: #37a533;
}

body .p-button.green-btn:enabled:focus {
  background-color: #4ac545;
}

body .p-button.green-btn:enabled:active {
  background-color: #31912d;
}

body .p-button.red-btn {
  background-color: #e17576;
}

body .p-button.red-btn:enabled:hover {
  background-color: #dc6061;
}

body .p-button.red-btn:enabled:focus {
  background-color: #e68a8b;
}

body .p-button.red-btn:enabled:active {
  background-color: #d84b4c;
}

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-button.rounded-btn {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

body .p-button.p-state-default.p-button-secondary,
body .p-buttonset.p-button-secondary>.p-button.p-state-default {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #757575;
}

body .p-button.p-state-default.p-button-secondary:enabled:hover,
body .p-buttonset.p-button-secondary>.p-button.p-state-default:enabled:hover {
  border-color: #e7e7e7;
  background-color: #e7e7e7;
}

body .p-button.p-state-default.p-button-secondary:enabled:focus,
body .p-buttonset.p-button-secondary>.p-button.p-state-default:enabled:focus {
  border-color: #f4f4f4;
  outline: 0 none;
  background-color: #f9f9f9;
}

body .p-button.p-state-default.p-button-secondary:enabled:active,
body .p-buttonset.p-button-secondary>.p-button.p-state-default:enabled:active {
  border-color: #dbdbdb;
  background-color: #dbdbdb;
}

body .p-button.p-state-default.p-button-info,
body .p-buttonset.p-button-info>.p-button.p-state-default {
  background-color: #3984b8;
  border-color: #3984b8;
}

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: #3376a5 !important;
}

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;
  background-color: #4591c5 !important;
}

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: #2d6891 !important;
}

body .p-button.p-state-default.p-button-success,
body .p-buttonset.p-button-success>.p-button.p-state-default {
  background-color: #3eb839;
  border-color: #3eb839;
}

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: #37a533;
}

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;
  background-color: #4ac545;
}

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: #31912d;
}

body .p-button.p-state-default.p-button-warning,
body .p-buttonset.p-button-warning>.p-button.p-state-default {
  background-color: #f6ac2b;
  border-color: #f6ac2b;
}

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: #f5a213;
}

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;
  background-color: #f7b643;
}

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: #e4950a;
}

body .p-button.p-state-default.p-button-danger,
body .p-buttonset.p-button-danger>.p-button.p-state-default {
  background-color: #e17576;
  border-color: #e17576;
}

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: #dc6061;
}

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;
  background-color: #e68a8b;
}

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: #d84b4c;
}

body .p-fluid .p-button-icon-only {
  width: auto;
}

body .p-chkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 16px;
  height: 16px;
}

body .p-chkbox .p-chkbox-box {
  border: 1px solid #bdc3c9;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  -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-state-disabled):not(.p-state-active):hover {
  border: 1px solid #979ca0;
}

body .p-chkbox .p-chkbox-box.p-state-active {
  border: 1px solid #3984b8;
  background-color: #3984b8;
  color: #ffffff;
}

body .p-chkbox .p-chkbox-box.p-state-focus {
  border: 1px solid #3984b8;
  -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-chkbox .p-chkbox-box .p-chkbox-icon {
  overflow: hidden;
  position: relative;
  font-size: 12px;
  top: 0.05em;
}

body .p-chkbox-label {
  margin: 0 0 0 0.5em;
}

body .p-radiobutton {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 16px;
  height: 16px;
}

body .p-radiobutton .p-radiobutton-box {
  border: 1px solid #bdc3c9;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

body .p-radiobutton .p-radiobutton-box:not(.p-state-disabled):not(.p-state-active):hover {
  border: 1px solid #979ca0;
}

body .p-radiobutton .p-radiobutton-box.p-state-active {
  border: 1px solid #979ca0;
  background-color: #ffffff;
  color: #ffffff;
}

body .p-radiobutton .p-radiobutton-box.p-state-active .p-radiobutton-icon {
  background-color: #3984b8;
}

body .p-radiobutton .p-radiobutton-box.p-state-focus {
  border: 1px solid #3984b8;
  -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 {
  -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%;
  background: transparent;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-top: 0.23em;
  position: initial;
  margin-left: 0;
}

body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before {
  display: none;
}

body .p-radiobutton-label {
  margin: 0 0 0 0.5em;
}

body .p-inputswitch {
  height: 2em;
  width: 3.231em !important;
}

body .p-inputswitch .p-inputswitch-slider {
  background-color: #ffffff;
  border: 1px solid #c7cdd1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -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;
  height: 1.846em;
  width: 1.615em;
  left: 0;
  bottom: 0;
  border-radius: 0;
  border-bottom-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  -webkit-transform: translateX(1.55em);
  -ms-transform: translateX(1.55em);
  transform: translateX(1.55em);
}

body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
  background-color: #dee4e9;
  border-color: #c7cdd1;
}

body .p-inputswitch:not(.p-state-disabled):hover .p-inputswitch-slider {
  border-color: #979ca0;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background-color: #ffffff;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background-color: #3984b8;
  border-radius: 0;
  border-bottom-right-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  border-top-right-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
}

body .p-inputswitch.p-inputswitch-checked:not(.p-state-disabled):hover .p-inputswitch-slider {
  border-color: #979ca0;
}

body .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider {
  background-color: #dee4e9;
  border-color: #c7cdd1;
  -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-autocomplete .p-autocomplete-dropdown {
  width: 2em;
}

body .p-autocomplete .p-autocomplete-dropdown.p-button-icon-only .p-button-label {
  padding: 0.385em;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 0.385em;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-state-disabled):hover {
  border-color: #979ca0;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-state-disabled).p-state-focus {
  border-color: #3984b8;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0 0.25em 0 0;
  vertical-align: top;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  font-size: 11px;
  vertical-align: top;
}

body .p-autocomplete-panel {
  border: 0 none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 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.5em 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group {
  padding: 0.5em 1em;
  background-color: #dee4e9;
  color: #757575;
}

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-chips>ul.p-inputtext {
  padding: 0.25em;
  display: inline-block;
}

body .p-chips>ul.p-inputtext:not(.p-state-disabled):hover {
  border: 1px solid #979ca0;
}

body .p-chips>ul.p-inputtext:not(.p-state-disabled).p-state-focus {
  border: 1px solid #3984b8;
  -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 input {
  font-size: 13px;
  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 {
  font-size: 1em;
}

body .p-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bdc3c9;
}

body .p-dropdown:not(.p-state-disabled):hover {
  border: 1px solid #979ca0;
}

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-trigger {
  background-color: #ffffff;
  width: 2em;
  text-align: center;
  padding: 0;
}

body .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #b5b5b5;
}

body .p-dropdown:not(.p-state-disabled).p-state-focus {
  border: 1px solid #3984b8;
  -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-dropdown:not(.p-state-disabled).p-state-focus .p-dropdown-trigger .pi-caret-down {
  color: #3984b8;
}

body .p-dropdown-panel {
  background-color: #ffffff;
  border: 0 none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-dropdown-panel .p-dropdown-filter-container {
  padding: 0.5em 1em;
}

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;
  background-color: #ffffff;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5em 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-state-highlight):not(.p-state-disabled):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item>td {
  padding: 0.5em 1em;
}

body .p-dropdown-panel .p-dropdown-items .p-selectonemenu-item-group {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.5em 1em;
  background-color: #e6e6e6;
}

body .p-multiselect {
  background: #ffffff;
  border: 1px solid #bdc3c9;
}

body .p-multiselect .p-multiselect-label {
  padding: 0.385em;
  padding-right: 2.3em;
}

body .p-multiselect .p-multiselect-trigger {
  width: 2em;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
}

body .p-multiselect .p-multiselect-trigger .pi {
  width: auto;
  color: #b5b5b5;
}

body .p-multiselect:not(.p-state-disabled):hover {
  border: 1px solid #979ca0;
}

body .p-multiselect:not(.p-state-disabled).p-state-focus {
  border: 1px solid #3984b8;
  -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: #3984b8;
}

body .p-multiselect-panel {
  padding: 0;
  min-width: 12em;
  border: 0 none;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-multiselect-panel .p-multiselect-header {
  padding: 0.5em 1em;
  border: 0 none;
  border-bottom: 1px solid #c7cdd1;
}

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: 1px; */
  width: 100%;
  box-sizing: border-box;
  /* text-indent: 1.5em; */
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
  color: #757575;
  /* 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-multiselect-close {
  color: #757575;
  font-size: 17px;
  margin: 0;
  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: #3984b8;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  color: #599ccb;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 0.5em 1em;
}

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 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: #dee4e9;
  color: #757575;
}

body .p-listbox {
  padding: 0;
  background-color: #ffffff;
  border-color: #c7cdd1;
  min-width: 12em;
}

body .p-listbox .p-chkbox {
  margin-right: 0.5em;
}

body .p-listbox .p-listbox-header {
  padding: 0.5em 1em;
  border: 0 none;
  border-bottom: 1px solid #c7cdd1;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container input {
  width: 100%;
  padding-left: 1.5em;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  top: 0.2em;
  left: 0.4em;
}

body .p-listbox .p-listbox-item {
  margin: 0;
  padding: 0.5em 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .p-listbox .p-listbox-item.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-listbox .p-listbox-item>td {
  padding: 0.5em 1em;
}

body .p-listbox:not(.p-state-disabled) .p-listbox-item:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-listbox.p-state-disabled .p-chkbox-box:not(.p-state-disabled):not(.p-state-active):hover {
  border: 1px solid #bdc3c9;
}

body .p-editor-container .p-editor-toolbar {
  background-color: #f9f9f9;
}

body .p-editor-container .ql-picker.ql-expanded .ql-picker-label {
  color: #444444;
}

body .p-rating a {
  color: #3984b8;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

body .p-rating a:focus {
  outline: 0 none;
}

body .p-rating .pi {
  font-size: 25px;
  height: 25px;
  width: 25px;
}

body .p-rating .pi.pi-ban {
  color: #e175a0;
}

body .p-rating .pi.pi-ban:hover {
  color: #e68aae;
}

body .p-spinner input {
  padding-right: 1.8em;
}

body .p-spinner .p-spinner-button {
  z-index: auto;
  background-color: #ffffff;
  color: #b5b5b5;
}

body .p-spinner .p-spinner-button:not(.p-state-disabled):hover {
  background-color: #ffffff;
  color: #3984b8;
}

body .p-spinner .p-spinner-button:not(.p-state-disabled):focus {
  background-color: #ffffff;
  color: #3984b8;
}

body .p-spinner .p-spinner-button:not(.p-state-disabled):active {
  background-color: #ffffff;
  color: #757575;
}

body .p-spinner .p-spinner-button.p-spinner-up {
  top: 1px;
  right: 1px;
}

body .p-spinner .p-spinner-button.p-spinner-down {
  bottom: 1px;
  right: 1px;
}

body .p-slider {
  background-color: #dee4e9;
  border-color: #dee4e9;
}

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: #3984b8;
  border-radius: 100%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body .p-slider .p-slider-range {
  background-color: #6ca8d1;
}

body .p-slider:not(.p-state-disabled) .p-slider-handle:hover {
  background-color: #3376a5 !important;
}

body .p-togglebutton {
  background-color: #c6cbcf;
  color: #4f4f4f;
}

body .p-togglebutton:not(.p-state-disabled):not(.p-state-active):hover {
  background-color: #b8bec3;
}

body .p-togglebutton:not(.p-state-disabled):not(.p-state-active).p-state-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);
  border: 1px solid #3984b8;
}

body .p-togglebutton.p-state-active {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-togglebutton.p-state-active.p-state-focus {
  background-color: #3376a5 !important;
  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-selectbutton .p-button {
  background-color: #c6cbcf;
  color: #4f4f4f;
  border: 1px solid transparent;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active):hover {
  background-color: #b8bec3;
}

body .p-selectbutton .p-button:not(.p-state-disabled):not(.p-state-active).p-state-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);
  border: 1px solid #3984b8;
}

body .p-selectbutton .p-button.p-state-active {
  background-color: #3984b8;
  color: #ffffff;
  border-right-color: #3984b8;
}

body .p-selectbutton .p-button.p-state-active.p-state-focus {
  background-color: #3376a5 !important;
  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-selectbutton .p-button:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .p-selectbutton .p-button:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

@media (max-width: 640px) {
  body .p-buttonset .p-button {
    margin-bottom: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}

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: 20em;
}

body .p-datepicker:not(.p-datepicker-inline) {
  border: 0 none;
}

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: #3984b8;
}

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: #599ccb;
}

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: #dee4e9;
}

body .p-datepicker:not(.p-state-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-state-active):hover {
  background-color: #dee4e9;
}

body .p-datepicker .p-datepicker-header {
  padding: 0.5em 1em;
  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;
  color: #757575;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body .p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer;
  color: #757575;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body .p-datepicker table {
  font-size: 13px;
}

body .p-datepicker table td {
  padding: 2px;
}

body .p-datepicker table td>a,
body .p-datepicker table td>span {
  min-width: 15px;
  text-align: center;
  color: #757575;
  padding: 0.35em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

body .p-datepicker table td>a {
  cursor: pointer;
}

body .p-datepicker table td>a:hover {
  background-color: #dee4e9;
}

body .p-datepicker table td>a.p-state-active {
  color: #ffffff;
  background-color: #3984b8;
}

body .p-datepicker table td>a.p-state-highlight {
  color: #757575;
  background-color: #dee4e9;
}

body .p-datepicker table td.p-datepicker-today a {
  background-color: #bfcbd5;
}

body .p-datepicker .p-timepicker {
  border: 0 none;
  border-top: 1px solid #c7cdd1;
}

body .p-datepicker .p-timepicker a {
  color: #757575;
}

body .p-datepicker .p-timepicker a:hover {
  color: #3984b8;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month {
  color: #757575;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month.p-state-active {
  color: #ffffff;
  background-color: #3984b8;
}

body .p-datepicker.p-datepicker-multiple-month {
  width: auto;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee4e9;
  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;
}

body .p-inplace .p-inplace-display {
  padding: 0.385em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

body .p-inplace .p-inplace-display:not(.p-state-disabled):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-fileupload .p-fileupload-buttonbar {
  padding: 0.5em 1em;
  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: #3376a5 !important;
}

body .p-fileupload-choose:not(.p-state-disabled):active {
  background-color: #2d6891 !important;
}

body .p-password-panel {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-inputgroup .p-inputgroup-addon {
  border-color: #bdc3c9;
  background-color: #e6e6e6;
  padding: 0.385em;
}

body .p-inputgroup .p-inputgroup-addon:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .p-inputgroup .p-inputgroup-addon:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox,
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton {
  padding: 0.3em;
}

body .p-inputgroup .p-button:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .p-inputgroup .p-button:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

body .p-calendar .p-datepicker {
  min-width: 35em;
}

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-chkbox-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: #e17576;
}

body ::-webkit-input-placeholder {
  color: #b5b5b5;
}

body :-moz-placeholder {
  color: #b5b5b5;
}

body ::-moz-placeholder {
  color: #b5b5b5;
}

body :-ms-input-placeholder {
  color: #b5b5b5;
}

body .p-panel {
  padding: 0;
}

body .p-panel .p-panel-titlebar {
  border: 0 none;
  border-bottom: 1px solid #c7cdd1;
  padding: 0.5em 1em;
  line-height: 1;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -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-title {
  vertical-align: middle;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon {
  margin: 0;
  position: relative;
  color: #757575;
  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-titlebar .p-panel-titlebar-icon:hover {
  color: #3984b8;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon .pi-minus:hover {
  color: #2d6891;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon .pi-plus:hover {
  color: #2d6891;
}

body .p-panel .p-panel-content {
  height: 100%;
  box-sizing: border-box;
  padding: 0.5em 1em;
}

body .p-panel .p-panel-footer {
  padding: 0.5em 1em;
  border: 0 none;
  border-top: 1px solid #c7cdd1;
  margin: 0;
}

body .p-panel.p-panel-collapsed-h .p-panel-titlebar {
  padding-left: 40px;
}

body .p-fieldset {
  padding: 0 0 0.5em 0;
}

body .p-fieldset .p-fieldset-legend {
  border: 1px solid #c7cdd1;
  color: #757575;
  background-color: #ffffff;
  margin-left: 0.75em;
  padding: 0;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body .p-fieldset .p-fieldset-legend>a {
  padding: 0.5em 1em;
  color: #757575;
}

body .p-fieldset .p-fieldset-legend>a .p-fieldset-toggler {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  color: #757575;
}

body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background-color: #dee4e9;
}

body .p-fieldset .p-fieldset-content {
  padding: 0.5em 1em;
}

body .p-notificationbar {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-accordion .p-accordion-header {
  background-color: #ffffff;
  padding: 0;
  color: #757575;
  font-size: 13px;
  border: 1px solid #c7cdd1;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body .p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled):hover {
  background-color: #3984b8 !important;
  color: #757575 !important;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-highlight,
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background-color: #3984b8 !important;
  color: #ffffff !important;
  border-color: #3984b8 !important;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-highlight a {
  color: #ffffff !important;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-highlight a:focus {
  background-color: #4591c5 !important;
}

body .p-accordion .p-accordion-header>a {
  padding: 0.5em !important;
  color: #757575 !important;
  outline: 0 none !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-accordion .p-accordion-header>a:focus {
  background-color: #edf1f3 !important;
}

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 {
  vertical-align: middle;
}

body .p-accordion .p-accordion-content {
  padding: 0.5em 1em;
}

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: 1px solid #c7cdd1;
  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;
  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-tabview.p-tabview .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: 0.5em 1em;
  color: #757575;
}

body .p-tabview.p-tabview .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 .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 .p-tabview-nav li.p-highlight a {
  background-color: #3984b8 !important;
}

body .p-tabview.p-tabview .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 .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: #dee4e9;
}

body .p-tabview.p-tabview .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight {
  background-color: #3984b8 !important;
  color: #ffffff !important;
}

body .p-tabview.p-tabview .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a {
  color: #ffffff;
}

body .p-tabview.p-tabview .p-tabview-nav li.p-highlight .p-icon-close,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-icon-close,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-icon-close,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-icon-close {
  color: #ffffff;
}

body .p-tabview.p-tabview .p-tabview-nav li .p-icon-close,
body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-icon-close,
body .p-tabview.p-tabview-left .p-tabview-nav li .p-icon-close,
body .p-tabview.p-tabview-right .p-tabview-nav li .p-icon-close {
  color: #757575;
  margin-top: 0.5em;
}

body .p-tabview.p-tabview-left .p-tabview-nav li,
body .p-tabview.p-tabview-left .p-tabview-nav li a,
body .p-tabview.p-tabview-right .p-tabview-nav li,
body .p-tabview.p-tabview-right .p-tabview-nav li a {
  width: 100%;
}

body .p-tabview.p-tabview-left .p-tabview-panel,
body .p-tabview.p-tabview-right .p-tabview-panel {
  border-top: 1px solid #c7cdd1;
  border-left: 0 none;
  border-right: 0 none;
}

body .p-tabview .p-tabview-panel {
  padding: 0.5em 1em;
  border: 1px solid #c7cdd1;
  border-top: 0 none;
}

body .p-toolbar {
  padding: 0.5em 1em;
}

body .p-toolbar .p-toolbar-separator {
  margin: 0 0.5em;
}

@media (max-width: 640px) {
  body .p-panelgrid .p-grid-responsive .p-grid-row {
    border: 0 none;
  }
}

body .p-paginator {
  padding: 0.5em 1em;
  background-color: #ffffff;
}

body .p-paginator .p-dropdown {
  height: 2rem !important;
}

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: #757575;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  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-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 {
  color: #3984b8;
}

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 {
  outline: 0 none;
  border: 1px solid #3984b8;
}

body .p-paginator .p-paginator-pages {
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

body .p-paginator .p-paginator-pages .p-paginator-page {
  color: #757575 !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  display: inline-block !important;
  border: 1px solid transparent !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page.p-state-active {
  color: #ffffff;
}

body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-state-active):hover {
  background-color: #dee4e9;
}

body .p-paginator .p-paginator-pages .p-paginator-page:focus {
  outline: 0 none;
  border: 1px solid #3984b8;
}

body .p-table .p-table-caption,
body .p-table .p-table-summary {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
}

body .p-table .p-table-caption {
  border-bottom: 0 none;
}

body .p-table .p-table-summary {
  border-top: 0 none;
}

body .p-table .p-table-thead>tr>th,
body .p-table .p-table-tbody>tr>td,
body .p-table .p-table-tfoot>tr>td {
  padding: 0.5em 1em;
}

body .p-table .p-table-thead>tr>th,
body .p-table .p-table-tfoot>tr>td {
  background: #ffffff;
  color: #757575;
  border: 1px solid #c7cdd1;
}

body .p-table .p-sortable-column {
  color: #757575;
}

body .p-table .p-sortable-column .p-sortable-column-icon {
  color: #757575;
}

body .p-table .p-sortable-column:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-table .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
  background-color: #dee4e9;
  color: #757575;
}

body .p-table .p-sortable-column.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
  border-top-color: #3984b8;
}

body .p-table .p-sortable-column.p-state-highlight .p-sortable-column-icon {
  color: #ffffff;
}

body .p-table .p-table-tbody>tr {
  background: #ffffff;
  border-color: #c7cdd1;
}

body .p-table .p-table-tbody>tr>td {
  background: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}

body .p-table .p-table-tbody>tr.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
  border-color: #3376a5;
}

body .p-table .p-table-tbody>tr.p-contextmenu-selected {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-table .p-table-tbody>tr:nth-child(even) {
  background-color: #f6f8f9;
}

body .p-table .p-table-tbody>tr:nth-child(even).p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-table .p-table-tbody>tr:nth-child(even).p-contextmenu-selected {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-table.p-table-hoverable-rows .p-table-tbody>tr.p-selectable-row:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer;
  background-color: #dee4e9;
}

body .p-datatable .p-datatable-header,
body .p-datatable .p-datatable-footer {
  padding: 0.5em 1em;
}

body .p-datatable .p-datatable-header {
  border-color: #c7cdd1;
}

body .p-datatable .p-paginator {
  padding: 0.5em 1em;
}

body .p-datatable .p-datatable-thead>tr>th {
  background-color: #ffffff;
  padding: 0.5em;
  border-color: #c7cdd1;
  color: #757575;
}

body .p-datatable .p-datatable-thead>tr>th.p-sortable-column:not(.p-state-active):hover {
  background-color: #dee4e9;
}

body .p-datatable .p-datatable-thead>tr>th.p-state-active {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-datatable .p-datatable-thead>tr>th .p-column-title {
  font-weight: 700;
}

body .p-datatable .p-datatable-tfoot>tr>td {
  background-color: #ffffff;
  padding: 0.5em 1em;
  border-color: #c7cdd1;
  color: #757575;
}

body .p-datatable .p-datatable-data tr.p-datatable-even {
  background-color: #ffffff;
}

body .p-datatable .p-datatable-data tr.p-datatable-even.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
  border-color: #3376a5;
}

body .p-datatable .p-datatable-data tr.p-datatable-odd {
  background-color: #f6f8f9;
}

body .p-datatable .p-datatable-data tr.p-datatable-odd.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
  border-color: #3376a5;
}

body .p-datatable .p-datatable-data tr.p-state-highlight {
  border-color: #3376a5;
}

body .p-datatable .p-datatable-data tr td {
  padding: 0.5em 1em;
}

body .p-datatable .p-datatable-data tr td.p-editable-column.p-cell-editing .p-inputtext {
  border-color: #3984b8;
}

body .p-datatable .p-datatable-data tr td.p-editable-column.p-cell-editing .p-datepicker table td a,
body .p-datatable .p-datatable-data tr td.p-editable-column.p-cell-editing .p-datepicker table td span {
  min-width: 1.8em;
}

body .p-datatable .p-datatable-data tr td .p-row-toggler {
  color: #757575;
  -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: #3984b8;
}

body .p-datatable .p-datatable-data tr.p-element-header {
  border: 1px solid #c7cdd1;
}

body .p-datatable .p-datatable-data tr.p-element-header a {
  color: #757575;
  -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-element-header a:hover {
  color: #3984b8;
}

body .p-datatable .p-datatable-data.p-datatable-hoverable-rows>tr.p-element-content:not(.p-state-highlight):hover {
  cursor: pointer;
  background-color: #dee4e9;
}

body .p-datatable .p-datatable-scrollable-header,
body .p-datatable .p-datatable-scrollable-footer {
  background-color: #f0f3f5;
}

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: #757575;
}

body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-organizationchart .p-organizationchart-node-content.p-state-highlight .p-node-toggler i {
  color: #1b3e57;
}

body .p-organizationchart .p-organizationchart-line-down {
  background-color: #abb4ba;
}

body .p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #abb4ba;
}

body .p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #abb4ba;
}

body .p-organizationchart .p-organizationchart-node-content {
  border-color: #abb4ba;
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  color: #abb4ba;
  bottom: -0.65em;
  margin-left: -0.43em;
}

body .p-dataview .p-dataview-content {
  border-bottom: none;
}

body .p-dataview .p-paginator {
  padding: 0.5em 1em;
}

body .p-datagrid .p-datagrid-header {
  padding: 0.5em 1em;
}

body .p-datagrid .p-paginator {
  padding: 0.5em 1em;
}

body .p-datagrid .p-panel-titlebar {
  border-bottom: 1px solid #c7cdd1;
  color: #757575;
}

body .p-datalist .p-datalist-header {
  padding: 0.5em 1em;
}

body .p-datalist .p-paginator {
  padding: 0.5em 1em;
}

body .p-datascroller .p-datascroller-header,
body .p-datascroller .p-datascroller-footer {
  padding: 0.5em 1em;
}

body .p-picklist .p-picklist-buttons button {
  font-size: 15px;
}

body .p-picklist .p-picklist-caption {
  padding: 0.5em 1em;
}

body .p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5em 1em;
  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: #dee4e9;
  color: #757575;
}

body .p-orderlist .p-orderlist-controls button {
  font-size: 15px;
}

body .p-orderlist .p-orderlist-caption {
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-bottom: 0;
}

body .p-orderlist .p-orderlist-list {
  box-sizing: border-box;
}

body .p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5em 1em;
  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: #dee4e9;
  color: #757575;
}

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: 0.5em 1em;
  margin: 0;
  border: 0 none;
  border-bottom: 1px solid #c7cdd1;
  -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: 0.5em 1em;
  border: 0 none;
  border-top: 1px solid #c7cdd1;
  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;
}

body .p-carousel .p-carousel-button:not(.p-state-disabled):hover {
  color: #3984b8;
}

body .p-carousel .p-carousel-page-links {
  margin-top: 0.4em;
}

body .p-carousel .p-carousel-page-links .p-carousel-page-link {
  color: #757575;
  -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: #5c5c5c;
}

body .p-carousel .p-carousel-page-links .p-carousel-page-link.pi-circle-off {
  color: #757575;
}

body .p-carousel .p-carousel-page-links .p-carousel-page-link.pi-circle-on {
  color: #3984b8;
}

body .p-treetable .p-paginator {
  padding: 0.5em 1em;
}

body .p-treetable .p-treetable-caption,
body .p-treetable .p-treetable-summary {
  padding: 0.5em 1em;
  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: 0.5em 1em;
}

body .p-treetable .p-treetable-thead>tr>th,
body .p-treetable .p-treetable-tfoot>tr>td {
  color: #757575;
  border: 1px solid #c7cdd1;
}

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-sortable-column {
  color: #757575;
}

body .p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #b5b5b5;
}

body .p-treetable .p-sortable-column:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-treetable .p-sortable-column:not(.p-state-highlight):hover .p-sortable-column-icon {
  background-color: #dee4e9;
  color: #757575;
}

body .p-treetable .p-sortable-column.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
  border-top-color: #3984b8;
}

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 #c7cdd1;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
  color: #b5b5b5;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-right {
  vertical-align: middle;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-right:before {
  content: "";
}

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-toggler .pi.pi-chevron-down:before {
  content: "";
}

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: #3984b8;
  color: #ffffff;
}

body .p-treetable .p-treetable-tbody>tr.p-state-highlight>td {
  background: inherit;
  border: #dee4e9;
}

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: #3984b8;
  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: #dee4e9;
  color: #757575;
}

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: 15px;
  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: 15px;
}

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: #3984b8;
  color: #ffffff;
}

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;
}

body .p-tree .p-treenode .p-treenode-content.p-treenode-selectable .p-treenode-label:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

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: #dee4e9;
  color: #757575;
}

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: 0.5em 1em;
  background-color: #ffffff;
  border: 1px solid #c7cdd1;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-state-highlight {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-chkbox .p-icon {
  color: #3984b8;
}

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: #dee4e9;
  color: #757575;
}

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 {
  color: #ffffff;
  background-color: #3984b8;
  border: 1px solid transparent;
  font-size: 13px;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  height: 2.25em;
  padding: 0 1em;
}

body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover {
  background-color: #3376a5 !important;
  border-color: #3376a5;
}

body .fc .fc-button:enabled:not(.fc-button-active):focus {
  outline: 0 none;
  background-color: #4591c5 !important;
  border-color: #4591c5;
  box-shadow: none;
}

body .fc .fc-button.fc-button-active {
  background-color: #2d6891 !important;
  border-color: #2d6891;
}

body .fc .fc-button.fc-button-active:focus {
  box-shadow: none;
}

body .fc th {
  padding: 0.5em 1em;
}

body .fc .fc-head .fc-row {
  background-color: #ffffff;
  color: #757575;
}

body .fc .fc-head .fc-row th {
  border: 1px solid #c7cdd1;
}

body .fc td.fc-today {
  background-color: #3984b8;
  border: 1px solid #3984b8;
  color: #ffffff;
}

body .fc .fc-toolbar .p-state-active {
  background-color: #ffffff;
  border: 1px solid #c7cdd1;
}

body .fc table {
  box-sizing: border-box;
}

body .fc div.p-element-content {
  padding-left: 0px;
  padding-right: 0px;
}

body .fc .fc-event {
  border-color: #3984b8;
  background-color: #3376a5 !important;
}

body .p-virtualscroller .p-virtualscroller-list li {
  border-bottom: 1px solid #c7cdd1;
}

body .p-messages .p-messages-icon .p-messages-icon {
  font-size: 2em;
}

body .p-messages.p-messages-info {
  background-color: #a8c9e0;
  border-color: #a8c9e0;
  color: #393b3e;
}

body .p-messages.p-messages-info .p-messages-icon {
  color: #3f82b0;
}

body .p-messages.p-messages-info .p-messages-close .pi {
  color: #393b3e;
}

body .p-messages.p-messages-warn {
  background-color: #f8eab9;
  border-color: #f8eab9;
  color: #393b3e;
}

body .p-messages.p-messages-warn .p-messages-icon {
  color: #eac02e;
}

body .p-messages.p-messages-warn .p-messages-close .pi {
  color: #393b3e;
}

body .p-messages.p-messages-error {
  background-color: #fac7c8;
  border-color: #fac7c8;
  color: #393b3e;
}

body .p-messages.p-messages-error .p-messages-icon {
  color: #ed3b3e;
}

body .p-messages.p-messages-error .p-messages-close .pi {
  color: #393b3e;
}

body .p-messages.p-messages-success {
  background-color: #64c660;
  border-color: #64c660;
  color: #ffffff;
}

body .p-messages.p-messages-success .p-messages-icon {
  color: #286825;
}

body .p-messages.p-messages-success .p-messages-close .pi {
  color: #ffffff;
}

body .p-messages .p-messages-close {
  font-size: 1.5em;
}

body .p-message.p-message-info {
  background-color: #a8c9e0;
  border-color: #a8c9e0;
  color: #393b3e;
}

body .p-message.p-message-warn {
  background-color: #f8eab9;
  border-color: #f8eab9;
  color: #393b3e;
}

body .p-message.p-message-error {
  background-color: #fac7c8;
  border-color: #fac7c8;
  color: #393b3e;
}

body .p-message.p-message-success {
  background-color: #64c660;
  border-color: #64c660;
  color: #ffffff;
}

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);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

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-message-info {
  background-color: #a8c9e0;
  border-color: #a8c9e0;
  color: #393b3e;
}

body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image {
  color: #3f82b0;
}

body .p-growl .p-growl-item-container.p-growl-message-warn {
  background-color: #f8eab9;
  border-color: #f8eab9;
  color: #393b3e;
}

body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image {
  color: #eac02e;
}

body .p-growl .p-growl-item-container.p-growl-message-error {
  background-color: #fac7c8;
  border-color: #fac7c8;
  color: #393b3e;
}

body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image {
  color: #ed3b3e;
}

body .p-growl .p-growl-item-container.p-growl-message-success {
  background-color: #64c660 !important;
  border-color: #64c660 !important;
  color: #ffffff;
}

body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image {
  color: #286825;
}

body .p-toast .p-toast-message {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-toast .p-toast-message .p-toast-message-text-content {
  margin-left: 4em;
}

body .p-toast .p-toast-message.p-toast-message-info {
  background-color: #a8c9e0;
  border: 0 none;
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-close-icon {
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-icon {
  color: #3f82b0;
}

body .p-toast .p-toast-message.p-toast-message-success {
  background-color: #64c660;
  border: 0 none;
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-close-icon {
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-icon {
  color: #286825;
}

body .p-toast .p-toast-message.p-toast-message-warn {
  background-color: #f8eab9;
  border: 0 none;
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-close-icon {
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon {
  color: #eac02e;
}

body .p-toast .p-toast-message.p-toast-message-error {
  background-color: #fac7c8;
  border: 0 none;
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-close-icon {
  color: #393b3e;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-icon {
  color: #ed3b3e;
}

body .p-overlaypanel {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border: 0 none;
}

body .p-overlaypanel .p-overlaypanel-close {
  background-color: #ffffff;
  color: #757575;
  text-align: center;
  width: 1.538em;
  height: 1.538em;
  line-height: 1.538em;
  border: 1px solid #c7cdd1;
  -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: #3984b8;
  color: #ffffff;
}

body .p-overlaypanel:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}

body .p-overlaypanel:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

body .p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}

body .p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: rgba(0, 0, 0, 0.05);
}

body .p-dialog {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border: 0 none;
}

body .p-dialog .p-dialog-titlebar {
  padding: 0.5em 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

body .p-dialog .p-dialog-titlebar .p-dialog-title {
  margin: 0;
  float: none;
  vertical-align: middle;
}

body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon {
  color: #757575;
  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: 15px;
}

body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover {
  color: #2d6891;
}

body .p-dialog .p-dialog-content {
  padding: 0.5em 1em;
}

body .p-dialog .p-dialog-buttonpane {
  padding: 0.5em 1em;
  text-align: right;
}

body .p-dialog .p-dialog-buttonpane button {
  margin: 0 0.35em 0 0;
}

body .p-dialog .p-dialog-footer {
  border: 0 none;
  padding: 0.5rem;
  border-top: 1px solid #dee2e6;
}

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: 13px;
  margin: 0;
}

body .p-dialog.p-confirm-dialog .p-dialog-content>span.p-icon {
  margin-right: 0.35em;
  font-size: 15px;
}

body .p-tooltip .p-tooltip-text {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-tooltip.p-state-error {
  border: 0 none;
}

body .p-tooltip .p-tooltip .p-tooltip-text {
  background-color: #393b3e;
  color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

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: #393b3e;
}

body .p-tooltip .p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #393b3e;
}

body .p-tooltip .p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #393b3e;
}

body .p-tooltip .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #393b3e;
}

body .p-lightbox {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-lightbox .p-lightbox-caption {
  padding: 0.5em 1em;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text {
  color: #757575;
  margin: 0;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-close {
  padding: 0;
  color: #757575;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover {
  color: #3984b8;
}

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;
}

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-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;
}

body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading+a {
  display: none;
}

body .p-breadcrumb {
  background-color: #ffffff;
  padding: 0.5em 1em;
}

body .p-breadcrumb ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

body .p-breadcrumb ul li .p-menuitem-link {
  font-size: 15px;
  color: #757575;
  margin: 0;
}

body .p-breadcrumb ul li.p-breadcrumb-chevron {
  font-size: 15px;
  margin: 0 0.45em;
  color: #757575;
}

body .p-breadcrumb ul li:first-child {
  font-size: 15px;
}

body .p-breadcrumb ul li:first-child a.p-icon-home {
  color: #757575;
  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-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: #3984b8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1em;
  color: #ffffff;
  position: relative;
  top: 1.1em;
  margin-bottom: 1em;
  border: 1px solid #6ca8d1;
}

body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  display: block;
  margin-top: 0.45em;
  color: #b5b5b5;
}

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: #ffffff;
  border-color: #c7cdd1;
  color: #757575;
}

body .p-steps .p-steps-item.p-state-highlight .p-steps-number {
  background-color: #3984b8;
}

body .p-steps .p-steps-item.p-state-highlight .p-steps-title {
  font-weight: 700;
  color: #757575;
}

body .p-steps .p-steps-item:last-child .p-menuitem-link {
  display: block;
}

body .p-steps:before {
  content: " ";
  border: 1px solid #3984b8;
  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: 0.5em 1em;
  color: #757575;
  -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: #3984b8;
  color: #ffffff;
}

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: #3984b8;
  color: #ffffff;
}

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 {
  min-width: 12.5em;
  padding: 0;
}

body .p-menu :first-child.p-submenu-header {
  margin-top: 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 {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-menu .p-submenu-header {
  margin: 1px 0;
  box-sizing: border-box;
  border: 0 none;
  background-color: #cfd7df;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.75em 1.5em;
}

body .p-menubar {
  padding: 0;
}

body .p-menubar .p-submenu-list {
  padding: 0;
  border: 0 none;
}

body .p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}

body .p-menubar.p-shadow,
body .p-menubar .p-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link {
  padding: 0.5em 1em;
}

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;
}

body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link {
  background-color: #3984b8;
  color: #ffffff;
}

body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon {
  vertical-align: middle;
}

body .p-contextmenu {
  padding: 0;
  border: 0 none;
}

body .p-contextmenu .p-submenu-list {
  padding: 0;
  border: 0 none;
}

body .p-contextmenu .p-submenu-list .p-menuitem {
  margin: 0;
}

body .p-contextmenu .p-menu-list :first-child.p-menuitem .p-menuitem-link {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

body .p-contextmenu .p-menu-list :last-child.p-menuitem .p-menuitem-link {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

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: #3984b8;
  color: #ffffff;
}

body .p-tieredmenu {
  padding: 0;
}

body .p-tieredmenu .p-submenu-list {
  padding: 0;
  border: 0 none;
}

body .p-tieredmenu .p-submenu-list .p-menuitem {
  margin: 0;
}

body .p-tieredmenu :first-child.p-menuitem :first-child.p-menuitem-link {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

body .p-tieredmenu :last-child.p-menuitem :last-child.p-menuitem-link {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

body .p-tieredmenu .p-menuitem {
  margin: 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: #3984b8;
  color: #ffffff;
}

body .p-slidemenu {
  padding: 0;
}

body .p-slidemenu .p-submenu-list {
  padding: 0;
  border: 0 none;
}

body .p-slidemenu .p-submenu-list .p-menuitem {
  margin: 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: #3984b8;
  color: #ffffff;
}

body .p-slidemenu .p-slidemenu-backward {
  padding: 0.5em 1em;
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  border-top: 1px solid #c7cdd1;
}

body .p-slidemenu .p-slidemenu-backward:hover {
  background-color: #dee4e9;
}

body .p-megamenu {
  padding: 0;
}

body .p-megamenu :first-child.p-menuitem :first-child.p-menuitem-link {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

body .p-megamenu .p-megamenu-submenu :first-child {
  margin-top: 0;
}

body .p-megamenu .p-megamenu-panel {
  border: 0 none;
}

body .p-megamenu.p-shadow,
body .p-megamenu .p-shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

body .p-megamenu .p-megamenu-submenu-header {
  background-color: #cfd7df;
  border-radius: 0;
  padding: 0.75em 1.5em;
  border: 0 none;
  margin: 1px 0 1px 0;
}

body .p-megamenu .p-menuitem {
  margin: 0;
}

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: #3984b8;
  color: #ffffff;
}

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: #757575;
  padding: 0.5em 1em;
}

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;
  line-height: 1;
}

body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  color: #757575;
}

body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-state-active):not(.p-state-disabled):hover {
  background-color: #dee4e9;
}

body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-state-active):not(.p-state-disabled):hover .p-menuitem-icon {
  color: #3984b8;
}

body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-state-active .p-menuitem-link {
  background-color: #3984b8;
  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.75em;
}

body .p-panelmenu .p-icon {
  position: static;
}

body .p-panelmenu .p-panelmenu-header {
  background-color: #ffffff;
  padding: 0;
  font-size: 13px;
  color: #757575;
  border: 1px solid #c7cdd1;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body .p-panelmenu .p-panelmenu-header a {
  padding: 0.5em 1em;
  color: #757575;
}

body .p-panelmenu .p-panelmenu-header:not(.p-state-active):hover {
  background-color: #dee4e9;
}

body .p-panelmenu .p-panelmenu-header:not(.p-state-active):hover .p-icon {
  color: #3984b8;
}

body .p-panelmenu .p-panelmenu-header.p-state-active {
  background-color: #3984b8;
}

body .p-panelmenu .p-panelmenu-header.p-state-active a {
  color: #ffffff;
}

body .p-panelmenu .p-panelmenu-header.p-state-active .p-icon {
  color: #ffffff;
}

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: 0.5em 1em;
  color: #757575;
  -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: #dee4e9;
  color: #757575;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem-link>span.p-icon {
  display: inline-block;
  vertical-align: middle;
  left: auto;
  margin-right: 0.3em;
}

body .p-panelmenu .p-panelmenu-content .p-menuitem-link>span.p-icon.p-panelmenu-icon.p-icon-triangle-1-s {
  margin-top: -0.3em;
}

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: #599ccb;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

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;
}

body .p-galleria .p-galleria-nav-prev:hover {
  color: #3984b8;
}

body .p-galleria .p-galleria-nav-next {
  font-size: 18px;
  margin-bottom: -5px;
  margin-right: -5px;
}

body .p-galleria .p-galleria-nav-next:hover {
  color: #3984b8;
}

body .p-terminal input {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 13px;
}

.align-items-center {
  display: flex;
  align-items: center;
}

body div.p-datepicker {
  width: 222px !important;
}

body i.p-element {
  font-size: 1.5rem !important;
  font-family: 'primeicons' !important;
}

.cursor-pointer {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

body .p-datatable .p-datatable-tbody>tr>td {
  padding: 1rem 0.5rem;
}

body .p-inputtext {
  border-radius: 6px;
  /* color: unset; */
}

body textarea {
  border-radius: 6px;
  border: 1px solid #bdc3c9;
}

body .p-dialog .p-dialog-header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}

body p-radiobutton,
body p-radiobutton label {
  cursor: pointer;
}

body p-overlay div.p-overlay {
  width: 100%;
}

body p-overlay span.ng-star-inserted {
  white-space: break-spaces;
}

body .ag-header-group-cell-label,
.ag-header-cell-label {
  align-self: center !important;
}


/* Add your customizations of the theme here */
body .p-scrollpanel .p-scrollpanel-bar {
  background: #aaaaaa !important;
  border: 0 none;
}
