@charset "utf-8";
/* PJ TIMELINES PAGES CSS STYLE */

#timelinePage {
	display: block;
	width: auto;
	height: auto;
}


/* GENERAL STYLE */
.setlinkcursor {
	cursor: pointer;
}

.disabledBtn {
    pointer-events: none;
	cursor: default!important;
}

.nav-content-tabs {
	padding-bottom: 10px;
	
}

.nav-content-tabs .nav-tabs {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 14px 10px #FFF;
	   -moz-box-shadow: 0 5px 14px 10px #FFF;
	        box-shadow: 0 5px 14px 10px #FFF;
}

/* PJ TIMELINES WRAPPER CLASS */
.pjTlWrapper {
	position: relative;
	display: block;
	/*border: 1px solid #333;*/
	width:100%;
	height: 100%;
	overflow: hidden;
	background-color: #f9a6030f;
}

/* PJ TIMELINES POINTER CLASS */
.pjTlWrapper .pj-timecenter-pointer {
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #A86F10;
}

/* PJ TIMELINES SILDER CLASS */
.pjTlWrapper .pj-timeslider {
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
	/*border: 1px solid #333;*/
	/*border-left: 1px solid #333;*/
}

/*.pjTlWrapper .pj-timeslider .pj-timeslider-mask {*/
.pjTlWrapper .pj-timeslider-mask {
	position: absolute;
    height: 100%;
    width: 100%;
    cursor: move;
    z-index: 6;
/*background-color: #FFFFFF90;*/
}

.pjTlWrapper .pjTimeBackgroundText {
	height: 60px;
	color: #CCCCCC;
	/*padding: calc((120px - 26px)/2) 10px;*/
	padding: auto 15px;
	vertical-align: middle;
	width: 100%;
	min-width: 360px;
}

.pjTlWrapper .pjTimeBackgroundText span {
	font-size: 24px;
}

/* PJ TIMELINES AXIS CLASS */
.timeaxis-tick-background {
	z-index: 19;
	background-color: #FFFAF4;
	border-top: 1px solid #333;
}

/*.pjTlWrapper .pj-timeslider .pj-timeaxis {*/
.pj-timeaxis {
	position: absolute;
	bottom: 0;
    left: 0;
    z-index: 20;
	width: 100%;
	/* border: 1px solid #333;*/
} 

.pj-timeaxis .pj-timeaxis-container {
	position: relative;
    bottom: 0;
    height: 100%;
}

.pj-timeaxis .pj-timeaxis-container .pj-timeaxis-major, 
.pj-timeaxis .pj-timeaxis-container .pj-timeaxis-minor {
	position: absolute;
	width: auto;
	height: 100%;
	display: block;
	/*border: 1px solid #eb1313;*/
}

.pj-timeaxis ..pj-timeaxis-container .pj-timeaxis-major {
	
}
.pj-timeaxis ..pj-timeaxis-container .pj-timeaxis-minor {
	z-index: 1;
}

.pj-timeaxis-major .timeaxis-tick,
.pj-timeaxis-minor .timeaxis-tick {
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: normal;
	width: 100px;
	height: 40px;
	/*border: 1px solid #333;*/
}

.pj-timeaxis-minor .timeaxis-tick {
	width: 50px;
/*	border: 1px solid #333;*/
}

.pj-timeaxis-major .timeaxis-tick:before,
.pj-timeaxis-minor .timeaxis-tick:before {
	content: " ";
    display: block;
    color: #FFF;
    width: 1px;
    overflow: hidden;
    border-left: 1px solid #bfbfbf;
    text-align: center;
 }
 
.pj-timeaxis-major .timeaxis-tick:before {
	border-color: #000000; /*#a6a6a6;*/
	width: 1px;
	height: 45%; /*20px*/
   /* font-size: 18px;
    line-height: 18px;*/
    margin-bottom: 2px;
    margin-left: 50px;
}

.pj-timeaxis-minor .timeaxis-tick:before {
	border-color: #a6a6a6;
	width: 1px;
	height: 20%; /*8px;*/
   /* font-size: 18px;
    line-height: 18px;*/
    margin-bottom: 2px;
    margin-left: 25px;
}

.pj-timeaxis-major .timeaxis-tick .timeaxis-tick-text {
	font-size: 12px;
	font-weight: 600;
    line-height: 13px;
	letter-spacing: 0px;
    color: #737373;
	display: block;
 /*   border: 1px solid #333;*/
}

.pj-timeaxis-minor .timeaxis-tick .timeaxis-tick-text {
	font-size: 8px;
    line-height: 10px;
	letter-spacing: 0px;;
    color: #737373;
	display: block;
  /*  border: 1px solid #333;*/
}

