﻿/* Hide: Add class vbg-custom-hide  for any element we want to hide that is custom for VBG */
.vbg-custom-hide {
    display: none !important;
}


.ca-hide {
    display: none !important;
}

.isVisibleForSupplier {
    display: flex !important;
}

.ca-custom {
    display: flex !important;
}

b, strong {
    font-weight: 500;
}

.note-info-details, .address-info p {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Work Sans",sans-serif;
}

.address-info p {
    margin-bottom: 0.75rem;
}
.report #wrap {
    min-height: 28cm !important;
}


.report table {
    color: #000;
    font-weight: bold;
}

@media print {
    .page {
        width: 22cm !important;
    }
}


#background {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('/_assets/images/Kit_Login.jpg') no-repeat center center fixed;*/
    background: url('/_assets/images/bg/UK_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vertical-alignment-helper {
    margin-left: 0;
}

.login-button {
    background-color: #b86700 !important;
}

.loginHeaders, a.forgot, .login-button, .modal-footer a, .modal-footer .help-info {
    color: #333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #333;
}