/* ===========================================================================
 * BASE
 * ===========================================================================*/
*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
html {
    overflow-y:scroll
}        
body{
	background:transparent;
	color:#666;
	position:relative;
}
.padT1 {padding-top: 1em !important;}
.padT2 {padding-top: 2em !important;}
.padB1 {padding-bottom: 1em !important;}
.padB2 {padding-bottom: 2em !important;}
.padL1 {padding-left: 1em !important;}
.padL2 {padding-left: 2em !important;}
.padR1 {padding-right: 1em !important;}
.padR2 {padding-right: 2em !important;}
.pad-1 {padding: 1em !important;}
.pad-2 {padding: 2em !important;}
.margT1 {margin-top: 1em !important;}
.margT2 {margin-top: 2em !important;}
.margB1 {margin-bottom: 1em !important;}
.margB2 {margin-bottom: 2em !important;}
.margL1 {margin-left: 12px !important;/*1em == 16*/}
.margL2 { margin-left: 24px !important;}
.margR1 {margin-right: 12px !important;}
.margR2 {margin-right: 24px !important;}
.noPadT {padding-top: 0 !important;}
.noPadB {padding-bottom: 0 !important;}
.noPadL {padding-left: 0 !important;}
.noPadR {padding-right: 0 !important;}
.noPadLR {padding-left: 0 !important;padding-right: 0 !important;}
.noMargT {margin-top: 0 !important;}
.noMargB {margin-bottom: 0 !important;}
.noMargL {margin-left: 0 !important;}
.noMargR {margin-right: 0 !important;}
.noMargLR {margin-left: 0 !important;margin-right: 0 !important;}
/* ===========================================================================
 * ELEMENTS OVERRIDE
 * ===========================================================================*/
.form-control,
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small,
.pagination > li > a, .pagination > li > span,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover
{
    color:#666
}
a.dropdown-toggle {
    font-weight:bold;
}
table.table th, table.table td {
    position:relative;
}
.dropdown-menu > li > a {
    color:#666666;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover /* , .form-control */ {
    background-color: transparent;
} 
/* 100316
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1.25rem;
  margin:0;
  display:inline-block;
}*/
h1,.h1 {
  	font-size: 42px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 42px;    
    color:#1e398d;
}
h2, .h2, .modal-title {
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 24px;
    color:#1e398d;    
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 1rem;/*TEMPORARY TBC - CADReportSummary*/
}
p {
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    color:#58595b;    
}
label.control-label{
  color:#58595b; 
}
textarea:-webkit-autofill, select:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #E8E9E9 inset;    
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #E8E9E9 inset;
}

.panel, .well {
    /*background-color:transparent;*/
}
.well {
    /*border-width:0;*//*TEMPORARY TBC - CADReportSummary*/
}
.panel-default {
    /*border-color:transparent;*/
}
.pagination > li > a, .pagination > li > span,
input.form-control {
	/*background-color:#006099;
    transition: background-color 0.25s ease-in-out 0.15s;
	border-color:#006099;
    transition: border-color 0.25s ease-in-out 0.15s;*/
}
.pagination > li > a, .pagination > li > span {
    margin-left:0;
    /*border-left-color:#D0E1EC;*/
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    /*border-left-width:0;*/
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    /*background-color: #E8E9E9;
    color: #9b9b9b;*/
}
select[size] {
    height: 34px;
}
/* ===========================================================================
 * BASE
 * ===========================================================================*/
/* LAYOUT/SPACING HELPERS */
.wrapNMIflow .relative {position:relative}

.wrapNMIflow .inline-block {
  display:inline-block;
}

/* text */
.wrapNMIflow .text-italic {
  font-style: italic;
}
.wrapNMIflow .text-bold {
  font-weight: bold;
}
.wrapNMIflow .text-bold-700 {
  font-weight: 700;
}
.wrapNMIflow .text-normal {
  font-weight: normal;
  font-style: normal;
}
.wrapNMIflow .text-left {
    text-align:left;
}
.wrapNMIflow .no-cursor {
	cursor:default;
}
.wrapNMIflow .cursor-pointer {
	cursor:pointer;
}
.wrapNMIflow .size-10 {
	font-size:10px;
}
.wrapNMIflow .size-14 {
	font-size:14px;
}
.wrapNMIflow .size-16 {
	font-size:16px;
}
.wrapNMIflow .size-18 {
	font-size:18px;
}
/* ===========================================================================
 * BOOTSTRAP OVERRIDE
 * ===========================================================================*/
