.logoNRG{width:85px;height:56px;}

.submenucollapsed {
	background: url(/system/assets/img/plus.png) left no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
}

.expandIcon {
	background: url(/system/assets/img/blueplus.png) left no-repeat;
    width: 14px;
	height: 14px;
	padding-top: 35px;
    display: inline-block;
    background-size: 100%;
    float: right !important;
    cursor: pointer;
}

.collapseIcon{
	background: url(/system/assets/img/blueminus.png) left no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 100%;
	float: right !important;
	cursor: pointer;
}

.active .submenucollapsed, .submenucollapsed.active {
	background: url(/system/assets/img/minus.png) left no-repeat;
    background-size: 100%;
}

/*Label Element CSS*/

input[type="text"], input[type="tel"], input[type="password"], select{
    height: 50px;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

input::placeholder {
    color: #999999;
    font-size: 16px;
    letter-spacing: 0px;
}

input::-ms-clear {
    display: none;
}

.row [class^="col"].radioboxcont.radioGroupSplitError {
	border: 2px solid #e63622;
	background-color:#fff4f2;
}

@media only screen and (max-width: 960px) {
	
}

/** Modal Window : Start**/
.modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 635px;
  max-width: 95%;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0px;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.117647058823529);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.117647058823529);
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.117647058823529);
}
.closeIcon {
	padding-top: 5px;
    margin-right: 20px;
}

.closeIconPadding {
    padding: 5px;
}

.closeIcon img, .closeIconOAMAccountMngmnt img{
    height: 29.25px;
    width: 29.25px;
}
.blur-it{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 65%);
	z-index: 150;
}
.modalHead{
	background: linear-gradient(270deg,#00B9F2,#332892);
	padding-top:10px;
}
.modal-header{
	padding-top:30px;
}
#showeInValidZipMsg {
    margin: 0;
    padding: 0;
}
#showeInValidZipMsg h4 {
    padding-bottom: 35px;
    font-size: 24px;
    margin-bottom: 0px;
}
.padbtm25 {padding-bottom: 25px;}
.lineheight40 {line-height: 40px!important;}
.utilHeader{
	font-size:12px;
	margin-top: 10px;
}
#showgasCaption div p, #showelectricCaption div p {
    color: #999;
}
#singleGas label, #singleElec label{
    border: none;
    pointer-events: none;
}
#showelectricCaption label img {
    display: none;
}
#singleGas input:checked ~ label, #showelectricCaption input:checked ~ label{
    border: none !important;
}
.utilRow{
	display: inline-block;
    width: 100%;
	text-align: center;
	font-size: 0px;
}

.utilRowProdChart{
	display: inline-block;
    width: 100%;
	text-align: center;
	font-size: 0px;
	margin-bottom: 25px;
}
.util {
    display: inline-block;
	width: 100%;
}
.util label span {
    margin-top: -5px;
    line-height: 25px;
}
.util label {
    font-size: 20px;
    line-height: 13px;
    display: flex;
    margin: -10px 0px;
}
/* input:checked ~ label span {
    color: #00aeef;
} */
input[type=radio] + label>img {
	width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: -4px;
}
input[type=radio]:checked ~ label img.utilityChecked  ,
input[type=radio]:checked ~ label img.gasUtilityChecked {
 	display:inline-block;
     
}
input[type=radio]:checked ~ label img.utilityUnChecked  , 
input[type=radio]:checked ~ label img.gasUtilityUnChecked, 
input[type=radio] ~ label img.utilityChecked  , 
input[type=radio] ~ label img.gasUtilityChecked{
	display: none;
}

#modalWindow{
	display: block;
    position: fixed;
    z-index: 10000;
}

/** Modal Window : End**/

@media only screen and (max-width:1024px) {

}

@media only screen and (min-width:1024px) and  (orientation: landscape) {
	
}
