﻿@charset "utf-8";
:root {
    --primary-color: #05977c;
    --primary-color-hover: rgb(4,120,98);
    --primary-color-active: rgb(3,94,77);
}

.internalbg {
    background: url(img/internalbg.jpg) no-repeat #e9d8ac 0 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.login-logo {
    background-image: url(img/LoginLogo.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 70px;
}

.header-logo {
    background-image: url(img/HeaderLogo.png);
    background-repeat: no-repeat;
    width: 410px;
    height: 41px;
}

.small-logo1 {
    background-image: url(img/SmallLogo1.png);
    background-repeat: no-repeat;
    width: 158px;
    height: 59px;
    float: left;
    margin-left: 4px;
}

.small-logo2 {
    background-image: url(img/SmallLogo2.png);
    background-repeat: no-repeat;
    width: 168px;
    height: 35px;
    float: left;
    margin-right: 6px;
    margin-left: 6px;
}

.small-logo3 {
    background-image: url(img/SmallLogo3.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 67px;
    float: left;
    margin-right: 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;
}
