html, body {
    background-color: #FFF;
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.btn-primary {
	color: #fff;
	background-color: #30313b;
	border-color: #30313b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #242429;
  border-color: #242429;
}

.badge-primary {
  background-color: #30313b;
}

.badge-primary[href]:hover {
  background-color: #242429;
}

.header {
  background-color: #30313b;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 999;
  padding: 10px;
  top: 0;
  height: 100px;
}

.header img {
  height: 80px;
}

.title {
  color: #30313b;
  background-color: #ffc90a;
  font-size:28px;
  margin: 0px;
  position: fixed;
  width: 100%;
  top: 100px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  z-index: 1002;
  overflow: hidden;
}

.no-title {
	margin-top: -80px;
}

.content {
  position: fixed;
  top: 179px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow-y: auto;
}

.content-with-actions {
	bottom: 56px;
}

.actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background-color: #ffc90a;
}
.actions .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 997;
}

.text-white {
  color: #FFF;
}

a {
  color: #30313b;
}
a:hover {
  color: #2d2f44;
  text-decoration: underline;
}

.table {
  background-color: #FFF;
}

.table .part-image {
  width: 130px;
}

.table th {
  background-color: #30313b;
  color: #FFF;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

#results .part-image {
	max-width: 100%;
	max-height: 300px;
}




.links > a {
    color: #30313b;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.part-image-block  {
    /*border: 3px solid rgb(1,160,225);
    width: 80vw;
    height: 80vw;
    border-radius: 50%;
    line-height: 80vw;
    margin-bottom: 30px;*/
}
.part-image-block .part-image  {
    padding: 40px;
}

.associated-parts-list img {
  max-height: 30px;
  margin-right: 15px;
}

.list-group-brands a {
  font-size: 18px;
  font-weight: bold;
}

.list-group-brands a:hover {
}

.content, .part-show {
  -webkit-overflow-scrolling: touch;
}

.list-group-associated-parts {
	font-size: 11px;
}

@media /*(min-width: 768px) and*/ (max-width: 1023.98px) {
  .header {
    height: 70px;
  }
  .header img {
    height: 50px;
  }
  .title {
    top: 70px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    padding: 0px 10px;
  }
  .content {
    top: 120px;
    overflow-x: hidden;
  }

  .part-show {
    padding: 20px;
    overflow-x: hidden;
  }
  .part-image-block .part-image {
    padding-top: 0px;
  }

}



@media (max-width: 767.98px) {

  .table-parts thead {
    display: none;
  }

  .table-parts tr td {
    display: block;
    border: 0px;
    text-align: left;
    padding: 5px 30px;
  }

  .table-parts tr td .part-image {
    width: 200px;
  }

  .table-parts tr td .badge-stage {
    display: none;
  }

  .table-parts tr td .d-inline {
    font-weight: bold;
  }

  .table-parts tr td:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-parts tr td:last-child {
    padding-bottom: 40px;
  }

  .table-parts tr  {
    border: 1px solid #ccc;
  }

}


.ocrloader {
  width: 100%;
  height: 100%;
	display: none;
}
.ocrloader span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 10%;
  background-color: rgba(45, 184, 184, 0.54);
  z-index: 1;
  /*transform: translateY(135%);*/
  animation: move 0.9s cubic-bezier(0.15, 0.44, 0.76, 0.64);
  animation-iteration-count: infinite;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
  border-color: #000;
  content: "";
  position: absolute;
  width: 19px;
  height: 16px;
  border-style: solid;
  border-width: 0px;
}
.ocrloader:before {
  left: 0;
  top: 0;
  border-left-width: 1px;
  border-top-width: 1px;
}
.ocrloader:after {
  right: 0;
  top: 0;
  border-right-width: 1px;
  border-top-width: 1px;
}
.ocrloader em:before {
  left: 0;
  bottom: 0;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
.ocrloader em:after {
  right: 0;
  bottom: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
@keyframes move {
  0%,
  100% {
    /*transform: translateY(135%);*/
		top: 50%;
  }
  50% {
    /*transform: translateY(0%);*/
		top: 0%;
  }
  75% {
    /*transform: translateY(272%);*/
		top: 90%;
  }
}

#selected-image {
	width: 100%;
}

.part-icon {
	max-height: 50px;
}

.btn-circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
	margin: 0px;
	background-color: #c2c2c2;
	color: #FFF;
	font-weight: bold;
}

.btn.btn-circle:hover {
	cursor: initial;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

.filter-bar {
	background-color: #e6e6e6;
	padding: 10px 20px;
}
