table.highlight_green, .highlight_green {
	border: 1px solid #07BF84 !important;
	color: #333;
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 0 8px rgba(17, 179, 17, .6)*/
}

table.highlight_red, .highlight_red {
	border: 1px solid #FF0000 !important;
	color: #333;
	box-shadow: none;
	position: relative;
}

.error_info {
	position: absolute;
	z-index: 3;
	padding: 0px 5px;
	font-size: 12px;
}

.to-top {
	display: block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	border: 4px solid #ccc;
	border-color: #FF0000 #fff;
	color: #FFFFFF;
	border-width: 4px 4px 0 4px;
	position: absolute;
	left: 30px;
	bottom: -5px;
	margin-top: -5px;
}

.error_info {
	background-color: transparent;
	color: #F3645A;
	font-family: 'Microsoft YaHei';
	right: 2px;
	top: 100%;
}

.success_info {
	background-color: transparent;
	color: blue;
	font-family: 'Microsoft YaHei';
	right: 2px;
	top: 100%;
}
/* .highlight_red .form-control{
	border: 0px solid #FFFFFF;
} */
.highlight_red .input-group-addon {
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

.highlight_red input[type=number] {
	border-right: 1px solid #F3645A;
}

.highlight_green .form-control:focus {
	border-color: transparent;
}

.highlight_green input {
	border: 0px;
}

.highlight_red .form-control:focus {
	border-color: transparent;
}

.highlight_red input {
	border: 0px;
}