.wrapNMIflow .text-muted {
    color: #ccc;
}

div.checkbox label {
    font-weight: 700;
}

hr {
    margin-top: 10px;
    margin-bottom:10px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e5e5e5 -moz-use-text-color -moz-use-text-color;
}
.wrapNMIflow input[type=checkbox] {
    /* margin-top: 1px; */
}

.wrapNMIflow input[type=number] {
  -moz-appearance: textfield;
}
.wrapNMIflow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wrapNMIflow input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.wrapNMIflow input::-webkit-input-placeholder, 
.wrapNMIflow input:-moz-placeholder,
.wrapNMIflow input::-moz-placeholder,
.wrapNMIflow input.form-control::-moz-placeholder,
.wrapNMIflow input:-ms-input-placeholder {
  color: #ffffff !important;
  font-style:italic !important;
}
/* Buttons */
.wrapNMIflow .btn-primary {
  background: #1E398D;
  /*transition: background-color 0.25s ease-in-out 0.15s;*/
  color: #ffffff;
  font-weight:500;
}
.wrapNMIflow .btn-primary.noNMIBtn{
  white-space: normal;  
}
.wrapNMIflow .btn-primary:hover {
  background: #00304D;
}
.wrapNMIflow .btn-primary:active, .wrapNMIflow .btn-primary.active, 
.wrapNMIflow .btn-group.open .btn-primary.dropdown-toggle {
  background: #00304D;
}
.wrapNMIflow .btn-primary[disabled] {
  background-color: #ccc;
  border-color: #eee;
  color: #58595b;
  opacity: 1;
}
/*
.wrapNMIflow .btn-primary[disabled]:hover {
  background: #E8E9E9;
}
*/   
.wrapNMIflow .btn-default {
    border-color:#1E398D;
    /*color: #fff;*/
	font-weight:500;    
}
.wrapNMIflow .btn-default[disabled],
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
   background-color: #ccc;
   border-color:#eee;
   color: #333;
}
.wrapNMIflow .btn-default-orig {
    border-color:#ccc;
    color: #666;
}
.wrapNMIflow .btn-default-orig[disabled],
.btn-default-orig.disabled, .btn-default-orig.disabled.active, .btn-default-orig.disabled.focus, .btn-default-orig.disabled:active, .btn-default-orig.disabled:focus, .btn-default-orig.disabled:hover, .btn-default-orig[disabled], .btn-default-orig.active[disabled], .btn-default-orig.focus[disabled], .btn-default-orig[disabled]:active, .btn-default-orig[disabled]:focus, .btn-default-orig[disabled]:hover, fieldset[disabled] .btn-default-orig, fieldset[disabled] .btn-default-orig.active, fieldset[disabled] .btn-default-orig.focus, fieldset[disabled] .btn-default-orig:active, fieldset[disabled] .btn-default-orig:focus, fieldset[disabled] .btn-default-orig:hover{
   background-color: #e6e6e6;
   border-color:#adadad;
   color: #333;
}
.wrapNMIflow .pagination > .active > a, .wrapNMIflow .pagination > .active > a:focus, .wrapNMIflow .pagination > .active > a:hover, .wrapNMIflow .pagination > .active > span, .wrapNMIflow .pagination > .active > span:focus, .wrapNMIflow .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color: #00304D;
    border-color: #00304D;
    color:#fff;
}
.wrapNMIflow .navbar-toggle .icon-bar {
  background-color: #666;
}
.wrapNMIflow .nav > li > a:focus, .wrapNMIflow .nav > li > a:hover {
   background-color: transparent; 
   outline: 0;
}
.wrapNMIflow option[disabled] {
    opacity: 0.5;
}
.wrapNMIflow .dl-horizontal dt,.wrapNMIflow .dl-horizontal dd {
    margin-bottom:5px;
}
/* ===========================================================================
 * BOOTSTRAP - DATEPICKER
 * ===========================================================================*/