.pj-timeaxis-minor .timeaxis-tick .timeaxis-tick-text.tick-text-hidden,
.pj-timeaxis-major .timeaxis-tick .timeaxis-tick-text.tick-text-hidden {
	display: none;
}

/* DATA SOURCES */

.pj-timeline-info-container {
	position: relative;
	top: 0px;
	display: block;
	min-height: 100%;
	height: auto;
/*	border: 1px solid #f30d0d; /* TO BE REMOVE */
}

.tl-data-info {
	position: absolute;
	display: block;
	width: 100px;
	/*min-height: 50px;*/
	height: auto; 
	bottom: 0;
	border-bottom: 2px solid #333333; /* TO BE REMOVE */
}

.tl-data-info .tl-datas {
	position: absolute;
	display: block;
	width: 100%;
	/*min-height: 20px;*/
	height: auto;
	bottom: 0px;
	/*z-index: 10;*/
}

.tl-data-info .tl-datas .tl-datas-container   {
	position: relative;
	display: block;/*grid;*/
/*	grid-gap: 1px;
	grid-auto-rows: 30px;
    grid-auto-flow: row; */
	width: 100%;
	height: auto;
	
}

.tl-data-info .tl-datas .tl-data-block {
	position: absolute;
	display: inline-block;
	width: auto;
	height:25px;
	/*border-bottom: 2px solid #faaf19;*/
	margin-bottom: 5px;
	/*overflow: hidden;*/
}

.tl-data-info .tl-datas .tl-data-block .timeline-bar{
	display: block;
	height: 8px;
	width: 100%;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 3px 0px;
	margin-top: 15px;
}

.tl-data-info .tl-datas .tl-data-block .timeline-bar::before{
	height: 2px;
	width: 100%;
	background-color: #faaf19;
	content: " ";
    display: block;
    /*color: #FFF;
    width: 1px;
    overflow: hidden;
    border-left: 1px solid #bfbfbf;*/
}

.tl-data-info .tl-datas .tl-data-block .tl-data-text-block {
	border: 1px solid #333333; /* TO BE REMOVE */
	background-color: #FFFFFF;
	position: absolute;
	white-space: nowrap;
	padding: 0px 5px;
	/*margin-bottom: 10px;*/
	font-size: 12px;
	max-width: 100%;
	width: auto;
	z-index: 10;
	overflow: hidden;
	/*cursor: pointer;*/
	bottom: 1px;
/*	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
*/
}



.tl-data-info .tl-datas .tl-data-block .tl-data-text-block .group-con {
	overflow: hidden;
}

/*.tl-data-info .tl-datas .tl-data-block .tl-data-text-block.selectedData {*/
.tl-data-info .tl-datas .tl-data-block.selectedData .tl-data-text-block {
	background-color: #FFCD32;
	font-weight: 500;
	pointer-events: none;
}

.tl-data-info .tl-datas .tl-data-block .tl-data-text-block:hover {
	max-width: none!important;
}

/*FOR ERAs TIMELINE BLOCK*/
.tl-data-info .tl-datas .tl-data-block.erasblock {
	/*position: absolute;
	display: inline-block;
	width: auto;*/
	height:20px;
	border-bottom: 0px;
	background-color: rgba(239, 251, 172, 0.8); /*#EFFBAC;*/
	/*border-bottom: 2px solid #faaf19;
	margin-bottom: 5px;*/
	/*overflow: hidden;*/
}

.tl-data-info .tl-datas .tl-data-block.erasblock .tl-data-text-block {
	font-size: 11px;
	background-color: #C2D250;
	border: 0px;
	bottom: 0px;
    line-height: 20px;
	border-left: 1px solid #EFFBAC;
	border-right: 1px solid #EFFBAC;
}

.tl-data-info .tl-datas .tl-data-block.erasblock.selectedData {
	background-color: rgba(255, 205, 50, 0.4); /*#FFCD32;*/
}

/*.tl-data-info .tl-datas .tl-data-block.erasblock .tl-data-text-block.selectedData {*/
.tl-data-info .tl-datas .tl-data-block.erasblock.selectedData .tl-data-text-block {
	background-color: #FFCD32;
	font-weight: 500;
	pointer-events: none;
}




/* TIMELINE PAGES */

.pjTlPageWrapper {
	/*border: 4px solid #fff;*/
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
}


.pjTlPageSliderBox {
	position: absolute;
	
}

.pjTlPageSliderBox .pjTlPageSlide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	/*border: 1px solid #333;*/

}

.pjTlPageSliderBox .pjTlPageSlide .pjTLPageSlideContentBG {
	background-color: #fff;
    margin: 2px 2px 2px 2px;
    padding: 20px 0px;
   /* -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);*/
    width: calc(100% - 4px);
	height: calc(100% - 4px);
    display: block;
/*	border-radius: 4px;*/
}

