
/*** STylesheet for decision tool ***/

@import url('https://fonts.googleapis.com/css?family=Sanchez');

.container
{
	background-color: #ffffff;
	margin: 0 auto;
	border: 5px #333333 solid;
}
.container .container-small
{
	width: 600px;
}
.container-white
{
	background-color: #fff !important;
}
#survey-form
{
	margin-top: 40px;
}
form label.error, label.error {
    color: #ef7951;
    font-style: italic;
}
#submit-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ef7951;
    border-radius: 100em;
    padding: 36px 10px 36px 10px;
    border-color: #ef7951;
}
.btn-info:hover {
    color: #dff0d8;
    background-color: #ef7951;
    border-color: #ef7951;
}

.btn {

    background-color: #ef7951 !important;
    border-color: #ef7951 !important;
	margin-bottom: 10px;
}


.tab-content
{
	margin-top: 20px !important;
}
.table > tbody > tr > td {
     vertical-align: middle;
     text-align: center;
}
.table > tbody > tr > th {
     vertical-align: middle;
     text-align: center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #ef7951;
    color: #fff;
    cursor: default;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #ef7951;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background: url(http://www.bureaubold.nl/wp-content/uploads/2016/09/wordpress_website_bouw_design-2.jpg);
    background-size: cover;
	    padding-top: 5%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",'Sanchez', Georgia, "Times New Roman", serif;
		
}

p {font-family: "Open Sans", Arial, sans-serif;}

section {    display: inline-block;}
