@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,800&display=swap);

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  /* margin: 0 2px; */
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0155b8;
  text-decoration: none;
  display: inline;
  margin-bottom: 20px;
}

a:focus,
a:hover {
  color: #2f2f2f;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.initialism,
.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #1b81b4;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #146188;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #1b81b4;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #146188;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  /* padding-right: 10px;  */
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
  margin-bottom: 10px;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid none;
  margin-bottom: 10% !important;
}



label {
  /* display: inline-block; */
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #8c8c8c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(140, 140, 140, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(140, 140, 140, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}



.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  font-size: 14px;
  padding: 10px 16px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
  border-radius: 10px;
  margin-bottom: -4px;
  margin-top: 3px;
  color: #686868;
  font-size: 12px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

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

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #1b81b4;
  border-color: #18719e;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #146188;
  border-color: #07222f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #146188;
  border-color: #104b69;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #146188;
  border-color: #104b69;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #104b69;
  border-color: #07222f;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #1b81b4;
  border-color: #18719e;
}

.btn-primary .badge {
  color: #1b81b4;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #27ae60;
  border-color: #295;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #1e8449;
  border-color: #0b311b;
}

.btn-success:hover {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e8449;
  border-color: #176739;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #176739;
  border-color: #0b311b;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #27ae60;
  border-color: #295;
}

.btn-success .badge {
  color: #27ae60;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #3498db;
  border-color: #258cd1;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #217dbb;
  border-color: #124364;
}

.btn-info:hover {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #217dbb;
  border-color: #1c699d;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #1c699d;
  border-color: #124364;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #3498db;
  border-color: #258cd1;
}

.btn-info .badge {
  color: #3498db;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #febd11;
  border-color: #f4b201;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #db9f01;
  border-color: #765500;
}

.btn-warning:hover {
  color: #fff;
  background-color: #db9f01;
  border-color: #b88501;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db9f01;
  border-color: #b88501;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #b88501;
  border-color: #765500;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #febd11;
  border-color: #f4b201;
}

.btn-warning .badge {
  color: #febd11;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e43725;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #d62c1a;
  border-color: #7b190f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d62c1a;
  border-color: #b62516;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #b62516;
  border-color: #7b190f;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #e74c3c;
  border-color: #e43725;
}

.btn-danger .badge {
  color: #e74c3c;
  background-color: #fff;
}