.datepicker table tr td.new {
    color:#666 !important;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	color: #ccc !important;    
}
/* ===========================================================================
 * ANGULAR
 * ===========================================================================*/
input.ng-valid.ng-dirty {
  border: 1px solid #00304D; /*#007f7b;*/
}
input.ng-valid.ng-dirty:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #75c7b9;
}
input.ng-valid.ng-dirty:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #75c7b9;
}
input.ng-invalid.ng-dirty {
  border: 1px solid #ee2a24;
  border-color: #ee2a24;
}
input.ng-invalid.ng-dirty:focus {
  border-color: #ee2a24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbaf5f;
}
input.ng-invalid.ng-dirty:hover {
  border-color: #ee2a24;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fbaf5f;
}
/* ===========================================================================
 * CAD SPECIFIC
 * ===========================================================================*/
/* SALESFORCE OVERRRIDES */
/* Errors */
.wrapNMIflow .error-block {
  padding-top: 0.5em;
}
#SiteLogin input.form-control{
    border:1px solid #1e398d;
  	border-radius: 5px;    
    background-color:#E8E9E9;
    color:#1e398d;
}
/*
#SiteLogin input.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
    border:1px solid #1e398d;
    background-color:#E8E9E9;    
    color:#1e398d; 
    -webkit-box-shadow: 0 0 0px 1000px #E8E9E9 inset;          
}*/
#SiteLogin .container{
    background-color:rgba(255,255,255,0.95);
    border-radius:15px;
    max-width:1000px;
    opacity: 0.95;
}
#demo,
#site-login{
    padding:2em;
}
.wrapNMIflow .guest{
    padding-bottom: 10px;
    max-width:1000px;
    margin:0 auto;
}
.wrapNMIflow a,
.wrapNMIflow .navbar-right a,
.wrapNMIflow .cpn_footer a{
	color:#1E398D;
}
.wrapNMIflow .dropdown-menu > li > a, 
.wrapNMIflow p a,
.wrapNMIflow .btn-link{
    color:#58595b;
}
.wrapNMIflow .dropdown-menu > li.active > a {
    color:#ffffff;
}
.wrapNMIflow a{
    font-weight:700;    
}
.wrapNMIflow .forgot-password{
    font-weight:700;
}
.wrapNMIflow .navbar-right a{
    font-weight:700;
}
.wrapNMIflow .carousel-control{
    color:#fff;
}
.wrapNMIflow .no-thanks{
    font-weight:700;
}
.wrapNMIflow .noNMIText{
    border: 1px solid #ccc;
    border-radius: 10px;    
}
/*Carosoul*/
#demo #close-slideshow{
    position:absolute;
    top:-10px;
    right:20px;
    font-size:14px;
	z-index:50;
}
#demo .item{
    min-height:450px;
    padding:2em 3em;
}
#demo .button {
    position: absolute;
    bottom: 0;
}
#demo p{
    font-size:1.2em;
    line-height:1.2em;
}
#demo .carousel-control{
    width: 20px;
    height:20px;
    padding:1em;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    background: #1E398D;
    top: 45%;    
    border-radius: 90px;    
}
#demo .carousel-control.disabled{
    pointer-events: none;
    cursor: default;
    background: #58595b;
}
#demo .item img{
    margin-left: 20%;
	box-shadow: -7px -5px 10px #E8E9E9;    
}
#slide3-table{
    width: 100%; 
}
#slide3-table th,
#slide3-table td{
    border: 1px solid #ccc;  
    padding:10px;
}
#energyDashboard{
    border-right:1px solid #d1d3d4;;
}
@media (max-width: 768px) {
    #energyDashboard {
        border-right: none;
    }
}

.wrapNMIflow .alert-info {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #666666;
}

