/* Space out content a bit */
body {
  padding: 0;
}

.container {
	min-height:100vh;	
	background-color: white;
}

p {
	margin-bottom: 0.5rem;
}

#introNotice {
	margin-top: -2rem;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
.header {
  padding-bottom: 1rem;
  border-bottom: .05rem solid #e5e5e5;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

.addToAny {
	margin-top: 12px;
}

/* Custom page footer */
.footer {
	padding-top: 1.5rem;
	color: #777;

	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	height:100px;
}

.footer img {
	width: 196px;
	max-width: 50%;
	height: auto;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
/*    max-width: 46rem; */
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
#intro {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
#intro .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  /* Space out the masthead */
  .header {
    margin-bottom: 2rem;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Slider */
.slidecontainer {
    width: 100%; /* Width of the outside container */
}

/* The slider itself */

.slider {
    width: 100%;
/*
    height: 8px;
    border-radius: 5px;   
    background: #aaa;

    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
*/
}

/*
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.slider1::-webkit-slider-thumb {
    background: url('../img/rand.small.png');
}
.slider1::-moz-range-thumb {
    background: url('../img/rand.small.png');
}

.slider2::-webkit-slider-thumb {
    background: url('../img/people.small.png');
}
.slider2::-moz-range-thumb {
    background: url('../img/people.small.png');
}

.slider2::-webkit-slider-thumb {
    background: url('../img/people.small.png');
}
.slider2::-moz-range-thumb {
    background: url('../img/people.small.png');
}

.slider3::-webkit-slider-thumb {
    background: url('../img/bag.small.png');
}
.slider3::-moz-range-thumb {
    background: url('../img/bag.small.png');
}
*/

.notMSIE.notEdge .slider {
    width: 100%;

    height: 8px;
    border-radius: 5px;   
    background: #aaa;

    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
}


.notMSIE.notEdge .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.notMSIE.notEdge .slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
}

.notMSIE.notEdge .slider1::-webkit-slider-thumb {
    background: url('../img/rand.small.png');
}
.notMSIE.notEdge .slider1::-moz-range-thumb {
    background: url('../img/rand.small.png');
}

.notMSIE.notEdge .slider2::-webkit-slider-thumb {
    background: url('../img/people.small.png');
}
.notMSIE.notEdge .slider2::-moz-range-thumb {
    background: url('../img/people.small.png');
}

.notMSIE.notEdge .slider2::-webkit-slider-thumb {
    background: url('../img/people.small.png');
}
.notMSIE.notEdge .slider2::-moz-range-thumb {
    background: url('../img/people.small.png');
}

.notMSIE.notEdge .slider3::-webkit-slider-thumb {
    background: url('../img/bag.small.png');
}
.notMSIE.notEdge .slider3::-moz-range-thumb {
    background: url('../img/bag.small.png');
}


/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .ie10up{property:value;}
}
*/

/* checkstep */
.checkStep {
	display: none;
	padding-bottom: 256px !important;
}

/* Result */
#chartWrap {
	height: 640px;
	position: relative;
}

.chartTooltip {
	width: 240px;
	padding: 15px;
}

.chartLegend {
	background-color: white;
	border: 1px solid #aaa;
	padding: 15px;
	border-radius: 0.25rem;
	margin-bottom: 15px;
}

#chartWrap .chartLegend {
	position: absolute;
	top: 30px;
	left: 75px;
	z-index: 10;
	width: calc(100% - 150px);
	max-width: 360px;
	box-shadow: 0 0 4px #aaa;
	display: none;
}

@media (min-width: 24em) {
	.chartLegend {
		display: none;
	}

	#chartWrap .chartLegend {
		display: inline-block;
	}
}


/* carousel */
#carouselExampleControls {
	background-color: rgba(0, 123, 255, 0.25);
	margin-left:-15px;
	margin-right:-15px;
	padding: 15px;
}

.carousel-item {
	height: 196px;
}

.carousel-item img {
	float: left;
	margin-right: 15px;
	border-radius: 100%;	
}


/* WHen shown in iframe */
.bg-primary.inIframe {
	background-color: white !important;
}

.inIframe header {
	display: none;
}

.inIframe footer {
	display: none;
}

.inIframe .checkStep {
	padding-bottom: 0 !important;
}

.inIframe .row {
	margin: 0;
}