
@import url('https://fonts.googleapis.com/css?family=Poppins:600|Roboto');

body {
line-height:1.2;
}

.control-label {
	font-size:13px;
}
.shiny-input-container, .shiny-input-container input {
	font-size:12px;
	font-family: 'Roboto', sans-serif;
}

.selectize-input {
	min-height:20px;
	padding: 2px 6px;
}
.form-control, .shiny-bound-input .form-control{
	height:27px;
	padding: 2px 6px;
}

.btn-primary.active, .btn-primary.active.focus {
	background-color:#4289ca;

}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: #ffffff;
    background: #55626a;
}

.btn-primary {
    color: #fff;
    background-color: #55626a;
    border-color: #65737e;
}
.btn-primary:hover {
    color: #fff;
    background-color: #111111;
    border-color: #222222;
}

.mycheckbox .shiny-input-container, .mycheckbox .shiny-input-container label{
  display: inline-block;
  width: auto;
  font-size:12px;
  font-weight:700;
	font-family: 'Roboto', sans-serif;
	line-height:2.5;
}

/*.btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}*/


/* Left panel */ 


#div_panel_left .form-group {
	margin-bottom: 12px;
}


/* Slider HBS objectif */

	label[for=hbs_t1] {
		font-size:14px;
		color:#6ca056;
		
	}
	#hbs_t1 .irs-bar, #hbs_t1 .irs-bar-edge {
		background-color: #6ca056;
		border:1px solid #6ca056;
	}
	#hbs_t1 .irs-single {
		background-color:#6ca056;
		color: white;
	}

/* Results */

#results .well {
	background-color: #333333;
}

	