body {
    font-family: 'Roboto';
    text-align: center;
}
.chatbot-actions{
    text-align: center;
}

.formbuilder-radio-inline {
    display: block !important;
}

.formbuilder-radio-inline label {
    display: inline-block !important;
}

.form-group > label {
    font-weight: bold;
    margin-bottom: 20px;
}

.rendered-form {
    margin-top: 30px;
}

.navbar {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 48px;
	position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1;
	top: 0px;
	height: 48px;
}

.container {
	margin-top: 48px;
}

.navbar-brand {
	position: absolute;
	top: 0px;
	left: 15px;
	height: 48px;
}

.navbar-image {
	position: absolute;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	overflow: hidden;
	top: 32px;
}

.navbar-image img {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 600px) {
	
	.navbar {
		height: 40px;
		margin-bottom: 20px;
	}
	
	.navbar-brand {
		height: 40px;
	}
	
	.navbar-image {
		width: 48px;
		height: 48px;
		margin-left: -24px;
		border-radius: 24px;
		top: 16px;
	}
	
	.btn-help {
		margin-top: -7px;
		margin-right: -14px;
	}
	
	.btn-help img {
		height: 20px;
	}
}

.chatbot-actions {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 68px;
	width: 100%;
}

.chatbot-step-complete {
	margin-bottom: 100px;
}

.chatbot-actions .btn {
	position: absolute;
	height: 100%;
	top: 0px;
	width: 50%;
	border-radius: 0px;
}

.chatbot-actions-previous {
	left: 0px;
}

.chatbot-actions-next {
	right: 0px;
	border-left: 1px solid #005fc6;
}

body {
	overflow-x: hidden;
}

.formbuilder-radio {
	background-image: url(../images/option-unchecked-black.png);
}

.formbuilder-checkbox {
	background-image: url(../images/checkbox-unchecked-black.png);
}

.formbuilder-radio, .formbuilder-checkbox {
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    height: 50px;
    background-size: 30px;
    background-position-x: 10px;
    background-position-y: 9px;
	display: table;
	width: 100%;
	cursor: pointer;
}

.formbuilder-radio.checked {
	background-image: url(../images/option-checked-white.png);
}

.formbuilder-checkbox.checked {
	background-image: url(../images/checkbox-checked-white.png);
}

.formbuilder-radio.checked, .formbuilder-checkbox.checked {
	background-color: #007bff;
	border-color: #007bff;
	color: white;
}


.formbuilder-radio label, .formbuilder-checkbox label {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding-left: 48px;
	padding-right: 48px;
	cursor: pointer;
	user-select: none;
}

.formbuilder-radio input, .formbuilder-checkbox input {
	display: none;
}


.navbar {
	background: white;
}

body {
   background:#f5f5f5;
}

.box {
   background: #fff;
   border-radius: 4px;
   padding-bottom: 100%;
   background-repeat: no-repeat;
   background-position: center 6px;
   background-size: 60%;
   position: relative;
   cursor: pointer;
}

.row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.block {
    margin-top: 15px !important;
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.label {
	color: #00628d;
	position: absolute;
    width: 100%;
    bottom: 0px;
    height: 35%;
	font-weight: bold;
}

.label_container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.label_inside {
	display: table-cell;
	vertical-align: middle;
}

.number {
	position: absolute;
    top: 2%;
    right: 2%;
    width: 24px;
    height: 24px;
    background: #bd0a26;
    font-weight: bold;
    color: white;
    border-radius: 100%;
}