#ctrldevice-cartsteps{background: none; border:none; color:#000;}
#ctrldevice-cartsteps div.box_header{background-color: none; color:#000;}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover{
    background-color: #000 !important;
    border-color: #000;
    color: #fff;
	
}

.pagination > .inactive > a{
    background-color: #fff !important;
    border: 1px solid #000;
    color: #000;
	
    
}

.pagination > .inactive > a:hover, .pagination > .inactive > a:focus {
    background-color: #000 !important;
    border: 1px solid #000;
    color: #fff;
    
}

	
	
	 .angle:before, .angle:after, .angle:hover:before, .angle:hover:after, .angle:focus:before, .angle:focus:after {
	
	left: 7%;
	
	position: absolute;
	height: 50%;
	display: block;
	content: '';
	
	
	transform-origin: 100%;
	z-index: -1;
	background: inherit;
	
	border-right: 1px solid #000;
	width: 100%;
}
.angle:after{
transform: skewX(45deg);
right: 0;
	bottom: 0;
	top: 0;
}

.angle:before{
	transform: skewX(-45deg);
	bottom:0;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 30px;
	font-size: 17px;
}
.pagination-sm > li > a, .pagination-lsm > li > span {
    padding: 5px 24px;
}