@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;
}
#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 {
		
}

.section-content {
	
}

.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;
}