@font-face {
	font-family: 'Omnes Light';
	src: url('../fonts/OMNES-LIGHT.OTF');
}
body {
	background: url("../img/page-bg.jpg") repeat fixed center center / cover rgba(0, 0, 0, 0);
	color: #fff !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.42857 !important;
}
.topbar {
	display: block;
	height: 50px;
	background-color: #f47926 !important;
	margin: 0 -15px !important;
}
.main-content-box {
	background-color: #fff;
	font-family: "Omnes Light" !important;
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 20px;
}
.main-content-box .logo {
	margin: 0 auto;
	text-align: center;
}
.main-content-box h1 {
	color: #f47926;
}
#form_angajare {
	margin-bottom: 25px;
}
.row {
	margin-bottom: 20px;
}
.form-group.warning > .form-control {
	background-color: #7c4399;
}
.btn-send-app {
	background-color: #333;
	border-color: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 10%;
	text-transform: uppercase;
	width: 80%;
}
.btn {
	padding: 0px;
}
.btn > label {
	padding: 6px 12px 3px;
}
.gender-select {
	width: 100%;
}
.gender-select .btn {
	font-weight: 700;
	padding: 7px 2px;
	width: 50%;
}
.positions .btn {
	background-color: #f47926;
	border: 2px solid #f47926;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-family: "Omnes Light";
	font-size: 26px;
	font-weight: 600;
	height: 200px;
	margin-bottom: 20px;
	padding: 75px 0;
	text-transform: uppercase;
}
.positions .btn:hover {
	background-color: #f47926;
	color: #fff;
}
.wage-select .btn {
	padding: 15px 8px;
}
.success-container {
	padding-top: 100px;
}
.list-application .panel-body {
	color: #000;
}
tbody {
	color: #000;
}
.parsley-errors-list {
	display: none;
}
.parsley-errors-list.filled {
	background-color: #7c4399;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	margin-top: -3px;
	padding: 5px 40px;
	position: relative;
	z-index: -1;
}
.parsley-errors-list li {
	list-style: none outside none;
	margin-left: -30px;
}
label {
  color: #f47926 !important;
  text-transform: uppercase;
}
.form-group > input[type="file"] {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	padding: 10px 5px;
	text-align: center;
	width: 100%;
}
.alert {
	float: right;
	font-size: 80%;
	margin-left: 10px;
	margin-top: -5px;
	margin-bottom: 5px;
	padding: 5px 2px;
}
.alert.alert-danger {
	background-color: #7c4399;
	border-color: #7c4399;
	color: #fff;
	font-size: 15px !important;
	padding: 5px 15px;
	width: 100%;
}
.btn.active {
	background-color: #333;
	color: #fff;
}
.space {
	margin: 100px;
}
.jumbotron {
	background: none;
	border: 3px solid #fff;
	padding: 30px 45px !important;
}
.lead {
	font-size: 21px;
	color: #333;
	padding-top: 15px;
}
.extra-small {
	display: inline-block;
	font-size: 12px;
	left: 15px;
	margin-top: 16px;
	position: absolute;
}
