#report-main {
	float:left;
	width:67%;
	padding-right:20px;
}
#report-rhs {
	float:right;
	width:33%;
	background-color:#F5F6F7;
	background-repeat:repeat-x;
	padding:24px;
	margin-top:-50px;
}
#report-rhs hr.staffeditlink {
	display:none;
}

#report-rhs .your_access td img, #report-rhs .preview td img{
    float:left;
    margin-bottom:3px;
    margin-right:4px;
}

#report-rhs .your_access td, #report-rhs .preview td{
    line-height:18px;
    margin-left:-4px;
    padding-bottom:6px;
}

#report-rhs .your_access a{
    margin-left:-3px;
}

#report-rhs .forecast-link{
    margin-top:-2px;
}

#report-rhs .preview .bullet {
	background-position:5px 5px;
	padding-left:20px;
    float:left;
}

#report-rhs .contact-area {
    margin-bottom:-4px;
}

#report-rhs .contact-group {
    padding-top:2px;
    padding-bottom:3px;
}

#report-rhs .contact-us-list .contact-group:nth-child(odd) {
    background-color:#fff;
    padding:0px 10px 1px 10px;
    margin:0px -10px;
    border-radius:4px;
}

#report-rhs .relatedconference, #report-rhs .rhsevents>div  {
    background-color:#fff;
    padding:5px 10px;
    margin-bottom:10px;
    border-radius:4px;
    line-height:18px;
}

#report-rhs .relatedconference .relatedlogo img {
    padding:0px!important;
    margin-left:auto;
    margin-right:auto;
    display:block;
    float:none;
}

.btn-subscription {
	background-color:#1a9fee;
	border: 1px solid #1181c4;
	color:#fff;
}

.relatedreport {
	margin-bottom:20px;
}

div#report-main div.title-holder {
	min-height:200px;
/*	background-color: blue;*/
	margin-left:285px;
}

div#report-main h2.std {
	font-weight:500;
	line-height:1.3em;
	border:none!important;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top:0px;
    clear:both;
}

div#report-main h3 {
	font-size:1.2em;
	border:none!important;
	margin: 0px;
	padding-top:0px;
}

div.sectionauthors {
	
}

div.sectionsellingpoint {
  margin: 10px 0px;
}

div.promostat {
	display:block;
    font-style:italic;
    text-align:right;
    line-height: 20px;
    font-size:1.1em;
    background-color: #45549b;
    color:white;
    width: 50%;
    padding:7px 15px;
    margin: 0 0 10px 0;
    border-radius: 15px 0 15px 0;
    float:right;
}

.relatedsummary, 
.relatedsummary div a {
	color: #4c4c4c;
}

a.related {
	font-weight:600!important;
}

.relatedsummary {
	font-size:0.85em;
	line-height:1.7em;
}

@media (max-width: 1199px) {
	#report-rhs {
		width:30%;
	}
	#report-main {
		width:70%;
	}
}

img.mainlogo {
	min-height:232px;
	margin:0 25px 10px 0;
	box-shadow:0 0 3px #ccc;
	-moz-box-shadow:0 0 3px #ccc;
	-webkit-box-shadow:0 0 3px #ccc;
}

.no-longer-available {
	clear:both;
    margin: 15px 0px;
	font-size:1em;
	color:#393233;
	padding:8px;
	background-color:#e9eff8;
    border-color:#577cbb;
    border-style:solid;
    border-radius:8px;
}

.tocsection1,.tocsection2,.tocsection3,.tocsection4 {
	text-align:right;
}

.tocsection1,.tocname1 {
	font-weight:bold;
	padding-top:12px;
	padding-left:10px;
}

.tocname2 {
	padding-left:24px;
}

.tocname3 {
	padding-left:44px;
	font-size:0.9em;
}

.tocsection3 {
	font-size:0.9em;
}

.tocname4 {
	padding-left:60px;
	font-size:0.8em;
}

.tocsection4 {
	font-size:0.7em;
}

h1.heading {
	display:none;
}

/* For floating div with Order and Subscription */
.order-sub {
	position: fixed;
	display: none;
	left: 3%;
	right: 3%;
	bottom: 75px;
	padding: 20px 20px 13px;
	width: 94%;
	background: #cce5ff;
	border-radius: 3px;
	box-shadow:0 0 20px #888;
	border: 1px solid #efefef;
	z-index: 999;
}

.order-sub div.single-row-table {
	width: 100%;
}

.order-sub div.single-row-table div{
	width: 50%;
}

.order-sub div.single-row-table div .btn {
	width: 90%;
}

.order-sub div.single-row-table div:last-child .btn {
	width: 100%;
}

.order-sub .alert {
	background-color:transparent;
	border:none;
	padding:0;
	margin:0!important;
}

