@charset "UTF-8";
/*模态框的标题背景色 主题色*/
/*模态框的标题字体色*/
/*第二级标题背景色--浅绿*/
/*页面主表导航栏背景色*/
/*bootstrap contain的覆盖*/
/*模态框标题字体色*/
/*模态框二级标题背景色*/
/*模态框内容标题背景色*/
/*模态框上左,上右圆角*/
/*模态框标题内边距*/
/*公共按钮背景*/
/*sprite图地址,输入框背景*/
/*公共按钮样式*/
.dx-btn-primary, .modal-full-button {
  background: url(/dx-disinfectsystem/img/inputGroupBack.png) repeat;
  background-position: 0 -70px; }

/*输入框的边框圆角*/
/*输入框的输入文字左内边距,有需要也设右内边距*/
/*模态框标题*/
/*输入框组*/
.handlegroup-Inputselect {
  width: 140px;
  display: inline-block; }
.handlegroup-name {
  height: 30px;
  font-size: 15px;
  text-align: right;
  padding: 0 5px;
  float: left; }
.handlegroup-select {
  width: 125px;
  height: 30px;
  float: left;
  padding: 0; }
  .handlegroup-select a {
    color: #31b546; }
.handlegroup .form-group {
  height: 30px; }
.handlegroup .form-control {
  height: 30px;
  padding: 0px 0 0 12px; }

/*导航栏,即主页按钮部分*/
.mainNav-shop {
  height: 37px;
  width: 760px;
  background: #C6E3CA; }
  .mainNav-shop .btn {
    background: #C6E3CA;
    border: rgba(0, 0, 0, 0); }
  .mainNav-shop-bootSelect {
    display: inline-block; }
    .mainNav-shop-bootSelect .select2-container {
      width: 170px; }

/*主表需要特别处理的文字*/
.ui-widget-content .mainFont {
  color: #73B043;
  font-weight: bold;
  cursor: pointer; }
  .ui-widget-content .mainFont:hover {
    text-decoration: none; }

html {
  height: 100% !important;
  background-color: #ffffff; }

body {
  margin: 0 0;
  padding: 0 0;
  background-color: #ffffff; }

/*bootstrap模态框的公共样式*/
.modal-body {
  margin: 0 auto; }
.modal-content {
  width: 960px;
  margin: 0 auto;
  border-radius: 0; }
.modal-title {
  padding: 9px;
  height: 37px;
  background-color: #31b546;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  font-family: arial;
  font-size: 10px; }
.modal-header {
  height: 37px;
  background-color: #31b546;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  font-family: arial;
  font-size: 10px;
  padding: 0 0;
  border-radius: 0; }
  .modal-header .close {
    margin: 10px 11px 0 0;
    font-size: 14px;
    font-weight: 700; }
.modal-tab {
  width: 2px;
  height: 12px;
  display: inline-block;
  background: #31b546; }
.modal-empty-button {
  border: 1px solid #31b546;
  background-color: #ffffff;
  color: #31b546; }
.modal-dialog {
  width: 960px; }

.keep-open .dropdown-menu input {
  width: 20px; }

div.sp_result_area div.pagination ul {
  padding: 0 0; }

/*模态框中的标题*/
/*模态框*/
.Invoice {
  height: 430px;
  overflow: scroll; }
  .Invoice-top-body-ul {
    margin: 10px 0 10px 0; }
    .Invoice-top-body-ul ul {
      width: 49%;
      list-style: none;
      padding: 0 0;
      display: inline-block;
      vertical-align: top; }
      .Invoice-top-body-ul ul li {
        height: 28px;
        margin-bottom: 3px; }
        .Invoice-top-body-ul ul li .form-group .control-label {
          padding-left: 0;
          padding-right: 0;
          text-align: right; }
        .Invoice-top-body-ul ul li .form-group .form-control {
          width: 100%;
          border-radius: 0; }
        .Invoice-top-body-ul ul li .form-group .select2-selection--single {
          height: 34px; }
        .Invoice-top-body-ul ul li .form-group .select2 span {
          border-radius: 0; }
        .Invoice-top-body-ul ul li .timeInput {
          background: url(/dx-disinfectsystem/img/inputGroupBack.png) no-repeat;
          background-position: 241px -22px;
          padding-right: 25px;
          padding-left: 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  .Invoice-top-body-remarks-name {
    padding-left: 104px; }
  .Invoice-top-body-remarks-input {
    padding: 0 30px 0 163px;
    margin-top: -25px; }
    .Invoice-top-body-remarks-input textarea {
      width: 100%;
      height: 50px;
      border-radius: 0; }
  .Invoice-top-title {
    width: 100%;
    font-size: 14px;
    color: #31b546;
    background-color: #f2f2f2;
    padding: 8px 5px;
    padding: 4px 0 4px 10px;
    border-radius: 0;
    margin-bottom: 6px; }
  .Invoice-top-handleName {
    width: 45%;
    text-align: right;
    display: inline-block; }
  .Invoice-bottom {
    height: 285px;
    position: relative;
    padding-left: 55%;
    margin: 10px 0; }
    .Invoice-bottom-left {
      width: 52%;
      height: 280px;
      position: absolute;
      left: 0;
      top: 0; }
      .Invoice-bottom-left-table {
        height: 180px; }
      .Invoice-bottom-left-code {
        height: 45px; }
        .Invoice-bottom-left-code .form-group label {
          text-align: right; }
        .Invoice-bottom-left-code .form-group .col-sm-8 {
          padding-left: 5px;
          padding-right: 43px; }
          .Invoice-bottom-left-code .form-group .col-sm-8 input {
            border-radius: 0; }
    .Invoice-bottom-right {
      width: 100%; }
      .Invoice-bottom-right-tobbar {
        width: 100%;
        padding: 0 3px; }
        .Invoice-bottom-right-tobbar .applyLabel {
          text-align: right;
          padding: 0 0; }
        .Invoice-bottom-right-tobbar-applyList {
          height: 30px; }
          .Invoice-bottom-right-tobbar-applyList .col-sm-9 {
            padding: 0 27px 0 11px; }
            .Invoice-bottom-right-tobbar-applyList .col-sm-9 .handlegroup-select {
              width: 100%; }
              .Invoice-bottom-right-tobbar-applyList .col-sm-9 .handlegroup-select select {
                border-radius: 0; }
        .Invoice-bottom-right-tobbar-applyCount {
          height: 30px; }
      .Invoice-bottom-right-title {
        width: 100%;
        font-size: 14px;
        color: #31b546;
        background-color: #f2f2f2;
        padding: 8px 5px;
        padding: 4px 0 4px 10px;
        border-radius: 0;
        margin-bottom: 6px; }
      .Invoice-bottom-right-table {
        height: 222px; }
  .Invoice-middle {
    height: 305px; }
    .Invoice-middle-body {
      width: 100%;
      height: 285px; }
    .Invoice-middle-baseInfo ul {
      list-style: none;
      padding: 0 0; }
    .Invoice-middle-baseInfo-handleName {
      width: 175px;
      display: inline-block;
      text-align: right;
      margin-left: 78px;
      padding-right: 6px; }
    .Invoice-middle-baseInfo-title {
      width: 100%;
      font-size: 14px;
      color: #31b546;
      background-color: #f2f2f2;
      padding: 8px 5px;
      padding: 4px 0 4px 10px;
      border-radius: 0;
      margin-bottom: 6px; }
    .Invoice-middle-baseInfo-contain ul {
      width: 49%;
      display: inline-block;
      vertical-align: top; }
      .Invoice-middle-baseInfo-contain ul li .form-group label {
        display: inline-block;
        vertical-align: top;
        text-align: right;
        padding-right: 0; }
      .Invoice-middle-baseInfo-contain ul li .form-group div {
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        width: 63%; }
        .Invoice-middle-baseInfo-contain ul li .form-group div input {
          border-radius: 0; }
    .Invoice-middle-detailed-body {
      height: 178px; }
    .Invoice-middle-detailed-title {
      width: 100%;
      font-size: 14px;
      color: #31b546;
      background-color: #f2f2f2;
      padding: 8px 5px;
      padding: 4px 0 4px 10px;
      border-radius: 0;
      margin-bottom: 6px; }
    .Invoice-middle-ZD {
      width: 100%;
      height: 25px;
      background: #eaf7ec;
      text-align: center;
      color: #31b546;
      margin: 0 0 10px 0; }
      .Invoice-middle-ZD a {
        color: #31b546;
        text-decoration: none;
        vertical-align: middle; }

/*主表左边的表格*/
.mainView {
  width: 100%;
  height: 100%;
  background: 1px solid red;
  position: relative;
  padding: 0 550px 0 0; }
  .mainView-left {
    width: 100%; }
    .mainView-left-title {
      height: 28px;
      font-size: 14px;
      background-color: #ffffff;
      color: #31b546;
      padding-left: 10px; }
    .mainView-left input[type="radio"], .mainView-left input[type="checkbox"] {
      width: 10px; }
  .mainView-right {
    width: 550px;
    position: absolute;
    right: 0px;
    top: 0px; }
    .mainView-right-title {
      height: 28px;
      color: #31b546;
      font-size: 14px;
      background-color: #ffffff;
      padding-left: 10px; }

/*页面的主体*/
.main .mainNav .mainNav-title {
  height: 28px;
  background-color: #ffffff;
  -ms-background-color: #BEDEC2;
  font-family: "宋体";
  font-size: 18px;
  color: #337ab7;
  font-weight: bold;
  padding: 3px 5px;
  display: none; }
.main .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; }
.main .mainNav-shop {
  height: 100px;
  width: 100%;
  background: #ffffff;
  padding-left: 10px; }
  .main .mainNav-shop-top .timeInput {
    background: url(/dx-disinfectsystem/img/inputGroupBack.png) no-repeat;
    background-position: 100px -25px;
    padding-right: 25px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .main .mainNav-shop-top .handlegroup {
    display: inline-block;
    vertical-align: top; }
  .main .mainNav-shop-top .form-control {
    width: 125px;
    border-radius: 0; }
  .main .mainNav-shop-top-topHandlegroup {
    width: 1037px;
    height: 30px;
    padding: 8px 0 0 0; }
    .main .mainNav-shop-top-topHandlegroup input {
      width: 125px;
      height: 30px; }
    .main .mainNav-shop-top-topHandlegroup .sp_input {
      width: 125px;
      height: 20px; }
  .main .mainNav-shop-top-bottomHandlegroup {
    padding: 20px 0 0 0; }
  .main .mainNav-shop-top input {
    width: 125px;
    border-radius: 0;
    border: 1px solid #ccc; }
.main .mainView-left #myGrid {
  border: 1px solid #ffffff; }

.btn btn-default modal-tab,
.btn btn-primary modal-tab, .modal-tab {
  width: 2px;
  height: 12px;
  display: inline-block;
  background-color: #31b546; }
.btn btn-default modal-empty-button,
.btn btn-primary modal-empty-button, .modal-empty-button {
  border: 1px solid #31b546;
  background-color: #ffffff;
  color: #31b546;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer; }
.btn btn-default modal-full-button,
.btn btn-primary modal-full-button, .modal-full-button {
  background: url(/dx-disinfectsystem/img/newButton.png) repeat;
  border: 1px solid #ffffff;
  background-size: 20px 34px;
  color: #ffffff;
  padding: 4px 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer; }

/*# sourceMappingURL=slickDP.css.map */
