@charset "UTF-8";

/*           Common           */
/* Icons */
/* Validatioj */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Messages */
/* Overlays */
/* Data */
body .p-widget,
body .p-widget .p-widget {
  /* font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif; */
  text-decoration: none;
}

body .p-multiselect-panel {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  border: 1px solid #eae8e8;
  /*  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);*/
}

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-widget:disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  cursor: default !important;
}

body .p-state-disabled *,
body .p-widget: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-widget-overlay {
  background-color: #424242;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

body a {
  color: #2d918f;
  text-decoration: none;
}

body a:hover {
  color: #2d918f;
}

body .ajax-loader {
  font-size: 28px;
  color: #5b9cd6;
}

body {
  /* color: #404E67; */
  color: black;
  /* Validation */
}

body .p-inputtext {
  background: #ffffff;
  padding: 0.385em;
  border: 1px solid #00b5b8;
  -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: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  color: #4c4c4c;
  min-height: 33px;
}

body .p-inputtext:enabled:hover:not(.p-state-error) {
  border-color: #979ca0;
}

body .p-inputtext:enabled:focus:not(.p-state-error) {
  border-color: #5b9cd6;
}

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: #5b9cd6;
  border: 1px solid transparent;
  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;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

body .p-button:enabled:hover {
  opacity: 0.7;
}

body .p-button:enabled:focus {
  outline: 0 none;
}

body .p-button.p-button-text-only .p-button-text {
  padding: 0.385em 0.6em;
}

body .p-button.p-button-text-icon-left .p-button-text {
  padding: 0.385em 0.6em 0.385em 2em;
}

body .p-button.p-button-text-icon-right .p-button-text {
  padding: 0.385em 2em 0.385em 0.6em;
}

body .p-button.p-button-icon-only .p-button-text {
  padding: 0.385em;
}

body .p-button.blue-btn {
  background-color: #3984b8;
}

body .p-button.blue-btn:enabled:hover {
  background-color: #3376a5;
}

body .p-button.blue-btn:enabled:focus {
  background-color: #4591c5;
}

body .p-button.blue-btn:enabled:active {
  background-color: #2d6891;
}

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:enabled:focus,
body .p-buttonset.p-button-secondary>.p-button.p-state-default:enabled:focus {
  outline: 0 none;
}

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;
  margin: 2px;
}

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;
}

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;
}

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;
}

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;
  margin: 2px;
}

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;
  margin: 1px;
}

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.ui-button-danger,
body .p-buttonset.p-button-danger>.p-button.p-state-default {
  background-color: #ff0002;
  border-color: #ff0002;
}

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: #f34647;
}

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: #f34647;
}

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;
  border-radius: 10px;
  -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 #5b9cd6;
  background-color: #5b9cd6;
  color: #ffffff;
}

body .p-chkbox .p-chkbox-box.p-state-focus {
  border: 1px solid #5b9cd6;
  -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: 13px;
  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: #5b9cd6;
}

body .p-radiobutton .p-radiobutton-box.p-state-focus {
  border: 1px solid #5b9cd6;
  -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;
  height: 20px;
}

body .p-inputswitch .p-inputswitch-slider:before {
  background-color: #a8acb1;
  /* height: 1.846em;
        width: 1.615em; */
  left: 0;
  bottom: 0;
  padding: 1px;
  /* 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: #5b9cd6;
}

/* 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-text {
  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: #5b9cd6;
}

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: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, 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 #5b9cd6;
  -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: 2px solid #4ee3e6; */
  border-radius: 4px;
  margin-top: -2px;
  height: 36px;
}

.p-dropdown-panel .p-dropdown-items-wrapper {
  overflow: visible;
}

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 #5b9cd6;
  /*-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: #5b9cd6;
}

body .p-dropdown-panel {
  top: 50px;
  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 .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;
  color: #000000;
}

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 #00b5b8;
  min-height: 20px;
}

body .p-multiselect .p-multiselect-label {
  padding: 0.385em;
  padding-right: 2.3em;
  font-size: 10px;
  font-weight: 400;
}

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 #5b9cd6;
  -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: #5b9cd6;
}

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;
}

#dashboard_table .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
  color: #757575;
  top: 0.8em !important;
  left: 0.6em !important;
  width: 10px;
}

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: #5b9cd6;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  color: #59cbca;
}

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;
  min-height: 28px;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  top: 0.6em;
  left: 0.4em;
}

body .p-listbox .p-listbox-item {
  margin: 0;
  padding: 0.3em 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

body .p-listbox .p-listbox-item.p-state-highlight {
  background-color: #d2d4d6;
  color: #151414;
  margin-bottom: 2px;
}

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: #5b9cd6;
  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: #5b9cd6;
}

body .p-spinner .p-spinner-button:not(.p-state-disabled):focus {
  background-color: #ffffff;
  color: #5b9cd6;
}

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: #5b9cd6;
  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: #6cd1d0;
}

body .p-slider:not(.p-state-disabled) .p-slider-handle:hover {
  background-color: #5b9cd6;
}

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 #5b9cd6;
}

body .p-togglebutton.p-state-active {
  background-color: #5b9cd6;
  color: #ffffff;
}

body .p-togglebutton.p-state-active.p-state-focus {
  background-color: #5b9cd6;
  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: #c6cbcf59;
    border: 1px solid transparent; */
  background-color: #8080800a;
  border: 1px solid #5b9cd6;
  color: #4f4f4f;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 14px;
  margin-right: 1px;
  margin-top: 2px;
  font-size: 11px;
}

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 #5b9cd6;
}

body .p-selectbutton .p-button.p-state-active {
  background-color: #5b9cd6;
  color: #ffffff;
  border-right-color: #5b9cd6;
}

body .p-selectbutton .p-button.p-state-active.p-state-focus {
  background-color: #5b9cd6;
  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 {
  border-radius: 14px;
}

body .p-selectbutton .p-button:last-child {
  border-radius: 14px;
}

@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: #5b9cd6;
}

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: #59cbca;
}

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;
  color: var(--labelspan);
}

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: #5b9cd6;
}

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: #5b9cd6;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month {
  color: var(--on-background);
}

body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background-color: #5b9cd6;
}

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: #5b9cd6;
}

body .p-fileupload-choose:not(.p-state-disabled):active {
  background-color: #2d918f;
}

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: 20em;
}

