@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑"; }

a {
  text-decoration: none; }

body {
  min-width: 1320px; }

.btn {
  border-radius: 5px;
  border-style: none;
  width: 130px;
  height: 40px; }

.btn_Green {
  color: #fff;
  background-color: #86c35c; }

.btn_Grey {
  color: #fff;
  background-color: #98a1a3; }

.ErrorMsg {
  color: red;
  font-size: 12px; }
  .ErrorMsg.ErrorMsg_Reason {
    position: absolute;
    left: 120px;
    margin-top: 8px; }

.icon_new {
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -10px;
  background-image: url("../../Images/MaterialRequisition/cart_icon.png");
  z-index: 10000; }

.totalRecords {
  display: none; }

.main {
  width: 100%;
  height: 100%;
  padding-top: 80px; }

.table_list {
  width: 100%; }
  .table_list tr:nth-child(2n) {
    background-color: #f8f8f8; }
  .table_list tr:nth-child(2n+1) {
    background-color: #f1f1f1; }
  .table_list tr.MG_tr {
    background-color: #ddd; }
    .table_list tr.MG_tr .MG_td_Index {
      text-indent: 20px; }

.table_list tr th {
  height: 40px;
  color: #555;
  border-top: 1px solid #dfdfdf;
  font-weight: bold; }

.table_list tr td {
  text-align: center;
  height: 36px;
  color: #555; }

.tra_box_table_MRG {
  background-color: #fffdee;
  display: none; }

.tra_box_table_MRG_open {
  background-color: #fffdee; }

.icon_detail {
  width: 18px;
  height: 20px;
  display: inline-block;
  margin: 0 15px;
  background-image: url("../../Images/MaterialRequisition/tool_detail.png"); }
  .icon_detail:hover {
    background-image: url("../../Images/MaterialRequisition/tool_detail_hover.png"); }

.icon_cart {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 15px;
  background-image: url("../../Images/MaterialRequisition/tool_cart.png"); }
  .icon_cart:hover {
    background-image: url("../../Images/MaterialRequisition/tool_cart_hover.png"); }

.ddl_data {
  display: none; }

/*# sourceMappingURL=Normal.css.map */
