body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    background-color: #5C7482;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #820A30;
    text-decoration: none;
}

.collapseButtonImage {
    padding: 0px 5px 0px 5px;
}

.admin-tab-active {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    border-top: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-left: 1px solid #D5D291;
    border-bottom: 0px none #D5D291;
    background-color: #ffffff;
    text-align: center;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.admin-tab-inactive {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    border-top: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-left: 1px solid #D5D291;
    border-bottom: 1px solid #D5D291;
    background-color: #EDECD1;
    text-align: center;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.admin-tab-right {
    border-bottom: 1px solid #D5D291;
}

.admin-tan-border {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #D5D291;
    border-right: 1px solid #D5D291;
    border-bottom: 1px solid #D5D291;
    background-color: White;
}

.admin-tab-inactive a:link {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

.admin-tab-inactive a:visited {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

.admin-tab-inactive a:active {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

.admin-tab-inactive a:hover {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

/*
BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #5C7482;
}
*/

.Calculation {
    background-color: #50575F;
}

.grid-header a:active {
    color: #696969;
    text-decoration: none;
}

.grid-header a:link {
    color: #696969;
    text-decoration: none;
}

.grid-header a:visited {
    color: #696969;
    text-decoration: none;
}

.grid-header a:hover {
    color: #820A30;
    text-decoration: none;
}

.grid-edit-column {
    border-top: #696969 1px solid;
    border-bottom: #696969 1px solid;
    border-left: #696969 1px solid;
}

.grid-first-item {
    border-top: #696969 1px solid;
    border-right: #696969 1px solid;
    border-bottom: #696969 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 1px;
}

.grid-item {
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px double;
    border-bottom: #696969 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 1px;
}

.grid-header {
    border-bottom: #696969 1px solid;
    font-weight: bold;
    font-size: 9px;
    color: Teal;
}

.grid-last-item {
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin: 1px;
}

.header-gray {
    font-weight: bold;
    font-size: 11px;
    color: #696969;
}

.header-lightgray {
    font-weight: bold;
    font-size: 10px;
    color: gray;
}

.dg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
}

.dgSettings td {
    padding: 4px;
}

.dgCalc {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.dgheader {
    background-color: #00794A;
    color: white;
    font-weight: bold;
}

.dgFooter {
    font-family: Verdana;
    font-weight: bold;
}

.dgrow {
    /*background-color:#B6B7BC;*/
    background-color: #EAEBEC;
}

.dgaltrow {
    background-color: #F8F8F8;
}

.dgsubdealerrow {
    font-weight: bold;
    background-color: #EAEBEC;
}

.dgaltsubdealerrow {
    font-weight: bold;
    background-color: #F8F8F8;
}

.dgeditrow {
    background-color: #E9F3FE;
}

.dgselectrow {
    background-color: #BFCBD6;
}

.dgsubdealerselectrow {
    font-weight: bold;
    background-color: #BFCBD6;
}

.report-main-header {
    font-weight: bold;
    font-size: 11px;
    color: Black;
    background-color: #DCDCDC;
    padding-left: 18px;
    padding-right: 18px;
}

.report-header {
    font-weight: bold;
    font-size: 11px;
    color: Black;
    padding-left: 18px;
    padding-right: 18px;
}

.report-text {
    font-size: 10px;
    color: #000000;
    padding-left: 18px;
    padding-right: 18px;
}

.report-header a:link {
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.report-header a:hover {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

.report-header a:visited {
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.report-header a:active {
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
}

.standard-text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.standard-label {
    font-size: 11px;
    color: #000000;
}
.standard-labelHeader {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.standard-labelHeader-dark {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    background-color:#EAEBEC;
    padding: 3px;
}
.standard-labelSubHeader {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

.standard-labelWhite {
    font-size: 11px;
    color: #FFFFFF;
}

.standard-labelWhiteBold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.standard-labelRed {
    font-size: 11px;
    font-weight: bold;
    color: #820A30;
}

.standard-labelWhiteRed {
    font-size: 11px;
    font-weight: bold;
    background-color: #820A30;
    color: White;
}

.standard-labelMessage {
    font-size: 11px;
    color: white;
    background-color: #820A30;
    Font-Size: large;
}

.standard-labelYellow {
    font-size: 10px;
    background-color: #FFFFCC;
    border-style: none;
}

.standard-labelYellowLarge {
    font-size: 14px;
    background-color: #FFFFCC;
    border-style: none;    
    font-weight:bold;
    text-align: center;
    margin: 5px 0px;
}

.Message-text {
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

.tab-activeResidential {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px none #FFFFFF;
    text-align: center;
    background-color: #0165A3;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.tab-inactiveResidential {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px none #FFFFFF;
    text-align: center;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

    .tab-inactiveResidential a:visited {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveResidential a:link {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveResidential a:active {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveResidential a:hover {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

.tab-activeIndustrial {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px none #FFFFFF;
    text-align: center;
    background-color: #00794A;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.tab-inactiveIndustrial {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px none #FFFFFF;
    text-align: center;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

    .tab-inactiveIndustrial a:visited {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveIndustrial a:link {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveIndustrial a:active {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .tab-inactiveIndustrial a:hover {
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

.tab-active {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    text-align: center;
    /*background-color: #820A30;*/
    background-color: #B6B7BC;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.tab-activeWebOffers {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    text-align: center;
    background-color: #904E3B;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.tab-inactive {
    font-size: 11px;
    font-weight: bold;
    color: white;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
    text-align: center;
    padding-top: 3px;
    padding-right: 18px;
    padding-bottom: 3px;
    padding-left: 18px;
}

.tab-border {
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    background-color: White;
}

.tab-inactive a:link {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.tab-inactive a:visited {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.tab-inactive a:active {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.tab-inactive a:hover {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-size: 11px;
    font-weight: bold;
}

.BannerResidential {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #0065A3;
}

.BannerIndustrial {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #00794A;
}

.ImageButtonIcon {
    width: 36px;
    outline: none;
    margin-left: 4px;
    margin-right: 4px;
}

.ImageButtonIconSmall {
    width: 24px;
    outline: none;
    margin-left: 4px;
    margin-right: 4px;
}

.HyperLinkIcon {
    outline: none;
    margin-left: 4px;
    margin-right: 4px;
}

    .HyperLinkIcon img {
        width: 36px;
    }


.CommandButtonSearch {
    /*background-color: #820A30;*/
    background-color: #50575F;
    font-size: 12px;
    color: White;
}

.CommandButtonIndustrial {
    background-color: #00794A; /* #1F7130; */
    font-size: 12px;
    color: White;
    height: 22px;
}

.CommandButtonResidential {
    font-size: 12px;
    background-color: #0065A3;
    color: White;
}

.TableBorder {
    border-style: solid;
    border-width: 2px;
    border-color: #808080;
}

.TableBorderTop {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #808080;
}

.TableBorderBottom {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #808080;
}

.TableBorderLeft {
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #808080;
}

.TableBorderRight {
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #808080;
}

a.btnTile, .btnTile {
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: White;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 0px;
    text-align: center;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 130px;
    height: 40px;
    white-space: normal;
}

a.cmdbtnPortal, .cmdbtnPortal {
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: White;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 0px;
    text-align: center;
    vertical-align: middle;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.cmdbtnResidential {
    background: #0065A3;
}

.cmsbtnIndustrial {
    background: #00794A;
}

.cmdbtnGray {
    background: #5C7482;
}

.cmdbtnRed {
    background: #820A30;
}

.CommandButtonRed {
    font-size: 12px;
    background-color: #820A30;
    color: White;
    height: 22px;
}

.CommandButtonBlack {
    font-size: 12px;
    background-color: #5C7482;
    color: White;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: red;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: red;
}

A.CommandButton:active {
    text-decoration: underline;
    color: red;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: red;
}

.WizardButtonIndustrial {
    border-right: 1px solid #696969;
    padding: 10px 20px 10px 80px;
    font-size: 14px;
    color: #00794A;
    font-weight: bold;
}

.WizardButtonResidential {
    border-right: 1px solid #696969;
    padding: 10px 20px 10px 80px;
    font-size: 14px;
    color: #0065A3;
    font-weight: bold;
}

.WizardButtonInactive {
    border-right: 1px solid #696969;
    padding: 10px 20px 10px 80px;
    font-size: 14px;
    color: #B6B7BC;
}

/*Modal Popup*/
.modalBackgroundBlack {
    background-color: #5C7482;
    color: white;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.7;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.7;
    /* Modern!*/
    /* Firefox 0.9+, Safari 2?, Chrome any?        
    /* Opera 9+, IE 9+ */
    opacity: 0.7;
}

.modalBackgroundGreen {
    background-color: #00794A; /*Gray*/
    color: white;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.7;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.7;
    /* Modern!*/
    /* Firefox 0.9+, Safari 2?, Chrome any?        
    /* Opera 9+, IE 9+ */
    opacity: 0.7;
}

.modalBackgroundBlue {
    background-color: #0065A3;
    color: white;
    /*filter:alpha(opacity=70);
	opacity:0.7;*/
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=70);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0.7;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.7;
    /* Modern!*/
    /* Firefox 0.9+, Safari 2?, Chrome any?        
    /* Opera 9+, IE 9+ */
    opacity: 0.7;
}

.modalPopup {
    background-color: #50575F;
    color: white;
    border-width: 3px;
    border-style: solid;
    border-color: white; /*Gray;*/
    padding: 3px;
}

    .modalPopup.modalPopup-invoices {
        padding: 20px;
        min-width: 250px;

    }

    .modalPopup .gv-invoices {
        margin-bottom: 20px;
        color: #000000;
    }

.reportViewerSetting {
    background-color: #FFFFFF;
}

#columns {
    width: 100%;
}

    #columns .column {
        position: relative;
    }

    #columns .left {
        border: 1px solid #ccc;
        float: left;
        min-width: 100px;
        max-width: 500px;
        height: 200px;
    }

    #columns .right {
        border: 1px solid #ccc;
        float: left;
        min-width: 100px;
        max-width: 360px;
        height: 200px;
    }

.submitButton {
    text-align: left;
    padding-left: 5px;
}

.login {
    background-color: #50575F;
    padding: 150px 0;
}

.loginRight,
.loginLeft {
    float: left;
    padding: 15px;
    border: 1px solid #ccc;
}

.login .rowForm {
    display: block;
    height: 50px;
    margin: 0;
}

.login .rowRight {
    display: block;
    height: 150px;
    margin: 0;
}

    .login .rowRight p {
        margin: 0;
        padding: 5px 0;
    }

.login rowText {
    display: block;
    padding: 5px 0;
}

.login .rowMsg {
    padding: 5px 20px;
}

.clear {
    clear: both;
}

.browserMsg {
    display: inline-block;
    margin: 20px;
}

/*Header and Pager styles*/

.HeaderStyle {
    /*background-color:#4B6C9E;*/
    /*background-color: #00794A; */
    background-color: #50575F;
    color: white;
    font-weight: bold;
}

.PagerStyle {
    /* background-color:#50575F; */
    background-color: #EAEBEC;
}

.HeaderStyle th {
    padding: 5px;
    /*color: #ffffff;*/
    text-align: left;
}

.HeaderStyle a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: normal;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
}

    .PagerStyle table td {
        border: 0px;
        padding: 5px;
    }

.PagerStyle td {
    border-top: #1d1d1d 3px solid;
}

.PagerStyle a {
    color: black;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-top: solid 1px #777777;
    border-right: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #777777;
}

.PagerStyle span {
    font-weight: bold;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

input[type="image"] {
    cursor: pointer;
}

.d-block {
    display: block;
}

.px-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.mt-2 {
    margin-top: 2rem;
}

.collapseButtonImage {
    padding: 0px 5px 0px 5px;
}

.text-success {
    color: darkgreen;
    font-weight: bold;
}