body {
    font-size: 1em;
    font-family: Helvetica, "Trebuchet MS", Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #808080;
    height:100%;
    width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
header{
	height: 6rem;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.15);
	background: #fff;
	width: 970px;
	z-index: 100;
	margin:0 auto;
	padding:0;

}
section{
	display: block;
}

a{
	text-decoration:none;
	text-align:left;
	color: #808080;
}

a:hover{
	color:#EE7F2D;
}


input[type="text"], 
input[type="password"],
input[type="date"],
input[type="select"],
select,
textarea
 {
    border: 1px solid #ccc;
    padding: 2px;
    color: #444;
}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
}


img{border:0px;}

#project-title{
	height: 35px;
	font-size: 25px;
	line-height: 35px;
}

#project-nav{
	border-bottom: 1px solid #C8C8C8;
	height: 25px;
	line-height: 25px;
}

#project-nav > a{
	display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

#main-title {
	color: #EE7F2D;
	margin: 0 0 10px 0;
}

#main{
	margin: 0 0 0 40px;
}
#content{
	position: relative;
	
	z-index: 1;
}

a.main-nav{
	font-weight:bold;
	text-decoration:none;
	display:block;
	height: 37px;
	text-align:left;
	color: #808080;
}

.bold{
	font-weight:bold;
}

.count{
	position:relative;
	padding-left:30px;
}
.count:before {
	counter-increment: section;
	content: counter(section) ".";
	position:absolute;
	left:0;
	top:0;
	text-align:right;
	width:15px;
}

.section-counter{
	counter-reset: section;
}


.hidden{
	display: none;
}

 .selected-tab{
	 background-color: #ccc;
	 color: white;
 }

.articles-by-author{
	margin: 0 0 0 10px;
}

.authors-by-article{
	margin: 0 0 0 10px;
}

.paper, .author{
	margin: 0 0 20px 0;
}


nav{
	z-index: 100;
	background-color:white;
	position:fixed;
	left: 0;
	top:0;
	bottom:0;
	width: 315px;
	transform: translateX(-300px);
	transition: transform .3s ease-in-out;
}

#nav-items{
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	width:300px;
}

.nav-group{
	margin: 10px 0 0 10px;
	font-size: .8em;
}

.nav-item{
	text-indent: 5px;
	display: block;
}

#nav-expand{
	position:fixed;
	top:0;
	bottom:0;
	left:300px;
	background-color: #C8C8C8;
	width: 15px;
	text-decoration: none;
}

#nav-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	text-align: center;
}
.nav-label{
	font-weight: bold;
}

.popup-container{
	position:fixed;
	top: 100px;
	left: 330px;
	min-width: 300px;
	border: 1px solid black;
	background-color: white;
}

.popup-title{
	height: 37px;
	line-height: 37px;
	text-indent: 10px;
	position:relative;
	text-align: left;
	background-color: #ccc;
}

.popup-close{
	position: absolute;
	right: 5px;
}

.popup-close::before{
	content: '\f00d';
	margin: 0 0px 0 0;
	font-family: FontAwesome;
}

.popup-content{
	position:relative;
	overflow-x: hidden;
	min-height: 200px;
}


.popup-title-content{
	text-indent: 10px;
}

.delete::before{
	content: '\f014';
	font-family: FontAwesome;
}

.send:before{
	content: '\f2c6';
	font-family: FontAwesome;
}

.people::before{
	content: '\f0c0';
	font-family: FontAwesome;	
}

.lock:before{
	content: 'f023';
	font-family: FontAwesome;
}

.right{
    text-align: right;
}