@media print {
  .hidePrint {
    display: none;
  }
}

.App {
  text-align: center;
}

.p-card-header a {
  color: white;
}
.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.p-scrollpanel-bar {
  /* visibility: hidden; */
  background:#ababab !important;
}

.p-dataview-header {
  color: white !important;
}

.layout-wrapper .layout-menu-container .layout-profile.layout-profile-active .layout-profile-menu {
  list-style: none;
  padding: 0 12px 0;
  margin: 0;
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
}
.layout-wrapper .layout-menu-container .layout-profile .layout-profile-menu {
  max-height: 0;
}



@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.p-card-header {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-home .p-card-body {
  height: 80px;
}

.p-card-body {
  height: 300px;
}

.p-card-body .item-description {
  max-height: 50px;
  overflow: hidden;
}

.p-toolbar {
  padding: 0 !important;
}

/* no idea where is this coming from.  needs to be there. */
.p-link {
  text-align: left;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}

@media screen and (min-width: 896px) {
  .layout-wrapper.layout-static .layout-footer {
    padding-left: 270px;
  }
}

@media screen and (min-width: 896px) {
  .layout-wrapper.layout-static.layout-static-inactive .layout-consultbar {
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}

.layout-wrapper .layout-topbar .topbar-menu > li > ul button {
  padding: 8px 12px;
}

.layout-wrapper .layout-topbar .topbar-menu > li > ul:before {
  left: 235px;
}

.layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
  left: 235px;
}

.p-button.p-component.at4-button.p-button-primary:hover {
  color: white;
  background-color: #25347a;
}

.p-button.p-component.at4-button.p-button-secondary {
  color: black;
  background-color: #64b5f6;
}

.p-button.p-component.at4-button.p-button-secondary:hover {
  color: #ecf3cb;
  background-color: #25347a;
}

.topbar-icon.pi.pi-search {
  color: white;
}

@media screen and (max-width: 896px) {
  .layout-wrapper .layout-topbar .topbar-menu {
    background-color: #25347a;
    border: 0px;
    position: revert;
    width: revert;
    display: revert;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 0px 0px 0 rgba(0, 3, 6, 0.16);
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button {
    box-sizing: border-box;

    width: 44px;
    line-height: inherit;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    padding: 8px 0px;
    position: relative;
    text-align: center;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li {
    width: 100%;
    margin: 0;
    float: revert;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul {
    position: absolute;
    border: 1px solid #e0e0e0;
    top: 55px;
    right: -18px;
    display: none;
    min-width: 275px;
    min-height: 300px;
    background-color: #ffffff;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    list-style-type: none;
    margin: 0;
    padding: 8px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  }

  .mycartclass:before {
    bottom: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 235px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul button {
    padding: 8px 12px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul li button {
    padding: 8px 12px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
    bottom: 100%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    left: 235px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul:before {
    border-color: rgba(216, 216, 220, 0);
    border-bottom-color: #e0e0e0;
    border-width: 10px;
    margin-left: -10px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li > ul:after {
    border-color: rgba(244, 244, 249, 0);
    border-bottom-color: #ffffff;
    border-width: 9px;
    margin-left: -9px;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button:hover {
    background-color: #64b5f6;
    color: white;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button:focus {
    -webkit-box-shadow: 0 0 0 0 #64b5f6;
    -moz-box-shadow: 0 0 0 0 #64b5f6;
    box-shadow: 0 0 0 0 #64b5f6;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button .topbar-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 28px;
    color: #ffffff;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button .topbar-item-name {
    display: none;
  }

  .layout-wrapper .layout-topbar .topbar-menu > li button .topbar-badge {
    height: 16px;
    display: block;
    position: absolute;
    margin-left: 8px;
  }

  .layout-wrapper.layout-static .layout-consultbar {
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
}

.layout-wrapper .layout-topbar .layout-search-box {
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
}

.layout-wrapper .layout-topbar .p-autocomplete-input {
  width: 300px;
}

@media screen and (max-width: 575px) {
  .layout-wrapper .layout-topbar .layout-search-box {
    width: 200px;
    margin-left: -98px;
  }

  .layout-wrapper .layout-topbar .p-autocomplete-input {
    width: 150px;
  }
}

.layout-wrapper .layout-consultbar {
  position: fixed;
  height: 60px;
  top: 60px;
  left: 250px;
  right: 0;
  z-index: 900;
  padding: 8px 25px;
  background-color: #c2b82d;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.layout-wrapper .layout-consultbar:after {
  content: '';
  display: table;
  clear: both;
}

.layout-wrapper .layout-consultbar .layout-consultbar-logo {
  display: none;
}

.layout-wrapper .layout-consultbar .layout-consultbar-logo img {
  margin-top: 7px;
  height: 30px;
}

.layout-wrapper .layout-consultbar .layout-menu-button {
  cursor: pointer;
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.layout-wrapper .layout-consultbar .layout-menu-button i {
  line-height: inherit;
  font-size: 28px;
}

.layout-wrapper .layout-consultbar .layout-menu-button:hover {
  background-color: #64b5f6;
}

.layout-wrapper .layout-consultbar .layout-menu-button:focus {
  -webkit-box-shadow: 0 0 0 0 #64b5f6;
  -moz-box-shadow: 0 0 0 0 #64b5f6;
  box-shadow: 0 0 0 0 #64b5f6;
}

.layout-wrapper .layout-consultbar #topbar-menu-button {
  cursor: pointer;
  font-size: 28px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: none;
  float: right;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.layout-wrapper .layout-consultbar #topbar-menu-button i {
  line-height: inherit;
  font-size: 28px;
}

.layout-wrapper .layout-consultbar #topbar-menu-button:hover {
  background-color: #64b5f6;
}

.layout-wrapper .layout-consultbar #topbar-menu-button:focus {
  -webkit-box-shadow: 0 0 0 0 #64b5f6;
  -moz-box-shadow: 0 0 0 0 #64b5f6;
  box-shadow: 0 0 0 0 #64b5f6;
}

.layout-wrapper .layout-consultbar .topbar-menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.layout-wrapper .layout-consultbar .topbar-menu > li {
  float: right;
  position: relative;
  margin-left: 14px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button {
  cursor: pointer;
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button .topbar-icon {
  color: #ffffff;
  line-height: inherit;
  font-size: 28px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button > img {
  width: 36px;
  margin-top: 4px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button:hover {
  background-color: #737c46;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button:focus {
  -webkit-box-shadow: 0 0 0 0 #ecf3cb;
  -moz-box-shadow: 0 0 0 0 #ecf3cb;
  box-shadow: 0 0 0 0 #ecf3cb;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button .topbar-item-name {
  display: none;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > button .topbar-badge {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #e0284f;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  font-size: 12px;
  border-radius: 100%;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul {
  position: absolute;
  border: 1px solid #e0e0e0;
  top: 55px;
  right: -18px;
  display: none;
  min-width: 250px;
  background-color: #f0efac !important;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  list-style-type: none;
  margin: 0;
  padding: 8px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 3, 6, 0.16);
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul:before,
.layout-wrapper .layout-consultbar .topbar-menu > li > ul:after {
  bottom: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 235px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul:before {
  border-color: rgba(216, 216, 220, 0);
  border-bottom-color: #e0e0e0;
  border-width: 10px;
  margin-left: -10px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul:after {
  border-color: rgba(244, 244, 249, 0);
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button {
  box-sizing: border-box;
  padding: 8px 12px;
  text-align: left;
  display: block;
  width: 100%;
  color: #727272;
  position: relative;
  -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: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button i {
  margin-right: 8px;
  color: #727272;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button img {
  margin-right: 8px;
  width: 24px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button i,
.layout-wrapper .layout-consultbar .topbar-menu > li > ul button img,
.layout-wrapper .layout-consultbar .topbar-menu > li > ul button span {
  vertical-align: middle;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button .topbar-submenuitem-badge {
  background-color: #e0284f;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  min-width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 8px;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button:hover {
  background-color: #e0e0e0;
}

.layout-wrapper .layout-consultbar .topbar-menu > li > ul button:focus {
  -webkit-box-shadow: 0 0 0 0 #e0e0e0;
  -moz-box-shadow: 0 0 0 0 #e0e0e0;
  box-shadow: 0 0 0 0 #e0e0e0;
}

.layout-wrapper .layout-consultbar .topbar-menu > li.active-topmenuitem > ul {
  display: block;
}

.news-image {
  float: right;
  margin-left: 7px;
  border: 1px solid #d6d6ca !important;
  padding: 1px;
}

.required:after {
  color: red;
  content: ' *';
}

.cursor-pointer:hover {
  cursor: pointer !important;
}

.panel-padding {
  padding-bottom: 20px !important;
}

.datatable-inside-panel {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -9px;
  margin-bottom: -9px;
}

.datatable-inside-card {
  margin-left: -17px;
  margin-right: -17px;
  margin-top: -17px;
  margin-bottom: -17px;
}

.radiobutton-padding {
  line-height: 24px;
}

.layout-menu-logo button {
  background-color: #ffffff !important;
  border: 2px solid #373737 !important;
  border-radius: 0px !important;
  text-align: center !important;
  height: 130px !important;
  padding-left: 0px !important;
}

.layout-menuitem-text2 {
  color: #ababab !important;
  font-size: 14pt !important;
}

.layout-menuitem-text {
  color: #eeeeee !important;
  font-size: 12pt !important;
}

.layout-menu-logo button img {
  height: 122px !important;
}

/*Changing links darker so they satisfy contrast requirements*/
/*Turns out it might be affecting links in tabs that we don't want dark blue*/
body a {
  /*color: #08599B !important;*/
  color: #25347a;
}

body .cart-button a {
  color: white;
}

.cart-item-border {
  border: 2px solid #2196f3;
}

.consult-cart-button {
  color:  #ecf3cb !important;
}

.cart-button {
  color: white;
  background-color: #2196f3;
  margin-top: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #2196f3;
}

/*On hover, changing the links lighter as a visual that you are about to select them*/
body a:hover {
  /*color: #2196f3 !important*/
  color: #25347a;
}

.layout-wrapper .layout-topbar .topbar-menu > li > ul button:hover {
  color: white;
  background-color: #2196f3;
}

body .cart-button button:hover {
  color: white;
  background-color: #1d56a3;
}

/*Changing links darker so they satisfy contrast requirements*/
/*Turns out it might be affecting links in tabs that we don't want dark blue*/
.body-links {
  /*color: #0a6ebd !important;*/
  /*color: #08599B !important;*/
  color: #25347a !important;
}

/*On hover, changing the links lighter as a visual that you are about to select it*/
.body-links:hover {
  /*color: #2196f3 !important*/
  color: #25347a !important;
}

/* h1 {
   color: #25347a !important;
} */

/*Might be able to get rid of these now that we have selected a darker blue*/
/*We no longer need the larger font size to get the contrast ratio we need*/
.font-18px-dark {
  font-size: 18px !important;
  font-weight: bold !important;
  /*color: #08599B !important;*/
  color: #25347a !important;
}

/*Might be able to get rid of these now that we have selected a darker blue*/
/*We no longer need the larger font size to get the contrast ratio we need*/
.font-20px-dark {
  font-size: 20px !important;
  font-weight: bold !important;
  /*color: #08599B !important;*/
  color: #25347a !important;
}

.font-20px {
  font-size: 20px !important;
  font-weight: bold !important;
}

/*Darkening the buttons so the white text inside the button now satisfies the contrast ratio we need*/
.p-button {
  /*background-color: #08599B !important;*/
  background-color: #25347a !important;
  border-color: #25347a !important;
}

/*On hover, changing the button lighter as a visual that you are about to select it*/
.p-button:hover {
  /*background-color: #2196f3 !important;*/
  /*background-color: #25347a !important;*/
  background-color: none !important;
}

/*Darkening the red on the cancel buttons so the white text inside the button now satisfies the contrast ratio we need*/
.p-button-danger {
  background-color: #b11031 !important;
  border-color: #b11031 !important;
  font-weight: bold !important;
}

/*Darkening the red on the cancel buttons so the white text inside the button now satisfies the contrast ratio we need*/
.p-button-warning {
  background-color: #fab710 !important;
  border-color: #fab710 !important;
  font-weight: bold !important;
}

/*On hover, changing the button lighter as a visual that you are about to select it*/
.p-button-danger:hover {
  /*background-color: crimson !important;*/
  background-color: none !important;
}

/*Changing the buttons to dark blue caused some of the loan list, etc. buttons to also be dark blue even when they aren't selected yet*/
.p-button-secondary {
  background-color: #f5f5f5 !important;
  border-color: #d0d0d0 !important;
}

/*Tab titles are going white by default against the dark blue background.  We'll change text to black against the yellow background when selected.*/
.p-tabview-title {
  color: #ffffff !important;
}

.pi-exclamation-circle {
  color: #ffffff !important;
}

/*The selected tab turns yellow.  The white text on yellow is very hard to see, so going black and it passes the contrast test*/
.p-tabview-selected .p-tabview-title {
  color: #000000 !important;
}

/*Let's turn the icons */
.p-tabview-selected .pi-exclamation-circle {
  color: #000000 !important;
}

.p-panel-title {
  font-weight: bold !important;
  font-size: 18px !important;
}

/* .p-paginator-rpp-options {
  background-color: #B11031 !important;
} */

.p-dropdown-label {
  color: #000000 !important;
}

hr {
  /* border-top: 1px solid #eeeeee; */
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.layout-wrapper .consulting {
  padding-top: 120px;
}

.hide-table-header thead {
  display: none;
}

.sortLabel {
  font-size: 20px !important;
}

.p-autocomplete-input {
  width: 100%;
}

.p-accordion-header a {
  /*font-size: 20px !important;*/
  color: #ffffff !important;
}

.p-accordion-header a:hover {
  color: #ffffff !important;
}

.p-tabview-nav a {
  /*background-color: #08599B !important;*/
  background-color: #25347a !important;
  border-color: #25347a !important;
}

/*This increases the font size and changes the font color to black to satisfy contrast issues */
.p-highlight a {
  /*font-size: 20px !important;*/
  color: #000000 !important;
  /*background-color: #FFC107 !important;*/
  background-color: #ffce02 !important;
}

.p-highlight a:hover {
  /*background-color: #E6AC00 !important;*/
  background-color: #ffce02 !important;
  color: #000000 !important;
}

/*This is to increase the font size on the tabs for pages such as itemdetails*/
/*.p-unselectable-text {
  font-size: 20px !important;
}*/

.layout-wrapper .layout-topbar {
  background-color: #25347a !important;
}

.p-panel-titlebar {
  background-color: #25347a !important;
  border: #25347a !important;
}

.p-dataview-header {
  background-color: #25347a !important;
  border: #25347a !important;
}

.p-toolbar {
  background-color: #25347a !important;
  border: #25347a !important;
}

.p-toolbar .p-button-icon-only {
  background-color: #ffce02 !important;
}

.p-toolbar-group-center a {
  color: #ffffff !important;
}

.p-toolbar-group-center a:hover {
  color: #ffffff !important;
}

/* .p-grid a {
  color: #FFFFFF !important;
} */

.p-itemlabels {
  margin-left: 1%;
  margin-right: 25%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border: 1px #000000 solid;
}

.p-itemlabel-dark {
  background-color: #ececec;
  text-align: center;
  padding: 15px;
}

.p-itemlabel-light {
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
}

.p-itemlabels-printbuttons {
  margin-left: 1%;
  margin-right: 25%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.p-itemlabels-indbutton {
  text-align: center;
  padding: 5px;
}

/* needed to make the page titles look right */
.card h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}

.card h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.card h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.p-paginator .p-paginator-left-content {
  float: left;
  padding-top: 6px;
  padding-left: 8px;
}


h2 i {
  color: white !important;
}

h2 span {
  color: white !important;
}

button h2 {
  color: white !important;
}

