/* Colors */
:root {
  --section-color-personal: #b1be85;
  --section-color-income: #bea985;
  --section-color-deductions: #b785be;
  --section-color-healthcare: #85a4be;
  --section-color-file: #bf8686;
}

body.app {
  background-color: #F1F1F1;
}
@media (max-width: 768px) {
  body.app {
    background-color: #FFF;
  }
}

/* Header - Content specific styles */
@media (max-width: 768px) {
  .app.inside header.top::before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
header .nav-content ul.nav > li.personal::before {
  background-color: var(--section-color-personal) !important;
}
header .nav-content ul.nav > li.income::before {
  background-color: var(--section-color-income) !important;
}
header .nav-content ul.nav > li.deductions::before {
  background-color: var(--section-color-deductions) !important;
}
header .nav-content ul.nav > li.healthcare::before {
  background-color: var(--section-color-healthcare) !important;
}
header .nav-content ul.nav > li.file::before {
  background-color: var(--section-color-file) !important;
}
header .nav-content ul.nav > li a.disabled {
  border-color: transparent !important;
  cursor: default;
  opacity: 0.5;
  font-style: italic;
}

/* Wizard Cards */
.wc-spinner-container {
  position: fixed;
  top: 200px;
  /*z-index: -100;*/
  z-index: 0;
}

.wc-spinner-container span {
  display: block;
  margin-top: 20px;
  word-break: keep-all;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #aaa;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

.wc-spinner-container .spinner {
  width: 80px;
  height: 80px;
  border: 5px solid transparent;
  border-bottom-color: #B1BE85;
  border-top-color: #B1BE85;
  border-radius: 100%;
  -webkit-animation: rotate 1s linear 0s infinite;
          animation: rotate 1s linear 0s infinite;
}

.loading-screen .wc-spinner-container {
  position: relative;
  margin-top: 100px;
  top: auto;
  z-index: auto;
}

.loading-screen .wc-spinner-container .spinner {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.loading-screen .wc-spinner-container span {
  color: #B1BE85;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Loading Screen */
.loading-screen {
  display: none;
  background: #fff;
  text-align: center;
  color: #B1BE85;
}

.loading-screen .spinner {
  margin-top: 100px;
}

.loading-screen span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.workspace {
  background-color: transparent;
}

/* Help */
div.help h1 {
  display: block;
  padding-left: 70px;
  font-size: 14px;
  font-weight: bold;
  background-image: url(/images/help/help.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  height: 50px;
  margin-top: 20px;
  color: #555;
}

div.help p {
  padding-bottom: 10px;
}

.fragment.help .fragment-content {
  padding: 20px;
}

.fragment.help .fragment-content p {
  padding-right: 20px;
}

ul.help-topics {
  display: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

ul.help-topics > h2 {
  font-weight: 300;
}

ul.help-topics li {
  margin-left: 20px;
  margin-bottom: 8px;
}

.help-tip {
  font-size: 22px;
  cursor: pointer;
  color: rgb(51, 122, 183);
}

/* Invoice & IP Details */
.invoice, .signature {
  font-weight: 100;
  width: 100%;
}

.invoice.extra, .signature.extra, .signature.help-topics {
  max-width: 150px;
  font-size: 85%;
}

.invoice .item, .signature .item {
  position: relative;
}

.invoice .item span, .signature .item span {
  float: right;
}

.invoice .item.less, .signature .item.less {
  /*color: #a94442;*/
  color: #96B258;
}

.invoice .item.total, .signature .item.total {
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

#footer.app {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /*height: 40px;*/
  color: #999;
  background-color: transparent;
}

#dtime {
  font-size: 12px;
  font-style: italic;
}

/* Status Panel */
.status-panel .status-steps {
  background-color: #efefef;
  margin-left: -15px;
  margin-right: -15px;
  font-style: italic;
  font-weight: 100px;
}

.status-panel .status-steps .step {
  color: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.status-panel .status-steps .step i.fa {
  opacity: 0;
  color: #96B258;
}

.status-panel .status-steps.step1 .step1,
.status-panel .status-steps.step2 .step1,
.status-panel .status-steps.step2 .step2,
.status-panel .status-steps.step3 .step1,
.status-panel .status-steps.step3 .step2,
.status-panel .status-steps.step3 .step3 {
  color: #666;
  font-style: normal;
}

.status-panel .status-steps.step2 .step1 i.fa,
.status-panel .status-steps.step3 .step1 i.fa,
.status-panel .status-steps.step3 .step2 i.fa,
.status-panel .status-steps.step3 .step3 i.fa {
  opacity: 1;
}

.status-panel .status-steps .step.active {
  font-weight: bold;
}

.status-panel h4, .reject-panel h4, .download-panel h4 {
  padding-bottom: 9px;
  padding-top: 9px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  margin-top: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ddd;
}

.status-panel .btn i {
  color: #f3e72b;
}

.alert-panel {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-panel h4 {
  background-color: #faebcc;
}

.reject-panel {
  border-color: #a94442;
}

.reject-panel h4 {
  background-color: #a94442;
  color: #fff;
}

.reject-panel .btn-fix {
  color: #fff;
  background-color: #a94442;
  border: none;
  text-shadow: #8a3432 1px 1px 1px;
}

.reject-panel .reject-details {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #a94442;
}

.reject-panel .reject-details:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.download-panel .download {
  padding-bottom: 20px;
}

.dropdown-header.platinum {
  text-align: center;
  background-color: #E5E4E2;
}

/* Progress Bar */
.app-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1001; /* header + 1 */
}

.app-progress .value, .app-progress .filler {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: green;
}

.app-progress .filler {
  display: none;
}

/*header .progress .value {background-color: #888;}*/
.app-progress .value, .app-progress .filler {
  background-color: #b1be85;
}

.app-progress.income .value, .app-progress .income.filler {
  background-color: #bea985;
}

.app-progress.deductions .value, .app-progress .deductions.filler {
  background-color: #b785be;
}

.app-progress.healthcare .value, .app-progress .healthcare.filler {
  background-color: #85a4be;
}

.app-progress.file .value {
  background-color: #bf8686;
}

/* Medium - Responsive Modifications */
/* XS - Responsive Modifications */
@media (max-width: 767px) {
  form .table .summary-amount {
    padding-right: 15px;
  }
  .wiz-banner {
    width: 110%;
  }
}
/* screen shot adjustments */
html.screen-shot,
html.screen-shot body {
  height: unset;
  overflow: unset;
  overflow-y: unset;
}

html.screen-shot .dropdown-menu {
  display: none !important;
}

html.screen-shot input,
html.screen-shot select {
  border-radius: unset !important;
}

html.screen-shot .panel {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.popover {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#wizard-container {
  position: relative;
  margin-top: 20px;
  padding: 0;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 900;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

#wizard-canvas {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

#wizard-canvas form > h2 {
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 400 !important;
}

#wizard-canvas form > h2 .progress {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* Button Options */
#wizard-canvas .button-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#wizard-canvas .button-option .btn {
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 125px;
}

@media (max-width: 768px) {
  #wizard-canvas .button-option {
    gap: 12px;
  }
  #wizard-canvas .button-option .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #wizard-canvas .button-option.full-width .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
#wizard-canvas.personal form > h2, h2.personal { /*color: #b1be85;*/
  color: #6e7d40;
}

#wizard-canvas.income form > h2, h2.income { /*color: #bea985;*/
  color: #8a734c;
}

#wizard-canvas.deductions form > h2, h2.deductions { /*color: #b785be;*/
  color: #9b62a3;
}

#wizard-canvas.healthcare form > h2, h2.healthcare { /*color: #85a4be;*/
  color: #397bb1;
}

#wizard-canvas.file form > h2, h2.file { /*color: #bf8686;*/
  color: #ae6161;
}

#fix_message {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}

/* Wizard Navigation */
.wizard-nav {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  min-height: 60px;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wizard-nav.no-back {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wizard-nav .btn {
  margin-top: 10px;
  min-width: 100px;
}

.wizard-nav .btn .icon {
  font-size: 1.6em;
  line-height: 0;
  margin-top: 1px;
}

#wizButtonNext {
  padding-left: 24px;
}

#wizButtonBack {
  padding-right: 24px;
}

@media (max-width: 768px) {
  .wizard-nav {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px;
  }
  .wizard-nav .btn.gray {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.38);
    text-shadow: unset;
  }
  .wizard-nav .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .wizard-nav .btn i {
    display: none;
  }
}
/* Paper Form */
.paper-form-container {
  padding: 0;
}

