/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  width: 100%;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.btn-primary {
  background: #b7aa00;
  color: #fff;
  border: 2px solid #b7aa00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #e0d000;
  border-color: #e0d000;
}

.btn-primary:disabled {
  color: #666;
  background-color: #999;
  border-color: #999;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #b7aa00;
  border: 2px solid #b7aa00;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #b7aa00;
  color: #fff;
}

.btn-cta {
  padding: 10px 30px !important;
  font-size: 16px;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.show .dropdown-menu {
  display: block;
}

.list-group-item.active {
  background-color: #b7aa00;
  border-color: #b7aa00;
  color: #fff;
}

.list-group-item.active a {
  color: #fff;
}

.list-group-item.active a:hover {
  color: #fff;
}

.list-group-item.current {
  background-color: #b7aa00;
  border: #b7aa00;
  color: #fff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.breadcrumb-item.active {
  color: #e0d000;
}

.fixed {
  position: fixed;
  top: 50px;
}

.text-dark {
  color: #000000 !important;
}

.text-primary {
  color: #b7aa00 !important;
}

.bg-primary {
  background-color: #b7aa00 !important;
}

.bg-dark {
  background-color: #000000 !important;
}

.badge-primary {
  color: #fff;
  background-color: #b7aa00;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0);
  overflow: hidden;
}

.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 80, 0.25);
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 80, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #b7aa00;
  background-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 0, 0.5);
}

.form-control:focus {
  color: #b7aa00;
  background-color: #fffde5;
  border-color: #b7aa00;
  box-shadow: 0 0 0 0.2rem rgba(183, 170, 0, 0.25);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.text-lh-1 {
  line-height: 1 !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffffff;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #b7aa00;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #666666;
}

.list-group-item-action {
  color: #000000;
  font-weight: 400;
}

.form-control {
  font-size: inherit;
}

.form-group label {
  font-weight: 400;
}

.form-group label i {
  font-size: 12px;
}

.shirt-updown-20 {
  top: 0px;
  position: absolute;
}

.shirt-updown-20 {
  -webkit-animation: goods 2s infinite linear;
  animation: goods 2s infinite linear
}

@-webkit-keyframes goods {
  0% {
    top: 0px;
  }

  25% {
    top: -5px;
  }

  50% {
    top: -10px;
  }

  75% {
    top: -5px;
  }

  100% {
    top: 0px;
  }
}
