@import url("deelx.css");
@import url("page.css");
/*楼下这个按钮样式启用后，编辑器头行按钮会变大，需要解决后再加载*/
@import url("button.dark.css");
@import url("layui-theme-dark.css");

/*260124这是给全文对比后，弹窗编辑的代码框加的宽度*/
.form-group {
    width: -webkit-fill-available;
}

.body-toolbar{
  display: flex;
  justify-content: space-between; /* 两端对齐 */
  align-items: center; /* 垂直居中（可选）*/
}

/*260114强制修复顶部中间菜单部分 */
.collapse.navbar-collapse.pull-left {
    display: flex !important;
    position: absolute !important;
    left: 25% !important;
    top: 0 !important;
    transform: translateX(-25%) !important;
    height: 100% !important;
    z-index: 1000 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.collapse.navbar-collapse.pull-left .nav.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    list-style: none !important;
    overflow: visible !important;
}

.collapse.navbar-collapse.pull-left .nav.navbar-nav > li {
    display: inline-block !important;
    float: none !important;
    margin: 0 2px !important;
    height: 100% !important;
}

.collapse.navbar-collapse.pull-left .nav.navbar-nav > li > a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    height: 100% !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
}

.collapse.navbar-collapse.pull-left .nav.navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}

.collapse.navbar-collapse.pull-left .nav.navbar-nav > li > a i {
    margin-right: 5px !important;
    font-size: 16px !important;
}

/*宽度小于960时的样式*/
@media screen and (max-width: 960px) {
.collapse.navbar-collapse.pull-left .nav.navbar-nav{
  display: none!important;
}
.navbar-collapse.pull-left+.navbar-custom-menu {
        top: 18px;
    }
}


/* 260105确保左侧栏菜单里头的所有链接在同一行对齐 */
.menu-item > a {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

/* 特别处理图标链接 */
.link-copy,
.link-file,
.link-file-open {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    height: 100%;
}

/* 确保图标垂直居中 */
.link-copy i,
.link-file i {
    vertical-align: middle;
    line-height: 1;
}

/* 菜单项容器 */
.menu-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}


/*251229把那些弹窗的标题给去掉，否则占空间*/
/*260109发现不能去掉，否则会把资源管理器的首行按钮也去掉了,然后在那个页面上单独处理了*/
.box-header{
  display: none;
}



/*251012强制清空这个高度，否则后台的底部栏会多出一段高度出来*/
audio {
    width: 0!important;
    height: 0!important;
}

/* 全局修改选中文本样式 */
::selection {
  background: #FFD700!important; /* 背景色（示例：金色） */
  color: #000;         /* 文字颜色（可选） */
  text-shadow: none;   /* 清除文字阴影（可选） */
}

/* Firefox 浏览器兼容 */
::-moz-selection {
  background: #FFD700!important;
  color: #000;
  text-shadow: none;
}

/*模板页的保存按钮*/

/*#form-common .box-footer .btn{*/
/* width: 39px !important;*/
/* height: 157px !important;*/
/* margin-top: -1px !important;*/
/* line-height: 20px !important;*/
/* padding-top: 8px !important;*/
/* word-wrap: break-word !important;*/
/* text-align: center !important;*/
/* cursor: pointer !important;*/
/* position: fixed !important;*/
/* left: 35% !important;*/
/* z-index: 999 !important;*/
/* white-space: normal !important;*/
/* border: 1px solid blue !important;*/
/* top: 13vh !important;  */
/*}*/

/*250305让反馈按钮漂浮居正中*/
.center-container {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}


/*241208解决未完成任务编辑弹窗边距*/
.modal-open .modal {
  padding-left:0px !important;
}

.modal-dialog {
    margin: 0px !important;
}

@media screen and (max-width: 1900px) {
  .small_hide {
    display: none!important;
  }
}
.modal-dialog{
  width: 100vw!important;
  max-width: 100vw!important;
}

.layui-layer-iframe.dialog-win {
  width: 100vw!important;
  max-width: 100vw!important;
  top:0!important;
  left:0!important;
  height: 100vh!important;
  position: fixed;
  overflow-y: hidden!important;
  transform: translate(0%, 0%)!important;
}


.jedaul li:hover,.jedatems p:hover{
  cursor:pointer;
  z-index: 99;
  background: rgba(255,255,0,0.4);
}

.right_img{
  display: flex;
  justify-content: space-between;
}
.link-file{
  position: absolute!important;
  right: 5px;
  top: 0;
  bottom: 0;
  border: 0!important;
}
.link-file-open{
  position: absolute!important;
  right: 35px;
  top: 0;
  bottom: 0;
  border: 0!important;
}