/* 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;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

body .p-panel .p-panel-titlebar {
  border: 0 none;
  font-family: "Meiryo";
  /* background-color: #e8ebef; */
  padding: 0.6em 1em;
  line-height: 1.7;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -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;
  /* border-top:3px solid #4c8fbd!important; */
  /* color: black; */
  /* border-top-right-radius: 6px; */
  border-top-left-radius: 6px;
}

body .p-panel .p-panel-titlebar .p-panel-title {
  vertical-align: middle;
  font-size: 15px;
}

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;
  margin-top: -20px;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover {
  color: #5b9cd6;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon .pi-minus:hover {
  color: #2d918f;
}

body .p-panel .p-panel-titlebar .p-panel-titlebar-icon .pi-plus:hover {
  color: #2d918f;
}

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: .75em; */
  float: right;
  margin-top: -15px;
  padding: 0;
  margin-right: 15px;
  -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.3em 0.3em 0.3em 0.8em;
  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: #5b9cd6;
  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: #dee4e9;
  color: #757575;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-state-active {
  background-color: #5b9cd6;
  color: #ffffff;
  border-color: #5b9cd6;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-state-active a {
  color: #ffffff;
}

body .p-accordion .p-accordion-header:not(.p-state-disabled).p-state-active a:focus {
  background-color: #45c5c3;
}

body .p-accordion .p-accordion-header>a {
  padding: 0.5em;
  color: #757575;
  outline: 0 none;
  -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>a:focus {
  background-color: #edf1f3;
}

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;
  border: 1px solid #ccc !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a,
body .p-tabview.p-tabview-left .p-tabview-nav li a,
body .p-tabview.p-tabview-right .p-tabview-nav li a {
  padding: 0.5em 1em;
  color: #757575;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon {
  margin-right: 0.25em;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon {
  margin-left: 0.25em;
}

body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close {
  margin-top: 0.65em;
}

body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover,
body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover,
body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover,
body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-state-active):not(.p-state-disabled):hover {
  background-color: #dee4e9;
}

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: #5b9cd6;
  color: #ffffff;
}

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-icon-close,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-state-active .p-icon-close,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-state-active .p-icon-close,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-state-active .p-icon-close {
  color: #ffffff;
}

body .p-tabview.p-tabview-top .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-paginator-first,
body .p-paginator .p-paginator-prev,
body .p-paginator .p-paginator-next,
body .p-paginator .p-paginator-last {
  color: #4c8fbd;
  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;
  height: 25px !important;
  min-width: 25px !important;
}

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: #5b9cd6;
}

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 #5b9cd6;
}

body .p-paginator .p-paginator-pages {
  padding: 2px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  /* margin-top:8px;
    -webkit-margin-before:0em;
-webkit-margin-after:0em; */
}

body .p-paginator .p-paginator-page {
  min-width: 2em;
  max-width: 4em;
}

body .p-paginator .p-paginator-pages .p-paginator-page {
  color: #4c8fbd;
  /* margin: 0px 10px 0px 10px; */
  vertical-align: middle;
  display: inline-block;
  border: 1px solid transparent;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 15px;
  font-weight: 600;
  text-align: center !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  color: #ffffff !important;
  background-color: #5b9cd6 !important;
  /* padding: 1px 3px 5px 4px;
  height: 19px;
  min-width: 20px; */
}

.p-paginator .p-paginator-pages .p-paginator-page {
  min-width: 25px !important;
  height: 25px !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-state-active):hover {
  background-color: #5b9cd6;
  /* padding: 1px 3px 5px 4px;
  height: 19px;
  min-width: 20px; */
}

body .p-paginator .p-paginator-pages .p-paginator-page:focus {
  outline: 0 none;
  border: 1px solid #5b9cd6;
}

body .p-datatable .p-datatable-caption,
body .p-datatable .p-datatable-summary {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
}

body .p-datatable .p-datatable-caption {
  border-bottom: 0 none;
}

body .p-datatable .p-datatable-summary {
  border-top: 0 none;
}

body .p-datatable .p-datatable-thead>tr>th,
body .p-datatable .p-datatable-tbody>tr>td,
body .p-datatable .p-datatable-tfoot>tr>td {
  padding: 0.5em 1em;
}

body .p-datatable .p-datatable-thead>tr>th,
body .p-datatable .p-datatable-tfoot>tr>td {
  background: #fff;
  color: #000000;
  /* border: 1px solid #c3c3c3; */
  font-size: 12.8px;
  font-weight: 700;
}

body .p-datatable .p-sortable-column {
  color: #757575;
}

body .p-datatable .p-sortable-column a,
body .p-datatable .p-sortable-column a:hover {
  color: #757575;
}

body .p-datatable .p-sortable-column:not(.p-state-highlight):hover {
  background-color: #dee4e9;
  color: #757575;
}

/* body .p-datatable .p-sortable-column:not(.p-state-highlight):hover a,
body .p-datatable .p-sortable-column:not(.p-state-highlight):hover a:hover {
  background-color: #dee4e9;
  color: #757575;
} */

body .p-datatable .p-sortable-column.p-state-highlight {
  background: none;
  color: #ffffff;
  border-top-color: none;
}

body .p-datatable .p-sortable-column.p-state-highlight a,
body .p-datatable .p-sortable-column.p-state-highlight a:hover {
  color: #ffffff;
}

body .p-datatable .p-sortable-column .p-sortable-column-icon {
  vertical-align: middle;
}

body .p-datatable .p-datatable-tbody>tr {
  background: #ffffff;
  border-color: #c7cdd1;
}

body .p-datatable .p-datatable-tbody>tr>td {
  background: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
}

#dashboard_div .p-datatable .p-datatable-tbody>tr>td {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

body .p-datatable .p-datatable-tbody>tr.p-state-highlight {
  background-color: #5b9cd6;
  color: #ffffff;
  border-color: #5b9cd6;
}

body .p-datatable .p-datatable-tbody>tr.p-contextmenu-selected {
  background-color: #5b9cd6;
  color: #ffffff;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even) {
  background-color: #f5f7fa80;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even).p-state-highlight {
  background-color: #5b9cd6;
  color: #ffffff;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even).p-contextmenu-selected {
  background-color: #5b9cd6;
  color: #ffffff;
}

body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-state-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer;
  background-color: #8e8e8e;
}

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: 0px;
}

