.ctw-select-container{
    position: relative;
    left: 0;
    top: 0;
}
.ctw-select-label{
    display: inline-block;
    max-width: 100%;
    padding-left: 10px;
    font-weight: 400;
    width:100px;
    height: 28px;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}

.ctw-select-input{
    font-family: inherit;
    line-height: inherit;
    height: 28px;
    line-height: 28px;
    border: 0px solid transparent;
}
.ctw-select-body{
    position:relative;
    display:inline-block;
    height: 30px;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}

.ctw-select-text-content{

    background-color: hsla(220,4%,58%,.1);
    border-color: hsla(220,4%,58%,.2);
}


.ctw-select-ul{
    position: absolute;
    left: 0px;
    top: 28px;
    z-index: 1;
    height: 120px;
    overflow-y: auto;
    width:143px;
    border: 1px solid black;
    display:none;
    background-color: white;
}
.ctw-select-li{
    word-break: break-all;
    text-align: left;
}

/*=====NSelect 控件样式========*/
.ctw-nselect-container{
    position: relative;
    left: 0;
    top: 0;
}
.ctw-nselect-label{
    display: inline-block;
    max-width: 100%;
    padding-left: 10px;
    font-weight: 400;
    width:100px;
    height: 28px;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
}


.auth-item span.all-user,
.ctw-nselect-input{
    font-family: inherit;
    line-height: inherit;
    height: 28px;
    line-height: 28px;
    border-radius: 14px !important;
    padding: 0 10px;
    border: none;
    background: var(--styleColor) !important;
    color: white!important;
    text-align: center;
	cursor:pointer;
    width: 60px;
    display: inline-block;
}
.ctw-nselect-body{
    display:inline-block;
    position: relative;
    /* position:relative;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #E6E6E6;
    border-radius: 3px; */
}

.ctw-nselect-text-content{

    background-color: hsla(220,4%,58%,.1);
    border-color: hsla(220,4%,58%,.2);
}


.ctw-nselect-ul{
    position: absolute;
    left: 0px;
    top: 32px;
    z-index: 1;
    height: 200px;
	width:200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    display:none;
    background-color: white;
}
.ctw-nselect-li{
    word-break: break-all;
    text-align: left;
    cursor:pointer;
    padding: 2px 8px !important;
}

.ctw-nselect-li:hover
{
	background:var(--styleColor);
	color:var(--back1);
}

/*========================权限控制样式====================================*/

.ctw-auth-groups{
    /*width:840px;*/
    hight:auto;
    display: inline-block;
    min-width:100%;
    /*margin: 0 15px 0 0px;*/
}

.ctw-auth-group{
    /*border: 1px solid #666666;*/
    /*width: max-content;*/
    min-width: 100%;
    border-radius:10px;
    /*margin-bottom: 10px;*/
}
.ctw-auth-groups .delete-auth-group{
    float:right;
    color:var(--red);
    /*margin-bottom: 10px;*/
    /*width: 100%;*/
    text-align: right;
    /*margin:10px 10px 0px 0px;*/
    margin: 0;
    padding: 0 13px;
    background-color: var(--back1);
    height: 20px;
}
.ctw-auth-group .delete-auth-group-fa{
    border:none;
    background: var(--back1);
    /*background: linear-gradient(to bottom, #fff, #fff 80%, #fff);*/
    border-radius:10px;
    height: 24px;
    padding: 2px 0px;
    margin-bottom: 8px;
}

