input, textarea
{
	/* width:100%; */
	border:1px solid #efefef;
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:1.2em
}

.button-1 {
	border:1px solid #46b8da;
	text-decoration:none;
	color:#fff;
	background:#5bc0de;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	font-weight:700
}
.button-1:hover{
	background:#31b0d5;
	border:1px solid #269abc;
	cursor:pointer
}
.button-1:first-letter {text-transform:uppercase}


.form-group textarea
{
	height:200px
}

.next .button-1
{
	float:right
}

.previous .button-1
{
	float:left
}

.next .btn:first-letter,.previous .btn:first-letter
{
	text-transform:capitalize
}

label.control-label
{
	font-size:15px;
	position:relative;
	display:inline-block;
	/* width:100%; */
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:none;
	margin-bottom:10px;
	/* color:#363136;
	font-weight:normal */
	/*color: #949494;
	font-family: 'Roboto', sans-serif;*/
}

.required
{
	color:red;
	padding-left:5px
}
fieldset
{
	text-decoration:none
}
legend
{
	font-size:22px;
	text-decoration:none;
	border:none;
	msrgin-bottom:0px
}

table.table
{
	width:100%;
	border-collapse:collapse;
	margin:0px 0;
	font-size:15px
}

table.table td
{
	text-align:left;
	width:auto;
	border:0;
	border-bottom:1px solid #ccc
}

table.table tr:hover td
{
	background-color:transparent
}

.summary-table-first-col
{
	font-weight:700
}