@charset "utf-8";
/* CSS Document */

/* @import url('/helpers/font-awesome/css/fontawesome.min.css'); */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700');

body {
    background-color: #5c88a1;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:300;	
}

.flex { display: flex; }

.col-12.flex { flex-wrap: wrap; }

.textcenter {
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
}

.textright {
  text-align: right; }

.textleft {
  text-align: left; }

.p12 { font-size: 12px !important }
.p14 { font-size: 14px !important }
.p16 { font-size: 16px !important }
.p18 { font-size: 18px !important }
.p20 { font-size: 20px !important }
.p22 { font-size: 22px !important }
.p24 { font-size: 24px !important }
.p26 { font-size: 26px !important }
.p28 { font-size: 28px !important }
.p30 { font-size: 30px !important }
.p32 { font-size: 32px !important }
.p34 { font-size: 34px !important }
.p36 { font-size: 36px !important }
.p38 { font-size: 38px !important }
.p40 { font-size: 40px !important }
.p42 { font-size: 42px !important }
.p44 { font-size: 44px !important }
.p46 { font-size: 46px !important }
.p48 { font-size: 48px !important }
.p50 { font-size: 50px !important }
.p52 { font-size: 52px !important }
.p54 { font-size: 54px !important }
.p56 { font-size: 56px !important }
.p56 { font-size: 56px !important; }
.p58 { font-size: 58px !important; }
.p60 { font-size: 60px !important; }
.p62 { font-size: 62px !important; }
.p64 { font-size: 64px !important }
.p66 { font-size: 66px !important; }
.p68 { font-size: 68px !important; }
.p70 { font-size: 70px !important; }
.p72 { font-size: 72px !important; }

.padtop { padding-top: 20px; }

input[type=radio].with-font,
input[type=checkbox].with-font {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    
input[type=radio].with-font ~ label:before,
input[type=checkbox].with-font ~ label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.2em;
    width: 1.4em;
}

input[type=radio].with-font:checked ~ label:before,
input[type=checkbox].with-font:checked ~ label:before  {
    content: "\f00c";
    font-size: 1.2em;
    color: #536e43;
    letter-spacing: 5px;
}
input[type=checkbox].with-font ~ label:before {        
    content: "\f096";
}
input[type=checkbox].with-font:checked ~ label:before {
    content: "\f046";        
    color: #536e43;
}
input[type=radio].with-font:focus ~ label:before,
input[type=checkbox].with-font:focus ~ label:before,
input[type=radio].with-font:focus ~ label,
input[type=checkbox].with-font:focus ~ label
{                
    color: #536e43;
}
input[type=radio].with-font[disabled] ~ label:before, 
input[type=checkbox].with-font[disabled] ~ label:before {
    content: "\f00d";
    color: grey;
}
input[type=radio].with-font.radio-disabled ~ label:before, 
input[type=checkbox].with-font.radio-disabled ~ label:before {
    content: "\f00d";
    color: grey;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.survey-compare select {
    font-size:16px;
    margin:20px auto;
    padding:10px;
    max-width:80%;
}

@media only screen and (max-width: 640px) {
    input[type=radio].with-font ~ label:before,
    input[type=checkbox].with-font ~ label:before {
        font-size: 2.4em;
        width: 2.6em;
    }

    input[type=radio].with-font:checked ~ label:before,
    input[type=checkbox].with-font:checked ~ label:before  {
        font-size: 2.4em;
    }
    span.select-text {
        display:none;
    }
    
    .form-box {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .container {
        max-width: 100%;
        padding:0;
    }
	
	.survey-compare .col-6 {
		flex: 0 0 100%;
    	max-width: 100%;
		width: 100%;
	}
}

.selection-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.row.rating-title {    
    background-color:#f2f2f2;
    margin-right: -25px;
    margin-left: -25px;
    font-weight: 400;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    line-height: 90%;
}
.title-left p { float:left; margin-bottom: 0;}
.title-right p { float:right; margin-bottom: 0;}
.row.rating-title .title-left span, .row.rating-title .title-right span { 
    white-space: nowrap; 
    font-size: 60% !important;
    font-weight: 300;
}
fieldset .row.btn-group-toggle  {
  border-bottom: 1px solid #f2f2f2;
  margin-right: -25px;
  margin-left: -25px;
  min-height:40px;
  padding-bottom:20px;
}
fieldset .row.btn-group-toggle:last-of-type()  {
  border-bottom: none;
}
.input-error:before {
    content: 'An item was left unselected.';
    color:#b92f10;
    font-weight:500;
    width:90%;
    border:2px solid #b92f10;
    padding:1%;
    text-align: center;
    margin:auto;
	display: block;
}

.double-red {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #b92f10 !important;
}
.double-green {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1ba600 !important;
}

.survey-compare {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.survey-compare div.col-6 {
    display: flex;
    flex-flow: column nowrap;
}
.survey-compare .btn { 
	margin-top: auto !important; 
	height: 100% !important;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    width: 100% !important;
}

.form-body-classic.form-wizard .btn, .form-body-material.form-wizard .btn {
    line-height: 1em;
	padding: 10px 20px;
}

.form-wizard h3 {
    color: unset;
    text-transform: unset;
}

.footer {
	margin: 55px 0;
	width: 100%;
}

label.btn.btn-primary, label.btn.btn-success, label.btn.btn-secondary {
	height: auto !important;
    margin-top: 15px !important;
}

@media only screen and (max-width: 640px) {
    .title-left { text-align:left; font-size:70%; }
    .title-right { text-align:right; font-size:70%; }
    .row.rating-title .title-left span
    {
        text-align:left;
    }
    .row.rating-title .title-right span { 
        text-align:right;
    }
	.form-body-classic.form-wizard .btn, .form-body-material.form-wizard .btn {
		margin-bottom: 40px;

	}
	label.btn.btn-primary, label.btn.btn-success, label.btn.btn-secondary {
		margin-top: 5px !important;
	}
	.survey-compare div.col-6 {
		/* line-height: 0.5em !important; */
	}
}

/* *****************************************************************
******************* START SLIDER ***********************************
***************************************************************** */

.survey-compare .slider {
    width: 100%;
	
}

.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin-bottom:100px;
}

.sss .col {
   display:inline-flex;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
	
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssprev,.sssnext
{
	max-width:45% !important;
}

.sssprev:after {
    content: '\f060';
	font-family: FontAwesome;
}

.sssnext:after {
	content: '\f061';
	font-family: FontAwesome;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}

.slide-buttons.ssslide {
	position: absolute;
    bottom: -50px;
    display: flex !important;
    overflow: visible;
    top: auto;
    left: auto;
    height: 50px;
}

.survey-compare .slider select {
	margin-top: auto !important;
}

.survey-compare .choice-container{
	border:3px solid grey; 
	margin:4px;
	padding:4px;
	position:relative;
	display: flex;
    flex-flow: column nowrap;
	height:100%;
}


/* *****************************************************************
******************* END VERY SIMPLE SLIDER *************************
***************************************************************** */