/* Header */
#Header {   
	border-bottom: solid #D0D0D0 10px;
	background-color: #42647F;
	padding:0px;
	margin:0px;
	text-align: center;
 }
#Header h1 {
	color: white;
	text-align: center;
	margin: 0;
	padding: 1.55rem 0.75rem;
}
.pppdb_header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; 
	margin: 0;
	padding: 15px 0 5px;
}
.header_logo {
	flex: 0; display: flex; flex-direction: column; align-items: flex-end; flex-basis: auto; padding: 1.5rem;
}
.header_logo img {
	border-radius: 50%; width: 10rem; box-shadow:rgba(0,0,0,0.35) 0px 10px 36px;
}
.header_text {
	flex: 2; display: flex; flex-direction: column; align-items: flex-start; padding: 0 1.5rem 2rem;
}
.header_text h2 {
	color:white;font-size:2.7rem;flex:1;
	margin-bottom: 0.5rem;
	margin-top: 0;
	line-height: 1.25;
}
.header_text a {
	flex:1; align-self: center;
}
.header_text a img {
	width: 6.3rem; align-self: center;
}

@media (max-width: 900px) {
	.header_logo img {
		width: 9rem;
	}
	.header_text {
		padding: 0 2rem 2rem;
	}
	.header_text a img {
		width: 6rem;
	}
}

@media (max-width: 620px) {
	.header_logo img {
		width: 8.5rem;
	}
	.header_text h2 {
		font-size: 2.5rem;
	}
	.header_text a img {
		width: 5.17rem;
	}
}

@media (max-width: 420px) {
	.header_logo img {
		width: 8rem;
		border-radius: 50%;
	}
	.header_text h2 {
		font-size: 2.33rem;
	}
	.header_text a img {
		width: 5rem;
	}
}

.postfix {
	font-size: inherit;
}







/* Base */
html, body {
	height: 100%;
	display: flex;
	flex-direction: column;
}
nav.top-bar,
.footer-container {
	flex-shrink: 0;
}
.container {
	flex: 1 0 auto;
}
.centerColumn {
	display: flex;
	justify-content: center;
}
.tableSpinner {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
	color: #333;
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}
.tableSpinner:before {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #008cba;
	border-bottom-color: #008cba;
	animation: spinner .8s ease infinite;
}
.tableSpinner span {
	padding-left: 15px;
}

/* NEW FLEXBOX FOOTER */
.footer-container {
	width: 100%;
	background-color: #42647F;
	margin-top: 7rem;
}
.footer {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	justify-content: space-evenly;
	width: 100%;
	margin: 0 auto;
}
.footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	
	flex-basis: 50%;
}
.footer a:nth-child(1) {
	padding: 4.1% 2% 0;
} 
.footer a:nth-child(2) {
	padding: 4% 0;
}
.footer a:nth-child(3) {
	padding: 5% 9%;
}
.footer a:nth-child(4) {
	padding: 0 2%;
}
.footer a:nth-child(5) {
	padding: 2% 0 6%;
}
.footer a:nth-child(6) {
	padding: 2% 0 6%;
}

@media (min-width: 640px) {
	.footer-container {
		margin-top: 10rem;
	}
	.footer a {
		display: flex;
		align-items: center;
		justify-content: center;

		flex-basis: 30%;
	}
	.footer a:nth-child(1) {
		padding: 2% 0 0;
	} 
	.footer a:nth-child(2) {
		padding: 2% 0;
	}
	.footer a:nth-child(3) {
		padding: 2% 4% 0;
	}
	.footer a:nth-child(4) {
		padding: 3% 0;
	}
	.footer a:nth-child(5) {
		padding: 3% 0 3%;
	}
	.footer a:nth-child(6) {
		padding: 3% 0 3%;
	}
}

@media (min-width: 1025px) {
	.footer-container {
		margin-top: 12rem;
	}
	.footer a {
		display: flex;
		align-items: center;
		justify-content: center;

		flex-basis: 16%;
	}
	.footer a:nth-child(1) {
		padding: 0 0;
	} 
	.footer a:nth-child(2) {
		padding: 0 2% 0.5% 0;
	}
	.footer a:nth-child(3) {
		padding: 4% 3% 4% 2%;
	}
	.footer a:nth-child(4) {
		padding: 0;
	}
	.footer a:nth-child(5) {
		padding: 0;
	}
	.footer a:nth-child(6) {
		padding: 0;
	}
}

@media (min-width: 1500px) {
	.footer {
		max-width: 90%;
	}
}
@media (min-width: 1750px) {
	.footer {
		max-width: 80%;
	}
}
@media (min-width: 2000px) {
	.footer {
		max-width: 66%;
	}
}
@media (min-width: 3000px) {
	.footer {
		max-width: 55%;
	}
}