body .p-datatable .p-datatable-thead>tr>th {
  background-color: #ffffff;
  padding: 0.9em 1em;
  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: #5b9cd6;
  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: #5b9cd6;
  color: #ffffff;
  border-color: #5b9cd6;
}

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: #5b9cd6;
  color: #ffffff;
  border-color: #5b9cd6;
}

body .p-datatable .p-datatable-data tr.p-state-highlight {
  border-color: #5b9cd6;
}

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: #5b9cd6;
}

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: #5b9cd6;
}

body .p-datatable .p-datatable-data tr.p-widget-header {
  border: 1px solid #c7cdd1;
}

body .p-datatable .p-datatable-data tr.p-widget-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-widget-header a:hover {
  color: #5b9cd6;
}

body .p-datatable .p-datatable-data.p-datatable-hoverable-rows>tr.p-widget-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: #1b5756;
}

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.1em 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 {
  margin-right: 10px;
}

body .p-orderlist .p-orderlist-controls button {
  font-size: 15px;
}

body .p-orderlist .p-orderlist-caption {
  padding: 0.5em 1em;
  box-sizing: border-box;
  width: 200px;
}

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: #5b9cd6;
}

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: #5b9cd6;
}

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 a,
body .p-treetable .p-sortable-column a:hover {
  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 a,
body .p-treetable .p-sortable-column:not(.p-state-highlight):hover a:hover {
  background-color: #dee4e9;
  color: #757575;
}

body .p-treetable .p-sortable-column.p-state-highlight {
  background-color: #5b9cd6;
  color: #ffffff;
  border-top-color: #5b9cd6;
}

body .p-treetable .p-sortable-column.p-state-highlight a,
body .p-treetable .p-sortable-column.p-state-highlight a:hover {
  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: "\e905";
}

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: "\e906";
}

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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  color: #ffffff;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-chkbox .p-icon {
  color: #5b9cd6;
}

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-toolbar .p-icon-circle-triangle-e {
  background: none !important;
  font-family: "primeicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  height: auto;
  width: auto;
  overflow: visible;
}

body .fc .fc-toolbar .p-icon-circle-triangle-e:before {
  content: "\e901";
}

body .fc .fc-toolbar .p-icon-circle-triangle-w {
  background: none !important;
  font-family: "primeicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  text-align: center;
  height: auto;
  width: auto;
  overflow: visible;
}

body .fc .fc-toolbar .p-icon-circle-triangle-w:before {
  content: "\e900";
}

body .fc .fc-event-container .fc-event {
  border-color: #5b9cd6;
  background-color: #5b9cd6;
}

body .p-messages .p-messages-icon .p-messages-icon {
  font-size: 2em;
}

body .p-messages.p-messages-info {
  display: none;
  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;
  border-color: #64c660;
  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-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;
  z-index: 99999 !important;
}

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: #5b9cd6;
  color: #ffffff;
}

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;
  background-color: #6d8ff1;
  color: white;
}

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: #ffffff;
  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: #2d918f;
}

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;
  border-top: 1px solid #c7cdd1;
}

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: #5b9cd6;
}

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 {
  border-radius: 4px;
  background: lightgrey;
  margin-bottom: 7px;
  padding: 0.1em 1em;
  margin-top: 15px;
}

body .p-breadcrumb ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

body .p-breadcrumb ul li .p-menuitem-link {
  font-size: 14px;
  color: #263238;
  line-height: 1.8;
  text-decoration: none;
  background-color: transparent;
  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;
  margin-top: -25px;
}

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: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-weight: bold;
  font-size: 1em;
  color: #757575;
  position: relative;
  top: 1.1em;
  margin-bottom: 1em;
  border: 1px solid #c7cdd1;
}

body .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  display: block;
  margin-top: 0.45em;
  color: black;
  font-size: 11px;
  font-weight: 500;
}

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: navy !important;
  color: white !important;
}

body .p-steps .p-steps-item.p-state-current .p-steps-number {
  background-color: navy;
  color: white;
}

body .p-steps .p-steps-item.p-state-default .p-steps-number {
  background-color: #4baf93;
  color: white;
}

body .p-steps .p-steps-item.p-state-complete .p-steps-number {
  background-color: #ffffff;
  color: black;
}

body .p-steps .p-steps-item.p-state-highlight .p-steps-title {
  font-weight: 800;
  color: black;
}

body .p-steps .p-steps-item:last-child .p-menuitem-link {
  display: block;
}

body .p-steps:before {
  content: " ";
  border: 1px solid navy;
  width: 100%;
  top: 42px;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
  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: #5b9cd6;
}

body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-state-active .p-menuitem-link {
  background-color: #5b9cd6;
  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: #5b9cd6;
}

body .p-panelmenu .p-panelmenu-header.p-state-active {
  background-color: #5b9cd6;
}

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: #59cbca;
  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: #5b9cd6;
}

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: #5b9cd6;
}

body .p-terminal input {
  /* font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif; */
  font-size: 13px;
}

.s1,
.s2,
.s3,
.s4,
.s5,
.s6 {
  background-color: white !important;
  /*margin-right: 10px !important;
  border-radius: 10px;*/
  font-size: 12px !important;
}

.s1 {
  border: 1px solid #808080 !important;
  color: #808080 !important;
  font-size: 12px !important;
  padding-top: 3px;
}

.s2 {
  border: 1px solid #5bb14e !important;
  color: #5bb14e !important;
  font-size: 12px !important;
}

.s3 {
  border: 1px solid #136207 !important;
  color: #136207 !important;
  font-size: 12px !important;
}

.s4 {
  border: 1px solid #fdc02d !important;
  color: #fdc02d !important;
  font-size: 12px !important;
}

.s5 {
  border: 1px solid #fc5722 !important;
  color: #fc5722 !important;
  font-size: 12px !important;
}

.s6 {
  border: 1px solid #d91941 !important;
  color: #d91941 !important;
  font-size: 12px !important;
}

.s1.p-state-active {
  background-color: #808080 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s2.p-state-active {
  background-color: #5bb14e !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s3.p-state-active {
  background-color: #136207 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s4.p-state-active {
  background-color: #fdc02d !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s5.p-state-active {
  background-color: #fc5722 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s6.p-state-active {
  background-color: #d91941 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.s1.ps1 {
  background-color: #c9ccd1 !important;
}

.s2.ps2 {
  background-color: #4f9644 !important;
}

