
*{
	margin: 0px;
	padding: 0px;
}
.clear{
  clear: both;
}
h3 {
  color: #c2dc2d;
}
.content_login {
  background: rgba(0, 0, 0, 0) url("../images/login_bg.jpg") no-repeat scroll center top;
  height:658px;
}
.wrapper_login {
  margin: auto;
  width: 1080px;
}
.login_box {
  margin: auto;
  padding-bottom: 170px;
  padding-top: 10%;
  width: 500px;
}
.login_logo {
  padding: 10px;
  text-align: center;
}
.login_box h2 {
  color: #c2c2c2;
  font-family: Lato;
  font-size: 35px;
}
.login_inp {
  background-image: url("../images/loginbox_bg.png");
  background-size: 100% 100%;
  padding: 72px;
}
.input_box {
  margin: 5px 0;
  text-align: left;
}
.input_box2 {
  background-color: #383838;
  border: medium none;
  color: #fff;
  height: 30px;
  padding-left: 10px;
  width: 200px;
  border-radius: 5px;
}
.input_box th {
  width: 100px;
}
.input_box label {
  font-family: Open Sans;
}
.submit {
  background-color: #383838;
  border: medium none;
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  height: 30px;
  width: 100px;
  border-radius: 5px;
}




.wrapper {
  margin: auto;
  width: 1080px;
}
.header {
  background: rgba(0, 0, 0, 0) url("../images/login_bg.jpg") no-repeat scroll center top;
}
.logo {
  padding: 30px 0;
}
.logo h2 {
  color: #fff;
   font-family: Lato;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.menu ul li {
  float: left;
}
.menu ul li:hover {
  background-color: #2E2E2E;
}

.menu ul li a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Open Sans;
}
.menu_box {
  background-image: url("../images/repeat.jpg");
  background-size: 100% 199%;
}
.menu {
  float: left;
  width: 70%;
}
.logout {
  float: right;
  width: 30%;
}
.logout ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.logout ul li {
  float: right;
}
.logout a:hover {
  text-decoration: underline;
}
.logout ul li a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Open Sans;
}
.footer_box {
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding: 5px 10px;
  font-family: Lato;
}
.main_title h3 {
  color: #8e8e8e;
  font-family: Lato;
}
.main_title {
  margin: 20px 0;
}



#product-table  {
  margin-bottom: 20px;
  }
#product-table  td a  {
  color: #393939;
  }
#product-table  td a:hover  {
  text-decoration: underline;
  }
#product-table  th  {
  height: 50px;
  text-align: left;
  }
#product-table  .minwidth-1 {
  min-width: 110px;
  }
#product-table td {
  border: 1px solid #d2d2d2;
  padding: 10px 0 10px 10px;
  font-family: Lato;
  }
#product-table tr.alternate-row {
  background: #ececec;
  }
td.options-width  {
  padding: 0 0 0 10px;
  width: 210px;
  }
td.checkbox-width {
  }
  .table-header-check {
  background: url(../images/table/table_header_checkbox.jpg) no-repeat;
  border: none;
  min-width: 29px;
  padding: 0px 0 0 10px;
  width: 29px;
  }
.table-header-options {
  background: url(../images/table/table_header_options.jpg) no-repeat;
  border: none;
  min-width: 221px;
  padding: 0px 0 0 0;
  width: 221px;
  }
.table-header-repeat  {
  background: url(../images/table/table_header_repeat.jpg) repeat-x;
  border: none;
  font-size: 0px;
  line-height: 0;
  padding: 0px 0 0 0;
  }
.table-header-options a,
 .table-header-repeat a {
  background: url(../images/table/table_sort_arrow.gif) right no-repeat;
  color: #fff;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
  }
  
  .table-header-options a:hover,
 .table-header-repeat a:hover {
  
  color:#94b52c
  }
  
th.line-left  {
  border-left: 1px solid #373737;
  }
#product-table  tr.activity-blue  {
  background: #e3eceb;
  }
  
  #toggle-all {
    display: block;
    width: 17px;
    height:17px;
    cursor: pointer;
    background: url(../images/shared/checkbox.gif) 0 -17px;
  }
  
    #toggle-all.toggle-checked {
    display: block;
    width: 17px;
    height:17px;
    background: url(../images/shared/checkbox.gif) 0 0;
  }
  .add_voucher{  
    margin: 10px 0px;
    padding: 10px 0px;
	}
	
.add_voucher span {
    margin-right: 10px;
	font-family:open sans;
}
input.add_button {
    border: 1px solid #000;
    padding: 4px;
    background-color: #5B5B5B;
    color: #fff;
	cursor:pointer;
}




















