﻿
#imgCustomerLogo {
    display: inline;
}

.logonImage {
    width: 40%;
    vertical-align: middle;
}

/* Primary header background colour*/
.bg-primary {
    background-color: #2780E3 !important;
}

/* Primary header text colour*/
.navbar-dark .navbar-brand {
    color: #fff;
}

/* Status colours */
.statusExpected1 {
    background: #ffbe00;
}

.statusExpected {
    background: #66ff66;
}

.statusLate {
    background: Red;
}

.statusProcessed {
    background: black;
}

.statusBlocked {
    background: #BBBBBB;
}

.statusArrived {
    background: #0000FF;
}

.statusDeparted {
    background: black;
}
