* {
    
}
html {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
body {
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-family: cairo, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
#Top_Banner {
    height:40px !important ;
    display:flex;
    background-color:#0e304c;
    width:100%;
}
.banner_first {
    flex:50%;
}
.login_section {
    flex:50%;
    padding-top:8px;
}
.login_section form {
    width:96%;
    margin-left:2%;
    padding-top:5px;
}

.login_button {
    width:10% !important;
    background-color:#0e304c;
    border:none;
    border-radius:5px;
    padding:3px 4px;
    color:white;
    vertical-align:middle;
}
.register_button {
    background-color:#0e304c;
    border:none;
    border-radius:5px;
    padding:8px 8px;
    color:white;
    vertical-align:middle;
    float:right;
}
.login_section input {
    width:44%;
    margin-top:5px;
    display:inline-block;
    
    
}
header {
    width:100%; 
    height:100px !important;
    display:flex;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.logo_section {
    flex:30%;
}
.logo {
    height:90px;
    width:auto;
    padding:10px 10px;
}
.menu_section {
    flex:70%;
}
.glyphicon {
    color:white;
    font-size:18px;
    padding:2px 2px;
}
.banner_icon {
        color:white;
    font-size:18px;
    padding:2px 2px;
    text-decoration:none;
}
.banner_icon:hover {
    color:#94D351;
}
.glyphicon:hover {
    color:#94D351;
}
.dropbtn {
    background-color:transparent;
    color:white;
    border:none;
}
.dropdown {
    position: relative;
    display:inline-block;
}
.dropdown-content {
    display:none;
    position:absolute;
    background-color:white;
    min-width:500px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:61px;
}
.dropdown1 {
    position: relative;
    display:inline-block;
}
.dropdown-content1 {
    display:none;
    position:absolute;
    background-color:white;
    min-width:500px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right:6px;
}
.show {display:block;}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #0e304c; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#main {
    padding:0px 0px;
}
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: #0e304c;
  width:90%;
  margin-left:5%;
  color:white;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #94D351;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #94D351;
}

/* Style the tab content */
.tabcontent {
    width:90%;
    margin-left:5%;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.admin_button {
    background-color:#0e304c;
    padding:8px 10px;
    color:white;
    border:none;
    border-radius:5px;
    margin:3px 3px;
}
.admin_button:hover {
    background-color:#94D351;
}
#the_table {
    width:100%;
    display:block;
}
#the_table td.product_image {
    width:12%;
}
#the_table td.product_title {
    width:12%;
}
#the_table td.brand {
    width:8%;
}
#the_table td.product_category{
    width:15%;
}
#the_table td.product_code {
    width:14%;
}
#the_table td.product_stock {
    width:15%;
}

#DataSection select {
    padding: 5px 5px;
    width:15%;
}
#DataSection label {
    padding:5px 5px;
}
.tooltip {
 position: relative !important;
  color:#0e304c !important;
  display: inline-block !important;
  border:none;
  opacity:1 !important;
  font-family:none;
  font-size:18px !important;
  z-index:0 !important;
}

.tooltip .tooltiptext {
    position:absolute;
  visibility: hidden;
  width: 200px;
  background-color:#0e304c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
    font-family: cairo, sans-serif !important;
    font-size:12px !important;

  
  /* Position the tooltip */
  z-index: 5;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
.product_card {
    width: 30%;
    height: 400px;
    display: inline-block;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 5px 5px;
}