﻿@charset "utf-8";

:root {
    --primary-color: #0454bb;
    --primary-color-hover: #808082;
    --primary-color-active: #0454bb;
}
.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/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;
}
