﻿body {
    background-image: url('/images/backgrounds/arval.jpg');
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #cbd5e0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

html, body, p {
    font-family: Arial;
    margin: 0;
    padding: 0;
}

#mainContent {
    margin-top: 0 !important;
    padding-top: 90px; /* Move padding here instead of body */
}
#customerBrandingThemed .demo-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    height: 90px;
    border-top: 0.25rem solid #00A66E;
    background: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    margin: 0;
    box-sizing: border-box;
}

.btn-success, .btn-outline-info {
    border-radius: 0;
    width: 100%;
}

.alert-info {
    background: #00A66E !important;
    color: #fff !important;
}

.btn-success {
    background: #00925b;
}

.btn-success:hover {
    border-radius: 0;
    background: #007549 !important;
}

.btn-outline-info:hover {
    border-radius: 0;
}

.h5 {
    font-size: 1rem !important;
}

.redBackground, .redText {
    color: #000 !important;
    font-weight: bold;
}

#editHistory {
    color: #fff !important;
}

.summary-row {
    background-color: #ccc !important;
    color: #000 !important;
}

.k-input:invalid, .tyreInformationTextColour, .details-correct, .axle-details, .text-dark, .tyre-history-text {
    color: #000 !important;
    font-weight: bold;
}

.header-row {
    margin-top: 20px;
}

.demo-header {
    height: 90px;
}

#fullPageContainer {
    margin-top: 0 !important;
}
.pagebgcolor {
    margin-top: 100px; /* Adjust as needed */
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.vehicle-details-label label {
    font-weight: normal !important;
}
.serviceHeader {
    width:0px;
}
.tyre-details label {
    color: red;
}

