.loading, #createPortfolioForm .file-upload-loading {
  background-image: url("http://lucenaresearch.com/images/loading-bar.gif");
  background-position: center center;
  padding: 10px;
  background-repeat: no-repeat;
}

input[type=checkbox] {
  width: auto;
}

button.button, button.button:hover, button.button:active {
  float: right;
  padding: 0px 25px 0px 25px;
  border: #83c453 1px solid;
  line-height: 48px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  /*color: #fff;*/
  background: #83c453;
  /*border-radius: 5px;*/
  /*padding: 10px 15px;*/
  /*padding-bottom: 10px !important;*/
  /*background-clip: padding-box;*/
  /*background-color: #F6A13D;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#F6A13D), to(#EA9F4C));*/
  /*background-image: -webkit-linear-gradient(top, #F6A13D, #EA9F4C);*/
  /*background-image: -moz-linear-gradient(top, #F6A13D, #EA9F4C);*/
  /*background-image: -o-linear-gradient(top, #F6A13D, #EA9F4C);*/
  /*background-image: -ms-linear-gradient(top, #F6A13D, #EA9F4C);*/
  /*background-image: linear-gradient(top, #F6A13D, #EA9F4C);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f6a13d', EndColorStr='#ea9f4c');*/
}

button.button:hover, button.button:hover:hover, button.button:active:hover {
  text-decoration: underline;
}

a {
  cursor: pointer;
}

fieldset .form-instructions {
  float: right;
  font-size: 14px;
  line-height: 48px;
  vertical-align: baseline;
}

#sign-up-form ul.products {
  margin: 0;
  padding: 0;
  width: 670px;
}

#sign-up-form ul.products li {
  color: #534417;
  font-size: 14px;
  list-style: none;
  float: left;
  margin-top: 20px;
}

#sign-up-form ul.products li label {
  display: inline;
}

#sign-up-form {
  margin-bottom: 20px;
}

#sign-up-form .totals .inner li span {
  float: right;
}

#sign-up-form input[type=text], #sign-up-form input[type=email], #sign-up-form input[type=tel], #sign-up-form input[type=password], #sign-up-form select {
  background: white;
  width: 310px;
  margin: 0px 15px 0 0;
  font-size: 14px;
  padding: 8px 8px 8px 8px;
  border: 1px solid #D2CDBD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#sign-up-form input[type=text].error, #sign-up-form input[type=email].error, #sign-up-form input[type=tel].error, #sign-up-form input[type=password].error, #sign-up-form select.error {
  background-color: #F2DEDE;
  border: 1px solid red;
}

#sign-up-form select {
  width: 425px;
  height: 38px;
}

#sign-up-form ol.changePasswordForm {
  width: 60%;
}

#sign-up-form input[type="radio"], #sign-up-form input[type="checkbox"] {
  margin-left: 5px;
  margin-top: 0px;
  margin-right: 15px;
}

#sign-up-form .products li {
  width: 100%;
  color: #534417;
  font-weight: bold;
}

#sign-up-form .products .productPrice {
  float: right;
  text-align: right;
  margin-right: 20px;
}

#sign-up-form .submit {
  text-align: right;
}

#sign-up-form #state, #sign-up-form #country {
  width: 330px;
}

#sign-up-form h2 {
  font-size: 28px;
  line-height: 36px;
  color: #3f4757;
  margin: 8px 0 16px;
}

#sign-up-form legend {
  /*font-size: 24px;*/
  /*color: #3f4757;*/
  font-size: 35px !important;
  font-weight: normal !important;
  margin-top: 0 !important;
}

#sign-up-form fieldset {
  border-bottom: 0;
}

#sign-up-form h3 {
  font-size: 24px;
  color: #3f4757;
}

#sign-up-form .popover-title {
  text-align: left;
  font-size: 14px;
  color: gray;
}

#loginForm ol li {
  float: none;
}

#loginForm .forgotPassword {
  margin-left: 80px;
}

.right {
  text-align: right;
}

