* {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.form-title {
	border-radius: 5px 5px 0 0;
	background-image: url('../images/pattern.png');
	background-repeat: no-repeat;
	background-size: cover;

	padding: 15px;
	margin: 0;

	color: rgb(102, 102, 102);
}

.form-title div:nth-of-type(1) {
	font-size: 14px;
}

.form-title div:nth-of-type(2) > a {
	color: rgb(102, 102, 102);
	font-size: 13px;
}

form, .panel-body {
	padding: 20px 40px 0 40px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.panel-body {
	padding: 20px 0 20px 40px;
	margin: 0 0 20px 0;
}

form label {
	font-weight: normal;
}

form input, form select {
	border-radius: 3px !important;
	border: solid 1px rgb(188, 188, 188);
	padding: 8px;

	background-color: #f5f5f5 !important;
	-webkit-box-shadow: inset 0 -1px 4px #eee !important;
	-moz-box-shadow: inset 0 -1px 4px #eee !important;
	box-shadow: inset 0 -1px 4px #eee !important;
	color: #aaa !important;
}

form input:focus, form select:focus {
	background: #fff !important;
	border: 1px solid #aaa !important;
	box-shadow: inset 0 -1px 4px #ccc !important;
	color: #333 !important;
}

.btn.btn-primary {
	font-size: 13px;
	border: 1px solid #353535 !important;
	background: #444 !important;
	background: -moz-linear-gradient(0% 0% 270deg,#444, #333) !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333)) !important;
}

.btn.btn-primary:hover {
	border-color: #222 !important;
	background: #333 !important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#222)) !important;
	background: -moz-linear-gradient(0% 0% 270deg,#333, #222) !important;
}

#form_birthday {
	border: none !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
	box-shadow: none !important;
}

.ticket {
	padding: 10px;
}
.loading_opacity {
	opacity: 0.6;
}
.loading {
	background-image: url('../images/ajax_loader_gray_256.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
