.btn-default {
    background: #E5E2E2;
}
.btn-default:hover {
	background: rgba(255,119,0,1);
	border-color: rgba(255,119,0,1);
}

.btn-warning {
    background: rgba(255,119,0,1);
}

.progress-bar {
	background: rgba(185, 187, 189, 1);
} 
.progress-bar-striped {
	background-color: rgba(185, 187, 189, 1); 
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(219, 219, 219, 0.5),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(219, 219, 219, 0.5)),color-stop(0.75,rgba(219, 219, 219, 0.5)),color-stop(0.75,transparent),to(transparent))); background-image: -webkit-linear-gradient(45deg,rgba(219, 219, 219, 0.5) 25%,transparent 25%,transparent 50%,rgba(219, 219, 219, 0.5) 50%,rgba(219, 219, 219, 0.5) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(219, 219, 219, 0.5) 25%,transparent 25%,transparent 50%,rgba(219, 219, 219, 0.5) 50%,rgba(219, 219, 219, 0.5) 75%,transparent 75%,transparent); 
	background-size: 40px 40px;
}
.dropdown-menu {
	border-color: rgba(255,119,0,1);
}
*:focus {
	outline: none !important;
}
*:active {
	outline: none !important;
}