@charset "UTF-8";
/**!!
 * @author
 * Banjo Mofesola Paul
 * Chief Developer, Planet NEST
 * mofesolapaul@live.com
 * Friday, December 9, 2016
 */
#dashboard {
  min-height: 100%;
  padding-top: 1rem;
}
#dashboard.overview .animated-number {
  border: solid 3px #ddd;
  text-align: center;
}

#quick-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #quick-menu {
    width: 200px;
    position: fixed;
  }
}
#quick-menu ul > li {
  text-transform: uppercase;
  font-size: small;
}
#quick-menu ul > li.on > a {
  color: #6fc0df;
}
@media (min-width: 768px) {
  #quick-menu ul > li.on > a {
    border-left: 3px solid #45aed6;
  }
}
@media (max-width: 767px) {
  #quick-menu ul > li.on > a {
    position: relative;
    padding-bottom: 2rem;
  }
  #quick-menu ul > li.on > a:before, #quick-menu ul > li.on > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    font-family: FontAwesome;
    margin: auto;
    left: 0;
    right: 0;
    color: #ececec;
  }
}
#quick-menu ul > li > a {
  display: block;
  padding: 0.3rem 1rem;
}
@media (min-width: 768px) {
  #quick-menu ul > li {
    margin-top: 5px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #quick-menu ul > li {
    display: inline-block;
  }
  #quick-menu ul > li span {
    display: none;
  }
}

@media (min-width: 768px) {
  section.content {
    padding-top: 1.5rem;
    float: right;
    width: calc(100% - 200px);
  }
}
section.content.has-alert {
  padding-top: 0;
}
section.content.has-alert .create-order-alert {
  border-radius: 0;
  margin-bottom: 2rem;
  background: rgba(69, 174, 214, 0.6);
  color: #2776B9;
  border: 0;
}

section.first-order-container {
  padding-top: 5rem;
  width: 100%;
}

.agree {
  padding-top: 2rem;
}
.agree .modal-content {
  margin: 7em auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  max-width: 400px;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.agree span {
  font-size: 1em;
  color: #2776B9;
  font-weight: bold;
}
.agree .tc {
  padding: 5px;
}
.agree .tc blockquote {
  line-height: 30px;
  font-size: 1em;
  color: #333;
  text-align: left;
}
.agree .tc .author {
  text-align: right;
  color: #45aed6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.agree .tc h3 {
  font-size: 1.1em;
  text-align: left;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.agree .tc h5 {
  text-align: center;
  font-size: 1.1em;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.cargo-shot-label {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: #ccc;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.cargo-shot-label:hover {
  background: #d9d9d9;
}
.cargo-shot-label:hover:before, .cargo-shot-label:hover::before {
  color: rgba(3, 3, 3, 0.3) !important;
}
.cargo-shot-label img {
  display: none;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
}
.cargo-shot-label.picked img {
  display: block;
}
.cargo-shot-label:not(.picked):before, .cargo-shot-label:not(.picked)::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "ADD";
  font-size: 32px !important;
  text-align: center;
  line-height: 200px;
  color: #ededed;
  text-transform: uppercase;
}
.cargo-shot-label.preview:before, .cargo-shot-label.preview::before {
  content: "REMOVE";
}
.cargo-shot-label.preview img {
  display: block;
}
.cargo-shot-label.no-preview:before, .cargo-shot-label.no-preview::before {
  content: "Preview Unavailable";
  font-size: 22px !important;
  line-height: 1.5;
  padding-top: 6.5rem;
}

@media (max-width: 767px) {
  .order-submitted {
    text-align: center;
  }
}

.order-history-table {
  border-radius: 5px;
}
.order-history-table td {
  vertical-align: middle !important;
}

/*# sourceMappingURL=dashboard.css.map */
