.colorblack a {
	color:#000;
}
.deletebtn i {
	color:red;
}
.notification {
	color:red;
	width:100%;
	clear:both;
	text-align:right;
	margin-bottom:40px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.red-alert {
	width:100%;
	margin-bottom:10px;
	color:red;
	text-align:center;
}
.mark-validation mark {
	color:red;
	background-color:transparent;
}

.viewborder {
	margin-bottom:30px;
}
.viewborder p {
	border-bottom:1px solid #ebecf1;
	padding-top:10px;
	padding-bottom:0px;
}
.viewborder label {
	font-weight:bold;
}
.uploadimgtext {
	color:#F00;
}
.updateorderbtn {
	text-align:right;
}
.customcheckbox {
	width:100%;
}
.customcheckbox label {
	margin-right:50px;
	display:inline;
	line-height:50px;
}
.datatablescustom {
	max-width: 30%;
	margin: 0 auto;
	margin-right: -10px;
	margin-left: auto;
}
.viewdata div {
	margin-bottom:20px;
}
.rowborder {
	max-width:100%;
}
.rowborder table {
	max-width:100%;
	margin-bottom:20px;
}
.rowborder tr td {
	border:1px solid #eee;
	padding:10px;
}
.rowborder thead {
	background-color:#eee;
}
.rowborder thead th {
	background-color:#eee;
	padding:10px;
}