.alert>span {
	display:inline-block;
}

.alert>span:first-child {
    display:block;
}

.alert .fa-line-chart {
    margin-left:12px;
}

.alert .fa-sitemap {
	margin-left: 12px;
}

.imsymbol:before {
	content: "\f0fe";
}

[aria-expanded="true"] .imsymbol:before {
	content: "\f146";
}

[aria-expanded="false"] .imsymbol:before {
	content: "\f0fe";
}

.alert img {
    margin-left:10px;
    margin-right:4px;
}

/* Order Subscription Modal Window Assets */

.order-subscription-container {
	z-index: 1000;
}

.order-subscription-container, .subscriptionFormComplete {
	position: fixed;
	display: none;
	top:3%;
	left: 0;
	right:0;
	margin: 20px 3% 0;
	padding: 20px;
	width: 94%;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dedede;
	box-shadow:0 0 24px #555;
	z-index: 2000;
}

.subscriptionFormComplete h2 {
	margin-bottom: 10px;
}

.order-subscription-block {
	display: block;
	margin-top: 5px;
	width: 100%;
	padding: 0; 
	border-radius: 3px;
	overflow: hidden;
}

.order-subscription-block input {
	display: block;
} 

.order-subscription-block label {
	display: none;
	margin: 0;
	cursor: initial;
} 

.order-subscription-block input[type="text"], .order-subscription-block select, .order-subscription-block textarea {
	margin: 0 0 10px;
	padding: 3px 3px 3px 7px;
	width: 100%;
	font-size: 0.8em;
	border-radius: 4px;
	border: 1px solid #c5c5c5;
} 

.order-subscription-block select {
	padding: 5px 3px 5px 7px;
} 

.order-subscription-block input[type="submit"], .order-subscription-block button.submit, .order-sub-thanks-close-btn, .failModalSubBtnClose {
	margin: 0 0 10px;
	float: right;
	margin: 10px 0 5px 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
    font-weight: 800;
    background: rgba(7, 74, 134,1);
    transition: 0.3s;
} 

.order-subscription-block input[type="submit"]:hover, .order-subscription-block button.submit, .order-sub-thanks-close-btn:hover {
	background: rgba(7, 152, 237,1);
}

.order-subscription-block button.submit.disabled {
	cursor:not-allowed;
	background-color:#888;
}

.order-subscription-block button.submit.disabled:hover {
	background-color:#888;
}

/* Google Captcha resize */
.g-recaptcha {
	transform:scale(0.73);
	-webkit-transform:scale(0.73);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;	
}

.errmsg {
	background-color:#800;
	color:#fff;
	padding:6px 12px;
	margin-bottom:20px;
	font-size:80%;
}

.errmsg .fa-warning {
	padding-right: 10px;
}

.order-in-sub-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

.order-sub-thanks-close-btn {
	float: right;
}

.order-subscription-container h2.std {
	font-size: 1.2em;
}

.downloaddoc {
	float:right;
	color:#038;
}

.downloaddoc:hover {
	color:#000;
}

@media (max-width: 767px) {
	#report-main {
		float:none;
		width:auto;
		padding-right:0;
	}

	#report-rhs {
		float:none;
		width:auto;
		padding:20px;
		margin-top:0;
	}

	img.mainlogo {
		margin-right:80%;
	}

	div#report-main div.title-holder {
		margin-left:0px;
	}

	.btn {
		margin-bottom:5px;
	}
    
    div.promostat {
        width: 75%;
    }


}



@media screen and (min-width:550px) {

	/* Google Captcha resize */
	.g-recaptcha {
		transform:scale(1);
		-webkit-transform:scale(1);
	}
}

/* For floating div with Order and Subscription */

@media screen and (min-width:768px) {

/* For floating div with Order and Subscription */

	.order-sub {
		top: 75px;
        bottom:auto; /*IE Fix*/
		bottom: initial;
		left: auto;
		right: 3%;
		max-width: 315px;
	}

	.order-subscription-block {
		padding: 0; 
	}

	.order-subscription-container h2.std {
		font-size: 1.8em;
	}

	.order-subscription-block label {
		display: block;
		width: 20%;
		font-size: 1em;
		float: left;
	} 

	.order-subscription-block input[type="text"], .order-subscription-block select, .order-subscription-block textarea {
		font-size: 1em;
		width: 80%;
	}
    
    #report-rhs .related-list a {
        font-size:0.9em;
    }

    #report-rhs .related-list div {
        line-height:1.3em;
        text-align:left;
    }

}

@media screen and (min-width: 992px) {

	.order-subscription-container, .subscriptionFormComplete {
		margin: 20px auto 0;
		max-width: 45%;
	}

}
