@charset "UTF-8";
/*模态框的标题modal-header背景色 主题色*/
/*模态框的标题字体色*/
/*第二级标题背景色--浅绿*/
/*页面主表导航栏背景色*/
/*bootstrap contain的覆盖*/
/*模态框标题字体色*/
/*模态框模块标题背景色*/
/*模态框上左,上右圆角*/
/*模态框模块标题内边距*/
/*模态框模块标题字体色*/
/*模态框二级标题背景色*/
/*模态框二级标题字体色*/
/*****/
/*sprite图地址,输入框背景*/
/*公共按钮背景*/
/*输入框的边框圆角*/
/*输入框的输入文字左内边距,有需要也设右内边距*/
/*待清洗篮筐和清洗篮筐的表格被包含的div部分*/
/*bootstrap contain的覆盖 end*/
/*待清洗篮筐和清洗篮筐的标题*/
/*添加报损标题*/
/*输入框消除左右间距*/
/*输入框的名称,左提示*/
/*模态框标题*/
html {
  height: 100% !important;
  background-color: #ffffff; }

body {
  margin: 0 0;
  padding: 0 0;
  background-color: #ffffff; }

.alert {
  position: fixed;
  top: 20%;
  left: 45%; }

/*公共按钮样式*/
.dx-btn-primary, .modal-full-button {
  background: url(/dx-disinfectsystem/img/inputGroupBack.png) repeat;
  background-position: 0 -70px; }
  .dx-btn-primary:hover, .modal-full-button:hover {
    border-color: #ffffff; }

.main .mainNav {
  height: 28px;
  display: none; }
  .main .mainNav-title {
    height: 28px;
    background-color: #ffffff;
    -ms-background-color: #ffffff;
    font-family: "宋体";
    font-size: 18px;
    color: #337ab7;
    font-weight: bold;
    padding: 3px 5px; }
  .main .mainNav-shop {
    height: 37px;
    background: #ffffff;
    border-bottom: 2px solid #efefef;
    padding: 10px 20px 45px 10px;
    margin: 0 0 10px 0; }
    .main .mainNav-shop .btn {
      background: #ffffff;
      border: rgba(0, 0, 0, 0); }
    .main .mainNav-shop-search {
      background: url(/dx-disinfectsystem/img/inputGroupBack.png) no-repeat;
      background-position: 165px 7px;
      padding-right: 25px;
      border-radius: 0; }

/*slickGrid表格,页面主表*/
#myGrid {
  border: 1px solid #f3f0f2; }
  #myGrid .ui-widget-content {
    line-height: 35px; }
  #myGrid .slick-header {
    border: 1px solid #f3f0f2; }
  #myGrid .slick-viewport a {
    font-weight: bold;
    color: #31b546;
    cursor: pointer;
    text-decoration: none; }
  #myGrid .slick-cell .progress {
    margin: 5px auto; }

