.jumbotron {
  background: #eee;
}
.admin-edit-url {
  font-size: 12px;
}
@media (max-width: 768px) {
  .grid-magic-slider {
    white-space: nowrap !important;
    overflow-x: auto !important;
    padding: 0px 18px 30px !important;
  }
  .grid-magic-slider .grid-magic-slider-item {
    display: inline-block !important;
    vertical-align: top !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pathway span:last-child {
  font-weight: bold;
}
.receipt:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.receipt {
  display: flex;
  flex-direction: row;
}
.receipt .receipt-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.receipt .receipt-price {
  white-space: nowrap;
}
.pre-load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1;
}
.loader {
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  display: none;
}
.loader-2 {
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 180px;
  height: 180px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.wrap {
  margin: 0 auto -22px;
  padding: 0 0 0px;
}
.footer {
  font-size: 14px;
  height: auto;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 0px;
}
.navbar-brand img {
  height: 35px;
}
.dropdown-subproject-list {
  overflow-y: scroll;
  max-height: 300px;
}
.dropdown-subproject-list::-webkit-scrollbar {
  width: 5px;
}
.dropdown-subproject-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
}
.dropdown-subproject-list::-webkit-scrollbar-thumb {
  background: #3498db;
  border-radius: 0;
}
.dropdown-subproject-list::-webkit-scrollbar-thumb:hover {
  background: #3498db;
}
.receipt-button-footer {
  height: 50px;
}
.project-export-button {
  margin: 2px 0px 2px 0px;
}
.receipt a .fa-university {
  color: black;
  font-size: 21px;
  margin: 8px 5px 0px 0px;
}
.receipt .receipt-company {
  font-size: 0.8rem;
}
.document-view-button-modal {
  z-index: 2000;
}
.receipt>a>i {
  padding-right: 10px;
}
.field-receipt-vendor_company_id,
.field-receipt-customer_company_id {
  margin-bottom: 0;
}
.ai-icon {
  font-size: 17px;
  margin-bottom: 3px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask: url("/img/ai_icon.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask: url("/img/ai_icon.svg") no-repeat center;
  mask-size: contain;
  vertical-align: middle;
  line-height: 1;
}
.project .toggle-icon {
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
legend .dropdown,
legend > .icon-name {
  display: flex;
  align-items: center;
}
legend a.btn.dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1;
}
legend .icon-name {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
legend .icon-name .name {
  margin-left: 5px;
  font-size: 21px;
  display: flex;
  align-items: center;
  min-height: 40px;
}
legend .icon-name .icon {
  display: flex;
  align-items: center;
}
legend .icon-name .icon i {
  font-size: 21px;
  line-height: 1;
}
legend .btn.dropdown-toggle {
  padding: 0px;
}
legend .strong {
  font-weight: bold;
}
legend .dropdown-toggle::after {
  vertical-align: 0.1em;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  margin-top: 3px;
}
