.green {
  background-color: green !important;
  color: #e4e4e4;
}

.orange {
  background-color: #ee9600 !important;
  color: #e4e4e4;
}

.w3-camo-dark-green {
  background-color: #f0c282;
  color: #e4e4e4;
}

.dark-green {
  background-color: #345b47;
  color: #e4e4e4;
}

.dark-red {
  background-color: #ce3500;
  color: #e4e4e4;
}

body {
  background-color: #f3f3f3;
}

a {
  text-decoration: none;
}

h3.title {
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.regInfo {
  color: red;
  font-size: 12px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #d4d1d1 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #d4d1d1 !important;
}

::placeholder {
  color: #d4d1d1 !important;
}

ul {
  list-style: none;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.login {
  margin: 0 auto;
  margin-top: 5vh;
  max-width: 400px;
  border: 1px solid black;
  padding: 20px 20px;
  background-color: #a0f3c7;
  border-radius: 10px;
  box-shadow: 1px 1px 200px yellow;
}
.login input[type=submit] {
  box-shadow: 1px 1px 1px #504f4f;
}
.login .title {
  font-size: 22px;
  text-align: center;
  text-shadow: 1px 1px 3px green;
  text-transform: uppercase;
}
.login .image {
  margin: 0 auto;
  width: 150px;
  height: 110px;
}
.login .info {
  margin-top: 30px;
  margin-bottom: 50px;
}
.login .info span {
  display: block;
}
.login .regInfo {
  color: red;
  font-size: 12px;
}

@media only screen and (max-width: 600px) {
  .login {
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    border: 1px solid #65e4a0;
    border-radius: 10px;
  }
}
.container .thankyou {
  margin-top: 20px;
}
.container .thankyou .title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}
.container .thankyou .content {
  font-size: 16px;
  line-height: 1.6rem;
}

div#wrapper div.container-fluid {
  width: 100%;
  height: 100vh;
  background: #e5e5e5;
  padding-top: 20px;
}
div#wrapper div.container-fluid h3 {
  text-align: center;
  text-transform: uppercase;
}
div#wrapper div.container-fluid #serch_person button {
  background: yellowgreen;
}
div#wrapper div.container-fluid .show {
  position: relative;
  width: 500px;
}
div#wrapper div.container-fluid .show ul#using {
  position: absolute;
  list-style: none;
  left: -32px;
  top: -17px;
  width: 250px;
}
div#wrapper div.container-fluid .show ul#register {
  position: absolute;
  list-style: none;
  left: 221px;
  top: -17px;
  width: 250px;
}
div#wrapper div.container-fluid .show ul > li {
  width: 250px;
  background: #f3f2e7;
  padding: 10px;
}

ul#register > li,
ul#using > li {
  cursor: pointer;
  color: red;
}

div.number {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2px;
}
div.number span {
  display: block;
  font-size: 13px;
  color: white;
  background: red;
  padding: 5px 13px;
  cursor: pointer;
  list-style: none;
  margin: 2px;
}

.qty {
  display: flex;
  flex-wrap: wrap;
}
.qty .qtyUp,
.qty .qtyDown {
  display: block;
  width: 33px;
  height: 31px;
  border: 1px solid gray;
  padding: 3px;
  font-size: 10px !important;
  line-height: 25px !important;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}
.qty .qtyValue {
  width: 33px;
  text-align: center;
}

div#searchPhone {
  position: relative;
}
div#searchPhone input {
  z-index: 100;
}
div#searchPhone #spiner {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  border-radius: 50%;
}
.naved {
  background-color: #00a43b;
  padding: 12px 5px 0px;
  display: flex;
  flex-wrap: wrap;
}
.naved a {
  color: white !important;
}
.naved button.navbarToggle {
  display: none;
}
.naved .navbarBrand {
  display: block;
  margin-left: 10px;
}
.naved #myNavbar .navNavbarNav {
  display: flex;
  flex-wrap: wrap;
}
.naved #myNavbar .navNavbarNav li {
  display: block;
  margin-right: 10px;
}
.naved #myNavbar .navNavbarNav li a {
  color: white !important;
}
.naved #myNavbar .navNavbarNav li.dropdowned ul.dropdownMenu {
  display: none;
}
.navbar-dark > a {
  color: white !important;
}

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