@charset "UTF-8";
body {
  margin: 0 0;
  padding: 0 0; }

.mainNav {
  height: 28px; }
  .mainNav-title {
    height: 28px;
    background-color: #C6E3CA;
    -ms-background-color: #BEDEC2;
    font-family: "宋体";
    font-size: 18px;
    color: #337ab7;
    font-weight: bold;
    padding: 3px 5px;
    border: 1px solid #BEDEC2; }
  .mainNav-shop {
    height: 37px;
    width: 810px;
    background: #C6E3CA;
    border: 1px solid #BEDEC2;
    margin-top: 10px; }
    .mainNav-shop-button {
      width: 50px;
      height: 30px;
      display: inline-block;
      background: blue; }
    .mainNav-shop .buttonGroup {
      width: 350px;
      vertical-align: top;
      display: inline-block; }
      .mainNav-shop .buttonGroup .form-group {
        width: 340px; }
    .mainNav-shop .form-group {
      width: 225px;
      display: inline-block;
      vertical-align: top; }
      .mainNav-shop .form-group .form-group {
        width: 100%; }
        .mainNav-shop .form-group .form-group select {
          width: 100%; }
      .mainNav-shop .form-group > div, .mainNav-shop .form-group label {
        padding-left: 0;
        padding-right: 0; }
  .mainNav .btn {
    background: #C6E3CA;
    border: rgba(0, 0, 0, 0); }

.btn {
  background: #73B043;
  border-color: #EEE; }

.bs-checkbox input {
  width: 30px; }

.keep-open .dropdown-menu input {
  width: 20px; }

.fixed {
  background: #E5E5E5; }
  .fixed-table-header {
    background: #E5E5E5; }
  .fixed-table-toolbar {
    background: #C6E3CA;
    border: 1px solid #BEDEC2;
    padding-right: 20px; }
  .fixed-table-pagination {
    width: 100%;
    height: 40px;
    background: #c6e3ca;
    position: fixed;
    /*bottom: 0px;*/
    padding: 0 20px 50px 15px; }
    .fixed-table-pagination .pull-right .pagination {
      background: #f9f9f9; }
      .fixed-table-pagination .pull-right .pagination .active a {
        background: #337ab7; }

#myModal .modal-content {
  width: 900px;
  margin: 0 auto; }

.thead-nav-select input {
  margin: 8px; }
.thead-nav-select button {
  border: none;
  background: #F5F5F5; }

.allmodal .modal-dialog {
  width: 915px; }
.allmodal .modal-title {
  background-color: #73B043;
  font-weight: bold;
  padding: 5px 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
.allmodal .modal-header {
  background-color: #73B043;
  font-weight: bold;
  padding: 5px 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
.allmodal .fixed-table-container {
  overflow: hidden; }

.mainFont {
  color: #73B043;
  font-weight: bold; }
  .mainFont:hover {
    text-decoration: none; }

.tips {
  font-size: 20px;
  font-weight: bold;
  color: #008000;
  text-align: center; }

.deliveryInfo {
  height: 625px;
  position: relative;
  padding: 0 0 0 460px; }
  .deliveryInfo-left {
    width: 450px;
    height: 639px;
    position: absolute;
    top: 0;
    left: 0; }
    .deliveryInfo-left-ul ul {
      width: 220px;
      list-style: none;
      padding: 0;
      display: inline-block; }
      .deliveryInfo-left-ul ul li {
        height: 30px;
        margin: 6px 0; }
        .deliveryInfo-left-ul ul li .form-group {
          width: 100%; }
          .deliveryInfo-left-ul ul li .form-group label {
            padding-left: 0;
            padding-right: 0;
            text-align: right; }
    .deliveryInfo-left-handleName {
      width: 80px;
      display: inline-block;
      text-align: right; }
    .deliveryInfo-left-input {
      width: 125px;
      display: inline-block; }
    .deliveryInfo-left-title {
      width: 100%;
      font-size: 17px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background: #73b043;
      padding: 6px;
      margin-bottom: 10px; }
    .deliveryInfo-left-bottom {
      height: 470px; }
      .deliveryInfo-left-bottom .fixed-table-toolbar {
        display: none; }
  .deliveryInfo-right-top-title {
    width: 100%;
    font-size: 17px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #73b043;
    padding: 6px;
    margin-bottom: 10px; }
  .deliveryInfo-right-top-table {
    height: 270px;
    margin-bottom: 10px; }
    .deliveryInfo-right-top-table .fixed-table-toolbar {
      display: none; }
  .deliveryInfo-right-bottom-title {
    width: 100%;
    font-size: 17px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #73b043;
    padding: 6px;
    margin-bottom: 10px; }
  .deliveryInfo-right-bottom-table {
    height: 270px;
    margin-bottom: 10px; }
    .deliveryInfo-right-bottom-table .fixed-table-toolbar {
      display: none; }

/*# sourceMappingURL=deliveryManagementApplication.css.map */
