.mspplus-form textarea {
  resize: vertical;
}
.mspplus-form .msp-tip-auto {
  color: #999;
}
.mspplus-form > table {
  width: 100%;
  margin: 10px auto;
  table-layout: fixed;
}
.mspplus-form{
	/*border-top: 4px solid #d2d6de;*/
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mspplus-form td table {
  margin: 0 auto;
}
.mspplus-form > table > tbody > tr > td {
  color: #333;
  word-break: break-all;
  border: 1px solid #f4f4f4;
  border-collapse: collapse;
  height: 56px;
  vertical-align: middle;
  padding: 2px 7px;
}
.mspplus-form.wf_query{
  margin: 10px 10px;
}
.mspplus-form.wf_query > table > tbody > tr > td {
  color: #333;
  border: none;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 2px 2px;
}
td.form-title {
  background-color: #fcfcfc;
}

@media screen and (max-width: 767px) {
  .mspplus-form > table {
    table-layout: auto !important;
  }
  .mspplus-form > table>tbody>tr>th {
    width: 100% !important;
  }
  .mspplus-form > table > tbody > tr > td {
    width: 100% !important;
    height: auto !important;
    min-height: 40px;
    display:block;
  /*  /*  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; */
   /*  -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; */
    border-top: 1px solid #f4f4f4 !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    text-align: left !important;
    line-height:20px;
  }
  .mspplus-form > table > tbody > tr > td:last-child {
    border-bottom: 1px solid #f4f4f4 !important;
  }
}
.only-mark {
  color: #dd4b39;
}
.msp-row {
  display: table;
  width: 100%;
}
.msp-col {
  display: table-cell;
  vertical-align: middle;
  /*padding: 10px;*/
}
td .msp-col {
  padding: 0;
}
.preview-btn {
  height: 32px;
  text-decoration: none;
  line-height: 32px;
  border-radius: 3px;
  display: inline-block;
  background-color: #265d5a;
  color: #fff;
  border-color: #1b524f;
}
a.preview-btn:hover,
a.preview-btn:link,
a.preview-btn:visited {
  color: #fff;
}
.preview-btn.btn-submit {
  font-size: 14px;
  padding: 0 12px;
}
.preview-btn.btn-upload {
  font-size: 12px;
  padding: 0 10px;
}
.preview-btn.btn-upload i {
  font-size: 10px;
  margin-right: 2px;
}
.preview-row {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  margin: 10px 10px;
}
.preview-item-name,
.preview-item-value {
  padding: 0 10px;
  color: #333;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  float: left;
  /*border: 1px solid #666;*/
}
.mspplus-form td table.div td {
  border: none;
}
.mspplus-form td table.div  {
  width:100%;
}
.preview-item-name {
  width: 25%;
  border-right: 1px solid #f4f4f4;
}
.mspplus-form .item-col {
  line-height: 34px;
}
.mspplus-form td div .input-group {
  width: 100%;
}
/*折叠样式*/
.msp-expand-btn{
  display: block;
  width: 48px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -21px;
  color: #E45151;
  cursor: pointer;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 1px 1px #E0E0E0;
}
.msp-expand-btn .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.msp-expand-btn .icon:before{
  content:"\f106";
}
.msp-expand-btn:hover {
  color: #c00;
}
.msp-expand-btn.expand-show .icon:before{
  content: "\f107";
}

/* loading展示 */

#sudy-coreplus-load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 19891014;
}

#sudy-coreplus-load-img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -15px;
  margin-left: -15px;
  background: url(./img/loading-2.gif) no-repeat;
  z-index: 19891017;
}