/* Nav */
.top-bar {
	box-shadow: 0 1px 8px rgba(0,0,0,.4);
}
.title-area h1 a {
	text-shadow: 1px 1px 1.5px rgba(0,0,0,1);
}
@media (min-width: 642px) {
	#applications a {
		width: 8rem;
	}
}
.js-generated.back h5 a {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.js-generated.back h5 .fa:before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
    border-left-style: solid;
    margin-left: 15px;
    margin-top: -4.5px;
    position: absolute;
    left: 0;
}
.js-generated.back h5 span {
	font-size: 0.9rem;
	font-weight: 600;
}
.top-bar-section .dropdown li a {
    text-align: center;
}
#database .js-generated.back {
	background: #008cba;
	border-bottom: 1px solid #42647f;
}
#applications .js-generated.back {
	background: #272727;
	border-bottom: 1px solid #555555;
}




















/* Index */
.sectionHeader {
	text-align:center;
	padding-bottom: 10px;
	padding-top: 25px;
}
.browseMenu {
	display: flex;
	flex-direction: columns;
	flex-wrap: wrap;
	justify-content: center;
}
.databaseBtn {
	border-radius: 50px !important;
	margin: 0 1rem;
	padding: 1rem 2rem !important;
}
.databaseBtn:focus {
	outline: none;
}










/* Table Template */
#tabletitle {
	text-align: center;
	font-weight: 300;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 2.7rem;
	line-height: 3rem;
}
#tgNote {
	font-size: 0.85rem;
	color: #f94500;
	line-height: 1.25rem;
	text-align: center;
}
#tgNote .tgNoteDoi {
	color: #f94500;
	border-bottom: 1px solid #f94500;
	transition: 0.15s color ease-in;
}
#tgNote .tgNoteDoi:hover {
	color: black;
}

#cpNote {
	font-size: 0.85rem;
	color: #000000;
	line-height: 1.25rem;
	text-align: left;
}
#cpNote .centerImage{
	display: block;
	margin-left: auto;
    margin-right: auto;
}

#mastertemptable {
	opacity: 0;
	transition: 0.33s;
}
.dataTables_wrapper .dataTables_filter input {
	margin-left: 0 !important;
}
select {
	width: unset;
	margin: 1.4rem 0.3rem 0;
	padding: 0.5rem 1rem;
}
.breadcrumbs {
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: center;
}
.breadcrumbs p {
	font-size: 0.6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase;
}
.breadcrumbs p#tgNote {
	text-transform: initial;
}
.breadcrumbs p#cpNote {
	text-transform: initial;
}

.text-wrap {
	white-space: normal;
	word-break: break-all;
}
.doi:hover {
	color: #72777b !important;
}
.fraction, .fractop, .fracbottom {
	padding: 0 2px;    
	vertical-align: middle;
	white-space: nowrap;
}

.fraction {
	display: inline-block;
	text-align: center;    
}

.bottom {
	border-top: 1px solid #000;
	display: block;
}

.sorting_disabled {
	cursor: pointer;
}

.doi-list-item {
	display: inline-block;
	margin: 2px 0;
word-break: break-all;
}

.chi-section-title {
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.chi-section-body {
	margin-bottom: 1.2rem;
	overflow-x: auto;
}
.chi-section-table {
	margin-bottom: 0;
	table-layout: unset;
}        
.chi-section-table-header {
	font-weight: bold;
	background-color: rgba(240, 240, 240, 1);
}
















/* Flory Plot */	
.card#plot {
	padding: 10px 0;
}
.card#plot div {
	width: 640px;
}
@media only screen and (max-width: 800px) {
	.card#plot div {
		width: 100%;
	}
}
.card#plot div div {
	width: 100%;
}
.card#plot div div svg {
	width: 100%;
	height: auto;
}
.info-card {
	margin-top: 0;
	margin-bottom: 20px; 
}
@media only screen and (max-width: 640px) {
	.info-card {
		padding: 0;
	}
}
.title.chi-title {
	line-height: 2.25rem;
	margin-bottom: 1.2rem;
}





/* SF Plot */
.card#plot {
	padding: 10px 0;
}
.card#plot div {
	width: 640px;
}
@media only screen and (max-width: 800px) {
	.card#plot div {
		width: 100%;
	}
}
.card#plot div div {
	width: 100%;
}
.card#plot div div svg {
	width: 100%;
	height: auto;
}
.info-card {
	margin-top: 0;
	margin-bottom: 20px; 
}
@media only screen and (max-width: 640px) {
	.info-card {
		padding: 0;
	}
}

.invalid {
	color: #f94500;
}
.noResult {
	text-indent: 1rem;
	color: #333;
	font-style: italic;
}
