input[type='text'], input[type='tel'], input[type='email'], input[type='date'], input[type='password'] {width: 220px; border-radius: 2px;border: 1px solid grey; padding: 10px; color: black; font-size: 14px; margin-top: 15px; }
input[type='submit']{padding: 10px 25px 8px; color: #fff; width: 240px; background-color: #0067ab; text-shadow: rgba(0,0,0,0.24) 0 1px 0; font-size: 16px; box-shadow: rgba(255,255,255,0.24) 0 2px 0 0 inset,#fff 0 1px 0 0; border: 1px solid #0164a5; border-radius: 2px; margin-top: 10px; cursor:pointer;}
input[type='submit']:hover {background-color: #024978;}


li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  height: 20px;
  font-size: 19px;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: grey;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

input[type=file] {
    display: block;
    margin-bottom: 20px;
}

.panel-default {
    border-color: #ddd;
    margin-top: 10%;
}










#top-nav {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: 20px;
    list-style-type: none;

    padding: 0;
    overflow: hidden;
    width: auto;
    background-color:   #3760A0  ;

}

#top-nav-buyers {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: 20px;
    list-style-type: none;

    padding: 0;
    overflow: hidden;
    width: auto;
    background-color:   #34495e ;

}

#top-nav-sellers {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  margin-top: 20px;
    list-style-type: none;

    padding: 0;
    overflow: hidden;
    width: auto;
    background-color:   lightblue ;

}

#li-top {

    float: right;

}

#li-top #a-top {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;

}

/* Change the link color to #111 (black) on hover */
#li-top #a-top:hover {
    background-color: grey;
}

#box {

   position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
   }

   #boxhome {

      position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
      }

      #boxinsert {

         position: absolute;
        margin: auto;
        top: 78%;
        right: 0;
        bottom: 0%;
        left: 0;
         }

      th{
        font-size: 14px;
border-right: solid 1px white;
      }

      table {
          border-collapse: collapse;
          width: 100%;
      }

      th, td {

          padding: 8px;
      }

      td {
font-size: 14px;
}

      tr:nth-child(even){background-color: #f2f2f2}

      th {
          background-color: #2E82C8;
          color: white;
      }

      tr:hover {
          background-color: white;
        }

footer{
border-radius: 8px;
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 95%;
    height: 65px;
    border: 1px solid grey;
    background-color: #dae0e1;
    color: white;

}

.historybar {

  border-radius: 8px;
      margin-top: 15%;
      margin-left: 30px;
      bottom: 50px;
      left: 30px;
      width: 95%;
      height: 65px;
      border: 1px solid grey;
      background-color: #dae0e1;
      color: white;


}

.discript
{
  width: auto;
text-align: center;
color: rgba(0, 0, 0, 0.6);
font-size: 30px;

text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
}

.footerin {
    
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
	height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    color: ;
    text-align: center;
}

.searchbar {
    
	
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 65px;
    background-color: rgba(0, 0, 0, 0.6);
    color: ;
    text-align: center;
}

.btn {
  background: #6e6b6e;
  background-image: -webkit-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -moz-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -ms-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -o-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: linear-gradient(to bottom, #6e6b6e, #3c4042);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 10px;
  
}

.btn_home {
 background: #6e6b6e;
  background-image: -webkit-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -moz-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -ms-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: -o-linear-gradient(top, #6e6b6e, #3c4042);
  background-image: linear-gradient(to bottom, #6e6b6e, #3c4042);
  border-style: solid;
   border-width: 1.8px;
border-color: silver;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px;
  font-family: Arial;
  color: white;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 10px;
  
}

.btn_home:hover {
  background: #8d8e8f;
  background-image: -webkit-linear-gradient(top, #8d8e8f, #747475);
  background-image: -moz-linear-gradient(top, #8d8e8f, #747475);
  background-image: -ms-linear-gradient(top, #8d8e8f, #747475);
  background-image: -o-linear-gradient(top, #8d8e8f, #747475);
  background-image: linear-gradient(to bottom, #8d8e8f, #747475);
  text-decoration: none;
}

.btn:hover {
  background: #8d8e8f;
  background-image: -webkit-linear-gradient(top, #8d8e8f, #747475);
  background-image: -moz-linear-gradient(top, #8d8e8f, #747475);
  background-image: -ms-linear-gradient(top, #8d8e8f, #747475);
  background-image: -o-linear-gradient(top, #8d8e8f, #747475);
  background-image: linear-gradient(to bottom, #8d8e8f, #747475);
  text-decoration: none;
}

.btn-submit {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 10px;
}

.btn-submit:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}