/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=55&bgImgOpacityHighlight=55&bgImgOpacityActive=45&bgImgOpacityHover=100&bgImgOpacityDefault=100&bgImgOpacityContent=30&bgImgOpacityHeader=25&cornerRadiusShadow=0px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=4px&opacityShadow=60&bgImgOpacityShadow=2&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=60&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23000&iconColorError=%23ebccce&fcError=%23ffffff&borderColorError=%23994d53&bgTextureError=flat&bgColorError=%23b72330&iconColorHighlight=%238d78a5&fcHighlight=%23333333&borderColorHighlight=%23ffdb1f&bgTextureHighlight=flat&bgColorHighlight=%23fafafa&iconColorActive=%23454545&fcActive=%23ffffff&borderColorActive=%237e7783&bgTextureActive=highlight_soft&bgColorActive=%231d2265&iconColorHover=%23734d99&fcHover=%23ebe4f2&borderColorHover=%23d1c5d8&bgTextureHover=highlight_soft&bgColorHover=%232d3f73&iconColorDefault=%238d78a5&fcDefault=%23fff&borderColorDefault=%23dcd9de&bgTextureDefault=highlight_soft&bgColorDefault=%23001135&iconColorContent=%23ffffff&fcContent=%237e7783&borderColorContent=%237e7783&bgTextureContent=gloss_wave&bgColorContent=%23ffffff&iconColorHeader=%23a8a3ae&fcHeader=%23ffffff&borderColorHeader=%23231d2b&bgTextureHeader=highlight_soft&bgColorHeader=%23001135&cornerRadius=3px&fwDefault=normal&fsDefault=1.1em&ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif
 */

/* Component containers
----------------------------------*/
.p-widget {
  font-family: 'Nokia Pure Light';
  font-size: 1.1em;
}

.p-widget .p-widget {
  font-size: 1em;
}

.p-widget input,
.p-widget select,
.p-widget textarea,
.p-widget button {
  font-family: 'Nokia Pure Light';
  font-size: 0.9em;
  background: #fff;
}

.p-widget.p-widget-content {
  border: 1px solid #dcd9de;
  border: 0px;
}

.p-widget-content {
  border: 1px solid #7e7783;
  background: #ffffff;
  color: #7e7783;
}

.p-widget-content a {
  color: #7e7783;
}

.p-widget-header {
  border: 1px solid #231d2b;
  background: #001135;
  color: #ffffff;
  font-weight: bold;
}

.p-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.p-state-default,
.p-widget-content .p-state-default,
.p-widget-header .p-state-default,
.p-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .p-button.p-state-disabled:hover,
html .p-button.p-state-disabled:active {
  border: 1px solid #dcd9de;
  background: #001135;
  font-weight: normal;
  color: #fff;
}

.p-state-default a,
.p-state-default a:link,
.p-state-default a:visited,
a.p-button,
a:link.p-button,
a:visited.p-button,
.p-button {
  color: #fff;
  text-decoration: none;
}

.p-state-hover a,
.p-state-hover a:hover,
.p-state-hover a:link,
.p-state-hover a:visited,
.p-state-focus a,
.p-state-focus a:hover,
.p-state-focus a:link,
.p-state-focus a:visited,
a.p-button:hover,
a.p-button:focus {
  color: #ebe4f2;
  text-decoration: none;
}

.p-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.p-picklist-buttons .p-picklist-buttons-cell .p-button.p-state-default {
  background: #001135 !important;
}

.p-picklist.p-picklist-responsive .p-picklist-buttons button {
  background: #001135 !important;
}

.p-state-active,
.p-widget-content .p-state-active,
.p-widget-header .p-state-active,
a.p-button:active,
.p-button:active,
.p-button.p-state-active:hover,
.p-table.p-datatable .p-table-thead .p-state-highlight {
  border: 1px solid #7e7783;
  background: #1d2265;
  font-weight: normal;
  color: #ffffff;
}

.p-icon-background,
.p-state-active .p-icon-background {
  border: #7e7783;
  background-color: #ffffff;
}

.p-state-active a,
.p-state-active a:link,
.p-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.p-state-highlight,
.p-widget-content .p-state-highlight,
.p-widget-header .p-state-highlight {
  border: 1px solid #ffdb1f;
  background: #bdb4dda1;
  color: #333333;
}

.p-state-checked {
  border: 1px solid #ffdb1f;
  background: #fafafa;
}

.p-chkbox-box.p-state-default{
  border: 1px solid #7e7783;
  background: white !important;
  font-weight: normal;
  color: #ffffff;
}

