﻿/* Article viewer popup */
.article_viewer_popup {
	position: fixed;
	/*background-color: #ebebeb;*/
	background-color: transparent;
	right: 0;
	left: 0;
	top: 100%;
	height: 2000px;
	outline: none;
}

.ios10 .article_viewer_popup {
	position: absolute;
}

.article_viewer_popup .arrow_right {
	/*transition: all, 1s;*/
}

.article_viewer_popup.popup_open {
	/*top: 30px;*/
	top: 50px;
	bottom: 0;
	max-height: none !important;
	height: auto;
}

/*Article Viewer*/
.article_viewer_container {
	background-color: white;
	position: absolute;
	left: 50px;
	right: 50px;
	/*width: 1300px;*/
	/* width: 1010px; */
	/* width: 800px; */
	width: 100%;
	max-width: 800px;
	bottom: 0;
	top: 16px;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 55px;
}

.embed.Article {
	margin: 10px;
}

/* container of the current article (without the pane)*/
.this_article {
	background-color: white;
	position: absolute;
	/*width: 65%;*/
	width: 100%;
	/* max-width: 990px; */
	/* max-width: 620px; */
	max-width: 800px;
	top: 0;
	bottom: 44px;
	transition: all, 1s;
	border-radius: 5px;
	/* margin-left: 74px; */
}

	.this_article.shifted {
		margin-left: 0;
	}

/* The OCH control and its elements*/
.article_viewer {
	left: 54px;
	top: 54px;
	bottom: 5px;
	/* right: 30px; */
	right: 15px;
	position: absolute;
	overflow: hidden;
	font-size: 9pt;
	line-height: 1.4;
	font-family: Sans serif typeface, Serif typeface;
}

	.article_viewer.rtl {
		direction: rtl !important;
		left: 0px;
	}


	.article_viewer.withReadSpeaker {
		top: 84px;
	}


.graphic {
	background-color: transparent;
}

.article .headline {
	font-size: 360%;
	width: 642px;
	/* font-size: 4.67em; */
	/* font-size: 450%; */
	/* font-family: Sans serif typeface; */
	/* font-size: 56px; */
	font-family: Sans serif typeface;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -0.5px;
	color: #000000;
	margin-top: 16px;
    margin-bottom: 20px;
}

.article .drop-head {
	font-size: 150%;
	/* font-size: 1.2em; */
	/* font-size: 120%; */
	font-family: Serif typeface;
	/* font-size: 14px; */
	font-style: normal;
	font-weight: 750;
	/* line-height: 18px; */
	letter-spacing: 0px;
	color: #07315b;
	/* margin-top: auto; */
    /* margin-bottom: 8px; */
}

