/*---------------------软件列表一级导航 css------------------------*/
.nav-section {
	font-size: 12px;
	color: #666;
	padding-top: 16px;
	border-bottom: 1px solid #ddd;
}

.listContent {
	position: relative;
	float: left;
}

.listContent input {
	width: 100%;
	height: 42px;
	text-align: center;
	border: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
	padding: 0 14px;
}

.listContent .btcaption-selected {
	border-radius: 4px 4px 0 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #2a303b;
}

.listContent-line {
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.btcaption-selected + .listContent-line {
	display: block;
}

/*---------------------软件列表二级按钮 css------------------------*/
.btn-title{
	margin:12px 0 6px 0;
	color:#484848;
}

/*----------------------复选框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;
}

/*---------------------system management------------------------*/
.system-body{
	margin:0 24px;
}

.nav-margin-l{
	margin-left:12px;
}

.system-formdiv{
	overflow-x:hidden;
	overflow-y: auto; 
	height:95%;
	position: relative;
}

.system-formtab{
	margin:0 0 24px 0;
}

.system-margin-r{
	margin-right:8px;
}

/*----------authConfig.jsp---------*/
.divider-table{
	margin:12px 0 0 46px;
}

.divider-Td{
	padding:12px 0 0 46px;
}

.system-text{
	width:170px;
}

.tdfont{
	padding-bottom:12px;
}

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

.explanation-text{
	padding-left:174px;
	color:#33bd00;
	font-size:12px;
}

.explanation-inputUrl{
	width:350px;
}

/*----------im.jsp---------*/
.divider-imtable{
	margin-left:46px;
}

.im-tdfont{
	padding-bottom:20px;
}

.im-text{
	vertical-align: middle;
    padding-top: 20px;
}

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

/*----------loginConfig.jsp---------*/
.login-pwd-text{
	width:188px;
}

.loginconfig-text{
	width:270px;
}

.explanation-mintext-w{
	padding-left:182px;
	color:#33bd00;
	font-size:12px;
}

.explanation-maintext-w{
	padding-left:268px;
	color:#33bd00;
	font-size:12px;
}

.explanationTd{
	padding-top:4px;
}