/*250721重新改造3D绿色边框*/
/*.modal-content{*/
/*  border-width: 13px;*/
/*  border-style: ridge;*/
/*  border-color: green;*/
/*}*/
/*.modal-header {*/
/*  background-color: mediumseagreen!important;*/
/*}*/

/* 3D科技感弹窗 - 关闭按钮优化最终版 */
/*relative会造成分账设置的删除弹窗跑到下面去了,所以改为fixed */
.layui-layer, .modal-content {
    border-width: 13px;
    border-style: ridge;
    border-color: #0af;
    background-color: #002B36!important;
    position: fixed;
    overflow: hidden;
    box-shadow: 
        0 0 15px rgba(0, 170, 255, 0.7),
        inset 0 0 15px rgba(0, 170, 255, 0.5);
}

/* 3D边框增强效果 */
.layui-layer:before, .modal-content:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    right: -13px;
    bottom: -13px;
    border: 3px solid rgba(0, 255, 255, 0.3);
    pointer-events: none;
    z-index: -1;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.3),
        inset 0 0 20px rgba(0, 255, 255, 0.3);
}

/* 扫描线动画 */
.layui-layer:after, .modal-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 255, 255, 0.8), 
        transparent);
    animation: scanline 3s linear infinite;
    filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.8));
}

/* 标题样式优化 - 调整渐变避免右侧过暗 */
.layui-layer-title, .modal-header {
    background: linear-gradient(to right, 
        rgba(0, 100, 150, 0.9), 
        rgba(0, 200, 255, 0.9), 
        rgba(0, 100, 150, 0.9)) !important;
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.7);
    border-bottom: 2px ridge rgba(0, 255, 255, 0.4);
    font-weight: bold;
    position: relative;
    padding-right: 40px !important;
}

/* 标题的3D下边框 */
.layui-layer-title:after, .modal-header:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 255, 255, 0.5), 
        transparent);
}

/* 关闭按钮容器定位 */
.modal-header {
    position: relative;
}

/* 关闭按钮样式 - 高对比度设计 */
.close {
    position: absolute!important;
    right: 15px!important;
    top: 10px!important;
    margin: 0 auto!important;
    opacity:0.66;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZiIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojNzg3ODc4IiBjeD0iMjUiIGN5PSIyNSIgcj0iMjAuNSIvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmYiIGQ9Im0zMi4wNzEgMzQuODk5LTE2Ljk3LTE2Ljk3YTIgMiAwIDEgMSAyLjgyOC0yLjgyOEwzNC45IDMyLjA3MmEyIDIgMCAxIDEtMi44MjkgMi44Mjd6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0ibTM0Ljg5OSAxNy45MjktMTYuOTcgMTYuOTdhMiAyIDAgMSAxLTIuODI4LTIuODI4TDMyLjA3MiAxNS4xYTIgMiAwIDEgMSAyLjgyNyAyLjgyOXoiLz48L3N2Zz4=)!important;
    background-size: contain contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .4s ease-in-out;
    transform-origin: center;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    display: block;
    unicode-bidi: isolate;
    cursor: pointer;
    font-size: 1.2rem;
    color: #555;
    word-break: break-all;
}

/* 关闭按钮悬停效果 - 仿宝塔旋转,更明显的交互反馈 */
.close:hover {
    opacity:1!important;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZiIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZjEyOTMwIiBjeD0iMjUiIGN5PSIyNSIgcj0iMjAuNSIvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmYiIGQ9Im0zMi4wNzEgMzQuODk5LTE2Ljk3LTE2Ljk3YTIgMiAwIDEgMSAyLjgyOC0yLjgyOEwzNC45IDMyLjA3MmEyIDIgMCAxIDEtMi44MjkgMi44Mjd6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0ibTM0Ljg5OSAxNy45MjktMTYuOTcgMTYuOTdhMiAyIDAgMSAxLTIuODI4LTIuODI4TDMyLjA3MiAxNS4xYTIgMiAwIDEgMSAyLjgyNyAyLjgyOXoiLz48L3N2Zz4=)!important;
    
}

.layui-layer-close1 {
    position: absolute!important;
    right: 10px!important;
    top: -10px!important;
    opacity:0.66;
    transition: transform .4s ease-in-out;
    transform-origin: center;
    width: 3rem!important;
    height: 3rem!important;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZiIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojNzg3ODc4IiBjeD0iMjUiIGN5PSIyNSIgcj0iMjAuNSIvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmYiIGQ9Im0zMi4wNzEgMzQuODk5LTE2Ljk3LTE2Ljk3YTIgMiAwIDEgMSAyLjgyOC0yLjgyOEwzNC45IDMyLjA3MmEyIDIgMCAxIDEtMi44MjkgMi44Mjd6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0ibTM0Ljg5OSAxNy45MjktMTYuOTcgMTYuOTdhMiAyIDAgMSAxLTIuODI4LTIuODI4TDMyLjA3MiAxNS4xYTIgMiAwIDEgMSAyLjgyNyAyLjgyOXoiLz48L3N2Zz4=) no-repeat!important;
}

