@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
	background: #fafafa;
}
.page-content {
	width: 100%;
	min-height: 90vh;
	transition: all 0.3s;
	min-height: 300px;
}
.page-content-container
{
	justify-self: center;
	background-color:  #fafafa;
}
#hideComments{
	display: none;
}
#allComments{
	display: none;
}
#error{
	 background-color: #EFEFEF;
	  text-align: center;
}

footer {
	/* background-color: #3b3e44;
	color: #fff; */
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #5e5e5e;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}


.flex-container {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.flex-child {
    flex: 1;
    /*border: 2px solid yellow;*/
}  

.flex-child:first-child {
    margin-right: 20px;
} 

.section {
	/* -webkit-box-shadow: 0 8px 6px -6px #6c757db0;
	   -moz-box-shadow: 0 8px 6px -6px #6c757db0;
	        box-shadow: 0 8px 6px -6px #6c757db0; */
}

/*.section-header {
	padding-left: 580px;	
}

.section-content {
	background-color: #F8F9FA;
}*/

.page-header {
	
}

.login-area {
	border: 1px solid #EFEFEF;
	padding: 15px;
	-webkit-box-shadow: 0 8px 6px -6px #6c757db0;
	   -moz-box-shadow: 0 8px 6px -6px #6c757db0;
	        box-shadow: 0 8px 6px -6px #6c757db0;
}


.text-area {
	width: 250px;
	height: 40px;
}
#comments.text-area{
	width: 250px;
	height: 25px;
}
.tdComment{
	max-height:72px;
}
.rating-input{
	font-size:14px;
}
#commentSpan{
	 font-size:13px;
}


.table-header {
	padding: 10px;
	background: #dee2e6;
}


/*** Overlay ***/
.overlay {
	display: none;
	position: fixed;
	/* full screen */
	width: 100vw;
	height: 100vh;
	/* transparent black */
	background: rgba(0, 0, 0, 0.7);
	/* middle layer, i.e. appears below the sidebar */
	z-index: 998;
	opacity: 0;
	/* animate the transition */
	transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
	display: block;
	opacity: .6;
}

#dismiss {
	font-size: 3rem;
}

/*** Utility ***/
.show {
	display: block;
}

.hide {
	display: none;
}

.fa-bars {
	font-size: 26px;
}



.home-content {
	padding-top: 25px;
	font: 14px/21px Arial, Helvetica, sans-serif;
	color: #565f5f;
}

.home-content a {
    color: #359fcf;
    text-decoration: none;
}

.nav-link {
	font-size: 18px !important;
}

address {
	white-space: normal;
}

.badge {
	background-color: #999 !important;
	color: #fff !important;
	border-radius: 10px;
	font-weight: normal;
	border: none;
}

.badge:hover {
	color: #fff;
}
#dataUsage{
	line-height: .8 !important;
}

#DropdownIcon{
	font-size: 26px; font-weight: bold;
}
#startTime{
	width: 125px;
}
#endTime{
	width: 125px;
}
.inline-edit {
	color: #3088d8;
	margin-left: 5px;
	margin-top: 3px;
	font-size: 18px;
	cursor: pointer;
}

.label {
	border: none;
    padding: 0px;
    background-color: transparent !important;
    width: 100px;
}

.downloadUsageText{
	margin-left: 10px;
	font-weight:bold;
}

#dp3{
	width: 100px;
}
#serviceTerms{
	color: blue;
}
#privacyTerms{
	color: blue;
}

.header-top-menu-container {
	justify-content: flex-end; 
	align-items: center; 
	gap: 40px; 
	display: flex; 
	height: 53px; 
	margin-right: 15px;
}

.header-top-menu {
	min-width: fit-content; 
	color: #ffffff; 
	font-size: 17px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 36px;
	word-wrap: break-word;
	
	a {
		border-radius: 12px;
	}
}

.last-header-text {
	color: #005FAA; 
	font-size: 16px; 
	font-family: Overpass; 
	font-weight: 400; 
	word-wrap: break-word;
}

.header-nav-menubar-container {
	width: 100%; 
	padding-left: 48px; 
	padding-right: 48px; 
	background: white; 
	justify-content: center; 
	align-items: center; 
	gap: 192px; 
	display: inline-flex
}

.header-nav-bar-container {
	height: 110px; 
	padding: 25px; 
	left: 346px; 
	top: -2px; 
	position: absolute; 
	justify-content: 
	flex-start; 
	align-items: center; 
	gap: 25px; 
	display: inline-flex;
}