.s3.ps3 {
  background-color: #14500b !important;
}

.s4.ps4 {
  background-color: #edaf29 !important;
}

.s5.ps5 {
  background-color: #db461e !important;
}

.s6.ps6 {
  background-color: #a81339 !important;
}

.troublebutton {
  position: absolute !important;
  margin-top: -38px;
  right: 22px !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.shipbg {
  background-image: url("../images/login_ship.jpg");
  background-repeat: no-repeat;
}

.p-fileupload-content {
  padding: 0px !important;
}

.helpbutton.p-togglebutton {
  background-color: #ffffff !important;
}

.helpbutton.p-togglebutton.p-state-active {
  background-color: #ffffff !important;
  color: #757575 !important;
  border: none !important;
}

.helpbutton.p-button {
  background-color: #ffffff !important;
}

.submit.p-button:enabled:active {
  background-color: #00a65a !important;
}

.submit.p-button {
  background-color: #00a65a !important;
}

.save.p-button {
  background-color: #ff9b00 !important;
}

.compare.p-button {
  background-color: #5b9cd6 !important;
}

.ng5-slider .ng5-slider-pointer {
  cursor: pointer !important;
  width: 28px !important;
  height: 16px !important;
  top: -6px !important;
  /* background-color: #0db9f0; */
  z-index: 3 !important;
  border-radius: 9px !important;
  background-color: #5b9cd6 !important;
}

.ng5-slider .ng5-slider-pointer:after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  position: absolute !important;
  top: 4px !important;
  left: 11px !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.ng5-slider .ng5-slider-tick-value {
  display: none !important;
}

.isa.p-button {
  background-color: #ff6a00 !important;
  margin: 2px;
  -moz-padding-start: inherit;
}

.icon.p-button-info {
  -moz-padding-start: inherit;
}

.icon.p-button-success {
  -moz-padding-start: inherit;
}

.icon.p-button-danger {
  -moz-padding-start: inherit;
}

.icon.p-button-warning {
  -moz-padding-start: inherit;
}

.d1 {
  border: 1px solid #808080 !important;
  color: #808080 !important;
  font-size: 12px !important;
  padding-top: 3px;
}

.d2 {
  border: 1px solid #ffb7b2 !important;
  color: #c47a75 !important;
  font-size: 12px !important;
}

.d3 {
  border: 1px solid #b5ead7 !important;
  color: #009999 !important;
  font-size: 12px !important;
}

.d4 {
  border: 1px solid #e2f0cb !important;
  color: #779545 !important;
  font-size: 12px !important;
}

.d5 {
  border: 1px solid #c7ceea !important;
  color: #838eba !important;
  font-size: 12px !important;
}

.d6 {
  border: 1px solid #ffdac1 !important;
  color: #cc9a02 !important;
  font-size: 12px !important;
}

.d1.p-state-active {
  background-color: #808080 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

.d2.p-state-active {
  background-color: #fbe5e3 !important;
  color: #c47a75 !important;
  font-size: 12px !important;
}

.d3.p-state-active {
  background-color: #def5ed !important;
  color: #009999 !important;
  font-size: 12px !important;
}

.d4.p-state-active {
  background-color: #f0fbde !important;
  color: #779545 !important;
  font-size: 12px !important;
}

.d5.p-state-active {
  background-color: #e4e7f4 !important;
  color: #838eba !important;
  font-size: 12px !important;
}

.d6.p-state-active {
  background-color: #fee7d8 !important;
  color: #cc9a02 !important;
  font-size: 12px !important;
}

.d1.ps1 {
  background-color: #c9ccd1 !important;
}

.d2.ps2 {
  background-color: #ffb7b2 !important;
}

.d3.ps3 {
  background-color: #b5ead7 !important;
}

.d4.ps4 {
  background-color: #e2f0cb !important;
}

.d5.ps5 {
  background-color: #c7ceea !important;
}

.d6.ps6 {
  background-color: #ffdac1 !important;
}

@media only screen and (max-width: 1280px) and (min-width: 1000px) {
  .section_header_empty {
    width: 57% !important;
    left: 492px !important;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  p-table {
    font-size: 12.8px !important;
  }

  #dashboard_table th {
    font-size: 10.88px !important;
  }
}

.p-dropdown-panel::-webkit-scrollbar {
  width: 8px;
}

body .p-dropdown-panel::-webkit-scrollbar {
  width: 8px;
}

.p-dropdown-items-wrapper::-webkit-scrollbar {
  width: 8px;
}

/* / Track / */
.p-dropdown-items-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* / Handle / */
.p-dropdown-items-wrapper::-webkit-scrollbar-thumb {
  background: #435a9f;
  border-radius: 10px;
}

/* / Handle on hover / */
.p-dropdown-items-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-dropdown label.p-dropdown-label {
  line-height: 1.5em;
}

/* @media only screen and (max-width: 1480px) and (min-width: 1280px) {
.section_header_empty {
width: 57% !important;
left: 492px !important;
}

} */
/* body .p-paginator .p-paginator-pages{
  line-height: 0;
} */

::placeholder {
  color: #44a2c8 !important;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {

  /* For portrait layouts only */
  .p-datatable table {
    table-layout: fixed !important;
  }
}

label.p-dropdown-label.p-inputtext.p-corner-all {
  min-height: 20px;
  font-size: 10px;
  font-weight: 400;
}

body .p-messages .p-messages-close {
  top: 16px !important;
  right: 19px !important;
}

body .p-messages {
  position: fixed !important;
  top: 109px !important;
  right: 30px !important;
  padding: 15px 17px 14px 3px !important;
  z-index: 999 !important;
}

body .p-messages .p-messages-detail {
  margin-right: 43px !important;
}

/* data profiling styles starts */
.yaxis .p-dropdown-panel .p-dropdown-filter-container,
.xAxis .p-dropdown-panel .p-dropdown-filter-container {
  padding: 0px !important;
}

.yaxis .p-inputtext,
.xAxis .p-inputtext {
  max-width: 294px !important;
}

/* .yaxis .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon, */
.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
  display: block !important;
}

.yaxis .p-dropdown-panel .p-dropdown-filter-container .pi,
.xAxis .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 17px !important;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 13px !important;
}

.yaxis .p-dropdown-clear-icon.pi.pi-times,
.xAxis .p-dropdown-clear-icon.pi.pi-times {
  font-size: 23px;
}