/*slickGrid表格(添加，修改的模态框部分)*/
.addModal, .updateModal {
  /*添加清洗模态框的输入框和下拉框*/ }
  .addModal .modal-dialog, .updateModal .modal-dialog {
    width: 960px; }
  .addModal .addCleanUpdate, .updateModal .addCleanUpdate {
    width: 100%;
    position: relative;
    height: 430px;
    overflow-y: scroll; }
    .addModal .addCleanUpdate-baseinfo-title, .updateModal .addCleanUpdate-baseinfo-title {
      width: 100%;
      font-size: 14px;
      height: 33px;
      background-color: #f2f2f2;
      padding: 8px 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      color: #31b546; }
    .addModal .addCleanUpdate-top, .updateModal .addCleanUpdate-top {
      padding-right: 222px; }
      .addModal .addCleanUpdate-top-info, .updateModal .addCleanUpdate-top-info {
        width: 100%;
        height: 296px; }
        .addModal .addCleanUpdate-top-info-left, .updateModal .addCleanUpdate-top-info-left {
          width: 540px; }
          .addModal .addCleanUpdate-top-info-left ul, .updateModal .addCleanUpdate-top-info-left ul {
            width: 265px;
            display: inline-block;
            list-style: none;
            padding: 0;
            vertical-align: top; }
            .addModal .addCleanUpdate-top-info-left ul li, .updateModal .addCleanUpdate-top-info-left ul li {
              height: 40px; }
              .addModal .addCleanUpdate-top-info-left ul li select, .updateModal .addCleanUpdate-top-info-left ul li select {
                border-radius: 4px;
                border: 1px solid #ccc;
                padding-left: 10px;
                color: #555;
                width: 180px;
                height: 26px;
                border-radius: 0;
                border: 1px solid #ccc;
                padding-left: 10px;
                color: #555; }
              .addModal .addCleanUpdate-top-info-left ul li input, .updateModal .addCleanUpdate-top-info-left ul li input {
                width: 180px;
                height: 26px;
                border-radius: 0;
                border: 1px solid #ccc;
                padding-left: 10px;
                color: #555; }
                .addModal .addCleanUpdate-top-info-left ul li input[type=text], .updateModal .addCleanUpdate-top-info-left ul li input[type=text] {
                  padding-left: 10px; }
              .addModal .addCleanUpdate-top-info-left ul li div, .updateModal .addCleanUpdate-top-info-left ul li div {
                display: inline-block; }
              .addModal .addCleanUpdate-top-info-left ul li .form-group, .updateModal .addCleanUpdate-top-info-left ul li .form-group {
                margin-right: 0;
                margin-left: 0; }
                .addModal .addCleanUpdate-top-info-left ul li .form-group .control-label, .updateModal .addCleanUpdate-top-info-left ul li .form-group .control-label {
                  width: 85px;
                  font-weight: normal;
                  text-align: right;
                  padding-left: 0;
                  padding-right: 0;
                  font-weight: normal; }
                .addModal .addCleanUpdate-top-info-left ul li .form-group .col-sm-8, .updateModal .addCleanUpdate-top-info-left ul li .form-group .col-sm-8 {
                  padding-left: 0;
                  padding-right: 0;
                  font-weight: normal; }
              .addModal .addCleanUpdate-top-info-left ul li .timeInput, .updateModal .addCleanUpdate-top-info-left ul li .timeInput {
                background: url(/dx-disinfectsystem/img/inputGroupBack.png) no-repeat;
                background-position: 154px -25px;
                padding-right: 25px; }
          .addModal .addCleanUpdate-top-info-left-remarks, .updateModal .addCleanUpdate-top-info-left-remarks {
            position: relative; }
            .addModal .addCleanUpdate-top-info-left-remarks-handleName, .updateModal .addCleanUpdate-top-info-left-remarks-handleName {
              width: 85px;
              padding-right: 6px;
              font-weight: normal;
              text-align: right;
              position: absolute; }
            .addModal .addCleanUpdate-top-info-left-remarks textarea, .updateModal .addCleanUpdate-top-info-left-remarks textarea {
              width: 83%;
              height: 77px;
              margin: 0 0 0 85px;
              padding: 10px 10px 10px 10px;
              border-radius: 0;
              border: 1px solid #ccc; }
          .addModal .addCleanUpdate-top-info-left-title, .updateModal .addCleanUpdate-top-info-left-title {
            width: 99%;
            margin-bottom: 10px;
            font-size: 14px;
            height: 33px;
            background-color: #f2f2f2;
            padding: 8px 5px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            color: #31b546; }
      .addModal .addCleanUpdate-top-tools, .updateModal .addCleanUpdate-top-tools {
        height: 100%;
        position: absolute;
        top: 0px;
        left: 550px;
        right: 5px;
        overflow: hidden; }
        .addModal .addCleanUpdate-top-tools-title, .updateModal .addCleanUpdate-top-tools-title {
          width: 100%;
          font-size: 14px;
          height: 33px;
          background-color: #f2f2f2;
          padding: 8px 5px;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          color: #31b546; }
        .addModal .addCleanUpdate-top-tools-toolbar, .updateModal .addCleanUpdate-top-tools-toolbar {
          padding: 5px 0;
          text-align: center; }
          .addModal .addCleanUpdate-top-tools-toolbar input, .updateModal .addCleanUpdate-top-tools-toolbar input {
            width: 50px;
            height: 25px;
            border: 1px solid #ccc; }
    .addModal .addCleanUpdate-bottom-ready, .updateModal .addCleanUpdate-bottom-ready {
      width: 99%;
      height: 165px;
      border: 1px solid #f2f2f2;
      overflow: hidden; }
    .addModal .addCleanUpdate-bottom-packaged, .updateModal .addCleanUpdate-bottom-packaged {
      border: 1px solid #f1eef0;
      width: 99%;
      height: 165px;
      border: 1px solid #f2f2f2;
      overflow: hidden; }
      .addModal .addCleanUpdate-bottom-packaged .toggle, .updateModal .addCleanUpdate-bottom-packaged .toggle {
        height: 16px;
        width: 16px;
        background: url(/dx-disinfectsystem/plugins/SlickGrid/images/bullet_toggle_minus.png) no-repeat;
        background-size: 25px 25px;
        background-position: -5px -5px;
        display: inline-block;
        vertical-align: middle; }
      .addModal .addCleanUpdate-bottom-packaged .collapse, .updateModal .addCleanUpdate-bottom-packaged .collapse {
        height: 16px;
        width: 16px;
        background: url(/dx-disinfectsystem/plugins/SlickGrid/images/bullet_toggle_plus.png) no-repeat;
        background-size: 25px 25px;
        background-position: -5px -5px;
        display: inline-block;
        vertical-align: middle; }
      .addModal .addCleanUpdate-bottom-packaged .glyphicon-paste, .updateModal .addCleanUpdate-bottom-packaged .glyphicon-paste {
        color: grey; }
      .addModal .addCleanUpdate-bottom-packaged .glyphicon-cog, .updateModal .addCleanUpdate-bottom-packaged .glyphicon-cog {
        color: grey; }
      .addModal .addCleanUpdate-bottom-packaged a, .updateModal .addCleanUpdate-bottom-packaged a {
        width: 40px;
        height: 25px;
        cursor: pointer;
        color: #31b546;
        text-decoration: none;
        padding: 4px 0 0 0; }
    .addModal .addCleanUpdate-bottom-readyTitle, .updateModal .addCleanUpdate-bottom-readyTitle {
      width: 99%;
      font-size: 14px;
      background-color: #f2f2f2;
      padding: 8px 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      color: #31b546;
      margin: 10px 0 5px 0; }
    .addModal .addCleanUpdate-bottom-packagedTitle, .updateModal .addCleanUpdate-bottom-packagedTitle {
      width: 99%;
      font-size: 14px;
      background-color: #f2f2f2;
      padding: 8px 5px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      color: #31b546;
      margin: 10px 0 5px 0; }

/*添加报损*/
.addBadGoodsModal .addBad {
  height: 430px;
  overflow-y: scroll; }
  .addBadGoodsModal .addBadTopTitle {
    width: 99%;
    height: 33px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 8px 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 10px 0 10px 0;
    color: #31b546; }
  .addBadGoodsModal .addBadBottomTitle {
    width: 99%;
    height: 33px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 8px 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 10px 0 10px 0;
    color: #31b546; }
  .addBadGoodsModal .addBad-top-handle-name {
    width: 70px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    vertical-align: top; }
  .addBadGoodsModal .addBad-top-handle-ul {
    width: 270px;
    list-style: none;
    display: inline-block;
    padding: 0 0; }
    .addBadGoodsModal .addBad-top-handle-ul li {
      margin: 10px 0 0 0; }
      .addBadGoodsModal .addBad-top-handle-ul li .form-group {
        width: 100%; }
        .addBadGoodsModal .addBad-top-handle-ul li .form-group label {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal;
          font-weight: normal;
          text-align: right; }
      .addBadGoodsModal .addBad-top-handle-ul li .col-sm-8 {
        padding-left: 0;
        padding-right: 0;
        font-weight: normal; }
        .addBadGoodsModal .addBad-top-handle-ul li .col-sm-8 input {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal; }
    .addBadGoodsModal .addBad-top-handle-ul input, .addBadGoodsModal .addBad-top-handle-ul select {
      height: 26px;
      padding: 0 0; }
  .addBadGoodsModal .addBad-top-handle-bottom-title {
    padding: 0 0 0 78px; }
  .addBadGoodsModal .addBad-top-handle-bottom-info {
    margin: -16px 0 0 0; }
    .addBadGoodsModal .addBad-top-handle-bottom-info textarea {
      width: 72%;
      height: 71px;
      margin: 0 0 0 131px;
      padding: 10px 10px 10px 10px;
      border-radius: 0;
      border: 1px solid #ccc; }
  .addBadGoodsModal .addBad-top-handle input {
    height: 30px;
    width: 125px; }
  .addBadGoodsModal .addBad-top-handle-left {
    width: 340px;
    display: inline-block; }
    .addBadGoodsModal .addBad-top-handle-left-name {
      width: 100px;
      display: inline-block;
      text-align: right; }
  .addBadGoodsModal .addBad-top-handle-right {
    width: 340px;
    display: inline-block; }
    .addBadGoodsModal .addBad-top-handle-right-name {
      width: 100px;
      display: inline-block;
      text-align: right; }
  .addBadGoodsModal .addBad-bottom-handle-toorbar ul {
    width: 280px;
    height: 26px;
    list-style: none;
    display: inline-block;
    padding: 0 0; }
    .addBadGoodsModal .addBad-bottom-handle-toorbar ul li {
      height: 26px; }
      .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .form-group {
        width: 100%;
        border-radius: 0; }
        .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .form-group label {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal;
          text-align: right;
          font-weight: normal; }
        .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .form-group .handle {
          text-align: left; }
      .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .col-sm-8 {
        padding-left: 0;
        padding-right: 0;
        font-weight: normal; }
        .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .col-sm-8 input {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal; }
    .addBadGoodsModal .addBad-bottom-handle-toorbar ul .aDhandle {
      text-align: left;
      padding-left: 45px; }
    .addBadGoodsModal .addBad-bottom-handle-toorbar ul input, .addBadGoodsModal .addBad-bottom-handle-toorbar ul select {
      height: 26px;
      padding-left: 10px;
      padding-right: 10px;
      border: 1px solid #ccc;
      border-radius: 0; }
  .addBadGoodsModal .addBad-bottom-handle-toorbar-addUpdate {
    margin: 10px 0 0 0; }
  .addBadGoodsModal .addBad-bottom-handle-toorbar ul {
    width: 100%;
    list-style: none;
    padding: 0;
    text-align: center;
    padding-bottom: 40px; }
    .addBadGoodsModal .addBad-bottom-handle-toorbar ul li {
      width: 48%;
      display: inline-block;
      vertical-align: top; }
      .addBadGoodsModal .addBad-bottom-handle-toorbar ul li .select2-selection--single {
        height: 26px; }
  .addBadGoodsModal .addBad-bottom-handle-toorbar select {
    height: 26px;
    padding: 0;
    width: 125px; }
  .addBadGoodsModal .addBad .form-group {
    display: inline-block; }
  .addBadGoodsModal .addBad select {
    width: 125px;
    height: 26px;
    padding: 0; }
  .addBadGoodsModal .addBad input {
    border-radius: 0;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px; }

/*添加质量检测标题*/
/*添加质量检测*/
.addCheckModal .addCheck {
  width: 100%;
  height: 430px;
  overflow: scroll; }
  .addCheckModal .addCheck ul {
    list-style: none;
    padding: 0 0; }
    .addCheckModal .addCheck ul li {
      padding: 0 0 3px 0; }
  .addCheckModal .addCheck-baseinfo {
    height: 145px; }
    .addCheckModal .addCheck-baseinfo ul {
      float: left;
      width: 50%; }
      .addCheckModal .addCheck-baseinfo ul li {
        height: 30px;
        margin-bottom: 3px; }
        .addCheckModal .addCheck-baseinfo ul li .form-group {
          width: 100%;
          margin-bottom: 0; }
          .addCheckModal .addCheck-baseinfo ul li .form-group label {
            text-align: right;
            padding-left: 0;
            padding-right: 0;
            font-weight: normal; }
          .addCheckModal .addCheck-baseinfo ul li .form-group .col-sm-7 {
            padding-left: 0;
            padding-right: 0;
            font-weight: normal; }
            .addCheckModal .addCheck-baseinfo ul li .form-group .col-sm-7 .form-control {
              height: 30px;
              padding: 0;
              border-radius: 0;
              padding-left: 10px;
              padding-right: 10px; }
            .addCheckModal .addCheck-baseinfo ul li .form-group .col-sm-7 .form-group select {
              margin-bottom: 0;
              border: 1px solid #ccc;
              border-radius: 0;
              color: #555; }
        .addCheckModal .addCheck-baseinfo ul li select {
          width: 125px;
          height: 30px; }
    .addCheckModal .addCheck-baseinfo-title {
      width: 99%;
      height: 33px;
      font-size: 14px;
      background-color: #f2f2f2;
      padding: 8px 5px;
      margin: 10px 0 10px 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      color: #31b546; }
      .addCheckModal .addCheck-baseinfo-title ul {
        list-style: none;
        padding: 0 0; }
    .addCheckModal .addCheck-baseinfo-remarks {
      height: 190px;
      clear: both; }
      .addCheckModal .addCheck-baseinfo-remarks .uploadAndView {
        height: 26px; }
        .addCheckModal .addCheck-baseinfo-remarks .uploadAndView button {
          height: 26px;
          background: #31b546;
          color: white; }
        .addCheckModal .addCheck-baseinfo-remarks .uploadAndView input {
          height: 26px; }
        .addCheckModal .addCheck-baseinfo-remarks .uploadAndView .input-group {
          width: 84%;
          height: 26px;
          float: right;
          padding: 0 32px 0 25px; }
      .addCheckModal .addCheck-baseinfo-remarks-title {
        padding: 0 0 0 83px; }
      .addCheckModal .addCheck-baseinfo-remarks-text {
        padding: 0 32px 0 113px;
        margin: -15px 0 0 0; }
      .addCheckModal .addCheck-baseinfo-remarks li {
        padding: 0 31px 0 0; }
      .addCheckModal .addCheck-baseinfo-remarks textarea {
        width: 100%;
        height: 100px;
        padding: 10px 10px 10px 10px;
        border-radius: 0;
        border: 1px solid #ccc; }
    .addCheckModal .addCheck-baseinfo input {
      width: 125px; }
  .addCheckModal .addCheck-kitinfo-title {
    width: 99%;
    height: 33px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 8px 5px;
    margin: 10px 0 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #31b546; }
  .addCheckModal .addCheck-kitinfo input {
    width: 125px;
    border-radius: 0; }
  .addCheckModal .addCheck-kitinfo-handle {
    width: 100%;
    height: 103px;
    margin-top: 10px; }
    .addCheckModal .addCheck-kitinfo-handle ul {
      list-style: none;
      padding: 0 0;
      display: inline-block;
      width: 48%;
      vertical-align: top; }
      .addCheckModal .addCheck-kitinfo-handle ul li {
        height: 38px; }
        .addCheckModal .addCheck-kitinfo-handle ul li .form-group {
          margin-bottom: 0; }
          .addCheckModal .addCheck-kitinfo-handle ul li .form-group label {
            padding-left: 0;
            padding-right: 0;
            font-weight: normal;
            text-align: right; }
          .addCheckModal .addCheck-kitinfo-handle ul li .form-group .form-control {
            height: 30px;
            border-radius: 0; }
  .addCheckModal .addCheck-kitinfo-instrument ul {
    width: 100%;
    margin-top: 10px; }
    .addCheckModal .addCheck-kitinfo-instrument ul li {
      width: 48%;
      display: inline-block;
      height: 38px; }
      .addCheckModal .addCheck-kitinfo-instrument ul li .form-group {
        margin-bottom: 0; }
        .addCheckModal .addCheck-kitinfo-instrument ul li .form-group label {
          padding-left: 0;
          padding-right: 0;
          font-weight: normal;
          text-align: right; }
  .addCheckModal .addCheck-monitor ul {
    float: left;
    width: 50%; }
  .addCheckModal .addCheck-monitor-title {
    width: 99%;
    height: 33px;
    font-size: 14px;
    background-color: #f2f2f2;
    padding: 8px 5px;
    margin: 10px 0 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #31b546; }
  .addCheckModal .addCheck-monitor-part {
    height: 138px; }
    .addCheckModal .addCheck-monitor-part-title {
      width: 95%;
      margin: 0 0 0 4%;
      height: 33px;
      font-size: 14px;
      background: #f2f2f2;
      color: #31b546;
      padding: 8px 5px;
      border-radius: 0;
      margin-bottom: 6px; }
    .addCheckModal .addCheck-monitor-part input {
      width: 35px; }
  .addCheckModal .addCheck-monitor-way {
    height: 95px; }
    .addCheckModal .addCheck-monitor-way-title {
      width: 95%;
      margin: 0 0 0 4%;
      height: 33px;
      font-size: 14px;
      background: #f2f2f2;
      color: #31b546;
      padding: 8px 5px;
      border-radius: 0;
      margin-bottom: 6px; }
    .addCheckModal .addCheck-monitor-way input {
      width: 35px; }
  .addCheckModal .addCheck-monitor-wayType {
    height: 100px; }
    .addCheckModal .addCheck-monitor-wayType-title {
      width: 95%;
      margin: 0 0 0 4%;
      height: 33px;
      font-size: 14px;
      background: #f2f2f2;
      color: #31b546;
      padding: 8px 5px;
      border-radius: 0;
      margin-bottom: 6px; }
    .addCheckModal .addCheck-monitor-wayType input {
      width: 35px; }
  .addCheckModal .addCheck-handle-name {
    width: 110px;
    text-align: right;
    display: inline-block; }

/*提示框*/
.tips {
  font-size: 20px;
  font-weight: bold;
  color: #008000;
  text-align: center; }

/*bootstrap模态框的公共样式*/
.modal-body {
  margin: 0 auto; }
.modal-content {
  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-full-button {
  border-color: white;
  color: #ffffff; }

/*第二层模态框*/
#myModal2 .modal-body {
  height: 580px; }
#myModal2 .modal-dialog {
  width: 860px; }

.myModal2-body-left {
  width: 60%;
  padding: 20px 5px 0 5px;
  left: 0;
  height: 450px;
  position: absolute;
  top: 0; }
  .myModal2-body-left-title {
    width: 100%;
    height: 50px;
    font-size: 19px;
    font-weight: bold;
    padding: 10px; }
  .myModal2-body-left-img {
    width: 80%;
    border: 1px solid black; }
  .myModal2-body-left-handle {
    width: 80%;
    height: 35px;
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    background: #C6E3CA; }
.myModal2-body-right {
  width: 40%;
  right: 0;
  padding: 39px 5px 0 5px;
  height: 450px;
  position: absolute;
  top: 0; }
  .myModal2-body-right-title {
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
    background: #31b546; }
  .myModal2-body-right-table {
    width: 99%;
    height: 505px;
    border: 1px solid black; }

#bigView img {
  height: none;
  max-width: none;
  vertical-align: none; }

.keep-open .dropdown-menu input {
  width: 20px; }

div.sp_result_area div.pagination ul {
  padding: 0 0; }

.slick-cell.selected {
  background-color: #D6F0DA; }

.cell-title {
  font-weight: bold; }
.cell-effort-driven {
  text-align: center; }

.toggle {
  height: 9px;
  width: 9px;
  display: inline-block; }

/*分页条*/
.bottomContain {
  position: absolute;
  width: 100%;
  height: 40px;
  padding-right: 20px; }
  .bottomContain .pageContain {
    height: 35px;
    float: right; }
    .bottomContain .pageContainTotal {
      height: 35px;
      display: inline-block;
      vertical-align: top;
      padding: 8px 0 0 0; }
    .bottomContain .pageContainButton {
      height: 35px;
      vertical-align: top;
      display: inline-block; }
      .bottomContain .pageContainButton .pagination {
        margin: 0 0; }
        .bottomContain .pageContainButton .pagination li a {
          margin-left: 6px;
          color: #555555;
          border-radius: 5px;
          background-color: #efefef;
          border-color: #ffffff; }
        .bottomContain .pageContainButton .pagination .active a {
          color: #ffffff;
          background-color: #31b546;
          border-color: #ffffff; }
    .bottomContain .pageContain .dataAmount {
      display: inline-block;
      vertical-align: top; }
      .bottomContain .pageContain .dataAmount .dropdown-menu {
        min-width: 0;
        width: 60px;
        right: 0; }
        .bottomContain .pageContain .dataAmount .dropdown-menu .btn {
          background: red; }
        .bottomContain .pageContain .dataAmount .dropdown-menu li {
          text-align: center; }

/*# sourceMappingURL=slickWash.css.map */
