#margin-all{
    margin-top: 10px;
}

#margin-al{
    margin-top: 10px;
}

#main-heading{
    background: #0099ff;
    text-align:center;
}
#heading-sty{
    color: white;
    font-size: 24px;
    
}
#stock{
    text-align:center;
    color: green;
    padding-bottom: 10px;
}
#add-customer{
    float:right;
    width:200px;
    height:35px;
    font-size: 16px;
}

#button-main{
    width:200px;
    height:35px;
    font-size: 16px;
    margin-left: 50px;
}

#button-mainuser{
    width:180px;
    height:35px;
    font-size: 16px;
    margin-bottom: 20px;
}

#customer-table{
    padding-bottom: 50px;
}
#table-start{
    border-collapse: collapse;
    width: 100%;
}
#table-heading-color{
    background-color:#2da5da;
}

/*add customer Button form open css*/

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

#panellogin{
    box-shadow: 0 0 4px 0 #003399, 0 6px 20px 0 #cccccc;
}

#panelheading{
    text-align:center;
    background: #2da5da;
}
.mylogo
{
    width: 10%;
    float: left;
    height: auto;
    margin-left: 1%;
}
.mynav
{
    float: left;
    width: 89%;
    height: auto;
}
#nav-iconic{
    float: left;
    height: auto;
    width: 5%;
    list-style: none;
    margin-left: 10px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 2px;
}

#nav-iconac{
    float: left;
    height: 70px; 
    width: 130px; 
    background-color: white;
    list-style: none;
    margin-left: 14px;
    border-radius: 4px;
    margin-bottom: 2px;
}


#icon-img{
    border-radius: 2px;
    background-color: white;
    padding: 4px;
}

#nav-text-iconmm{
    float: left;
    /*background-color: #6666ff;*/
    margin-right: 18px;
}

#icon-textui{
    font-size: 15px;
    color:  white;
    font-family: Arial;
}

#log-imgji{
    height: 0px;
    width: 100px;
}

#navtext{
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1em;
    color: white;
    text-align: center;
}
@media only screen and (max-device-width : 480px) and (min-device-width : 320px) 
{
.mylogo
    {
        width: 100% !important;
    }
    .mynav
    {
        width: 100% !important;
    }
    .mylogo img
    {
        width: 25% !important;
    }
    #nav-iconic {
    width: 20% !important;
    margin: 2% !important;;
}
}
@media only screen and (max-device-width : 767px) and (min-device-width : 481px) 
{
.mylogo
    {
        width: 100% !important;
    }
    .mynav
    {
        width: 100% !important;
    }
    .mylogo img
    {
        width: 40% !important;
    }
    #nav-iconic {
    width: 14% !important;
    margin: 1% 3% !important;;
}
}
@media only screen and (max-device-width : 1024px) and (min-device-width : 768px) 
{
.mylogo
    {
        width: 100% !important;
    }
    .mynav
    {
        padding: 0 3%;
        width: 100% !important;
    }
    .mylogo img
    {
        width: 30% !important;
    }
    #nav-iconic {
    width: 10% !important;
    margin: 1% !important;;
}
}
@media only screen and (max-device-width : 1279px) and (min-device-width : 1025px) 
{
#nav-iconic{
    width: 5% !important; 
    margin-left: 8px !important;
}
    #navtext{
    font-size: 0.8em;
}
}