
.plotly-notifier {
	fill: #333!important;
	background-color: #333!important;
	background: #333!important;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 10000;
    font-size: 10pt;
    max-width: 180px;
}
.notifier-note {
	min-width: 180px;
	max-width: 250px;
	border: 1px solid $color-bg-light;
	z-index: 3000;
	margin: 0;
	fill: #333!important;
	background-color: #333!important;
	background: #333!important;
	color: #fff;
	padding: 10px;
}
.notifier-close {
	color: #fff;
	opacity: 0.8;
	float: right;
	padding: 0 5px;
	background: none;
	border: none;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}


.fforms-title img {
	max-width: 75%;
}
@media (max-width: 767px) {
	.fforms-title img {
		max-width: 95%;
	}
}


.fforms-welcome-header-image img {
	max-width: 35%;
}
@media (max-width: 767px) {
	.fforms-welcome-header-image img {
		max-width: 60%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1079px){
	.fforms-welcome-header-image img {
		max-width: 50%;
	}
}
@media screen and (min-width: 1080px) and (max-width: 1279px){
	.fforms-welcome-header-image img {
		max-width: 45%;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1760px){
	.fforms-welcome-header-image img {
		max-width: 40%;
	}
}
@media screen and (min-width: 1761px){
	.fforms-welcome-header-image img {
		max-width: 35%;
	}
}

.fforms-finish-page .fforms-welcome-header-image {
	padding-bottom: 55px;
}


/* GAUGE */
.html-widget.gauge {
    width: auto !important;
}
.html-widget.gauge svg {
	height: 200px!important;
	width: auto!important;
	margin-top: -10px;
	margin-bottom: -40px;
}
@media (max-width: 767px) {
	.html-widget.gauge svg {
		height: 200px!important;
		width: 100%!important;
	}
}
.output_gauge svg text {
	fill: #1D96D2;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
}
.output_gauge svg path {
	filter: none;
}
.js-plotly-plot .plotly .modebar-group path {
	fill: #333!important;
	background-color: #333!important;
	background: #333!important;
}
.js-plotly-plot .plotly .modebar-btn path {
	fill: #333!important;
}

.js-plotly-plot .plotly [data-title]::before {
	border-color: transparent transparent rgb(0, 0, 0)!important;
}
.js-plotly-plot .plotly [data-title]::after {
	background-color: #333!important;
}


.results-chart {
	max-width: 90%;
	margin: auto;
}
@media (max-width: 767px) {
	.results-chart {
		max-width: 100%;
	}
}

.results-interpretation {
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
	margin-bottom: 15px;
	line-height: 25px;
}
@media (max-width: 767px) {
	.results-interpretation {
		margin-left: 20px;
		margin-right: 20px;
	}
}



@media (max-width: 767px) {
	.fforms-finish {
		margin-left: 0;
		margin-right: 0;
	}
}


/* ===============
 "MODAL" 
 =============== */
.modal-body {
	position: relative;
	line-height: normal;
	padding: 0;
}
.modal-body .modal_main_content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 55px;
	padding-top: 15px;
}
.modal-body .modal_main_content_multiple {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.modal-title {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.modal-header .close {
	margin-top: 2px;
	margin-left: 20px;
	opacity: 1;
	color: #333
}
.modal-header {
	border-bottom-color: #333;
}
.modal-footer {
	border-top-color: #333;
	line-height: 50px;
}
.modal-content {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	border-radius: 0;
	border: 1px solid #333;
}


/* ===============
 "CONTACT-FORM" 
 =============== */
.contact-form { 
	background: #FFFFFF;
}
.contact-form .well { 
	background: #FFFFFF;
	border: 0;
	border-radius: 0px;
	box-shadow: none;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.contact-form .well .form-control {
	border-radius: 0!important;
	box-shadow: none;
	border-color: #eee;
}
.contact-form .well .form-control:focus {
	border: 1px solid #1D96D2;
}
.modal-body hr {
	border-top: 1px solid #333;
}

