.condition {
  padding: 0 15px;
}
.block {
  display: inline-block;
}

.wd-100 {
  width: 100px;
}
.wd-200 {
  width: 200px;
}
.mt {
  margin-top: 12px;
}
.ml {
  margin-left: 10px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.oh {
  overflow: hidden;
}

.ml {
  margin-left: 15px;
}
.wd50 {
  width: 50% !important;
}
.wd10 {
  width: 10%;
}
.ivu-form-item-content .wd15 {
  width: 15%;
}
.wd10 {
  width: 10% !important;
}
.wd15 {
  width: 15% !important;
}
.wd20 {
  width: 20% !important;
}
.wd25 {
  width: 25% !important;
}
.wd28 {
  width: 28% !important;
}
.wd30 {
  width: 30% !important;
}
.wd35 {
  width: 35% !important;
}
.wd60 {
  width: 60% !important;
}
.wd70 {
  width: 70% !important;
}
.wd85 {
  width: 85% !important;
}
.ivu-form-item-content .ivu-cascader {
  display: inline-block;
}
.text {
  font-size: 20px;
  font-weight: bold;
}
.titleStyle,
.formBorder {
  border: solid 1px #cccccc;
  padding: 15px;
}

.main .ivu-btn {
  padding: 5px;
}
.main .ivu-btn-info {
  background-color: #202124;
}

.ivu-form-item-content .ivu-form-item-error-tip {
  position: relative;
  display: inline-block;
  color: #ed4014;
}
.ivu-table .table-info-row td {
  background-color: #ebf7ff;
  /* color: #fff; */
}

.ivu-table-tbody .ivu-table-row-highlight td,
.ivu-table-tbody
  .ivu-table-stripe
  .ivu-table-body
  tr.ivu-table-row-highlight:nth-child(2n)
  td,
.ivu-table-tbody
  .ivu-table-stripe
  .ivu-table-fixed-body
  tr.ivu-table-row-highlight:nth-child(2n)
  td,
.ivu-table-tbody tr.ivu-table-row-highlight.ivu-table-row-hover td {
  background-color: #a4a4a4;
}

.demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
}
.returnBtn {
  position: absolute;
  right: 30px;
  z-index: 1;
  width: 100px;
}
.ivu-col .ivu-cascader {
  display: inline-block;
}
.rowClass .item {
  width: 250px;
  display: inline-block;
  margin-top:15px;
}

.btn {
  width: 100px;
  margin-left: 27px;
}
.app-body .main {
  background:#F7F7FA;
}
.main .container-fluid {
  padding: 0 ;
}
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
  border:0!important;

}
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
  background:none!important;
}
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
  background:#fff!important;
  color:#373737!important;
  font-weight: bold!important;
}

.detail .label {
  width: 27%;
  display: inline-block;
  text-align: right;
  font-size:12px;
}
.detail .row-label {
  width: 13.5%;
  display: inline-block;
  text-align: right;
}
.detail .row-input {
  width:85%;
}
.detail input {
  background: none;
  border: solid 1px #dcdee2;
  padding:2px 7px; 
  font-size:12px;
}
.detail .ivu-row {
  margin-bottom:10px;
}
.remark {
  vertical-align: top;
}
.detail textarea {
  background:none;
  resize:none;
  border: solid 1px #dcdee2;
}
.ivu-table-cell{
  padding:0!important
}
.detail .ivu-input[disabled] {
  color:#7C8082;
  background:none;
  font-size:12px;
}
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-nav-container {
  height:40px !important;
} 
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab-active {
  height:40px !important;
}
.ivu-tabs.ivu-tabs-card>.ivu-tabs-bar .ivu-tabs-tab {
  padding: 10px 16px 4px!important;
}
/* modal弹窗按钮样式*/
.ivu-modal-footer {
  text-align: center!important;
}
.ivu-modal-footer .modal-save-btn {
  background: #202124;
  color: #ffffff;
  width:100px;
}
.ivu-modal-footer .modal-cancel-btn {
  width:100px;
}
.notice-p {
  font-size:15px;
  margin-left:10px;
}

/*单独页面的保存和取消*/
.ivu-form-item-content .single-save-btn {
  /* width:200px; */
  background: #202124;
  color:#ffffff;
  padding:5px 80px
}
.ivu-form-item-content .single-cancel-btn {
  /* width:200px; */
  margin-left:15px;
  padding:5px 80px
}
.ivu-tabs-nav .ivu-tabs-tab-disabled{
  color:#C6D3E9 !important 
}
.ivu-form-item{
    margin-bottom: 12px !important ;
    vertical-align: top !important ;
    zoom: 1;
}

/*页面内容padding background: #bebebe;*/
.container-fluid .content-pd {
  padding:15px;
}
.content-pd .ivu-tabs-bar {
  background: #bebebe;
  margin-bottom:0;
}

.list-content-bg {
  background: #ffffff;
}
.ivu-cascader{
  width: 100%;
}