.embed.Picture {
	max-width: 100%;
	width: auto !important;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

.article .Caption {
	font-size: 100%;
	font-family: Serif typeface;
	/* font-size: 0.9em; */
	/* font-size: 30%; */
	/* font-size: 11px; */
	margin-top: 0px;
	margin-bottom: 32px;
}
.article .Caption p{
	margin: 0px;
}

.article .ByLine {
	font-size: 105%;
	/* font-size: 1.65em; */
	/* font-size: 163%; */
	/* font-family: Serif typeface; */
	/* font-size: 20px; */
	font-style: normal;
	font-weight: 700;
	line-height: 136%;
	letter-spacing: 0px;
	color: #000000;
	font-family: Serif typeface;
	/* margin-top: -10px; */
    /* margin-bottom: 16px; */
}

.article .ByLine p {
	margin: 0px;
}

.article .Lead {
	font-size: 105%;
	/* font-size: 1.2em; */
	/* font-size: 103%; */
	font-family: Arial; 
	/* font-size: 14px; */
	/* font-style: normal; */
	font-weight: 500;
	font-style: normal;
	/* line-height: -1px; */
	/* letter-spacing: 0px; */
	color: #000000;
	margin-top: 0px;
    margin-bottom: 32px;
}
.article .Lead p {
	margin-top: 0px;
}

.article .Content {
	font-size: 128%;
	width: 688px;
	/* font-size: 1.3em; */
	/* font-size: 115%; */
	font-family: Serif typeface;
	/* font-size: 16px; */
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
	/* margin-right: 40px; */
	letter-spacing: 0px;
	color: #000000;
	font-family: serif;
}

.openMenu.button {
	transition: all, 0.5s;
}

	.openMenu.button.shown {
		transform: rotate(90deg);
	}

/* "More of ..." panel */

.more_section_name {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 12pt;
}

.more_articles {
	position: absolute;
	left: 65%;
	right: 0px;
	height: 100%;
	color: #4a4949;
	display: none !important;
}

	.more_articles img {
		float: left;
		cursor: pointer;
	}

.more_articles_items_container {
	overflow: auto;
	position: absolute;
	top: 53px;
	bottom: 44px;
}

	.more_articles_items_container li.selected {
		background-color: lightsteelblue;
	}

.more_articles li {
	margin-bottom: 20px;
	height: 77px;
	padding-left: 20px;
}

.rtl_ui .more_articles li {
	padding-right: 20px;
}

.articleTextContainer {
	padding-right: 10px;
	padding-left: 10px;
	height: 79px;
	overflow: hidden;
	cursor: pointer;
}

	.articleTextContainer.imageless {
		padding-left: 0;
	}

.articleImageContainer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100px;
	height: 75px;
	display: inline-block;
}

	.articleImageContainer.highImage > img {
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		position: absolute;
		border: 0;
		display: block;
	}

	.articleImageContainer.narrowImage > img {
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		position: absolute;
		border: 0;
		display: block;
	}

	.articleImageContainer.narrowImage.superWide > img {
	}

	.articleImageContainer.highImage.superHigh > img {
		top: 0;
		bottom: auto;
	}

.more_articles ul {
	padding-left: 0px;
	list-style-type: none;
}

.articleTitle {
	font-weight: bold;
	font-size: 10.5pt;
	line-height: 12pt;
}

.articleSnippet, .articleSnippet p {
	margin-top: 0px;
	font-size: 9pt;
	line-height: 12pt;
}
/*The message when there are no more articles (article from another issue)*/
.no_more_articles {
	position: absolute;
	left: 65%;
	height: 100%;
	right: 0px;
	color: red;
	top: 60px;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
}

/* Buttons */

.close_button {
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

	.close_button .hidden {
		display: none;
	}

.left_side_button {
	float: left;
	margin-left: 17px;
	margin-top: 9px;
	cursor: pointer;
}

.right_side_button {
	float: right;
	height: 31px;
	width: 31px;
	margin-right: 17px;
	margin-top: 9px;
}

.this_article .odn-icon.back_to_page_button {
	color: inherit;
}

	.this_article .odn-icon.back_to_page_button:hover {
		color: inherit;
	}

.back_to_page_button:before {
	float: left;
}

.back_to_page_text {
	margin-left: -8px;
	margin-top: 12px;
	font-size: 10pt;
}

.article_issue_date {
	position: absolute;
	left: 57px;
	top: 35px;
	font-size: 10pt;
	color: red;
	font-style: italic;
}

.shift_article_view_button {
	display: none;
	cursor: pointer;
}

/* Disable interactive actions when offline */
.is_offline .article_viewer_container .online_only {
	display: none;
}

/*Status bar in article view*/
.status_bar.articleView {
	position: absolute;
	height: 42px;
}

.article_viewer.speech {
	top: 84px;
}

.this_article .odn-icon.facebook_button:hover {
	color: #3b579d;
}

.this_article .odn-icon.twitter_button:hover {
	color: #41c8f5;
}

.right_side_buttons_container {
	margin-right: 40px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#readspeaker_container {
	z-index: 1;
	display: none;
	margin-left: 22px;
	clear: both;
}

	#readspeaker_container.active {
		display: block;
	}

/* start - Adjustments icons for smaller screens */
@media screen and (max-width:2560px) {
	
}

@media screen and (max-width:1920px) {
	
}

@media screen and (max-width:1600px) {
	
}

@media screen and (max-width:1440px) {
	
}

@media screen and (max-width:1100px) {
	.right_side_buttons_container .right_side_button {
		margin-right: 7px;
	}
}

@media screen and (min-width:540px) and (max-width:580px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
}

@media screen and (min-width:320px) and (max-width:320px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:400px) and (max-width:400px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}



