.btn-primary {
    color: white;
    background-color: red;
    border-color: black
}

.btn-primary:hover {
    color: white;
    background-color: #fa3325;
    border-color: black
}


.btn-primary.disabled {
    color: white;
    background-color: red;
    border-color: black
}

body {
	background-image: url("/img/camo_640s.jpg") !important;
	background-repeat: repeat;
}

table {
	background: white;
}

.swal-overlay--show-modal .swal-modal {
will-change: unset !important;
}

.status-Complete {
    color: white;
    background-color: Green;
}
.status-TagsOrdered {
    color: black;
    background-color: Yellow;
}
.status-TagsSent {
    color: black;
    background-color: SpringGreen;
}
.status-ResponseSent {
    color: black;
    background-color: Gold;
}
.status-InitialContact {
    color: white;
    background-color: Red;
}