.yaxis .p-dropdown-clear-icon.pi.pi-times,
.xAxis .p-dropdown .p-dropdown-clear-icon {
  right: 2.5rem;
  margin-top: -0.7rem;
}

.channel_list .p-inputtext {
  max-width: 400px;
}

.tab-header .p-tabview.p-tabview-top .p-tabview-nav {
  border: 0px !important;
}

.tab-header .p-tabview .p-tabview-nav li,
.tab-header .p-tabview.p-tabview-top .p-tabview-nav li {
  margin-right: 18px !important;
}

.tab-header .p-tabview .p-tabview-nav li a {
  border-radius: 10px !important;
  text-decoration: none;
}

.tab-header .p-tabview .p-tabview-nav {
  border: 0px;
}

.tab-header .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background-color: #5b9cd6;
}

.tab-header .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link .p-tabview-title {
  color: #ffffff;
}

.tab-header .p-tabview .p-tabview-nav,
.tab-header .p-tabview.p-tabview-top .p-tabview-nav {
  background: var(--on-primarygrey) !important;
  padding: 10px 0px 10px 15px;
  border-radius: 10px;
}

.corr-tab-header .tab-header .p-tabview .p-tabview-nav {
  background: var(--background);
}

.tab-header .p-tabview .p-tabview-panels {
  background: transparent !important;
  padding: 0px;
  overflow: hidden;
}

.tab-header .p-tabview .p-tabview-panel {
  padding: 0px !important;
}

.tab-header .p-tabview.p-tabview-top {
  /* margin-left: 80px !important; */
  border-radius: 20px !important;
}

.tab-header .p-tabview .p-tabview-nav li a {
  padding: 12px 42px !important;
  font-weight: 600;
}

.tab-header .p-tabview .p-tabview-panel {
  border: 0px !important;
}

.tab-header .p-tabview-right-icon {
  margin-left: 5px !important;
  color: #f70f07 !important;
}

.tab-header .p-tabview-title {
  color: #4c8fbd;
}

.tab-header .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active a .p-tabview-title {
  color: #ffffff !important;
}

/* correlation */

.corr-tab-header .p-tabview.p-tabview-top .p-tabview-nav {
  border: 0px !important;
}

.corr-tab-header .p-tabview.p-tabview-top .p-tabview-nav li {
  margin-right: 18px !important;
  border-radius: 10px !important;
}

.corr-tab-header .p-tabview .p-tabview-nav {
  background: var(--background) !important;
  padding: 5px;
  /* border-radius: 10px; */
}

.corr-tab-header .p-tabview .p-tabview-panel {
  padding: 0px !important;
  background: var(--background) !important;
}

.corr-tab-header .p-tabview.p-tabview-top {
  /* margin-left: 80px !important; */
  border-radius: 20px !important;
}

.corr-tab-header .p-tabview.p-tabview-top .p-tabview-nav li a {
  padding: 12px 42px !important;
  font-weight: 600;
}

.corr-tab-header .p-tabview .p-tabview-panel {
  border: 0px !important;
}

#title_div .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
  font-size: 21px;
  top: 14px;
  width: 10px;
}

#title_div .p-multiselect-panel .p-multiselect-items .p-multiselect-item label {
  color: black;
}

#title_div .p-multiselect-close-icon.pi.pi-times {
  font-size: 21px !important;
}

/* #title_div .p-component {
  font-size: 13px !important;
} */

#title_div .p-multiselect-label-container {
  width: 227px;
  color: #4c8fbd;
  font-size: 12px;
}

#dashboard_table .p-multiselect-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 107px;
  width: 107px;
  text-align: left;
}

#title_div .p-multiselect .p-multiselect-label {
  padding: 0.95em;
}

#title_div .p-chkbox .p-chkbox-box {
  border-radius: 0;
}

#dashboard-filter-box .p-listbox-header .p-chkbox {
  left: 0;
  top: -27px;
  position: absolute;
  padding: 0;
}

/* #title_div .p-widget,
body .p-widget .p-widget {
  width: 347px;
} */
/* data profiling styles ends */

/* drules starts */

.pi.pi-pencil,
.pi.pi-times,
.pi.pi-check {
  font-size: 30px;
}

.drule-edit .p-button.p-state-default.p-button-info {
  margin-top: 19px !important;
  margin-right: 5px !important;
}

body .p-dynamicdialog .p-widget-content {
  background-color: #1f2124 !important;
}

.add-btn .p-button {
  width: 45px;
  height: 45px;
  font-size: 30px;
  font-weight: bold;
}

/* .action_btn .p-button {
  width: 0px;
} */

body .p-dynamicdialog .p-dialog .p-dialog-titlebar .p-dialog-title {
  font-size: 20px;
  color: #4480aa;
  font-weight: bold;
}

.functions .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  left: 1.4em;
}

.functions .p-listbox {
  min-width: 20em !important;
}

.functions .p-listbox .p-listbox-header .p-listbox-filter-container input {
  max-width: 211px !important;
}

/* drules ends*/

/* accuracy starts */

.accuracy .p-tabview.p-tabview-top .p-tabview-nav {
  border: 0px !important;
}

.accuracy .p-tabview .p-tabview-nav li {
  /* border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important; */
  margin-right: 10px !important;
  border-radius: 5px !important;
 /* background-color: #6a6c6e;*/
}

.accuracy .p-tabview .p-tabview-nav li a {
  color: white;
}

.accuracy .p-tabview .p-tabview-nav {
  background: var(--background) !important;
  padding-left: 20px;
}

.accuracy .p-tabview .p-tabview-panel {
  padding: 0px !important;
  background: var(--background) !important;
}

.accuracy .p-tabview.p-tabview-top {
  border-radius: 20px !important;
}

.accuracy .p-tabview.p-tabview-top .p-tabview-nav li a {
  padding: 8px 21px !important;

  /* font-weight: 600; */
}

.accuracy .p-tabview .p-tabview-panel {
  border: 0px !important;
}

/* accuracy ends */

/* summary starts */
.issue-dpd-panel .p-dropdown-items-wrapper .p-dropdown-items {
  /* position: relative !important;
  top: -37px !important;
  left: 169px !important; */
  padding: 0px !important;
}