/* PAGE TEMPLATE */
.pjTLPageContent {
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	max-width: calc(100% - 200px);
	height: 100%;
	/*max-height: calc(100% - 80px);*/
	/*height: calc(100% - 80px);
	min-height: 320px;*/
	/*border: 1px solid #333;*/
	margin: auto;
	/*left: calc(200px/2);*/
	overflow: hidden; /*auto;*/
}

.borderLeft {
	border-left: 1px solid #333;
}

.spaceRow-12 {
	height: 12px;
}

.spaceRow-16 {
	height: 16px;
}


.pageRow{
	clear: both;
}

.pageCol-1, .pageCol-2, .pageCol-3, .pageCol-4, .pageCol-5, .pageCol-6, .pageCol-7, .pageCol-8, .pageCol-9, .pageCol-10, .pageCol-11, .pageCol-12 {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	/*border: 1px solid #333;*/
}

.pageCol-12 {
	width: 100%;
}

@media (min-width: 992px){
	
	.pageCol-1, .pageCol-2, .pageCol-3, .pageCol-4, .pageCol-5, .pageCol-6, .pageCol-7, .pageCol-8, .pageCol-9, .pageCol-10, .pageCol-11, .pageCol-12 {
		float: left;
	}
	
	.pageCol-6 {
	width: 50%;
}
	
}
.pjTLPageContent > .pageRow .leftCol {
	height: 100%;
}

.pjTLPageContent > .pageRow .rightCol {
	height: 100%;
}


#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent {
	display: block; /*table;*/
	vertical-align: middle;
	overflow: hidden;
/*	border: 1px solid #333;*/
	
}

#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable {
	position: relative;
	display: block;/*table-cell;*/
	width: 100%;
	height: 320px;
	/*min-height: 320px;*/
	/*max-height: 100%;*/
	vertical-align: middle;	
/*	margin: calc(((100% - 320px)/2)/2) 0;*/
/*	border: 1px solid #333;*/
	top: calc((100% - 320px)/2);
}

#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageTItle h2 span{
	color: #000000;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	text-shadow: 1px 1px 1px #fff !important;
}

#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageTItle h2 span.txt_en{
	font-size: 30px;
	line-height: 30px;
}

/*#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageCol-12 .infoLayout .pageContent {
	overflow-y: auto;
}
*/
/*
#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageCol-12.pageContent {
	overflow-y: auto;
	overflow-x: hidden;
}
*/

#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageContent .infoLayout .pageContentContainer  {
	height: 100%;
    width: 100%;
    display: block;
    padding: 2px 15px;
	margin-bottom: 20px;
    overflow: hidden !important;
}

/*
#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageContent .infoLayout .pageContentContainer div.txt_cn,
#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageContent .infoLayout .pageContentContainer div.txt_en {
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-shadow: 1px 1px 2px #FFF !important;
	height: auto;
}
*/

@media (max-width: 702px){
	#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageTItle h2 span{
		font-size: 28px;
		line-height: 28px;
	}
	#tlpageDefault > .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable .pageRow .pageTItle h2 span.txt_en{
		font-size: 26px;
		line-height: 26px;
	}
	.pjTLPageContent {
		max-width: calc(100% - 50px);
	}
}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable {
	position: relative;
	display: block;/*table-cell;*/
	width: 100%;
	height: 320px;
}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div .dateDisplay h4{
	margin-top: 0px;
}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div div .infoLayout .pageContentContainer{
	margin-bottom: 20px;
}

.infoLayout {
	display: block;
	/*padding: 0px;*/
	/*height: calc(100% - 80px);*/
	width: 100%;

}
/*.scroll-wrapper > .scroll-content {
	overflow: hidden !important;
}*/
.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div div .infoLayout div .contentCol .tab-content {
	/*margin-top: 10px;*/
}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div div .infoLayout div .imageCol {
	position: relative;

}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div div .infoLayout div .imageCol .imageContainer {
	display: block;
	overflow: hidden;

}

.contentPageData .pjTLPageSlideContentBG .pjTLPageContent .slideContentTable div div .infoLayout div .imageCol .imageContainer .imageBox .imgWrapper {
	/*min-height: 200px;*/
	display: block;
	width:100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #333;
	margin: auto;
	
/*	background-position: top center; /* Center the image */
/*	background-repeat: no-repeat;
	background-size: cover;*/
}

.imageContainer .image-caption {
    font-size: 0.8em;
    padding: 5px 10px;
    text-transform: capitalize;
    line-height: normal;
    opacity: 0.85;
}