.wrapNMIflow .alert-info { 
    /*class NEEDS REMOVING frmo HTML */
    background-color:transparent;
    color:inherit;
}
#serverError{
  margin-top: 15px;
}
#serverError .has-error{
  color: #ee2a24;
  font-style: italic;
}
#serverError .title {
  font-size: 12px;
  font-weight: 700;
}
#serverError li {
  margin-top: 5px;
}
.has-error .form-control {
  border-color: #ccc;
}
.has-error .error-msg, .error-block .error-msg {
  color: #ee2a24;
}
.wrapNMIflow .message {
  margin: 0;
  border-width: 0;
  background-color: transparent;
  padding: 0;
}
.wrapNMIflow .message .messageTable,
.wrapNMIflow form .message td.messageCell h4,
.wrapNMIflow .message li,
.wrapNMIflow .message .messageText {
  color: #ee2a24;
}
.wrapNMIflow .message .messageText {
  margin: 0;
  padding-bottom:1em
}
.wrapNMIflow .text-danger, .wrapNMIflow .text-error {
  color: #ee2a24;    
}
.wrapNMIflow .form-group.has-error {
  padding-bottom: 0;
}
.wrapNMIflow .form-group.has-error .error-msg.help-block {
  margin-bottom: 0;
}
.wrapNMIflow .message h4 {
  margin-bottom: 0;
}
.wrapNMIflow form .message td {
  padding: 0;
}
/* Salesforce Apex pages */
#loginScreen.wrapNMIflow table td, #forgotPasswordScreen.wrapNMIflow table td, #forgotPasswordConfirmScreen.wrapNMIflow table td {
  margin: 0;
  border:0;
}
.wrapNMIflow select { /* using apex 'native' */
  /*background-color:#006099;
  transition: background-color 0.25s ease-in-out 0.15s;*/
  width: 100%;
  border-radius: 5px;
  /*border: 1px solid #006099;*/
  padding:0.5em;
  height: 34px;
}
/* Failed/Success message - server generated */
.wrapNMIflow form .Failed {color:#ee2a24;font-weight:700;}
.wrapNMIflow form .Succeeded {color:#92b41d;font-weight:700;}

/* EO SALESFORCE OVERRRIDES */

/* Btn Spinner */
.wrapNMIflow .spin { /* button > span - glyphicon glyphicon-refresh spin */
  -webkit-transform-origin: 50% 50%;
  transform-origin:50% 50%;
  -ms-transform-origin:50% 50%; /* IE 9 */
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {from {-moz-transform: rotate(0deg);} to {-moz-transform: rotate(360deg);}}
@-webkit-keyframes spin {from {-webkit-transform: rotate(0deg);} to {-webkit-transform: rotate(360deg);}}
@keyframes spin {from {transform: rotate(0deg);} to {transform: rotate(360deg);}}

.wrapNMIflow input[type="radio"].ui-checkbox { /* Modify radio appearance */
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
/**/
input[type=radio].check-custom,input[type=checkbox].check-custom {
    opacity: 0;
    position: absolute;   
}
.check-custom, label.check-custom {
    display: inline-block;
    vertical-align: middle;
    /*margin: 5px;*/
    cursor: pointer;
}
label.check-custom {
    position: relative;
    margin-left:30px;
    /*line-height:1.8em;*/
}
label.check-custom.check-custom-standalone /* standalone not implemented - needs a .checked class for sibling checkbox/radio*/{
    height : 22px;
    width:25px;
    margin-top:-3px;
    margin-bottom:0;
    margin-left:0;
    display:inline-block;
}
.check-custom + label.check-custom:before, label.check-custom.check-custom-standalone:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    position: absolute;
    left:-32px;
    top:-3px;
    bottom:auto;
    right:auto;
    padding: 0px 4px 0;
    line-height:1.6em;
}
label.check-custom.check-custom-standalone::before {
    left: 0 !important;
}
.ux-radio.check-custom + label.check-custom:before {
    border-radius: 50%;
}

.ux-radio.check-custom:checked + label.check-custom:before {
    content: "\f00c";
    color: #bbb;
}

.ux-checkbox.check-custom:checked + label.check-custom:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #00304D;
    color: #fff;
    border-radius: 0;
}



.check-custom:focus + label.check-custom {
  /*outline: 1px solid #ddd;*/ /* focus style */
}
/**/
.wrapNMIflow input.input-error, .wrapNMIflow .has-error .form-control:focus {
    border-color:#ee2a24;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;*/
}
.wrapNMIflow .tnc {
  max-height: 250px;
  overflow: scroll;
  border: 1px solid #ccc;
  padding: 1em 2em 2em;
  border-radius: 5px;
  position: relative;
  width: 100%;
  display: block;
  background-color:#fff;
  color:#666;
}

.wrapNMIflow hr.hr-header {
    padding-bottom:10px;
}
.wrapNMIflow .btn.dropdown-toggle.btn-block .caret.caret-rhs {/* Bootstrap hack */
    position: absolute;
    right: 10px;
    /*top: 14px*/
}


/* Define text-* */
.wrapNMIflow .color-blue {
    color: #0079C1;
}
.wrapNMIflow .text-standard, .wrapNMIflow .color-default {
  color: #666;
}

/*tooltip Style*/
.wrapNMIflow .tooltipContainer{display:inline-block;}
.wrapNMIflow .ttip-icon{
        display:inline-block;
        height: 17px;
        width: 17px;
        padding: 0;
        min-height: 0;
        border: none;    
        cursor:pointer;
    	position:relative;
    	bottom:-4px;
    	left:0.5em;
    }   
.wrapNMIflow .popover-title{display:block;}
.popover .tooltip-head {
        color:#000;
        font-weight: 700;
        font-size: 14px;
        text-align: left;
        opacity: 1;
    	text-indent: 0;
    	float:left;
    }
    .popover .tooltip-content{
        color:#000;
        font-weight: 500;
        font-size: 9px;
        text-align:left;
        opacity: 1;
    	text-indent: 0;
    	clear:both;
    	padding-bottom:0;
    	padding-top:5px;
    }
/*file upload*/
.wrapNMIflow label.file-download input[type="file"] {
    position: fixed;
    top: -1000px;
}
.wrapNMIflow label.file-download {
    border: 1px solid #1e398d;
    border-radius: 4px;
    padding: 6px 12px;
    margin: 0;
    background: #fff;
    display: inline-block;
    font-size:14px;
    position:relative;
    top:2px;
    color: #1e398d;
    font-weight: normal;
}
.wrapNMIflow label.file-download:hover {
    background: #e6e6e6;
}
.wrapNMIflow label.file-download:active {
    background: #fff;
}
.wrapNMIflow label.file-download:invalid + span {
    color: #A44;
}
.wrapNMIflow label.file-download:valid + span {
    color: #1e398d;
}
/* eo file*/

.wrapNMIflow form table {max-width:1400px;}
.wrapNMIflow .no-border {
    border:none;
}
.wrapNMIflow .border-tranparent {
    border-color:transparent;
    box-shadow: none;
}
.wrapNMIflow .no-border {
    border-width:0;
    box-shadow: none;
}
.wrapNMIflow .no-box-shadow {
    box-shadow: none !important;
}
.wrapNMIflow .background-muted {
    /*background-color: #eee;*/
}

.wrapNMIflow .background-required {
    background-color:#FCD4D3;
}
.wrapNMIflow .background-white {
    background-color:#FFFFFF;
}
.wrapNMIflow .header-spacer {
    margin-top:50px; /*login,change,forgotten*/
}

.wrapNMIflow #cpn_footer strong,
.wrapNMIflow #sapn_footer strong{
    display: inline-block;
    width: 135px;
    text-align: left;
}

/* ===========================================================================
 * @MEDIA QUERIES
 * ===========================================================================*/
@media (max-width: 479px) {
    #landingPage .btn.ux-action-btn {
        padding:0.6em 0;
        font-size:12px;
    }
    .wrapNMIflow .rego-container {
        padding-left:0;
        padding-right:0;
    }
    
    .wrapNMIflow .containerMain input,
    .wrapNMIflow .containerMain .btn{
        width:80%;
    }
    .wrapNMIflow .footer {
        font-size:11px;
    }
    #demo .item {
        padding: 0;
    } 
    #demo .item img {
        margin-left: 0;
    }    
    #demo .carousel-control.left{
      left: -37px;  
    }    
    #demo .carousel-control.right{
      right: -37px;  
    }
}

