.spanlink {
	text-decoration: underline;
	color: rgb(114, 102, 186);
}

.divmright {
	margin-right: 16px;
}

.spanlink:hover {
	cursor: pointer;
	opacity: 0.7;
}

.dtable {
	display: table;
	width: 100%;
	margin-top: 10px;
	margin-left: 16px;
}

.dth {
	display: table-cell;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid rgb(114, 102, 186);
	color: rgb(114, 102, 186);
}

.dth:hover {
	cursor: pointer;
	opacity: 0.7;
}

.dthemt {
	display: table-cell;
}

.dbtn {
	
}

.dbtn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.dactive {
	color: #FFFFFF;
	background-color: rgb(114, 102, 186);
}

.divbig {
	cursor: pointer;
	transition: all;
}

.divbig:hover {
	transform: scale(1.1);
}

.dnone {
	display: none !important;
}

.dblock {
	display: block !important;
}

.dflex {
	display: flex !important;
}

.divchk {
	width: 15px;
	height: 15px;
}

.divscr {
	overflow-y: scroll;
}

.pb0 {
	padding-bottom: 0px;
}

.pt0 {
	padding-top: 0px;
}

.divleft {
	cursor: pointer;
	float: left;
	margin-top: 120px;
	margin-right: 20px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
}

.divleft:hover {
	background-color: #CCC;
	opacity: 0.7;
}

.divright {
	cursor: pointer;
	float: right;
	margin-top: 120px;
	margin-left: 20px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
}

.divright:hover {
	background-color: #CCC;
	opacity: 0.7;
}

.divptext {
	padding-bottom: 16px;
	color: #ff0000;
}

.divptext:hover {
	cursor: pointer;
	opacity: 0.7;
}

.btn-disabled {
	color: #FFF !important;
	background-color: #AAAAAA;
	border-color: #AAAAAA;
	background-color: #AAAAAA;
}

.btn-disabled:hover {
	color: #FFF !important;
}

.dl1 {
	padding-left: 16px;
	height: 50px;
	line-height: 50px;
}

.dl2 {
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 50px;
}

.dl3 {
	margin-top: 5px;
	height: 40px;
	width: 40px;
	border: 1px dashed #cccccc;
	text-align: center;
	line-height: 40px;
}

.dl3:hover {
	cursor: pointer;
	opacity: 0.7;
}
ul {
	padding-left:20px;
}
li {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

td, th{
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	border: 1px solid #e0e0e0;
	text-align: center;
}

.divtc {
	background-color:rgba(47,79,79,1);
	color:#fff;
	font-size:14px;
}
.divtc span {
	font-size:16px;
	font-weight: 600;
}	
tr:hover td {
	background-color: #ffffcc !important;
}

.trSel {
	background-color: #0080ff !important;
}