.ctw-auth-container::after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.auth-items{
    /*margin: 5px;*/
}
.auth-item{
    white-space: nowrap;
    /*margin-bottom: 10px;*/
    /*display: inline-block;*/
    padding: 10px 0;
    background-color: var(--back2);
    border-bottom: 1px solid var(--border2);
}
.auth-item::after{
    content: " ";
    clear: both;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
/*.auth-item div, */
/*.auth-item span*/
/*{*/
	/*margin:5px;*/
/*}*/

.auth-item span.all-user
{
    /* background: var(--styleColor);
	color:#fff;
    border-radius: 14px;
    float:left;
	display:inline-block;
	line-height:28px;
	padding:0 10px;
    vertical-align:middle; */
    width: auto;
}

.item-delete a
{
	height:28px;
    /*background: #dc3535;*/
    border: none;
    color: var(--red);
    border-radius: 3px;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    /*vertical-align: middle;*/
}
.item-delete a:hover{
    /*background: rgba(239, 93, 93, 0.8) ;*/
}
.item-delete{
    line-height: 28px;
    height:28px;
    float: right;
    margin-right: 5px;
}
.item-text{
    display:inline-block;
    line-height: 28px;
    height:28px;
}

.item-text>span{
    margin: 0px 5px 0px 5px;
}

.text-fixed{
    display:inline-block;
    font-family: inherit;
    height: 30px;
    line-height: 30px;
    border: none;

    color: white;
    text-align: center;
    float: left;
}
.text-fixed::after{
    content: " ";
    clear: both;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.item-text::after{
    content: " ";
    clear: both;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    height: 0;
    vertical-align:middle;
}
.text-fixed>span{
    margin:0 5px 0 5px;
    display: inline-block;
}

.text-fixed-left{
    color: var(--styleColor);
    border-radius: 3px;
    float:left;

}
.text-fixed-right{
    color:var(--fore3);
    border-radius: 3px;
    height:28px;
	display:block;
	float:left;
}

.item-delete
{
	/*float:right;*/
	line-height:28px;
    display: inline-block;
}

.condition-select
{
    clear: both;
	z-index:99;
}

.condition-type{
    display:inline-block;
    border: 1px solid var(--styleColor);
	background:var(--back1);
	vertical-align:top;
	cursor:pointer;
}
.condition-object{
    display:inline-block;
    border: 1px solid var(--styleColor);
	background:var(--back1);
	vertical-align:top;
}

li.condition-object-li,
li.condition-type-li
{
    padding: 3px 8px!important;
	cursor:pointer;
}

li.condition-object-li-active,
li.condition-type-li-active
{
	background:var(--styleColor);
	color:#fff;
}

.action-items{
    /*margin:5px;*/
}
.condition-container{
    /*margin: 5px;*/
    margin-bottom: 10px;
    /*padding-left: 5px;*/
    padding: 17px 0px;
    background-color: var(--back2);
    overflow:auto;
    clear: both;
}
.add-auth-group,
.getAuth{
    /*width:100px;*/
    background-color:var(--back2);
    border-radius: 3px;
    height:30px;
    padding:10px;
    margin: 0px 0px 10px;
    /*color:white;*/
	float:left;
    width:100%;
    color: #2196F3;
}
.ctw-auth-container  .add-auth-group{
    color: var(--styleColor);
    background: none;
    background-color:var(--back2);
    height: 50px;
}
.ctw-auth-container .add-auth-group:hover{
    border: solid 1px var(--styleColor);
}
.add-auth-group::after{
    content: " ";
    clear: both;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
a.condition-add {
    cursor: pointer;
    color:var(--styleColor);
    margin-left: 3px;
	float:left;
	clear:left;
}



.action-items
{
	margin:5px 0;
	overflow:auto;
}

.action-items label
{
	float:left;
	margin-right:10px;
}

.ctw-condition-container{

}
.ctw-condition-body .ctw-condition-group select{
    margin-right: 10px;
    margin-bottom: 10px;
}
.ctw-condition-body .ctw-condition-group>input{
    margin-right: 10px;
}
.ctw-condition-group{
    display: flex;
}

.ctw-condition-value{
    width: 100%;
}


/*添加和保存按钮*/
.ctw-condition-foot .ctw-add-btn-sty{
    background-color: var(--styleColor);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: baseline;
}
.ctw-condition-foot .ctw-add-btn-sty:hover{
    color: #fff;
    background: var(--styleColorLight);
}
.dialog-save, .dialog-cancle{
    background-color: var(--styleColor);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    vertical-align: baseline;
    margin-right: 10px;
}
.dialog-save:hover{
    color: #fff;
    background: var(--styleColorLight);
}
.dialog-cancle{
    background-color: rgb(166,166,166);
}
.dialog-cancle:hover{
    color: #fff;
    background-color: rgb(180,180,180);
}
.ctw-message-body hr.ctw-message-hr{
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    margin: 0;
}
.ctw-message-body .ctw-message-footer{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*.ctw-message-content{*/
    /*height: calc(100% - 44px);*/
    /*overflow: auto;*/
/*}*/
.ctw-message-body .ctw-message-content{
    font-size: 1.2rem;
    padding: 1.4rem 0;
    word-break: break-all;
    line-height: 2rem;
    overflow: auto;
    max-height: 300px;
}
.ctw-message-body button{
    margin-right: 10px;
    padding: 6px 20px;
    border-radius: 3px;
}

/*.ctw-message-body .message-confirm{*/
/*    !*background:#337ab7;*!*/
/*    background:var(--styleColor);*/
/*    color:#fff;*/
/*    line-height:1.02857143;*/
/*    !*border:1px solid #4A90E2;*!*/
/*    border:1px solid var(--styleColor);*/
/*    border-radius:4px;*/
/*    white-space: nowrap;*/
/*    font-size:14px;*/
/*    !*margin-right: 16px;*!*/
/*    padding:6px 20px;*/
/*    font-weight:400;*/
/*}*/
/*.ctw-message-body .message-yes{*/
/*    !*background:#337ab7;*!*/
/*    background:var(--styleColor);*/
/*    color:#fff;*/
/*    line-height:1.02857143;*/
/*    !*border:1px solid #4A90E2;*!*/
/*    border:1px solid var(--styleColor);*/
/*    border-radius:4px;*/
/*    white-space: nowrap;*/
/*    font-size:1.2rem;*/
/*    margin-right: 16px;*/
/*    padding:6px 20px;*/
/*    font-weight:400;*/
/*}*/
/*.ctw-message-body .message-no{*/
/*    background: var(--back1);*/
/*    line-height:1.02857143;*/
/*    border:1px solid var(--border2);*/
/*    border-radius:4px;*/
/*    white-space: nowrap;*/
/*    font-size:1.2rem;*/
/*    padding:6px 20px;*/
/*    color: var(--fore2);*/
/*    font-weight:400;*/
/*}*/
.style-container .ctw-style-body{
    height: 320px;
}
.ctw-style-body .clearfix>div.evo-cp-wrap{
    float: left;
    width: 66.66%!important;
}
.ctw-style-body .clearfix>div.evo-cp-wrap:after{
    content: '';
    display: block;
    clear: both;
}
.ctw-style-body .clearfix{
    line-height: 30px;
    margin: 20px 0;
    padding-right: 30px;
}
.ctw-style-body .clearfix .label-1,.input-1.demo-font{
    font-size: 14px;
    padding: 0 5px;
}
.ctw-style-body .clearfix .input-1.font-style span.btn{
    font-size: 14px;
    display: inline-block;
    width: 60px;
    padding: 5px;
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    /*box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
}

.ctw-style-body .clearfix .input-1.font-style span.btn.active{
    background: #60B9E0;
    color: #fff;
}
.ctw-style-footer .btn.ctw-style-save{
    background:#337ab7;
    color:#fff;
    line-height:1.42857143;
    border:1px solid #337ab7;
    border-radius:4px;
    white-space: nowrap;
    font-size:14px;
    margin-right: 15px;
    padding:6px 20px;
}
.ctw-style-footer .btn.ctw-style-cancel{
    background:var(--back1);
    line-height:1.42857143;
    border:1px solid #ddd;
    border-radius:4px;
    white-space: nowrap;
    font-size:14px;
    padding:6px 20px;
}
.ctw-style-footer{
    text-align: right;
    /*margin-right: 30px;*/
}

.modal-header.system_danger{
    padding: 20px 20px 0 56px;
    background: url(../../../img/system_danger.png) no-repeat 20px 22px;
}
.modal-header.system_error{
    padding: 20px 20px 0 56px;
    background: url(../../../img/system_error.png) no-repeat 20px 22px;
    background-size:22px;
}
.modal-header.system_prompt{
    padding: 20px 20px 0 56px;
    background: url(../../../img/system_prompt.png) no-repeat 20px 22px;
}
.modal-header.system_question{
    padding: 20px 20px 0 56px;
    background: url(../../../img/system_question.png) no-repeat 20px 22px;
}
.modal-body{
    /*padding:0 20px 10px;*/
    padding:0 15px 10px;
    font-size: 14px;
    /*height: calc(100% - 45px);*/
    height: calc(100% - 55px);
    position: relative;
}
.modal-body-with-footer{
    height: calc(100% - 138px);
}
.modal-body-no-footer{
    height: calc(100% - 51px);
}
.link-approve-wrap{
    margin-top: 16px;
}
.link-approve-wrap .link-approve{
    height:20px;
    font-size:14px;
    font-weight:400;
    color:rgba(74,144,226,1);
    line-height:20px;
}
.link-approve-wrap .link-approve:after{
    content: ">>";
}
.link-approve-wrap .link-approve:hover{
    color: #0a6aa1;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-title {
    font-size: 1.4rem;
    line-height: 25px;
    color: var(--fore1);
    font-weight:500;
    white-space: nowrap;
    max-width: calc(100% - 8rem);
    overflow: hidden;
    text-overflow: ellipsis;
}
.width-prompt{
    width: 390px!important;
    height: auto!important;
    border-radius:4px;
}
.modal-content {
    height: 100%;
    -webkit-box-shadow: 0 3px 9px var(--borderShadow);
   box-shadow: 0 3px 9px var(--borderShadow);
}
.bootstrap-dialog-body,.bootstrap-dialog-message{
    height: 100%;
}
.modal-open .modal-content .modal-body .ctw-message-body{
    /*height: 78%;*/
    overflow: auto;
}
.ctw-message-detail-a{
    font-size: 14px;
    color: #4A90E2;
    padding-right: 16px;
    background: url("../../../img/arrow_right.png") no-repeat right 6px;
}
.ctw-message-detail-a:hover,.ctw-message-detail-a:focus{
    color: #4A90E2;
}
.ctw-message-detail{
    /*width:620px;*/
    height:240px;
    /*height:170px;*/
    margin-top: 10px;
    background:var(--back2);
    border:1px solid var(--border1);
    font-size:14px;
    font-weight:400;
    color: var(--fore2);
    line-height:20px;
    padding: 10px;
	overflow:auto;
}
.width-detail{
    width:660px!important;
    height:443px!important;
}
.CodeMirror.width_60 {
    width: 60%!important;
    float: left;
}
.ctw-test-container {
    float: left;
}
.ctw-formula-body:after{
    display: block;
    content: ' ';
    clear: both;
}
.ctw-test-container .g1-button-32.white-button{
    margin-left:10px;
}
.ctw-test-container .ctw-test-result{
    margin: 20px 10px;
    color: #db2d20;
    float: left;
    clear: both;
}

p.calculation-result {
    word-break: break-all;
}

.ctw-test-param{
    padding: 15px 5px 0 0;
}
.ctw-test-param .param-group{
    margin-bottom: 15px;
}
.ctw-test-param input{
    margin-left: 10px;
    width: calc(50% - 10px);
}
.ctw-test-container{
    /*width:20%;*/
    width: 40%;
    height:100%;
    background-color: var(--back3);
}

.ctw-formula-textarea,ctw-input-textarea{
    width:760px;
    height:300px;
}

.ctw-formula-toolbar{
    float:right;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px; */
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.42rem 0 0.42rem 0.42rem;
    border-left-color: #ccc;
    margin-top: 0.64rem;
    margin-right: -0.8rem;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.check-error-detail div {
    line-height: 28px;
}

.message-error-data:before
{
	background:red;
    content: '×';
}

.message-warn-data:before
{
	background:orange;
    content: '!';
}

.message-warn-data:before,
.message-error-data:before
{
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 5px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    border-radius: 50%;
}

.message-warn-data, .message-error-data{
    margin-right: 0.5rem;
}

.select-res span {
    display: inline-block;
    width:180px;
    height:14px;
    line-height:14px;
    padding:7px 15px 7px 5px;
    border:solid 1px #c0c0c0;
    background:url(images/select_box_bg.gif) no-repeat 190px center;
    cursor: pointer;
    color:#c2c2c2;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.select-res p {
    position:relative;
    width: 200px;
    height:28px;
    line-height:28px;
    border-bottom:dashed 1px #c0c0c0;
    padding:0 5px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding-right:20px;
}
.select-res a {
    position:absolute;
    top:0;
    right:0;
    display: block;
    width:28px;
    height:28px;
    background:url(images/close_btn.jpg) no-repeat center;
    cursor:pointer;
}
.select-res input {
    width:172px;
    height:14px;
    line-height:14px;
    margin-left:4px;
    padding:7px 5px;
    border:solid 1px #c0c0c0;
    color:#2c2c2c;
}
.select-res span.selected {
    color:#626262;
}
/*.ctw-variable-list ,.ctw-variable2-list{*/
/*    !*border:solid 1px #fd8340;*!*/
/*    !*width:536px;*!*/
/*    !*height:220px;*!*/
/*    !*padding:20px 20px 10px;*!*/
/*    position:absolute;*/
/*    display:none;*/
/*    z-index:5;*/
/*    background: var(--back1);*/
/*}*/
/*.ctw-variable-list li:hover,.ctw-variable2-list li:hover,ul.second li:hover,ul.third li:hover{*/
/*    background-color: var(--back2);*/
/*}*/
/* .ctw-formula-header,.ctw-html-header .btn-toolbar{
    position: relative;
    background: linear-gradient(to bottom, #EFF2F8, #E6E8ED 80%, #E6E8ED)!important;
} */

.ctw-html-header,
.ctw-formula-header{
    background: none;
    border: none;
    height: 32px;
    box-shadow: 0px 2px 5px var(--borderShadow);
    z-index: 10;
    position: absolute;
    width: 100%;
}

.ctw-html-header button,
.ctw-formula-header button{
    border: none;
    background: none;
    height: 32px;
}

.ctw-switch-mode{
    float: left;
    border-radius: 2px;
    height: 24px!important;
    margin: 4px;
    padding: 0 10px;
    color:#fff;
}

.ctw-switch-mode:hover{
    opacity: 0.8;
}

.ctw-code-edit-panel{
    height: calc(100% - 32px);
    position: absolute;
    top: 32px;
    width: 100%;
}



.ctw-custom-list.dropdown-menu {
    max-height: 271px;
    overflow: auto;
}

.ctw-formula-body
{
    height: calc(100% - 32px);
    top: 32px;
    width: 100%;
    position: absolute;
}

.ctw-formula-body .CodeMirror{
    border:none !important;
}

.readonly>.ctw-formula-header {
    display: none;
}

.readonly>.ctw-formula-body {
    top: 0;
    height: 100%;
}

.ctw-footer-bar{
    position: relative;
    height: 48px;
    padding: 8px 5px;
    text-align: center;
    margin: 0 auto;
}

.ctw-footer-bar button {
    margin: 0 5px;
}

.ctw-menu-list .close-btn {
    position:absolute;
    right:5px;
    top:5px;
    cursor: pointer;
}
.ctw-menu-list .wrap {
    height:200px;
    margin-top:5px;
}
/*.ctw-menu-list ul {*/
/*    width:190px;*/
/*    overflow-y: auto;*/
/*}*/

.ctw-formula-variable {
    position: relative;
    float: left;
}

/*.ctw-variable-list{*/
/*    position: absolute;*/
/*    height: 276px;*/
/*    background-color: var(--back1);*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*}*/

ul.first{
    /*height: 200px;*/
    overflow-y: auto;
}
/*.ctw-variable-list+ul.second{*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 35px;*/
/*    left: 190px;*/
/*    z-index: 100;*/
/*    height: 276px;*/
/*    width: 190px;*/
/*    background: var(--back1);*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*}*/


.ctw-menu-list ul.third{
    display: none;
    position: absolute;
    top: 40px;
    left: 561px;
    height: 276px;
    z-index: 100;
    background: var(--back1);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.ctw-menu-list2 ul.third{
    display: none;
    position: absolute;
    top: 40px;
    left: 627px;
    height: 276px;
    z-index: 100;
    background: var(--back1);
    overflow-y: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px var(--borderShadow);
    box-shadow: 0 6px 12px var(--borderShadow);
}
.ctw-menu-list ul li,.ctw-menu-list2 ul li {
    height:25px;
    line-height:25px;
    /*padding:0 10px;*/
    /*background: url(images/arr.gif) no-repeat 152px center;*/
    color:var(--fore3);
    cursor: pointer;
}
/*.ctw-variable-list li.selected,.ctw-variable2-list li.selected {*/
/*    background-color: var(--back2);*/
/*}*/
ul li{
    position: relative;
}
.fn-function-tooltip.fa.fa-question-circle-o{
    position: absolute;
    top: 6px;
    right: 3px;
    margin-left: 3px;
    color: #888;
}
.border-left:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 8px;
    margin-right: -5px;
}
/*滚动条样式*/
/*.ctw-variable-list::-webkit-scrollbar,*/
/*.ctw-variable2-list::-webkit-scrollbar,*/
 ul.second::-webkit-scrollbar,
 ul.third::-webkit-scrollbar
 {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
/*.ctw-variable-list::-webkit-scrollbar-thumb,*/
/*.ctw-variable2-list::-webkit-scrollbar-thumb,*/
 ul.second::-webkit-scrollbar-thumb,
 ul.third::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(174, 178, 183,0.2);
}
/*.ctw-variable-list::-webkit-scrollbar-track,*/
.ctw-variable2-list::-webkit-scrollbar-track,
 ul.second::-webkit-scrollbar-track,
 ul.third::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(174, 178, 183,0.1);
}
.g1-input-div{
    /*font-size: 1rem;*/
}
.bootstrap-dialog.size-large .bootstrap-dialog-title.g1-field-6{
    font-size: 13px;
}
/*div span.g1-detail-name-expression{*/
    /*font-size: 13px; 不能加此样式，会影响其他地方*/
/*}*/
.auth-items,
.auth-item,
.text-fixed-left,
.text-fixed-right,
.item-delete,
.condition-container,
.condition-add{
    font-size: 12px;
}
.bootstrap-dialog-message .g1-detail-container{
    padding-top: 2rem;
    padding-bottom: 6rem;
}
.control-label.detail-style-label-describe+div.input-group {
    display: inline-block;
}
.user-list-style{
    padding: 10px;
    margin-top: 10px;
    /*width:350px;*/
    /*height:calc(100% - 83px);*/
    height:calc(100% - 90px);
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 6px 0px rgba(0, 0, 0, 0.15);
    border-radius:4px;
    position: relative;
    z-index: 100;
    overflow: auto;
}
.user-list-style .ctw-tree-search{
    margin-bottom: 10px;
}
.user-id-style{
    padding: 7px 9px;
    background:var(--styleColor);
    border-radius:4px;
    color: var(--back1);
    margin-right: 5px;
    float: left;
}
.approver-list-style{
    overflow: hidden;
    margin: 10px 0;
}
.add-approver-container-style .add-approve-type{
    margin-left: 10px;
}
.add-approver-style{
    color:var(--styleColor);
}
.add-approver-style:hover{
    color:var(--styleColorLight);
}
.add-approver-container-style{
    height: 100%;
}

.tree-level-1, .tree-level-2
{
    float: left;
    clear: both;
}

.tree-level-2{
    margin: 5px 0 5px 20px;
}

.tree-level-3
{
    float: left;
    margin: 5px 0 5px 5px;
    border: solid 1px #ccc;
    border-radius: 15px;
    background: var(--back3);
    padding: 0 10px !important;
    color:var(--fore5);
}

.tree-level-1 {
    margin-bottom: 10px;
    width: 100%;
}

.tree-level-1>.editable-label {
    border-left: solid 3px var(--styleColor);
    padding-left: 10px;
    font-weight: 900;
    font-size: 14px;
}
.tree-level-1>*{
    height: 16px;
    line-height: 16px;
}

.edit-table-select{
    float: right;
}

.edit-column-select, .not-null-select{
    display: none;
}

.li-editable{
    background: var(--back1);
    color:var(--fore1);
}

.li-notnull label{
    font-weight: bold;
}

.li-notnull .notnull-label{
    color: red;
}

.editcolumn-root label{
    cursor: pointer;
}

.ctw-compare-table{
    width:100%;
    height:100%;
}
.ctw-compare-sqls{
    width:100%;
    height:auto;
}

.ctw-compare-red{
    font-color:red;
}



/* TEMPORARY USE FOR MINGYUAN HRO START */
.ctw-sfl-show-area,
.ctw-sfl-input-area{
    width: 100%;
    height: 50%;
    border: solid 1px #999;
    padding: 10px;
}

.ctw-sfl-input-area{
    background:#eee;
}

label.show-area-elm,
label.variable-area-elm {
    margin: 5px;
    border: solid 1px #999;
    background:var(--back1);
    padding: 3px 6px;
    border-radius: 5px;
}

button.ctw-sfl-add-btn {
    height: 30px;
    width: 60px;
    margin-left: 5px;
    border-radius: 3px;
}
/* TEMPORARY USE FOR MINGYUAN HRO END */


/*组织框架样式*/
.ctw-fw-container{
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    height: 300px;
    width: calc(100% - 24px);
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}
/*组织框架样式*/
.ctw-fw-tool{
    position: relative;
    left: 10px;
    width: calc(100% - 40px);
    border-radius: 4px;
    float: left;
    margin-top: 10px;
    padding: 10px;
}


.custom-sql{
    position: relative;
    overflow: auto;
}

.custom-sql input{
    width: 200px;
}

.dropdown-submenu.top {
    position:static;
}
/*.dropdown-submenu.top>.dropdown-menu {*/
/*    margin:0;*/
/*}*/

/*.dropdown-menu{*/
/*    max-height: 280px;*/
/*    overflow: auto;*/
/*}*/