/* CSS Document */

/* styles for admin forms */
html, body {
  background: #FFF;
  color:#373737
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 90%;
  }
h1 {
  font-size:165%;
  font-family:Arial, Helvetica, sans-serif;
  color: #074B88;
  }
h2 {
  font-size:108%;
  font-family:Arial, Helvetica, sans-serif;
  }
/*form {
  margin: 10px 25px 0 50px;
  }*/

.style1 {color: #FFFFFF}

.mediumbox {
  width: 200px;
  }
.widebox {
  width: 500px;
  }
textarea {
  width: 500px;
  height: 100px;
  }
label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
td.centered {
  text-align: center;
  }
#striped td {
  vertical-align: top;
  }
/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#striped tr.hilite {
  background-color:#E8F2F8;
  }

#striped tr.green {
  background-color:#9C6;
  }
  
#striped tr.red {
  background-color:#F45E00;
  }


/*client page filter*/
#striped1 td {
  vertical-align: top;
  }
/* This gives odd-numbered rows a pale gray background
#striped1 tr {
  background-color:#eee;
  }
*/
#striped1 tr.hilite {
  background-color:#E8F2F8;
  }

#striped1 tr.green {
  background-color:#9C6;
  }
  
#striped1 tr.red {
  background-color:#F45E00;
  }
  
/*Navigation Menu*/

#menu-bar {
  width: 99%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 25px;
  line-height: 100%;
  background: #8B8B8B;
  border: solid 0px #6D6D6D;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 20px 6px 20px;
  margin: 0;
  margin-bottom: 6px;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #A1A1A1;
  color: #444444;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
}
#menu-bar ul a:hover {
  background: #B4B4B4 !important;
  color: #FFFFFF !important;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 30px;
  border: solid 1px #B4B4B4;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
}
#menu-bar ul li:first-child > a {
  /*border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;*/
}
#menu-bar ul li:last-child > a {
  /*border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;*/
}
ul ul ul {
  left: 100% !important;
  top: 0 !important;
}

#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
	padding: 2px 8px 2px 8px;
}

/*LEFT AND RIGHT FLOAT*/
#wrapper {
    display: table;
    table-layout: fixed;
    width:100%;
}
#wrapper div {
    display: table-cell;
	padding: 0 5px 0 0 !important;
}

#clientInput {
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 15%; 
  padding: 6px 10px 6px 10px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}