.imageContainer .image-credit {
    font-size: 0.7em;
    font-style: italic;
    padding: 0px 10px;
    line-height: normal;
    opacity: 0.6;
}

.tbl-references{
	/*border: 1px solid #333;*/
		
}
.tbl-references .subheader div {
    width: fit-content;
    padding: 2px 10px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
	display: table;
}
.tbl-references .refList {
	margin-bottom: 20px;
	display: table;
}
.tbl-references .refList ul {
    padding-left: 0px;
	padding-top: 5px;
	display: table;
}

 .tbl-references .refList ul li {
    margin-left: 18px;
    font-size: 11px;
    line-height: normal;
    padding: 3px 2px;
    float: left;
	/*display: table-column;*/
	list-style-type: square;
}



/* PAGE PRE AND NEXT BUTTON */

.pjTlPageSliderNext .pjTlPageButtonSliderContainer .tl-nextIconButton,
.pjTlPageSliderNext .pjTlPageButtonSliderContainer .tl-preIconButton {
	z-index: 5001;
}

.tl-nextIconButton, .tl-preIconButton {
   /* display: inline-block;*/
    width: 36px;
    height: 36px;
    padding: 5px;
	display: block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border: 1px solid #f0f0f0;
    background-color: #C1762F;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.tl-nextIconButton {
	margin-left: calc(100px - 36px);
}

.pjTlPageButtonSliderContainer .pageButtonTitle {
	margin-top: 10px;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: normal;
	color: #888888;
	opacity: 0;
}

.pjTlPageButtonSliderContainer .pageButtonTitle span{
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 14px;
	letter-spacing: normal;
}

.pjTlPageButtonSliderContainer:hover .pageButtonTitle {
	opacity: 100;
	transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
}

@media (max-width: 702px){
	.pjTlPageButtonSliderContainer .pageButtonTitle span{
		font-size: 10px;
		line-height: 11px;
	}
}

/* HOME INFO BUTTON */
.pjTLHomeButtonWrapper {
	position: absolute;
	/*border: 1px solid #333;*/
	display: block;
	min-width: 32px;
	width: auto;
	height: 32px;
	z-index: 10;
}

.pjTLHomeButtonWrapper .tl-button-block {
    display: block;
    width: 32px;
    height: 32px;
    /* text-align: center; */
    /* padding: 5px 8px; */
    border: 1px solid #5f2b06;
    background-color: #a86f10;
    cursor: pointer;
    margin: 4px 4px 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    right: 0px;
    position: absolute;
    transition: width 1s ease-in-out;
	-webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
}

.pjTLHomeButtonWrapper .tl-button-block .button-icon {
	display: inline-block;
/*	margin: auto;*/
	width: 32px;
	height: 32px;
	padding: 5px 6px;
	text-align: center;
    vertical-align: middle;
/*	padding-top: calc((25%-22px)/2);
    padding-left: calc((25%-22px)/2);
    margin-right: calc((25%-22px)/2);*/
/*	float: left;*/
}

.pjTLHomeButtonWrapper .tl-button-block .button-icon .fas {
/*	margin: auto;*/
	color: #5f2b06;
	/*border: 1px solid #333;*/
/*	width: 22px;
	height: 22px;*/
	font-size: 16px;
/*	padding-top: calc((100% - 22px)/2);
	padding-left: calc((100% - 22px)/2);*/
}

.pjTLHomeButtonWrapper .tl-button-block .button-icon .fas:before {

}

/*.pjTlWrapper  .tl-buttonWrapper .tl-button-block:hover .fas {
	color: #FFFFFF;
}*/

.pjTLHomeButtonWrapper .tl-button-block .text-button {
	display: inline-block;
	font-size: 11px;
	height: 32px;
	/*padding-top: 5px;*/
	padding-right: 6px;
	margin-top: -10px;
}

.pjTLHomeButtonWrapper .tl-button-block .text-button span {
	font-size: 12px;
	line-height: normal;
}

/*
.pjTLHomeButtonWrapper .tl-button-block:hover {

	width: 340px;
	max-width: auto;

}
*/
.pjTLHomeButtonWrapper .tl-button-block:hover .button-icon .fas,
.pjTLHomeButtonWrapper .tl-button-block:hover .text-button span {
	color: #FFFFFF;
}


/* LOADING PAGE */
.loading-page {
	position: absolute;
	z-index: 50001;
}

.loading-page .loading-page-bg  {
	/*background-color: rgba(255,255,255,0.6);*/
	display: block;
	width:100%;
	height: 100%;
}

.loading-page .loading-icon{
	top: calc(50% - 65px);
    left: calc(50% - (65px / 2));
	color: #B54545;
}
