﻿body {
  background-color: #f3f5f9;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: black;
}
#header,
.header {
  background: #ccc;
  border-bottom: 1px solid #a0a0a0;
}
#header .logo,
.header .logo {
  padding: 10px;
}
#header .survey-title,
.header .survey-title {
  display: inline-block;
}
#header .client-name,
.header .client-name {
  display: table-cell;
  font-size: 20px;
}
.admin-note-container .admin-note {
  padding: 15px;
  margin-bottom: 21px;
  background-color: #ffdddd;
  text-align: center;
}
.admin-note-container .admin-note > p {
  margin-bottom: 0;
}
.main-container {
  width: 750px;
  max-width: 100%;
  background: #fff;
  margin: 40px auto 0 auto;
}
table,
th,
td,
tr,
ul,
ol,
li {
  font-family: 'Roboto', sans-serif;
  color: #383f50;
}
.text-red {
  color: #dd4b39 !important;
}
.text-bold {
  font-weight: bold;
}
.text-not-bold {
  font-weight: normal;
}
.bg-light-grey {
  background-color: #efefef;
}
.question-text {
  display: block;
  color: #383f50;
  padding-bottom: 5px;
}
label.question-text {
  font-weight: normal;
}
.question-footer {
  display: none;
}
.column-header {
  padding: 5px;
  font-weight: bold;
}
.ControlCell {
  text-align: center;
}
.lblBlock {
  display: block;
}
.error-summary {
  color: #dd4b39 !important;
  padding: 30px 20px;
}
.error-summary ul,
.error-summary ol,
.error-summary li {
  color: #dd4b39 !important;
}
.OnlineSectionHeader,
.qtSectionHeader {
  text-align: center;
  padding: 10px 0;
  background-color: #ccc;
}
.qtSectionHeader h3 {
  margin: 0;
}
.qtTextArea,
.qtText {
  padding: 20px;
  display: block;
}
.btn-accept-all {
  margin: 0 auto 10px auto;
}
.accept-reject .btn {
  margin-right: 20px;
}
.btn-reject:hover,
.btn-reject:focus,
.btn-reject.focus {
  color: #000;
  background-color: #e6e6e6;
}
.question-container {
  border-bottom: 1px solid #ccc;
  padding: 30px 20px;
}
.question-container input[type="radio"],
.question-container input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
}
.question-container input[type="text"],
.question-container textarea {
  width: 100%;
  height: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  background-color: #f8f9fc;
  border: 1px solid #dee1e8;
  box-shadow: 0 1px 1px #deebe8 inset;
}
.question-container textarea {
  height: auto;
}
.question-container select {
  width: 100%;
  height: 40px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding: 0 10px;
  background-color: #f8f9fc;
  border: 1px solid #dee1e8;
  box-shadow: 0 1px 1px #deebe8 inset;
}
.accept-mode .btn-accept-all {
  margin: 20px;
}
.accept-mode .question-container {
  border-bottom: none;
  padding: 30px 20px 20px 20px;
}
.accept-mode .accept-reject {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 20px;
}
.qt5 td,
.qt6 td,
.qt22 td {
  text-align: center;
}
/* First and Last Name */
.qt19-tb-first,
.qt19-tb-last {
  max-width: 45vw;
}
/* Full Address */
.qt20 tr > td {
  padding-bottom: 1em;
}
.qt20 label {
  font-weight: normal;
}
/* Source of Capital */
.qt21 tr > td {
  padding-bottom: 1em;
}
.qt21 select {
  width: 90%;
}
.surveyNavigation {
  width: 320px;
  margin: 20px auto;
  padding-bottom: 15px;
}
.submission-confirmation-container {
  padding: 15px;
}