.header-nav-bar {
	width: 1140px; 
	height: 110px; 
	position: relative; 
	display: inline-flex;
}

.header-side-menu {
	min-width: fit-content; 
	height: 32px; 
	color: #444444; 
	font-size: 15px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 36px; 
	word-wrap: break-word;
}

.header-nav-menu-link {
	height: 32px; 
	color: #444444; 
	font-size: 15px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 36px; 
	word-wrap: break-word;
}

.banner-image-container {
	width: 100%; 
	height: 100%; 
	align-self: stretch; 
	flex: 1 1 0; 
	position: relative; 
	height: 287px
}

.banner-image {
	width: 100%; 
	height: 287px;
	left: 0px; 
	top: 0px; 
	position: absolute; 
	object-fit:cover;
	object-position:50% 50%;
}

.banner-page-name-container {
	width: 100%; 
	padding-left: 93px; 
	padding-right: 93px; 
	padding-top: 23px; 
	padding-bottom: 23px; 
	background: rgba(8, 66, 114, 0.80); 
	justify-content: center; 
	align-items: center; 
	gap: 10px; 
	display: inline-flex;
}

.banner-page-name-wrapper {
	width: 1140px; 
	height: 66px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-right: 900px; 
	justify-content: flex-start; 
	align-items: center; 
	display: flex;
}

.banner-page-name {
	color: white; 
	font-size: 15px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 36px; 
	word-wrap: break-word
}

.below-banner-page-route-container {	
	width: 1605px; 
	width: 100%; 
	height: 82px; 
	padding-left: 93px; 
	padding-right: 93px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #E2E2E2; 
	justify-content: center; 
	align-items: center; 
	gap: 12px; 
	display: inline-flex;
}

.below-banner-page-route-wrapper {
	width: 1140px; 
	height: 66px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-right: 1056px; 
	justify-content: flex-start; 
	align-items: center; 
	display: flex;
}

.below-banner-page-route {
	width: 84px; 
	align-self: stretch; 
	position: relative
}

.below-banner-page-route-root {
	width: 40px; 
	height: 8px; 
	left: 0px; 
	top: 9.49px; 
	position: relative;
}

.below-banner-page-name {
	width: 200px; 
	left: 49px; 
	top: 4px; 
	position: absolute; 
	color: #005FAA; 
	font-size: 13px; 
	font-family: Overpass; 
	font-weight: 400; 
	line-height: 36px; 
	word-wrap: break-word
}

.below-banner-section {
	color: white; 
	font-size: 17px; 
	font-family: Overpass; 
	font-weight: 600; 
	line-height: 36px; 
	word-wrap: break-word;
}

.cmd-authorized-app {
	width:1140px;
	height: 167px; 
	padding-left: 20px; 
	padding-right: 20px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: #F5F5F5; 
	border: 1px #D9D9D9 solid; 
	justify-content: space-between; 
	align-items: flex-start; 
	display: inline-flex;
}

.cmd-authorized-app-name {
	width: 350px; 
	height: 20px; 
	color: #005FAA; 
	font-size: 20px; 
	font-family: Overpass; 
	font-weight: 500; 
	line-height: 28px; 
	word-wrap: break-word;
}

.cmd-authorized-app-details {
	width: 794px; 
	height: 106px
}

.cmd-app-logo-container {
	width: 100px; 
	height: 100px; 
	position: relative; 
	margin-right:5px;
}

.cmd-app-auth-status-mobile {
	position: absolute; 
	right: 0px;
	display: none;
}

.tpl3-footer-container {
	width: 1140px; 
	position: relative;
	display: inline-block;
}

.tpl3-footer-content-wrapper {
	display: inline-flex; 
	padding-right:50px;
}

.tpl3-footer-logo-image {
	width: 200px; 
	display:block; 
	margin: 0px;
}

.footer-social-media {
	display: inline-flex;
	padding-top:50px;
	width: 250px;
}

.footer-power-outage {
	padding-left:70px;
	width:350px;
}

.footer-qlinks {
	padding-left:60px;
	width:250px;
}

.footer-infocentre {
	padding-left:80px;
	width:250px;
}

.footer-below-section-container {
	font-family: Inter, sans-serif; 
	background: #084272;
}

.footer-below-section-wrapper {
	width: 1140px; 
	position: relative;
	display: inline-flex;
}

.below-footer {
	color: #fff; 
	font-size: 12px; 
	padding: 0px 12px;
}

@media screen and (max-width: 1199.98px) {
	.header-side-menu {
		font-size: 14px; 
	}
}