.btn-link {
  color: #555;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #2f2f2f;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after,
.modal-header:before {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body,
html {
  height: 100%;
}

body {
  font-family: Nunito, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #282729;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  image-rendering: auto;
}

a,
a:active,
a:active:focus,
a:focus,
button,
button:active,
button:active:focus,
button:focus,
input,
input:active,
input:active:focus,
input:focus,
select,
select:active,
select:active:focus,
select:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.link-back,
.btn-back {
  display: inline-block;
  white-space: nowrap;
}

.notify {
  background: #ededed;
  color: #454545;
  font-size: 13px;
  left: 0;
  line-height: 1;
  margin: 0 0 30px;
  padding: 15px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.notify a,
.notify a:hover {
  color: #454545;
  font-weight: 700;
  text-decoration: underline;
}

.notify.warning {
  background: #ffbf2a;
  color: #493300;
}

.notify.warning a,
.notify.warning a:hover {
  color: #000;
}

.notify.success {
  background: #6fd988;
  color: #165224;
}

.notify.success a,
.notify.success a:hover {
  color: #000;
}

.notify.failure {
  background: #ea7966;
  color: #621a0e;
}

.notify.failure a,
.notify.failure a:hover {
  color: #000;
}

.form,
.form-result {
  position: relative !important;
}

.form-group {
  position: relative;
}

.form-label {
  font-weight: 700;
  line-height: 1;
}

.form-feedback,
.form-suggestion {
  color: #282729;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 6px;
  padding: 0 5px;
  text-align: right;
}

.form-feedback:empty,
.form-suggestion:empty {
  height: 0;
}

.form-suggestion a {
  color: #282729;
  cursor: pointer;
  font-style: italic;
  text-decoration: underline;
}

.form-result {
  display: none;
}

.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .form-select select {
  border-color: #f1a800;
  box-shadow: 0 0 0 2px #f1a800;
}

.has-warning .control-label,
.has-warning .form-feedback,
.has-warning .form-suggestion {
  color: #f1a800;
}

.has-warning .form-choice {
  color: #f1a800;
}

.has-warning .form-choice small {
  color: #f1a800;
}

.has-warning .form-choice i {
  border-color: #f1a800;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success .form-select select {
  border-color: #43cd63;
  box-shadow: 0 0 0 2px #43cd63;
}

.has-success .control-label,
.has-success .form-feedback,
.has-success .form-suggestion {
  color: #43cd63;
}

.has-success .form-choice {
  color: #43cd63;
}

.has-success .form-choice small {
  /* color: #43cd63 */
}

.has-success .form-choice i {
  border-color: #43cd63;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-error .form-select select {
  border-color: #e34e35;
  box-shadow: 0 0 0 2px #e34e35;
}

.has-error .control-label,
.has-error .form-feedback,
.has-error .form-suggestion {
  color: #e34e35;
}

.has-error .form-choice {
  color: #e34e35;
}

.has-error .form-choice small {
  color: #e34e35;
}

.has-error .form-choice i {
  border-color: #e34e35;
}

[data-toggle="afloat"] label {
  color: #757277;
  font-weight: 400;
  font-size: 11px;
  left: 27px;
  opacity: 0;
  position: absolute;
  text-shadow: 0 1px 0 #fff;
  top: 8px;
  transition: opacity 333ms ease, top 333ms ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding-left: 15px;
}

[data-toggle="afloat"].in label {
  top: 1px;
  opacity: 1;
  padding-left: 15px;
}

[data-toggle="afloat"].in input {
  padding-top: 10px;
}

body:before {
  content: "md";
  display: none;
}

@media (max-width: 400px) {
  body:before {
    content: "xxs";
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  body:before {
    content: "xs";
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body:before {
    content: "sm";
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body:before {
    content: "md";
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  body:before {
    content: "lg";
  }
}

@media (min-width: 1520px) {
  body:before {
    content: "xl";
  }
}

label[for="input-email"] {
  z-index: 2;
}

.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, #fff, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }

  .awesomplete > ul:empty,
  .awesomplete > ul[hidden] {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}

.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: #fff;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: #000;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: #fff;
}

.awesomplete mark {
  background: #eaff00;
}

.awesomplete li:hover mark {
  background: #b5d100;
}

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit;
}

.form-choice {
  color: #282729;
  cursor: pointer;
  display: block;
  font-weight: 400;
  position: relative;
}

.form-choice input {
  opacity: 0;
  z-index: -1;
}

.form-choice i {
  background-size: 50% 50%;
  background: #fff no-repeat center center;
  border-radius: 3px;
  border: 2px solid #ccc;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 1px;
  user-select: none;
  width: 18px;
  margin-top: 29px;
}

.form-choice input[type="checkbox"]:active ~ i,
.form-choice input[type="checkbox"]:focus ~ i,
.form-choice input[type="radio"]:active ~ i,
.form-choice input[type="radio"]:focus ~ i {
  border-color: false;
  box-shadow: none;
  outline: 0 !important;
  box-shadow: 0 0 0 2px false;
}

.form-choice input[type="checkbox"]:active ~ i {
  background-color: #30d64a;
}

.form-choice input[type="checkbox"]:checked ~ i {
  background: #30d64a
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzk4LjIgOTNsLTE5OC41IDE5OC41LTg1LjktODYtNjMuOCA2My43IDE0OS43IDE0OS44IDI2Mi4zLTI2Mi4zeiIvPjwvc3ZnPg==)
    no-repeat center center;
  border: 2px solid #30d64a;
}

.form-choice input[type="radio"] ~ i {
  border-radius: 50%;
}

.form-choice input[type="radio"]:checked ~ i {
  background: #fff no-repeat center center;
  border: 6px solid #30d64a;
}

.form-choice small {
  color: #282729;
  display: inline-block;
  font-size: 13px;
  left: 23px;
  position: absolute;
  top: 2px;
  margin-top: 27px;
}

.form-choice small a {
  color: #282729;
}

.form-choice.inline {
  display: inline-block;
}

.form-choice.inline + .form-choice.inline {
  margin-left: 15px;
}

.form-select {
  color: #282729;
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: 400;
}

.form-select select {
  appearance: none;
  background: #fff;
  border-color: #ccc;
  box-shadow: none;
  /* color: #282729; */
  cursor: pointer;
  display: inline-block;
  line-height: 21px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-select select:active,
.form-select select:focus {
  border-color: false;
  box-shadow: none;
  outline: 0 !important;
  box-shadow: 0 0 0 2px false;
}

.form-select select.input-lg {
  height: 46px;
  line-height: 25px;
}

.form-select select.input-sm {
  height: 30px;
}

.form-select select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select select::-ms-expand {
  display: none;
}

/* .form-select:after {
    border: 5px solid transparent;
    border-top: 5px solid #7c797f;
    bottom: 50%;
    content: '';
    display: inline-block;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    transform: translateY(80%);
    width: 0
} */

@-moz-document url-prefix() {
  .form-select select {
    padding-right: 1rem;
    text-indent: 0.01px;
    text-overflow: "";
  }

  .form-select option {
    background-color: #fff;
  }
}

@media screen and (min-width: 0\0) {
  .form-select:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0;
    width: 1.5rem;
    z-index: 2;
  }

  .form-select:after {
    z-index: 5;
  }

  .form-select select {
    padding: 6px 12px;
    z-index: 1;
  }
}

.step {
  display: none;
}

[data-step="1"] .step1 {
  display: block;
}

[data-step="2"] .step2 {
  display: block;
}

[data-step="2"] .form,
[data-step="2"] .form-result {
  min-height: 550px;
}

[data-step="3"] .step3 {
  display: block;
}

[data-step="3"] .form,
[data-step="3"] .form-result {
  min-height: 550px;
}

[data-step="4"] .step4 {
  display: block;
}

[data-step="4"] .form,
[data-step="4"] .form-result {
  min-height: 550px;
}

[data-step="5"] .step5 {
  display: block;
}

.step2 span {
  display: block;
  margin: 10px 0;
}
.step2 label {
  display: block;
  margin: 10px 0;
  font-weight: 500;
}

.step3 span {
  margin-bottom: 20px;
}

.form-result {
  min-height: 550px;
}

@media (max-width: 400px) {
  .form-result {
    min-height: 0;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .form-result {
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-result {
    min-height: 0;
  }
}

#dados-automovel,
#dados-cCredito,
#dados-habitacao,
#dados-outro,
#segundo-titular {
  display: none;
}

.btn-cta:active,
.btn-cta:focus,
.btn:active,
.btn:active:focus,
.btn:focus,
input:active[type="email"],
input:active[type="tel"],
input:active[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="text"] {
  border-color: #9aeba7;
  box-shadow: none;
  outline: 0 !important;
  box-shadow: 0 0 0 2px #9aeba7;
}

input[type="email"],
input[type="tel"],
input[type="text"] {
  box-shadow: none;
  color: #686868;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #B7B7B7;
}

input.placeholder[type="email"],
input.placeholder[type="tel"],
input.placeholder[type="text"] {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

input:-moz-placeholder[type="email"],
input:-moz-placeholder[type="tel"],
input:-moz-placeholder[type="text"] {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: none !important;
}

input:-ms-input-placeholder[type="email"],
input:-ms-input-placeholder[type="tel"],
input:-ms-input-placeholder[type="text"] {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}

input.placeholder[type="email"],
input.placeholder[type="tel"],
input.placeholder[type="text"] {
  color: #999;
  font-weight: 400 !important;
  opacity: 1 !important;
  text-align: left;
}

.hero {
  background: #f5f7f6;
  background-size: cover;
  position: relative;
}

@media (max-width: 400px) {
  .hero {
    background: #f5f7f6;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero {
    background: #f5f7f6;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero {
    background: #f5f7f6;
  }
}

.hero:before {
  background: url(../img/couple.jpg) center center no-repeat;
  content: "";
  width: 1336px;
  height: 992px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -180px;
  margin-left: -40px;
  transform: scale(0.5);
}

@media (max-width: 400px) {
  .hero:before {
    display: none;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero:before {
    display: none;
  }
}

.hero-header {
  margin: 0 auto;
  background: #fff;
  text-align: center;
}

.hero-header img {
  transform: scale(0.6);
  margin: 5px auto;
}

.hero-title {
  color: #214874;
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 400px) {
  .hero-title {
    padding: 0;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-title {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    padding: 0;
  }
}

.hero-title img {
  margin: 30px 0 100px 0;
}

.hero-title h3 {
  font-size: 50px;
  font-weight: 800;
  width: 300px;
}

.hero-title .line {
  width: 8%;
  height: 1px;
  background: #ff6700;
}

.hero-title h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  width: 315px;
}

@media (max-width: 400px) {
  .hero-title h2 {
    text-align: center;
    font-size: 24px;
    padding: 0;
    line-height: 28px;
    margin: 30px 0;
    width: 100%;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-title h2 {
    text-align: center;
    font-size: 24px;
    padding: 0;
    line-height: 28px;
    margin: 30px 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-title h2 {
    text-align: center;
    font-size: 24px;
    padding: 0;
    line-height: 28px;
    margin: 30px 0;
    width: 100%;
  }
}

.hero-title span {
  font-size: 22px;
  font-weight: 800;
  color: #ff6700;
}

.hero-form .form,
.hero-form .form-result {
  background: white;
  padding: 40px 25px;
}

/* @media (max-width: 400px) {
  .hero-form .form,
  .hero-form .form-result {
    padding: 30px 10px;
  }
} */

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form,
  .hero-form .form-result {
    padding: 30px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form,
  .hero-form .form-result {
    padding: 30px 10px;
  }
}

.hero-form .form legend,
.hero-form .form-result legend {
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  color: #0155b8;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 400px) {
  .hero-form .form legend,
  .hero-form .form-result legend {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 900;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form legend,
  .hero-form .form-result legend {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form legend,
  .hero-form .form-result legend {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
  }
}

.hero-form .form fieldset,
.hero-form .form-result fieldset {
  color: #0155b8;
  font-size: 14px;
  margin-bottom: 19px;
  line-height: 150%;
  font-style: normal;
  font-weight: 500;
}

.hero-form .form fieldset #segunda-legenda,
.hero-form .form-result fieldset #segunda-legenda {
  text-align: center;
  color: #0155b8;
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}

@media (max-width: 400px) {
  .hero-form .form fieldset #segunda-legenda,
  .hero-form .form-result fieldset #segunda-legenda {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form fieldset #segunda-legenda,
  .hero-form .form-result fieldset #segunda-legenda {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form fieldset #segunda-legenda,
  .hero-form .form-result fieldset #segunda-legenda {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.hero-form .form .btns1,
.hero-form .form-result .btns1 {
  margin-top: 150px;
}

@media (max-width: 400px) {
  .hero-form .form .btns1,
  .hero-form .form-result .btns1 {
    margin-top: 50px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form .btns1,
  .hero-form .form-result .btns1 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form .btns1,
  .hero-form .form-result .btns1 {
    margin-top: 50px;
  }
}

.hero-form .form .btns,
.hero-form .form-result .btns {
  margin-top: 40px;
  padding: 0;
}

.hero-form .form .dados-info,
.hero-form .form-result .dados-info {
  margin: 15px -15px;
}

@media (max-width: 400px) {
  .hero-form .form .dados-info,
  .hero-form .form-result .dados-info {
    margin: 0 auto;
    width: 320px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form .dados-info,
  .hero-form .form-result .dados-info {
    margin: 0 auto;
    width: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form .dados-info,
  .hero-form .form-result .dados-info {
    margin: 0 auto;
    width: 320px;
  }
}

.hero-form .form .dados-info svg,
.hero-form .form-result .dados-info svg {
  vertical-align: bottom;
  margin-right: 15px;
  max-height: 22px;
}

.hero-form .form .dados-info p,
.hero-form .form-result .dados-info p {
  font-weight: 800;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 1px;
}

.hero-form .form .dados-input,
.hero-form .form-result .dados-input {
  display: flex;
}

@media (max-width: 400px) {
  .hero-form .form .dados-input,
  .hero-form .form-result .dados-input {
    margin: 0 auto;
    width: 320px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .hero-form .form .dados-input,
  .hero-form .form-result .dados-input {
    margin: 0 auto;
    width: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-form .form .dados-input,
  .hero-form .form-result .dados-input {
    margin: 0 auto;
    width: 320px;
  }
}

.hero-form .form .dados-input input.placeholder,
.hero-form .form-result .dados-input input.placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: center;
}

.hero-form .form .dados-input input:-moz-placeholder,
.hero-form .form-result .dados-input input:-moz-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: center;
}

.hero-form .form .dados-input input::-moz-placeholder,
.hero-form .form-result .dados-input input::-moz-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: center;
}

.hero-form .form .dados-input input:-ms-input-placeholder,
.hero-form .form-result .dados-input input:-ms-input-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: center;
}

.hero-form .form .dados-input input::-webkit-input-placeholder,
.hero-form .form-result .dados-input input::-webkit-input-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: center;
}

.hero-form .form .dados-input .tt,
.hero-form .form-result .dados-input .tt {
  display: inline-block;
  margin-right: 10px;
}

.hero-form .form .dados-input .td,
.hero-form .form-result .dados-input .td {
  display: inline-block;
  margin-right: 10px;
  color: #4f90db;
}

.hero-form .form .choose-credit,
.hero-form .form-result .choose-credit {
  vertical-align: center;
  text-align: left;
  background: rgba(79, 144, 219, 0.3);
  border-radius: 10px;
  padding: 4px 20px;
  margin-bottom: 15px;
  cursor: pointer;
}

.hero-form .form .choose-credit.active,
.hero-form .form-result .choose-credit.active {
  background: #4f90db;
}

.hero-form .form .choose-credit.active:after,
.hero-form .form-result .choose-credit.active:after {
  background: #30d64a url(../img/svg/yes.svg) center center no-repeat;
  border-radius: 50px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: 10px 0;
}

.hero-form .form .choose-credit p,
.hero-form .form-result .choose-credit p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 19px;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 10px 30px;
}

.form legend,
.form-result legend {
  text-align: center;
  margin-top: 20px;
}

.form-group small.consent-error {
  display: none;
}

.form-group label[for] {
  margin-bottom: 0;
}

.form-group.has-error[data-toggle="afloat"]:after,
 .form-group.has-error-nif[data-toggle="afloat"]:after {
  content: url(../img/icons/has-error-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: 2s ease 0s normal forwards 1 fadeInRight;
}
.form-group.has-success[data-toggle="afloat"]:after,
.form-group.has-success-nif[data-toggle="afloat"]:after {
  content: url(../img/icons/has-success-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px; /* Ajuste este valor conforme necessário */
  top: 25%;
  transform: translateY(-50%); /* Centraliza verticalmente */
  animation: 2s ease 0s normal forwards 1 fadeInRight;
}
.form-group.has-success[data-toggle="afloat"] .form-control,
 .form-group.has-success-nif[data-toggle="afloat"] .form-control{
  border: 1px solid #28a745;
  border-left: 5px solid #28a745;
}

.form-group.has-success[data-toggle="afloat"] input.placeholder ,
.form-group.has-success-nif[data-toggle="afloat"] input.placeholder {
  color: #333;
}

.form-group.has-success[data-toggle="afloat"] input:-moz-placeholder,
.form-group.has-success-nif[data-toggle="afloat"] input:-moz-placeholder {
  color: #333;
}

.form-group.has-success[data-toggle="afloat"] input::-moz-placeholder,
.form-group.has-success-nif[data-toggle="afloat"] input::-moz-placeholder {
  color: #333;
}

.form-group.has-success[data-toggle="afloat"] input:-ms-input-placeholder,
.form-group.has-success-nif[data-toggle="afloat"] input:-ms-input-placeholder {
  color: #333;
}

.form-group.has-success[data-toggle="afloat"] input::-webkit-input-placeholder,
.form-group.has-success-nif[data-toggle="afloat"] input::-webkit-input-placeholder {
  color: #333;
}

.form-group.has-success[data-toggle="afloat"] input.placeholder,
.form-group.has-success-nif[data-toggle="afloat"] input.placeholder {
  color: #333;
}

.form-group.has-error .form-control,
.form-group.has-error-nif .form-control {
  border-left: 5px solid #e34e35;
}

.form-group.has-error input.placeholder,
.form-group.has-error-nif input.placeholder {
  color: #e34e35;
}

.form-group.has-error input:-moz-placeholder,
.form-group.has-error-nif input:-moz-placeholder {
  color: #e34e35;
}

.form-group.has-error input::-moz-placeholder,
.form-group.has-error-nif input::-moz-placeholder {
  color: #e34e35;
}

.form-group.has-error input:-ms-input-placeholder,
.form-group.has-error-nif input:-ms-input-placeholder {
  color: #e34e35;
}

.form-group.has-error input::-webkit-input-placeholder,
.form-group.has-error-nif input::-webkit-input-placeholder {
  color: #e34e35;
}

.form-group.has-error input.placeholder,
.form-group.has-error-nif input.placeholder {
  color: #e34e35;
}

.form-group.has-error small.consent-error {
  animation: 2s ease 0s normal forwards 1 fadeInUp;
  display: block;
  line-height: 1.3 !important;
  background: #ff5c5c;
  border-radius: 5px;
  border: 0 solid #ff5c5c;
  color: #fff;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 7px;
  position: relative;
}

.form-group.has-error small.consent-error:after {
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ff5c5c;
  content: "";
  display: block;
  left: -15px;
  position: absolute;
}

.form-group.has-error label.form-select:before {
  content: url(../img/icons/has-error-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 29% !important;
  bottom: 0;
  margin: auto;
  animation: 2s ease 0s normal forwards 1 fadeInRight;
}

.form-group.has-error label.form-select:after {
  display: none;
}

.form-group.has-success label.form-select:before {
  content: url(../img/icons/has-success-icon.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 25%;
  bottom: 0;
  margin: auto;
  animation: 2s ease 0s normal forwards 1 fadeInRight;
}

.form-group.has-success label.form-select:after {
  display: none;
}

.form-group.has-success label.form-select .form-control {
  border: 1px solid #28a745;
  border-left: 5px solid #28a745;
}

.form-choice {
  text-align: left;
}

.form-choice small {
  color: #686868;
  font-size: 12px;
}

@media (max-width: 400px) {
  .form-choice small {
    font-size: 10px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .form-choice small {
    font-size: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-choice small {
    font-size: 10px;
  }
}

.form-choice p {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
}

.form-choice a {
  text-decoration: underline;
  color: #686868 !important;
}

.form-choice img {
  transform: scale(0.7);
  padding-right: 15px;
}

.form-choice i {
  background-size: 50% 50%;
  background: #fff no-repeat center center;
  border-radius: 3px;
  border: 2px solid #ccc;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 18px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 1px;
  user-select: none;
  width: 18px;
  margin-top: 30px;
}

.form-choice .iCheck {
  background-size: 50% 50%;
  background: 0 0;
  border-radius: 50px;
  border: 0 solid #ccc;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: 18px;
  left: 210px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 11px;
  user-select: none;
  width: 18px;
}

@media (max-width: 400px) {
  .form-choice .iCheck {
    left: 265px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .form-choice .iCheck {
    left: 265px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-choice .iCheck {
    left: 265px;
  }
}

.form-choice .choice-check {
  width: 100%;
  background: rgba(79, 144, 219, 0.3);
  border-radius: 10px;
}

.form-choice .choice-check:active {
  background: #4f90db;
}

.form .form-choice input[type="checkbox"]:checked ~ i,
.form-result .form-choice input[type="checkbox"]:checked ~ i {
  background: #30d64a url(../img/svg/yes.svg) no-repeat center center;
  background-size: 10px;
  border: 2px solid #30d64a;
}

.form .has-error small,
.form-result .has-error small {
  color: #686868;
}

.form .checkboxgroup.has-error a,
.form-result .checkboxgroup.has-error a {
  color: #686868 !important;
}

.form .has-success small,
.form-result .has-success small {
  /*color: #fff !important*/
}

.form .checkboxgroup.has-success a,
.form-result .checkboxgroup.has-success a {
  color: #686868 !important;
}

.form-group-email .awesomplete {
  width: 100% !important;
}

input[type="email"],
input[type="tel"],
input[type="text"] {

}

input[name*="name"] {
  text-transform: capitalize;
  background: #fff 15px center no-repeat;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 10px 15px;
}

input[name*="email"] {
  text-transform: lowercase;
  background: #fff 15px center no-repeat;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 10px 15px;
}

input[name*="phone"] {
  text-transform: lowercase;
  background: #fff 15px center no-repeat;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 10px 15px;
}

input[name*="city"] {
  text-transform: capitalize;
  background: #fff 15px center no-repeat;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  padding: 10px 15px;
}

input[name*="birthday"] {
  background: #fff 15px center no-repeat;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #B7B7B7;

}

input[name*="credit_"] {
  background: #fff;
  color: #ff6700;
  font-weight: 800;
  padding-left: 0;
  text-align: right;
  padding: 10px 15px;
}

input[name*="debt_"],
input[name*="monthly_"],
input[name="extra_money"],
input[name="salary"] {
  color: #686868;
  font-weight: 400;
  padding-left: 0;
  text-align: center;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

input.input_step04 {
  margin-top: 12;
  border-radius: 9px;
  padding: 10px;
}

input.input_step04.placeholder {
color: var(--basic-gray-text, #686868);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

input.input_step04:-moz-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: right;
}

input.input_step04::-moz-placeholder {
color: var(--basic-gray-text, #686868);
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

input.input_step04:-ms-input-placeholder {
color: var(--basic-gray-text, #686868);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}
/* .btn.btn-lg.btn-cta {

margin-left: 20px;

} */

input.input_step04::-webkit-input-placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: right;
}

input.input_step04.placeholder {
  color: #ff6700;
  font-weight: 800;
  font-size: 22px;
  text-transform: none !important;
  text-align: right;
}

.step3 input {
  /* padding: 0 !important; */
  text-transform: capitalize;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  background: var(--Basic-White, #fff);
  margin-top: 10px;
}

.step3 .obligatory_fields {
  padding: 0;
}

@media (max-width: 400px) {
  .step3 .obligatory_fields small {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .step3 .obligatory_fields small {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step3 .obligatory_fields small {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
}

select[name*="marital_status"] {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  background: #fff 15px center no-repeat;
  font-size: 12px;
}

.selected-select {
  /* font-weight: 700 !important;
    color: #282729 !important; */
  font-size: 14px !important;
}

.checkboxgroup {
  padding-bottom: 10px;
}

.checkboxgroup.has-error a {
  color: #e34e35 !important;
}

.checkboxgroup.has-success a {
  color: #43cd63 !important;
}

[data-toggle="afloat"] label,
[data-toggle="afloat"].in label {
  padding-left: 0;
}

@media (max-width: 400px) {
  [data-toggle="afloat"] label,
  [data-toggle="afloat"].in label {
    left: 50%;
    margin-left: -110px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  [data-toggle="afloat"] label,
  [data-toggle="afloat"].in label {
    left: 50%;
    margin-left: -110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-toggle="afloat"] label,
  [data-toggle="afloat"].in label {
    left: 50%;
    margin-left: -110px;
  }
}

.second_person {
  padding-bottom: 20px;
}

.second_person .form-group {
  display: inline-block;
  margin: 5px;
}

.second_person .form-group button {
  width: 100px;
  height: 33px;
  padding: 0;
}

.slider-line {
  margin-top: 10px;
}

.slider-text {
  color: #686868;
  text-align: right;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
}

.slider-horizontal {
  width: 90% !important;
}

.slider-handle.round {
  border-radius: 50%;
  background-color: #ffa500;
  background-color: #ffa500;
  background-image: -webkit-linear-gradient(top, #fc6703 0%, #fc6703 100%);
  background-image: -o-linear-gradient(top, #fc6703 0%, #fc6703 100%);
  background-image: linear-gradient(to bottom, #fc6703 0%, #fc6703 100%);
}

.slider-space {
  margin-top: 20px;
}


#sliderAmount .slider-selection,
#sliderPrazo .slider-selection,
#sliderDinheiroExtra .slider-selection {
  width: 420px;
  height: 10px;
  background: #feb686;
}

#sliderAmount {
  position: relative;
  margin-bottom: 20px;
}

#sliderAmount::before {
  /* content: "Montante pretendido";  */
  display: block;
  font-size: 16px;
  /* color: #ff6700;  */
  font-weight: bold;
  text-align: left;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

/* #sliderPrazo::before {
    content: "Prazo"; 
    display: block; 
    font-size: 16px; 
    color: #ff6700; 
    font-weight: bold; 
    text-align: left; 
    position: absolute;
    top: -40px; 
    left: 0; 
    width: 100%; 
} */

.slider-track {
  background: #feb686 !important;
}

.info {
  padding: 100px 0;
}

@media (max-width: 400px) {
  .info {
    padding: 50px 0;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .info {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info {
    padding: 50px 0;
  }
}

.info .info-column {
  text-align: center;
}

@media (max-width: 400px) {
  .info .info-column img {
    transform: scale(0.7);
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .info .info-column img {
    transform: scale(0.7);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info .info-column img {
    transform: scale(0.7);
  }
}

.info .info-column .info-text {
  margin-top: 15px;
}

@media (max-width: 400px) {
  .info .info-column .info-text {
    margin-top: 0;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .info .info-column .info-text {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info .info-column .info-text {
    margin-top: 0;
  }
}

.info .info-column .info-text p {
  margin: 0;
  font-size: 20px;
  color: #214874;
}

@media (max-width: 400px) {
  .info .info-column .info-text p {
    font-size: 14px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .info .info-column .info-text p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info .info-column .info-text p {
    font-size: 14px;
  }
}

.credit {
  background: rgba(112, 112, 112, 0.1);
  padding: 50px 0;
}

.credit .credit-title {
  text-align: center;
}

.credit .credit-title h4 {
  color: #ff6700;
  font-size: 16px;
  font-weight: 800;
}

.credit .credit-title h1 {
  color: #214874;
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 20px;
}

.credit .credit-title p {
  color: #214874;
  font-size: 16px;
  padding-bottom: 40px;
}

.credit .credit-title img {
  margin: 0 auto;
}

@media (max-width: 400px) {
  .credit .credit-title img {
    margin-bottom: 40px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .credit .credit-title img {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .credit .credit-title img {
    margin-bottom: 40px;
  }
}

footer {
  background: #214874;
  padding: 20px 0;
}

footer p {
  color: #fff;
  font-size: 22px;
  margin: 0;
  margin-top: 8px;
}

footer .form-group {
  margin-bottom: 0;
}

.result {
  color: #fff;
}

.btn-cta {
  background-color: #fc6703;
  color: #fff;
}

.btn-cta.active,
.btn-cta:active,
.btn-cta:focus,
.btn-cta:hover,
.open > .btn-cta.dropdown-toggle {
  background-color: #fc6703;
  border-color: #fc6703;
  color: #fff;
}
#sim-segundoTitular {
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  background: var(--Basic-White, #fff);
}
#sim-segundoTitular:hover,
#nao-segundoTitular:hover,
#sim-segundoTitular:active,
#sim-segundoTitular:focus,
#nao-segundoTitular:active,
#nao-segundoTitular:focus {
  border-radius: 10px;
  border: 1px solid var(--e-loan-saphire-e-loan, #0155b8);
  background: var(--e-loan-palettes-blue-4-blue-palette, #ebf4ff);
}

#nao-segundoTitular {
  border-radius: 10px;
  border: 1px solid #b7b7b7;
  background: var(--Basic-White, #fff);
}

.btn-cta.disabled,
.btn-cta.disabled.active,
.btn-cta.disabled:active,
.btn-cta.disabled:focus,
.btn-cta.disabled:hover,
.btn-cta[disabled],
.btn-cta[disabled].active,
.btn-cta[disabled]:active,
.btn-cta[disabled]:focus,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta,
fieldset[disabled] .btn-cta.active,
fieldset[disabled] .btn-cta:active,
fieldset[disabled] .btn-cta:focus,
fieldset[disabled] .btn-cta:hover {
  /* background-color: #5fdf73; */
  border-color: #5fdf73;
}

.btn-cta.active,
.btn-cta:active,
.open > .btn-cta.dropdown-toggle {
  background-image: none;
}

.btn-cta .spinner {
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
}

.btn-cta .spinner > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.btn-cta .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.btn-cta .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* .btn-cta:hover {
    background: #fff
} */

.btn-accept {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 400px) {
  .btn-accept {
    font-size: 12px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .btn-accept {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-accept {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .btn-accept {
    font-size: 9px;
  }
}

.btn-dismiss {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.btn-dismiss:hover {
  background-color: #000;
  border-color: #000;
}

.btn-allow {
  width: 130px;
  margin: 0 auto;
}

.btn-cookie {
  background-color: #85bf31;
  border-color: #85bf31;
  border-radius: 6px;
}

.btn-cookie:hover {
  background-color: #a0d355;
  border-color: #a0d355;
}

.btn-learn {
  background-color: #999;
  border-color: #999;
  border-radius: 6px;
}

.btn-learn:active,
.btn-learn:focus,
.btn-learn:hover {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.btn-next {
  background: #30d64a;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #30d64a;
  width: 200px;
  float: right;
  position: relative;
}

/* .btn-next img {
    margin-bottom: 2px
} */

/* .btn-back {
    background: rgba(79, 144, 219, .3);
    height: 43px;
    width: 50px;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center
}

.btn-back.active,
.btn-back:hover {
    background: #4f90db;
    border: 1px solid #4f90db;
    color: #fff
} */
.container-btn-segundo-titular {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-right: 10px;
}

.container-btn-segundo-titular span {
  width: 100%;
  margin-bottom: 20px;
}
.form-group--btnleft {
  margin-right: 10px;
}

.btn-segundoTitular {
  color: var(--e-loan-saphire-e-loan, #0155b8);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.btn-segundoTitular:last-child {
  color: var(--e-loan-saphire-e-loan, #0155b8);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.btn-segundoTitular.active,
.btn-segundoTitular:hover {
  color: var(--e-loan-saphire-e-loan, #0155b8);
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

/* .btn-segundoTitular img {
    position: absolute;
    top: 9px;
    left: 9px
} */

.btn-submit {
  background: #fc6703;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #fc6703;
}

/* .btn-submit img {
    margin-bottom: 2px
} */

.next-button {
  background: #fc6703;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #fc6703;
  padding: 12px 24px;
  width: auto;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* .next-button--step2 {
    padding: 12px 24px;
    display: inline-block;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;

} */

/* .next-button img {
    margin-bottom: 2px
} */

.highlight {
  color: #fc6703;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.modal-header button {
  float: right;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 6px;
  box-shadow: none !important;
  border: 0 !important;
}

@media (max-width: 400px) {
  .modal-header button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .modal-header button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-header button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}

.modal-body {
  overflow-y: auto;
  max-height: 45vh;
}

.modal-footer {
  text-align: center !important;
}

@media (max-width: 400px) {
  .modal-footer .modal-check {
    padding-bottom: 10px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .modal-footer .modal-check {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-footer .modal-check {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 1020px;
    width: 1020px;
  }
}

@media (min-width: 1200px) and (max-width: 1519px) {
  .container {
    max-width: 1020px;
    width: 1020px;
  }
}

.sm {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sm {
    display: block;
  }
}

.xs {
  display: none;
}

@media (min-width: 401px) and (max-width: 767px) {
  .xs {
    display: block;
  }
}

.xxs {
  display: none;
}

@media (max-width: 400px) {
  .xxs {
    display: block;
  }
}

.mobile {
  display: none !important;
}

@media (max-width: 400px) {
  .mobile {
    display: block !important;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}

@media (max-width: 400px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}

.nopadding {
  padding: 0;
}

.noLeftPadding {
  padding-left: 0;
}

@media (max-width: 400px) {
  .noLeftPadding {
    padding-left: 15px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .noLeftPadding {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .noLeftPadding {
    padding-left: 15px;
  }
}

.noRightPadding {
  padding-right: 0;
}

.left8Padding {
  padding-left: 8px;
}

@media (max-width: 400px) {
  .left8Padding {
    padding-left: 0px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .left8Padding {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .left8Padding {
    padding-left: 15px;
  }
}

.right8Padding {
  padding-right: 8px;
}

@media (max-width: 400px) {
  .right8Padding {
    padding-right: 15px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .right8Padding {
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .right8Padding {
    padding-right: 15px;
  }
}

.minimum-error {
  position: absolute;
  bottom: 100%;
  width: 100%;
  text-align: center;
}

.minimum-error:after {
  display: none !important;
}

.cookie {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 12px;
  position: fixed;
  width: 100%;
  padding-top: 15px;
  margin-left: -15px;
  z-index: 2;
}

@media (max-width: 400px) {
  .cookie {
    font-size: 10px;
    padding-top: 7px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .cookie {
    font-size: 10px;
    padding-top: 7px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookie {
    font-size: 10px;
    padding-top: 7px;
  }
}

.cookie .close {
  color: #ee3660;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  text-shadow: none;
  top: 10px;
}

.cookie .b {
  font-size: 13px;
}

@media (max-width: 400px) {
  .cookie .cookie-info {
    padding-bottom: 10px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .cookie .cookie-info {
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookie .cookie-info {
    padding-bottom: 10px;
  }
}

.cookie button.allow-all {
  padding: 0;
}

.cookie button.btn-learn {
  padding: 0;
}

@media (max-width: 400px) {
  #cookies_modal .modal-header p {
    font-size: 17px;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  #cookies_modal .modal-header p {
    font-size: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #cookies_modal .modal-header p {
    font-size: 17px;
  }
}

#cookies_modal .modal-body {
  max-height: 67vh;
}

#cookies_modal .modal-body p {
  font-size: 12px;
  line-height: 15px;
}

#cookies_modal .modal-body table tr td:nth-child(1) {
  max-width: 80px;
}

#cookies_modal .modal-body table tr td:nth-child(2) {
  max-width: 20px;
}

@media (min-width: 401px) and (max-width: 767px) {
  #cookies_modal .modal-body table tr td:nth-child(2) {
    min-width: 30px;
  }
}

@media (max-width: 400px) {
  #cookies_modal .modal-body table tr td:nth-child(2) {
    min-width: 70px;
  }
}

#cookies_modal .modal-body table small {
  color: #353031;
  font-size: 14px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/***** MOD *****/

.form-separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  margin: 10px auto 20px auto;
}

select#input-situacao-profissional,
 select#input-situacao-profissional-segundo
 select#input-prestacoes-atraso {
  color: #686868;
  font-size: 14px;
  font-weight: 400;
  background: #fff 15px center no-repeat;
  margin-top: 10px;
}

select#input-tipo-habitacao {
  color: #686868;
  font-size: 12px;
  font-weight: 400;
  background: #fff 15px center no-repeat;
}
/* ------------ Mobile V2 - 29/11/2024 ----------------- */
/* Atualização do layout do simulador de melhor crédito para utilizar no site de backup */

@media all and (max-width: 600px) {
  .step2 .col-xs-1, .step2 .col-xs-10, .step2 .col-xs-11, 
  .step2 .col-xs-12, .step2 .col-xs-2, .step2 .col-xs-3, 
  .step2 .col-xs-4, .step2 .col-xs-5, .step2 .col-xs-6, 
  .step2 .col-xs-7, .step2 .col-xs-8, .step2 .col-xs-9 {
    padding: 0;
  }

  input[name*="phone"],
  input[name*="city"],
  input[name*="birthday"],
  input[name*="credit_"] {
    padding: 12px 20px;
    font-size: 16px;
  }
  .highlight {
    /* font-size: 22px;  */
    line-height: 28px;
  }
  select.input-lg {
    line-height: 40px;
    padding: 8px;
   
  }
  .btn-submit {
    display: none;
  }
  .prestacoes-atraso {
    margin-bottom: 20px;
  }

  #input-maritalStatus {
    height: 43px;
    border-radius: 10px;
    width: 100%;
  }
  .form-group {
    position: relative;
    margin-top: 15px;
  }
  .hero-form .form fieldset,
  .hero-form .form-result fieldset {
    color: #0155b8;
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 150%;
    font-style: normal;
    font-weight: 500;
  }
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="reset"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    color: #686868;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    background: #ffff;
    box-shadow: none;
    box-sizing: border-box;
  }
}

@media all and (max-width: 768px) {
  .step3 input {
    height: 40px; 
    border-radius: 8px; 
    font-size: 14px;
    padding: 10px;
    height: 47px !important;
    width: 100% !important; 
    padding: 15px !important; 
  }
  form-group #input-rendimentos_mensais {
    margin-right: 0; 
    font-size: 14px; 
    width: 80%;
}
  @media all and (max-width: 768px){
    #input-creditosLiquidar {
      margin-top: 5px;
      margin-bottom: 10px;
    }
    #input-situacao-profissional{
      text-align: left;
      margin-top: 12px;
    }
  }
  
  .row {
    padding-top: 0 !important;
}

  #input-rendimentos_mensais {
    height: 150%;
  }
}

@media all and (max-width: 1366px) {
}
