.btn-primary {
    background-color: #1f8585;
    border-color: #1f8585;
}

.btn-primary:hover {
    background-color: #1c7777;
    border-color: #1c7777;
}

.iiumcard:hover {
    box-shadow: 2px 0px 10px 0px #5656567a;
}

.iium-full-img {
    width: 100%;
}

.pagination {
    flex-wrap: wrap !important;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
}

.bootstrap-select .dropdown-menu li a span.text {
    white-space: normal;
}

.dropdown-header {
    white-space: normal;
}

.supervision-font {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 10px;
}

.program-level {
    background-color: #000;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 2px;
    opacity: 0.7;
}

.status-complete {
    background-color: #000;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 2px;
    opacity: 0.5;
}

.status-progress {
    background-color: #000;
    color: white;
    padding: 2px 7px;
    border-radius: 10px;
    margin-right: 2px;
    opacity: 0.5;
}

.status-year {
    background-color: #000;
    color: white;
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 2px;
    opacity: 0.5;
}

.supervision-type {
    background-color: #8a8a8a50;
    padding: 2px 5px;
    border-radius: 10px;
    margin-right: 2px;
}
