a {
    color: #1b4298; 
}

.navbar-brand img {
    width: 100%;
}
.year-selector {
    right: 25px;
    width: 150px;
    position: absolute;
    top: 40px;
}
.unit-selection {
    padding: 10px;
    border: 1px solid #d5d8de;
    background-color: #FFFFFF;
    border-radius: 2px;
}
.allocation-info {
    width: 100%;
}
.allocation-unit {
    max-height: 250px;
    overflow-y: scroll;
}
.avatar {
    display: flex;
    height: 31px;
    min-width: 31px;
    width: 31px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 8px;
    padding-left: 8px;
    text-align: center;
}
.hidden {
    display: none;
}
.clickable {
    cursor: pointer;
}
.flex {
    display:-ms-flexbox;
    display:flex;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-align-center {
    align-items: center;
}
.parsley-errors-list.filled {
    display: none;
}
.has-error .parsley-errors-list.filled {
    display: block;
}
.donut-square {
    height: 15px;
    width: 15px;
    background-color: #D8D8D8;
}
.be-collapsible-sidebar-collapsed .be-toggle-left-sidebar {
    width: 100%;
    display: block;
    padding: 0px 13px;
}
.be-toggle-left-sidebar span {
    font-size: 25px;
    cursor: pointer;
    text-align: left;
    display: block;
    padding-left: 16px;
    color: #FFFFFF;
}
.be-collapsible-sidebar-collapsed .be-toggle-left-sidebar span {
    text-align: center;
    padding-left: 0;
}

.be-loading-active .be-spinner {
    width: 40px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-toolbar-right {
    justify-content: flex-end;
}
.toggle-activities {
    float: right;
    cursor: pointer;
}
.user-progress {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.user-progress .progress {
    position: relative;
    height: 20px;
    width: 100%;
}
.user-progress .progress .progress-bar {
    position: relative;
    overflow: hidden;
}
.user-progress .percentage {
    position: absolute;
    color: #fff;
    left: 6px;
    top: -1px;
}
.user-progress .percentage.percentage-hover {
    display: none;
    cursor: pointer;
}
.user-progress .progress .progress-bar:hover .percentage-hover {
    display: block;
}
.user-progress .total-percentage {
    width: 60px;
    padding-top: 2px;
    text-align: right;
    padding-left: 11px;
}
.activity-key {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    margin-left: 15px;
}
.activity-key__colour {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
}
.dashboard-summary {
    width: 100%;
}
.dashboard-summary td.label {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
}
.dashboard-summary td.value {
    width: 70%;
    font-weight: 700;
}
.tooltip-faculty {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.17);
    padding: 5px 10px;
}
.tooltip-faculty hr {
    margin: 5px 0;
}
.tooltip-faculty .label,
.tooltip-faculty .values {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .be-wrapper {
        padding-top: 0;
    }
    .be-top-header .be-navbar-header,
    .be-top-header .be-navbar-header .navbar-brand {
        display: block;
    }
    .year-selector {
        right: 14px;
    }
}
.badge.badge-large {
    font-size: 1rem;
    line-height: 2;
}
.badge.badge-green {
    border-color: #28ad28;
    color: #28ad28;
}
.badge.badge-red {
    border-color: #c71717;
    color: #c71717;
}
.badge.badge-orange {
    border-color: #eba204;
    color: #eba204;
}

.ReactTable .rt-tbody .rt-td {
    align-self: center;
    padding: 5px 10px;
}
.ReactTable.dashboard-list {
    border: none;
}
.ReactTable.dashboard-staff-list {
    height: calc(100vh - 230px);
}
.ReactTable.dashboard-staff-list .allocation-data  {
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-grow: 1;
}
.ReactTable.dashboard-staff-list .allocation-data .allocation-activity {
    flex-grow: 1;
    flex-basis: 0;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0px;
    border-right: 1px solid #dee2e6;
}
.ReactTable.dashboard-staff-list .allocation-data .allocation-activity:last-child {
    border-right: none;
}
.ReactTable.dashboard-staff-list .allocation-data.allocation-data-header {
    border: 0;
}
.ReactTable.dashboard-staff-list .allocation-data.allocation-data-header .allocation-activity {
    padding: 0;
    border-right: none;
}
.ReactTable.dashboard-list .rt-tbody .rt-td {
    padding: 10px;
    border-right: none;
}
.ReactTable.dashboard-list .rt-tbody .rt-td .action-link {
    font-size: 24px;
    line-height: 24px;
}
.ReactTable.dashboard-list .rt-thead .rt-th {
    padding: 10px;
    font-weight: 700;
}
.ReactTable .-pagination .-btn:not([disabled]) {
    color: #FFFFFF;
    background-color: #1A4D9C;
}

.width-100 {
    width: 100%;
}
.float-right {
    float: right;
}

.be-left-sidebar {
    background: none;
}
.be-left-sidebar:before {
    background-color: #1A4D9C;
    /* background:linear-gradient(-180deg, #021B79, #0575E6, #205E9B); */
    top: 60px;
}

.be-left-sidebar .sidebar-elements .divider,
.be-left-sidebar .sidebar-elements>li>a {
    color: #FFFFFF;
}
.be-left-sidebar .sidebar-elements>li.active {
    background-color: #FFFFFF;

}
.be-left-sidebar .sidebar-elements>li.active a,
.be-left-sidebar .sidebar-elements>li.active a span {
    color: #1b4298 !important;
}
.be-left-sidebar .sidebar-elements>li>a:hover {
    background-color: #000;
}
.be-left-sidebar .sidebar-elements>li>a:hover>span {
    color: #fff;
}
.card-header-divider {
    /* background:linear-gradient(-120deg, #1A4D9C, #0575E6, #205E9B); */
    margin: 0 0 8px;
    padding-left: 1.538rem;
    padding-right: 1.538rem;
    min-height: 74px;
}
.card-header-divider .card-subtitle .icon {
    /* color: #FFFFFF; */
}
.be-color-header .be-top-header {
    background-color: #1A4D9C;
    border-bottom-color: #1A4D9C;
}
.btn.is-static {
    pointer-events: none;
}

.card-header .tools{
    margin-left: 0.75rem;
    min-width: 60px;
}

.card-header .tools .icon.mdi-export{
    margin-bottom: 8px;
}

.small-form-group .form-group {
    margin-bottom: 5px;
}
.small-form-group .form-group .form-control {
    padding: 5px 6px;
    height: 30px;
}
.small-form-group .custom-control {
    margin-bottom: 0px;
}

.be-checkbox.custom-control{
    display: inline-block;
    margin-right: 1rem;
}
.row-header {
    border-bottom: 1px solid #021B79;
    margin-bottom: 10px;
}
.row-footer {
    border-top: 1px solid #021B79;
    margin-top: 10px;
    padding-top: 5px;
}

.circular-progress {
    margin: 19px auto;
    display: block;
}

.circle-background,
.circle-progress {
  fill: none;
}

.circle-background {
  stroke: #ddd;
}

.circle-progress {
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.circle-text {
  font-size: 3em;
  font-weight: bold;
  fill: red;
}

.modal-content-80 {
    max-width: 80%;
}

.chisholm .bg-primary {
    background-color: #1B4298 !important;
}
.chisholm a,
.chisholm .text-primary,
.chisholm .form-group label {
    color: #143D72;
}
.chisholm .be-color-header .be-top-header,
.chisholm .colored-header-primary .modal-content .modal-header,
.chisholm .ReactTable .-pagination .-btn:not([disabled]) {
    background-color: #1B4298 !important;
}
.chisholm .btn-primary {
    background-color: #1B4298;
    border-color: #1B4298;
    color: #FFF !important;
}


.melbourne .bg-primary {
    background-color: #143D72 !important;
}
.melbourne .be-color-header .be-top-header,
.melbourne .colored-header-primary .modal-content .modal-header,
.melbourne .ReactTable .-pagination .-btn {
    background-color: #143D72 !important;
}
.melbourne .btn-primary {
    background-color: #143D72;
    border-color: #143D72;
}
.melbourne a,
.melbourne .text-primary,
.melbourne .form-group label {
    color: #143D72 !important;
}
.melbourne a.btn, 
.melbourne a.btn .icon,
.melbourne .colored-header .modal-content .modal-header .close {
    color: #ffffff !important;
}
.melbourne .be-color-header .be-top-header {
    border-bottom-color: #082a52 !important;
}
.melbourne .progress {
    background-color: #D8D8D8 !important;
}
.melbourne .card-header,
.melbourne .be-left-sidebar i {
    color: #094183;
}

.swinburne .bg-primary {
    background-color: #e23804 !important;
}
.swinburne .be-color-header .be-top-header,
.swinburne .colored-header-primary .modal-content .modal-header,
.swinburne .ReactTable .-pagination .-btn {
    background-color: #000000 !important;
}
.swinburne .btn-primary {
    background-color: #e23804;
    border-color: #e23804;
}
.swinburne a,
.swinburne .text-primary,
.swinburne .form-group label {
    color: #e23804 !important;
}
.swinburne a.btn,
.swinburne a.btn .icon,
.swinburne .colored-header .modal-content .modal-header .close {
    color: #ffffff !important;
}
.swinburne .be-color-header .be-top-header {
    border-bottom-color: #000000 !important;
}
.swinburne .progress {
    background-color: #D8D8D8 !important;
}
.swinburne .card-header,
.swinburne .be-left-sidebar i {
    color: #e23804;
}
.ReactTable .-pagination .-btn[disabled] {
    background-color: #D8D8D8 !important;
    color: #000000;
}

.colored-header .modal-content .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
}

.colored-header .modal-content .modal-body.overflow-visible {
    overflow-y: visible;
}

.colored-header .modal-content.overflow-auto {
    overflow: unset;
}

.accordion .card {
    border-width: 1px;
}

.accordion .card .card-header {
    padding: 0;
    margin: 0;
    border-radius: 3px;
}

.accordion .card .card-header button {
    font-size: 1.385rem;
    font-weight: 300;
    padding: 1.385rem 1.692rem;
    display: block;
    color: #4285f4;
    width: 100%;
    color: #404040;
    background-color: transparent;
    text-align: left;
}

.cursor:hover {
    cursor: pointer;
}

.workplan-progress .badge-pill:last-child{
    margin-top:.3846153846rem!important
}

.table>thead>tr>th, .table>tbody>tr>td{
    font-size: 1rem;
}

.text-bold{
    font-weight: 600 !important;
}

.activity-separator{
    color: #000;
    position: relative;
    display: block;
    padding-left: 4rem;
}

.activity-separator::before,
.activity-separator::after{
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    top: 1px;
    background: #000;
    margin: 0.5rem;
}
.activity-separator::before{
    width: 2.5rem;
    left: 0.5rem;
}

.activity-separator::after{
    width: calc(100% - 45.5rem);
    right: 0.5rem;
}

.display-block{
    display: block;
}