

body {
	font-family: sans-serif;
	padding-top: 70px
}

.bg-custom {
    background-color: FloralWhite !important;
	font-size: 1.5rem;
}

.nav-link:link, .nav-link:visited, .nav-link:hover, .nav-link:active {
	color: black;
	text-decoration: none;
}*/


td{padding:0px !important}

.title-index {
	margin: auto;
	width: 90%;
	min-height: 25vh;
	margin-top: 1em;
}

.title-create {
	margin: auto;
	width: 90%;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

.content-box h1 {
		margin-bottom: 20px;
}


.landing-back {
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),  url("../img/landing.svg");
	background-size: cover;
	width: 98%;
}

div .login-form input {
	border-radius: 4px;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	margin-top: 0.5em;
}
/*
.white-layout {
	background: FloralWhite;
	border-radius: 4px;
}
*/
.btn-create {
	margin-top: 1em;
}


.first-line-action {
	margin-bottom: 1.5em;
}

.second-line-action div {
	align-items: center;	
}

.sidenav {
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 100px;
  left: 10px;
  background: FloralWhite;
  overflow-x: hidden;
  padding: 8px 0;
  margin-right: 1em;
}

.sidenav select {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 10px;
  color: #2196F3;
  display: block;
}

.view-pos {
	margin-left: 22%;
}

.chart-container {
	position: relative;
	height: 40%; 
	width: 60%;
}

.profile-form {
	margin-top: 1em;
	justify-content: center;
	align-items: center;
	margin-left: 30%;
	margin-right: 30%;
}

.ul-perf {
	list-style-type:none;
	text-align: center;
}


.li-perf {
	/*float: left;*/
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}

.img-upload {
	height: 65%;
	width: 75%;
}

#perf-accordion {
	margin-top: 2em;
}

/* Input without selection arrow*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