.paper-form-header {
  position: relative;
  vertical-align: bottom;
  height: 30px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

.paper-form-header .form-title, .paper-form-header .info {
  float: right;
}

.paper-form-header .form-title b {
  font-size: 24px;
  margin-left: 3px;
}

.paper-form-header .info {
  font-size: 9px;
  margin-left: 3px;
  margin-top: 4px;
}

.paper-form-header .owner {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Banners */
.wiz-banner {
  position: relative;
  background-color: #ddd;
  min-height: 265px;
  height: 265px;
  height: auto;
  border-radius: 10px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wiz-banner-body, .wiz-banner-image {
  -ms-flex-item-align: center;
      align-self: center;
}

.wiz-banner-body {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.wiz-banner-image {
  padding-right: 15px;
  padding-left: 15px;
}

.wiz-banner.personal-info, .wiz-banner.direct-deposit {
  background: #d8dec2; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#d8dec2), to(#f7f8f2));
  background: linear-gradient(to bottom, #d8dec2 0%, #f7f8f2 100%);
}

.wiz-banner.health-insurance {
  background: #9cb6cc; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#9cb6cc), to(#eaf0f4));
  background: linear-gradient(to bottom, #9cb6cc 0%, #eaf0f4 100%);
}

.wiz-banner.efile-paper {
  background: #c8dde2; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#c8dde2), to(#f3f8f9));
  background: linear-gradient(to bottom, #c8dde2 0%, #f3f8f9 100%);
}

.wiz-banner.error {
  background: #ded9c2; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, from(#ded9c2), to(#f8f7f2));
  background: linear-gradient(to bottom, #ded9c2 0%, #f8f7f2 100%);
}

/* Selection List */
.selection-list {
  margin-left: 50px;
}

.selection-list .section {
  position: relative;
  /*margin-bottom: 20px;*/
  margin-bottom: 32px;
}

.selection-list h4 {
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 16px;
  /*font-size: 16px;*/
}

.selection-list .checkbox {
  margin-left: 4px;
  margin-bottom: 20px;
}

.selection-list .section > .icon {
  position: absolute;
  top: 0;
  left: -50px;
  background-image: url(/images/icons.jpg);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
}

.selection-list .section > .icon.wages {
  background-position: 0 0 !important;
}

.selection-list .section > .icon.investments {
  background-position: 0 -177px !important;
}

.selection-list .section > .icon.other {
  background-position: 0 -120px !important;
}

.selection-list .section > .icon.investments2 {
  background-position: 0 -60px !important;
}

.selection-list .section > .icon.business {
  background-position: 0 -590px !important;
}

.selection-list .section > .icon.home {
  background-position: 0 -475px !important;
}

.selection-list .section > .icon.family {
  background-position: 0 -535px !important;
}

.selection-list .section > .icon.medical {
  background-position: 0 -415px !important;
}

.selection-list .section > .icon.charity {
  background-position: 0 -710px !important;
}

.selection-list .section > .icon.property {
  background-position: 0 -765px !important;
}

.selection-list .section > .icon.edu {
  background-position: 0 -650px !important;
}

.selection-list .section > .icon.retire {
  background-position: 0 -295px !important;
}

.selection-list .section > .icon.job {
  background-position: 0 -120px !important;
}

.selection-list .section > .icon.credits {
  background-position: 0 -235px !important;
}

@media (max-width: 767px) {
  .selection-list {
    margin-left: 32px;
  }
}
/* Form Elements */
form label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

form .question-details {
  margin-bottom: 30px;
  font-weight: 300;
}

form .divide {
  height: 1px;
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}

form .divide.dotted {
  border-bottom-style: dotted;
}

form .divide.double {
  border-bottom-width: 2px;
}

.form-group input, .form-group select, .form-group .form-control {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  /*background-color: #f5f5f5;*/
  border-radius: 24px;
  /*border: 1px solid #ddd;*/
  font-weight: normal;
  background-color: white;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
}

.form-group input:focus, .form-group select:focus, .form-group .form-control.focus {
  /*border-color: #66afe9;*/
  border-color: #78923B;
  -webkit-box-shadow: #78923B 0px 0px 8px 0px;
          box-shadow: #78923B 0px 0px 8px 0px;
}

.form-group.has-error input:focus, .form-group.has-error .form-control.focus {
  border-color: #a94442;
}

.form-group.has-error input:focus, .form-group.has-error .form-control.focus {
  -webkit-box-shadow: #a94442 0px 0px 8px 0px;
          box-shadow: #a94442 0px 0px 8px 0px;
}

.form-group .caseUpper {
  text-transform: uppercase;
}

.form-group .caseLower {
  text-transform: lowercase;
}

.form-group label {
  font-size: 12px;
}

.form-group .msg {
  font-size: 12px;
  display: none;
  clear: both;
  padding-left: 16px;
}

.form-group.has-error .msg {
  color: #a94442;
  display: block;
}

.checkbox.form-group input[type=checkbox], .radio.form-group input[type=radio],
.checkbox-inline input[type=checkbox], .radio-inline input[type=radio] {
  margin-top: 2px !important;
}

.checkbox, .radio, .form-horizontal .checkbox, .form-horizontal .radio {
  /*margin-bottom: 2px;*/
  /* margin-bottom: 4px; */
  margin-bottom: 8px;
}

.radio-inline, .checkbox-inline {
  padding-right: 10px;
  padding-top: 0;
}

.radio > p {
  padding-left: 5px;
}

form .has-error .include-error {
  color: #a94442;
}

form .table td a.btn, .btn.special {
  text-transform: uppercase;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: bold;
  padding-right: 10px;
}

form .table td a.btn:not(:has(.icon)), .btn.special:not(:has(.icon)) {
  padding-left: 10px;
}

form .table tbody tr td {
  vertical-align: middle;
  font-size: 12px;
}

form .table thead tr td {
  vertical-align: middle;
}

form .table thead tr.summary-title {
  border-top: solid 2px #CCC;
  border-bottom: dotted 1px #CCC;
  font-size: 12px;
  font-weight: bold;
}

form .table .summary-amount {
  padding-right: 80px;
}

form .table.table-no-border tbody tr td {
  border: none;
}

form .table.table-hover tbody tr:hover {
  background-color: #f8f7ed;
}

form .table-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

form .form-group label i, form label.format-i i {
  font-style: normal;
  font-weight: 100;
}

form h4 i {
  font-style: normal;
  font-weight: 100;
  color: #888;
}

form .row {
  margin-bottom: 10px;
}

form input.amount {
  padding-left: 28px;
  /*background-image: url(/images/amount.gif);*/
  background-image: url(/images/amount.png);
  background-repeat: no-repeat;
  /*background-position: 5px 8px;*/
  background-position: 8px 50%;
  background-size: 12px;
}

form input.percent {
  padding-right: 28px;
  /*background-image: url(/images/percent.gif);*/
  background-image: url(/images/percent.png);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}

form .panel h4 {
  margin-bottom: 20px;
}

form span.error {
  color: #900;
  font-weight: bold;
}

.composit-date {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  color: #ccc;
}

.composit-date .valid {
  color: #000;
}

.composit-date input {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  width: auto;
  background: transparent;
  margin-left: 6px;
}

.composit-date input:first-child {
  margin-left: 0;
}

.composit-date input.month, .composit-date input.day {
  width: 25px;
}

.composit-date input.year {
  width: 50px;
}

.composit-date input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Month boxes */
div.months {
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 20px;
}

div.months:last-child {
  border-bottom: none;
}

div.months > div {
  padding: 0;
}

div.months .name {
  margin-bottom: 10px;
  display: block;
}

div.months a.m {
  display: block;
  background-color: #fff;
  text-align: center;
  margin: 2px;
  text-decoration: none;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #666;
  border: 1px solid #eee;
}

div.months a.m.selected {
  background-color: #97a761 !important;
  color: #fff !important;
}

div.months a.m i {
  visibility: hidden;
}

div.months a.m.selected i {
  visibility: inherit;
}

div.months a.m.hover {
  background-color: #eee;
}

div.months input {
  display: none;
}

div.months div.sc {
  margin-top: 10px;
}

.form-control::-moz-placeholder {
  color: #ccc;
  text-transform: none;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
  text-transform: none;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
  text-transform: none;
}

fieldset.datePicker .dob-info {
  display: block;
  position: absolute;
  right: 24px;
  top: 3px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  color: #888;
}

fieldset.datePicker input:focus ~ .dob-info {
  /*background-color: red;*/
  color: #78923B;
}

fieldset.datePicker .dob-info small {
  display: block;
  font-size: 9px;
}

ul.password-check {
  display: none;
  list-style: none;
  padding-left: 0;
  font-size: 0.9em;
  margin-bottom: 20px;
}

ul.password-check li i.fa-check, ul.password-check li i.icon-check {
  color: green;
}

ul.password-check li i.icon-circle {
  font-size: 8px;
  margin: 0 2px;
}

/* Passwords */
.password-show-hide {
  float: right;
  margin-right: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
  user-select: none;
}

.password-show-hide:hover {
  text-decoration: none;
}

.password-show-hide span {
  display: inline-block;
  font-size: 12px;
  width: 32px;
  text-align: right;
}

.password-check .fa {
  width: 14px;
}

.password-check .fa-circle {
  font-size: 8px;
  padding-left: 2px;
}

.password-check li.ok, .password-check .fa-check {
  color: #bdbbb9 !important;
}

.password-check {
  margin-bottom: 0 !important;
}

.password-check-secure {
  color: #3c763d;
  display: none;
}

/* recaptcha info */
.recaptcha-info {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.025);
  text-align: center;
  font-size: 10px;
}

.pop-help-tip {
  position: relative;
  top: 1px;
  font-size: 16px;
  padding-right: 2px;
  margin-left: 6px;
  display: inline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none !important;
}

.pop-help-tip .icon {
  top: 2px;
  position: relative;
  line-height: 0;
}

.form-group .pop-help-tip .icon {
  line-height: 0.9em;
}

.form-group .pop-help-tip {
  font-size: 1.6em;
  margin-top: 4px;
}

.form-group input, .form-group select, .form-group .form-control {
  border-radius: 4px 4px 0 0;
  background-color: rgba(0, 0, 0, 0.06);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  min-height: 38px;
  -webkit-transition: background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background-color 250ms ease, -webkit-box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  transition: background-color 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}

.form-group input:focus, .form-group select:focus, .form-group .form-control:focus {
  padding-top: 7px;
  border-bottom-width: 2px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  border-bottom-style: dashed;
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: rgba(0, 0, 0, 0.5);
}

.form-group label {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.form-group:focus-within:not(.has-error) label {
  /* color: #78923B; */
  color: #78923B;
}

.form-group input:not(:focus):hover, .form-group select:not(:focus):hover, .form-control:not(:focus):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 11px;
  }
  .form-horizontal .control-label.two-line {
    padding-top: 3px;
  }
}
/* menu icon */
.menu-icon-hint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: -1;
}
.menu-icon-hint.pulse {
  -webkit-animation: menu-icon-hint-pulse 1s;
          animation: menu-icon-hint-pulse 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.menu-icon-hint.pulse-up {
  -webkit-animation: menu-icon-hint-pulse-up 1s;
          animation: menu-icon-hint-pulse-up 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
.menu-icon-hint.pulse-down {
  -webkit-animation: menu-icon-hint-pulse-down 1s;
          animation: menu-icon-hint-pulse-down 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.menu-icon-hint-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /*opacity: .5;*/
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
.menu-icon-hint-overlay header::before {
  display: none;
}
.menu-icon-hint-overlay header::before .btn-icon {
  overflow: visible;
}
.menu-icon-hint-overlay > div:first-child {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.menu-icon-hint-overlay .circle {
  position: absolute;
  margin-left: -100%;
  margin-top: -100%;
  background-color: #fff;
  width: 200%;
  padding-bottom: 200%;
  border-radius: 50%;
  -webkit-transform: scale(0.01);
          transform: scale(0.01);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}
.menu-icon-hint-overlay.open {
  background-color: rgba(0, 0, 0, 0.25);
}
.menu-icon-hint-overlay.open .circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 350px) {
  .menu-icon-hint-overlay.open .circle {
    margin-left: -350px;
    margin-top: -350px;
    width: 700px;
    height: 700px;
    padding-bottom: unset;
  }
}
.menu-icon-hint-overlay.open .menu-icon-hint {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.menu-icon-hint-overlay.open .hint {
  margin-top: 80px;
  margin-left: 80px;
  max-width: 200px;
}
.menu-icon-hint-overlay.open .hint h4 {
  color: #78923b;
}

@-webkit-keyframes menu-icon-hint-pulse {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes menu-icon-hint-pulse {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 32px rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }
}
@-webkit-keyframes menu-icon-hint-pulse-up {
  0% {
    background-color: rgba(150, 178, 88, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(150, 178, 88, 0.2);
            box-shadow: 0 0 0 0px rgba(150, 178, 88, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 24px rgba(150, 178, 88, 0);
            box-shadow: 0 0 0 24px rgba(150, 178, 88, 0);
    background-color: rgba(150, 178, 88, 0);
  }
}
@keyframes menu-icon-hint-pulse-up {
  0% {
    background-color: rgba(150, 178, 88, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(150, 178, 88, 0.2);
            box-shadow: 0 0 0 0px rgba(150, 178, 88, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 24px rgba(150, 178, 88, 0);
            box-shadow: 0 0 0 24px rgba(150, 178, 88, 0);
    background-color: rgba(150, 178, 88, 0);
  }
}
@-webkit-keyframes menu-icon-hint-pulse-down {
  0% {
    background-color: rgba(204, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(204, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(204, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 24px rgba(204, 0, 0, 0);
            box-shadow: 0 0 0 24px rgba(204, 0, 0, 0);
    background-color: rgba(204, 0, 0, 0);
  }
}
@keyframes menu-icon-hint-pulse-down {
  0% {
    background-color: rgba(204, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 0px rgba(204, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(204, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 24px rgba(204, 0, 0, 0);
            box-shadow: 0 0 0 24px rgba(204, 0, 0, 0);
    background-color: rgba(204, 0, 0, 0);
  }
}
/* Meter */
ul.meter {
  position: relative;
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
ul.meter li {
  /*display: inline-block;*/
  font-size: 1.75em;
  margin-bottom: 15px;
  cursor: pointer;
  font-weight: 300;
}
ul.meter li.refund {
  color: #96b258;
}
ul.meter li.balance {
  color: #cc0000;
}
ul.meter li span {
  font-weight: bold;
  display: block;
  font-size: 0.5em;
  color: rgb(119, 118, 118);
}
ul.meter li div {
  font-weight: 300;
  font-size: 0.5em;
  color: #999;
}
ul.meter.no-calc li {
  cursor: default !important;
}
ul.meter.no-calc li div {
  display: none;
}

#navDrawer-container ul.meter {
  margin-left: 20px;
  margin-top: 30px;
}/*# sourceMappingURL=app.css.map */