@media screen and (min-width:375px) and (max-width:375px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:414px) and (max-width:414px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 180%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 150%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:390px) and (max-width:390px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 180%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 130%;
    width: 83%;
	
	}
	
}


@media screen and (min-width:393px) and (max-width:393px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:360px) and (max-width:360px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:640px) and (max-width:640px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:384px) and (max-width:384px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}



@media screen and (min-width:412px) and (max-width:412px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 150%;
    width: 83%;
	
	}
	
}

@media screen and (min-width:800px) and (max-width:800px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 270%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 190%;
    width: 83%;
	
	}
	
}


@media screen and (min-width:712px) and (max-width:712px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 240%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 150%;
    width: 83%;
	
	}
	
}


@media screen and (min-width:600px) and (max-width:600px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 240%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 150%;
    width: 83%;
	
	}
	
}


@media screen and (min-width:280px) and (max-width:280px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 150%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 100%;
    width: 83%;
	
	}
	
}



@media screen and (min-width:820px) and (max-width:820px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 270%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 180%;
    width: 83%;
	
	}
	.article .ByLine p {
    margin: 0px;
    font-size: 150%;
	
	}
	
}

@media screen and (min-width:768px) and (max-width:768px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 270%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 180%;
    width: 83%;
	
	}
	.article .ByLine p {
    margin: 0px;
    font-size: 150%;
	
	}
	
}


@media screen and (min-width:912px) and (max-width:912px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 270%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 180%;
    width: 83%;
	
	}
	.article .ByLine p {
    margin: 0px;
    font-size: 150%;
	
	}
	
}


@media screen and (min-width:540px) and (max-width:540px) {
	.right_side_buttons_container .right_side_button {
		font-size: 20px;
		margin-right: 6px;
	}
	
	.article .headline {
    font-size: 270%;
	width: 83%;
	
	}
	.article .Content {
    font-size: 180%;
    width: 83%;
	
	}
	.article .ByLine p {
    margin: 0px;
    font-size: 150%;
	
	}
	
}








@media screen and (max-width:540px) {
	.right_side_buttons_container {
		margin-right: 20px;
	}
}
/* end - Adjustments icons for smaller screens */

@media screen and (max-width:905px) {
	.this_article {
		width: 100% !important;
	}

	.more_articles {
		display: none !important;
	}

	.no_more_articles {
		display: none;
	}
}

@media screen and (max-width:1400px) {
	.article_viewer_container {
		width: auto;
	}
}

@media screen and (max-width:670px) {
	.article_viewer_container {
		top: 0px;
		left: 0px;
		right: 0px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.left_side_button.back_to_page_button {
		margin-left: -8px;
	}


	.article_viewer {
		left: 5px;
		padding-right: 5px;
	}

	.article_viewer_popup.popup_open {
		top: 0;
		bottom: 0;
	}

	#readspeaker_container {
		margin-left: -4px;
	}
}

@media screen and (max-width:540px) {
	.this_article.shifted {
		margin-left: -41px;
	}

	.article_viewer_popup.shifted .arrow_right {
		right: 45px;
	}

	.shift_article_view_button {
		display: block;
		transition: all, 1s;
		margin-right: 40px;
	}

	.this_article.shifted .shift_article_view_button {
		transform: rotate(90deg);
	}

	.right_side_buttons_container {
		position: absolute;
		right: -60px;
		overflow: auto;
		top: 40px;
		bottom: 0;
	}

		.right_side_buttons_container .right_side_button {
			float: none;
			position: relative;
			display: block;
			margin-top: 3px;
			margin-right: inherit;
		}
}

@media screen and (max-width: 285px) {
	.article_viewer {
		top: 130px;
	}
}

.sharedArticleComponent {
	padding: 30px;
	width: auto;
	height: auto;
}


/* RTL */
.rtl_ui .left_side_button {
	float: right;
	margin-left: initial;
	margin-right: 47px;
}

.rtl_ui .more_section_name {
	margin-top: 3px;
	margin-right: 40px;
	text-align: right;
}

.rtl_ui .articleImageContainer {
	float: right;
}

.rtl_ui .more_articles_items_container {
	direction: rtl;
}

.rtl_ui .more_articles ul {
	padding-right: 0;
}

.hide {
	display: none !important;
}