.p-chkbox-box.p-state-default.p-state-active{
  border: 1px solid #7e7783;
  background: #007ad9 !important;
  font-weight: normal;
  color: #ffffff;
}

.p-state-highlight a,
.p-widget-content .p-state-highlight a,
.p-widget-header .p-state-highlight a {
  color: #333333;
}

.p-state-error,
.p-widget-content .p-state-error,
.p-widget-header .p-state-error {
  border: 1px solid #994d53;
  background: #b72330;
  color: #ffffff;
}

.p-state-error a,
.p-widget-content .p-state-error a,
.p-widget-header .p-state-error a {
  color: #ffffff;
}

.p-state-error-text,
.p-widget-content .p-state-error-text,
.p-widget-header .p-state-error-text {
  color: #ffffff;
}

.p-priority-primary,
.p-widget-content .p-priority-primary,
.p-widget-header .p-priority-primary {
  font-weight: bold;
}

.p-priority-secondary,
.p-widget-content .p-priority-secondary,
.p-widget-header .p-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.p-state-disabled,
.p-widget-content .p-state-disabled,
.p-widget-header .p-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.p-state-disabled .p-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.p-icon {
  width: 16px;
  height: 16px;
}

/* .p-icon,
.p-widget-content .p-icon {
  background-image: url('images/p-icons_ffffff_256x240.png');
}

.p-widget-header .p-icon {
  background-image: url('images/p-icons_a8a3ae_256x240.png');
}

.p-state-hover .p-icon,
.p-state-focus .p-icon,
.p-button:hover .p-icon,
.p-button:focus .p-icon {
  background-image: url('images/p-icons_734d99_256x240.png');
}

.p-state-active .p-icon,
.p-button:active .p-icon {
  background-image: url('images/p-icons_454545_256x240.png');
}

.p-state-highlight .p-icon,
.p-button .p-state-highlight.p-icon {
  background-image: url('images/p-icons_8d78a5_256x240.png');
}

.p-state-error .p-icon,
.p-state-error-text .p-icon {
  background-image: url('images/p-icons_ebccce_256x240.png');
}

.p-button .p-icon {
  background-image: url('images/p-icons_8d78a5_256x240.png');
} */

/* positioning */
.p-icon-blank {
  background-position: 16px 16px;
}

.p-icon-caret-1-n {
  background-position: 0 0;
}

.p-icon-caret-1-ne {
  background-position: -16px 0;
}

.p-icon-caret-1-e {
  background-position: -32px 0;
}

.p-icon-caret-1-se {
  background-position: -48px 0;
}

.p-icon-caret-1-s {
  background-position: -65px 0;
}

.p-icon-caret-1-sw {
  background-position: -80px 0;
}

.p-icon-caret-1-w {
  background-position: -96px 0;
}

.p-icon-caret-1-nw {
  background-position: -112px 0;
}

.p-icon-caret-2-n-s {
  background-position: -128px 0;
}

.p-icon-caret-2-e-w {
  background-position: -144px 0;
}

.p-icon-triangle-1-n {
  background-position: 0 -16px;
}

.p-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.p-icon-triangle-1-e {
  background-position: -32px -16px;
}

.p-icon-triangle-1-se {
  background-position: -48px -16px;
}

.p-icon-triangle-1-s {
  background-position: -65px -16px;
}

.p-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.p-icon-triangle-1-w {
  background-position: -96px -16px;
}

.p-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.p-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.p-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.p-icon-arrow-1-n {
  background-position: 0 -32px;
}

.p-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.p-icon-arrow-1-e {
  background-position: -32px -32px;
}

.p-icon-arrow-1-se {
  background-position: -48px -32px;
}

.p-icon-arrow-1-s {
  background-position: -65px -32px;
}

.p-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.p-icon-arrow-1-w {
  background-position: -96px -32px;
}

.p-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.p-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.p-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.p-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.p-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.p-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.p-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.p-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.p-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.p-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.p-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.p-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.p-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.p-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.p-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.p-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.p-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.p-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.p-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.p-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.p-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.p-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.p-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.p-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.p-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.p-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.p-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.p-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.p-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.p-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.p-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.p-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.p-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.p-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.p-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.p-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.p-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.p-icon-arrow-4 {
  background-position: 0 -80px;
}

.p-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.p-icon-extlink {
  background-position: -32px -80px;
}

.p-icon-newwin {
  background-position: -48px -80px;
}

