/* modern support center skin styles */
.nr-modern-article.modern-default {
	padding: 0 ;
	background: #fff ;
	border-radius: 0 ;
	box-shadow: 0 3px 4.8px 0.3px #dfdfdf ;
}
.modern-default .nr-modern-article-header {
	margin: 0 18px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}
.modern-default .nr-modern-article-body {
   
    padding: 10px 28px;
}
.modern-default .nr-modern-article-header:after,
.modern-default .nr-modern-article-footer:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
}

.nr-sharing {
	float: right;
	width: 50px;
	height: 50px;
}


.nr-modern-article-channeling-hint {
	text-align: center;
	font-style: italic;
	padding: 40px 0 14px;
	display: block;
	color: #aaa;
}
.modern-default .nr-modern-article-footer {
	position: relative;
	margin-bottom: -1px;
	background: #fff;
	box-shadow: 0px -38px 28px -14px #fff;
	margin-top: 30px;
}

.modern-default .nr-modern-article-footer:before {
	box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.03);
	content: '';
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	right: 0;
}

.nr-modern-article-feedback {
	overflow: hidden;
	float: left;
}
.nr-modern-article-channeling {
	float: right;
}
.nr-modern-article-body{
	min-height:300px;
}

/* make answer look inactive while channeling or feedback popups are visible */
.nr-arrow-popup-active .nr-modern-article-body {
	opacity: 0.5;
}
.nr-arrow-popup .nr-customchat {
	width: 550px;
}
.nr-arrow-popup .nr-customchat-log {
	max-height: 300px;
}
@media screen and (max-width: 727px) {	
	.nr-modern-article-body{
		min-height:auto;
	}
	.nr-form-layout-3 .CF_labelError {
		margin-left: 0;
	}
}

/* icons and fonts style overrides */