.summarytable .p-datatable .p-datatable-tbody>tr:nth-child(odd).p-state-highlight,
.summarytable .p-datatable .p-datatable-tbody>tr:nth-child(even).p-state-highlight {
  background-color: rgb(128, 128, 128, 0.1);
  border-color: var(--table-selected);
}

.summarytable .p-datatable .p-datatable-tbody>tr:nth-child(odd).p-highlight,
.summarytable .p-datatable .p-datatable-tbody>tr:nth-child(even).p-highlight {
  background-color: rgb(128, 128, 128, 0.1);
  border-color: var(--table-selected);
}

.summary .p-dialog .p-dialog-titlebar-icon span {
  display: none;
}

.issue-popup .p-dialog .p-dialog-content {
  height: 500px;
}

.issue-popup .p-dialog-header .p-dialog-title {
  background-color: #4c8fbd !important;
  color: #fff;
}

.issue-popup .p-dialog .p-dialog-header {
  background-color: #4c8fbd !important;
  border-radius: 32px 32px 0px 0px !important;
  height: 55px;
  color: #fff;
}

.issue-popup .p-dialog .p-dialog-footer {
  background-color: var(--on-primarygrey);
  border-top: 0px;
  margin-top: -41px;
  border-radius: 32px;
}

.issue-popup .p-dialog {
  border: 1px solid #4c8fbd;
  border-radius: 32px 32px 32px 32px;
}

.issue-popup .p-dialog .p-dialog-title {
  margin-left: 80px !important;
  font-size: 22px !important;
}

.issue-popup .p-dialog .p-dialog-header-icon {
  display: none;
}

.dpd-width .p-dropdown,
.show .p-dropdown,
.vsl-name .p-dropdown {
  width: 200px !important;
}

.vsl-name .p-dropdown .p-dropdown-trigger .pi-caret-down {
  display: none;
}

.dpd-width .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #afe0f4;
}

.dpd-width label.p-dropdown-label.p-inputtext.p-corner-all,
.vsl-name label.p-dropdown-label.p-inputtext.p-corner-all {
  min-height: 27px;
}

.issuestatus label.p-dropdown-label.p-inputtext.p-corner-all {
  font-size: 13px;
}

.issue-dropdown .p-dropdown-label.p-inputtext,
.vsl-name .p-dropdown-label.p-inputtext,
.dpd-width .p-dropdown-label.p-inputtext,
.show .p-dropdown-label.p-inputtext,
.total-scr .p-dropdown-label.p-inputtext,
.xAxis .p-dropdown-label.p-inputtext,
.xaxis .p-dropdown-label.p-inputtext,
.yaxis .p-dropdown-label.p-inputtext,
.zaxis .p-dropdown-label.p-inputtext,
.p-dropdown-label.p-inputtext {
  border: 0px !important;
}

.issue-dropdown .p-dropdown-label.p-inputtext,
.vsl-name .p-inputtext,
.dpd-width .p-inputtext,
.show .p-inputtext {
  max-width: 174px !important;
}

.total-scr .p-dropdown .p-dropdown-label {
  padding: 0px;
  /* margin-top: -4px; */
  margin-left: 5px;
}

.Need .p-dropdown {
  background-color: red;
}

.monitor .p-dropdown {
  background-color: #4c8fbd;
}

.Reported .p-dropdown {
  background-color: orange;
}

.Shelved .p-dropdown {
  background-color: yellow;
}

.Resolved .p-dropdown {
  background-color: green;
}

.Need .p-dropdown .p-dropdown-label.p-inputtext,
.monitor .p-dropdown .p-dropdown-label.p-inputtext,
.Resolved .p-dropdown .p-dropdown-label.p-inputtext {
  color: #ffffff !important;
  font-weight: 600;
}

.Reported .p-dropdown .p-dropdown-label.p-inputtext,
.Shelved .p-dropdown .p-dropdown-label.p-inputtext {
  color: #000 !important;
  font-weight: 600;
}

#filter-container .p-listbox-header .p-chkbox {
  left: 0;
  top: -27px;
  position: absolute;
  padding: 0;
}

#filter-container .p-multiselect-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 107px;
  width: 107px;
}

.issue-dropdown label.p-dropdown-label.p-inputtext.p-corner-all {
  color: #000;
}

.select-all-drp .p-dropdown-panel .p-dropdown-items .p-dropdown-item:nth-child(1) {
  background: red;
  color: #fff;
}

.select-all-drp .p-dropdown-panel .p-dropdown-items .p-dropdown-item:nth-child(2) {
  background: #4c8fbd;
  color: #fff;
}

.select-all-drp .p-dropdown-panel .p-dropdown-items .p-dropdown-item:nth-child(3) {
  background: orange;
}

.select-all-drp .p-dropdown-panel .p-dropdown-items .p-dropdown-item:nth-child(4) {
  background: yellow;
}

.select-all-drp .p-dropdown-panel .p-dropdown-items .p-dropdown-item:nth-child(5) {
  background: green;
  color: #fff;
}

.summarytable .p-chkbox .p-chkbox-box {
  border-radius: 0px;
}

.select-all-drp .p-dropdown,
.issue-dropdown .p-dropdown {
  margin-top: 6px !important;
}

/* summary ends */

/* benchmark starts */
.vessel-card .p-card {
  width: 300px !important;
  height: 140px !important;
  background-color: #0b7ae8 !important;
  border: none !important;
  border-radius: 0 !important;
  margin-right: 50px !important;
  -webkit-box-shadow: -5px -5px 7px -5px black inset !important;
  box-shadow: -5px -5px 7px -5px black inset !important;
}

.completeness-card .p-card {
  width: 264px;
  height: 140px;
  background-color: #878383;
  border: none;
  border-radius: 0 !important;
  margin-right: 20px;
  -webkit-box-shadow: -5px -5px 7px -5px black inset;
  box-shadow: -5px -5px 7px -5px black inset;
}

.timeliness-card .p-card {
  width: 264px;
  height: 140px;
  background-color: #6bb2f9;
  border: none;
  border-radius: 0 !important;
  margin-right: 20px;
  -webkit-box-shadow: -5px -5px 7px -5px black inset;
  box-shadow: -5px -5px 7px -5px black inset;
}

.integrity-card .p-card {
  width: 264px;
  height: 140px;
  background-color: #063f78;
  border: none;
  border-radius: 0 !important;
  margin-right: 20px;
  -webkit-box-shadow: -5px -5px 7px -5px black inset;
  box-shadow: -5px -5px 7px -5px black inset;
}