.p-icon-refresh {
  background-position: -64px -80px;
}

.p-icon-shuffle {
  background-position: -80px -80px;
}

.p-icon-transfer-e-w {
  background-position: -96px -80px;
}

.p-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.p-icon-folder-collapsed {
  background-position: 0 -96px;
}

.p-icon-folder-open {
  background-position: -16px -96px;
}

.p-icon-document {
  background-position: -32px -96px;
}

.p-icon-document-b {
  background-position: -48px -96px;
}

.p-icon-note {
  background-position: -64px -96px;
}

.p-icon-mail-closed {
  background-position: -80px -96px;
}

.p-icon-mail-open {
  background-position: -96px -96px;
}

.p-icon-suitcase {
  background-position: -112px -96px;
}

.p-icon-comment {
  background-position: -128px -96px;
}

.p-icon-person {
  background-position: -144px -96px;
}

.p-icon-print {
  background-position: -160px -96px;
}

.p-icon-trash {
  background-position: -176px -96px;
}

.p-icon-locked {
  background-position: -192px -96px;
}

.p-icon-unlocked {
  background-position: -208px -96px;
}

.p-icon-bookmark {
  background-position: -224px -96px;
}

.p-icon-tag {
  background-position: -240px -96px;
}

.p-icon-home {
  background-position: 0 -112px;
}

.p-icon-flag {
  background-position: -16px -112px;
}

.p-icon-calendar {
  background-position: -32px -112px;
}

.p-icon-cart {
  background-position: -48px -112px;
}

.p-icon-pencil {
  background-position: -64px -112px;
}

.p-icon-clock {
  background-position: -80px -112px;
}

.p-icon-disk {
  background-position: -96px -112px;
}

.p-icon-calculator {
  background-position: -112px -112px;
}

.p-icon-zoomin {
  background-position: -128px -112px;
}

.p-icon-zoomout {
  background-position: -144px -112px;
}

.p-icon-search {
  background-position: -160px -112px;
}

.p-icon-wrench {
  background-position: -176px -112px;
}

.p-icon-gear {
  background-position: -192px -112px;
}

.p-icon-heart {
  background-position: -208px -112px;
}

.p-icon-star {
  background-position: -224px -112px;
}

.p-icon-link {
  background-position: -240px -112px;
}

.p-icon-cancel {
  background-position: 0 -128px;
}

.p-icon-plus {
  background-position: -16px -128px;
}

.p-icon-plusthick {
  background-position: -32px -128px;
}

.p-icon-minus {
  background-position: -48px -128px;
}

.p-icon-minusthick {
  background-position: -64px -128px;
}

.p-icon-close {
  background-position: -80px -128px;
}

.p-icon-closethick {
  background-position: -96px -128px;
}

.p-icon-key {
  background-position: -112px -128px;
}

.p-icon-lightbulb {
  background-position: -128px -128px;
}

.p-icon-scissors {
  background-position: -144px -128px;
}

.p-icon-clipboard {
  background-position: -160px -128px;
}

.p-icon-copy {
  background-position: -176px -128px;
}

.p-icon-contact {
  background-position: -192px -128px;
}

.p-icon-image {
  background-position: -208px -128px;
}

.p-icon-video {
  background-position: -224px -128px;
}

.p-icon-script {
  background-position: -240px -128px;
}

.p-icon-alert {
  background-position: 0 -144px;
}

.p-icon-info {
  background-position: -16px -144px;
}

.p-icon-notice {
  background-position: -32px -144px;
}

.p-icon-help {
  background-position: -48px -144px;
}

.p-icon-check {
  background-position: -64px -144px;
}

.p-icon-bullet {
  background-position: -80px -144px;
}

.p-icon-radio-on {
  background-position: -96px -144px;
}

.p-icon-radio-off {
  background-position: -112px -144px;
}

.p-icon-pin-w {
  background-position: -128px -144px;
}

.p-icon-pin-s {
  background-position: -144px -144px;
}

.p-icon-play {
  background-position: 0 -160px;
}

.p-icon-pause {
  background-position: -16px -160px;
}

.p-icon-seek-next {
  background-position: -32px -160px;
}

.p-icon-seek-prev {
  background-position: -48px -160px;
}

.p-icon-seek-end {
  background-position: -64px -160px;
}

.p-icon-seek-start {
  background-position: -80px -160px;
}

/* p-icon-seek-first is deprecated, use p-icon-seek-start instead */
.p-icon-seek-first {
  background-position: -80px -160px;
}

.p-icon-stop {
  background-position: -96px -160px;
}

