﻿@charset "utf-8";
:root {
    --primary-color: #7dca16;
    --primary-color-hover: rgb(175,225,22);
    --primary-color-active: rgb(175,215,10);
}

.summary_header {background:url(img/summar_header.jpg) no-repeat 0 0;}
.currentstatement_header {background:url(img/currentstatement_header.jpg) no-repeat 0 0;}
.invoice_header {background:url(img/invoice_header.jpg) no-repeat 0 0;}
.paymenthistory_header {background:url(img/paymenthistory_header.jpg) no-repeat 0 0;}
.invoiceview_header {background:url(img/banner_header_image_1.jpg) no-repeat 0 0;}
.Payment_header {background:url(img/banner_header_image_2.jpg) no-repeat 0 0;}

.company-logos-background {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.company-logos {
    max-width: 850px;
}

.company-logo {
    margin: 0;
    padding: 0;
}

.company-logo img {
    width: 150px;
}

@media screen and (min-width: 1380px) {
    .company-logos {
        max-width: none;
    }
}

