:root{
  --primary:	#f3cb1c;
  --secondary:#3CB371;
}
body
{
  background: url(images/map-news-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.header_menu {
  float: right;
}
li a {
  color: #000;
  padding: 0px 10px;
}
li a:hover {
  border-bottom: 2px solid #0067ab;
}
@media only screen and (max-width: 1100px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.navbar {
  top: 0;
  width: 100%;
  z-index: 10;
  /*position: fixed;*/
  background-color: #fff;
  box-shadow: 2px 1px 2px #eee;
  box-sizing: border-box;
  align-items: end;
}
.navbar {
  perspective: 600px;
}
.last {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.dropdown-menu {
  padding-top: 0.5rem;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.profile-img {
  border-radius: 50%;
  background-color: #f9c2c2;
  color: #e3248a;
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  line-height: 30px;
  height: 45px;
  width: 45px;
  z-index: 5;
  text-align: center;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
.label {
  padding: 0 5px;
  font-weight: 500;
}
.welcome_msg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.welcome_msg1 {
  background-color: #fafafa;
  text-align: center;
  color: #3b3739;
  font-size: 24px;
}
.middle {
  padding-top: 1.5rem;
}
.middle-head {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ebe8e8;
  padding: 0.5rem;
}
.middle-left {
  border-right: solid;
  border-right-width: 1px;
  border-right-color: #ebe8e8;
  display: inline-flex;
  padding-top: 2rem;
}
.icon {
  float: right;
  font-size: 12px;
  margin: 0px;
  color: #b5b0b0;
  font-weight: normal;
}
.table .thead-light th {
  background-color: var(--secondary);
  border-style: solid none;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
  font-weight: normal;
}
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table .thead-light .thead2 th {
  background-color: var(--primary);
  border-style: solid none;
  border-width: 2px;
  border-color: #fff;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

#signup_tbody tr td:first-child {
  color: #000;
  font-weight: bold;

  font-size: 14px;
}

#signup_tbody tr td {
  font-size: 14px;
}
#previous_tbody tr td:first-child {
  color: none;
  font-weight: bold;
  border: 1px solid #ccc;
  font-size: 14px;
}

#previous_tbody tr td {
  border: none;
  font-size: 14px;
}

.bid_btn {
  width: 100%;
  background: #dceff9;
  border: none;
  font-size: 14px;
  color: #1745de;
}

.showData {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* The Close Button (x) */
.clo_se {
  position: absolute;
  right: 2px;
  top: -16px;
  color: #000;
  font-size: 35px;
}

.clo_se:hover,
.clo_se:focus {
  color: #000;
  cursor: pointer;
}

.effect8 {
  position: relative;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  /*bottom:10px;*/
  left: 0;
  right: 0;
}
/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
  /*border: 5px solid #9AD3DE;*/ /*
  box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);*/
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.table-striped tbody tr td:nth-of-type(even) {
  text-align: right;
}
.table_striped {
  padding: 2rem;
}
.table-striped td {
  border-style: none;
  color: #808080;
  font-weight: normal;
}
.bid_disbtn {
  margin-left: 20px;
  border-radius: 2px;
  width: 55px;
  height: fit-content;
  background: #dceff9;
  border: none;
  font-size: 14px;
  color: #1745de;
  text-decoration: none;
}
.table-striped {
  margin-top: 1rem;
  font-size: 14px;
  font-family: Calibri;
  font: caption;
}
.alert-warning {
  margin-top: 0.5rem;
  font-size: 14px;
}
.vpa {
  display: flex;
  border-bottom-style: solid;
  border-width: 1px;
  width: fit-content;
  border-color: #c4c4c4;
  margin-top: 2rem;
}
.vpa .text {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}
.vpa .select {
  border: none;
  background: transparent;
  outline: none;
}
.checkbox {
  border-color: #c4c4c4;
  border-bottom-style: solid;
  border-width: 1px;
  background: transparent;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  outline: none;
}
.text_box {
  border-color: #c4c4c4;
  border-bottom-style: solid;
  border-width: 1px;
  background: transparent;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  outline: none;
  width: 100%;
}
.items_details {
  margin-top: 2rem;
}
.items_details td {
  border-style: none;
  width: max-content;
}
.items_details .chec_kbox {
  width: 137px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background: transparent;
  border-radius: 2px;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--primary);
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.declare {
  font-size: 12px;
  color: #c4c4c4;
  text-align: left;
}
.submit_btn {
  display: flex;
  margin-top: 1rem;
}
.submit_btn p {
  margin-left: auto;
}
.bided-area {
  background: linear-gradient(to right, #fff 40%, #fafafb 40% 60%);
  width: 60%;
  height: auto;
  overflow: auto;
}
@media only screen and (max-width: 600px) {
  .showData {
    padding: 0;
  }
  .bided-area {
    width: 100%;
  }
}
#signup_tbody,
#showbiddata
{
  background: #FFFFFF;
}
.footer
{
  position: relative;
  margin-top: 15px;
}
.footer-text
{
  bottom: 0;
  width:100%;
  text-align: center;
  font-size: 14px;
}