.p-icon-eject {
  background-position: -112px -160px;
}

.p-icon-volume-off {
  background-position: -128px -160px;
}

.p-icon-volume-on {
  background-position: -144px -160px;
}

.p-icon-power {
  background-position: 0 -176px;
}

.p-icon-signal-diag {
  background-position: -16px -176px;
}

.p-icon-signal {
  background-position: -32px -176px;
}

.p-icon-battery-0 {
  background-position: -48px -176px;
}

.p-icon-battery-1 {
  background-position: -64px -176px;
}

.p-icon-battery-2 {
  background-position: -80px -176px;
}

.p-icon-battery-3 {
  background-position: -96px -176px;
}

.p-icon-circle-plus {
  background-position: 0 -192px;
}

.p-icon-circle-minus {
  background-position: -16px -192px;
}

.p-icon-circle-close {
  background-position: -32px -192px;
}

.p-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.p-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.p-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.p-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.p-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.p-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.p-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.p-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.p-icon-circle-zoomin {
  background-position: -176px -192px;
}

.p-icon-circle-zoomout {
  background-position: -192px -192px;
}

.p-icon-circle-check {
  background-position: -208px -192px;
}

.p-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.p-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.p-icon-circlesmall-close {
  background-position: -32px -208px;
}

.p-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.p-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.p-icon-squaresmall-close {
  background-position: -80px -208px;
}

.p-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.p-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.p-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.p-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.p-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.p-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.p-corner-all,
.p-corner-top,
.p-corner-left,
.p-corner-tl {
  border-top-left-radius: 3px;
}

.p-corner-all,
.p-corner-top,
.p-corner-right,
.p-corner-tr {
  border-top-right-radius: 3px;
}

.p-corner-all,
.p-corner-bottom,
.p-corner-left,
.p-corner-bl {
  border-bottom-left-radius: 3px;
}

.p-corner-all,
.p-corner-bottom,
.p-corner-right,
.p-corner-br {
  border-bottom-right-radius: 3px;
}

.p-widget-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.p-widget-shadow {
  -webkit-box-shadow: -4px -4px 4px #aaaaaa;
  box-shadow: -4px -4px 4px #aaaaaa;
}

.p-inputtext {
  background: #fff !important;
  color: #001135 !important;
}

.p-datatable,
.p-table.p-datatable {
  margin: 1.25rem 0px 0.625rem 0.625rem;
}

.p-datatable .p-datatable-scrollable-body,
.p-table.p-datatable .p-table-scrollable-body {
  height: 18.3em;
}

.p-datatable .p-widget-content,
.p-table.p-datatable .p-widget-content {
  border-right-width: 0px;
  border-left-width: 0px;
}

.p-datatable .p-column-filter,
.p-table.p-datatable .p-column-filter {
  font-size: 0.85em;
  border-radius: 2px;
  width: 80% !important;
  margin: 10px !important;
  margin-left: 10% !important;
}

.p-button.p-button-success,
.p-splitbutton.p-button-success .p-button.p-state-default {
  background-color: #5cb85c !important;
  color: #fff !important;
  border: 1px solid #96f39b;
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-success.p-button-fa-close {
    height: 1.47em;
    top: 0.05em;
  }
}

.p-datatable .p-datatable-thead>tr>th,
.p-datatable .p-datatable-tfoot>tr>td,
.p-table.p-datatable .p-table-thead>tr>th,
.p-table.p-datatable .p-table-tfoot>tr>td {
  padding: 0.5em !important;
}

.p-datatable .p-datatable-thead>tr>th,
.p-datatable .p-datatable-tfoot>tr>td,
.p-datatable .p-datatable-data>tr>td,
.p-table.p-datatable .p-table-thead>tr>th,
.p-table.p-datatable .p-table-tfoot>tr>td,
.p-table.p-datatable .p-table-data>tr>td {
  border-width: 0px !important;
  text-align: center;
}

.p-cell-data {
  font-size: 0.7em;
}

.p-inputgroup .p-inputgroup-addon {
  background-color: #001135;
  color: #ffffff;
}

.p-button.p-state-default.p-button-warning,
.p-splitbutton.p-button-warning .p-button.p-state-default {
  background-color: #f0ad4e !important;
  border-color: #fad6a4;
  color: #ffffff;
}

.p-button.p-state-default.p-button-danger {
  color: #ffffff;
  background-color: #e91224;
  border: 1px solid #ffcbc8;
}

.dangerBtn {
  height: 1.84em;
  top: 0.048em;
}