.accuracy-card .p-card {
  width: 264px;
  height: 140px;
  background-color: #6a6c6e;
  border: none;
  border-radius: 0 !important;
  margin-right: 20px;
  -webkit-box-shadow: -5px -5px 7px -5px black inset;
  box-shadow: -5px -5px 7px -5px black inset;
}

.duplication-card .p-card {
  width: 264px;
  height: 140px;
  background-color: #4c8fbd;
  border: none;
  border-radius: 0 !important;
  margin-right: 20px;
  -webkit-box-shadow: -5px -5px 7px -5px black inset;
  box-shadow: -5px -5px 7px -5px black inset;
}

/* .align-center .p-datatable-wrapper {
  width: 313px;
  margin-left: 72px;
} */

.header label.p-dropdown-label.p-inputtext.p-corner-all {
  min-height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: black;
  border: 2px solid blue !important;
}

.header .p-dropdown-label.p-inputtext {
  border-radius: 6px !important;
}

.header .p-dropdown .p-dropdown-trigger .pi-caret-down {
  display: none;
}

.header .p-dropdown {
  height: 32px;
}

.header .p-dropdown-label.p-inputtext {
  text-align: center;
}

.align-center .p-datatable-wrapper {
  margin-left: -60px;
}

/* benchmark end */

/* session expiry message starts */
.session-exp .p-toast .p-toast-message.p-toast-message-error .p-toast-close-icon {
  display: none;
}

.session-exp .p-toast .p-toast-summary {
  padding: 4px 0 0 0;
}

/* session expiry message ends */

.integrity-toast .p-toast .p-toast-message.p-toast-message-info .p-toast-close-icon {
  display: none;
}

/* vessel-info popup starts */

.vessel-info-dialog .p-dialog {
  left: -10px;
  right: 30%;
  top: 0px;
}

.vessel-info-dialog .p-dialog .p-dialog-titlebar {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  height: 46px;
}

.vessel-info-dialog .p-dialog-content {
  height: 800px;
}

/* vessel-info popup ends */

/* threshold configuration starts */

.threshold .p-accordion-header a {
  text-decoration: none !important;
}

.version-list-panel .p-inputtext {
  width: 500px !important;
}

.version-list .p-dropdown {
  width: 539px !important;
}

.version-list .p-inputtext {
  max-width: 500px !important;
}

.btn-group .p-button:nth-child(1) {
  background-color: #428ae2;
}

.btn-group .p-button:nth-child(2) {
  background-color: #a9a9a9;
}

.btn-group .p-button:nth-child(3) {
  background-color: rgb(255, 208, 0);
}

.btn-group .p-button:nth-child(4) {
  background-color: rgb(139, 41, 41);
}

.btn-group .p-button:nth-child(5) {
  background-color: rgb(20, 173, 71);
}

.btn-group .p-button:nth-child(6) {
  background-color: red;
}

.btn-group .p-button:nth-child(7) {
  background-color: #428ae2;
}

.threshold .p-accordion .p-accordion-header .p-accordion-header-link {
  background: var(--background) !important;
  color: var(--on-background) !important;
  border: 0px;
}

.threshold .p-accordion-header-text {
  color: var(--on-background) !important;
}

.timeliness-tolerance .p-inputtext {
  max-width: 146px;
}

body .p-accordion .p-accordion-header>a .p-accordion-header-text,
body .p-accordion .p-accordion-header>a .p-accordion-header-text:hover {
  text-decoration: none;
}

.threshold .p-dropdown-label.p-inputtext {
  border: 0px !important;
  font-weight: 900;
}

.threshold .p-dropdown .p-dropdown-label.p-placeholder {
  color: #5b8dce;
  font-weight: 900;
}

.threshold .p-accordion .p-accordion-header,
.threshold .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: var(--background) !important;
  color: var(--on-background) !important;
  border: 0px;
  text-decoration: none;
}

.threshold .p-accordion .p-accordion-content {
  border: 0px;
}

.p-accordion-toggle-icon.pi.pi-fw.pi-chevron-down,
.p-accordion-toggle-icon.pi.pi-fw.pi-chevron-right {
  color: var(--on-background) !important;
}

.threshold .p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled):hover {
  background: var(--background) !important;
  color: var(--on-background) !important;
}

.threshold .p-accordion-content {
  background: var(--background) !important;
  color: var(--on-background) !important;
}

.threshold .p-accordion .p-accordion-header>a:focus {
  background: var(--background) !important;
}

.threshold .p-accordion .p-accordion-header {
  border: 0px;
  padding-bottom: 20px;
}

.threshold .p-widget-content {
  border: 0px;
}

.threshold .p-accordion .p-accordion-header>a {
  font-size: 21px;
}

.threshold .p-datatable .p-datatable-tbody>tr>td {
  font-size: 15px;
}

.threshold .p-datatable .p-datatable-tbody>tr:nth-child(even) {
  background: #f9f9f9;
}

.threshold .p-datatable .p-datatable-thead>tr>th {
  background: #4c8fbd;
}

.threshold .p-datatable .p-datatable-tbody>tr {
  background: #f9f9f9;
  color: #000000;
}

.threshold .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
  font-size: 26px;
}

.threshold .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #4c8fbd;
}

.threshold label.p-dropdown-label.p-inputtext.p-corner-all {
  font-size: 15px;
  font-weight: 600;
}

.timeliness-tolerance .p-dropdown {
  width: 189px !important;
}

.version-list .p-dropdown-item-empty,
.p-dropdown-label-empty {
  visibility: visible;
}

.version-list label.p-dropdown-label.p-inputtext.p-corner-all {
  font-size: 15px;
}

.version-list .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter {
  max-width: 700px;
}

/* threshold configuration ends */

/* analytics starts */

.tab-header1 .p-tabview .p-tabview-panels {
  background-color: transparent !important;
}

.tab-header1 .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  color: #fff !important;
}

.tab-header1 .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover {
  color: #fff !important;
  text-decoration: none;
}

.tab-header1 .p-tabview .p-tabview-nav li {
  padding-right: 14px;
}

.tab-header1 .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  padding: 12px !important;
}

.tab-header1 .p-tabview .p-tabview-nav li .p-tabview-nav-link,
.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li {
  background-color: transparent;
  margin-right: -4px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-radius: 0px;
}