/* 关闭按钮悬停效果 - 仿宝塔旋转,更明显的交互反馈 */
.layui-layer-setwin .layui-layer-close1:hover {
    opacity:1!important;
    transform: rotate(180deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgc3R5bGU9ImZpbGw6I2ZmZiIgY3g9IjI1IiBjeT0iMjUiIHI9IjI1Ii8+PGNpcmNsZSBzdHlsZT0iZmlsbDojZjEyOTMwIiBjeD0iMjUiIGN5PSIyNSIgcj0iMjAuNSIvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmYiIGQ9Im0zMi4wNzEgMzQuODk5LTE2Ljk3LTE2Ljk3YTIgMiAwIDEgMSAyLjgyOC0yLjgyOEwzNC45IDMyLjA3MmEyIDIgMCAxIDEtMi44MjkgMi44Mjd6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0ibTM0Ljg5OSAxNy45MjktMTYuOTcgMTYuOTdhMiAyIDAgMSAxLTIuODI4LTIuODI4TDMyLjA3MiAxNS4xYTIgMiAwIDEgMSAyLjgyNyAyLjgyOXoiLz48L3N2Zz4=)!important;
}

/* 扫描线动画 */
@keyframes scanline {
    0% { top: 0; opacity: 0; }
    5% { opacity: 1; }
    95% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}


.layui-layer-iframe.is-show .layui-layer-min,
.layui-layer-iframe.is-show .layui-layer-max {
  display: none!important;
}




/*230729以下3个仿DOS系统*/
  @import "https://fonts.googleapis.com/css?family=Inconsolata|Merriweather";
  /*260318修改分红套餐设置页面，取消底部距离，加了最大高度，不在这里设置，改到套餐自己设置了*/
  /*260319不能加最大高度-222，否则分账设置那边看不到最下面按钮*/
.box-body{
  /*background-color: #028090;*/
  /*margin-bottom: 35px;*/
  /*max-height: calc(100vh - 222px);*/
  /*height: calc(100vh - 415px);*/
}

.box-body pre {
  background-color: black;
  font-family: 'Inconsolata', monospace;
  color: lime;
  font-size: 18px;
  padding: 13px;
  font-weight: 350;
}

#logs .logs-box {
  background-color: black;
  font-family: 'Inconsolata', monospace;
  color: lime;
  font-size: 18px;
  padding: 13px;
  font-weight: 350;
}
.logs-box .close {
    color: red;
    opacity: 1;
}

.modal-title .btn{
  margin-left: 13px;
}
.menu-item .fa.fa-circle-o{
    display:none!important;
}
/*宽度小于等于1600时的样式*/
@media screen and (max-width: 1600px) {
  .zoom05{
    zoom:0.5;
  }
  .zoom06{
    zoom:0.6;
  }
  .zoom065{
    zoom:0.65;
  }
  .zoom067{
    zoom:0.67;
  }
  .zoom07{
    zoom:0.7;
  }
  .zoom071{
    zoom:0.71;
  }
  .zoom072{
    zoom:0.72;
  }
  .zoom073{
    zoom:0.73;
  }
  .zoom075{
    zoom:0.75;
  }
  .zoom08{
    zoom:0.8;
  }
  .zoom09{
    zoom:0.9;
  }
  .zoom093{
    zoom:0.93;
  }
  .zoom095{
    zoom:0.95;
  }
  .zoom097{
    zoom:0.97;
  }
  .zoom098{
    zoom:0.98;
  }
  .zoom099{
    zoom:0.99;
  }
  

}
/*宽度大于等于1600时的样式*/
@media screen and (min-width: 1600px) {


}
/*221024卢海彬增加小电脑隐藏文字,只显示图标*/
@media screen and (max-width: 1920px) {
  .hide{
    display:none!important;
  }
}
@media screen and (max-width: 1603px) {
  .small-hide{
    display:none!important;
  }
}
@media screen and (max-width: 1920px) {
  .medium-hide{
    display:none!important;
  }
}
@media screen and (max-width: 960px) {
  .mobile-hide{
    display:none!important;
  }
  #app .mobile-im-hide{
    display:none!important;
  }
  .flex .input-group{
    flex:1;
    overflow:hidden;
  }
  .flex input{
    width:100%!important;
  }
  /*221029卢海彬增加手机页面时候,不使用flex*/
  .mobile-no-flex{
  display:block!important;
}

}