.warningBtn {
  height: 1.84em;
  top: 0.048em;
}

@media only screen and (min-width: 768px) {
  .p-button.p-state-default.p-button-warning {
    height: 1.84em;
    top: 0.057em;
  }
}

@media only screen and (min-width: 768px) {
  .p-button.p-state-default.p-button-danger {
    height: 1.86em;
    top: 0.05em;
  }
}

@media only screen and (min-width: 1024px) {
  .p-button.p-state-default.p-button-warning {
    height: 1.84em;
    top: 0.057em;
  }
}

@media only screen and (min-width: 1024px) {
  .p-button.p-state-default.p-button-danger {
    height: 1.877em;
    top: 0.065em;
  }
}

@media only screen and (min-width: 1024px) {
  .p-button.p-state-default.p-button-warning.p-button-fa-edit {
    height: 1.7em;
    top: 0.057em;
    width: 1.75em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-warning.p-button-fa-edit {
    height: 2em;
    top: 0.057em;
    width: 2em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-warning.p-button-fa-close {
    height: 1.57em;
    top: -0.001em;
    padding-bottom: 0.2em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-warning {
    height: 1.84em;
    top: 0.057em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-danger.p-button-fa-remove {
    height: 2em;
    top: -0.01em;
    width: 2em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-success.p-button-fa-check {
    height: 1.47em;
    top: 0.05em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-danger.p-button-fa-check {
    height: 1.5em;
    top: 0.02em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-danger.p-button-fa-close {
    height: 1.5em;
    top: 0.02em;
  }
}

@media only screen and (min-width: 1280px) {
  .p-button.p-state-default.p-button-danger {
    height: 1.49em;
    top: 0.09em;
  }
}

@media only screen and (min-width: 1300px) {
  .p-button.p-state-default.p-button-warning {
    height: 1.84em;
    top: 0.061em;
  }
}

@media only screen and (min-width: 1300px) {
  .p-button.p-state-default.p-button-danger {
    height: 1.86em;
    top: 0.05em;
  }
}

@media only screen and (min-width: 1400px) {
  .p-button.p-state-default.p-button-warning {
    height: 1.825em;
    top: 0.0565em;
  }
}

@media only screen and (min-width: 1400px) {
  .p-button.p-state-default.p-button-danger {
    height: 1.83em;
    top: 0.0465em;
  }
}

.p-datatable .p-datatable-loading-content,
.p-table.p-datatable .p-table-loading-content {
  top: 53% !important;
}

.p-messages {
  font-size: 0.8em;
}

.p-messages-success {
  color: #2c832f;
  background-color: #b4f0b6;
  border-color: #b4f0b6;
}

.p-messages-success .p-messages-close {
  color: #2c832f;
}

.p-messages-info {
  color: #1765a3;
  background-color: #bfe0fa;
  border-color: #bfe0fa;
}

.p-messages-info .p-messages-close {
  color: #1765a3;
}

.p-messages-warn {
  color: #8a6714;
  background-color: #ffe9b5;
  border-color: #ffe9b5;
}

.p-messages-warn .p-messages-close {
  color: #8a6714;
}

.p-messages-error {
  color: #ab1a0f;
  background-color: #ffcbc8;
  border-color: #ffcbc8;
}

.p-messages-error .p-messages-close {
  color: #ab1a0f;
}

.p-fluid .p-dropdown,
.p-dropdown .p-dropdown-panel,
.p-dialog input {
  min-width: 100% !important;
  max-width: 100% !important;
}

.p-dialog {
  min-width: 530px !important;
  max-width: 55%;
  max-height: 33.25rem !important;
  z-index: 1001;
  transform: none;
  opacity: 1;
  overflow-y: auto;
  padding: 0.5rem;

}
.dyn-config .p-dialog {
  max-width: 80%;
  max-height: 90% !important;
}


.p-dialog-content {
  border-bottom-width: 0px !important;
  font-size: 0.9em !important;
}

.p-dialog-footer {
  padding: 0.5em !important;
}

.p-dropdown-panel .p-dropdown-filter-container {
  width: 95% !important;
}

.p-radiobutton-box.p-widget.p-state-default {
  background: #ffffff !important;
  border: 1px solid #7e7783;
}

.p-radiobutton-box.p-widget.p-state-active {
  background: #ffffff !important;
  border: 5px solid blue;
}

input.p-column-filter.p-inputtext.p-widget.p-state-default.p-corner-all {
  min-width: 80% !important;
}