.tab-header1 .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link:hover,
.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active:hover {
  background-color: #4c8fbd !important;
}

.tab-header1 .p-tabview .p-tabview-nav li .p-tabview-nav-link:hover,
.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li:hover {
  background-color: transparent !important;
}

.tab-header1 .p-tabview .p-tabview-nav .p-highlight,
.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active {
  border-radius: 18px 18px 0px 0px !important;
}

.tab-header1 .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background-color: #5b9cd6;
  border-radius: 18px 18px 0px 0px !important;
}

.tab-header1 .p-tabview .p-tabview-nav {
  background: var(--background) !important;
  padding: 11px;
  height: 50px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px solid #4c8fbd;
  margin-left: 18px;
}

.tab-header1 .p-tabview .p-tabview-panel {
  padding: 0px !important;
  border: 0px !important;
}

.tab-header1 .p-tabview.p-tabview-top {
  border-radius: 20px !important;
}

.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li a {
  padding: 9px 21px 9px 21px !important;
  font-weight: 600;
}

.tab-header1 .p-tabview-right-icon {
  margin-left: 5px !important;
  color: #f70f07 !important;
}

.tab-header1 .p-tabview .p-tabview-nav li .p-tabview-nav-link {
  color: #4c8fbd;
  font-size: 15px;
}

.tab-header1 .p-tabview .p-tabview-nav li .p-tabview-nav-link:hover {
  text-decoration: none;
  color: #4c8fbd !important;
}

.tab-header1 .p-tabview.p-tabview-top .p-tabview-nav li.p-state-active a .p-tabview-title {
  color: #ffffff !important;
}

.filter-section label.p-dropdown-label.p-inputtext.p-corner-all {
  min-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  border: 2px solid blue !important;
}

.filter-section .p-dropdown-label.p-inputtext {
  border-radius: 6px !important;
}

.filter-section .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #4c8fbd;
}

.filter-section .p-dropdown {
  height: 32px;
}

.filter-section .p-dropdown-label.p-inputtext {
  text-align: center;
}

#recordDelayDetailsTable .p-datatable .p-datatable-tbody>tr>td {
  text-align: center !important;
}

/* analytics ends */

/* customization starts */
.top .p-button {
  width: 34px;
  background-color: #599eca;
  font-size: 19px;
}

.up .p-button {
  width: 34px;
  background-color: #5874c7;
  font-size: 19px;
}

.down .p-button {
  width: 34px;
  background-color: #f08080;
  font-size: 19px;
}

.last .p-button {
  width: 34px;
  background-color: #e83535;
  font-size: 19px;
}

.filter .p-widget-content {
  background: var(--background);
  color: var(--on-background);
  width: 740px;
}

.filter .p-listbox {
  min-width: 100%;
}

.filter .p-listbox .p-listbox-item {
  text-align: left;
  display: flex !important;
}

.filter .p-chkbox .p-chkbox-box {
  border-radius: 0px;
}

.filter .p-listbox .p-listbox-header {
  margin-top: -40px;
  margin-left: 138px;
}

.filter .p-listbox .p-listbox-header .p-listbox-filter-container input {
  padding-left: 0px;
  max-width: 149px;
}

.filter .p-listbox .p-listbox-header {
  border-bottom: 0px;
}

.filter .p-sidebar-active {
  overflow-y: auto !important;
  z-index: 10000 !important;
}

.customization ul.p-widget-content,
.customization .p-dialog .p-dialog-content,
.customization .p-dialog .p-dialog-footer {
  background: var(--background);
  color: var(--on-background);
}

.customization .p-dialog .p-dialog-header,
.customization .p-dialog .p-dialog-header .p-dialog-title {
  background: var(--header);
  color: #fff;
}

.customization .p-dialog .p-dialog-footer {
  border: 0px !important;
  padding: 10px !important;
}

/* customization ends */

/* visualization starts */
.xaxis .p-dropdown {
  width: 321px !important;
}

.xaxis .p-dropdown-label.p-inputtext.p-corner-all,
.yaxis .p-dropdown-label.p-inputtext.p-corner-all,
.zaxis .p-dropdown-label.p-inputtext.p-corner-all {
  font-size: 14px;
  font-weight: bold;
}

.xaxis .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 17px;
  right: 26px;
  color: #4c8fbd;
}

.xaxis .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
  display: block !important;
}

.xaxis .p-inputtext {
  max-width: 100%;
}

.yaxis .p-dropdown {
  width: 321px !important;
}

.yaxis .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 17px;
  right: 26px;
  color: #4c8fbd;
}

.yaxis .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
  display: block !important;
}

.yaxis .p-inputtext {
  max-width: 100%;
}

.zaxis .p-dropdown {
  width: 321px !important;
}

.zaxis .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 17px;
  right: 26px;
  color: #4c8fbd;
}

.zaxis .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon {
  display: block !important;
}

.zaxis .p-inputtext {
  max-width: 100%;
}

/* visualization ends */

.filter .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  color: blue;
}

#dashboard_table .p-dropdown-label.p-inputtext {
  color: #000;
}

#dashboard_table .p-multiselect .p-multiselect-panel {
  min-width: 200px !important;
}

#dashboard_table .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  min-height: 25px;
  font-size: 12px;
  font-weight: 400;
  width: 90%;
}

#dashboard_table .p-dropdown {
  height: 25px;
}

#dashboard_table .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  color: #cc0000;
  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;
}

#dashboard_table .p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
  color: #cc0000;
  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;
}

.p-sidebar-close.p-sidebar-icon .p-sidebar-close-icon.pi.pi-times {
  color: #2d918f !important;
  font-size: 20px !important;
  font-weight: 900;
}

.dashsliderrange .p-slider.p-slider-horizontal .p-slider-handle {
  top: 8px !important;
}

.dashsliderrange .range-selector-container .p-slider .p-slider-handle {
  width: 23px;
  height: 25px;
}

.dashsliderrange .p-slider .p-slider-handle {
  border-radius: 0px;
}

.p-datepicker .p-monthpicker .p-monthpicker-month:hover {
  background-color: #5b9cd6 !important;
  color: #fff !important;
}

.start-date .p-calendar .p-datepicker,
.end-date .p-calendar .p-datepicker {
  min-width: 100% !important;
}

.date-range-color {
  background: grey !important;
  outline: 1px solid #000 !important;
}