@charset "utf-8";
/* CSS Document */

body {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 12px;
line-height: 1.5em;
color: #333;
background: #ffffff;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
p {
margin-top: 10px;
}
a:link {
text-decoration: none;
color: #000;
}
.cart-item-image {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}
a:visited {
text-decoration: none;
border-bottom: 1px dotted #369;
color: #000;
}

a:hover, a:active {
text-decoration: none;
border-bottom: 1px solid #036;
color: #000;
}
img {
border: 0;
}
#container {
position: absolute;
top: 85px;
left: 0px;
background: #ffffff;
margin: 0 auto 0 auto;
text-align: left;
width: 100%;
height: 100%;
}
#menu {
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 14px;
font-weight: bold;
position: absolute;
height: 27px;
top: 60px;
left: 0px;
width: 100%;
padding: 0px;
color: #000000;
background-color: #ffff99 ;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

  color: white;
  text-align: center;
}

.icon-bar {
  width: 100%;
  background-color: #555;
  overflow: auto;
  
}

.icon-bar a {
  float: left;
  width: 20%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 10px;
  
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #04AA6D;
}
#header {
position: absolute;
top: 0px;
left: 0px;
height: 60px;
width: 100%;
background: #333333;

}
#header h1 {
font-style: italic;
font-size: 30px;
color: white;
}

#main {
margin: 15px 15px 15px 0px;
padding: 15px 15px 15px 15px;
background: #FFFFFF;
}
#bar {
float: right;
width: 140px;
background: #000;
z-index: 1;

margin-right: 30px;
height: 100%;
}
#bar h1 {
font-style: italic;
font-weight: bold;
font-size: 10px;
color: #000 ;
}

.button {
  background:#04EEFD;
  border: none;
  color: white;
  padding: 20px 49%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.sidenav {
	float: right;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background:#04EEFD;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #322bf2;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 10px;}
  .sidenav a {font-size: 10px;}
}

input {
font-family:Arial;
font-size:14px;
}
label{
font-family:Arial;
font-size:14px;
color:#999999;
}
.tblSaveForm {
border-top:2px #999999 solid;
background-color: #f8f8f8;
}
.tableheader {
background-color: #fedc4d;
}
.tablerow {
background-color: #A7D6F1;
color:white;
}
.btnSubmit {
background-color:#fd9512;
padding:5px;
border-color:#FF6600;
border-radius:4px;
color:white;
}
.message {
color: #FF0000;
text-align: center;
width: 100%;
}
.txtField {
padding: 5px;
border:#fedc4d 1px solid;
border-radius:4px;
}
.evenRow {
background-color: #E2EDF9;
font-size:12px;
color:#101010;
}
.evenRow:hover {
background-color: #ffef46;
}
.oddRow {
background-color: #B3E8FF;
font-size:12px;
color:#101010;
}
.oddRow:hover {
background-color: #ffef46;
}
.tblListForm {
border-top:2px #999999 solid;
}
.listheader {
background-color: #fedc4d;
font-size:12px;
font-weight:bold;
}
.box {
  position: static;
 
 }
.box select {
  border-radius: 10px 10px 10px 10px;
  background-color: #04EEFD;
  color: red;
  height:40px;
  text-align: center;
  border: none;
  font-size: 16px;
 
  outline: none;
}
.box select option {
  padding: 30px;
  font-family: "Times New Roman", Times, serif;
}
