.content{
	min-height: 1200px;;
}
.box.box-primary {
    border-top-color: #cc0000;
}
.btn-sba {
	background-color: #cc0000 !important;
	color: #fff !important;
	pointer: cursor;
}
.btn-sba:hover {
	background-color: #cc0000;
	color: #fff;
}
.btn:focus {
	color: #fff;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #cc0000;
}
.pagination-item-sba {
	z-index: 2;
    color: #23527c !important;
    background-color: #eee !important;
    border-color: #ddd !important;
}
.mt-0 {
	margin-top: 0em !important;
}
.btn-disabled {
	cursor: not-allowed !important;
}
.selected-method {
	border: 2px solid #ff9c00;
    border-radius: 10px;
}
.pb-0 {
	padding-bottom: 0em !important;
}
.mt-0 {
	margin-top: 0em !important; 
}
.form-control:not(select) {
    appearance: auto !important;
}