.right button {
  margin-right: 0;
  margin-left: 5px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolioTable table {
  border-collapse: collapse;
  width: 100%;
}

.portfolioTable table thead {
  border: 1px solid black;
}

.portfolioTable table thead th {
  font-weight: bold;
}

.portfolioTable table tbody tr {
  cursor: pointer;
  border: 1px solid #534417;
}

.portfolioTable table tbody tr td {
  /*border: 1px solid $dark-background;                    */
}

.portfolioTable table tbody tr:hover {
  background: #E6DDC4;
}

.portfolioTable table tbody tr.accountPortal-table-selection {
  background-color: #D7C793;
}

.portfolioTable table tbody tr.accountPortal-table-selection:hover {
  background: #D7C793;
}

.portfolioCount {
  width: 30%;
  float: left;
  color: #fff;
  background: #3f4757;
}

.portfolioCount .portfolioCountLabel {
  margin: 10px 0;
  text-align: center;
}

.portfolioCount .portfolioCountLabel a {
  color: #fff;
}

.portfolioCount .portfolioCountValue {
  text-align: center;
  font-size: 65px;
}

.dashboardTable {
  width: 70%;
  float: left;
}

.dashboardTable table {
  width: 100%;
  border-collapse: collapse;
}

.dashboardTable table thead {
  border: 1px solid black;
}

.dashboardTable table thead th {
  font-weight: bold;
}

.dashboardTable table tbody tr {
  border: 1px solid #534417;
}

.dashboardTable table tbody tr td.up {
  color: #2B3D11;
  background: url("http://lucenaresearch.com/images/arrow-up.png") no-repeat center right;
}

.dashboardTable table tbody tr td.down {
  color: #B22D2D;
  background: url("http://lucenaresearch.com/images/arrow-down.png") no-repeat center right;
}

.dashboardTable table tbody tr.user {
  background: #E6DDC4;
}

.dashboardCharts {
  border: 1px solid #534417;
}

table thead th {
  border-bottom: 1px solid #534417;
}

table tr.accountPortal-table-selection {
  background-color: #D7C793;
}

table td, table th {
  padding: 3px 8px 4px 4px;
}

table td.right, table th.right {
  padding: 3px 4px 4px 8px;
}

.portfolioCharts {
  margin-top: 20px;
}

.portfolioSummary {
  margin-top: 10px;
}

.portfolioSummary h2 {
  font-size: 18px;
  font-weight: bold;
}

.portfolioSummary .portfolioPositions table {
  border-collapse: collapse;
  width: 100%;
}

.portfolioSummary .portfolioPositions table thead {
  border: 1px solid black;
}

.portfolioSummary .portfolioPositions table thead th {
  font-weight: bold;
}

.portfolioSummary .portfolioPositions table tbody tr, .portfolioSummary .portfolioPositions table tfoot tr {
  border: 1px solid #534417;
}

.portfolioSummary .portfolioDetails {
  clear: both;
  display: table;
  margin: 20px 0 0 0;
}

.portfolioSummary .returnsTable {
  margin: 20px 0 0 0;
}

.portfolioSummary .portfolioStatistics {
  float: left;
  width: 48%;
  margin: 20px 2% 0 0;
}

.portfolioSummary .portfolioStatistics table {
  width: 100%;
}

.portfolioSummary .portfolioSectors {
  float: left;
  width: 48%;
  margin: 20px 0 0 2%;
}

.portfolioSummary .portfolioSectors table {
  width: 100%;
}

.modal .modal-header h3 {
  display: inline;
  font-weight: bold;
}

.modal .modal-footer button {
  margin-left: 5px;
  margin-right: 0;
}

.updateSubscriberForm h3 {
  font-size: 18px;
  color: #3f4757;
  display: inline;
}

.updateSubscriberForm .editLink {
  float: right;
}

.updateSubscriberForm .edit {
  display: none;
}

.updateSubscriberForm.editing .view {
  display: none;
}

.updateSubscriberForm.editing .edit {
  display: block;
}

.updateSubscriberForm dl {
  margin: 0;
  padding: 0;
}

.updateSubscriberForm dl dd, .updateSubscriberForm dl dt {
  float: left;
  width: 25%;
  margin: 0;
  padding: 2px 0 3px 0;
}

.subscriberForm ol li label {
  height: 0;
  line-height: 0;
  display: block;
  text-indent: -9999px;
}

.subscriberForm ol li label#rememberLabel {
  height: auto;
  line-height: auto;
  display: inline;
  text-indent: auto;
}

