.error-invalid{
	border-color: #ff4a1c !important;
	outline: 0 none !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(255,0,0,0.6) !important;
}
.error-desc{
	color: #ff4a1c;
	position: absolute;
}
.pagination a.current{
	color: #bd0202 !important;
    /*background-color: red;*/
}

#header-wrp{background-color: #000;border-bottom:2px solid #ff8800;color: #fff}
.dataTables_wrapper .dataTables_paginate .paginate_button{padding: 0}
.pagination > li > a, .pagination > li > span{margin: 0}
div.dataTables_wrapper div.dataTables_processing{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border: 0 !important;
	height: 110%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #ff8200;
	border-color: #ff8200;
}
.pagination > li > a, .pagination > li > span{    color: #ff8200;}
.dir-ltr{direction: ltr !important;}
.dir-rtl{direction: rtl !important;}