	#masterDiv{
		border-radius:5px;
		margin:0 auto;
		padding:0px 0px 0px 0px; 
	}
	
	#mainDiv{
		top:5%;
		position:relative;
		height:auto;
		width:360px;
		border:none;
		padding:10px 10px 10px 10px;
		margin:0px 0px 0px 0px;
		/*left:35%;*/
		background:#E6E6E6;
		border-radius:10px;
		border: 10px solid transparent;
		border-image: url(./../menu/icons/border.png) 13 round;
	}
	.highlight1{
		background-color:#A9BCF5;
	}
	.normal1{
		background: repeating-linear-gradient(120deg,#E6E6E6,#F2F2F2 1%,#F2F2F2 5%);
	}
	#headerDiv{
		position:relative;
		background:#424242;
		left: 0px;
		top: 0px;
		margin: 0px 0px 0px 0px; 
		padding:5px 5px 5px 5px; 		
		/*width:100%;*/
		height:10%;	
		border-radius:5px;			
	}
	
	#logoImg{
		position:relative;	
		width:5%;		
		height:100%;	
		border-radius:5px;
	}
	
	#companyTitle{
		position:relative;
		display:inline; 
		margin: 0px 0px 0px 0px; 
		padding:0px 0px 0px 0px; 
		height:100%;
		color:white;		
		font-family:Times New Roman;
		font-size: 25px;
		vertical-align:top;
	}
	
	#iconDiv{
		position:relative;
		display:inline; 
		float:right;
		border-radius:5px;	
	}
	
	.iconImg{
		position:relative;
		vertical-align:bottom;
		border-radius:5px;
		margin: 0px 0px 0px 0px; 
		padding:0px 0px 0px 0px; 
	}
	
	.bodyDivCSS{
		position:relative;
		background:#D8D8D8;
		left: 0px;
		height:85%;
		width: 100%;
		overflow-x:hidden;
		overflow-y:hidden;
		border-radius:5px;
	}
	
	#footerDiv{
		position:relative;
		background:#424242;
		left: 0px;
		height:5%;
		border-radius:5px;
	}	
	
	.mySlides{
		background-color:white;
		margin: 0 auto;
		border-radius:5px;
		text-align: center;
		position: relative;
		-webkit-animation: fadein 5s; 
		-moz-animation: fadein 5s;
		animation: fadein 5s;
		width:90%;
		height:100%;
	}
	
	@keyframes fadein{	
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	/* Firefox < 16 */
	@-moz-keyframes fadein {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
	
	.iconStyles{
		cursor: pointer;
		vertical-align:bottom;
	}
	
	.normalImage{
		cursor: pointer;
		vertical-align:bottom;
	}
	.rotateImage{
		cursor: pointer;
		-moz-transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}
	
	img.iconStyles:hover{
		border-radius:5px;
		box-shadow:3px 2px 3px 2px blue;
	}
	
	input[type=text], input[type=password],input[type=email]{
        border: 2px solid #ADCCCC;
        height: 28px;
        box-shadow: 0px 0px 5px #b3cffc inset;
    }
    select{
		border: 2px solid #ADCCCC;
		height: 25px;
		box-shadow: 0px 0px 5px #b3cffc inset;
	}
	textarea{
		border: 2px solid #ADCCCC;
		height: 100px;
		box-shadow: 0px 0px 5px #b3cffc inset;
	}
	
.tableStyle td, .tableStyle tr,.tableStyle th{
	-moz-box-shadow:inset 0 0 5px #9932CC;
	-webkit-box-shadow:inset 0 0 5px #9932CC;
	box-shadow:inset 0 0 5px #9932CC;
	border-bottom:1px solid green;
	color:navy;
}

.tableStyle tr:hover{
	background:#E5E4E3;
	cursor:pointer;
}

.tableStyle tr:first-child:hover {
    background-color: inherit;
}

.normalTable table{
	background:#A9BCF5;
}

.normalTable td, .normalTable tr,.normalTable th{
	-moz-box-shadow:    inset 0 0 5px gray;
	-webkit-box-shadow: inset 0 0 5px gray;
	box-shadow:inset 0 0 5px gray;
	border-bottom:1px solid yellow;
	color:#3815AB;
}



.removeBorder tr, .removeBorder td{
	border-bottom:none;
	box-shadow:none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-color: #4CAF50;
  color: white;
}

li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.center {
  margin: auto;
  width: 95%;
  height: 95%;
  /*border: 3px solid blue;*/
  padding: auto;
  overflow-y: scroll;
}

.menuItem {
  display: inline-block;
  margin: 10px;
  width: 100px;
  height: 100px;
  border: 3px solid blue;
  padding: 10px;
}

table {
  width:90%;
  margin: auto;
}

table, th, td {
  border: 2px solid #6b956b;
  border-collapse: collapse;
  padding: 15px;
}
tr:nth-child(even) {
  background-color: #dddddd;
}
td {
  padding: 15px;
}

th {
	padding: 15px;
	text-align:center
}

#t01 tr:nth-child(even) {
  background-color: #eee;
}

#t01 tr:nth-child(odd) {
 background-color: #fff;
}

#t01 th {
  background-color: black;
  color: white;
}


 tr {
    background-color: #eee;
    border-top: 1px solid #fff;
}

tr:hover {
    background-color: #ccc;
}

th {
    background-color: #fff;
}
 th, #example td {
    padding: 3px 5px;
}
 td:hover {
    cursor: pointer;
}


body {font-family: Arial, Helvetica, sans-serif;}


input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

button11 {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}




.textDisplay{
	position:relative;
	display:inline-block;
	background:#E6E6E6;
    width: 100px;
    height:100px;
    border-radius:8px;
    box-shadow: inset 1px 0px 15px 2px blue;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:10px 10px 10px 10px;
	animation: blinkingColor 5s infinite;
}
.rotates{
	position:relative;
	display:inline-block;
	font-size:15px;
	font-family:Arial;
	left:-8%;
	top:25%;
	color:blue;
	height:0px;
	width:100%;
	-webkit-transform: rotate(308deg);
	-moz-transform: rotate(308deg);
	-o-transform: rotate(308deg);
	-ms-transform: rotate(308deg);
	transform: rotate(308deg);
}

@keyframes blinkingColor {
50% {box-shadow: inset 1px 0px 50px 2px #A9BCF5;}}

.card {
  float:right; 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 30%;
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
  border-radius: 5px 5px 0 0;
}

.container {
  padding: 2px 16px;
}


.flip-card {
  float:right; 
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.title {
  color: grey;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}


.cardProduct {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
}

.priceProduct {
  color: grey;
  font-size: 22px;
}

.cardProduct button {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.cardProduct button:hover {
  opacity: 0.7;
}

#searchInput {
  background-image: url('icons/search.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

