/*---------------首页-detail.jsp-------------*/
img {
    border-width: 0;
}

#container {
    width: 100%;
}

/*CSS分组*/
#superadmin{
    width: 100%;
    height: 200px;
    padding-top: 48px;
}
#domainuser,#developer {
    width: 100%;
    height: 200px;
    padding-top: 48px;
}

/*CSS分组*/
#domainuser table td,
#superadmin table td,
#developer table td {
    text-align: center;
	padding:0 16px;
}

.list li {
    float: left;
    list-style-type: none;
    margin-right: 30px;
    padding: 5px;
    display: block;
    text-align: center;
}

/*---------------左侧图标-------------*/
.content-base-enterprise {
    color: #29303b;
    padding-left: 32px;
    background: url(../image/email2.png) 0 center no-repeat;
    line-height: 50px;
}

/*---------------二级左侧图标-------------*/
.secondary-leftIcon {
    color: #29303b;
	padding-left: 32px;
    margin-left:12px;
    background: url(../image/email2.png) 0 center no-repeat;
    line-height: 50px;
	vertical-align: middle;
    padding-top: 4px;
}

/*---------------字体,边距大小-------------*/
.font-size16{
	font-size:16px;
}

.margin-right2{
	margin-right:2px;
}

/*----------------按钮,下拉框,多行文本框-------------------------*/

.select-margin-r{
    margin-right: 24px;
}

.ant-primary{
	background-color: #39aeff;
    color: #fff;
    border: solid 1px #39aeff;
}

.ant-primary:hover {
	background-color: #5a94ff;
	border-color: #5a94ff;
}

.bpm-textarea-cmd {
    text-indent: 6px;
    width: 250px;
    height: 100px;
    vertical-align: top;
    resize: none;
    color: #333;
    border: 1px solid #e5e6ea;
    border-radius: 6px;
    margin-right: 8px;
}

.bpm-textarea-cmd:focus {
    border-color: #4ba1fd;
}

.bpm-select-cmd {
    text-indent: 6px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #333;
    width: 250px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    border: solid 1px #e5e6ea;
    padding-left: 10px;
    margin-right: 8px;
}

.bpm-select-cmd:focus {
    border-color: #4ba1fd;
}

.select-margin-r{
	margin-right:24px;
}

.list-form{
    margin: 24px 0 32px 0;
    font-size: 14px;
}

.list-form-name{
    margin: 12px 0 12px 16px;
    font-size: 14px;
}

.btn-margin-t{
	margin-top:20px;
	margin-right:0px;
}

.btn-padding-b{
	padding-bottom:12px;
}

/*---------------用户信息-带有图片的按钮和其他css-------------*/
.user-btn{
	padding:0 8px;
}

.user-btn span{
	width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-bottom: 4px;
	display:inline-block;
	background: url("../image/user-icon.png") 0 center no-repeat;
}

/*----------------------复选框css--------------------------------*/
.checkboxTd-section {
    position: relative;
}

.checkboxDiv{
    display: inline-block;
}

.checkbox-margin-r{
    display: inline-block;
    margin-right: 16px;
}

.checkbox-margin-l{
    display: inline-block;
    margin-left: 8px;
}

.checkbox-label{
    display: inline-block;
    position: absolute;
    margin-left: -18px;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e5e6ea;
    overflow: hidden;
}

.checkboxTd-section input{
    visibility: hidden;
}

.checkboxTd-section input:checked + .checkbox-label:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 5px;
    border: 1px solid #fff;
    border-right: 0;
    border-top: 0;
    transform: rotate(-45deg)translate(1px,2px);
}

.checkboxTd-section input:checked + .checkbox-label {
    border-color: #59a8ff;
    background-color: #59a8ff;
}

.basis-software-configuration{
	margin-top:12px;
	height:48px;
}

/*----------------------------表单css----------------------------------*/
.form-margin-b{
	margin-bottom:68px;
}

.form-overflow-h{
	overflow-x:hidden;
}

/*----------------------------弹出层css----------------------------------*/
.body-back {
	overflow-x:hidden;
}

.popup-margin{
	margin:16px;
}

.popupDiv-margin{
	margin:0 16px;
}

