html,
body {
  height: 100%;
}

.brand-name {
  height: 40px;
  line-height: 34px;
  vertical-align: bottom;
}

.main-block {
  height: 100vh;
}

.main-block > .container {
  width: 100%;
  height: 100%;
  display: flex;
}

.main-block .container .row-content {
  margin: auto;
}

.wrap > .container {
  padding: 20px 15px 20px;
}

.jumbotron {
  color: #fff;
  text-align: center;
  background-color: transparent;
}

.jumbotron .service-desc {
  font-size: 3.5rem;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.container-features .feature {
  display: flex;
}

.feature i.fa {
  color: #DA3C3C;
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.feature h4 {
  text-align: center;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navigation-block {
  position: absolute;
  width: 100%;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

.nav-reg {
  margin-right: 15px;
}

.nav-link.btn,
.modal-content .btn {
  border-radius: 8px;
}

.nav-link.btn.btn-pp-blue {
  color: #f8f8f8;
  /* min-width: 230px; */
}

.nav-link.btn.btn-pp-blue:hover {
  color: #f8f8f8;
  opacity: 0.9;
}

.nav-link.btn.btn-pp-black {
  color: #f8f8f8;
}

.nav-link.btn {
  padding: 0.2rem 1rem;
}

.btn.btn-success.nav-reg.nav-link {
  color: #fff;
}

a.navbar-brand {
  font-weight: bold;
  text-transform: uppercase;
}

a.navbar-brand:hover {
  color: #ffffff;
}

.nav-link.btn.btn-pp-black:hover {
  color: #f8f8f8;
  opacity: 0.9
}

.navbar-nav.right.nav {
  flex-direction: row;
}

ul#w1 {
  padding-left: 10px;
}

.dropdown a.dropdown-item {
  color: #212529;
  font-weight: normal;
}

.dropdown a.dropdown-item.active {
  color: #fff;
  font-weight: normal;
}

.btn-warning {
  background: rgb(245, 145, 79);
}

#landing-signup .btn {
  text-transform: uppercase;
}

#landing-signup .btn.btn-warning {
  color: #fff;
}

#landing-signup .btn.btn-light {
  color: #000;
}

#arrow {
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.text-color-gray {
  color: #666;
}

.nobr {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .container-features {
    padding-bottom: 0;
  }

  .feature i.fa {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .jumbotron .service-desc {
    font-size: 2rem;
  }

}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.hidden {
  display: none;
}

#imagePlaceholder {
  font-size: 72px;
}

.form-group.is-invalid input {
  border-color: #dc3545;
}

.form-group.is-invalid .invalid-feedback {
  display: block;
}

.modal-body .success-message {
  color: #28a745;
}

.request {
}

.items-list .item {
}

.item-more {
}

.request-date {
  font-size: 75%;
  margin: 5px 0px 0px 0px;
}

.items-list .card {
  border-color: transparent;
}

.items-list .card-body {
  padding: 0.75rem 1.25rem;
}

.request-card-description {
  min-height: 220px;
}

.education-card-description {
  min-height: 150px;
}

.request-header {
  height: 4.08rem;
  overflow: hidden;
}

.request-title {
  color: #4995DA;
}

.card-body.search {
  padding: 0.5rem 1rem;
  font-size: 10pt;
}

.jumbotron h1 {
  font-size: 72px;
}

.jumbotron span {
  font-size: 22px
}

.jumbotron h1 span.arrow,
.jumbotron h1 span.varrow {
  font-size: 72px;
}

.white-background {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}

.social-links__wrapper {
  display: flex;
}

.social-links__item {
  padding: 0 5px;
}

.btn-reg {
  min-width: 200px;
  text-align: center;
}

.ql-container {
  height: 400px;
}

.footer {
  min-height: 250px;
  background-color: #f8f9fa;
  padding-top: 20px;
  display: flex;
  color: #1c1c1c;
}

.footer .copyright {
  padding-top: 50px;
}

.footer .container {
  height: auto;
  margin: auto;
}

.footer a, .footer a {
  text-decoration: none;
}

.terms-conditions {
  font-size: 0.8rem;
}

.profile-title {
  display: inline-block;
  font-size: 2.5rem;
}

#share-popover {
  cursor: pointer;
}

#share-popover {
  font-size: 1.6rem;
  margin-right: 10px
}

.ext-url {
  color: #4995DA;
  font-size: 1.25rem;
}

.project-year {
  color: #031F2C;
  opacity: 0.5;
  margin-top: 0.25rem;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.select-pure__option {
  height: auto;
  min-height: 44px;
}

.sup-required {
  color: #ff0000;
}

@media (max-width: 767px) {
  .arrow {
    display: none;
  }
  .varrow {
    display: block;
    font-size: 36px;
    font-weight: bold;
  }
  .jumbotron h1 {
    font-size: 36px;
  }
  .reg1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .reg2 {
    text-align: center;
  }
  .main-block {
    height: auto;
  }
  .filter-toggle-pointer {
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .jumbotron. h1 span.arrow {
    display: inline-block;
    font-size: 72px;
  }
  .varrow {
    display: none;
  }
  .reg1 {
    text-align: right;
  }
  .reg2 {
    text-align: left;
  }
  .main-block {
    height: auto;
  }
  .navbar-expand-md {
    height: 60px;
  }
  .navbar-expand-md .navbar-nav {
    padding-left: 5px;
  }

  #group-offer-popup > .modal-dialog {
    max-width: 800px;
  }
}

@media (min-width: 767px) {
  .main-block {
    height: 100vh;
  }
}

#offer-popup .card.active {
  border-color: #4995DA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#offer-popup .btn {
  width: 50%;
  margin: 0 auto;
}

.old-price {
  text-decoration: line-through;
}

.under_development {
  filter: blur(5px);
}

.form-inline-custom {
  display: inline-block;
}
