/* The container */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




form.path_form {
    padding: 40px;
    background: rgba(233,233,233,1.00);
    border: 2px solid rgba(170,170,170,1.00);
    border-radius: 7px;
    text-align:left;
}

.next_button.item-container.item_6_container {
    text-align: center;
}

.form-control {
    max-width: 500px;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkcust {
    position: absolute;
    top: 10px;
    left: 90px;
    height: 45px;
    width: 45px;
    background-color: #fff;
    /* border: black; */
    border: solid black;
}


/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmarkcust {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmarkcust {
  background-color: #2196F3;
}

/* Create the checkmarkcust/indicator (hidden when not checked) */
.checkmarkcust:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmarkcust when checked */
.containercheck input:checked ~ .checkmarkcust:after {
  display: block;
}

/* Style the checkmarkcust/indicator */
.containercheck .checkmarkcust:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxes{
 display: inline-block;
}

div#right-container{
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
    text-align: center !important;
}

div#left-container{
    webkit-box-flex: 0 !important;
    -ms-flex: 0 0 0% !important;
    flex: 0 0 0% !important;
    max-width: 0 !important;
}

#topbar {
	height: 67px;
	background-color:#333333;
    background-position: center;
	padding: 0;
	width: 100%;
}

div#header-container{
	background-color:#333333;


}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    
        font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.container
{
    -ms-flex: 0 0 90% !important;
    flex: 0 0 90% !important;
    max-width: 90% !important;
    text-align: center !important;
}

.btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    width: 80%;
    padding: 2%;
    font-size: 34px;
}



.form-check {
    position: relative;
    display: inline-block !important;
   
}

.col-sm-9 {
    margin: auto;
}

#answer_649
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(4); /* IE */
  -moz-transform: scale(4); /* FF */
  -webkit-transform: scale(4); /* Safari and Chrome */
  -o-transform: scale(4); /* Opera */
  padding: 10px;
    margin-top:20px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.main
{
	margin:0px auto;
}
.questions_page
{
	padding:40px;
	background:rgba(233,233,233,1.00);
	border:2px solid rgba(170,170,170,1.00);
	border-radius:7px;
}

img
{
	max-width:100%;
}

.questions_page form > h2
{
	background:#fff;
	color:rgba(0,154,85,1.00);
	padding:10px; 
	margin:-38px -38px 30px -38px;
	border-radius:5px 5px 0 0;
	text-align:center;
}
.category
{
	border:1px solid rgba(215,215,215,1.00);
	background:#fff;
	margin-bottom:20px;
	padding:10px;
	border-radius:10px;
}

.page_progress
{
	margin:0;
	list-style:none;
	background:rgba(126,126,126,1.00);
	padding:5px 5px 0 5px;
	border-radius:20px;
	margin-bottom:10px;
}
.page_progress li
{
	display:inline-block;
	background:rgba(212,212,212,1.00);
	padding:0 15px 0 25px;
	position:relative;
	margin-left:15px;
	height:30px;
	line-height:28px;
	margin-right:10px;
	border-radius: 0 20px 20px 0;
	box-shadow:0 0 5px rgba(0,0,0,0.50);
	margin-bottom:5px;
	
	
}

.page_progress li.active
{
	background-color:rgba(0,154,85,1.00);
	color:#fff;
	font-weight:bold;
	z-index:30;
}

.page_progress li.completed
{
	color:rgba(98,98,98,1.00);
}

.page_progress li span
{
	border:2px solid rgba(100,100,100,1.00);
	border-radius:20px;
	height:38px;
	width:38px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:rgba(236,236,236,1.00);
	line-height:34px;
	font-size:20px;
	text-align:center;
	margin-top:-4px;
	margin-left:-18px;
	font-weight:bold;
	color:rgba(50,50,50,1.00);
	box-shadow:0 0 5px rgba(0,0,0,0.20);
}

.page_progress li.completed span
{
	color:rgba(98,98,98,1.00);
}



.page_progress li.active span
{
	border:2px solid rgba(135,175,62,1.00);
	
	
}


label.error
{
	display:none;
	color:#FF8600;
}