body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(245, 247, 249);
	/* background-color:  */
}

html {
	height: 100%;
}

h1 {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 32px;
	font-weight: 500;
}

.product-header {
	text-align: center;
	color:#F89744;
	font-family: Content-font, Roboto, sans-serif;
	font-size: 20px;
}

.header {
	box-sizing: border-box;
	height: 64px;
	width: 100%;
	background-color: white;
}

.header h1 {
	color: #939597;
}

.header h2 {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 20px;
	color: #939597;
	font-weight:lighter;
}

.header-full {
	border-bottom: solid 1px rgb(212, 218, 223);
	box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
}

.index-container {
	background-color: rgb(245, 247, 249);
	box-sizing: border-box;
	padding: 0px 0px 10px 10px;
}

.index-label-0 {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgb(157, 170, 182);
	padding: 10px;
	/* cursor: pointer; */
	margin-top: 16px;
	-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/* .index-label-0:hover {
	background-color: #e6ecf1;
} */

.index-label-1 {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgb(59, 69, 79);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.index-label-1:hover {
	background-color: #e6ecf1;
}

.index-label-1-selected {
	background-color: white;
	box-sizing: border-box;
	font-family: Content-font, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: rgb(59, 69, 79);
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
	border-left: #F89744 solid 2px;
}

.index-label-2 {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: rgb(59, 69, 79);
	padding: 5px;
}

.content-container {
	border-left: solid 1px rgb(212, 218, 223);
}

.contents-container {
	/* background-color: white; */
	border-left: solid 1px rgb(212, 218, 223);
	-moz-user-select: none;
	-webkit-user-select: none;
	/* margin-top: 20px; */
}

.contents-header {
	font-family: Content-font, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: rgb(157, 170, 182);
	padding: 10px;
	padding-left: 20px;
}

.contents-label {
	box-sizing: border-box;
	font-family: Content-font, Roboto, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: rgb(116, 126, 136);
	padding: 8px;
	padding-left: 20px;
	cursor: pointer;
}

.contents-label:hover {
	background-color: #e6ecf1;
}

.contents-label-selected {
	border-left: solid 4px #F89744;
}

.desc a {
	display: flex;
	flex-direction: row;
	text-decoration: none;
	align-items: center;
	border: solid 1px rgb(212, 218, 223);
	margin: 24px;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
}

.desc a:link {
	text-decoration: none;
}

.desc a:visited {
	text-decoration: none;
}

.desc a:hover {
	text-decoration: none;
	border: solid 1px #F89744;
}

.desc a:active {
	text-decoration: none;
}

.desc-header {
	font-family: Content-font, Roboto, sans-serif;
	color: rgb(116, 126, 136);
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
}

.desc-body {
	font-family: Content-font, Roboto, sans-serif;
	color: rgb(59, 69, 79);
	font-size: 15px;
	text-decoration: none;
}

.desc-body:hover {
	text-decoration: none;
}
.pin-block {
	border-radius: 4px;
	width: 20px; height: 20px;
	background-color: rgb(0, 0, 0);
	text-align: center;
}

/*
----------------------------------------------------------------------------------------------------
 Index container scroll bar.
----------------------------------------------------------------------------------------------------
*/

.index-container::-webkit-scrollbar {
	width: 4px;
	/* background-color: rgb(245, 247, 249); */
	background-color: none	;
}

.index-container::-webkit-scrollbar-track {
	/* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
	background-color: none;
}

.index-container::-webkit-scrollbar-thumb {
	background-color: rgba(100, 100, 100, 0.2);
	border-radius: 2px;
	/* outline: 1px solid slategrey; */
}


/*
----------------------------------------------------------------------------------------------------
 Spinner.
----------------------------------------------------------------------------------------------------
*/
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;	
  }
  .lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: rgb(255, 151, 68);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(19px, 0);
	}
  }