@media (max-width: 767px) {
    .wrapNMIflow hr.hr-header {
      /*padding-bottom:0;*/
  	}
    
    body {margin-bottom:0 /* Margin bottom by footer height - hidden @ *-xs,*-sm */}
    #landingPage .ux-showing-entries {clear:both}
}

#bs-navbar.in, #bs-navbar.collapsing {
    background: #fff;
}

#account-button-bar button, #account-button-bar a {
    margin-right: 15px;
    margin-bottom: 15px;
}



/* ===========================================================================
 * TEMP PLACEMENT
 * ===========================================================================*/
#registration {
    background-color: #e9eaea;
}

#registration input, #registration input:focus {
    background-color: #fff;
}
#ArticleListScreen .form-control-feedback{
    right:15px;
}
#ArticleListScreen .pbBody a{
    font-weight:500;
    color:#666;
}
#ArticleListScreen.wrapNMIflow select,
#ArticleListScreen.wrapNMIflow input{
    border: 1px solid #006099;
    height: 40px;
    border-radius:5px;
    padding-left:1em;
}
#ArticleListScreen.wrapNMIflow input[type="button"]{
    height:initial;
    background:#1E398D;
    border-color:#1E398D;
}
#ArticleListScreen.wrapNMIflow input[type="button"]:hover{
     background:#00304D;   
    border-color:#00304D;    
}
#ArticleQuestionScreen .sfdc_richtext{
    color:#666;
    margin-top:1em;    
}
#ArticleQuestionScreen table{width:100%;}
#ArticleQuestionScreen .sfdc_richtext table{
       color:#666; 
       margin-top:1em;
}
#backButton{    
    padding: 2em 0;
    border:none;
    background:none;   
    color: #1E398D;    
}
#contactUs #backButton{
    padding: 6px 12px;
    border: 1px solid #1E398D;
}
#contactUs input[type="submit"],
#contactUs .btn{
    width:100%;	
}
#contactUs input[type="text"]
{
    height: 34px;
    padding: 0.5em;
    border-radius: 5px;
    border:1px solid #1E398D;    
}
#contactUs input[type="checkbox"]{
    /*height: 25px;*/
    /*width: 25px;*/
    vertical-align: middle;
    margin-right: 0.5em;
    /*margin-top: 0;    */
}