.subscriberForm ol li input[type=checkbox] {
  margin: 0 4px 0 0;
}

.buttons {
  margin-top: 10px;
  clear: both;
}

.changePasswordModal {
  width: 405px;
}

.form-list, .wrapped-form-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-list li, .wrapped-form-list li {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.form-list li label#rememberLabel, .wrapped-form-list li label#rememberLabel {
  height: auto;
  line-height: auto;
  display: inline;
  text-indent: auto;
}

.form-list li input[type=checkbox], .wrapped-form-list li input[type=checkbox] {
  margin: 0 4px 0 0;
}

.form-list li .progress, .wrapped-form-list li .progress {
  margin-top: 20px;
  width: 328px;
}

.wrapped-form-list li {
  float: left;
}

.wrapped-form-list li.double {
  width: 90%;
}

abbr[title] {
  border: 0;
}

.boxTitle {
  color: #83c453;
  float: left;
}

.grayBox {
  background-color: #d2d2d4;
  padding: 10px;
  border-radius: 7px;
  border: #C0B09A 1px solid;
}

#sidebar {
  width: 350px;
  float: left;
}

#sidebar .big-btn {
  margin-bottom: 18px;
  background: #d2d2d4;
  display: block;
  color: black;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  border: #C0B09A 1px solid;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#sidebar .big-btn:hover {
  background: #E0C6A3;
  border: #c17917 1px solid;
}

#sidebar .selected {
  background: #83c453;
  color: white;
}

#sidebar .selected:hover {
  background: #83c453;
}

#middle {
  float: left;
  margin-top: 40px;
  margin-left: 20px;
  opacity: 0.3;
  width: 100px;
}

#createPortfolioForm {
  width: 450px;
  float: right;
}

#createPortfolioForm input[type=text], #createPortfolioForm input[type=email], #createPortfolioForm input[type=tel], #createPortfolioForm input[type=password] {
  width: 408px;
}

#createPortfolioForm .big-btn {
  margin: 10px 23px 18px 0px;
  background: #83c453;
  display: block;
  color: white;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border: #C0B09A 1px solid;
  border-radius: 7px;
  background-clip: padding-box;
  width: 180px;
  float: right;
}

#createPortfolioForm .big-btn:hover {
  background: #E0C6A3;
  border: #c17917 1px solid;
}

#createPortfolioForm label {
  white-space: nowrap;
}

#createPortfolioForm input {
  width: 400px;
}

#createPortfolioForm .file-upload-loading {
  background-position: left top;
  background-size: 100% 100%;
}

#successInfoBox {
  font-size: 14px;
  line-height: 20px;
  width: 700px;
  margin-bottom: 30px;
}

.token-input-list-facebook li {
  margin: 3px;
  padding: 1px 3px;
}

.token-input-list-facebook #token-input-symbols {
  height: 7px;
}

.popover {
  width: 280px;
}

.error-list li {
  float: none;
}

