body {
    font-family: 'Calibri', arial;
    font-size: 16px;
}
.form-signin{
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    padding: 40px;
}

.form-signin img {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

#purchase-form {
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.navigation{
    display: flex;
    justify-content: space-between;
    background-color: #2a3b83;
    height: 60px;
    padding: 0 20px;
}

.nav__user{
    height: 60px;
    display: flex;
    background-color: #2a3b83;
    align-items: center;
}

.nav__user > *{
    margin-left: 10px;
}

.nav__user-name{
    color: #fff;
}
.nav__user-logout{
    line-height: 40px;
    padding: 0 12px;
    height: 40px;
}
.nav__site{
    display: flex;
    align-items: center;
}

.nav__site > * {
    margin-right: 10px;
}

.view-footer{
    position: fixed;
    bottom: 50px;
    right: 50px;
}

thead{
    background: #628db3;
}

.table-gal thead {
    color: #ffffff;
}

.table-gal thead tr {
    background-color: #2a3b83;
}

.table-gal td {
    padding: 15px 20px !important;
    vertical-align: middle !important;
}

#purchase-datestart, #purchase-dateend, #purchase-dateedit, #purchase-dateinfo {
    background-color: #fff;
}