.filter-form {
  padding-right: 20px;
}
.table > tbody > tr > td {
  /*white-space: nowrap;*/
  white-space: normal;
}
.box-row {
  margin-bottom: 10px;
}
.order_box {
  /*height: 500px;
  overflow-y:auto;*/
}
.ao {
  background-color:#f5f5f5;
}
.popover {
  max-width: 500px;
}
.entermargin {
  margin-right:40px;
}
table.tbodyhover tbody:hover{
	background-color: #ffffe0;
}
.datepicker-dropdown {
  margin-top: 8px;
}
.bigcheck input[type=checkbox] {
	  -moz-transform:		scale(3.0);
	  -webkit-transform:	scale(3.0);
    transform:		scale(3.0);
}
