/*CSS RESETS*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  text-rendering: auto;
}
/*==================================*/
/*
Font Weigh Guide
Light/300
Regular/400
Medium/500
*/
.borderRadiusDef {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.borderRadiusInput {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.borderRadiusPrefix {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.start {
  width: 100px;
  height: 50px;
  margin: 20px auto;
}
.question label {
  font-family: 'omnesmedium', sans-serif;
  color: #8f2b8c;
  font-size: 17px;
  line-height: 1.2em;
}
.question p {
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}
.input {
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #6d6e71 1px solid;
  margin: 10px;
  padding: 0px 10px;
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 16px;
  background: none;
}
.prefix {
  font-weight: bold;
}
.input-prefix {
  display: inline-block;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  margin: 10px 0px 10px 10px;
  padding: 8px 10px 2px 10px;
  height: 30px;
  border: #6d6e71 1px solid;
  border-right-style: none;
  background-color: #ed1c24;
  color: #fff;
  float: left;
  font-size: 25px;
  font-weight: bold;
}
.input-suffix {
  display: inline-block;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  margin: 10px 0px 10px 0px;
  padding: 8px 10px 2px 10px;
  height: 30px;
  border: #6d6e71 1px solid;
  border-right-style: none;
  background-color: #ed1c24;
  color: #fff;
  float: left;
  font-size: 25px;
  font-weight: bold;
}
.question .input {
  height: 30px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
  border: #6d6e71 1px solid;
  border-left-style: none;
  margin: 10px 10px 10px 0px;
  padding: 5px;
  float: left;
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 18px;
}
.question .inputSuffix {
  height: 30px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  border: #6d6e71 1px solid;
  border-right-style: none;
  margin: 10px 0px 10px 10px;
  padding: 5px;
  float: left;
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 18px;
}
.question .input-noprefix {
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: #6d6e71 1px solid;
  margin: 10px;
  padding: 5px;
  float: left;
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 18px;
}
.question-buttons .button {
  padding: 10px 17px;
  font-family: 'omnes_regularregular', sans-serif;
  background-color: #8f2b8c;
  border: #8f2b8c 1px solid;
  color: #fff;
  cursor: pointer;
}
.question-buttons .button:hover {
  background-color: #fff;
  color: #8f2b8c;
  border: #8f2b8c 1px solid;
}
.question-buttons {
  float: left;
  margin: 0 1px;
}
.question-counter {
  width: 100%;
  float: left;
}
.counter {
  float: right;
  display: inline-block;
  padding: 10px;
  font-family: 'omnes_regularregular', sans-serif;
  color: #6d6e71;
}
.hr {
  height: 20px;
  width: 100%;
  margin-top: 10px;
  border-top: 3px solid #6d6e71;
  float: left;
}
input[type='checkbox'] {
  margin: 7px;
  width: 15px;
  height: 15px;
}
.multiselect {
  margin: 10px;
}
.multiselect label {
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 15px;
  color: #000;
}
input[type='radio'] {
  margin: 7px;
}
input[type='radio'] + span {
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 15px;
}
table {
  table-layout: fixed;
  font-family: 'omnes_regularregular', sans-serif;
}
table,
td,
th {
  width: 100%;
  border: 1px solid #ccc;
  padding: 00px;
  vertical-align: middle;
}
table {
  width: 1200px;
}
.per td {
  text-align: center;
  font-weight: normal;
}
table .prefix {
  width: 100px;
  text-align: center;
}
table .answer {
  width: 200px;
  text-align: center;
}
table .question {
  width: 800px;
  padding: 10px;
}
table label.lists {
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 15px;
  line-height: normal;
}
table .question .lists {
  margin: 0px;
  padding-left: 20px;
}
.result-header {
  width: 495px;
  float: left;
}
.result-header label {
  font-family: 'omnes_regularregular', sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.result-header p {
  font-family: 'omnes_regularregular', sans-serif;
  line-height: 1.2;
}
.table-result {
  width: 100%;
}
.table-result td {
  padding: 10px;
}
.table-result th {
  padding: 10px;
  background-color: #6d6e71;
  color: #fff;
}
.tablelabel th {
  height: 30px;
  font-weight: bold;
  background-color: #8f2b8c;
}
.table-result tbody {
  text-align: center;
  font-weight: bold;
}
.assumptions {
  font-family: 'omnes_regularregular', sans-serif;
  padding: 20px;
  margin: 5px 0px 0px 10px;
  line-height: 1.2;
  font-size: 15px;
  width: 350px;
  float: left;
  background-color: #efefef;
  border: 1px #8f2b8c solid;
}
.col {
  height: 20px;
  overflow: hidden;
}
.exp {
  height: auto;
  overflow: inherit;
}
.assumptions ul li {
  margin-bottom: 5px;
  padding: 10px;
  border-left: #8f2b8c 3px solid;
  background-color: #eaeaea;
}
.notes {
  font-family: 'omnes_regularregular', sans-serif;
  float: left;
  height: auto;
  display: inline-block;
  line-height: 1.2;
  font-size: 15px;
  width: 100%;
}
.boldPurple {
  color: #8f2b8c;
  font-family: 'omnesmedium', sans-serif;
  font-weight: bold;
}
.iconset {
  width: auto;
  float: right;
  display: inline-block;
  padding: 90px 0px 10px 0px;
}
.icontainer {
  width: 150px;
  float: left;
  margin: 0 10px;
}
.icontainer p {
  text-align: center !important;
  font-family: 'omnes_regularregular', sans-serif;
  font-size: 14px;
  float: left;
}
.iconic {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #8f2b8c;
  float: left;
  padding: 27px 22px;
  margin: 0px 15px 15px 15px;
}
.coffee {
  padding-left: 27px;
}
.mainbuttonset {
  padding-top: 276px;
  float: left;
  width: 30%;
}
.main-buttons .mbutton {
  font-family: 'omnes_regularregular', sans-serif;
  background-color: #8f2b8c;
  border: #8f2b8c 1px solid;
  color: #fff;
  cursor: pointer;
  padding: 20px 0px 20px 10px;
  width: 280px;
  text-align: left;
  height: 70px !important;
}
.main-buttons .mbutton:hover {
  background-color: #fff;
  color: #8f2b8c;
  border: #8f2b8c 1px solid;
  border-width: 2px;
  font-family: 'omnes_regularregular', sans-serif;
  transition: background-color 0.3s ease;
}
.main-buttons {
  float: left;
  margin: 1px 0px 1px 10px;
}
.mb-ico {
  width: 70px;
  height: 70px;
  padding: 14px;
  float: left;
  background-color: #832380;
}
.modal-header h3 {
  font-family: 'omnes_regularregular', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #ed1c24;
}
.modal {
  overflow: hidden;
}
.table-feedback tbody td {
  border: 1px solid #fff;
  padding: 2px 10px;
}
.table-feedback input {
  padding: 2px;
  width: 250px;
}
.table-feedback select {
  width: 200px;
  padding: 2px;
}
.modal-footer button {
  padding: 10px 17px;
  font-family: 'omnes_regularregular', sans-serif;
  background-color: #8f2b8c;
  border: #8f2b8c 1px solid;
  color: #fff;
  cursor: pointer;
}
.modal-footer button:hover {
  background-color: #fff;
  color: #8f2b8c;
  border: #8f2b8c 1px solid;
}