#testDriveWizard {
  width: 700px;
  margin: auto;
  padding-top: 8px;
  background-color: white;
  border-radius: 8px;
}
#testDriveWizard .testDriveNavDiv {
  width: 100%;
}
#testDriveWizard .testDriveNavDiv button:disabled {
  background: #dddddd;
  border-color: #bbbbbb;
}
#testDriveWizard .testDriveNavDiv .testDriveNext, #testDriveWizard .testDriveNavDiv .testDrivePrev {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  float: initial;
  margin: 0 16px 16px 16px;
}
#testDriveWizard .testDriveNavDiv .testDriveNext {
  float: right;
}
#testDriveWizard #testDriveProgress {
  text-align: center;
  width: 400px;
  margin: 0 auto 20px auto;
}
#testDriveWizard #testDriveProgress .progressCircle {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: white;
  font-weight: bold;
  background-color: gray;
  opacity: .6;
}
#testDriveWizard #testDriveProgress .progressCircle.complete {
  background-color: #00a2c3;
  opacity: 1;
}
#testDriveWizard #testDriveProgress .progressLine {
  display: inline-block;
  background-color: gray;
  opacity: .6;
  width: 32px;
  height: 3px;
  margin: 0 2px 4px 2px;
}
#testDriveWizard #testDriveProgress .progressLine.complete {
  background-color: #00a2c3;
  opacity: 1;
}
#testDriveWizard .settingsGroup .settingButton {
  font-weight: bold;
  float: initial;
  margin: 0 16px;
  background-color: #00a2c3;
  border-color: #0080a1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#testDriveWizard .settingsGroup .settingContainer {
  display: inline-table;
  margin: 0 16px;
}
#testDriveWizard .settingsGroup .settingContainer .settingButton {
  margin: 0;
}
#testDriveWizard .settingsGroup .settingContainer .settingDesc {
  visibility: hidden;
  margin: 4px auto 0 auto;
  width: 100px;
  font-size: 12px;
  line-height: 14px;
  color: gray;
}
#testDriveWizard .settingsGroup .settingButton:hover, #testDriveWizard .settingsGroup .settingButton.active {
  background-color: white;
  color: #00a2c3;
  text-decoration: none;
}
#testDriveWizard .settingsGroup .settingButton:hover ~ .settingDesc, #testDriveWizard .settingsGroup .settingButton.active ~ .settingDesc {
  visibility: visible;
}
#testDriveWizard .step {
  display: none;
  text-align: center;
}
#testDriveWizard .step.active {
  display: block;
}
#testDriveWizard .step .testDriveTitle {
  font-size: 50px;
  line-height: 50px;
}
#testDriveWizard #step1 .testDriveWelcome {
  font-size: 18px;
  font-weight: bold;
  color: #83C453;
  margin-bottom: 16px;
}
#testDriveWizard #step1 .box {
  width: 150px;
  display: inline-block;
}
#testDriveWizard #step1 .checkmark {
  color: #83C453;
  font-size: 40px;
}
#testDriveWizard #step1 .token-input-list-facebook {
  width: 500px;
  min-height: 120px;
  margin: 16px auto 0px auto;
  border-color: #83C453;
}
#testDriveWizard #step1 #token-input-testDriveSymbols {
  width: 450px;
}
#testDriveWizard #step2 .settingButton {
  width: 140px;
  padding: initial;
}
#testDriveWizard #step2 .riskProfile {
  margin: 100px auto 0 auto;
}
#testDriveWizard #step3 .settingButton {
  width: 100px;
  padding: initial;
}
#testDriveWizard #step3 .rebalanceFrequency {
  margin: 50px auto 0 auto;
}
#testDriveWizard #step4 .settingButton {
  width: 130px;
  padding: initial;
}
#testDriveWizard #step4 .investSentiment {
  margin: 100px auto 0 auto;
}
#testDriveWizard #step5 .settingButton {
  width: 160px;
  height: 50px;
  line-height: 22px;
  margin-bottom: 8px;
}
#testDriveWizard #step5 .basketSource {
  margin: 50px auto 0 auto;
}
#testDriveWizard #step6 .loginContainer {
  margin-top: 24px;
}
#testDriveWizard #step6 .loginContainer .guestLoginDiv, #testDriveWizard #step6 .loginContainer .qdLoginDiv {
  display: inline-block;
  width: 50%;
  padding: 0 32px;
}
#testDriveWizard #step6 .loginContainer .guestLoginDiv .titleText, #testDriveWizard #step6 .loginContainer .qdLoginDiv .titleText {
  font-size: 16px;
  font-weight: bold;
  text-align: justify;
}
#testDriveWizard #step6 .loginContainer .guestLoginDiv p, #testDriveWizard #step6 .loginContainer .qdLoginDiv p {
  font-size: 11px;
}
#testDriveWizard #step6 .loginContainer .guestLoginDiv button, #testDriveWizard #step6 .loginContainer .qdLoginDiv button {
  float: initial;
  font-weight: bold;
  margin-top: 24px;
}
#testDriveWizard #step6 .loginContainer .guestLoginDiv {
  float: left;
}
#testDriveWizard #step6 .loginContainer .qdLoginDiv input {
  margin-top: 16px;
}
#testDriveWizard #step6 .loginContainer .qdLoginDiv #testDriveTerms {
  margin-top: 0;
}
#testDriveWizard #step6 .loginContainer .qdLoginDiv span {
  font-size: 12px;
}