
/**joyconn-collapse**/
.joyconn-collapse {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.joyconn-collapse:hover {
  overflow: visible;
}




.joyconn-collapse > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #b6c3c9;
  line-height: 30px;
  /* height: 30px; */
}
.joyconn-collapse > li:last-child {
    border-bottom: 1px solid #b6c3c9;;
}
.joyconn-collapse > li > span {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
}
.joyconn-collapse > li > span > .fa{
  width: 20px;
}
.joyconn-collapse > li .label,
.joyconn-collapse > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.joyconn-collapse > li:hover > span {
  color: #b6c3c9;
  border-left-color: #3c8dbc;
}
.joyconn-collapse li  .view_item_name {
  width: 100%;margin-left: 30px;cursor: pointer;
}
.joyconn-collapse li > span {
  position: relative;
}
.joyconn-collapse li > span > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}
.joyconn-collapse li   .fa-angle-left,.joyconn-collapse li   .fa-angle-down {
  float: right;
  line-height: 30px;
  font-size: 20px;
  color: #8aa4af;
  margin-right: 10px;
}



/* .joyconn-collapse >li.active   .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */


.joyconn-collapse li.active > .treeview-collapse {
  display: block;
}


.joyconn-collapse .treeview-collapse {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  /* padding-left: 5px; */
}
.joyconn-collapse .treeview-collapse  li {
  margin: 0;
  border-top: 1px solid #b6c3c9;
  line-height: 30px;
}
.joyconn-collapse .treeview-collapse > li > span {
  display: block;
  font-size: 14px;
  padding:  10px 0px 10px 15px;;
}
.joyconn-collapse .treeview-collapse > li > span > .fa{
  width: 20px;
}

.joyconn-collapse .treeview-collapse > li >  span:hover {
  color: #b6c3c9;
  /* border-left-color: #3c8dbc; */
}
/**joyconn-collapse**/

.content-wrapper{
  padding-top: .3rem;
}
.form-horizontal .form-inline.row{
  margin-right: 0px;
  margin-left: 0px;
}
.form-horizontal .row {
  margin-bottom: .5rem;
}
.row{
    width: 100%;
    /* --bs-gutter-x: 30px;
    --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.form-horizontal .form-inline .form-control.control-block{
  width: 100%!important;
}
.form-horizontal select.form-control.control-block{
  left: 0%;
}


body.iframe-mode{
  font-size: 14px;
  background:none;
}
.iframe-mode .container-fluid{
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.iframe-mode .form-inline.row{
  padding-bottom: 7px;
}



.btn-light{
  background: #D9C8FF;
  color: #fff!important;
  border-color: #f0efef;
}
.btn-secondary{
  background:#E43BFF;
  color: #fff!important;
  border-color: #e74fff;
}
.btn-dark{
  background: #027fb5;
  color: #fff!important;
  border-color: #b1a9a9;
}
.btn-white{
  background-color:#fff!important;
}

.text-secondary{
  color: #E43BFF!important;
}
.ztree .node_name {
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0px;
}

/**uploader-list
*/
.uploader-list .pre_upload_pics{
    display: inline-block;
    padding-inline-start: 0px;

}
.uploader-list > .uploader__btns{
    display: inline-block;
    padding-inline-start: 0px;

}
.uploader-list .pre_upload_pics li{
    list-style: none;
    position: relative;
    display: inline-block;
    margin-left: 0.5em;
    cursor: pointer;
}
.uploader-list .pre_upload_pics li:first-child{
  margin-left: 0em;

}
.uploader-list .pre_upload_pics li .uploader__file_delete{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(100, 100, 100, 0.7);
    color: var(--red);
}
.uploader-list .uploader__btns {
  position: relative;
  width: 7em;
}
.uploader-list .uploader__btns .dragInBtn{
    font-size: 16px;
    margin-left: 0px;
    margin-bottom: 3px;
    width: 5em;
    cursor: unset;

}
.uploader-list .uploader__btns .dragInBtn i{
    width: 100%;
    text-align: center;
    font-size: 2.2em;
    filter: opacity(0.5);
}
.uploader-list .uploader__btns .dragInBtn .drop-in-text{
    width: 100%;
    text-align: center;
    font-size: 1em;
    filter: opacity(0.5);
}
.uploader-list .uploader__btns .choosefilebtn{
    height: 26px;
    position: absolute;
    width: 5.8em;
    bottom: .4em;
    left: 0em;
    padding: 0rem .375rem;
    line-height: 26px;
}
.uploader__file_sortable-ghost{
  display: none!important;
}
/* uploader end */

/**  wipper (joyconn_wipper) */
.joyconn_wipper {
  /* width: 600px;
  height: 300px; */
  /* margin: 50px auto; */
  overflow: hidden;
  position: relative;
}
.joyconn_wipper .wipper{
  /*width: 3600px;设置为图片的总宽度*/
  /* height: 300px; */
  position: absolute;
  left: 0;
}
.joyconn_wipper .wipper div{
  /* width: 600px;
  height: 300px; */
  float: left;
  text-align: center;
  font-size: 30px;
  /* line-height: 300px; */
  color: #fff;
}
.joyconn_wipper .pre,.joyconn_wipper .next{
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;    
}
.joyconn_wipper:hover .pre{
  display: block;
}
.joyconn_wipper:hover .next{
  display: block;
}
.joyconn_wipper .pre{
  left: 0;
  top: 50%;
}
.joyconn_wipper .next{
  right: 0;
  top: 50%;
}
.joyconn_wipper .lis{
  text-align: center;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.joyconn_wipper .lis span{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: .5em;
  border-radius: 50%;
  background-color: #ccc;
}
.joyconn_wipper .lis span.current{
  background-color: greenyellow;
  
}
/* wipper end  */


/* 默认状态 */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid blue;
  background-color: white;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: .5rem;
}

/* 取消状态 */
input[type="checkbox"]:after {
  width: 1em;
  height: 1em;
  font-size: 0.9em;
  line-height: 1em;
  margin-left: -0.1em;
  padding-top: 0.05em;
  display: block;
  content: "x";
  color: transparent;
  background-color: transparent;
}

/* 选中状态 */
input[type="checkbox"]:checked:after {
  content: "✔";
  color: blue;
  /* background-color: yellow; */
}
.searchPanel  .panel-item{
  display: flex;
}


@media (max-width: 1200px) {
    .searchPanel  .panel-item::after{
      content: " ";
      white-space: pre; 
    }
    .searchPanel  .panel-item .control-label{
      margin-bottom: 0px; 
      line-height: 2.5em;
      min-width: 3em;
    }
}