.popup-btnquery-margin{
	margin:0 16px;
	padding-bottom:16px;
	border-bottom:1px solid #d4d7dd;
}

.popup-searchFrom-border{
	border-top: 1px solid #d4d7dd;
    padding: 16px 0;
}

.popup-selectMargin{
	margin-right:32px;
}

.popupTd{
	padding:16px 0 0 16px;
}

.popup-td{
	padding:8px 0 0 16px;
}

.popup-borderNone{
	border-bottom:0;
}

.pagenav-padding-b{
	padding-bottom:12px;
}

.formKm-margin{
	text-align:right;
	margin:16px 16px 8px 0;
}

.formKm-text{
	color: #33bd00;
    font-size: 12px;
	padding-bottom:16px;
}

.Kmtable-margin{
	margin:16px 0 12px 8px;
}

/*---------用户和部门修改插件样式---------*/
.modifyplugin-nav{
    overflow: auto;
    visibility: visible;
    display: block;
    position: absolute;
    margin: 0px;
    z-index: 2;
    left: 0px;
    right: auto;
    top: 0px;
    bottom: 0px;
    height: 430px;
    padding: 0px;
    background: rgb(255, 255, 255);
    width: 200px;
}

.modifyplugin-content{
    visibility: visible;
    display: block;
    position: absolute;
    margin: 0px;
    z-index: 2;
    left: 206px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 430px;
    width: 1102px;
    padding: 0px;
    background: rgb(255, 255, 255);
}

.department-contentTable{
    border-left: 1px solid #dddddd;
}

#tree{
	margin-top:24px;
}

/*---------domain list.jsp------------*/
.domain-content{
    margin: 0 24px;
}

