﻿@charset "utf-8";

:root {
    --primary-color: #ac1a2f;
    --primary-color-hover: #53555a;
    --primary-color-active: #000;
}
.internalbg {
    background: url(img/internalbg.jpg) no-repeat #e9d8ac 0 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.small-logo1 {
    background-image: url(img/SmallLogo1.png);
    background-repeat: no-repeat;
    width: 158px;
    height: 59px;
    float: left;
    margin-left: 4px;
}

.dropdowntopstyling {
    width: 180px !important;
}

.summary_header {
    background: url(img/b4.png) no-repeat 0 0;
}

.currentstatement_header {
    background: url(img/b9.png) no-repeat 0 0;
}

.invoice_header {
    background: url(img/b11.png) no-repeat 0 0;
}

.paymenthistory_header {
    background: url(img/b13.png) no-repeat 0 0;
}

.invoiceview_header {
    background: url(img/b12.png) no-repeat 0 0;
}

.Payment_header {
    background: url(img/b14.png) no-repeat 0 0;
}
