html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.link {
	color: black;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font: 16px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #404040;
 background: #ffffff; /*#2d4259*/
}

.frm-title { 
  width: 670px;
  line-height: 43px;
  margin: 50px auto 20px;
  font-size: 19px;
  font-weight: 500;
  color: white;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #6db244;
  border-radius: 3px; /* 6db244 #dc745e, #d45742 */
  background-image: -webkit-linear-gradient(top, #6db244, #649944);
  background-image: -moz-linear-gradient(top, #6db244, #649944);
  background-image: -o-linear-gradient(top, #6db244, #649944);
  background-image: linear-gradient(to bottom, #6db244, #649944);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.frm {
  margin: 0 auto;
  width: 630px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.frm-topic {
	border: 1px solid black;
}
.frm-topic > span > span {
	font-weight: bolder;
}
.marg20 {
	margin: 20px;
}
.frm-alternating-bg {
  margin: 0 auto;
  width: 670px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}
.frm-alternating-bg-col1 {
	padding: 20px;
}
.frm-alternating-bg-col2 {
	padding: 20px;
	background-color: #e9e9e9;
}


.scale-info {
	float: right;
}
.scale-item {
	border-radius: 15px;
	background-color: #86bc24;
	padding: 10px;
	color: white;
	background-image: -webkit-linear-gradient(top, #60a83a, #86bc24);
	background-image: -moz-linear-gradient(top, #60a83a, #86bc24);
	background-image: -o-linear-gradient(top, #60a83a, #86bc24);
	background-image: linear-gradient(to bottom, #60a83a, #86bc24);
}

.scale-dropdown {
    position: relative;
    display: inline-block;
}

.scale-dropdown-content {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    color: black;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    margin-top: 10px;
    margin-left: -150px;
}

.scale-dropdown:hover .scale-dropdown-content {
    display: block;
}


.question {
	font-size: 19px;
	padding: 15px 0px;
}

.done {
	color: #b0b0b0;
}
input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.frm-input {
  display: block;
  width: 100%;
  height: 38px;
  margin-top: 2px;
  font-weight: 500;
  background: none;
  border: 0;
  border-bottom: 1px solid #d8d8d8;
}
.w50 {
	width: 40%;
	float: left;
	height: 38px;
}
.w50-inner {
	line-height: 38px;
}

.w90 {
	width: 88%;
	float: left;
	height: 38px;
}
.w100 label {
	width: 8%;
	float: left;
	height: 38px;
	line-height: 38px;
}


.frm-input:focus {
  border-color: #1e9ce6;
  outline: 0;
}

.frm-button {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #494d59;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: #fcfcfc;
  border: 1px solid;
  border-color: #d8d8d8 #d1d1d1 #c3c3c3;
  border-radius: 2px;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.03), 0 1px rgba(0, 0, 0, 0.04);
}
.frm-button:active {
  background: #eee;
  border-color: #c3c3c3 #d1d1d1 #d8d8d8;
  background-image: -webkit-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -moz-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: -o-linear-gradient(top, #eeeeee, #fcfcfc);
  background-image: linear-gradient(to bottom, #eeeeee, #fcfcfc);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.03);
}
.frm-button:focus {
  outline: 0;
}
.frm-button-20 {
	width: 19%;
	float: left;
}
.frm-button-60 {
	width: 60%;
	float: left;
}
.frm-button-80 {
	width: 80%;
	float: left;
}
.frm-button-margin {
	margin-left: 1%;
}

.btnAsLink {
     background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
}


.switch {
  height: 32px;
  margin-bottom: 15px;
  padding: 4px;
  background: #6db244;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #60a83a, #86bc24);
  background-image: -moz-linear-gradient(top, #60a83a, #86bc24);
  background-image: -o-linear-gradient(top, #60a83a, #86bc24);
  background-image: linear-gradient(to bottom, #60a83a, #86bc24);
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 1px 0 rgba(0, 0, 0, 0.02), inset -1px 0 rgba(0, 0, 0, 0.02);
}

.switch-input {
  display: none;
}

.switch-label {
  float: left;
  width: 16.6%;
  line-height: 32px;
  color: white;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.switch-input:checked + .switch-label {
  font-weight: 500;
  color: #434248;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  background: white;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -moz-linear-gradient(top, #fefefe, #eeeeee);
  background-image: -o-linear-gradient(top, #fefefe, #eeeeee);
  background-image: linear-gradient(to bottom, #fefefe, #eeeeee);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.progress-frm {
  margin: 0 auto;
  width: 670px;
  padding: 0px 0px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.progress-container:after,.progress-container:before { 
	content:"";
	display:table;
	clear:both;
}

.progress-container {
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	border-radius: 3px;
}

.progress-blue {
	color:#fff !important;
	background-color:#2196F3 !important;
}
.progress-gray {
	color:#000 !important;
	background-color:#f1f1f1 !important;
}

.badge-container {
	display: inline-block;
	background-color: #c4c4c4;
	border-radius:15px;
	line-height: 25px;
	padding-left: 8px;
	margin-right: 15px;
}
.badge-pill {
	display: inline-block;
	padding: 0 8px;
}
.badge-pill-left {
	margin-left: 8px;
	background-color: #69b23e; /*6db244*/
	border-radius:15px 0 0 15px;
}
.badge-pill-right {
	background-color: #dc745e;
	border-radius:0 15px 15px 0;
}
.badge-pill-right-check {
	background-color: #69b23e;
	border-radius:0 15px 15px 0;
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