.ajaxBox{
  position: relative;
}
/*221023卢海彬修改3D绿色边框,层级大于搜索框*/
.ajaxBox .mybox{
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  /*max-width: 480px;*/
  /*border: 1px solid #ccc;*/
  background: #FFFFEA;
  padding: 0;
  margin: 0;
  z-index: 7654321;
  /*max-height: 90vh;*/
  max-height: 100vh;
  overflow: auto;
  white-space: nowrap;
  border: 13px ridge green;
  /*border-style: ridge;*/
  /*border-color: green;*/
  /*width:999px;*/
}
.ajaxBox .mybox a{
  display: block;
  color: #333;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  list-style: none;
  padding: 0 5px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  top: 0;
  left: 0;
}

.ajaxBox .mybox a button{
  position: absolute;
  right: 3px;
  top: 3px;
}
.ajaxBox .mybox a[data-host="vfv.net"]{
  color:green;
}
.ajaxBox .mybox a[data-host="e.vfv.net"]{
  color:red;
}
.ajaxBox .mybox a[data-host="h.vfv.net"]{
  color:orange;
}
.ajaxBox .mybox a[data-host="m.vfv.net"]{
  color:lime;
}
.ajaxBox .mybox a[data-host="w.vfv.net"]{
  color:teal;
}
.ajaxBox .mybox a[data-host="weinfos.com"]{
  color:brown;
}
.ajaxBox .mybox a[data-host="d.linshanshengxian.com"]{
  color:fuchsia;
}
.ajaxBox .mybox a[data-host="app.ilinkjd.cn"]{
  color:purple;
}

.ajaxBox .mybox a:hover{
  background: #3c8dbc;
  color: #fff;
}
.ajaxBox .mybox a.tip{
  text-align: center;
  color: #333!important;
  background: #FFFFEA!important;
  cursor: default;
}
.pagination>li>a.current,.pagination>li>span{
  z-index: 2;
  color: #23527c;
  /*background-color: #eee;*/
  /*background-color: #aaa;*/
  /*border-color: #ddd;*/
    background-color: gold;
    border-color: goldenrod;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: gold;
    border-color: goldenrod;
}

.admin-loading{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  min-height: 300px;
  z-index: 6200103;
}
.admin-loading:after{
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  background: #000;
  opacity: 0.05;
  display: none;
}
.admin-loading .loader {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  opacity: 0;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.admin-loading h3{
  position: absolute;
  width: 200px;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: 40px;
  font-weight: bold;
  padding: 0;
  font-size: 16px;
  opacity: 0;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.admin-loading.admin-loading-show:after{
  display: block;
}
.admin-loading.admin-loading-show .loader{
  opacity: 1
}
.admin-loading.admin-loading-show h3{
  opacity: 1
}
.admin-loading .loader-star {
  position: absolute;
  top: calc(50% - 12px);
}
.loader-default .loader-outter {
  position: absolute;
  border: 4px solid #000;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-default .loader-inner {
  position: absolute;
  border: 4px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
  animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

/* ---------------- KEYFRAMES----------------- */

@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
textarea.form-control{
  min-height:34px;
}  
.form-cols .form-common-code{
  /*
  display: grid;
  grid-template-areas: 'full';
  grid-template-columns: repeat(auto-fill,minmax(285px,1fr));
  justify-content: space-evenly;
  grid-gap:5px;
  */
  margin:0 -5px;
}
.bootbox-form textarea.form-control{
  min-height:80vh;
}  
.form-cols .form-common-code .form-group{
  display: inline-block;
  width:33.33333%;
}
.form-cols .form-common-code .form-group>*{
  margin: 0 5px;
  max-width: 96%;
}
.form-cols .form-common-code .form-group.full{
  max-width: none;
  width: 100%;
}  
.form2022{
  position: relative;
}
.form2022 .box-header{
  display: none;
}
.form2022 .form-group{
  display: flex;
}
.form2022 .form-group>label{
  min-width: 130px;
}
.form2022 .form-group>input{
  flex:1;
}
.form2022 .form-group>textarea{
  flex:1;
}
.form2022 .form-group>div{
  flex:1;
}
.form2022 .box-footer .btn-box{
  position: fixed;
  left: 31%;
  top: 8vh;
  z-index: 999;
  margin-top: -16px;
}
#idcard-result{
  position:absolute;
  right: 113px;
  top: 113px;
  background: #fff;
  border:1px solid #ccc;
  margin: 8px;
  min-width: 520px;
  border-width: 13px;border-style: ridge;border-color: green;
  z-index: 99;
}
#idcard-confirm-result{
  position:absolute;
  right: 113px;
  top: 113px;
  background: #fff;
  border:1px solid #ccc;
  margin: 8px;
  min-width: 520px;
  border-width: 13px;border-style: ridge;border-color: green;
  z-index: 99;
}
.form-group{
  position:relative;
}