.table_noborder_list{
    width:100%;
    height: 68px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.domain-title{
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
}

.actbtndiv{float: right;}

.item{
    flex-wrap: wrap;
    display: inline-flex;
}

.content-box{
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 32px;
    width: 280px;
    height: 140px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 6px;
    border-color: #d9d9d9;
}

.content-box:hover{
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
}
.boxDiv1{
    margin-top: 12px;
    height: 70px;
}

.boxDiv3{
    margin-top: 4px;
}

.boxDiv1,.boxDiv2,.boxDiv3{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
}

.enterprise-logo,.icon-popover,.enterprise-name,.isStatus,.enterprise-user,.enterprise-checkbox{display: inline-block;}
.enterprise-checkbox{display: none;}
.enterprise-logo,.enterprise-name,.enterprise-user{margin-left: 16px;}
.enterprise-name{font-size: 16px; color: #29303b;}
.enterprise-user{font-size: 12px; color: #666666;}

.icon-popover{
    margin-right: 16px;
    text-align: right;
    position:relative;
}

.icon-dropdown{display: none; width: 70px; height: 60px;}
.icon-img{position: relative;}

.icon-img:hover .icon-dropdown{
    background-color: #fff;
    text-align: center;
    display: block;
    width: 70px;
    height: 60px;
    border: 1px solid #d4d7dd;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0,0.175);
    position: absolute;
    right: -28px;
}

.icon-dropdown p{padding: 5px 0;}

.isStatus{
    font-size: 14px;
    text-align: right;
}

.isStatus span{
    display: inline-block;
    color: #fff;
    height: 24px;
    line-height: 20px;
    padding: 2px 6px;
}

.isStatus-bg-e{background-color: #39aeff;}
.isStatus-bg-d{background-color: #fe9c37;}

/*---------------domain content.jsp-------------*/
.ui-layout-center{margin: 0 24px;}
.contentMainDiv .newId{margin-top: 24px;}

#formItem{margin:0;padding:0;}
.contentTitle{padding-left: 10px;}
.skinType-preview{display: inline-block; margin-left: 4px;}


/*domain.jsp*/
#domain-table-frame{
    margin: 0 24px;
}

.domain-nav{
    border-bottom: 1px solid #ddd;
}

.domain-table{
    margin-top: 16px;
}

#frame{
    height: 84%;
}

.nav-td{
    padding: 0px 1px 1px;
}

.nav-p{
    padding-left: 10px;
}

.listContent{
    float: left;
}

.btcaption {
    padding: 10px 14px;
    display: inline-block;
    color: #666666;
    border: none;
    background: none;
}

.btcaption-selected {
    font-size: 14px;
    color: #29303b;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    margin-bottom: -4px;
    border-radius: 4px 4px 0 0;
    padding: 10px 14px;
    display: inline-block;
    cursor:pointer;
}

/**----------基本信息basicinfo.jsp-------------**/
.contentActDiv{margin:3px 0px;}

.title-third{
    font-size: 16px;
    color: #29303b;
}

.contentMainDiv .id1{margin-top: 10px;}

.id1 td {
     width: 500px;
 }

.id1 td a{
    font-size: 12px;
    color: #666666;
}

.id1 td a:hover{
    color: #59a8ff;
}

tr .td-pwd{padding-bottom: 4px;}

.text-pwd{margin-left: 8px;}
.id1 .text-pwd a{color: #fe9c37;}

.commFont{padding-left: 14px; padding-bottom: 12px;}

.commFont-padding-t{
    padding-top: 12px;
}

.commFont-text{
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
    display: inline-block;
    width: 130px;
}

.commFont-text-top{
    vertical-align: top;
}


/*--------------部门------------*/
.ordertag {color: #666666;}
.linktag {color: #6B6B6B;}

.list-margin-b{
    margin-bottom: 80px;
}

#contentTable tr{
    height: 54px;
    font-size: 14px;
}

.table-td {
    text-align: center;
    padding-left: 0!important;
}

.tableTOver {
    table-layout: fixed;
}

.tableTOver td {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.InstructionsText-color{
	color:#39aeff;
	margin-left:4px;
}

.departmentUser-padding-b{
	overflow:auto;
	padding-bottom:12px;
}

/*--------------用户------------*/
.roleImg{
	display: inline-block;
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
    vertical-align: middle;
    line-height: 32px;
    color: #29303b;
    background: url(../image/app-title.png) 0 center no-repeat;
}

.padding-bottom16{
	 padding-bottom:16px;
}

/*--------------- 软件列表------------------*/
.navigation_title {
    background-color: #e8e8e8;
    color: #29303b;
    font-size: 16px;
    line-height: 26px;
    padding-left: 10px;
}

.customize-software-configuration{
	height:60px;
	font-size:14px;
	color:#29303b;
	margin-left:14px;
}

/*------------------ 微信配置-------------------- */
.configureWeixin-margin{
	margin:12px 0 12px 14px;
}

.configureWeixin-margin span{
	font-size: 12px;
    color: #666666;
}

.configureWeixin-software-list{
	padding:12px 0;
	border-top: 1px solid #dddddd;
}

.startbtn-margin-l{
	margin-left:14px;
}

/*------------------ 工作日历-------------------- */
.calendartd-operation{
	text-align:left;
}

.marginTable{
	margin:24px 0;
}

#daydiv th{
	font-weight:normal;
}

/*------------------ 操作日志-------------------- */
.logger-listBody{
	margin-bottom:12px;
}

.loggertd{
	padding-bottom:12px;
}

.logger-commFont-text{
	font-size: 14px;
    margin-bottom: 5px;
    color: #29303b;
    display: inline-block;
    width: 150px;
}

.logger-text-color{
	width: 50px;
    margin-right: 4px;
    color: #29303b;
    display: inline-block;
}

/*------------------ -------------------流程监控-------------------------------------- */
.processmonitoring-list{
	margin:16px 0px 16px 14px;
}

.processmonitoring-td{
	padding:12px 0px;
}

/*------------------ 流程仪表盘dashboard.jsp-------------------- */
.workflow-Body{
	overflow-x: hidden; 
    height:100%;
    width:98%;
    font-size:62.5%;
}

#dateRange{
    width:300px;
    display:inline;
}
#appRange{
    width:500px;
    display:inline;
}

#manager{
    display:inline;
}

/*------------------ 邮件设置-------------------- */
.divider-Td{
	padding-top: 12px;
    padding-left: 46px;
}

.email-btnsave{
	float:right;
}

.email-text-width{
    width: 150px;
}


