
/* theming */

/* buttons */
.btn {
    border-radius: 0 !important;
    border: 0 !important;
}

/* coloring */
.bg-warning {
    background-color: #E60046 !important;
}

.bg-primary {
    background-color: #E60046 !important;
}

.bg-light-grey {
    background-color: #ededed;
}

.bg-mid-grey {
    background-color: #e3e3e3;
}

.bg-grey {
    background-color: #D1D1D1;
}

.text-warning {
    color: #004380 !important;
}

a.text-warning:hover {
    color: #F38A0B !important;
}

.text-primary {
    color: #0082C8 !important;
}

.text-white {
    color: #FFFFFF !important;
}

a.text-white:hover {
    color: #FFFFFF !important;
}

.text-dark-grey {
    color: #474747 !important;
}

.text-black {
    color: #000000 !important;
}

.text-nurse {
    color: #E60046 !important;
}

.text-pharmacy {
    color: #0A968A !important;
}

.text-accounting {
    color: #6EBD96 !important;
}

.text-computers {
    color: #3258A3 !important;
}

.text-admin {
    color: #993333 !important;
}

.btn-primary {
    background-color: #0082C8 !important;
}

.btn-warning {
    background-color: #F38A0B !important;
    color: #FFFFFF !important;
}

.btn-mid-grey {
    background-color: #9D9D9D !important;
    color: #fff !important;
}

/* form controls */

.form-control {
    border-radius: 0;
}