body{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.3em;
	margin-top: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;	
}

.header{
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.menu-container{
	margin-right: 5px;
}

a.nav-link{
	color: black;
    text-decoration: none;
    margin-right: 5px;
}
a.nav-link:hover{
	color: #ff725c;
}

h1.logo{
	margin-left: 10px;
	font-weight: 400;
}

h3.logo{
	margin-left: 10px;
	font-weight: 400;
	color: #ff725c;
}

.newproj, .report {
	margin-bottom: 20px;
	padding: 10px;
}

.newproj-body{
	display: flex;
	justify-content: start;
}

.newproj-body-step {
	display: block;
	margin-right: 10% !important;
}

select {
  width: 200px;
  background: #ffffff;
  border: 1px solid #222222;
  height: 32px;
  font-size: 14px;
}

textarea{
	border: 1px solid #222222;
	border-radius: 2px;
}

textarea:disabled{
	border: 1px solid #d6d6d6;
  	font-size: 14px;
}

button{
	background-color: #222222;
	color: #ffffff;
  	font-size: 14px;
  	border: 1px solid #222222;
  	padding: 5px 10px;
  	border-radius: 2px;
}

button:disabled{
	background-color: #d6d6d6;
  	border: 1px solid #d6d6d6;
}

button:hover{
	transform: translateY(-2px);
}
button:active{
	transform: translateY(2px);
	background-color: #ffffff;
  	border: 1px solid #222222;
  	color: #222222;
}
.report{
	color: #000000b3 !important;
}
.report-line{
	display: flex;
	justify-content: start;
	padding: 10px 0;
	border-bottom: solid 1px #eee;
}

.report-about{
	flex: 1;
	margin-right: 10px;
}
.report-about-project, .report-about-topic, .report-times{
	padding: 5px;
}
.report-times{
	font-size: 13px;
}