#contactUs #selectedCategory{
    min-width:100%; 
}
#contactUs #selectedCategory select{
    height:34px;
}
#contactUs textarea{
    border:1px solid #1E398D;
    width:100%;
    border-radius:5px;
    min-height:75px; 
}

#contactUs select{
    border:1px solid #1E398D;
}
img.ux-logo {
    width: 118px;
    height: 43px;
}
#casenumber .wrapper{
    border:1px solid #1E398D;
    min-height:200px;
	border-radius:5px;
}
#casenumber .messageText{
    color:#666;
}

img.ux-logo-large {
    width: 236px;
    height: 86px;
}

table.table-powercor {
    border-collapse: separate;
}

table.table-powercor thead tr th {
    border-bottom-width: 1px;
    border-bottom-color: #9b9b9b;
}

table.table-powercor tbody tr td {
    border-top-color: #9b9b9b;
}

table.table-powercor tbody tr:first-child td {
    border-top: 0px;
}

.table-powercor thead:first-child tr:first-child th {
    border-top: 1px solid #c8c8c8;
}

.table-powercor th:first-child {
    border-left: 1px solid #c8c8c8;
    border-radius: 5px 0 0 0;
}

.table-powercor th:last-child {
    border-right: 1px solid #c8c8c8;
    border-radius: 0 5px 0 0;
}

.table-powercor tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.table-powercor tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.table-powercor tr td:first-child {
    border-left: 1px solid #c8c8c8;
}

.table-powercor tr td:last-child {
    border-right: 1px solid #c8c8c8;
}

.table-powercor tr:last-child td {
    border-bottom: 1px solid #c8c8c8;
}

.table-powercor tr {
    border-bottom: 1px solid #9c9c9c;
}

.table-powercor th {
    color: #1e398d;
    background-color: #dee2ee;
}

.table-powercor td {
    background-color: #fff;
}

#confirmDialog th {
    padding-right: 20px;
}

div.solar-and-battery {
    background: url('https://www.powercor.com.au/images/common/icons.png') 0px -513px no-repeat;
    width: 42px;
    height: 42px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    zoom: 85%;
}

img.vec-logo {
    padding-left: 10px;
    height: 35px;
    width: 104px;
}