#title {
    max-width: 100%;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.form-header {
    padding: 6px 8px;
    clear: both;
    border-radius: 4px;
}	
.formfield-row {
	padding: 4px;
}
.form-container {
	padding: 10px;
}
.col-form-label-inline, .col-form-label-row, .col-form-value-inline, .col-form-value-row {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.sw_time_combo {
	border-color: #ccc !important;
	padding: 6px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}
.form-required-legend {
	text-align: right;
}
.form-buttons-space {
	clear: both;
}
.form-buttons {
	text-align: center;
}
@media (min-width: 480px) {
	.col-form-label-inline {
		float: left;
		/*text-align: right;*/
		width: 30%;
	}
	.col-form-value-inline {
		float: left;
		width: 70%;
	}
}
@media (max-width: 480px) {
	
	input[type="text"].form-control, input[type="password"].form-control, textarea.form-control, select.form-control {
		width: 100% !important;
		padding: 8px 4px;
	}
	input[size="5"].form-control, input[size="3"].form-control {
		width: auto !important;
	}
	.alert {
		padding: 5px;
		font-size: 11px;
	}
	.formfield-row {
		margin-top: 10px;
	}
	.FormLabel {
		font-weight:bold;
	}
	.FieldHint {
		display: block;
	}
	.page-title i.fa {
		font-size: 24px;
	}
	.radio-item {
		display: block;
		/*white-space: nowrap;*/
	}
	.ReportGroup {
		font-size: 11px;
		font-weight: normal;
	}
	/* Fixar bot?es de formul?rio abaixo
	#TR_BUTTONS_AFTER {    
		position: fixed;
		bottom: 0;
		background-color: #eee;
		display: block;
		width: 100%;
		z-index: 9;
		padding: 15px;
		height: 75px;
		box-shadow: -2px -2px 2px #999;
	}*/
	
	
	.Step .middle{
		max-width:65px;
		min-width:65px;
	}
	.Step .title{
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0px;
		margin-bottom: 5px;
	}
	#bottom > div {
		width: 100%;
	}	
	
	#bottom .fb-like {
		display: none;
	}
	
	#head > div > a > img {
		max-width: 100% !important;
	}
	
	#head {
		padding: 4px 0;
	}	
	
	#title {
		padding: 4px 0;
	}
	
	#title h2 {
		font-size: 18px;
	}
	
	#title h2 span {
		font-size: 12px;
	}
	
	#title h1 img {
	    max-width: 100px !important;
		max-height: 50px !important;
	}
	#content {
		width: auto !important;
		margin: 10px !important;
	}
	#container {
		max-width: auto !important;
	}
	#lista-inscritos-container {
		display: none;
	}
	#TR_TIPO .div_label_container {
		font-size: 12px;
		width: 80%;
	}
	#TR_BUTTONS_AFTER {
		margin-top: 10px;
	}
}

div#TR_TERMO_ACEITE label {
    font-weight: normal;
}