@charset "UTF-8";

body {
	font-family: Source Sans Pro;
	background-color: white;
	margin: 0px;

-webkit-touch-callout: none; 
  -webkit-user-select: none; 
   -khtml-user-select: none;
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none; 
}

.header{
	position: absolute;
	top:20px;
	left:20px;
	width: 170px;
	height:80px;
	font-size: 16px;
	color:#7a7a7a;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 100;
	line-height: 120%;
	/*pointer-events: none;*/
}

.author{
	font-size: 12px;
	font-weight: 400;
}

a.author{
	color:black;
	text-decoration: none;
	font-weight: 600;
}

a.author:hover{
	text-decoration: underline;
}

.decade-label{
	position: absolute;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	color:#7e7e7e;
	background-color: #ffffff;
	width:40px;
	height:18px;
	border:1px solid #dedede;
}

.item-label{
	position: absolute;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color:#7e7e7e;
	line-height: 100%;
	width:100px;
	padding-left: 5px;
	padding-right: 5px;
	height:auto;
	pointer-events: none;
}

.popup{
	position: absolute;
	padding: 5px;
	width:290px;
	/*height:190px;*/
	color:black;
	background-color: white;
	border: 1px solid #a2a2a2;
	text-align: center;
	box-shadow: -5px 5px #a2a2a2;
	z-index: 1;
}

.popup-button{
	position: absolute;
	font-family: Font Awesome;
	font-size: 14px;
	padding-top: 4px;
	left:268px;
	width:25px;
	height:21px;
	color:white;
	background-color: #3e3e3e;
	border-radius: 6px;
	/*border: 1px solid #a2a2a2;*/
	text-align: center;
}

.popup-header{
	position: relative;
	text-transform: uppercase;
	left:0px;
	top:0px;
	width:250px;
	height:12px;
	font-size: 12px;
	color:#3e3e3e;
	background-color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-date{
	position: relative;
	text-transform: uppercase;
	left:0px;
	top:0px;
	width:250px;
	height:14px;
	font-size: 12px;
	color:#7a7a7a;
	background-color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-content{
	position: relative;
	font-size: 14px;
	left:0px;
	top:2px;
	width:250px;
	min-height: 162px;
	/*height:162px;*/
	color:black;
	background-color: white;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-content-alert{
	font-size: 12px;
	text-transform: uppercase;
	color:#c63030;
	text-align: left;
}

.preview-description{
	position: absolute;
	font-size: 12px;
	width:150px;
	padding:5px;
	color:black;
	background-color: white;
	border: 1px solid #a2a2a2;
	text-align: center;
	/*overflow: hidden;
	text-overflow: ellipsis;*/
}

.control-menu{
	position: fixed;
	top:10px;
	right:10px;
	width: 30px;
	height: auto;
	font-size: 12px;
	padding: 0px;
}

.control-button{
	width:30px;
	height:23px;
	font-family: Font Awesome;
	font-size: 16px;
	color:white;
	background-color: black;
	text-align: center;
	padding-top: 7px;
	border-radius: 6px;
}

.control-button:hover{
	background-color: #7a7a7a;
	cursor: pointer;;
}

.class-menu{
	position: fixed;
	top:10px;
	right:50px;
	width: 56px;
	height: auto;
	font-size: 12px;
}

.class-button{
	position: relative;
	text-align: center;
	width: 50px;
	height: 14px;
	margin-bottom: 2px;
	padding:3px;
	font-size: 12px;
	background-color: #7a7a7a;
	color:white;
	text-transform: uppercase;
	border-radius: 6px;
}

.class-button:hover{
	background-color: black;
	cursor: pointer;
}

.references-container{
	position: absolute;
	top: 20px;
	left:30%;
	width:50%;
	font-family: Source Sans Pro;
	font-size: 14px;
}

.references-header{
	/*font-weight: 700;*/
	/*text-transform: uppercase;*/
}

.reference{
	color:#7e7e7e;
	padding-top: 5px;
	padding-bottom: 5px;
}
