@font-face {
    font-family: ErasFont;
    font-weight: 500;
    src: url('../fonts/eras/eras-medium.otf');
}
@font-face {
    font-family: ErasFont;
    font-weight: 700;
    src: url('../fonts/eras/eras-bold.otf');
}
@font-face {
    font-family: ErasFont;
    font-weight: 300;
    src: url('../fonts/eras/eras-light.otf');
}
body{
	font-family: ErasFont;
	background: #252b39;
	color: white;
	font-weight: 300;
	font-size: 14px;
}
.login{
	width: 20%;
	min-width: 250px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.login input{
	border:none;
	border-bottom: 1px solid #212121;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 200px;
}

.formEdit{
	margin-bottom: 100px;
}

.formInput{
	display: block;
	border:none;
	border-bottom: 1px solid #212121;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 16px;
	outline: none;
	color: #212121;
}

.inputText, textarea{
	width: 60%;
}

textarea{
	height: 300px;
}

.inputNumber{
	width: 15%;
}

.formSelect{
	margin-top: 20px;
	width: 20%;
	border-radius: 5px;
}

.checkbox-inline{
	margin-top: 20px;
}

input[type="submit"]{
	float: right;
	margin-top: 50px;
	color: black;
}

.navbar-nav>li>a, .navbar-brand{
	color: #212121;
}

.container, .opcoes{
	padding-top: 80px;
}

.chosen-container{
	margin-bottom: 20px;
}

.filtro{
	width: 50%;
	margin-bottom: 30px;
}

.filtro input[type="submit"]{
	margin-top: 0px;
	float: left;
}

.navbar{
	border-bottom: solid 1px #333;
    position: fixed;
    width: 100%;
    z-index: 100000;
    background: white;
    margin-bottom: 100px;
    border-radius: 0px;
}
.normalWeight{
	font-weight: 500;
}
th{
	background-color: grey;
}
.pointer{
	cursor: pointer;
}
.filtroDiv{
	float: left;
	width: 49%;
}
.filtroDiv .chosen-container{
	width: 80% !important;
}
.filtroDiv label{
	display: block;
}
.clear{
	clear: both;
}
.navbar-toggle .icon-bar{
	background: grey;
}
select{
	color: black;
}
a{
	color: #E8E8E8;
}
th.symbol{
	text-align: center;
}

@media screen and (max-width: 600px) {
	.filtroDiv{
		float: none;
		width: 300px;
	}
}