@charset "UTF-8";
/*
 * app stylesheet
 *
 * Style guide: SMACSS + SCSS
 * Inspired by SMACSS http://smacss.com
 *
 * SMACSS + SCSS starter v2.0
 * https://github.com/jonathanpath/SASS-SMACSS
 * Sass Structure inspired by : https://github.com/sutter/POPY-starter-HTML-SCSS
 *
 * Coding rules : https://github.com/necolas/idiomatic-css
 *
 */
/* ===========================
   Variables/All
   =========================== */
/* $blue-bbva-lightest: #9be1fb; */
/* este red light, es azul, revisar */
/* profile */
/* ===========================
   Variables/Bootstrap-settings-custom
   =========================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/estilos/fonts_pensiones/glyphicons-halflings-regular.eot");
  src: url("/estilos/fonts_pensiones/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/estilos/fonts_pensiones/glyphicons-halflings-regular.woff") format("woff"), url("/estilos/fonts_pensiones/glyphicons-halflings-regular.ttf") format("truetype"), url("/estilos/fonts_pensiones/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Benton Sans BBVA Book", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
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: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  /* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 158, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 450px;
  }
}
@media (min-width: 769px) {
  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 990px;
  }
}
@media (min-width: 990px) {
  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 990px;
  }
}

/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.row, .log-menu ul, .mobile-menu-container, .input-control, .slider-container .slider-content .item, .banner-select .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .log-menu ul:before, .mobile-menu-container:before, .input-control:before, .slider-container .slider-content .item:before, .banner-select .form-group:before, .row:after, .log-menu ul:after, .mobile-menu-container:after, .input-control:after, .slider-container .slider-content .item:after, .banner-select .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after, .log-menu ul:after, .mobile-menu-container:after, .input-control:after, .slider-container .slider-content .item:after, .banner-select .form-group:after {
  clear: both;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 769px) {
  /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 990px) {
  /* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 479px) {
  /* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
}
/* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 141, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}
/* line 189, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

/* line 200, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 209, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 239, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 248, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 260, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 269, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 298, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 80, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 320, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 330, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 480px) {
  /* line 400, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 417, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 425, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 437, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 448, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 475, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 485, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 491, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 498, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 480px) {
  /* line 520, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 480px) {
  /* line 530, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  /*border: 1px solid transparent;*/
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  /*
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  */
  user-select: none;
}
/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.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);
}
/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  /*color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;*/
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  /*background-color: #fff;
  border-color: #ccc;*/
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 98, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 480px) {
  /* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 47, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -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);
}
/* line 123, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 175, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
/* line 96, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 480px) {
  /* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  /* line 206, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  /* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 320px) and (orientation: landscape) {
  /* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  /* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  /* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 480px) {
  /* line 138, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 171, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  /* line 177, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 203, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 208, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 214, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 480px) {
  /* line 190, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 232, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 479px) {
  /* line 240, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 248, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  /* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 480px) {
  /* line 289, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 292, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  /* line 315, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  /* line 303, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  /* line 375, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 400, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 407, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 412, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 415, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
/* line 422, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
/* line 430, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/* line 439, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 441, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 445, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 450, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 459, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 479px) {
  /* line 470, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 472, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 479, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 487, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
/* line 503, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 505, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}
/* line 510, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 512, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
/* line 518, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 528, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 532, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 534, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 541, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 549, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 556, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
/* line 564, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
/* line 574, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 576, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 580, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 585, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 593, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 479px) {
  /* line 604, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 619, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 627, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
/* line 638, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 640, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 645, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 647, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 653, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 41, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #ddd;
}
/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 9, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
/* line 77, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 91, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 95, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 40, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555;
}
/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
/* line 82, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
/* line 88, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 102, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 23, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 128, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 105, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 131, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 135, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 142, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
/* line 146, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 161, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 170, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 179, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 202, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
/* line 216, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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;
}
/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.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;
}

/* line 64, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  /* line 136, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 990px;
    margin: 30px auto;
  }

  /* line 140, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .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);
  }

  /* line 145, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 450px;
  }
}
@media (min-width: 769px) {
  /* line 149, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 990px;
  }
}
/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 50, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 56, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 76, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 83, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 89, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 86, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 101, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 29, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 35, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 39, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 46, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 52, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 57, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 60, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 84, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 94, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 103, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 112, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 117, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 122, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 132, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 137, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 159, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
/* line 180, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 191, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 202, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 480px) {
  /* line 213, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 222, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 226, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 233, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 240, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  /* line 49, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  /* line 54, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  /* line 59, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 68, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 73, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 78, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 989px) {
  /* line 87, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 92, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  /* line 97, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 990px) {
  /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 990px) {
  /* line 106, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 990px) {
  /* line 111, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 990px) {
  /* line 116, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 989px) {
  /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 990px) {
  /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 8, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 14, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspPane {
  position: absolute;
}

/* line 19, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

/* line 29, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

/* line 39, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspCap {
  display: none;
}

/* line 44, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 49, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspTrack {
  background: #dde;
  position: relative;
}

/* line 55, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 64, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 71, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* line 81, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

/* line 87, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspVerticalBar .jspArrow {
  height: 16px;
}

/* line 92, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

/* line 99, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 104, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
/* line 112, ../../../assets/js/vendor/jscrollpane/jquery.jscrollpane.scss */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* line 1, ../../../assets/scss/modules/_sprite.scss */
.sprite1 {
  background: url(/images/images_pensiones/sprite-24xSprite-carousel.png) no-repeat;
}

/* line 5, ../../../assets/scss/modules/_sprite.scss */
.header-sprite {
  background: url(/images/images_pensiones/sprites/header/header-sprite.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/* line 9, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.message-icon {
  background-position: 0 -727px;
  width: 16px;
  height: 16px;
}
/* line 14, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.badge-icon {
  background-position: 0 -307px;
  width: 20px;
  height: 23px;
  color: white;
  text-align: center;
  font-family: Arial;
}
/* line 22, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.executive-icon {
  background-position: 0 -526px;
  width: 18px;
  height: 18px;
}
/* line 27, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.executive-info-icon {
  background-position: 0 -453px;
  width: 25px;
  height: 21px;
}
/* line 32, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.avatar-big-icon {
  /*background-position: 0 -64px;*/
  width: 40px;
  height: 40px;
  background: url(/images/images_pensiones/hombre40x40.jpg);
}
/* line 37, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.avatar-medium-icon {
  /*background-position: 0 -154px;*/
  width: 28px;
  height: 28px;
  background: url(/images/images_pensiones/hombre28x28.jpg);
}
/* line 42, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.avatar-small-icon {
  background-position: 0 -232px;
  width: 25px;
  height: 25px;
}
/* line 47, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.emergency-icon {
  background-position: 0 -380px;
  width: 26px;
  height: 26px;
}
/* line 52, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.office-icon {
  background-position: 0 -920px;
  width: 30px;
  height: 35px;
}
/* line 57, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.mail-icon {
  background-position: 0 -657px;
  width: 25px;
  height: 20px;
}
/* line 62, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.phone-icon {
  background-position: 0 -1072px;
  width: 26px;
  height: 26px;
}
/* line 67, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.smartphone-icon {
  background-position: 0 -1148px;
  width: 18px;
  height: 26px;
}
/* line 72, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.alerts-icon {
  background-position: 0 0;
  width: 18px;
  height: 14px;
}
/* line 77, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.news-icon {
  background-position: 0 -793px;
  width: 16px;
  height: 16px;
}
/* line 82, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.phone-small-icon {
  background-position: 0 -1005px;
  width: 16px;
  height: 17px;
}
/* line 87, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.mail-small-icon {
  background-position: 0 -594px;
  width: 16px;
  height: 13px;
}
/* line 92, ../../../assets/scss/modules/_sprite.scss */
.header-sprite.office-small-icon {
  background-position: 0 -859px;
  width: 14px;
  height: 11px;
}

/* line 100, ../../../assets/scss/modules/_sprite.scss */
.header-iconFont.message {
  font-size: 25px;
  vertical-align: middle;
}

/* line 106, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite {
  background: url(/images/images_pensiones/sprites/footer/logged-footer-sprite.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/* line 110, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.executive-medium-icon {
  background-position: 0 -137px;
  width: 20px;
  height: 21px;
}
/* line 115, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.message-medium-icon {
  background-position: 0 -272px;
  width: 20px;
  height: 14px;
}
/* line 120, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.badge-medium-icon {
  background-position: 0 -64px;
  width: 20px;
  height: 23px;
}
/* line 125, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.alerts-medium-icon {
  background-position: 0 0;
  width: 22px;
  height: 14px;
}
/* line 130, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.mail-medium-icon {
  background-position: 0 -208px;
  width: 22px;
  height: 14px;
}
/* line 135, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.office-person-medium-icon {
  background-position: 0 -477px;
  width: 20px;
  height: 15px;
}
/* line 140, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.phone-medium-icon {
  background-position: 0 -542px;
  width: 20px;
  height: 20px;
}
/* line 145, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.news-medium-icon {
  background-position: 0 -336px;
  width: 20px;
  height: 20px;
}
/* line 150, ../../../assets/scss/modules/_sprite.scss */
.logged-footer-sprite.notification-medium-icon {
  background-position: 0 -406px;
  width: 20px;
  height: 21px;
}

/* line 157, ../../../assets/scss/modules/_sprite.scss */
.icon {
  background: url(/images/images_pensiones/sprite-black-x24.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 166, ../../../assets/scss/modules/_sprite.scss */
.nav-icon {
  background: url(/images/images_pensiones/sprite-white-x24.png) no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 166, ../../../assets/scss/modules/_sprite.scss */
  .nav-icon {
    background: url(/images/images_pensiones/sprite-blue-x24.png) no-repeat;
  }
}
@media (min-width: 769px) {
  /* line 166, ../../../assets/scss/modules/_sprite.scss */
  .nav-icon {
    background: url(/images/images_pensiones/sprite-white-x24.png) no-repeat;
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 975px) {
  /* line 166, ../../../assets/scss/modules/_sprite.scss */
  .nav-icon {
    background: none;
    display: none;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 189, ../../../assets/scss/modules/_sprite.scss */
  .home .nav-icon {
    background-image: url(/images/images_pensiones/sprite-blue-x24.png);
  }
}
@media (min-width: 769px) {
  /* line 189, ../../../assets/scss/modules/_sprite.scss */
  .home .nav-icon {
    background-image: url(/images/images_pensiones/sprite-white-x24.png);
  }
}

/* line 199, ../../../assets/scss/modules/_sprite.scss */
.search-icon {
  background: url(/images/images_pensiones/icons_ico/icon-text-search-big.png) no-repeat;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  z-index: 0;
}

/* line 209, ../../../assets/scss/modules/_sprite.scss */
.icon-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/sprite-black-x16.png") no-repeat scroll left top transparent;
  vertical-align: middle;
  margin-top: 0;
  /*&.d01-asesor {
      margin-right: 5px;
      vertical-align: top;
      background-position: -132px -1122px;
  }*/
  /*&.d06-masinformacion {
      background-position: -132px -1452px;
  }*/
  /*&.p19-regalos {
      background-position: -528px -1386px;
  }*/
  /*&.c14-transferirtarjetaacuenta {
      background-position: -66px -1848px;
  }*/
  /*&.p36-donacionesong {
      background-position: -594px -528px;
  }*/
}
/* line 216, ../../../assets/scss/modules/_sprite.scss */
.icon-16.blue {
  background-image: url("/images/images_pensiones/sprite-blue-x16.png");
}
/* line 219, ../../../assets/scss/modules/_sprite.scss */
.icon-16.white {
  background-image: url("/images/images_pensiones/sprite-white-x16.png");
}
/* line 222, ../../../assets/scss/modules/_sprite.scss */
.icon-16.blue {
  background-image: url("/images/images_pensiones/sprite-blue-x16.png");
}
/* line 225, ../../../assets/scss/modules/_sprite.scss */
.icon-16.red {
  background-image: url("/images/images_pensiones/sprite-red-x16.png");
}
/* line 228, ../../../assets/scss/modules/_sprite.scss */
.icon-16.m01-alerta {
  display: inline-block;
  vertical-align: top;
  background-position: -462px -132px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
/* line 236, ../../../assets/scss/modules/_sprite.scss */
.icon-16.j03-cliente {
  background-position: -330px -1122px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
/* line 251, ../../../assets/scss/modules/_sprite.scss */
.icon-16.m07-correspondenciavirtual.icon-16 {
  background-position: -462px -528px;
}
/* line 254, ../../../assets/scss/modules/_sprite.scss */
.icon-16.a01-nuestrobanco.icon-16 {
  background-position: 0 0;
}
/* line 257, ../../../assets/scss/modules/_sprite.scss */
.icon-16.d04-ayuda.icon-16 {
  background-position: -132px -1320px;
}
/* line 260, ../../../assets/scss/modules/_sprite.scss */
.icon-16.d03-chat.icon-16 {
  background-position: -132px -1254px;
}
/* line 263, ../../../assets/scss/modules/_sprite.scss */
.icon-16.r02-video.icon-16 {
  background-position: -594px -990px;
}
/* line 275, ../../../assets/scss/modules/_sprite.scss */
.icon-16.bbva-office {
  background-position: -594px -1716px;
}

/* line 280, ../../../assets/scss/modules/_sprite.scss */
.icon-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/images_pensiones/sprite-black-x24.png") no-repeat scroll left top transparent;
  vertical-align: middle;
  margin-top: 0;
  /*&.e06-movil {
      background-position: -222px -666px;
  }*/
  /*&.t01-lineabbva {
      background-position: -740px -1776px;
  }*/
  /*&.d05-ayudaurgente {
      background-position: -222px -74px;
  }*/
  /*&.t04-oficinas {
      background-position: -814px 0;
  }*/
  /*&.m07-correspondenciavirtual {
      background-position: -592px -222px;
  }*/
}
/* line 287, ../../../assets/scss/modules/_sprite.scss */
.icon-24.red {
  background-image: url("/images/images_pensiones/sprite-red-x24.png");
}
/* line 290, ../../../assets/scss/modules/_sprite.scss */
.icon-24.blue {
  background-image: url("/images/images_pensiones/sprite-blue-x24.png");
}
/* line 293, ../../../assets/scss/modules/_sprite.scss */
.icon-24.gray {
  background-image: url("/images/images_pensiones/sprite-gray-x24.png");
}
/* line 296, ../../../assets/scss/modules/_sprite.scss */
.icon-24.d03-chat {
  background-position: -148px -1924px;
}
/* line 314, ../../../assets/scss/modules/_sprite.scss */
.icon-24.g09-logout {
  background-position: -296px -1700px;
}

/* line 319, ../../../assets/scss/modules/_sprite.scss */
.carousel-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/images_pensiones/sprite-24xSprite-carousel.png") no-repeat scroll left top transparent;
  vertical-align: middle;
  margin-top: 0;
}
/* line 326, ../../../assets/scss/modules/_sprite.scss */
.carousel-icon.left-arrow {
  background-position: 0 -326px;
}
/* line 328, ../../../assets/scss/modules/_sprite.scss */
.carousel-icon.left-arrow:hover {
  background-position: 0 -376px;
}
/* line 332, ../../../assets/scss/modules/_sprite.scss */
.carousel-icon.right-arrow {
  background-position: 0 -426px;
}
/* line 334, ../../../assets/scss/modules/_sprite.scss */
.carousel-icon.right-arrow:hover {
  background-position: 0 -476px;
}

/* line 340, ../../../assets/scss/modules/_sprite.scss */
.home-icon {
  display: inline-block;
  background-position: -296px -1182px;
}

/* line 345, ../../../assets/scss/modules/_sprite.scss */
.account-icon {
  background-position: 0 -1554px;
}

/* line 349, ../../../assets/scss/modules/_sprite.scss */
.card-icon {
  background-position: 0 -1702px;
}

/* line 353, ../../../assets/scss/modules/_sprite.scss */
.credit-icon {
  background-position: -74px -74px;
}

/* line 357, ../../../assets/scss/modules/_sprite.scss */
.investment-icon {
  background-position: 0 -1110px;
}

/* line 361, ../../../assets/scss/modules/_sprite.scss */
.insurance-icon {
  background-position: -74px -444px;
}

/* line 365, ../../../assets/scss/modules/_sprite.scss */
.posicionglobal {
  background: url(/images/images_pensiones/sprite-white-x24.png) no-repeat;
  display: inline-block !important;
  background-position: -296px -1108px;
}

/* line 371, ../../../assets/scss/modules/_sprite.scss */
.sprite-infolabel {
  background-image: url("/images/images_pensiones/sprite-gray-x24.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* line 1, ../../../assets/scss/modules/_sprites-bbva.scss */
.sprite-black {
  background: url(/images/images_pensiones/sprites/sprite-black-x64.png) no-repeat;
}

/* line 5, ../../../assets/scss/modules/_sprites-bbva.scss */
.sprite-blue, .blue-net {
  background: url(/images/images_pensiones/sprites/sprite-blue-x64.png) no-repeat;
}

/* line 19, ../../../assets/scss/modules/_sprites-bbva.scss */
.blue-net {
  background-position: -560px -455px;
  min-height: 70px;
  min-width: 85px;
}

/* line 1, ../../../assets/scss/modules/_icon.scss */
.ico-ayuda {
  color: #B2353E;
}
/* line 3, ../../../assets/scss/modules/_icon.scss */
.ico-ayuda .ico-ayuda-urgente {
  background: url("/images/images_pensiones/icons_ico/ico-ayuda-small.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-right: 0;
  vertical-align: middle;
}

/* line 13, ../../../assets/scss/modules/_icon.scss */
.arrow-right-blue {
  background: url("/images/images_pensiones/arrow-right-blue.png") no-repeat right center;
  display: inline-block;
  width: 13px;
  height: 20px;
}

/* line 20, ../../../assets/scss/modules/_icon.scss */
.ico-oficinas {
  background: url("/images/images_pensiones/icons_ico/ico-oficinas-small.png") no-repeat scroll 0 0 transparent;
  padding-left: 18px;
  margin-left: 1px;
}

/* line 26, ../../../assets/scss/modules/_icon.scss */
.t01-lineabbva.icon-16 {
  background-position: -594px -1518px;
}

/* line 31, ../../../assets/scss/modules/_icon.scss */
.icon-16.blue {
  background-image: url("/images/images_pensiones/sprite-blue-x16.png");
}
/* line 34, ../../../assets/scss/modules/_icon.scss */
.icon-16.white {
  background-image: url("/images/images_pensiones/sprite-white-x16.png");
}
/* line 37, ../../../assets/scss/modules/_icon.scss */
.icon-16.blue {
  background-image: url("/images/images_pensiones/sprite-blue-x16.png");
}

/* line 42, ../../../assets/scss/modules/_icon.scss */
.icon-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/sprite-black-x16.png") no-repeat scroll left top transparent;
  vertical-align: middle;
  margin-top: 0;
}

/* line 51, ../../../assets/scss/modules/_icon.scss */
.g09-logout.icon-16 {
  background-position: -264px -660px;
}

/* line 55, ../../../assets/scss/modules/_icon.scss */
.m08-correo.icon-16 {
  background-position: -462px -594px;
  margin-right: 5px;
  padding-right: 25px;
}

/* line 61, ../../../assets/scss/modules/_icon.scss */
.adobe-blue {
  background-image: url(/images/images_pensiones/icons/adobe-blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 13px;
  height: 16px;
  vertical-align: middle;
}

/* line 71, ../../../assets/scss/modules/_icon.scss */
.question-blue {
  background-image: url(/images/images_pensiones/icons/question-blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

/* -------- temporal code ---------*/
/* line 82, ../../../assets/scss/modules/_icon.scss */
.alert-red {
  background-image: url(/images/images_pensiones/icons/alert-red.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 88, ../../../assets/scss/modules/_icon.scss */
span.alert-red {
  display: inline-block;
  width: 31px;
  height: 31px;
}

/* ------------------ */
/* line 96, ../../../assets/scss/modules/_icon.scss */
.info-blue {
  background-image: url(/images/images_pensiones/icons/info-blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 102, ../../../assets/scss/modules/_icon.scss */
.search-icon {
  background: url(/images/images_pensiones/icons_ico/icon-search-box.png) no-repeat;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 20px;
  z-index: 0;
}

/* line 112, ../../../assets/scss/modules/_icon.scss */
.icon-logout {
  background-image: url(/images/images_pensiones/icons/logout.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

/* line 120, ../../../assets/scss/modules/_icon.scss */
.mini-triangled {
  padding-right: 40px;
  background-image: url("/images/images_pensiones/link-arrow-right.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-position: right 20px center;
}

/* line 128, ../../../assets/scss/modules/_icon.scss */
.ico-lineabbva {
  background: url("/images/images_pensiones/icons_ico/ico-telefono-small.png") no-repeat scroll 0 0 transparent;
  padding-left: 15px;
  margin-left: 1px;
}

/* line 134, ../../../assets/scss/modules/_icon.scss */
.net-global, .net-global:active {
  background: url("/images/images_pensiones/icons/net-global.png") no-repeat;
  background-position: 5px 5px;
  min-width: 30px;
  min-height: 30px;
}

/* line 142, ../../../assets/scss/modules/_icon.scss */
.bars-global, .bars-global:active, .bars-global.active {
  background: url(/images/images_pensiones/sprite-barsOff.png) no-repeat;
  background-position: 7px 8px;
  min-width: 30px;
  min-height: 30px;
}
/* line 147, ../../../assets/scss/modules/_icon.scss */
.bars-global:hover, .bars-global.active, .bars-global:active:hover, .bars-global:active.active, .bars-global.active:hover, .bars-global.active.active {
  background-image: url(/images/images_pensiones/sprite-barsOn.png);
  background-position: 7px 8px;
}

/* line 153, ../../../assets/scss/modules/_icon.scss */
.lines-global, .lines-global:active, .lines-global.active {
  background: url(/images/images_pensiones/16xSprite-buttons.png) no-repeat;
  background-position: 6px -224px;
  min-width: 30px;
  min-height: 30px;
}
/* line 158, ../../../assets/scss/modules/_icon.scss */
.lines-global:hover, .lines-global.active, .lines-global:active:hover, .lines-global:active.active, .lines-global.active:hover, .lines-global.active.active {
  background-position: 6px -262px;
}

/* line 163, ../../../assets/scss/modules/_icon.scss */
.arrow-global, .arrow-global:active {
  background: url(/images/images_pensiones/16xSprite-buttons.png) no-repeat;
  background-position: 6px -67px;
  min-width: 30px;
  min-height: 30px;
}
/* line 168, ../../../assets/scss/modules/_icon.scss */
.arrow-global:hover, .arrow-global:active, .arrow-global:active:hover, .arrow-global:active:active {
  background-position: 6px -103px;
}

/* line 173, ../../../assets/scss/modules/_icon.scss */
.arrow-global.active, .arrow-global.active:active {
  background: url(/images/images_pensiones/16xSprite-buttons.png) no-repeat;
  background-position: 6px -29px;
  min-width: 30px;
  min-height: 30px;
}

/* line 180, ../../../assets/scss/modules/_icon.scss */
.tooltip-help {
  background-image: url(/images/images_pensiones/icons/icono-tooltip-help.png);
  display: inline-block;
  background-position: 0 0;
  height: 16px;
  width: 16px;
  position: relative;
  top: 5px;
}

/* line 190, ../../../assets/scss/modules/_icon.scss */
.edit-gray {
  background-image: url("/images/images_pensiones/edit-pencil.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}

/* line 202, ../../../assets/scss/modules/_icon.scss */
.star-blue {
  background-image: url("/images/images_pensiones/star-blue.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}

/* line 214, ../../../assets/scss/modules/_icon.scss */
.icon-noresult {
  background-image: url("/images/images_pensiones/icons/info-grey.png");
  background-repeat: no-repeat;
  background-position: 15px 17px;
  padding-left: 17px;
}

/* line 221, ../../../assets/scss/modules/_icon.scss */
.icon-info-grey {
  background-image: url("/images/images_pensiones/icons/info-grey.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 33px;
}

/* line 228, ../../../assets/scss/modules/_icon.scss */
.close-icon {
  background: url("/images/images_pensiones/icons/cross-desktop.png") no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-top: 0;
  cursor: pointer;
  border: 0;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  /* line 228, ../../../assets/scss/modules/_icon.scss */
  .close-icon {
    background: url("/images/images_pensiones/close-icon-big.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 4px 0;
    top: 0;
  }
}
/* line 246, ../../../assets/scss/modules/_icon.scss */
.close-icon:focus {
  outline: 0;
}

/* line 251, ../../../assets/scss/modules/_icon.scss */
.icon-active {
  background: url("/images/images_pensiones/icons/icon-active.png") no-repeat;
  background-position: center left;
  padding-left: 25px;
  min-height: 10px;
}

/* line 258, ../../../assets/scss/modules/_icon.scss */
.icon-financing {
  background: url("/images/images_pensiones/icons/icon-financing.png") no-repeat;
  background-position: center left;
  padding-left: 25px;
  min-height: 13px;
}

/* line 265, ../../../assets/scss/modules/_icon.scss */
.icon-firstStep {
  vertical-align: top;
  display: inline-block;
  background: url("/images/images_pensiones/icons/icon-firstStepDisabled.png") no-repeat;
  width: 10px;
  height: 26px;
  margin-right: 10px;
}

/* line 274, ../../../assets/scss/modules/_icon.scss */
.icon-centerStep {
  vertical-align: middle;
  display: inline-block;
  background: url("/images/images_pensiones/icons/icon-centerStepDisabled.png") no-repeat;
  width: 10px;
  height: 26px;
  margin-right: 10px;
}

/* line 283, ../../../assets/scss/modules/_icon.scss */
.icon-lastStep {
  vertical-align: bottom;
  display: inline-block;
  background: url("/images/images_pensiones/icons/icon-lastStepDisabled.png") no-repeat;
  width: 10px;
  height: 26px;
  margin-right: 10px;
}

/* line 293, ../../../assets/scss/modules/_icon.scss */
.open-step .icon-firstStep {
  background: url("/images/images_pensiones/icons/icon-firstStep.png") no-repeat;
}
/* line 296, ../../../assets/scss/modules/_icon.scss */
.open-step .icon-lastStep {
  background: url("/images/images_pensiones/icons/icon-lastStep.png") no-repeat;
}
/* line 299, ../../../assets/scss/modules/_icon.scss */
.open-step .icon-centerStep {
  background: url("/images/images_pensiones/icons/icon-centerStep.png") no-repeat;
}

/* line 304, ../../../assets/scss/modules/_icon.scss */
.icon-menu-accounts-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-accounts-blue.png");
  background-repeat: no-repeat;
  background-position: 0 2.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 313, ../../../assets/scss/modules/_icon.scss */
.icon-menu-card-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-card-blue.png");
  background-repeat: no-repeat;
  background-position: 0 3.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 322, ../../../assets/scss/modules/_icon.scss */
.icon-menu-home-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-home-blue.png");
  background-repeat: no-repeat;
  background-position: 3.5px 3.5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 331, ../../../assets/scss/modules/_icon.scss */
.icon-menu-save-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-save-blue.png");
  background-repeat: no-repeat;
  background-position: 0.5px 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 340, ../../../assets/scss/modules/_icon.scss */
.icon-menu-loan-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-loan-blue.png");
  background-repeat: no-repeat;
  background-position: 0.5px 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 349, ../../../assets/scss/modules/_icon.scss */
.icon-menu-secure-blue {
  background-image: url("/images/images_pensiones/iconsMenu/blue/icon-secure-blue.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 358, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-accounts-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-accounts-white.png");
}
/* line 361, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-card-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-card-white.png");
}
/* line 364, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-home-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-home-white.png");
}
/* line 367, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-save-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-save-white.png");
}
/* line 370, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-loan-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-loan-white.png");
}
/* line 373, ../../../assets/scss/modules/_icon.scss */
.secondary-items li:hover .icon-menu-secure-blue {
  background-image: url("/images/images_pensiones/iconsMenu/white_phone/icon-secure-white.png");
}

/* ------ */
/* Logged mobile dropdown menu icons  */
/* line 382, ../../../assets/scss/modules/_icon.scss */
.icon-menu-global-position-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/global-position-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 24px;
}

/*.icon-menu-hand-click-blue-light {
    background-image: url("/images/images_pensiones/iconsMenu/blue-light/hand-click-blue-light.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 17px;
    height: 24px;
}*/
/* line 398, ../../../assets/scss/modules/_icon.scss */
.icon-menu-user-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/user-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 24px;
}

/* line 406, ../../../assets/scss/modules/_icon.scss */
.icon-menu-accounts-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/accounts-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 20px;
}

/* line 414, ../../../assets/scss/modules/_icon.scss */
.icon-menu-cards-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/cards-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 18px;
}

/* line 422, ../../../assets/scss/modules/_icon.scss */
.icon-menu-investments-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/investments-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 17px;
}

/* line 430, ../../../assets/scss/modules/_icon.scss */
.icon-menu-loans-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/loans-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 438, ../../../assets/scss/modules/_icon.scss */
.icon-menu-insurance-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/blue-light/insurance-blue-light.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* ------ */
/* line 448, ../../../assets/scss/modules/_icon.scss */
.icon-folder {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 21px;
  background: url("/images/images_pensiones/icons/icon-folder.png") no-repeat;
  vertical-align: sub;
  margin-top: 0;
}

/* line 458, ../../../assets/scss/modules/_icon.scss */
.icon-excel-file {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/icons/icon-excel-file.png") no-repeat;
  vertical-align: middle;
  margin-top: 0;
}
/* line 466, ../../../assets/scss/modules/_icon.scss */
.icon-excel-file:hover {
  background-image: url("/images/images_pensiones/icons/icon-excel-file-hover.png");
}

/* line 471, ../../../assets/scss/modules/_icon.scss */
.icon-pdf-file {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/icons/icon-pdf-file.png") no-repeat;
  vertical-align: middle;
  margin-top: 0;
}
/* line 479, ../../../assets/scss/modules/_icon.scss */
.icon-pdf-file:hover {
  background-image: url("/images/images_pensiones/icons/icon-pdf-file-hover.png");
}

/* line 484, ../../../assets/scss/modules/_icon.scss */
.icon-send-by-email {
  margin-left: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/icons/icon-send-by-email.png") no-repeat;
  vertical-align: middle;
  margin-top: 0;
}
/* line 492, ../../../assets/scss/modules/_icon.scss */
.icon-send-by-email:hover {
  background-image: url("/images/images_pensiones/icons/icon-send-by-email-hover.png");
}

/* line 497, ../../../assets/scss/modules/_icon.scss */
.icon-printer {
  margin-left: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/images_pensiones/icons/icon-printer.png") no-repeat;
  vertical-align: middle;
  margin-top: 0;
}
/* line 505, ../../../assets/scss/modules/_icon.scss */
.icon-printer:hover {
  background-image: url("/images/images_pensiones/icons/icon-printer-hover.png");
}

/* line 2, ../../../assets/scss/modules/_button.scss */
button.prev, button.next, button.btn-close {
  color: #ffffff;
  font-size: 1em;
}
/* line 7, ../../../assets/scss/modules/_button.scss */
button.prev:hover, button.prev:active, button.prev:focus, button.next:hover, button.next:active, button.next:focus, button.btn-close:hover, button.btn-close:active, button.btn-close:focus {
  color: #ffffff;
  font-size: 1em;
}

/* line 16, ../../../assets/scss/modules/_button.scss */
button.btn-close {
  background: #0079c1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00559d 100%);
  border: 1px solid #003c6f;
  padding: 7px 12px;
  margin-right: 2px;
}
/* line 22, ../../../assets/scss/modules/_button.scss */
button.btn-close:hover, button.btn-close:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0069b1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0069b1 0%, #00559d 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* line 28, ../../../assets/scss/modules/_button.scss */
button.next {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url("/images/images_pensiones/btn/btn-next.png");
  width: 98px;
  height: 40px;
  border: 0;
  float: right;
  padding-left: 2px;
  padding-right: 10px;
}
/* line 37, ../../../assets/scss/modules/_button.scss */
button.next:hover, button.next:active {
  background: url("/images/images_pensiones/btn/btn-next-hover.png");
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 43, ../../../assets/scss/modules/_button.scss */
button.prev {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: url("/images/images_pensiones/btn/btn-prev.png");
  width: 87px;
  height: 40px;
  border: 0;
  float: left;
  padding-left: 16px;
  padding-right: 5px;
}
/* line 52, ../../../assets/scss/modules/_button.scss */
button.prev:hover, button.prev:active {
  background: url("/images/images_pensiones/btn/btn-prev-hover.png");
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../../assets/scss/modules/_button.scss */
a.btn-default, button.btn-default, button.small, span.btn {
  background: #2A86CA;
  /*
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00559d 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  border: 1px solid #00559d;
  */
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  position: relative;
  font: 1.2em "Benton Sans BBVA Book", Arial, sans-serif;
}
/* line 70, ../../../assets/scss/modules/_button.scss */
a.btn-default:hover, a.btn-default:active, button.btn-default:hover, button.btn-default:active, button.small:hover, button.small:active, span.btn:hover, span.btn:active {
  /*-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);*/
  background: #1464A5;;
  /*
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0069b1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0069b1 0%, #00559d 100%);
  border: 1px solid #003c6f;
  */
  color: white;
}

/* line 79, ../../../assets/scss/modules/_button.scss */
a.btn-success {
  background: #59c000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YzAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5OTkwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #59c000), color-stop(100%, #499900));
  background-image: -moz-linear-gradient(top, #59c000 0%, #499900 100%);
  background-image: -webkit-linear-gradient(top, #59c000 0%, #499900 100%);
  background-image: linear-gradient(to bottom, #59c000 0%, #499900 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  border: 1px solid #499900;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  position: relative;
  font: 1.2em "BBVA Web Medium", Arial, sans-serif;
}
/* line 91, ../../../assets/scss/modules/_button.scss */
a.btn-success:hover, a.btn-success:focus, a.btn-success:active {
  background: #489d01;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4OWQwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM0NzIwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #489d01), color-stop(100%, #347201));
  background-image: -moz-linear-gradient(top, #489d01 0%, #347201 100%);
  background-image: -webkit-linear-gradient(top, #489d01 0%, #347201 100%);
  background-image: linear-gradient(to bottom, #489d01 0%, #347201 100%);
  border: 1px solid #245c28;
  color: white;
}
/* line 100, ../../../assets/scss/modules/_button.scss */
a.btn-success.btn-home {
  font-family: Arial, sans-serif;
  padding: 6px 7px;
  font-weight: normal;
  letter-spacing: 0.3px;
  font-size: 0.85em;
}
/* line 106, ../../../assets/scss/modules/_button.scss */
a.btn-success.btn-home .j03-cliente {
  vertical-align: bottom;
}

/* line 112, ../../../assets/scss/modules/_button.scss */
.btn {
/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 9px 2px 8px;
  border: 1px solid #00559D;
  */
  color: #FFF;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  font: 12px/24px "BBVA Web Medium", arial, sans-serif;
  position: relative;
}
/* line 123, ../../../assets/scss/modules/_button.scss */
.btn.warning {
  background: #cc0966;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDk2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlkMDA0YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #cc0966), color-stop(100%, #9d004a)) repeat scroll 0% 0% transparent;
  background: -moz-linear-gradient(bottom, #cc0966 0%, #9d004a 100%) repeat scroll 0% 0% transparent;
  background: -webkit-linear-gradient(bottom, #cc0966 0%, #9d004a 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(to top, #cc0966 0%, #9d004a 100%) repeat scroll 0% 0% transparent;
  border: 1px solid #8E0043;
  color: #FFF;
}
/* line 129, ../../../assets/scss/modules/_button.scss */
.btn.white {
  background: #f5f7f8;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8)) repeat scroll 0% 0% transparent;
  background: -moz-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%) repeat scroll 0% 0% transparent;
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(to top, #ffffff 0%, #f5f7f8 100%) repeat scroll 0% 0% transparent;
  border: 1px solid #D5E2EE;
  color: #0072C9;
}
/* line 134, ../../../assets/scss/modules/_button.scss */
.btn.white:hover {
  background-color: #E0F6FC;
}
/* line 138, ../../../assets/scss/modules/_button.scss */
.btn.small {
  padding: 3px 9px;
  line-height: 1em;
  font-size: 0.85em;
}
@media (max-width: 768px) {
  /* line 138, ../../../assets/scss/modules/_button.scss */
  .btn.small {
    padding: 12px;
    border-radius: 4px;
    font-size: 1em;
  }
}
/* line 147, ../../../assets/scss/modules/_button.scss */
.btn.small:focus {
  color: white;
}
/* line 150, ../../../assets/scss/modules/_button.scss */
.btn.small.without-border {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 157, ../../../assets/scss/modules/_button.scss */
.log-menu .initial-button {
  padding: 7px 12px;
  letter-spacing: 0.58px;
  margin-right: 5px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 0.85em;
}

@media (max-width: 768px) {
  /* line 170, ../../../assets/scss/modules/_button.scss */
  .mobile-menu .log-menu .initial-button {
    padding: 12px 15px;
    margin-right: 15px;
  }
  /* line 174, ../../../assets/scss/modules/_button.scss */
  .mobile-menu .log-menu a.btn-success.btn-home {
    padding: 11px 17px;
  }
}
@media (max-width: 400px) {
  /* line 184, ../../../assets/scss/modules/_button.scss */
  .mobile-menu .log-menu .initial-button {
    padding: 8.5px 5px;
    margin-right: 5px;
    font-size: 0.9em;
  }
  /* line 189, ../../../assets/scss/modules/_button.scss */
  .mobile-menu .log-menu a.btn-success.btn-home {
    padding: 8px 5px;
    font-size: 0.9em;
  }
  /* line 193, ../../../assets/scss/modules/_button.scss */
  .mobile-menu .log-menu .search form input {
    height: 34px;
  }
}
/* line 200, ../../../assets/scss/modules/_button.scss */
.btn.btn-small {
  background: #0079c1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00559d 100%);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: white;
  border: 1px solid #00559d;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  position: relative;
  font: 12px "BBVA Web Medium", Arial, sans-serif;
  padding: 2px 10px 3px 10px;
}
/* line 213, ../../../assets/scss/modules/_button.scss */
.btn.btn-small:hover, .btn.btn-small:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #0069b1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0069b1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0069b1 0%, #00559d 100%);
  border: 1px solid #003c6f;
  color: white;
}

/* line 222, ../../../assets/scss/modules/_button.scss */
.btn {
	/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  */
  cursor: pointer;
  font-family: "BBVA Web Medium", Arial, sans-serif;
}
/* line 227, ../../../assets/scss/modules/_button.scss */
.btn.btn-transparent {
  background: transparent;
}
/* line 230, ../../../assets/scss/modules/_button.scss */
.btn.btn-blue {
  background: #0079c1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079c1', endColorstr='#00559d',GradientType=0 );
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00559d 100%);
  color: white;
  border: 1px solid #00559d;
  padding: 0;
  font-size: 12px;
}
/* line 239, ../../../assets/scss/modules/_button.scss */
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #0069b1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069b1', endColorstr='#00559d',GradientType=0 );
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDU1OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0069b1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0069b1 0%, #00559d 100%);
  border: 1px solid #003c6f;
  color: white;
}
/* line 249, ../../../assets/scss/modules/_button.scss */
.btn.btn-white {
  background-color: #fff;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f7f8, endColorstr=#ffffff);
  /* IE10 */
  background-image: linear-gradient(to top, #ffffff 40%, #e1e1e1 200%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #f5f7f8 100%);
  border: 1px solid #d5e2ee;
  color: #0073C9;
}
/* line 259, ../../../assets/scss/modules/_button.scss */
.btn.btn-white:hover {
  background-color: #fff;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f5f7f8, endColorstr=#ffffff);
  /* IE10 */
  background-image: linear-gradient(to top, #ffffff 40%, #e1e1e1 200%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZjFmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #eaf1f7));
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #eaf1f7 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #eaf1f7 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #eaf1f7 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #B6CEEA;
  color: #003F8C;
}
/* line 271, ../../../assets/scss/modules/_button.scss */
.btn.btn-white:active, .btn.btn-white.active {
  box-shadow: inset 0px 3px 2px -1px rgba(0, 0, 0, 0.2);
  color: #003F8C;
}
/* line 277, ../../../assets/scss/modules/_button.scss */
.btn.btn-small {
  font-family: "Arial";
  font-size: 12px;
  padding: 2px 10px 3px 10px;
  line-height: 1em;
}
/* line 282, ../../../assets/scss/modules/_button.scss */
.btn.btn-small.normal {
  font-family: "BBVA Web Medium", Arial, sans-serif;
}
/* line 286, ../../../assets/scss/modules/_button.scss */
.btn.btn-middle {
  padding: 2px 10px;
  height: 30px;
}
/* line 290, ../../../assets/scss/modules/_button.scss */
.btn.btn-large {
  font-size: 14px;
  padding: 7px 15px;
  height: 40px;
}
/* line 295, ../../../assets/scss/modules/_button.scss */
.btn.btn-radios {
  font-size: 14px;
  width: 50%;
  min-width: 120px;
  padding: 7px 10px;
}
/* line 301, ../../../assets/scss/modules/_button.scss */
.btn.font-11 {
  font-size: 11px;
}
/* line 304, ../../../assets/scss/modules/_button.scss */
.btn.font-14 {
  font-size: 14px;
}
@media (max-width: 768px) {
  /* line 308, ../../../assets/scss/modules/_button.scss */
  .btn.btn-small, .btn.btn-middle {
    height: 40px;
    font-size: 14px;
  }
  /* line 312, ../../../assets/scss/modules/_button.scss */
  .btn.btn-small {
    padding: 13px 10px;
  }
}

/* line 321, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left, .btn.big-button.arrow-left:focus, .btn.big-button.arrow-left:active, .btn.big-button.arrow-left:hover, .btn.big-button.arrow-left.hover, .btn.big-button.arrow-left:disabled, .btn.big-button.arrow-left.disabled, .btn.big-button.arrow-right, .btn.big-button.arrow-right:focus, .btn.big-button.arrow-right:active, .btn.big-button.arrow-right:hover, .btn.big-button.arrow-right.hover, .btn.big-button.arrow-right:disabled, .btn.big-button.arrow-right.disabled, .btn.medium-button.arrow-left, .btn.medium-button.arrow-left:focus, .btn.medium-button.arrow-left:active, .btn.medium-button.arrow-left:hover, .btn.medium-button.arrow-left.hover, .btn.medium-button.arrow-left:disabled, .btn.medium-button.arrow-left.disabled, .btn.medium-button.arrow-right, .btn.medium-button.arrow-right:focus, .btn.medium-button.arrow-right:active, .btn.medium-button.arrow-right:hover, .btn.medium-button.arrow-right.hover, .btn.medium-button.arrow-right:disabled, .btn.medium-button.arrow-right.disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0px;
}
/* line 327, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left, .btn.medium-button.arrow-left {
  text-align: right;
}
/* line 330, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-right, .btn.medium-button.arrow-right {
  text-align: left;
}
/* line 335, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left, .btn.big-button.arrow-right {
  padding: 2px 13px;
}
/* line 339, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left, .btn.big-button.arrow-left:focus, .btn.big-button.arrow-left:active {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -120px;
  width: 76px;
  height: 42px;
}
/* line 342, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left:hover, .btn.big-button.arrow-left.hover {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -60px;
  width: 76px;
  height: 42px;
}
/* line 345, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-left:disabled, .btn.big-button.arrow-left.disabled {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 0;
  width: 76px;
  height: 42px;
}
/* line 350, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-right, .btn.big-button.arrow-right:focus, .btn.big-button.arrow-right:active {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -300px;
  width: 100px;
  height: 42px;
}
/* line 353, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-right:hover, .btn.big-button.arrow-right.hover {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -240px;
  width: 100px;
  height: 42px;
}
/* line 356, ../../../assets/scss/modules/_button.scss */
.btn.big-button.arrow-right:disabled, .btn.big-button.arrow-right.disabled {
  background: url(/images/images_pensiones/buttons/btn-40.png) no-repeat top left;
  font-size: 14px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -180px;
  width: 100px;
  height: 42px;
}
/* line 362, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-left, .btn.medium-button.arrow-right {
  padding: 2px 8px;
}
/* line 366, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-left, .btn.medium-button.arrow-left:focus, .btn.medium-button.arrow-left:active {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -100px;
  width: 61px;
  height: 32px;
}
/* line 369, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-left:hover, .btn.medium-button.arrow-left.hover {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -50px;
  width: 61px;
  height: 32px;
}
/* line 372, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-left:disabled, .btn.medium-button.arrow-left.disabled {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 0;
  width: 61px;
  height: 32px;
}
/* line 377, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-right, .btn.medium-button.arrow-right:focus, .btn.medium-button.arrow-right:active {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -250px;
  width: 80px;
  height: 32px;
}
/* line 380, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-right:hover, .btn.medium-button.arrow-right.hover {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -200px;
  width: 80px;
  height: 32px;
}
/* line 383, ../../../assets/scss/modules/_button.scss */
.btn.medium-button.arrow-right:disabled, .btn.medium-button.arrow-right.disabled {
  background: url(/images/images_pensiones/buttons/btn-30.png) no-repeat top left;
  font-size: 12px;
  color: white;
  border: 1px solid transparent;
  background-position: 0 -150px;
  width: 80px;
  height: 32px;
}

/* line 391, ../../../assets/scss/modules/_button.scss */
.btn-group .btn-white.btn-radios.active {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2YyZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ecf2fb, endColorstr=#f6f7f8);
  /* IE10 */
  background-image: linear-gradient(to top, #f6f7f8 40%, #ecf2fb 200%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZjJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f6f7f8), color-stop(100%, #ecf2fb));
  background-image: -moz-linear-gradient(bottom, #f6f7f8 0%, #ecf2fb 100%);
  background-image: -webkit-linear-gradient(bottom, #f6f7f8 0%, #ecf2fb 100%);
  background-image: linear-gradient(to top, #f6f7f8 0%, #ecf2fb 100%);
  border: 1px solid #B6CEEA;
  color: #003F8C;
}

/* ===========================
   Modules/Fonts
   =========================== */
@font-face {
  font-family: 'BBVA Web Book';
  src: url("/mult/bbvaweb-book.eot");
  src: url("/mult/bbvaweb-book.eot?#iefix") format("eot"), url("/mult/bbvaweb-book.woff") format("woff"), url("/mult/bbvaweb-book.ttf") format("truetype"), url("/mult/bbvaweb-book.svg#OfficeLight") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: 'BBVA Web Light';
  src: url("/mult/bbvaweb-light.eot");
  src: url("/mult/bbvaweb-light.eot?#iefix") format("eot"), url("/mult/bbvaweb-light.woff") format("woff"), url("/mult/bbvaweb-light.ttf") format("truetype"), url("/mult/bbvaweb-light.svg#OfficeLight") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: 'BBVA Web Medium';
  src: url("/mult/bbvaweb-medium.eot");
  src: url("/mult/bbvaweb-medium.eot?#iefix") format("eot"), url("/mult/bbvaweb-medium.woff") format("woff"), url("/mult/bbvaweb-medium.ttf") format("truetype"), url("/mult/bbvaweb-medium.svg#OfficeLight") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: 'Stag Light';
  src: url("/mult/stag-light.eot");
  src: url("/mult/stag-light.eot?iefix") format("embedded-opentype"), url("/mult/stag-light.woff") format("woff"), url("/mult/stag-light.ttf") format("truetype"), url("/mult/stag-light.svg#Stag Light") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Stag';
  src: url("/mult/stag.eot");
  src: url("/mult/stag.eot?#iefix") format("embedded-opentype"), url("/mult/stag.woff") format("woff"), url("/mult/stag.ttf") format("truetype"), url("/mult/stag.svg#Stag") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Stag Medium';
  src: url("/mult-medium/stag-medium.eot");
  src: url("/mult-medium/stag-medium.eot?iefix") format("embedded-opentype"), url("/mult-medium/stag-medium.woff") format("woff"), url("/mult-medium/stag-medium.ttf") format("truetype"), url("/mult-medium/stag-medium.svg#Stag Medium") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'BBVA Icon Font';
  src: url("/estilos/fonts_pensiones/bbva-icon/BBVA-Icon-Font.eot?z2w79n");
  src: url("/estilos/fonts_pensiones/bbva-icon/BBVA-Icon-Font.eot?#iefixz2w79n") format("embedded-opentype"), url("/estilos/fonts_pensiones/bbva-icon/BBVA-Icon-Font.woff?z2w79n") format("woff"), url("/estilos/fonts_pensiones/bbva-icon/BBVA-Icon-Font.ttf?z2w79n") format("truetype"), url("/estilos/fonts_pensiones/bbva-icon/BBVA-Icon-Font.svg?z2w79n#BBVA-Icon-Font") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
[class^="iconFont-"], [class*=" iconFont-"] {
  font-family: 'BBVA Icon Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Nuevos tipos de letra rediseño Coronita */
@font-face {
  font-family: 'Benton Sans BBVA Bold';
  src: url("/mult/BentonSansBBVA-Bold.eot");
  src: url("/mult/BentonSansBBVA-Bold.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-Bold.woff") format("woff"), url("/mult/BentonSansBBVA-Bold.woff2") format("woff2"), url("/mult/BentonSansBBVA-Bold.ttf") format("truetype"), url("/mult/BentonSansBBVA-Bold.svg#web") format("svg");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Benton Sans BBVA Book';
  src: url("/mult/BentonSansBBVA-Book.eot");
  src: url("/mult/BentonSansBBVA-Book.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-Book.woff") format("woff"), url("/mult/BentonSansBBVA-Book.woff2") format("woff2"), url("/mult/BentonSansBBVA-Book.ttf") format("truetype"), url("/mult/BentonSansBBVA-Book.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Benton Sans BBVA Book Italic';
  src: url("/mult/BentonSansBBVA-BookItalic.eot");
  src: url("/mult/BentonSansBBVA-BookItalic.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-BookItalic.woff") format("woff"), url("/mult/BentonSansBBVA-BookItalic.woff2") format("woff2"), url("/mult/BentonSansBBVA-BookItalic.ttf") format("truetype"), url("/mult/BentonSansBBVA-BookItalic.svg#web") format("svg");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Benton Sans BBVA Light';
  src: url("/mult/BentonSansBBVA-Light.eot");
  src: url("/mult/BentonSansBBVA-Light.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-Light.woff") format("woff"), url("/mult/BentonSansBBVA-Light.woff2") format("woff2"), url("/mult/BentonSansBBVA-Light.ttf") format("truetype"), url("/mult/BentonSansBBVA-Light.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Benton Sans BBVA Medium';
  src: url("/mult/BentonSansBBVA-Medium.eot");
  src: url("/mult/BentonSansBBVA-Medium.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-Medium.woff") format("woff"), url("/mult/BentonSansBBVA-Medium.woff2") format("woff2"), url("/mult/BentonSansBBVA-Medium.ttf") format("truetype"), url("/mult/BentonSansBBVA-Medium.svg#web") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Benton Sans BBVA Medium Italic';
  src: url("/mult/BentonSansBBVA-MediumItalic.eot");
  src: url("/mult/BentonSansBBVA-MediumItalic.eot?iefix") format("embedded-opentype"), url("/mult/BentonSansBBVA-MediumItalic.woff") format("woff"), url("/mult/BentonSansBBVA-MediumItalic.woff2") format("woff2"), url("/mult/BentonSansBBVA-MediumItalic.ttf") format("truetype"), url("/mult/BentonSansBBVA-MediumItalic.svg#web") format("svg");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'BBVA-Icons';
  src: url("/mult/BBVA-Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

/* line 23, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-0:before {
  content: "\e600";
}

/* line 27, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1:before {
  content: "\e601";
}

/* line 31, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-2:before {
  content: "\e602";
}

/* line 35, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-3:before {
  content: "\e603";
}

/* line 39, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-02:before {
  content: "\e604";
}

/* line 43, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-12:before {
  content: "\e605";
}

/* line 47, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-22:before {
  content: "\e606";
}

/* line 51, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-32:before {
  content: "\e607";
}

/* line 55, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-4:before {
  content: "\e608";
}

/* line 59, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-03:before {
  content: "\e609";
}

/* line 63, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-13:before {
  content: "\e60a";
}

/* line 67, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-23:before {
  content: "\e60b";
}

/* line 71, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-33:before {
  content: "\e60c";
}

/* line 75, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-04:before {
  content: "\e60d";
}

/* line 79, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-14:before {
  content: "\e60e";
}

/* line 83, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-24:before {
  content: "\e60f";
}

/* line 87, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-34:before {
  content: "\e610";
}

/* line 91, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-42:before {
  content: "\e611";
}

/* line 95, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-5:before {
  content: "\e612";
}

/* line 99, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-6:before {
  content: "\e613";
}

/* line 103, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-7:before {
  content: "\e614";
}

/* line 107, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-8:before {
  content: "\e615";
}

/* line 111, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-9:before {
  content: "\e616";
}

/* line 115, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-10:before {
  content: "\e617";
}

/* line 119, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-11:before {
  content: "\e618";
}

/* line 123, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-122:before {
  content: "\e619";
}

/* line 127, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-132:before {
  content: "\e61a";
}

/* line 131, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-142:before {
  content: "\e61b";
}

/* line 135, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-15:before {
  content: "\e61c";
}

/* line 139, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-16:before {
  content: "\e61d";
}

/* line 143, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-17:before {
  content: "\e61e";
}

/* line 147, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-18:before {
  content: "\e61f";
}

/* line 151, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-19:before {
  content: "\e620";
}

/* line 155, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-20:before {
  content: "\e621";
}

/* line 159, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-21:before {
  content: "\e622";
}

/* line 163, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-222:before {
  content: "\e623";
}

/* line 167, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-232:before {
  content: "\e624";
}

/* line 171, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-242:before {
  content: "\e625";
}

/* line 175, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-25:before {
  content: "\e626";
}

/* line 179, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-26:before {
  content: "\e627";
}

/* line 183, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-27:before {
  content: "\e628";
}

/* line 187, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-28:before {
  content: "\e629";
}

/* line 191, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-29:before {
  content: "\e62a";
}

/* line 195, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-30:before {
  content: "\e62b";
}

/* line 199, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-31:before {
  content: "\e62c";
}

/* line 203, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-322:before {
  content: "\e62d";
}

/* line 207, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-332:before {
  content: "\e62e";
}

/* line 211, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-342:before {
  content: "\e62f";
}

/* line 215, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-35:before {
  content: "\e630";
}

/* line 219, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-36:before {
  content: "\e631";
}

/* line 223, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-37:before {
  content: "\e632";
}

/* line 227, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-38:before {
  content: "\e633";
}

/* line 231, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-05:before {
  content: "\e634";
}

/* line 235, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-110:before {
  content: "\e635";
}

/* line 239, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-210:before {
  content: "\e636";
}

/* line 243, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-39:before {
  content: "\e637";
}

/* line 247, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-43:before {
  content: "\e638";
}

/* line 251, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-52:before {
  content: "\e639";
}

/* line 255, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-62:before {
  content: "\e63a";
}

/* line 259, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-72:before {
  content: "\e63b";
}

/* line 263, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-82:before {
  content: "\e63c";
}

/* line 267, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-92:before {
  content: "\e63d";
}

/* line 271, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-102:before {
  content: "\e63e";
}

/* line 275, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-112:before {
  content: "\e63f";
}

/* line 279, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-123:before {
  content: "\e640";
}

/* line 283, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-133:before {
  content: "\e641";
}

/* line 287, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-143:before {
  content: "\e642";
}

/* line 291, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-11-2:before {
  content: "\e71b";
}

/* line 295, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-06:before {
  content: "\e643";
}

/* line 299, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-111:before {
  content: "\e644";
}

/* line 303, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-211:before {
  content: "\e645";
}

/* line 307, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-310:before {
  content: "\e646";
}

/* line 311, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-44:before {
  content: "\e647";
}

/* line 315, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-53:before {
  content: "\e648";
}

/* line 319, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-63:before {
  content: "\e649";
}

/* line 323, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-73:before {
  content: "\e64a";
}

/* line 327, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-83:before {
  content: "\e64b";
}

/* line 331, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-93:before {
  content: "\e64c";
}

/* line 335, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-103:before {
  content: "\e64d";
}

/* line 339, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-113:before {
  content: "\e64e";
}

/* line 343, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-124:before {
  content: "\e64f";
}

/* line 347, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-134:before {
  content: "\e650";
}

/* line 351, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-07:before {
  content: "\e651";
}

/* line 355, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-114:before {
  content: "\e652";
}

/* line 359, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-212:before {
  content: "\e653";
}

/* line 363, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-311:before {
  content: "\e654";
}

/* line 367, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-45:before {
  content: "\e655";
}

/* line 371, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-54:before {
  content: "\e656";
}

/* line 375, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-64:before {
  content: "\e657";
}

/* line 379, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-74:before {
  content: "\e658";
}

/* line 383, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-84:before {
  content: "\e659";
}

/* line 387, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-94:before {
  content: "\e65a";
}

/* line 391, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-104:before {
  content: "\e65b";
}

/* line 395, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-115:before {
  content: "\e65c";
}

/* line 399, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-125:before {
  content: "\e65d";
}

/* line 403, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-135:before {
  content: "\e65e";
}

/* line 407, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-144:before {
  content: "\e65f";
}

/* line 411, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-152:before {
  content: "\e660";
}

/* line 415, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-162:before {
  content: "\e661";
}

/* line 419, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-172:before {
  content: "\e662";
}

/* line 423, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-182:before {
  content: "\e663";
}

/* line 427, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-192:before {
  content: "\e664";
}

/* line 431, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-202:before {
  content: "\e665";
}

/* line 435, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-213:before {
  content: "\e666";
}

/* line 439, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-223:before {
  content: "\e667";
}

/* line 443, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-233:before {
  content: "\e668";
}

/* line 447, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-08:before {
  content: "\e669";
}

/* line 451, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-116:before {
  content: "\e66a";
}

/* line 455, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-214:before {
  content: "\e66b";
}

/* line 459, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-312:before {
  content: "\e66c";
}

/* line 463, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-46:before {
  content: "\e66d";
}

/* line 467, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-55:before {
  content: "\e66e";
}

/* line 471, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-65:before {
  content: "\e66f";
}

/* line 475, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-75:before {
  content: "\e670";
}

/* line 479, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-85:before {
  content: "\e671";
}

/* line 483, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-95:before {
  content: "\e672";
}

/* line 487, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-105:before {
  content: "\e673";
}

/* line 491, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-117:before {
  content: "\e674";
}

/* line 495, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-126:before {
  content: "\e675";
}

/* line 499, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-136:before {
  content: "\e676";
}

/* line 503, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-145:before {
  content: "\e677";
}

/* line 507, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-153:before {
  content: "\e678";
}

/* line 511, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-163:before {
  content: "\e679";
}

/* line 515, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-173:before {
  content: "\e67a";
}

/* line 519, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-09:before {
  content: "\e67b";
}

/* line 523, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-118:before {
  content: "\e67c";
}

/* line 527, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-215:before {
  content: "\e67d";
}

/* line 531, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-313:before {
  content: "\e67e";
}

/* line 535, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-47:before {
  content: "\e67f";
}

/* line 539, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-010:before {
  content: "\e680";
}

/* line 543, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-119:before {
  content: "\e681";
}

/* line 547, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-216:before {
  content: "\e682";
}

/* line 551, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-314:before {
  content: "\e683";
}

/* line 555, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-48:before {
  content: "\e684";
}

/* line 559, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-56:before {
  content: "\e685";
}

/* line 563, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-66:before {
  content: "\e686";
}

/* line 567, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-76:before {
  content: "\e687";
}

/* line 571, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-86:before {
  content: "\e688";
}

/* line 575, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-96:before {
  content: "\e689";
}

/* line 579, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-011:before {
  content: "\e68a";
}

/* line 583, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-120:before {
  content: "\e68b";
}

/* line 587, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-217:before {
  content: "\e68c";
}

/* line 591, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-315:before {
  content: "\e68d";
}

/* line 595, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-49:before {
  content: "\e68e";
}

/* line 599, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-57:before {
  content: "\e68f";
}

/* line 603, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-67:before {
  content: "\e690";
}

/* line 607, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-77:before {
  content: "\e691";
}

/* line 611, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-87:before {
  content: "\e692";
}

/* line 615, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-97:before {
  content: "\e693";
}

/* line 619, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-106:before {
  content: "\e694";
}

/* line 623, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1110:before {
  content: "\e695";
}

/* line 627, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-127:before {
  content: "\e696";
}

/* line 631, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-137:before {
  content: "\e697";
}

/* line 635, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-146:before {
  content: "\e698";
}

/* line 639, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-154:before {
  content: "\e699";
}

/* line 643, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-164:before {
  content: "\e69a";
}

/* line 647, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-174:before {
  content: "\e69b";
}

/* line 651, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-183:before {
  content: "\e69c";
}

/* line 655, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-193:before {
  content: "\e69d";
}

/* line 659, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-203:before {
  content: "\e69e";
}

/* line 663, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-218:before {
  content: "\e69f";
}

/* line 667, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-224:before {
  content: "\e6a0";
}

/* line 671, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-234:before {
  content: "\e6a1";
}

/* line 675, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-243:before {
  content: "\e6a2";
}

/* line 679, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-252:before {
  content: "\e6a3";
}

/* line 683, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-262:before {
  content: "\e6a4";
}

/* line 687, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-272:before {
  content: "\e6a5";
}

/* line 691, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-282:before {
  content: "\e6a6";
}

/* line 695, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-292:before {
  content: "\e6a7";
}

/* line 699, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-302:before {
  content: "\e6a8";
}

/* line 703, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-316:before {
  content: "\e6a9";
}

/* line 707, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-323:before {
  content: "\e6aa";
}

/* line 711, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-19-2:before {
  content: "\e722";
}

/* line 715, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-012:before {
  content: "\e6ab";
}

/* line 719, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-121:before {
  content: "\e6ac";
}

/* line 723, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-219:before {
  content: "\e6ad";
}

/* line 727, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-317:before {
  content: "\e6ae";
}

/* line 731, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-410:before {
  content: "\e6af";
}

/* line 735, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-58:before {
  content: "\e6b0";
}

/* line 739, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-68:before {
  content: "\e6b1";
}

/* line 743, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-78:before {
  content: "\e6b2";
}

/* line 747, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-88:before {
  content: "\e6b3";
}

/* line 751, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-98:before {
  content: "\e6b4";
}

/* line 755, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-107:before {
  content: "\e6b5";
}

/* line 759, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1111:before {
  content: "\e6b6";
}

/* line 763, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-128:before {
  content: "\e6b7";
}

/* line 767, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-138:before {
  content: "\e6b8";
}

/* line 771, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-147:before {
  content: "\e6b9";
}

/* line 775, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-155:before {
  content: "\e6ba";
}

/* line 779, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-165:before {
  content: "\e6bb";
}

/* line 783, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-175:before {
  content: "\e6bc";
}

/* line 787, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-184:before {
  content: "\e6bd";
}

/* line 791, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-194:before {
  content: "\e6be";
}

/* line 795, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-204:before {
  content: "\e6bf";
}

/* line 799, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-2110:before {
  content: "\e6c0";
}

/* line 803, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-225:before {
  content: "\e6c1";
}

/* line 807, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-235:before {
  content: "\e6c2";
}

/* line 811, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-244:before {
  content: "\e6c3";
}

/* line 815, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-013:before {
  content: "\e6c4";
}

/* line 819, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-129:before {
  content: "\e6c5";
}

/* line 823, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-220:before {
  content: "\e6c6";
}

/* line 827, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-318:before {
  content: "\e6c7";
}

/* line 831, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-411:before {
  content: "\e6c8";
}

/* line 835, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-59:before {
  content: "\e6c9";
}

/* line 839, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-69:before {
  content: "\e6ca";
}

/* line 843, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-79:before {
  content: "\e6cb";
}

/* line 847, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-89:before {
  content: "\e6cc";
}

/* line 851, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-99:before {
  content: "\e6cd";
}

/* line 855, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-108:before {
  content: "\e6ce";
}

/* line 859, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1112:before {
  content: "\e6cf";
}

/* line 863, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1210:before {
  content: "\e6d0";
}

/* line 867, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-6-2:before {
  content: "\e723";
}

/* line 871, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-014:before {
  content: "\e6d1";
}

/* line 875, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-130:before {
  content: "\e6d2";
}

/* line 879, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-221:before {
  content: "\e6d3";
}

/* line 883, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-319:before {
  content: "\e6d4";
}

/* line 887, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-412:before {
  content: "\e6d5";
}

/* line 891, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-510:before {
  content: "\e6d6";
}

/* line 895, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-610:before {
  content: "\e6d7";
}

/* line 899, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-015:before {
  content: "\e6d8";
}

/* line 903, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-131:before {
  content: "\e6d9";
}

/* line 907, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-226:before {
  content: "\e6da";
}

/* line 911, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-320:before {
  content: "\e6db";
}

/* line 915, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-413:before {
  content: "\e6dc";
}

/* line 919, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-511:before {
  content: "\e6dd";
}

/* line 923, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-611:before {
  content: "\e6de";
}

/* line 927, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-710:before {
  content: "\e6df";
}

/* line 931, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-810:before {
  content: "\e6e0";
}

/* line 935, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-910:before {
  content: "\e6e1";
}

/* line 939, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-109:before {
  content: "\e6e2";
}

/* line 943, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1113:before {
  content: "\e6e3";
}

/* line 947, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1211:before {
  content: "\e6e4";
}

/* line 951, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-139:before {
  content: "\e6e5";
}

/* line 955, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-148:before {
  content: "\e6e6";
}

/* line 959, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-156:before {
  content: "\e6e7";
}

/* line 963, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-166:before {
  content: "\e6e8";
}

/* line 967, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-176:before {
  content: "\e6e9";
}

/* line 971, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-185:before {
  content: "\e6ea";
}

/* line 975, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-195:before {
  content: "\e6eb";
}

/* line 979, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-205:before {
  content: "\e6ec";
}

/* line 983, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-2111:before {
  content: "\e6ed";
}

/* line 987, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-227:before {
  content: "\e6ee";
}

/* line 991, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-236:before {
  content: "\e6ef";
}

/* line 995, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-245:before {
  content: "\e6f0";
}

/* line 999, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-253:before {
  content: "\e6f1";
}

/* line 1003, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-263:before {
  content: "\e6f2";
}

/* line 1007, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-273:before {
  content: "\e6f3";
}

/* line 1011, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-016:before {
  content: "\e6f4";
}

/* line 1015, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-140:before {
  content: "\e6f5";
}

/* line 1019, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-228:before {
  content: "\e6f6";
}

/* line 1023, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-321:before {
  content: "\e6f7";
}

/* line 1027, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-414:before {
  content: "\e6f8";
}

/* line 1031, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-512:before {
  content: "\e6f9";
}

/* line 1035, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-612:before {
  content: "\e6fa";
}

/* line 1039, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-711:before {
  content: "\e6fb";
}

/* line 1043, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-811:before {
  content: "\e6fc";
}

/* line 1047, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-911:before {
  content: "\e6fd";
}

/* line 1051, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1010:before {
  content: "\e6fe";
}

/* line 1055, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1114:before {
  content: "\e6ff";
}

/* line 1059, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1212:before {
  content: "\e700";
}

/* line 1063, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1310:before {
  content: "\e701";
}

/* line 1067, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-149:before {
  content: "\e702";
}

/* line 1071, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-157:before {
  content: "\e703";
}

/* line 1075, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-167:before {
  content: "\e704";
}

/* line 1079, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-177:before {
  content: "\e705";
}

/* line 1083, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-186:before {
  content: "\e706";
}

/* line 1087, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-196:before {
  content: "\e707";
}

/* line 1091, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-206:before {
  content: "\e708";
}

/* line 1095, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-2112:before {
  content: "\e709";
}

/* line 1099, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-229:before {
  content: "\e70a";
}

/* line 1103, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-237:before {
  content: "\e70b";
}

/* line 1107, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-246:before {
  content: "\e70c";
}

/* line 1111, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-254:before {
  content: "\e70d";
}

/* line 1115, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-264:before {
  content: "\e70e";
}

/* line 1119, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-274:before {
  content: "\e70f";
}

/* line 1123, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-283:before {
  content: "\e710";
}

/* line 1127, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-293:before {
  content: "\e711";
}

/* line 1131, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-303:before {
  content: "\e712";
}

/* line 1135, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-017:before {
  content: "\e713";
}

/* line 1139, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-141:before {
  content: "\e714";
}

/* line 1143, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-230:before {
  content: "\e715";
}

/* line 1147, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-324:before {
  content: "\e716";
}

/* line 1151, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-415:before {
  content: "\e717";
}

/* line 1155, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-513:before {
  content: "\e718";
}

/* line 1159, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-613:before {
  content: "\e719";
}

/* line 1163, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-712:before {
  content: "\e71a";
}

/* line 1167, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-912:before {
  content: "\e71c";
}

/* line 1171, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1011:before {
  content: "\e71d";
}

/* line 1175, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1115:before {
  content: "\e71e";
}

/* line 1179, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1213:before {
  content: "\e71f";
}

/* line 1183, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1311:before {
  content: "\e720";
}

/* line 1187, ../../../assets/scss/modules/_fontsBbvaIcons.scss */
.iconFont-1410:before {
  content: "\e721";
}

@media (max-width: 768px) {
  /* line 12, ../../../assets/scss/partials/layout/_layout.scss */
  .container {
    width: auto;
  }
}
/* line 17, ../../../assets/scss/partials/layout/_layout.scss */
h2.subsection {
  font-family: "Stag Light", Arial, sans-serif;
  font-size: 22px;
  padding-left: 15px;
}

@media (max-width: 479px) {
  /* line 24, ../../../assets/scss/partials/layout/_layout.scss */
  .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  /* line 30, ../../../assets/scss/partials/layout/_layout.scss */
  .container {
    width: 450px;
    max-width: 990px;
    width: 100%;
  }
}

/* line 42, ../../../assets/scss/partials/layout/_layout.scss */
.container-header.access-dropdown-mobile-visible .main-header {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/* line 46, ../../../assets/scss/partials/layout/_layout.scss */
.container-header.access-dropdown-mobile-visible .dropdown-menu {
  padding: 0;
}

/* line 52, ../../../assets/scss/partials/layout/_layout.scss */
.in.access-dropdown-mobile-visible {
  border-bottom: 1px solid #d5e2ee;
}

/* line 56, ../../../assets/scss/partials/layout/_layout.scss */
.modal-container {
  margin-top: 15px;
}

/* line 60, ../../../assets/scss/partials/layout/_layout.scss */
a:hover {
  cursor: pointer;
}

/* line 64, ../../../assets/scss/partials/layout/_layout.scss */
.content-image {
  width: 100%;
  top: 7px;
  left: -9px;
  position: relative;
}

/* line 71, ../../../assets/scss/partials/layout/_layout.scss */
.links ul li a {
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #EEE;
}

@media (max-width: 989px) {
  /* line 80, ../../../assets/scss/partials/layout/_layout.scss */
  body > header .row, body > header .log-menu ul, .log-menu body > header ul, body > header .mobile-menu-container, body > header .input-control, body > header .slider-container .slider-content .item, .slider-container .slider-content body > header .item, body > header .banner-select .form-group, .banner-select body > header .form-group {
    margin-bottom: 10px;
  }
}
/* line 85, ../../../assets/scss/partials/layout/_layout.scss */
.mobile-menu.access-dropdown-mobile-visible {
  background: #f5f7f8;
}

/* line 90, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .section-title {
  margin-top: 37px;
  margin-bottom: 27px;
}
/* line 93, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .section-title h1 {
  float: left;
  display: inline-block;
  font-family: "BBVA Web Light", Arial, sans-serif;
  padding-left: 8px;
  margin: 0;
  margin-bottom: 6px;
}
/* line 101, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .section-title hr {
  clear: both;
  margin: 0;
  margin-top: 6px;
  border-top: 1px solid #dbdcdf;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 101, ../../../assets/scss/partials/layout/_layout.scss */
  .global-content .section-title hr {
    margin-top: 6px;
  }
}
/* line 110, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .section-title hr.mgt-r {
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 110, ../../../assets/scss/partials/layout/_layout.scss */
  .global-content .section-title hr.mgt-r {
    margin-top: 17px;
  }
}
/* line 117, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .section-title.mgb-15 {
  margin-bottom: 15px;
}
/* line 122, ../../../assets/scss/partials/layout/_layout.scss */
.global-content .header-content h1 {
  margin-bottom: 0;
}

/* line 128, ../../../assets/scss/partials/layout/_layout.scss */
header .utility-icons {
  float: right;
  margin: 5px 9px 0 0;
}
/* line 131, ../../../assets/scss/partials/layout/_layout.scss */
header .utility-icons.utility-icon-content {
  padding: 0;
  margin: 7px 0 0 0;
}
/* line 135, ../../../assets/scss/partials/layout/_layout.scss */
header .utility-icons a {
  vertical-align: bottom;
}

@media (min-width: 769px) {
  /* line 141, ../../../assets/scss/partials/layout/_layout.scss */
  .main-content {
    min-width: 660px;
    margin-bottom: 20px;
  }

  /* line 145, ../../../assets/scss/partials/layout/_layout.scss */
  .side-content {
    min-width: 330px;
  }
}
@media (max-width: 768px) {
  /* line 151, ../../../assets/scss/partials/layout/_layout.scss */
  .main-content,
  .side-content,
  .global-content .section-title {
    padding: 0;
  }
}
/* line 158, ../../../assets/scss/partials/layout/_layout.scss */
.content-page {
  float: left;
  width: 100%;
}
/* line 161, ../../../assets/scss/partials/layout/_layout.scss */
.content-page h1 {
  font-family: "BBVA Web Light";
  font-size: 22px;
  color: #0078d2;
  padding: 0 15px;
}
/* line 167, ../../../assets/scss/partials/layout/_layout.scss */
.content-page header {
  margin: 20px 0 20px;
}
/* line 169, ../../../assets/scss/partials/layout/_layout.scss */
.content-page header h1 {
  float: left;
  margin: 0;
}

/* line 1, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.logged {
  margin-top: 0;
  padding-top: 0;
}

/* line 6, ../../../assets/scss/partials/layout/_header.scss */
.head-content h1 {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 12, ../../../assets/scss/partials/layout/_header.scss */
.main-header {
  position: relative;
  margin: 0;
  background-color: #072146;
}
/* line 16, ../../../assets/scss/partials/layout/_header.scss */
.main-header .info-selected .info-text {
  font-family: "Stag Light", Arial, sans-serif;
  color: #8b9098;
  margin-right: 25px;
  vertical-align: middle;
}
/* line 22, ../../../assets/scss/partials/layout/_header.scss */
.main-header .info-selected .button-info {
  font-family: "Stag Medium", Arial, sans-serif;
}

/* line 28, ../../../assets/scss/partials/layout/_header.scss */
.text-black {
  color: black;
}

@media (max-width: 768px) {
  /* line 33, ../../../assets/scss/partials/layout/_header.scss */
  .site-subtitle {
    margin-top: 24px;
    margin-right: 35px;
    float: left;
  }
}
@media (max-width: 768px) and (min-width: 479px) and (max-width: 768px) {
  /* line 33, ../../../assets/scss/partials/layout/_header.scss */
  .site-subtitle {
    margin-right: 43px;
  }
}
@media (max-width: 768px) {
  /* line 40, ../../../assets/scss/partials/layout/_header.scss */
  .site-subtitle h2 {
    font-family: "Benton Sans BBVA Light", Arial, sans-serif;
    color: #ffffff;
    font-size: 1.7em;
    margin: 0;
  }

  /* line 47, ../../../assets/scss/partials/layout/_header.scss */
  .content-page header {
    margin-bottom: 0;
  }
}
/* line 52, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line {
  margin-right: 0;
  margin-left: 0;
}
/* line 55, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line span {
  height: 10px;
}
/* line 58, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .first {
  background-color: #003f8d;
}
/* line 61, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .second {
  background-color: #0065b7;
}
/* line 64, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .third {
  background-color: #0093e2;
}
/* line 67, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .fourth {
  background-color: #00aeeb;
}
/* line 70, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .fifth {
  background-color: #41cef8;
}
/* line 73, ../../../assets/scss/partials/layout/_header.scss */
.mobile-header-color-line .sixth {
  background-color: #e0f6fc;
}

/* line 78, ../../../assets/scss/partials/layout/_header.scss */
.submenu {
  border: none;
  font-family: "BBVA Web Book", Arial, sans-serif;
  min-height: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 320px) {
  /* line 78, ../../../assets/scss/partials/layout/_header.scss */
  .submenu {
    background: #0079c1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTM5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00539b));
    background-image: -moz-linear-gradient(#0079c1, #00539b);
    background-image: -webkit-linear-gradient(#0079c1, #00539b);
    background-image: linear-gradient(#0079c1, #00539b);
    height: auto;
  }
}
@media (max-width: 989px) {
  /* line 78, ../../../assets/scss/partials/layout/_header.scss */
  .submenu {
    margin-top: 5px;
  }
}
/* line 92, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu {
  min-height: 0;
}
@media (min-width: 480px) {
  /* line 92, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu {
    min-height: auto;
    padding: 0;
  }
}
/* line 98, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu ul {
  width: 100%;
}
/* line 101, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li {
  width: auto;
  background: url("/images/images_pensiones/separador-menu.png") no-repeat scroll right center transparent;
  /*.active {
      background-color: $color-header-link-hover-default;
  }*/
}
/* line 107, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li a {
  display: block;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 1em;
  padding: 10px 10px;
  font-weight: bold;
}
@media (min-width: 480px) {
  /* line 107, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li a {
    color: white;
    padding: 15px 5px;
    font-size: 0.9em;
  }
}
/* line 118, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li a.home {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (min-width: 480px) {
  /* line 107, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li a {
    text-align: center;
  }
}
/* line 127, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item-menu-last a {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 132, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.active a, .submenu #submenu li:hover a {
  background: #005098;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
/* line 136, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.search {
  width: 9.1%;
  float: right;
  padding: 10px;
}
/* line 140, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.search form {
  border: 0;
  margin: 10px 10px;
  position: relative;
}
@media (min-width: 480px) {
  /* line 140, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.search form {
    margin: 0;
    position: static;
    padding: 0;
  }
  /* line 148, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.search form .search-icon {
    right: 15px;
    top: 18px;
  }
}
/* line 154, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.search input {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 158, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.search .form-group {
  width: 100%;
}
/* line 160, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.search .form-group .form-control {
  padding-right: 30px !important;
}
/* line 165, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item-with-search {
  width: auto !important;
}
@media (max-width: 769px) {
  /* line 167, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.item-with-search a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (min-width: 769px) {
  /* line 167, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.item-with-search a {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
/* line 178, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item {
  width: 22.6%;
  /*@include make-sm-column(49 / 25);
  @include make-md-column(48 / 25);
  @include make-lg-column(50.8 / 25);*/
  padding: 0;
}
/* line 184, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item a span.nav-icon-transition {
  display: none;
}
/* line 190, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item .item-menu {
  height: 50px;
}
/* line 192, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.item .item-menu a {
  height: 50px;
}
/* line 197, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu li.extra-width {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  /* line 197, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.extra-width {
    float: left;
    width: 16%;
  }
}
@media (min-width: 769px) {
  /* line 197, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu li.extra-width {
    float: left;
    width: 17.66667%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  /* line 202, ../../../assets/scss/partials/layout/_header.scss */
  .submenu #submenu .icon-hide {
    display: none;
  }
}
/* line 208, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .posicion-global {
  width: 122px;
}
/* line 210, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .posicion-global a {
  padding: 5px 12px;
}
/* line 213, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .posicion-global a:hover {
  border-radius: 5px 0 0 5px;
}
/* line 216, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .posicion-global a span.posicionglobal {
  vertical-align: baseline;
  margin: 9px 6px 0 3px;
}
/* line 220, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .posicion-global a span.icon-text {
  width: 60px;
  display: inline-block;
  word-wrap: break-word;
  text-align: left;
  letter-spacing: 0.7px;
  line-height: 15px;
}
/* line 230, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .item-menu {
  width: 33.33%;
}
/* line 235, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .logged-user .item-menu a {
  height: 50px;
}
/* line 241, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .admin .item-menu {
  width: 50%;
}
/* line 243, ../../../assets/scss/partials/layout/_header.scss */
.submenu #submenu .admin .item-menu a {
  height: 50px;
}

/* line 251, ../../../assets/scss/partials/layout/_header.scss */
.more-width {
  width: 18% !important;
}
/* line 253, ../../../assets/scss/partials/layout/_header.scss */
.more-width .nav-icon {
  margin-right: 5px;
}

/* line 258, ../../../assets/scss/partials/layout/_header.scss */
.main-logo-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding: 0;
}
@media (min-width: 480px) {
  /* line 258, ../../../assets/scss/partials/layout/_header.scss */
  .main-logo-container {
    float: left;
    width: 105px;
  }
}
@media (min-width: 769px) {
  /* line 258, ../../../assets/scss/partials/layout/_header.scss */
  .main-logo-container {
    float: left;
    /*width: 19.58333%;*/
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;    
  }
}
@media (min-width: 990px) {
  /* line 258, ../../../assets/scss/partials/layout/_header.scss */
  .main-logo-container {
    float: left;
    /*width: 16.66667%;*/
  }
}
/* line 265, ../../../assets/scss/partials/layout/_header.scss */
.main-logo-container a {
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  /* line 265, ../../../assets/scss/partials/layout/_header.scss */
  .main-logo-container a {
    width: 111px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 271, ../../../assets/scss/partials/layout/_header.scss */
  .main-logo-container a img {
    margin-top: 15px;
    /*width: 100%;*/
  }
}

/* line 280, ../../../assets/scss/partials/layout/_header.scss */
.main-menu {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "BBVA Web Book", Arial, sans-serif;
  position: relative;
  padding-left: 0;
}
@media (min-width: 769px) {
  /* line 280, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 990px) {
  /* line 280, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 479px) {
  /* line 280, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu {
    top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  /* line 280, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu {
    top: 50px;
  }
}
@media (min-width: 989px) {
  /* line 280, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu {
    top: 50px;
  }
}
/* line 295, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul {
  list-style-type: none;
  padding: 0;
}
/* line 298, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul li {
  border-right: 1px solid #E5E5E5;
  display: inline-block;
  float: left;
  padding: 0 7px;
}
@media (max-width: 768px) {
  /* line 304, ../../../assets/scss/partials/layout/_header.scss */
  .main-menu ul li:nth-child(2) {
    border-right: 0;
  }
}
/* line 308, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul li:last-child {
  border: none;
  padding-right: 0;
}
/* line 312, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul li a {
  color: #889089;
  letter-spacing: 0.4px;
}
/* line 315, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul li a:hover {
  color: #0065b9;
}
/* line 318, ../../../assets/scss/partials/layout/_header.scss */
.main-menu ul li a.active {
  color: #0065b9;
}

/* line 326, ../../../assets/scss/partials/layout/_header.scss */
.log-menu {
  /*@include make-md-column(40 / 10);
  @include make-lg-column(31 / 10);*/
  position: relative;
}
@media (min-width: 320px) {
  /* line 326, ../../../assets/scss/partials/layout/_header.scss */
  .log-menu {
    padding: 0;
  }
}
/* line 334, ../../../assets/scss/partials/layout/_header.scss */
.log-menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
/* line 339, ../../../assets/scss/partials/layout/_header.scss */
.log-menu ul li {
  vertical-align: top;
  display: inline-block;
}
/* line 342, ../../../assets/scss/partials/layout/_header.scss */
.log-menu ul li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 0.85em;
}
/* line 347, ../../../assets/scss/partials/layout/_header.scss */
.log-menu ul li a span {
  margin-right: 5px;
  vertical-align: bottom;
}
/* line 350, ../../../assets/scss/partials/layout/_header.scss */
.log-menu ul li a span.home-icon {
  margin-right: 10px;
}
@media (min-width: 769px) and (max-width: 989px) {
  /* line 326, ../../../assets/scss/partials/layout/_header.scss */
  .log-menu {
    /*top: 54px;*/
    float: right;
  }
  /* line 360, ../../../assets/scss/partials/layout/_header.scss */
  .log-menu.log-menu-admin {
    float: none;
  }
}
@media (min-width: 769px) {
  /* line 366, ../../../assets/scss/partials/layout/_header.scss */
  .log-menu.log-menu-admin .form-client-acces {
    position: relative;
    bottom: 4px;
  }
}
@media (min-width: 989px) {
  /* line 326, ../../../assets/scss/partials/layout/_header.scss */
  .log-menu {
    /*top: 54px;*/
  }
}

/* line 377, ../../../assets/scss/partials/layout/_header.scss */
.mobile-main-menu-button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 28px;
  margin-top: 17px;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 377, ../../../assets/scss/partials/layout/_header.scss */
  .mobile-main-menu-button {
    margin-top: 25px;
    margin-right: 0;
  }
}
/* line 386, ../../../assets/scss/partials/layout/_header.scss */
.mobile-main-menu-button .icon-bar {
  background-color: #0065b9;
  height: 5px;
  width: 33px;
}

/* line 393, ../../../assets/scss/partials/layout/_header.scss */
.top-menu {
  color: #0065b9;
  margin-top: 3px;
  position: absolute;
  right: 0;
  list-style: none outside none;
}
@media (max-width: 989px) {
  /* line 393, ../../../assets/scss/partials/layout/_header.scss */
  .top-menu {
    right: 0;
  }
}
/* line 402, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 407, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul.not-logged li {
  background-position-y: 3px;
}
/* line 410, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li {
  position: relative;
  line-height: 14px;
  background: url("/images/images_pensiones/top-menu-separator.png") no-repeat scroll right center transparent;
  background-repeat: no-repeat;
  background-position-y: 9px;
  border: 0 none;
  float: left;
  margin: 0;
  padding: 0 10px;
  list-style: none outside none;
}
/* line 421, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li.top-menu-last-option {
  background: 0;
  padding-right: 0;
}
/* line 424, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li.top-menu-last-option .executive-info-icon {
  width: auto;
  padding-left: 25px;
  margin-left: 1px;
  padding-top: 1px;
}
/* line 431, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li.logout {
  background: none repeat scroll 0 center transparent;
  padding-right: 0;
  margin-top: 2px;
}
/* line 435, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li.logout a {
  display: table;
}
/* line 437, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li.logout a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  letter-spacing: normal;
  padding-right: 5px;
}
/* line 446, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a {
  font-family: "Arial";
  font-size: 0.75em;
  display: block;
}
/* line 451, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a span.message-icon {
  position: relative;
  padding-right: 25px;
}
/* line 454, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a span.message-icon .badge-icon {
  position: absolute;
  left: 9px;
  top: 2px;
  padding-top: 3px;
  font-size: 1em;
}
/* line 463, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a .j03-cliente {
  margin-right: 4px;
}
/* line 466, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a .g09-logout {
  margin-right: 0;
}
/* line 469, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.btn.small {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 1px 9px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
/* line 475, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.btn.small.profile-btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px;
  line-height: 16px;
  font-size: 0.8em;
}
/* line 482, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.warning {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkMDA0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjMDk2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #9d004a), color-stop(100%, #cc0966)) repeat scroll 0% 0% transparent;
  background: -moz-linear-gradient(bottom, #9d004a 0%, #cc0966 100%) repeat scroll 0% 0% transparent;
  background: -webkit-linear-gradient(bottom, #9d004a 0%, #cc0966 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(to top, #9d004a 0%, #cc0966 100%) repeat scroll 0% 0% transparent;
}
/* line 485, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.avatar {
  color: #0072C9;
  background: url("/images/images_pensiones/triangle-down-mini.png") no-repeat scroll right center transparent;
  padding-left: 10px;
}
/* line 489, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.avatar img {
  border: 1px solid #0072C9;
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
/* line 495, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.avatar span {
  margin-right: 6px;
}
/* line 499, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.ico-oficinas, .top-menu ul li a.ico-oficinas:hover, .top-menu ul li a.ico-oficinas:active, .top-menu ul li a.ico-oficinas:visited, .top-menu ul li a.ico-lineabbva, .top-menu ul li a.ico-lineabbva:hover, .top-menu ul li a.ico-lineabbva:active, .top-menu ul li a.ico-lineabbva:visited {
  color: #555555;
}
/* line 509, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a.ico-ayuda:hover, .top-menu ul li a.ico-ayuda:active, .top-menu ul li a.ico-ayuda:visited {
  color: #b2353e;
}
/* line 514, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a .d02-atencionalcliente-text {
  display: inline-block;
  margin: 5px 0 0 2px;
  vertical-align: top;
  color: #0065B7;
}
/* line 520, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul li a .btn.warning {
  padding: 1px 8px;
}
/* line 525, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul .user-settings-dropdown {
  padding: 0 13px 0 0;
}
/* line 529, ../../../assets/scss/partials/layout/_header.scss */
.top-menu ul .user-settings-admin .avatar {
  background: none;
}

@media (max-width: 768px) {
  /* line 536, ../../../assets/scss/partials/layout/_header.scss */
  .mobile-menu-container {
    padding: 0;
    background: #f5f8f8;
    border-top: #d5e2ee solid 1px;
  }
}

/* line 545, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu {
  margin-top: 5px;
  padding-top: 3px;
}
/* line 549, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.access-dropdown-mobile-visible .main-items {
  display: none;
}
/* line 552, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.access-dropdown-mobile-visible .access-menu {
  margin-bottom: 0;
}
/* line 554, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.access-dropdown-mobile-visible .access-menu li:first-child {
  display: none;
}
/* line 558, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.access-dropdown-mobile-visible .form-client-access {
  width: 100%;
}
/* line 561, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu.access-dropdown-mobile-visible .log-menu .form-client-access > .dropdown-menu {
  position: relative;
  top: 0;
  border: 0;
  padding-bottom: 0;
  min-height: 0;
}
/* line 570, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu ul {
  float: none;
}
@media (max-width: 768px) {
  /* line 572, ../../../assets/scss/partials/layout/_header.scss */
  .mobile-menu .log-menu ul.access-menu {
    padding: 0 15px;
    padding-bottom: 15px;
  }
}
/* line 578, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu ul li {
  position: static;
}
/* line 582, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .search {
  width: 90px;
  display: inline-block;
  float: right;
}
/* line 586, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .search input {
  padding-right: 0;
  height: 41px;
}
/* line 590, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .search .search-icon {
  right: 21px;
  top: 12px;
}
@media (max-width: 400px) {
  /* line 590, ../../../assets/scss/partials/layout/_header.scss */
  .mobile-menu .log-menu .search .search-icon {
    top: 8px;
  }
}
/* line 598, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .dropdown-menu {
  position: absolute;
  top: 39px;
  width: 100%;
}
/* line 602, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .dropdown-menu .menu-group {
  width: 100%;
}
/* line 604, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .dropdown-menu .menu-group form {
  width: 100%;
}
/* line 606, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .dropdown-menu .menu-group form .form-button {
  margin-bottom: 20px;
}
/* line 609, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .log-menu .dropdown-menu .menu-group form .form-links li {
  display: block;
}
/* line 616, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items {
  margin-bottom: 0;
}
/* line 618, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items > li {
  border-bottom: 2px solid white;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 1.1em;
  display: block;
}
/* line 624, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items > li.open > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #0065b9;
  background-image: url(/images/images_pensiones/arrow-up-white.png);
  border-bottom: 1px solid white;
  color: white;
}
/* line 632, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  background: #8c9299 url(/images/images_pensiones/arrow-down-white.png) no-repeat 96% center;
  background: #8c9299 url(/images/images_pensiones/arrow-down-white.png) no-repeat top 50% right 20px;
  color: white;
  display: block;
  padding: 15px;
}
/* line 640, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items > li > a:hover {
  background-color: #0065b9;
  color: white;
}
/* line 645, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items > li.disconnect a {
  background-image: none;
}
/* line 649, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid white;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
/* line 658, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li {
  border-bottom: 1px solid white;
  display: block;
  margin-left: 0;
}
/* line 663, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li.active a {
  background-color: #0065b9;
  color: white;
}
/* line 666, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li.active a span.nav-icon {
  background-image: url(/images/images_pensiones/sprite-white-x24.png);
}
/* line 671, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #D5D5D5;
  background-color: white;
  color: #444444;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 1.15em;
  padding: 10px;
}
/* line 679, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li a:hover {
  background-color: #0065b9;
  color: white;
}
/* line 682, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items .secondary-items li a:hover span.nav-icon {
  background-image: url(/images/images_pensiones/sprite-white-x24.png);
}
@media (max-width: 768px) {
  /* line 671, ../../../assets/scss/partials/layout/_header.scss */
  .mobile-menu .main-items .secondary-items li a {
    padding: 13px;
  }
}
/* line 693, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li {
  background: #eeeeee;
  color: #444444;
}
/* line 696, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li div {
  padding: 8px 8px 5px 8px;
  background: #eeeeee;
  padding-top: 0;
}
/* line 700, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li div ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0 5px;
  background: #eeeeee;
}
/* line 705, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li div ul li {
  width: 100%;
  padding: 5px 0;
}
/* line 709, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li div ul li form input {
  max-width: none;
  width: 100%;
}
/* line 713, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li div ul li form .search-icon {
  background: url("/images/images_pensiones/iconsMenu/blue-light/search-small-blue-light.png") no-repeat;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 20px;
  z-index: 0;
  margin-right: 5px;
}
/* line 727, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.logged-search {
  border-bottom: 1px solid #d5e2ee;
}
/* line 730, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a {
  background-color: #0065b9;
  color: white;
}
/* line 733, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-global-position-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/global-position-white.png");
}
/* line 736, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-user-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/cards-blue-light.png");
}
/* line 739, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-accounts-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-account.png");
}
/* line 742, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-cards-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-cards.png");
}
/* line 745, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-investments-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-investments.png");
}
/* line 748, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-loans-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/loans-white.png");
}
/* line 751, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-insurance-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/insurance-white.png");
}
/* line 754, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-menu-user-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/user-white.png");
}
/* line 757, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li.active a .icon-24.red.g09-logout {
  background: url("/images/images_pensiones/iconsMenu/white/exit-white.png") no-repeat;
}
/* line 761, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a {
  background: #eeeeee;
  color: #444444;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 1.1em;
  padding: 13px;
  width: 100%;
  height: 100%;
  font-weight: normal;
}
/* line 770, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover {
  background-color: #0065b9;
  color: white;
}
/* line 773, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-global-position-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/global-position-white.png");
}
/* line 776, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-user-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/cards-blue-light.png");
}
/* line 779, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-accounts-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-account.png");
}
/* line 782, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-cards-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-cards.png");
}
/* line 785, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-investments-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/ico-investments.png");
}
/* line 788, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-loans-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/loans-white.png");
}
/* line 791, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-insurance-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/insurance-white.png");
}
/* line 794, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-menu-user-blue-light {
  background-image: url("/images/images_pensiones/iconsMenu/white/user-white.png");
}
/* line 797, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a:hover .icon-24.red.g09-logout {
  background: url("/images/images_pensiones/iconsMenu/white/exit-white.png") no-repeat;
}
/* line 801, ../../../assets/scss/partials/layout/_header.scss */
.mobile-menu .main-items.logged li a span {
  vertical-align: middle;
  /*&.icon-menu-hand-click-blue-light {
      margin-right: 19px;
  }*/
}

/* line 813, ../../../assets/scss/partials/layout/_header.scss */
.alerts .m08-correo .badge {
  background: url("/images/images_pensiones/bagde-background.png") no-repeat scroll center center transparent;
  font-size: 11px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 18px;
  top: 10px;
}

/* line 823, ../../../assets/scss/partials/layout/_header.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}

/* line 838, ../../../assets/scss/partials/layout/_header.scss */
.info-box {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #8FBBDF;
  border-radius: 2px;
  z-index: 3;
  box-shadow: 0 1px 5px 1px #CCC;
}
/* line 845, ../../../assets/scss/partials/layout/_header.scss */
.info-box .arrow-top {
  position: absolute;
  top: -14px;
  width: 100%;
  height: 20px;
  background: url("/images/images_pensiones/tooltip-box-top-corner.png") no-repeat scroll center center transparent;
}
/* line 852, ../../../assets/scss/partials/layout/_header.scss */
.info-box ul li {
  margin: 0;
  padding: 0;
  background: none repeat scroll 0 center transparent;
  width: 100%;
}
/* line 857, ../../../assets/scss/partials/layout/_header.scss */
.info-box ul li a {
  padding: 10px 20px;
  font-size: 12px;
  display: block;
}
/* line 862, ../../../assets/scss/partials/layout/_header.scss */
.info-box ul li.separator {
  border-top: 1px solid #8FBBDF;
}
/* line 865, ../../../assets/scss/partials/layout/_header.scss */
.info-box ul li a [class*="icon"] {
  margin-right: 15px;
}
/* line 868, ../../../assets/scss/partials/layout/_header.scss */
.info-box ul li:last-child {
  margin-top: 0;
  margin-bottom: 3px;
  padding-bottom: 7px;
}

/* line 876, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente {
  padding: 0;
  width: 220px;
  top: 33px;
  left: -40px;
}
/* line 881, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente.info-box ul li:last-child {
  margin: 0;
  padding: 0 20px;
}
/* line 885, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul {
  display: block;
}
/* line 887, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li {
  padding: 0 20px;
}
/* line 889, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li.services-last-option a {
  border-bottom: 0;
  padding: 14px 0 18px 0;
}
/* line 893, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li.separator {
  padding: 0;
  border-top: 1px solid #BFD8ED;
}
/* line 897, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li.line-more {
  background-color: #f7f9f9;
}
/* line 900, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li:hover {
  background-color: #E0F6FC;
}
/* line 903, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li a {
  padding: 25px 0 12px 0;
  font-size: 0.9em;
  border-bottom: 1px dotted #dde3ea;
}
/* line 907, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li a span.info {
  display: block;
}
/* line 910, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li a span.message-text {
  vertical-align: middle;
}
/* line 914, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-atencion-cliente ul li.gray {
  background-color: #F5F8F8;
}

/* line 921, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages {
  top: 35px;
  left: -110px;
  width: 260px;
}
/* line 925, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages .header {
  background: none repeat scroll 0% 0% #FDFDFE;
  border-bottom: 1px solid #BFD8ED;
}
/* line 928, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages .header h1 {
  background: url(/images/images_pensiones/link-bg-triangled.png) no-repeat top 50% right 0px;
  margin: 10px 17px 10px 20px;
  color: #0065B7;
  font-size: 1em;
  font-family: "BBVA Web Book", Arial, sans-serif;
}
/* line 936, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages .footer {
  display: inline-block;
  border-top: 1px solid #BFD8ED;
  text-align: center;
  padding: 10px;
  width: 100%;
}
/* line 942, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages .footer a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font: 0.85em "BBVA Web Medium", Arial, sans-serif;
  padding: 3px 32px;
}
/* line 950, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li {
  padding: 0 15px;
  background: none repeat scroll 0 center transparent;
  border: 0 none;
  border-radius: 0;
}
/* line 955, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li:hover {
  background-color: #E0F6FC;
}
/* line 958, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
/* line 962, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li a {
  border-bottom: 1px solid #eeeeee;
  color: #0065B7;
  font-weight: bold;
  padding: 15px 0;
  background-position: right 0 top 50%;
  font-family: Arial;
  font-size: 0.85em;
}
/* line 970, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li a [class*="icon"] {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 975, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li a span.info {
  display: block;
  color: #71777F;
  font-size: 11px;
  padding-left: 30px;
  font-weight: normal;
  margin: 5px 0;
}
/* line 982, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-messages ul li a span.info strong {
  color: #000;
}

/* line 991, ../../../assets/scss/partials/layout/_header.scss */
.user-settings-admin .top-menu-client-profile {
  left: 75px;
}

/* line 995, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile {
  width: 220px;
  top: 40px;
  left: -25px;
  padding: 1px 0;
}
/* line 1000, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile.info-box ul li:last-child {
  margin: 0;
  padding: 0;
}
/* line 1004, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .header {
  padding: 18px;
  border-bottom: 1px solid #8FBBDF;
  background-color: #FBFCFC;
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#FBFCFC);
  /* IE 10 */
  background-image: linear-gradient(to bottom, #ffffff 0%, #fbfcfc 100%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmNmYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfcfc));
  background: -moz-linear-gradient(top, #ffffff 0%, #fbfcfc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fbfcfc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fbfcfc 100%);
}
/* line 1013, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .header .avatar-big-icon {
  margin-right: 10px;
  float: left;
}
/* line 1017, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .header .client-name {
  font-size: 1em;
  font-family: "BBVA Web Book", Arial, sans-serif;
  color: #434a58;
}
/* line 1022, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .header .client-profile {
  margin-top: 5px;
  display: block;
}
/* line 1027, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile ul {
  display: inline-block;
}
/* line 1029, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile ul li {
  background: none repeat scroll 0 center transparent;
  width: 100%;
}
/* line 1032, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile ul li.user-last-option a {
  border-bottom: 0;
}
/* line 1035, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile ul li:hover {
  background-color: #e0f6fc;
}
/* line 1038, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile ul li a {
  margin: 0 20px;
  padding: 9px 0;
  font-size: 13px;
  border-bottom: 1px dotted #dde3ea;
}
/* line 1046, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .footer {
  position: relative;
  bottom: 2px;
  padding: 15px;
  border-top: 1px solid #8fbbdf;
  border-bottom: 1px solid #8fbbdf;
  background-color: #ECF3F4;
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F3F7F8, endColorstr=#ECF3F4);
  /* IE 10 */
  background-image: linear-gradient(to bottom, #f3f7f8 0%, #ecf3f4 100%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjdmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZjNmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f7f8), color-stop(100%, #ecf3f4));
  background: -moz-linear-gradient(top, #f3f7f8 0%, #ecf3f4 100%);
  background: -webkit-linear-gradient(top, #f3f7f8 0%, #ecf3f4 100%);
  background: linear-gradient(to bottom, #f3f7f8 0%, #ecf3f4 100%);
  color: #5C5C5C;
  font-size: 11px;
  display: inline-block;
  width: 100%;
}
/* line 1062, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .footer span {
  display: block;
}
/* line 1066, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language {
  padding: 20px 40px;
  background-color: #F5F7F8;
  /* IE 8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F6F9F9, endColorstr=#F5F7F8);
  /* IE 10 */
  background-image: linear-gradient(to bottom, #f6f9f9 0%, #f5f7f8 100%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjlmOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f9f9), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(top, #f6f9f9 0%, #f5f7f8 100%);
  background: -webkit-linear-gradient(top, #f6f9f9 0%, #f5f7f8 100%);
  background: linear-gradient(to bottom, #f6f9f9 0%, #f5f7f8 100%);
}
/* line 1074, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .ico {
  position: absolute;
  bottom: 20px;
  font-size: 31px;
  left: 28px;
  z-index: 3;
}
/* line 1081, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .btn-group > .btn:first-child {
  padding-left: 25px;
}
/* line 1085, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .btn .caret, .top-menu-client-profile .select-language .bootstrap-select.open .btn .caret {
  border: 0;
}
/* line 1089, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li.selected, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li.selected {
  background-color: white;
}
/* line 1091, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li.selected:hover, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li.selected:hover {
  background-color: #e0f6fc;
}
/* line 1093, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li.selected:hover a, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li.selected:hover a {
  background-color: #e0f6fc;
}
/* line 1097, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li.selected a, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li.selected a {
  background-color: white;
}
/* line 1102, ../../../assets/scss/partials/layout/_header.scss */
.top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li > a:hover, .top-menu-client-profile .select-language .bootstrap-select .dropdown-menu > li > a:focus, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li > a:hover, .top-menu-client-profile .select-language .bootstrap-select.open .dropdown-menu > li > a:focus {
  background-color: initial;
}

/* line 1112, ../../../assets/scss/partials/layout/_header.scss */
.subheader {
  position: relative;
  top: 31px;
  float: right;
  margin-right: 15px;
  font-size: 1.3em;
  color: #D3D3D3;
  font-family: "Benton Sans BBVA Light", Arial, sans-serif;
}
@media (max-width: 989px) {
  /* line 1112, ../../../assets/scss/partials/layout/_header.scss */
  .subheader {
    margin-right: 5px;
  }
}

/* line 1125, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact {
  background: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') repeat scroll 0% 0% transparent;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #fafbfb)) repeat scroll 0% 0% transparent;
  background: -moz-linear-gradient(bottom, #ffffff 0%, #fafbfb 100%) repeat scroll 0% 0% transparent;
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #fafbfb 100%) repeat scroll 0% 0% transparent;
  background: linear-gradient(to top, #ffffff 0%, #fafbfb 100%) repeat scroll 0% 0% transparent;
  box-sizing: content-box;
  position: relative;
  top: 5px;
  float: right;
  margin-right: 0;
}
@media (max-width: 989px) {
  /* line 1125, ../../../assets/scss/partials/layout/_header.scss */
  .executive-contact {
    margin-right: 0;
  }
}
/* line 1136, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-links {
  border: 1px solid #D5E2EE;
}
/* line 1139, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact:after {
  clear: both;
}
/* line 1142, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact:before, .executive-contact:after {
  content: " ";
  display: table;
}
/* line 1146, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact > a {
  float: left;
}
/* line 1149, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact a {
  padding: 5px 10px;
  display: inline-block;
}
/* line 1152, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact a.executive-icon {
  border-right: 1px solid #D5E2EE;
}
/* line 1154, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact a.executive-icon .d01-asesor {
  margin-right: 0;
}
/* line 1158, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact a.executive-name {
  font-size: 0.85em;
  color: #434A58;
}
/* line 1161, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact a.executive-name strong {
  color: #0065b7;
}
/* line 1166, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  list-style: none outside none;
  background-color: white;
  z-index: 2;
  width: 100%;
  top: 100%;
  border: 1px solid #d5e2ee;
  border-top: 0;
}
/* line 1178, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup.dropdown-menu a:hover {
  color: #0065b7;
}
/* line 1181, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup a {
  color: #0065b7;
  text-decoration: none;
}
/* line 1185, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li {
  border-top: 1px solid #d5e2ee;
  width: 100%;
  margin-left: 0;
}
/* line 1189, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li :hover {
  background-color: #e0f6fc;
}
/* line 1192, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li a {
  font-size: 0.875em;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  font-family: Arial;
  padding: 10px 10px;
}
/* line 1199, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li a [class*="icon"] {
  float: left;
  margin-right: 15px;
}
/* line 1203, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li a small {
  font-size: 0.9em;
  color: #71777F;
  font-weight: normal;
  display: block;
  margin-left: 33px;
  margin-top: 5px;
}
/* line 1212, ../../../assets/scss/partials/layout/_header.scss */
.executive-contact .executive-popup li:first-child {
  border-top: 0 none;
}

/* line 1220, ../../../assets/scss/partials/layout/_header.scss */
.subheader-selected .info-selected {
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 1219, ../../../assets/scss/partials/layout/_header.scss */
  .subheader-selected {
    position: relative;
    width: 100%;
  }
  /* line 1226, ../../../assets/scss/partials/layout/_header.scss */
  .subheader-selected .info-selected {
    position: relative;
    float: right;
  }
  /* line 1229, ../../../assets/scss/partials/layout/_header.scss */
  .subheader-selected .info-selected .info-text {
    float: left;
    display: block;
    width: 220px;
  }
  /* line 1234, ../../../assets/scss/partials/layout/_header.scss */
  .subheader-selected .info-selected .button-info {
    float: left;
  }
}

/* line 1241, ../../../assets/scss/partials/layout/_header.scss */
.profile-info {
  float: left;
  display: inline-block;
  margin-top: 15px;
}
/* line 1245, ../../../assets/scss/partials/layout/_header.scss */
.profile-info .user-text-profile {
  color: #0065b7;
  vertical-align: middle;
}

/* ===========================
   Partials/Layout/Footer
   =========================== */
@media (min-width: 769px) {
  /* line 6, ../../../assets/scss/partials/layout/_footer.scss */
  .menu-footer-item {
    padding-top: 10px;
    height: 140px;
    border-left: 1px solid #dbdcdf;
  }
  /* line 10, ../../../assets/scss/partials/layout/_footer.scss */
  .menu-footer-item:first-child {
    border-left: 0;
  }

  /* line 14, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer {
    margin-top: 10px;
  }
  /* line 16, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 22, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger, footer.body-footer .footer-menu .footer-social-menu-title {
    font-family: BBVA Web Book;
    text-transform: uppercase;
    font-size: 11px;
    color: #434a58;
    margin-bottom: 10px;
  }
  /* line 29, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu ul {
    display: block !important;
  }
  /* line 32, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu ul li a {
    font-size: 11px;
    color: #8c9299;
  }
  /* line 35, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu ul li a .icon-16 {
    opacity: 0.5;
    margin-right: 15px;
  }
  /* line 40, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu ul li a:hover {
    color: #003f8c;
  }
  /* line 46, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul {
    list-style: none;
  }
  /* line 49, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a {
    padding: 2px 0 2px 20px;
    /* social icons */
  }
  /* line 52, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-facebook {
    background: url(/images/images_pensiones/social/small/facebook.png) no-repeat;
  }
  /* line 55, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-twitter {
    background: url(/images/images_pensiones/social/small/twitter.png) no-repeat;
  }
  /* line 58, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-google-plus {
    background: url(/images/images_pensiones/social/small/google-plus.png) no-repeat;
  }
  /* line 61, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-blogger {
    background: url(/images/images_pensiones/social/small/blogger.png) no-repeat;
  }
  /* line 64, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-youtube {
    background: url(/images/images_pensiones/social/small/youtube.png) no-repeat;
  }
  /* line 67, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-instagram {
    background: url(/images/images_pensiones/social/small/instagram.png) no-repeat;
  }
  /* line 70, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-linkedin {
    background: url(/images/images_pensiones/social/small/linkedin.png) no-repeat;
  }
  /* line 73, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-skype {
    background: url(/images/images_pensiones/social/small/skype.png) no-repeat;
  }
  /* line 76, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-rss {
    background: url(/images/images_pensiones/social/small/rss.png) no-repeat;
  }
  /* line 84, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom {
    margin: 40px 0 1px;
    padding: 20px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #f9faf9;
    color: #434a58;
  }
  /* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  footer.body-footer .footer-bottom:before, footer.body-footer .footer-bottom:after {
    content: " ";
    display: table;
  }
  /* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  footer.body-footer .footer-bottom:after {
    clear: both;
  }
  /* line 92, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul {
    float: left;
    display: table;
    text-align: center;
  }
  /* line 96, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul > li {
    display: table-cell;
  }
  /* line 98, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul > li a {
    display: block;
    margin-left: 20px;
    color: #8c9299;
    font-size: 11px;
  }
  /* line 105, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul > li:first-child a {
    margin-left: 0;
  }
  /* line 111, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom .copyright {
    float: right;
    color: #8c9299;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  /* line 122, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu {
    /* footer social links */
  }
  /* line 123, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu > .row, footer.body-footer .log-menu .footer-menu > ul, .log-menu footer.body-footer .footer-menu > ul, footer.body-footer .footer-menu > .mobile-menu-container, footer.body-footer .footer-menu > .input-control, footer.body-footer .slider-container .slider-content .footer-menu > .item, .slider-container .slider-content footer.body-footer .footer-menu > .item, footer.body-footer .banner-select .footer-menu > .form-group, .banner-select footer.body-footer .footer-menu > .form-group {
    margin: 0;
  }
  /* line 125, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu > .row .col-md-3, footer.body-footer .log-menu .footer-menu > ul .col-md-3, .log-menu footer.body-footer .footer-menu > ul .col-md-3, footer.body-footer .footer-menu > .mobile-menu-container .col-md-3, footer.body-footer .footer-menu > .input-control .col-md-3, footer.body-footer .slider-container .slider-content .footer-menu > .item .col-md-3, .slider-container .slider-content footer.body-footer .footer-menu > .item .col-md-3, footer.body-footer .banner-select .footer-menu > .form-group .col-md-3, .banner-select footer.body-footer .footer-menu > .form-group .col-md-3 {
    padding: 0;
    border-bottom: 2px solid white;
  }
  /* line 130, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid white;
    background: #8c9299;
    font-family: "BBVA Web Book", Arial, sans-serif;
    font-size: 15px;
    color: white;
    background: #8c9299 url(/images/images_pensiones/arrow-down-white.png) no-repeat 96% center;
    background: #8c9299 url(/images/images_pensiones/arrow-down-white.png) no-repeat top 50% right 20px;
  }
  /* line 140, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger:hover {
    background-color: #003f8c;
  }
  /* line 143, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger.open {
    background-image: url(/images/images_pensiones/arrow-up-white.png);
    border-bottom: 1px solid white;
    color: white;
  }
  /* line 149, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    margin: 0;
    list-style: none;
    padding-left: 0;
  }
  /* line 155, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul li {
    cursor: pointer;
    padding: 15px 30px 15px;
    border-bottom: 1px solid #FFF;
    background-color: #eaeaea;
  }
  /* line 160, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul li a {
    font-family: BBVA Web Book;
    font-size: 1.1em;
    color: #434a58;
  }
  /* line 164, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul li a .icon-16 {
    display: none;
  }
  /* line 168, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul li:hover, footer.body-footer .footer-menu .menu-trigger + ul li.active {
    background-color: #003f8c;
  }
  /* line 170, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .menu-trigger + ul li:hover > a, footer.body-footer .footer-menu .menu-trigger + ul li.active > a {
    color: white;
  }
  /* line 178, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu {
    margin: 20px 0;
  }
  /* line 180, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu .footer-social-menu-title {
    margin: 20px 15px;
    font-size: 15px;
    color: #434a58;
  }
  /* line 185, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul {
    padding: 0;
    list-style: none;
  }
  /* line 188, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li {
    float: left;
    width: 20%;
  }
  /* line 191, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a {
    display: block;
    text-indent: -9999em;
    background-size: contain !important;
    background-position-x: center !important;
    margin: 0 10px;
    padding: 20px;
    /* social icons */
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  /* line 191, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a {
    margin: 0 5px;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  /* line 203, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-facebook {
    background: url(/images/images_pensiones/social/big/facebook.png) no-repeat;
  }
  /* line 206, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-twitter {
    background: url(/images/images_pensiones/social/big/twitter.png) no-repeat;
  }
  /* line 209, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-google-plus {
    background: url(/images/images_pensiones/social/big/google-plus.png) no-repeat;
  }
  /* line 212, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-blogger {
    background: url(/images/images_pensiones/social/big/blogger.png) no-repeat;
  }
  /* line 215, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-youtube {
    background: url(/images/images_pensiones/social/big/youtube.png) no-repeat;
  }
  /* line 218, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-instagram {
    background: url(/images/images_pensiones/social/big/instagram.png) no-repeat;
  }
  /* line 221, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-menu .footer-social-menu ul li a.icon-linkedin {
    background: url(/images/images_pensiones/social/big/linkedin.png) no-repeat;
  }
  /* line 229, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom {
    margin: 20px 0;
  }
  /* line 231, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul {
    display: table;
    width: 100%;
    border-top: 1px solid #DBDCDF;
    border-bottom: 1px solid #DBDCDF;
    background-color: #F4F6F3;
    padding: 0;
  }
  /* line 238, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul li {
    display: table-cell;
    padding: 10px;
  }
  /* line 241, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul li a {
    font-size: 14px;
    color: #8C9299;
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  /* line 241, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  /* line 252, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom .copyright {
    display: table;
    margin: 20px auto;
    font-size: 14px;
    color: #8C9299;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  /* line 252, ../../../assets/scss/partials/layout/_footer.scss */
  footer.body-footer .footer-bottom .copyright {
    font-size: 12px;
  }
}

/* line 1, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer {
  position: fixed;
  /* fixed position for Android */
  -webkit-backface-visibility: hidden;
  /* ---- */
  bottom: 0;
  width: 100%;
}
/* line 8, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer .icon-mail-pensions {
  font-size: 25px;
  vertical-align: middle;
}
/* line 12, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer .title-text {
  padding: 12px 0;
  display: inline-block;
  color: #434a58;
  font-family: "Arial";
  font-size: 1.2em;
}
/* line 20, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer .alerts .title-text {
  position: relative;
  left: 15px;
}
/* line 25, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer .logged-submenu {
  bottom: 46px;
  top: initial;
}
/* line 29, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul {
  padding: 0;
}
/* line 31, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li {
  background-color: #d6e5f0;
  list-style-type: none;
  padding: 0;
}
/* line 35, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li a {
  display: block;
  padding: 0 10px;
  font-size: 12px;
  color: #0065b7;
  white-space: nowrap;
  border: 1px solid #98bce4;
}
/* line 43, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive {
  position: static;
}
/* line 45, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive .logged-submenu {
  padding: 0;
  margin: 0;
}
/* line 50, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive .logged-submenu li a:hover {
  color: #003f8d;
}
/* line 53, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive .logged-submenu li a .mail-medium-icon {
  margin-right: 20px;
}
/* line 56, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive .logged-submenu li a .office-person-medium-icon {
  margin-right: 22px;
}
/* line 59, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.executive .logged-submenu li a .phone-medium-icon {
  margin-right: 19px;
}
/* line 66, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts {
  position: static;
}
/* line 68, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .dropdown-toggle {
  position: relative;
  width: 100%;
  border-left: 0;
}
/* line 72, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .dropdown-toggle .message-medium-icon {
  vertical-align: text-bottom;
  position: relative;
  top: 0;
  margin-left: 10px;
}
/* line 77, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .dropdown-toggle .message-medium-icon .badge-medium-icon {
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 1em;
  padding-top: 3px;
  padding-top: 0px;
  padding-left: 0.5px;
  text-align: center;
  color: white;
  font-size: 1.25em;
}
/* line 91, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu {
  width: 100%;
}
/* line 94, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li:first-child {
  border-bottom: 1px solid #dde3ea;
}
/* line 96, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li:first-child a {
  border-bottom: 0;
  padding: 10px 0;
}
/* line 99, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li:first-child a span {
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 0.9em;
}
/* line 103, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li:first-child a .notification-medium-icon {
  margin-right: 18px;
}
/* line 106, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li:first-child a .news-medium-icon {
  margin-right: 17px;
}
/* line 111, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li a {
  padding: 20px 0 20px 0;
}
/* line 113, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li a .submenu-label {
  vertical-align: sub;
}
/* line 116, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li a .info {
  display: block;
  color: #71777f;
  font-size: 0.975em;
  padding-left: 40px;
  font-weight: normal;
}
/* line 122, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu li a .info strong {
  color: #434a58;
}
/* line 128, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .header-row {
  padding: 0;
}
/* line 130, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .header-row a {
  font-weight: normal;
  padding: 10px 20px;
}
/* line 133, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .header-row a span {
  color: #0065b7;
  font-size: 14px;
  font-family: BBVA Web Book;
}
/* line 141, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .view-all-btn div {
  text-align: center;
}
/* line 143, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .view-all-btn div a {
  margin-top: 0;
}
/* line 145, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.alerts .logged-submenu .view-all-btn div a span {
  margin: 0;
  padding: 11px 12px 11px 12px;
  font: 0.975em "BBVA Web Medium",arial,sans-serif;
}
/* line 155, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li.col-xs-6 {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 49.9%;
}
/* line 159, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu {
  width: 100%;
  border: 0;
  border-top: 1px solid #98bce4;
}
/* line 163, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu li {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-position-x: 95%;
}
/* line 169, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu li:hover {
  background-color: #d6e5f0;
}
/* line 172, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu li a {
  padding: 15px 0;
  border-top: 1px solid #dde3ea;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid #dde3ea;
  font-family: "Arial";
  font-size: 1em;
}
/* line 183, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu li a:hover {
  background-color: #d6e5f0;
}
/* line 186, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu li a span {
  margin-right: 15px;
}
/* line 191, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: initial;
}
/* line 195, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer ul li .logged-submenu.dropdown-menu li a {
  background: url("/images/images_pensiones/link-bg-triangled-hover.png") no-repeat;
  background-position: right center;
}
/* line 204, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .executive {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 90%;
  background-color: white;
}
/* line 208, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .executive .logged-submenu {
  padding: 0;
  position: absolute;
}
/* line 211, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .executive .logged-submenu li {
  width: 100%;
}
/* line 213, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .executive .logged-submenu li a {
  border-right: 0;
}
/* line 219, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .alerts {
  width: 10%;
}
/* line 221, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .alerts .dropdown-toggle {
  padding-bottom: 14px;
}
/* line 223, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .alerts .dropdown-toggle .message-medium-icon {
  margin-left: 0;
}
/* line 226, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.executive-submenu .alerts .dropdown-toggle .title-text {
  display: none;
}
/* line 233, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .alerts {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 49.9%;
  background-color: white;
}
/* line 237, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .alerts .logged-submenu {
  position: absolute;
  margin: 0;
}
/* line 240, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .alerts .logged-submenu li {
  width: 100%;
}
/* line 242, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .alerts .logged-submenu li a {
  background: url("/images/images_pensiones/link-bg-triangled-hover.png") no-repeat;
  background-position: right center;
}
/* line 247, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .alerts .logged-submenu li:first-child a, .logged-footer.alerts-submenu .alerts .logged-submenu li.view-all-btn a {
  background: transparent;
}
/* line 254, ../../../assets/scss/partials/layout/_logged-footer.scss */
.logged-footer.alerts-submenu .executive {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 49.9%;
}

/* line 1, ../../../assets/scss/partials/layout/_site-config.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 5, ../../../assets/scss/partials/layout/_site-config.scss */
h1 {
  font-family: "Benton Sans BBVA Light", Arial, sans-serif;
  font-size: 1.95em;
  font-weight: normal;
  color: #121212;
}

/* line 12, ../../../assets/scss/partials/layout/_site-config.scss */
h2 {
  font-family: "BBVA Web Book", Arial, sans-serif;
  color: #0078d2;
}

/* line 17, ../../../assets/scss/partials/layout/_site-config.scss */
h3 {
  font-family: "BBVA Web Book", Arial, sans-serif;
}

/* line 21, ../../../assets/scss/partials/layout/_site-config.scss */
a {
  color: #0065B7;
  text-decoration: none;
  background: none repeat scroll 0% 0% transparent;
}
/* line 25, ../../../assets/scss/partials/layout/_site-config.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #003F8D;
  outline: 0 none;
}

/* line 32, ../../../assets/scss/partials/layout/_site-config.scss */
.text-error {
  color: #C4136C !important;
}

/* line 1, ../../../assets/scss/partials/layout/_admin.scss */
.clients-management.global-content .section-title {
  margin-bottom: 0;
}

/* line 1, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 0 0 gainsboro;
  box-shadow: 0 2px 0 0 gainsboro;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f7f8 100%);
  border: 1px solid gainsboro;
  position: relative;
  margin: 0;
  padding: 31px 15px;
}
/* line 9, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #d0dbe6;
  padding: 0;
  margin: 0;
  height: 9px;
}
/* line 15, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .progress .progress-bar {
  position: relative;
  height: 3px;
  margin: 3px 0;
  background-color: #44a718;
}
/* line 22, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background {
  display: inline-block;
  zoom: 1;
  position: absolute;
  top: 28px;
  width: 15px;
  height: 15px;
  background: #d0dbe6;
  border-radius: 15px;
}
/* line 32, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.old-active .text {
  color: #44a618;
}
/* line 35, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.old-active .point {
  background: #44a718;
}
/* line 39, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.active {
  top: 26px;
  width: 19px;
  height: 19px;
}
/* line 43, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.active .text {
  color: #44a618;
}
/* line 46, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.active .point {
  z-index: 1;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #44a718;
}
/* line 55, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.active.success {
  top: 28px;
  width: 15px;
  height: 15px;
}
/* line 59, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.active.success .point {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
}
/* line 67, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.first-step {
  left: 10px;
}
/* line 70, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.last-step {
  right: 10px;
}
/* line 72, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background.last-step .text {
  right: -65px;
}
/* line 76, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background .text {
  position: relative;
  top: -20px;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  font-family: "Arial";
  font-size: 11px;
  font-weight: bold;
  color: #434A58;
}
/* line 87, ../../../assets/scss/partials/forms/_progressBar.scss */
.progress-bar-container .point-background .point {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #a6bfd6;
  border-radius: 50%;
}

/* line 99, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal-content .background-content .steps-group {
  margin: 0;
  position: relative;
}

@media (min-width: 769px) {
  /* line 105, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps {
    float: left;
  }
}
/* line 110, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps.step-success .step-header .text-content {
  background-image: url("/images/images_pensiones/tick-active-small.png");
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 116, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header {
  position: relative;
  padding: 10px 15px;
  background: #e5e5e5;
  font-family: "BBVA Web Medium", Arial, sans-serif;
  font-size: 0.85em;
  color: #333333;
}
/* line 123, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header .text-content {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 124, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header .text-content .icon-firstStep, .modal .steps .step-header .text-content .icon-centerStep, .modal .steps .step-header .text-content .icon-lastStep {
  position: absolute;
  left: 15px;
}
/* line 128, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header .text-content .icon-centerStep {
  top: 5px;
}
/* line 131, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header .text-content .icon-lastStep {
  top: 0;
}
/* line 138, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-header.open-step {
  background: white;
}
/* line 142, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps .step-content {
  display: none;
}
/* line 146, ../../../assets/scss/partials/forms/_progressBar.scss */
.modal .steps.step0 .step-content {
  display: block;
}
@media (max-width: 768px) {
  /* line 105, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps {
    margin: 0 15px;
    border: 1px solid #ededed;
  }
  /* line 154, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps:first-child .step-header {
    padding: 10px 15px;
  }
  /* line 158, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps:last-child {
    margin-bottom: 10px;
  }
  /* line 161, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps .modal-header, .modal .steps .modal-body {
    margin: 20px 5px;
    padding: 0;
  }
  /* line 165, ../../../assets/scss/partials/forms/_progressBar.scss */
  .modal .steps .modal-footer {
    margin: 20px 5px;
  }
}

/* line 1, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select, .bootstrap-select.open {
  width: 100%;
}
/* line 3, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select.open .btn, .bootstrap-select.open .btn:hover, .bootstrap-select.open .btn:active, .bootstrap-select.open .btn:focus {
  background: white;
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f7f8);
  /* IE10 */
  background-image: linear-gradient(to bottom, #ffffff 40%, #e1e1e1 200%);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjIwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffffff), color-stop(200%, #e1e1e1));
  background: -moz-linear-gradient(top, #ffffff 40%, #e1e1e1 200%);
  background: -webkit-linear-gradient(top, #ffffff 40%, #e1e1e1 200%);
  background: linear-gradient(to bottom, #ffffff 40%, #e1e1e1 200%);
  border-color: #d5e2ee;
  width: 100%;
  padding: 7.5px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 0.85em;
  color: #0078d2;
}
/* line 17, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .btn .filter-option, .bootstrap-select .btn:hover .filter-option, .bootstrap-select .btn:active .filter-option, .bootstrap-select .btn:focus .filter-option, .bootstrap-select.open .btn .filter-option, .bootstrap-select.open .btn:hover .filter-option, .bootstrap-select.open .btn:active .filter-option, .bootstrap-select.open .btn:focus .filter-option {
  text-align: left;
  overflow: hidden;
  width: 100%;
}
/* line 22, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .btn .caret, .bootstrap-select .btn:hover .caret, .bootstrap-select .btn:active .caret, .bootstrap-select .btn:focus .caret, .bootstrap-select.open .btn .caret, .bootstrap-select.open .btn:hover .caret, .bootstrap-select.open .btn:active .caret, .bootstrap-select.open .btn:focus .caret {
  border: 0;
  border-left: 1px solid #d5e2ee;
  background: url("/images/images_pensiones/arrow-select.png") no-repeat;
  background-position: 10px 12px;
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 34, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu, .bootstrap-select.open .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top: 0;
  padding: 0;
  min-width: 50px;
  width: 100%;
  min-height: 0 !important;
  margin-bottom: 0;
}
/* line 42, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul, .bootstrap-select.open .dropdown-menu ul {
  border: 0;
  position: relative;
  top: 0;
  min-width: 50px;
  width: 100%;
  overflow: hidden;
}
/* line 49, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li, .bootstrap-select.open .dropdown-menu ul li {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}
/* line 53, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li a, .bootstrap-select.open .dropdown-menu ul li a {
  padding: 5px;
  color: #003f8d;
}
/* line 56, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li a:focus, .bootstrap-select.open .dropdown-menu ul li a:focus {
  outline: none;
}
/* line 59, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li a:hover, .bootstrap-select.open .dropdown-menu ul li a:hover {
  background: #e0f6fc;
}
/* line 63, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li.selected, .bootstrap-select.open .dropdown-menu ul li.selected {
  background: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjIwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffffff), color-stop(200%, #e1e1e1));
  background: -moz-linear-gradient(top, #ffffff 40%, #e1e1e1 200%);
  background: -webkit-linear-gradient(top, #ffffff 40%, #e1e1e1 200%);
  background: linear-gradient(to bottom, #ffffff 40%, #e1e1e1 200%);
}
/* line 67, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li:hover, .bootstrap-select.open .dropdown-menu ul li:hover {
  background: #e0f6fc;
}
/* line 70, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .dropdown-menu ul li:last-child, .bootstrap-select.open .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
/* line 77, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select.has-error .btn, .bootstrap-select.has-error .btn:hover, .bootstrap-select.has-error .btn:active, .bootstrap-select.has-error .btn:focus, .bootstrap-select.open.has-error .btn, .bootstrap-select.open.has-error .btn:hover, .bootstrap-select.open.has-error .btn:active, .bootstrap-select.open.has-error .btn:focus {
  background: #f7e9e9;
}
/* line 81, ../../../assets/scss/partials/forms/_select.scss */
.bootstrap-select .icon-ok.check-mark, .bootstrap-select.open .icon-ok.check-mark {
  display: none;
}
@media (max-width: 768px) {
  /* line 85, ../../../assets/scss/partials/forms/_select.scss */
  .bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select.open .btn, .bootstrap-select.open .btn:hover, .bootstrap-select.open .btn:active, .bootstrap-select.open .btn:focus {
    font-size: 1em;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
  /* line 89, ../../../assets/scss/partials/forms/_select.scss */
  .bootstrap-select .btn .caret, .bootstrap-select .btn:hover .caret, .bootstrap-select .btn:active .caret, .bootstrap-select .btn:focus .caret, .bootstrap-select.open .btn .caret, .bootstrap-select.open .btn:hover .caret, .bootstrap-select.open .btn:active .caret, .bootstrap-select.open .btn:focus .caret {
    background: url("/images/images_pensiones/arrow-gray-down.png") no-repeat;
    width: 40px;
    height: 40px;
    background-position: 11px 16px;
  }
}

/* line 99, ../../../assets/scss/partials/forms/_select.scss */
select.has-error + .bootstrap-select .selectpicker {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjIwMCUiIHN0b3AtY29sb3I9IiNmN2U5ZTkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=') !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffffff), color-stop(200%, #f7e9e9)) !important;
  background: -moz-linear-gradient(top, #ffffff 40%, #f7e9e9 200%) !important;
  background: -webkit-linear-gradient(top, #ffffff 40%, #f7e9e9 200%) !important;
  background: linear-gradient(to bottom, #ffffff 40%, #f7e9e9 200%) !important;
  color: #c4136c !important;
}

/* line 104, ../../../assets/scss/partials/forms/_select.scss */
span.filter-option.pull-left, span.text {
  font-family: "BBVA Web Medium", Arial, sans-serif;
}

/* line 1, ../../../assets/scss/partials/forms/_input.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
}

/* line 8, ../../../assets/scss/partials/forms/_input.scss */
.form-control[disabled].disabled-color, .form-control[readonly].disabled-color, fieldset[disabled] .form-control.disabled-color {
  background-color: #f5f5f5;
}

/* line 13, ../../../assets/scss/partials/forms/_input.scss */
input.form-control,
textarea.form-control {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  height: 30px;
  font-size: 0.95em;
  font-family: Helvetica, sans-serif;
  border-color: #dbdcdf;
  color: #434a58;
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Arial, sans-serif;
}
/* line 26, ../../../assets/scss/partials/forms/_input.scss */
input.form-control:focus,
textarea.form-control:focus {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 2px #def4fb;
  background-color: #fffff5;
  border: 1px solid #e8e8e6;
}
/* line 31, ../../../assets/scss/partials/forms/_input.scss */
input.form-control.has-error,
textarea.form-control.has-error {
  padding-right: 30px;
  background: url("/images/images_pensiones/icons_ico/icon-inline-textbox-error.png") no-repeat;
  background-position: center right;
  background-position: center right 10px;
  background-color: #f7e9e9;
  color: #cc0966;
}
/* line 2, ../../../assets/scss/modules/_mixins.scss */
input.form-control.has-error.placeholder,
textarea.form-control.has-error.placeholder {
  color: #c4136c;
}
/* line 5, ../../../assets/scss/modules/_mixins.scss */
input.form-control.has-error:-moz-placeholder,
textarea.form-control.has-error:-moz-placeholder {
  color: #c4136c;
}
/* line 8, ../../../assets/scss/modules/_mixins.scss */
input.form-control.has-error::-moz-placeholder,
textarea.form-control.has-error::-moz-placeholder {
  color: #c4136c;
}
/* line 11, ../../../assets/scss/modules/_mixins.scss */
input.form-control.has-error:-ms-input-placeholder,
textarea.form-control.has-error:-ms-input-placeholder {
  color: #c4136c;
}
/* line 14, ../../../assets/scss/modules/_mixins.scss */
input.form-control.has-error::-webkit-input-placeholder,
textarea.form-control.has-error::-webkit-input-placeholder {
  color: #c4136c;
}

/* line 44, ../../../assets/scss/partials/forms/_input.scss */
textarea.form-control {
  resize: none;
  height: auto;
}

@media (max-width: 768px) {
  /* line 50, ../../../assets/scss/partials/forms/_input.scss */
  input.form-control {
    height: 40px;
  }
}
/* line 55, ../../../assets/scss/partials/forms/_input.scss */
.input-group[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 60, ../../../assets/scss/partials/forms/_input.scss */
.input-control {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 67, ../../../assets/scss/partials/forms/_input.scss */
.form-group {
  margin-bottom: 0px;
}

/* line 72, ../../../assets/scss/partials/forms/_input.scss */
.input-control .input-group .form-control:last-child,
.input-control .input-group-addon:last-child,
.input-control .input-group-btn:last-child > .btn,
.input-control .input-group-btn:last-child > .btn-group > .btn,
.input-control .input-group-btn:last-child > .dropdown-toggle,
.input-control .input-group-btn:first-child > .btn:not(:first-child),
.input-control .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 81, ../../../assets/scss/partials/forms/_input.scss */
.input-control input.form-control {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 88, ../../../assets/scss/partials/forms/_input.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 100, ../../../assets/scss/partials/forms/_input.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 108, ../../../assets/scss/partials/forms/_input.scss */
input.search-control {
  height: 40px;
  padding-right: 40px;
}

/* line 113, ../../../assets/scss/partials/forms/_input.scss */
.search-control-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #004c99;
}

/* line 1, ../../../assets/scss/partials/forms/_labels.scss */
.control-label.left, .checkbox-label.left {
  text-align: left;
}

/* line 5, ../../../assets/scss/partials/forms/_labels.scss */
.checkbox-label {
  color: #434a58;
  margin: 0;
  float: left;
  font-family: "Arial";
  font-size: 0.85em;
}
/* line 11, ../../../assets/scss/partials/forms/_labels.scss */
.checkbox-label a {
  color: #0065b7;
  text-decoration: underline;
  font-style: italic;
}
/* line 16, ../../../assets/scss/partials/forms/_labels.scss */
.checkbox-label .adobe-size {
  font-family: "Georgia";
  color: #666666;
}

/* line 22, ../../../assets/scss/partials/forms/_labels.scss */
.control-label {
  color: #71777f;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 0.85em;
}
/* line 27, ../../../assets/scss/partials/forms/_labels.scss */
.control-label .required {
  background-image: url(/images/images_pensiones/icons/question-blue.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-left: 10px;
}

/* line 39, ../../../assets/scss/partials/forms/_labels.scss */
.help-block {
  font-size: 0.8em;
  font-family: Arial, sans-serif;
  margin-top: 37px;
}
/* line 43, ../../../assets/scss/partials/forms/_labels.scss */
.help-block a {
  text-decoration: underline;
}

/* line 48, ../../../assets/scss/partials/forms/_labels.scss */
.form-horizontal .control-label {
  padding-bottom: 6px;
}

/* line 52, ../../../assets/scss/partials/forms/_labels.scss */
.radio-label {
  font-size: 1em;
  color: #434a58;
}

/* line 57, ../../../assets/scss/partials/forms/_labels.scss */
.label-extInfo {
  display: block;
  margin-top: 5px;
}

/* line 63, ../../../assets/scss/partials/forms/_labels.scss */
.has-error .control-label {
  color: #71777f;
}

/* line 68, ../../../assets/scss/partials/forms/_labels.scss */
.form-horizontal .control-label.mgb-20 {
  margin-bottom: 20px;
}

/* line 1, ../../../assets/scss/partials/forms/_error.scss */
.dropdown-menu .block-error {
  padding: 15px 10px;
}

/* line 6, ../../../assets/scss/partials/forms/_error.scss */
.block-error-login p.error-title {
  font-size: 0.85em;
  margin-bottom: 5px;
}

/* line 12, ../../../assets/scss/partials/forms/_error.scss */
.block-error {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f0b5d1;
  background-color: #f7e9e9;
  margin: 0 0 20px 0;
  padding: 25px 20px;
}
/* line 18, ../../../assets/scss/partials/forms/_error.scss */
.block-error .error-title {
  font-family: "Arial" !important;
  color: #c4136c !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
/* line 27, ../../../assets/scss/partials/forms/_error.scss */
.block-error p {
  font-family: "Arial";
  font-size: 12px;
  margin-bottom: 0;
  color: #c4136c;
}
/* line 33, ../../../assets/scss/partials/forms/_error.scss */
.block-error p.error-title {
  font-weight: bold;
}

/* line 38, ../../../assets/scss/partials/forms/_error.scss */
.error-icon-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-left: 10px;
  border-right: 1px solid #f0b5d1;
}
@media (min-width: 480px) {
  /* line 38, ../../../assets/scss/partials/forms/_error.scss */
  .error-icon-container {
    float: left;
    width: 15%;
  }
}
@media (min-width: 769px) {
  /* line 38, ../../../assets/scss/partials/forms/_error.scss */
  .error-icon-container {
    float: left;
    width: 10.83333%;
  }
}
@media (min-width: 990px) {
  /* line 38, ../../../assets/scss/partials/forms/_error.scss */
  .error-icon-container {
    float: left;
    width: 13.33333%;
  }
}
/* line 47, ../../../assets/scss/partials/forms/_error.scss */
.error-icon-container .alert-red {
  margin-right: 0;
}

/* line 52, ../../../assets/scss/partials/forms/_error.scss */
.error-text-container {
  /*@include make-xs-column(90 / 10);
  @include make-sm-column(95 / 10);
  @include make-md-column(100 / 10);
  @include make-lg-column(100 / 10);*/
  padding-left: 20px;
}
/* line 58, ../../../assets/scss/partials/forms/_error.scss */
.error-text-container p {
  font-family: "Arial";
  padding-left: 71px;
}

/* line 64, ../../../assets/scss/partials/forms/_error.scss */
.modal .modal-body .block-error p {
  color: #c4136c;
  margin-bottom: 0;
}

/* line 1, ../../../assets/scss/partials/forms/_errorPopup.scss */
.arrow_box_container {
  position: relative;
  width: 100%;
}

/* line 6, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box,
.arrow_box {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 15px;
  background: #f7e9e9;
  border: 1px solid #f0b5d1;
  padding: 8px;
}
/* line 17, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box h3, .modal .arrow_box p,
.arrow_box h3,
.arrow_box p {
  font-family: "Arial";
  font-size: 0.85em;
  color: #c4136c !important;
}
/* line 22, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box p,
.arrow_box p {
  margin-bottom: 0 !important;
}
/* line 25, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box h3,
.arrow_box h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}
/* line 30, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box::after, .modal .arrow_box::before,
.arrow_box::after,
.arrow_box::before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 39, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box::after,
.arrow_box::after {
  bottom: -19px;
  border-color: rgba(247, 233, 233, 0);
  border-top-color: #f7e9e9;
  border-width: 10px;
  margin-left: -10px;
}
/* line 46, ../../../assets/scss/partials/forms/_errorPopup.scss */
.modal .arrow_box::before,
.arrow_box::before {
  bottom: -19px;
  border-color: rgba(202, 1, 97, 0);
  border-top-color: #f0b5d1;
  border-width: 9px;
  margin-left: -9px;
}

/* line 56, ../../../assets/scss/partials/forms/_errorPopup.scss */
.input-control:hover .modal .arrow_box, .input-control:hover .arrow_box {
  display: block;
}

/* line 2, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"] {
  display: none;
}
/* line 4, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"] + label {
  background-image: url("/images/images_pensiones/default/input-check.png");
  background-repeat: no-repeat;
  background-position: 15px 7px;
  padding-left: 42px;
  cursor: pointer;
}
@media (max-width: 479px) {
  /* line 4, ../../../assets/scss/partials/forms/_checkbox.scss */
  .form-horizontal input[type="checkbox"] + label {
    background-position: 0 7px;
    padding-left: 27px;
  }
}
/* line 14, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"] + label:hover {
  background-image: url("/images/images_pensiones/default/input-check-hover.png");
}
/* line 17, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"] + label .adobe-blue {
  margin-left: 6px;
}
/* line 21, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"]:checked + label, .form-horizontal input[type="checkbox"] input[type="checkbox"]:checked + label:hover {
  background-image: url("/images/images_pensiones/default/input-check-hover-checked.png");
}
/* line 24, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"].has-error + label {
  background-image: url("/images/images_pensiones/input-check-error.png");
  background-repeat: no-repeat;
}
/* line 27, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal input[type="checkbox"].has-error + label:hover {
  background-image: url("/images/images_pensiones/input-check-error-hover.png");
  background-repeat: no-repeat;
}
/* line 33, ../../../assets/scss/partials/forms/_checkbox.scss */
.form-horizontal .label-betweenChecks {
  padding-left: 41px;
}

/* line 39, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"] {
  display: none;
}
/* line 41, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"] + label {
  background-image: url("/images/images_pensiones/default/input-check.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 8px 9px;
  cursor: pointer;
}
/* line 47, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"] + label:hover {
  background-image: url("/images/images_pensiones/default/input-check-hover.png");
}
/* line 51, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"].checked + label, .checkbox-group input[type="checkbox"]:checked + label, .checkbox-group input[type="checkbox"] input[type="checkbox"]:checked + label:hover {
  background-image: url("/images/images_pensiones/default/input-check-hover-checked.png");
}
/* line 54, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"].has-error + label {
  background-image: url("/images/images_pensiones/input-check-error.png");
}
/* line 56, ../../../assets/scss/partials/forms/_checkbox.scss */
.checkbox-group input[type="checkbox"].has-error + label:hover {
  background-image: url("/images/images_pensiones/input-check-error-hover.png");
}

/* line 2, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #fffff5;
}
/* line 5, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip.top .tooltip-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fefffb;
  color: #434a58;
  padding: 10px;
  font-size: 1em;
  text-align: left;
  font-family: Arial, sans-serif;
}
/* line 15, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip.top .title {
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 19, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip.top p {
  font-size: 12px !important;
}

/* line 24, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip.in {
  opacity: 1;
}

/* line 28, ../../../assets/scss/partials/forms/_tooltips.scss */
.tooltip {
  max-width: 190px;
  width: 100%;
}

@media (max-width: 479px) {
  /* line 34, ../../../assets/scss/partials/forms/_tooltips.scss */
  .hidden-xs + .tooltip {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 40, ../../../assets/scss/partials/forms/_tooltips.scss */
  .hidden-sm + .tooltip {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 989px) {
  /* line 46, ../../../assets/scss/partials/forms/_tooltips.scss */
  .hidden-md + .tooltip {
    display: none !important;
  }
}
@media (min-width: 990px) {
  /* line 52, ../../../assets/scss/partials/forms/_tooltips.scss */
  .hidden-lg + .tooltip {
    display: none !important;
  }
}
/* line 2, ../../../assets/scss/partials/forms/_radiobuttons.scss */
.form-horizontal input[type="radio"], .radio-group input[type="radio"] {
  display: none;
}
/* line 5, ../../../assets/scss/partials/forms/_radiobuttons.scss */
.form-horizontal input[type="radio"] + label, .radio-group input[type="radio"] + label {
  background-image: url("/images/images_pensiones/default/input-radio.png");
  background-repeat: no-repeat;
  background-position: 15px 1px;
  min-height: 18px;
  padding-left: 41px;
  cursor: pointer;
}
/* line 13, ../../../assets/scss/partials/forms/_radiobuttons.scss */
.form-horizontal input[type="radio"] + label:hover, .radio-group input[type="radio"] + label:hover {
  background-image: url(/images/images_pensiones/default/input-radio-hover.png);
}
/* line 16, ../../../assets/scss/partials/forms/_radiobuttons.scss */
.form-horizontal input[type="radio"]:checked + label, .form-horizontal input[type="radio"]:checked + label:hover, .radio-group input[type="radio"]:checked + label, .radio-group input[type="radio"]:checked + label:hover {
  background-image: url("/images/images_pensiones/default/input-radio-hover-checked.png");
}
/* line 19, ../../../assets/scss/partials/forms/_radiobuttons.scss */
.form-horizontal .label-betweenChecks, .radio-group .label-betweenChecks {
  padding-left: 41px;
}

/* line 1, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker {
  width: 250px;
  height: 200px;
  padding: 5px;
  border: 1px solid #c4d7e5;
}
/* line 6, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .datepicker-days {
  padding: 13px;
  background-color: #fefefe;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f6f8f9));
  background-image: -moz-linear-gradient(#fefefe, #f6f8f9);
  background-image: -webkit-linear-gradient(#fefefe, #f6f8f9);
  background-image: linear-gradient(#fefefe, #f6f8f9);
  background-image: -ms-linear-gradient(bottom, #fefefe 0%, #f6f8f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f6f8f9);
  border: 1px solid white;
  width: 100%;
  height: 100%;
}
/* line 16, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker td, .datepicker th {
  cursor: default;
}
/* line 19, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day, .datepicker .next, .datepicker .prev, .datepicker .today {
  cursor: pointer;
}
/* line 22, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .table-condensed {
  width: 100%;
}
/* line 25, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .datepicker-switch {
  font-family: "Arial";
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  text-align: left;
}
/* line 32, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day, .datepicker .day.old, .datepicker .dow, .datepicker .day.active {
  width: 30px;
  height: 20px;
  padding: 0;
  font-size: 12px;
  font-family: "Arial";
  font-weight: bold;
  text-align: center;
}
/* line 41, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .dow {
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 46, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day {
  color: #0078d2;
}
/* line 48, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day:not(.disabled):not(.active):hover {
  background-image: url("/images/images_pensiones/day-hover.png");
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 54, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day.old, .datepicker .day.new {
  color: #8b9098;
}
/* line 57, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day.disabled {
  color: #cccccc;
  cursor: default;
}
/* line 61, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .prev, .datepicker .next, .datepicker .datepicker-switch {
  padding: 0;
}
/* line 64, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .day.active {
  background-image: url("/images/images_pensiones/day-active.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
}
/* line 70, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker th {
  height: 26px;
}
/* line 73, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .today {
  width: 37px;
  background-image: url("/images/images_pensiones/today-btn.png");
  background-repeat: no-repeat;
}
/* line 77, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .today, .datepicker .today:active {
  background-position: 0 0;
}
/* line 80, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .today:hover {
  background-position: 0px -80px;
}
/* line 82, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .today:hover:active {
  background-position: 0 0;
}
/* line 87, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .prev {
  background-image: url("/images/images_pensiones/sprite-widget-pag_left.png");
  background-repeat: no-repeat;
}
/* line 90, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .prev, .datepicker .prev:active {
  background-position: 0 -80px;
}
/* line 93, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .prev:hover {
  background-position: 0 0;
}
/* line 95, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .prev:hover:active {
  background-position: 0 -80px;
}
/* line 100, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .next {
  background-image: url("/images/images_pensiones/sprite-widget-pag_right.png");
  background-repeat: no-repeat;
}
/* line 103, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .next, .datepicker .next:active {
  background-position: 10px -80px;
}
/* line 106, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .next:hover {
  background-position: 10px 0;
}
/* line 108, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker .next:hover:active {
  background-position: 10px -80px;
}
/* line 114, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker.datepicker-orient-top::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  border-top: 0;
  border-bottom-color: white;
  position: absolute;
  top: -7px;
  right: 11px;
  z-index: 2;
}
/* line 127, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker.datepicker-orient-top::after {
  content: '';
  display: inline-block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c4d7e5;
  border-top: 0;
  border-bottom-color: #c4d7e5;
  position: absolute;
  top: -8px;
  right: 10px;
  z-index: 1;
}
/* line 142, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker.datepicker-orient-bottom::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  border-bottom: 0;
  position: absolute;
  bottom: -6px;
  right: 11px;
  z-index: 2;
}
/* line 154, ../../../assets/scss/partials/forms/_datepicker.scss */
.datepicker.datepicker-orient-bottom::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
  border-bottom: 0;
  position: absolute;
  bottom: -7px;
  right: 10px;
  z-index: 1;
}

/* line 169, ../../../assets/scss/partials/forms/_datepicker.scss */
input.field-calendar {
  background-image: url("/images/images_pensiones/icons/calendar-blue-small.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
@media (max-width: 768px) {
  /* line 169, ../../../assets/scss/partials/forms/_datepicker.scss */
  input.field-calendar {
    height: 40px;
  }
}

/* line 1, ../../../assets/scss/partials/forms/_success.scss */
.success-container {
  text-align: center;
}
/* line 3, ../../../assets/scss/partials/forms/_success.scss */
.success-container .success {
  display: inline-block;
  min-height: 35px;
  background: url("/images/images_pensiones/ok-green-32px.png") no-repeat top left;
  padding-left: 65px;
}
/* line 8, ../../../assets/scss/partials/forms/_success.scss */
.success-container .success .title {
  font-family: "BBVA Web Book";
  font-size: 18px;
  color: #0078d2;
  text-align: left;
}
/* line 14, ../../../assets/scss/partials/forms/_success.scss */
.success-container .success p {
  text-align: left;
}
/* line 17, ../../../assets/scss/partials/forms/_success.scss */
.success-container .success.sendMessageSuccess {
  margin: 0 auto;
  width: 485px;
}
/* line 20, ../../../assets/scss/partials/forms/_success.scss */
.success-container .success.sendMessageSuccess .text {
  font-size: 0.89em;
}
/* line 25, ../../../assets/scss/partials/forms/_success.scss */
.success-container.modal-success {
  max-width: 450px;
}
/* line 27, ../../../assets/scss/partials/forms/_success.scss */
.success-container.modal-success .title {
  font-size: 16px;
}
/* line 30, ../../../assets/scss/partials/forms/_success.scss */
.success-container.modal-success p {
  font-size: 14px;
}

/* line 2, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container {
  margin: 0 auto;
}
/* line 3, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container.sendMessageForm {
  max-width: 438px;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  /* line 3, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
  .modal .modal-body .modal-form-container.sendMessageForm {
    padding: 0 10px;
  }
}
/* line 12, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container.sendMessageForm .block-error .error-text-container .error-title {
  padding-left: 71px;
}
/* line 18, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container.updateAccessKeyForm, .modal .modal-body .modal-form-container.updateAccessMethodForm {
  max-width: 280px;
  width: 100%;
}
/* line 24, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container.form-wizard .modal-footer {
  margin: 40px 0 17px 0;
  padding: 15px 0 0 0;
}
/* line 30, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-info p {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 0.89em;
  color: #71777f;
}
/* line 35, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-info p.legend {
  font-size: 1.15em;
  color: #434a58;
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-weight: bold;
}
/* line 43, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .inputs-form-container {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
/* line 47, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .inputs-form-container .form-group {
  margin-bottom: 0;
}
/* line 49, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .inputs-form-container .form-group label {
  padding-top: 4px;
}
@media (max-width: 768px) {
  /* line 2, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
  .modal .modal-body .modal-form-container {
    width: auto;
  }
}
/* line 58, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container label {
  font-size: 0.89em;
  font-weight: normal;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 4px;
  color: #434a58;
}
/* line 66, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group {
  margin-bottom: 6px;
}
/* line 68, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group input,
.modal .modal-body .modal-form-container .form-group textarea {
  font-size: 0.89em;
}
/* line 72, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group.terms-conditions {
  margin-bottom: 0;
}
/* line 74, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group.terms-conditions input[type="checkbox"] + label {
  background-position: 0 7px;
  padding-left: 25px;
  padding-bottom: 3px;
}
/* line 78, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group.terms-conditions input[type="checkbox"] + label a {
  text-decoration: underline;
}
/* line 82, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group.terms-conditions p {
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 0.89em;
  padding-left: 25px;
  color: #0065b7;
  font-weight: bold;
}
/* line 88, ../../../assets/scss/partials/forms/_modal-form-containers.scss */
.modal .modal-body .modal-form-container .form-group.terms-conditions p .adobe-size {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}

/* line 1, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
/* line 4, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text .block-text-content {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 9, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-blue {
  border: 1px solid #d2e5eb;
  background-color: #e2fafe;
}
/* line 12, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-blue .icon-block-text {
  color: #003f8c;
}
/* line 15, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-blue p {
  color: #0065b7;
}
/* line 19, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-yellow {
  border: 1px solid #f2d7bb;
  background-color: #fbf1d0;
}
/* line 22, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-yellow .icon-block-text, .block-text.block-text-yellow p {
  color: #434a58;
}
/* line 26, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-red {
  border: 1px solid #f4ccdf;
  background-color: #f7e9e9;
}
/* line 29, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text.block-text-red .icon-block-text, .block-text.block-text-red p {
  color: #c4126c;
}
/* line 33, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text .icon-block-text {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 39, ../../../assets/scss/partials/forms/_block-text.scss */
.block-text p {
  font-family: Arial, sans-serif;
  margin-left: 34px;
  font-size: 0.85em;
}

/* line 49, ../../../assets/scss/partials/forms/_block-text.scss */
.modal .modal-body .block-text.block-text-blue p {
  color: #0065b7;
}
/* line 54, ../../../assets/scss/partials/forms/_block-text.scss */
.modal .modal-body .block-text.block-text-yellow p {
  color: #434a58;
}
/* line 59, ../../../assets/scss/partials/forms/_block-text.scss */
.modal .modal-body .block-text.block-text-red p {
  color: #c4126c;
}
/* line 63, ../../../assets/scss/partials/forms/_block-text.scss */
.modal .modal-body .block-text p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 2, ../../../assets/scss/partials/modals/_modals.scss */
  body.modal-open {
    position: fixed;
  }

  /* line 5, ../../../assets/scss/partials/modals/_modals.scss */
  .modal.modal-wizard {
    height: auto !important;
  }
}
/* line 10, ../../../assets/scss/partials/modals/_modals.scss */
.modal {
  background: rgba(0, 0, 0, 0.5);
}
/* line 12, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-subtitle-utilityIcons h2 {
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 1.6em;
  color: #0078d2;
  margin-bottom: 10px;
  border-bottom: 0;
  padding-left: 15px;
}
/* line 22, ../../../assets/scss/partials/modals/_modals.scss */
.modal.modal-small .modal-dialog {
  max-width: 640px;
  width: 100%;
}
/* line 28, ../../../assets/scss/partials/modals/_modals.scss */
.modal.modal-large .modal-dialog {
  max-width: 980px;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 33, ../../../assets/scss/partials/modals/_modals.scss */
  .modal.modal-large .modal-header, .modal.modal-large .modal-body, .modal.modal-large .modal-footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 39, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-lg {
    max-width: 768px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  /* line 39, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-lg {
    max-width: 820px;
    width: 100%;
  }
}
/* line 48, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-lg.modal-size-short {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 48, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-lg.modal-size-short {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
/* line 58, ../../../assets/scss/partials/modals/_modals.scss */
.modal .form-control input, .modal .input-group input, .modal .bootstrap-select {
  margin: 2px 0;
}
/* line 61, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header-icons {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e2ee;
  margin-bottom: 20px;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal .modal-header-icons:before, .modal .modal-header-icons:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal .modal-header-icons:after {
  clear: both;
}
/* line 66, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header-icons h1 {
  float: left;
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 72, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header-icons .utility-icons {
  margin-right: 30px;
}
/* line 76, ../../../assets/scss/partials/modals/_modals.scss */
.modal h1 {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e2ee;
  margin-bottom: 20px;
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 1.7em;
}
@media (max-width: 768px) {
  /* line 76, ../../../assets/scss/partials/modals/_modals.scss */
  .modal h1 {
    padding-right: 20px;
  }
}
/* line 86, ../../../assets/scss/partials/modals/_modals.scss */
.modal h1.mgb-0 {
  margin-bottom: 0;
}
/* line 89, ../../../assets/scss/partials/modals/_modals.scss */
.modal h1.pdb-8 {
  padding-bottom: 8px;
}
/* line 93, ../../../assets/scss/partials/modals/_modals.scss */
.modal h2 {
  color: #0065b7;
  margin: 0;
  font-size: 1.15em;
  font-family: "BBVA Web Book", Arial, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e2ee;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  /* line 93, ../../../assets/scss/partials/modals/_modals.scss */
  .modal h2 {
    border-bottom: 0;
    margin-bottom: 5px;
  }
  /* line 104, ../../../assets/scss/partials/modals/_modals.scss */
  .modal h2:not(.legend) {
    display: none;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
/* line 111, ../../../assets/scss/partials/modals/_modals.scss */
.modal .close-icon {
  float: right;
  position: relative;
  top: 10px;
  right: 10px;
}
/* line 117, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-steps-confirm {
  margin: 0 20px;
  background: url("/images/images_pensiones/ok-green-32px.png") no-repeat 0 5px;
  background: url("/images/images_pensiones/ok-green-32px.png") no-repeat top 5px left;
  padding-left: 65px;
  min-height: 40px;
}
@media (min-width: 480px) {
  /* line 117, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-steps-confirm {
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  /* line 117, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-steps-confirm {
    margin: 55px auto 60px;
  }
}
/* line 132, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-steps-confirm h2 {
  border: 0;
  margin-bottom: 6px;
  color: #0078d2;
}
/* line 137, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-steps-confirm p {
  margin-bottom: 2px;
  color: #71777f;
  font-family: "Arial";
  font-size: 0.85em;
}
/* line 144, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-info {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2e5eb;
  padding: 10px;
  padding-left: 40px;
  min-height: 30px;
  background-color: #e2fafe;
  background-position: 10px 10px;
  background-position: left 10px top 10px;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 12px;
  color: #0065b7;
  text-align: left;
}
/* line 163, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  background-color: #f4f7f5;
}
@media (max-width: 768px) {
  /* line 163, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
  }
}
/* line 174, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning1 {
  background-color: #fbf1d0;
  border: 1px solid #f2d7bb;
  margin: 0;
  margin-top: 12px;
  padding: 15px 14px;
}
/* line 180, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning1 .info-warning p {
  font-family: "Arial";
  font-size: 0.85em;
  color: #434a58;
  line-height: 1.4;
  padding-top: 2px;
  margin-bottom: 0;
}
/* line 188, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning1 .modal-buttons {
  text-align: center;
}
/* line 190, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning1 .modal-buttons button {
  font-size: 1em;
  padding: 3px 10px;
  white-space: normal;
}
/* line 197, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning2 {
  background-color: #dffafe;
  border: 1px solid #d0e5eb;
  margin: 19px 9px 0 9px;
  padding: 15px 14px;
}
/* line 202, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-content .block-warning2 .info-warning p {
  line-height: 1.4;
  padding-top: 2px;
  margin-left: 30px;
}
/* line 209, ../../../assets/scss/partials/modals/_modals.scss */
.modal .background-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  margin: 10px;
  border: 1px solid #dbdcdf;
}
@media (max-width: 768px) {
  /* line 209, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .background-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
  }
}
/* line 221, ../../../assets/scss/partials/modals/_modals.scss */
.modal .background-content.modal-error .close-icon {
  top: 10px;
}
@media (max-width: 768px) {
  /* line 221, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .background-content.modal-error .close-icon {
    top: 0;
  }
}
/* line 227, ../../../assets/scss/partials/modals/_modals.scss */
.modal .background-content.modal-error .modal-body {
  margin: 30px;
}
/* line 233, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-body ul,
.modal .modal-body li,
.modal .modal-body p {
  font-family: "Benton Sans BBVA Book", sans-serif;
  color: #71777f;
  margin-bottom: 14px;
}
/* line 240, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-body li {
  margin-bottom: 14px;
}
/* line 243, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-body .bbva-example {
  margin: 0 15px;
}
/* line 245, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-body .bbva-example img {
  width: 100%;
}
/* line 250, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  margin: 20px 17px;
  padding: 0;
}
/* line 255, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header.mgt-0,
.modal .modal-body.mgt-0,
.modal .modal-footer.mgt-0 {
  margin-top: 0;
}
/* line 258, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header.mgt-40,
.modal .modal-body.mgt-40,
.modal .modal-footer.mgt-40 {
  margin-top: 40px;
}
/* line 261, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header.mgt-15,
.modal .modal-body.mgt-15,
.modal .modal-footer.mgt-15 {
  margin-top: 15px;
}
/* line 264, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header.mg-sides-none,
.modal .modal-body.mg-sides-none,
.modal .modal-footer.mg-sides-none {
  margin-left: 0;
  margin-right: 0;
}
/* line 269, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-header {
  border: 0;
  margin-top: 12px;
}
@media (max-width: 768px) {
  /* line 269, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-header {
    padding-top: 12px;
    margin-top: 0;
  }
}
/* line 277, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer {
  padding-top: 6px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  /* line 277, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-footer {
    padding: 0 15px;
  }
}
/* line 281, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.cancel-wizard {
  border-top: 1px solid #d5e2ee;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 19px;
}
/* line 286, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.cancel-wizard button {
  background: #0079c1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00559d 100%);
  font-size: 1em;
  margin-top: 10px;
  padding: 7px 13px;
}
/* line 292, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.cancel-wizard button:hover {
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjliMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTU5ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0069b1), color-stop(100%, #00559d));
  background-image: -moz-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: -webkit-linear-gradient(top, #0069b1 0%, #00559d 100%);
  background-image: linear-gradient(to bottom, #0069b1 0%, #00559d 100%);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* line 299, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer hr {
  display: inline-block;
  height: 1px;
  width: 100%;
  margin-top: 11px;
  border-top: 1px solid #D5E2EE;
  border-bottom: 3px solid #F4F7F5;
}
/* line 307, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.center {
  text-align: center;
}
/* line 311, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.button-bar {
  text-align: center;
  padding: 15px 10px 0 10px;
  border-top: 1px solid #dbdcdf;
  -webkit-box-shadow: 0 -2px 0 #f4f7f5;
  box-shadow: 0 -2px 0 #f4f7f5;
}
/* line 317, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.button-bar .btn-default {
  font-size: 13px;
  padding: 12px 15px;
}
/* line 320, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.button-bar .btn-default:focus {
  color: white;
}
/* line 323, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.button-bar .btn-default.updateAccessMethodCancelButton, .modal .modal-footer.button-bar .btn-default.updateAccessMethodSubmitButton, .modal .modal-footer.button-bar .btn-default.updateAccessKeyCancelButton, .modal .modal-footer.button-bar .btn-default.updateAccessKeySubmitButton {
  padding: 12px 14px;
  letter-spacing: 0.040em;
}
/* line 330, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer.button-bar .btn-default.updateAccessMethodSubmitButton, .modal .modal-footer.button-bar .btn-default.updateAccessKeySubmitButton {
  margin-left: 15px;
}
@media (max-width: 479px) {
  /* line 336, ../../../assets/scss/partials/modals/_modals.scss */
  .modal .modal-footer.button-bar .btn {
    margin: 10px 10px;
    float: none;
  }
}
/* line 344, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-body-border {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
/* line 349, ../../../assets/scss/partials/modals/_modals.scss */
.modal .modal-footer-border {
  border-top: 1px solid #e5e5e5;
  margin-top: 0;
}

/* line 355, ../../../assets/scss/partials/modals/_modals.scss */
.separator {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0;
  width: 100%;
  margin-top: 22px;
  -webkit-box-shadow: #e5e5e5 2px 3px 4px;
  box-shadow: #e5e5e5 2px 3px 4px;
}

/* line 363, ../../../assets/scss/partials/modals/_modals.scss */
.group-separation {
  margin-bottom: 15px;
}

/* line 1, ../../../assets/scss/partials/modals/_modal-register.scss */
.modal-footer {
  border-top: none;
}
/* line 3, ../../../assets/scss/partials/modals/_modal-register.scss */
.modal-footer label.left {
  float: left;
}
/* line 5, ../../../assets/scss/partials/modals/_modal-register.scss */
.modal-footer label.left input {
  margin-right: 5px;
}
/* line 9, ../../../assets/scss/partials/modals/_modal-register.scss */
.modal-footer .checkbox-label {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 26px;
  width: 100%;
  -webkit-box-shadow: 0 2px 3px -2px gainsboro;
  box-shadow: 0 2px 3px -2px gainsboro;
}
/* line 16, ../../../assets/scss/partials/modals/_modal-register.scss */
.modal-footer .btn {
  margin-top: 0px;
}

/* line 22, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .info-blue {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 40px 0 0 0;
}
/* line 27, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .registerModal input[type="radio"] + label {
  background-position: 15px 7px;
}
/* line 31, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .modal-footer.registerModal {
  margin: 0 20px 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: -9px -11px 3px -11px gainsboro;
  box-shadow: -9px -11px 3px -11px gainsboro;
}
@media (max-width: 479px) {
  /* line 31, ../../../assets/scss/partials/modals/_modal-register.scss */
  .step1 .modal-footer.registerModal {
    margin: 0 5px 20px;
  }
}
/* line 39, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .modal-footer.registerModal button {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 44, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .modal-footer.registerModal button.prev {
  padding-left: 10px;
  padding-right: 12px;
}
/* line 48, ../../../assets/scss/partials/modals/_modal-register.scss */
.step1 .modal-footer.registerModal button.next {
  padding-left: 12px;
  padding-right: 10px;
}

/* line 57, ../../../assets/scss/partials/modals/_modal-register.scss */
.step0 .modal-footer.registerModal {
  margin-top: 30px;
  -webkit-box-shadow: 0 -10px 0 -10px gainsboro;
  -moz-box-shadow: 0 -10px 0 -10px gainsboro;
  box-shadow: 0 -10px 0 -10px gainsboro;
}

/* line 66, ../../../assets/scss/partials/modals/_modal-register.scss */
.registerModal .block-error {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 70, ../../../assets/scss/partials/modals/_modal-register.scss */
.registerModal .block-error .error-icon-container {
  width: auto;
  padding: 7px 33px;
  margin-right: 19px;
}
@media (max-width: 768px) {
  /* line 76, ../../../assets/scss/partials/modals/_modal-register.scss */
  .registerModal .block-error .error-icon-container {
    padding: 7px 20px;
  }
  /* line 79, ../../../assets/scss/partials/modals/_modal-register.scss */
  .registerModal .block-error .error-text-container {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  /* line 84, ../../../assets/scss/partials/modals/_modal-register.scss */
  .registerModal .block-error .error-text-container {
    padding-right: 0;
  }
}




.recoverKeyModal .block-error {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
}

.recoverKeyModal .block-error .error-icon-container {
  width: auto;
  padding: 7px 33px;
  margin-right: 19px;
}
@media (max-width: 768px) {
  .recoverKeyModal .block-error .error-icon-container {
    padding: 7px 20px;
  }
  .recoverKeyModal .block-error .error-text-container {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .recoverKeyModal .block-error .error-text-container {
    padding-right: 0;
  }
}





.bloqueError h2 {
  color: #0065b7;
  margin: 0;
  font-size: 1.15em;
  font-family: "BBVA Web Book", Arial, sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5e2ee;
  margin-bottom: 30px;
  border-bottom: 0;
    margin-bottom: 5px;
}

.bloqueError .block-error {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
}
.bloqueError .block-error .error-icon-container {
  width: auto;
  padding: 7px 20px;
  margin-right: 19px;
}
@media (max-width: 768px) {
  .bloqueError .block-error .error-icon-container {
    padding: 7px 20px;
  }
  .bloqueError .block-error .error-text-container {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .bloqueError .block-error .error-text-container {
    padding-right: 0;
  }
}



/* line 2, ../../../assets/scss/partials/modals/_token.scss */
.token .control-label {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
/* line 6, ../../../assets/scss/partials/modals/_token.scss */
.token input {
  margin-bottom: 5px;
}
/* line 9, ../../../assets/scss/partials/modals/_token.scss */
.token .info-text {
  font-family: "Arial";
  font-size: 0.9em;
}
/* line 13, ../../../assets/scss/partials/modals/_token.scss */
.token .input-left {
  margin-top: 12px;
}
/* line 15, ../../../assets/scss/partials/modals/_token.scss */
.token .input-left .form-group {
  margin-bottom: 5px;
}
/* line 19, ../../../assets/scss/partials/modals/_token.scss */
.token .modal-body-border {
  padding-bottom: 20px;
}
/* line 22, ../../../assets/scss/partials/modals/_token.scss */
.token .btn-default {
  margin-bottom: 10px;
}

/* line 27, ../../../assets/scss/partials/modals/_token.scss */
.input-left, .bck-aux {
  float: left;
  width: 50%;
}
/* line 30, ../../../assets/scss/partials/modals/_token.scss */
.input-left .input-control, .bck-aux .input-control {
  padding: 0;
}

/* line 35, ../../../assets/scss/partials/modals/_token.scss */
.bck-token {
  background: url("/images/images_pensiones/modal/key-token.png") no-repeat;
  min-width: 108px;
  min-height: 129px;
}

/* line 41, ../../../assets/scss/partials/modals/_token.scss */
.bck-aux {
  background-position: center;
  width: 50%;
}
@media (min-width: 769px) {
  /* line 41, ../../../assets/scss/partials/modals/_token.scss */
  .bck-aux {
    background-position: right 95px center;
  }
}

@media (max-width: 479px) {
  /* line 50, ../../../assets/scss/partials/modals/_token.scss */
  .input-left {
    width: 60%;
  }

  /* line 53, ../../../assets/scss/partials/modals/_token.scss */
  .bck-aux {
    width: 40%;
  }
}
@media (max-width: 375px) {
  /* line 59, ../../../assets/scss/partials/modals/_token.scss */
  .input-left {
    width: 100%;
  }

  /* line 62, ../../../assets/scss/partials/modals/_token.scss */
  .bck-aux {
    width: 100%;
  }
}
/* line 1, ../../../assets/scss/partials/modals/_secure-card.scss */
.bck-securecard {
  background: url("/images/images_pensiones/modal/card-secure.png ") no-repeat;
  min-width: 127px;
  min-height: 80px;
  background-position: center;
}
@media (min-width: 769px) {
  /* line 1, ../../../assets/scss/partials/modals/_secure-card.scss */
  .bck-securecard {
    background-position: right 102px center;
  }
}

/* line 12, ../../../assets/scss/partials/modals/_secure-card.scss */
.form-image .control-label {
  margin-bottom: 20px;
}
/* line 15, ../../../assets/scss/partials/modals/_secure-card.scss */
.form-image .form-group {
  margin-bottom: 10px;
}
/* line 18, ../../../assets/scss/partials/modals/_secure-card.scss */
.form-image .info-text {
  padding-left: 0;
}

/* line 1, ../../../assets/scss/partials/table/_table-tabs.scss */
.touchscreen .table-quiero .select-tab-quiero {
  display: block;
}

/* line 5, ../../../assets/scss/partials/table/_table-tabs.scss */
.table-quiero tbody tr:hover .select-tab-quiero {
  display: block;
}

/* line 9, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero {
  position: absolute;
  top: 15px;
  right: 0px;
  width: 70px;
  display: none;
}
/* line 15, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero.line-separed {
  border-top: 1px solid #d1d1d1;
}
/* line 18, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  width: 100%;
  height: 35px;
  padding: 5px;
}
/* line 26, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero button:focus {
  outline: none;
}
/* line 29, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero button .btnText {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfdfd), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(top, #fcfdfd 0%, #f5f7f8 100%);
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #f5f7f8 100%);
  background: linear-gradient(to bottom, #fcfdfd 0%, #f5f7f8 100%);
  display: block;
  width: 100%;
  text-align: left;
  background: #fcfdfd;
  font-family: "Arial";
  font-size: 11px;
  color: #0092DF;
  padding: 5px;
}
/* line 40, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero button .caret {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 0;
  background: url(/images/images_pensiones/quiero-plegado.png) no-repeat center center;
}
/* line 50, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu {
  display: none;
  position: relative;
  box-shadow: none;
  z-index: 1;
  border: inherit;
  width: 250px;
  height: auto;
  top: 0;
  right: 0;
}
/* line 60, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu ul {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfdfd), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(top, #fcfdfd 0%, #f5f7f8 100%);
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #f5f7f8 100%);
  background: linear-gradient(to bottom, #fcfdfd 0%, #f5f7f8 100%);
  padding: 5px 5px 0;
  margin: 0;
}
/* line 65, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu li {
  list-style: none;
  border: 1px solid transparent;
}
/* line 68, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu li:hover {
  border-color: #D1E5EB;
  background-color: #dff6fc;
}
/* line 72, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu li a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #0066BA;
  padding: 10px;
  font-family: "Arial";
  font-size: 12px;
}
/* line 81, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero .toggle-menu .border {
  width: 100%;
  display: inline-block;
  border: 1px solid #D1E5EB;
  background-color: #ffffff;
  padding: 5px;
  margin-top: -1px;
}
/* line 91, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero.open .quiero {
  width: 250px;
  float: right;
  -webkit-box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.175);
}
/* line 96, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero.open button {
  position: relative;
  float: right;
  width: 70px;
  z-index: 2;
  height: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 104, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero.open button .btnText {
  color: #797f85;
  position: relative;
  padding-bottom: 10px;
}
/* line 109, ../../../assets/scss/partials/table/_table-tabs.scss */
.select-tab-quiero.open button .caret {
  background: url(/images/images_pensiones/quiero-desplegado.png) no-repeat center center;
}

/* line 1, ../../../assets/scss/partials/table/_chart.scss */
.chart-table {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 7, ../../../assets/scss/partials/table/_chart.scss */
.tables-header {
  background-color: #f0f2ef;
  border-bottom: 1px solid #dcdcdc;
  min-height: 50px;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7f8 100%);
}
/* line 14, ../../../assets/scss/partials/table/_chart.scss */
.tables-header h4 {
  font-family: BBVA Web Book;
  padding: 15px 20px;
  font-size: 18px;
  color: #434A58;
  margin: 0;
}
/* line 20, ../../../assets/scss/partials/table/_chart.scss */
.tables-header h4 span {
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 0.9em;
}
/* line 25, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn-group {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 29, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn-group .btn {
  z-index: initial;
}
/* line 33, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn {
  background: #0079c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 9px 2px 8px;
  border: 1px solid #00559D;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-shadow: none;
  font: 12px/24px "BBVA Web Medium", arial, sans-serif;
}
/* line 45, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn.primary {
  border: 1px solid #d5e2ee;
  color: #0073c9;
}
/* line 49, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn.primary.primary:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #B6CEEA;
  color: #003F8C;
}
/* line 57, ../../../assets/scss/partials/table/_chart.scss */
.tables-header .btn:hover, .tables-header .btn:focus {
  background: #0069b1;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #003C6F;
  color: #FFF;
}

/* line 69, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer ul {
  margin: 0;
  padding: 0;
}
/* line 73, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li {
  display: block;
  min-height: 50px;
  border-top: 1px solid #DDE3EA;
  background-color: #F3F5F7;
  border-radius: 0 0 4px 4px;
  text-align: center;
  padding: 14px 40px 14px 5px;
  cursor: pointer;
}
/* line 82, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li a {
  margin-left: 10px;
  float: left;
  color: #434a58;
  font-family: "Arial";
}
/* line 87, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li a:hover {
  color: #434a58;
}
/* line 91, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li span {
  color: #0065b7;
  float: right;
  font-weight: bold;
}
/* line 96, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li:hover {
  background-color: #d6f4fc;
}
/* line 99, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer li .importe-situacion {
  font-family: "Arial";
  font-weight: bold;
  font-size: 1.1em;
}
/* line 105, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer span.icon-info-blue {
  background-image: url(/images/images_pensiones/icons/info-blue.png);
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 16px 16px;
  height: 16px;
  width: 26px;
  position: relative;
  top: 2px;
  float: left;
}
/* line 116, ../../../assets/scss/partials/table/_chart.scss */
.tables-footer span.icon-link {
  background-image: url(/images/images_pensiones/icons/info-blue.png);
  background-repeat: no-repeat;
  background-position: 2px 0;
  background-size: 16px 16px;
  height: 16px;
  width: 26px;
  position: relative;
  top: 2px;
  float: left;
}

/* line 130, ../../../assets/scss/partials/table/_chart.scss */
.chart .content-chart, .chart .content-activos, .chart .content-financiacion {
  background-image: url(/images/images_pensiones/chart.png);
  background-size: 300px 190px;
  max-width: 300px;
  max-height: 190px;
  width: 100%;
  height: 190px;
}

/* line 1, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume {
  padding: 0;
  text-align: right;
}
/* line 4, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume li {
  list-style: none;
}
/* line 6, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume li .balance {
  color: #0065b7;
  font-family: "Arial";
  font-weight: bold;
  font-size: 1.55em;
}
/* line 12, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume li .labeltx-info, .balance-resume li .text-info {
  color: #71777f;
}
/* line 15, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume li .labeltx-info {
  font-family: "Arial";
  margin-right: 7px;
  font-size: 1.1em;
}
/* line 20, ../../../assets/scss/partials/table/_balance-resume.scss */
.balance-resume li .text-info {
  font-family: "Arial";
  font-size: 0.8em;
}

/* line 1, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links {
  border: 1px solid #dde3ea;
  border-radius: 4px;
  background-color: white;
  clear: both;
  margin-bottom: 20px;
}
/* line 9, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated header .badge {
  display: inline-block;
}
/* line 12, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated header span {
  background-color: #cc0966;
  font-weight: normal;
  margin: 10px;
}
/* line 18, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated .tooltip-help {
  display: inline-block;
  margin-right: 10px;
}
/* line 22, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated .dateText {
  display: block;
  font-weight: lighter;
  margin-left: 25px;
}
/* line 27, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated .warning {
  background-color: #fbf4f4;
  color: #ca0161;
}
/* line 31, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated footer {
  background-color: #f3f5f7;
  border-top: 1px solid #dde3ea;
  border-radius: 0 0 4px 4px;
  display: block;
  height: 40px;
  text-align: center;
}
/* line 38, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links.dated footer .btn {
  color: white;
  font-size: 0.875em;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 120px;
}
/* line 47, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links header {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f5f8f8));
  background-image: -moz-linear-gradient(#fefefe 0%, #f5f8f8 100%);
  background-image: -webkit-linear-gradient(#fefefe 0%, #f5f8f8 100%);
  background-image: linear-gradient(#fefefe 0%, #f5f8f8 100%);
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #dde3ea;
}
/* line 51, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links header h1 {
  color: #333333;
  font-size: 1.3em;
  line-height: 30px;
  margin: 10px 0 10px 20px;
}
/* line 58, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links ul {
  background-color: white;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 64, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links ul li a {
  border-bottom: 1px solid #eeeeee;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  padding: 10px 20px;
}
/* line 70, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links ul li a.mini-triangled {
  padding-right: 38px;
}
/* line 73, ../../../assets/scss/partials/aside/_alertsAndNews.scss */
.links ul li a:hover {
  background-color: #e0f6fc;
}

/* line 1, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.separated {
  background-color: #f3f5f7;
  padding: 10px;
}
/* line 4, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.separated ul {
  background-color: #f3f5f7;
}
/* line 6, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.separated ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f8f8));
  background-image: -moz-linear-gradient(#ffffff 0%, #f5f8f8 100%);
  background-image: -webkit-linear-gradient(#ffffff 0%, #f5f8f8 100%);
  background-image: linear-gradient(#ffffff 0%, #f5f8f8 100%);
  background-color: white;
  border-radius: 4px;
  border: 1px solid #dde3ea;
  margin: 10px;
}
/* line 12, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.separated ul li a {
  border-bottom: 0;
  min-height: 0;
  padding-left: 20px;
  font-size: 0.99em;
}
/* line 20, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.separated [class*=icon] {
  display: inline-block;
  margin-right: 10px;
}

/* line 26, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.triangled ul li a {
  background: url(/images/images_pensiones/link-bg-triangled.png) no-repeat top 50% right 20px;
  padding: 11.5px 40px 11.5px 20px;
}
/* line 29, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.triangled ul li a:hover {
  background: #e0f6fc url(/images/images_pensiones/link-bg-triangled-hover.png) no-repeat top 50% right 20px;
}
/* line 31, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.triangled ul li a:hover span.badge-icon {
  display: inline-block;
}
/* line 35, ../../../assets/scss/partials/aside/_linksPanel.scss */
.links.triangled ul li a span.badge-icon {
  display: none;
  margin-right: 15px;
  float: right;
  padding-top: 2px;
  font-size: 0.875em;
}

/* line 1, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable {
  position: relative;
}
/* line 4, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable header h1 {
  font-size: 1.15em;
  margin: 0 0 10px 10px;
}
/* line 8, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable header span {
  background-color: transparent;
}
/* line 10, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable header span.star-blue, .links.favoritas.dated.editable header span.edit-gray {
  position: relative;
  top: 11.5px;
  vertical-align: top;
}
/* line 15, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable header span.tooltip-help {
  top: 12px;
}
/* line 21, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable ul li a {
  border-bottom: 1px solid #dde3ea;
  padding-right: 20px;
}
/* line 24, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable ul li a .dateText {
  color: #71777f;
  font-size: 0.875em;
  margin-left: 0;
}
/* line 29, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable ul li a .arrow {
  display: inline;
  height: 5px;
  width: 8px;
}
/* line 36, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable footer {
  border-top: 0;
  padding: 10px;
}
/* line 39, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable footer p {
  color: #333333;
  cursor: pointer;
  font-size: 0.875em;
  margin: 0;
  text-decoration: none;
  text-align: center;
}
/* line 46, ../../../assets/scss/partials/aside/_preferredOperations.scss */
.links.favoritas.dated.editable footer p.seeMore::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\00BB";
  display: inline-block;
  font-size: 16px;
  margin-left: 2px;
}

/* line 1, ../../../assets/scss/partials/tabs/_tabs.scss */
.title-aux {
  float: left;
  display: inline;
  font-size: 30px;
  padding-left: 10px;
  margin: 10px 0 20px;
  color: #0078d2;
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-weight: normal;
  line-height: 25px;
  padding-top: 20px;
  width: 40%;
}
@media (max-width: 768px) {
  /* line 1, ../../../assets/scss/partials/tabs/_tabs.scss */
  .title-aux {
    width: 81%;
  }
}

/* line 18, ../../../assets/scss/partials/tabs/_tabs.scss */
.separador {
  margin: 0;
  border-top: 1px solid #d1d1d1;
  box-shadow: 0 1px 2px #dfdfdf;
}
@media (max-width: 768px) {
  /* line 18, ../../../assets/scss/partials/tabs/_tabs.scss */
  .separador {
    margin-top: 2px;
  }
}

/* line 27, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs {
  position: relative;
  margin: 36px 0 0 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 0;
  width: 90%;
}
/* line 35, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs li {
  margin-bottom: -3px;
}
/* line 38, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  background-color: #fff;
  border-color: #eee #eee transparent;
  margin-right: 10px;
  color: #999fa3;
  text-align: center;
}
/* line 47, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs li > a:hover {
  background-color: #fff;
  border-bottom: none;
}

/* line 54, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs > li.active > a {
  padding-bottom: 10px;
  background-color: #FFF;
  color: #0078d2;
  border-color: #d1d1d1;
  border-bottom: medium none;
  box-shadow: 0 3px #f8f8f5 inset,0 5px 0 -1px #fff;
}
/* line 61, ../../../assets/scss/partials/tabs/_tabs.scss */
.nav-tabs > li.active > a:hover {
  color: #0078d2;
  border-bottom: none;
}

/* line 67, ../../../assets/scss/partials/tabs/_tabs.scss */
.tab-content {
  margin: 0 auto;
}

/* line 71, ../../../assets/scss/partials/tabs/_tabs.scss */
.tab-pane {
  padding: 30px 0 20px;
}

/* line 75, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons {
  display: inline;
  float: right;
  margin-top: 35px;
}
/* line 79, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons .gray {
  margin-left: 5px;
  background: url("/images/images_pensiones/sprite-gray-x16.png") no-repeat scroll left top transparent;
}
/* line 82, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons .gray.l01-pdf {
  background-position: -396px -528px;
}
/* line 85, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons .gray.m07-correspondenciavirtual {
  background-position: -462px -528px;
}
/* line 88, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons .gray.n01-imprimir {
  background-position: -462px -1188px;
}
/* line 91, ../../../assets/scss/partials/tabs/_tabs.scss */
.utility-icons .gray.list-icon-folder {
  background-position: -462px -1254px;
  height: 21px;
}

/* line 2, ../../../assets/scss/partials/tabs/_tab-config.scss */
.tab-config .control-label {
  font-family: "BBVA Web Light";
  text-align: left;
  font-size: 1.25em;
  color: #0078d2;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 10, ../../../assets/scss/partials/tabs/_tab-config.scss */
.tab-config .form-success {
  display: none;
}

/* line 15, ../../../assets/scss/partials/tabs/_tab-config.scss */
.quiero-header .tab-data.tab-config {
  padding-top: 30px;
}

/* line 1, ../../../assets/scss/partials/admin/_admin.scss */
table.table-simple.table-plan-selection tbody td {
  padding: 15px 10px;
}

/* line 5, ../../../assets/scss/partials/admin/_admin.scss */
.container-selected {
  margin-left: 0;
  margin-right: 0;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-selected:before, .container-selected:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-selected:after {
  clear: both;
}

/* line 9, ../../../assets/scss/partials/admin/_admin.scss */
.block-search {
  position: relative;
}
/* line 11, ../../../assets/scss/partials/admin/_admin.scss */
.block-search ul {
  list-style: none;
  padding-left: 0;
}
/* line 14, ../../../assets/scss/partials/admin/_admin.scss */
.block-search ul li {
  border: 1px solid #d5e2ee;
  border-top: 0;
  color: #0065b7;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0 10px;
}
/* line 22, ../../../assets/scss/partials/admin/_admin.scss */
.block-search ul a {
  display: block;
  background: url("/images/images_pensiones/arrow-blue-smaller.png") no-repeat center right;
  padding-top: 6px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  /* line 22, ../../../assets/scss/partials/admin/_admin.scss */
  .block-search ul a {
    background: none;
    padding-top: 11px;
    padding-bottom: 10px;
  }
}
/* line 34, ../../../assets/scss/partials/admin/_admin.scss */
.block-search .block-search-menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: white;
}

/* line 43, ../../../assets/scss/partials/admin/_admin.scss */
.block-search-btn {
  margin-left: 0;
  margin-right: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f7f8);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7f8 100%);
  border: 1px solid #d5e2ee;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.block-search-btn:before, .block-search-btn:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.block-search-btn:after {
  clear: both;
}
/* line 49, ../../../assets/scss/partials/admin/_admin.scss */
.block-search-btn .icon-block-search {
  display: block;
  width: 32px;
  height: 28px;
  float: left;
  background: url("/images/images_pensiones/icons/icon_inquiries-active_desktop.png") no-repeat center center;
  border-right: 1px solid #d5e2ee;
}
/* line 57, ../../../assets/scss/partials/admin/_admin.scss */
.block-search-btn .text-block-search {
  display: block;
  float: left;
  color: #0065b7;
  font-size: 0.85em;
  font-weight: bold;
  padding: 6px 25px 5px 10px;
}
@media (max-width: 768px) {
  /* line 66, ../../../assets/scss/partials/admin/_admin.scss */
  .block-search-btn .icon-block-search {
    height: 38px;
  }
  /* line 69, ../../../assets/scss/partials/admin/_admin.scss */
  .block-search-btn .text-block-search {
    padding: 11px 25px 10px 10px;
  }
}

@media (min-width: 769px) {
  /* line 77, ../../../assets/scss/partials/admin/_admin.scss */
  .client-selected .option-dni .input-control {
    max-width: 211px;
  }
}
/* line 81, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .option-dni .input-control {
  float: right;
  width: 100%;
}
/* line 85, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected ul.radio-group {
  padding: 0;
  list-style: none;
}
/* line 89, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .control-label {
  color: #434a58;
}
/* line 93, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .data-result .dataClient {
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 1.25em;
  color: #0065b7;
}
/* line 98, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .data-result .infoClient {
  position: relative;
  font-family: "Arial";
  font-size: 1em;
  color: #0065b7;
}
/* line 103, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .data-result .infoClient .title {
  position: absolute;
}
/* line 107, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .data-result .infoClient.infoPlan .textInfoClient, .client-selected .data-result .infoClient.infoNif .textInfoClient {
  margin-left: 35px;
  font-weight: bold;
  display: inline-block;
}
/* line 114, ../../../assets/scss/partials/admin/_admin.scss */
.client-selected .data-result .clientAccountsRadio {
  font-family: "Arial";
  font-size: 0.85em;
  color: #0065b7;
  padding-top: 2px;
}

@media (max-width: 768px) {
  /* line 124, ../../../assets/scss/partials/admin/_admin.scss */
  .filter-duplicates header {
    margin-bottom: 20px;
  }
}
/* line 129, ../../../assets/scss/partials/admin/_admin.scss */
.filter-duplicates .filter-table-title {
  font-family: "Arial";
  font-size: 0.85em;
  font-weight: bold;
  color: #434a58;
}
@media (max-width: 768px) {
  /* line 129, ../../../assets/scss/partials/admin/_admin.scss */
  .filter-duplicates .filter-table-title {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  /* line 142, ../../../assets/scss/partials/admin/_admin.scss */
  .client-selected .account-form {
    padding-right: 0;
  }
}
/* line 148, ../../../assets/scss/partials/admin/_admin.scss */
.filter-form .form-center-modal {
  max-width: 375px;
  margin: 0 auto;
}

/* line 2, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs {
  margin: 0;
  width: 100%;
}
/* line 6, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.general-info {
  width: 106px;
}
/* line 8, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.general-info a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 13, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.profitability-evolution {
  width: 113px;
}
/* line 15, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.profitability-evolution a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 20, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.documentation {
  width: 127px;
}
/* line 22, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.documentation a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 27, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.wallet {
  width: 76px;
}
/* line 29, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.wallet a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 34, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.manager-comments {
  width: 129px;
}
/* line 36, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.manager-comments a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 41, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.data {
  width: 65px;
}
/* line 43, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.data a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 48, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li a {
  font-size: 0.85em;
  margin-right: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid gainsboro;
  border-bottom: none;
  background-color: #f4f7f5;
  color: #99a0a3;
}
/* line 59, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist ul.nav.nav-tabs li.active a {
  background-color: white;
  color: #0065ac;
  box-shadow: 0 3px white inset,0 5px 0 -1px white;
}
/* line 67, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.tab-content {
  margin-top: 3px;
  margin-right: 11px;
  border: 1px solid gainsboro;
  border-top-right-radius: 4px;
  padding: 15px;
}
/* line 73, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.tab-content .tab-pane {
  padding: 0;
}
/* line 77, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default {
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: gainsboro;
}
/* line 84, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default:first-child {
  border-top: 1px solid gainsboro;
}
/* line 87, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-heading {
  padding: 0;
}
/* line 89, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-heading h4 {
  padding: 10px 20px;
  background-color: #f5f7f8;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(#ffffff, #f5f7f8);
  background: -webkit-linear-gradient(#ffffff, #f5f7f8);
  background: linear-gradient(#ffffff, #f5f7f8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f7f8);
}
/* line 94, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-heading h4 a {
  display: block;
  font-size: 14px;
  color: #0065B7;
  font-family: BBVA Web Medium;
  background: url("/images/images_pensiones/arrow-up-blue-big.png") no-repeat right;
  background-size: 16px;
}
/* line 101, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-heading h4 a.collapsed {
  background: url("/images/images_pensiones/arrow-down-blue-disabled-big.png") no-repeat right;
  background-size: 16px;
}
/* line 108, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-body {
  padding: 15px 20px;
}
/* line 110, ../../../assets/scss/partials/admin/plans-management/_accordionTablist.scss */
.accordion-tablist div.panel-default .panel-body.pd-0 {
  padding: 20px 0 0 0;
}

/* line 2, ../../../assets/scss/partials/admin/plans-management/_plans-section.scss */
.plans-section h1, .plans-section h2 {
  margin: 0;
  font-size: 1.15em;
  padding: 15px 12px;
  border-bottom: 1px solid gainsboro;
  letter-spacing: -0.020em;
}

/* line 11, ../../../assets/scss/partials/admin/plans-management/_plans-section.scss */
.header-link {
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 12px;
  border-bottom: 1px solid gainsboro;
}
/* line 16, ../../../assets/scss/partials/admin/plans-management/_plans-section.scss */
.header-link h1 {
  padding: 0;
  border-bottom: 0;
  float: left;
}
/* line 21, ../../../assets/scss/partials/admin/plans-management/_plans-section.scss */
.header-link a {
  background-image: url(/images/images_pensiones/link-arrow-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
  font-size: 0.75em;
  float: right;
  margin-top: 2px;
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.dl-button-container {
  padding: 15px 22px;
}
/* line 2, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.dl-button-container button {
  margin-top: 8px;
}

/* line 9, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.plans-definition-list dl {
  margin-bottom: 0;
}
/* line 11, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.plans-definition-list dl dt, .plans-definition-list dl dd {
  display: inline;
  font-size: 0.85em;
}
/* line 15, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.plans-definition-list dl dt {
  color: #434a58;
}
/* line 18, ../../../assets/scss/partials/admin/plans-management/_plans-definition-list.scss */
.plans-definition-list dl dd {
  color: #0072c9;
  margin-left: 10px;
}

/* line 3, ../../../assets/scss/partials/admin/plans-management/_plans-description.scss */
.plans-comments h2,
.plans-description h2 {
  color: #0065b7;
}
/* line 6, ../../../assets/scss/partials/admin/plans-management/_plans-description.scss */
.plans-comments p,
.plans-description p {
  color: #434a58;
  font-size: 0.85em;
  padding: 15px 14px 0 14px;
  margin: 0;
  line-height: 1.80em;
}

/* line 15, ../../../assets/scss/partials/admin/plans-management/_plans-description.scss */
.plans-comments {
  border-bottom: 1px solid gainsboro;
}
/* line 17, ../../../assets/scss/partials/admin/plans-management/_plans-description.scss */
.plans-comments h2 {
  border-bottom: 0;
  padding: 15px 0;
  font-size: 1em;
}
/* line 22, ../../../assets/scss/partials/admin/plans-management/_plans-description.scss */
.plans-comments p {
  padding: 0 0 10px 0;
}

/* line 2, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie {
  position: relative;
  margin-bottom: 15px;
}
/* line 5, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-header {
  position: absolute;
  display: inline-block;
  width: 100%;
  padding: 7px 0 0 0;
}
@media (max-width: 768px) {
  /* line 5, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
  .graph.plans-file-wallet-pie .chart-header {
    display: inline-block;
    padding: 0;
    position: initial;
  }
}
/* line 15, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-header h2 {
  border-bottom: 0;
  padding: 8px 0 0 0;
  float: left;
  font-size: 1em;
}
/* line 21, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-header .type-selector {
  float: right;
}
/* line 25, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-lines {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
/* line 30, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend {
  border-top: 1px solid gainsboro;
  text-align: center;
  padding: 10px;
}
/* line 34, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 3px;
}
/* line 40, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul li {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  /* line 40, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
  .graph.plans-file-wallet-pie .chart-legend ul li {
    display: inline-block;
    margin: 0 10px;
  }
}
/* line 48, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul li span {
  font-size: 0.75em;
  color: #71777f;
  vertical-align: middle;
}
/* line 52, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul li span.chart-box {
  width: 15px;
  height: 15px;
  display: inline-block;
}
/* line 56, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul li span.chart-box.blue {
  background-color: #058DC7;
}
/* line 59, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .chart-legend ul li span.chart-box.green {
  background-color: #50B432;
}
/* line 67, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
.graph.plans-file-wallet-pie .type-selector {
  width: 150px;
}
@media (max-width: 768px) {
  /* line 67, ../../../assets/scss/partials/admin/plans-management/_graph.scss */
  .graph.plans-file-wallet-pie .type-selector {
    background-color: #f4f7f5;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 4px;
  }
}

/* line 2, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables hr {
  margin-bottom: 0;
}
/* line 6, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple th {
  text-transform: initial;
}
/* line 12, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple thead tr th.w-50 {
  width: 50%;
}
/* line 15, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple thead tr th.w-18 {
  width: 18%;
}
/* line 18, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple thead tr th.w-30 {
  width: 30%;
}
/* line 21, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple thead tr th.w-35 {
  width: 35%;
}
/* line 29, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple tbody tr.last {
  border-bottom: 0;
}
/* line 32, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple tbody tr td {
  padding: 20px 5px;
  text-align: center;
  color: #434a58;
  font-size: 0.85em;
}
/* line 37, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple tbody tr td.first {
  text-align: left;
}
/* line 40, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple tbody tr td .cell-label {
  font-size: 1em;
  color: #0072c9;
}
/* line 43, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple tbody tr td .cell-label.grey-darker {
  color: #434a58;
}
/* line 51, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple.text-left tbody td {
  text-align: left;
  padding: 20px 10px;
}
/* line 54, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .table-simple.text-left tbody td.first {
  padding-left: 20px;
}
@media (max-width: 768px) {
  /* line 61, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
  .plans-tables.button-table .tables-header {
    border-left: 0;
    border-right: 0;
  }
}
/* line 66, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables.button-table .tables-header h1 {
  padding: 0;
  border-bottom: 0;
}
/* line 73, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables.no-buttons-table h1 {
  color: #434a58;
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  padding-top: 0;
  margin: 0;
}
/* line 82, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions {
  padding: 18px 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 82, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
  .plans-tables .definitions {
    padding: 18px 0;
  }
}
/* line 88, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions .row, .plans-tables .definitions .log-menu ul, .log-menu .plans-tables .definitions ul, .plans-tables .definitions .mobile-menu-container, .plans-tables .definitions .input-control, .plans-tables .definitions .slider-container .slider-content .item, .slider-container .slider-content .plans-tables .definitions .item, .plans-tables .definitions .banner-select .form-group, .banner-select .plans-tables .definitions .form-group {
  padding: 0 15px;
}
/* line 90, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions .row dt, .plans-tables .definitions .log-menu ul dt, .log-menu .plans-tables .definitions ul dt, .plans-tables .definitions .mobile-menu-container dt, .plans-tables .definitions .input-control dt, .plans-tables .definitions .slider-container .slider-content .item dt, .slider-container .slider-content .plans-tables .definitions .item dt, .plans-tables .definitions .banner-select .form-group dt, .banner-select .plans-tables .definitions .form-group dt {
  width: 40%;
  padding-top: 0;
  padding-bottom: 5px;
}
/* line 95, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions .row dd, .plans-tables .definitions .log-menu ul dd, .log-menu .plans-tables .definitions ul dd, .plans-tables .definitions .mobile-menu-container dd, .plans-tables .definitions .input-control dd, .plans-tables .definitions .slider-container .slider-content .item dd, .slider-container .slider-content .plans-tables .definitions .item dd, .plans-tables .definitions .banner-select .form-group dd, .banner-select .plans-tables .definitions .form-group dd {
  width: 60%;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 5px;
}
/* line 101, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions .row dl, .plans-tables .definitions .log-menu ul dl, .log-menu .plans-tables .definitions ul dl, .plans-tables .definitions .mobile-menu-container dl, .plans-tables .definitions .input-control dl, .plans-tables .definitions .slider-container .slider-content .item dl, .slider-container .slider-content .plans-tables .definitions .item dl, .plans-tables .definitions .banner-select .form-group dl, .banner-select .plans-tables .definitions .form-group dl {
  border-bottom: 1px solid gainsboro;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 101, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
  .plans-tables .definitions .row dl, .plans-tables .definitions .log-menu ul dl, .log-menu .plans-tables .definitions ul dl, .plans-tables .definitions .mobile-menu-container dl, .plans-tables .definitions .input-control dl, .plans-tables .definitions .slider-container .slider-content .item dl, .slider-container .slider-content .plans-tables .definitions .item dl, .plans-tables .definitions .banner-select .form-group dl, .banner-select .plans-tables .definitions .form-group dl {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
/* line 110, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .definitions .row.last dl, .plans-tables .definitions .log-menu ul.last dl, .log-menu .plans-tables .definitions ul.last dl, .plans-tables .definitions .last.mobile-menu-container dl, .plans-tables .definitions .last.input-control dl, .plans-tables .definitions .slider-container .slider-content .last.item dl, .slider-container .slider-content .plans-tables .definitions .last.item dl, .plans-tables .definitions .banner-select .last.form-group dl, .banner-select .plans-tables .definitions .last.form-group dl {
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 118, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .more-info p {
  color: #434a58;
  font-size: 0.85em;
  padding: 15px 14px 0 14px;
  margin: 0;
  line-height: 1.80em;
}
/* line 126, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .info-data-table {
  padding: 15px;
  text-align: right;
  margin-bottom: 0;
  font-size: 0.85em;
  color: #71777f;
}
/* line 132, ../../../assets/scss/partials/admin/plans-management/_plans-tables.scss */
.plans-tables .info-data-table span {
  color: #0078d2;
  font-weight: bold;
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.language-selector-container {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
}
/* line 5, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.language-selector-container .language-selector {
  float: right;
}
/* line 7, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.language-selector-container .language-selector label {
  margin: 0;
  color: #666666;
  font-size: 0.85em;
  font-weight: normal;
  margin-right: 10px;
}
/* line 14, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.language-selector-container .language-selector label + div {
  display: inline-block;
  width: 170px;
}

/* line 21, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.documentation-list {
  list-style-type: none;
  padding: 14px 37px;
  margin: 0;
}
/* line 25, ../../../assets/scss/partials/admin/plans-management/_plans-documentation.scss */
.documentation-list li {
  margin: 5px 0;
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
.plans-date-selector {
  border: 1px solid gainsboro;
  display: inline-block;
  width: 100%;
  background-color: #f4f7f5;
  padding: 20px 5px;
}
/* line 7, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
.plans-date-selector label {
  float: left;
  color: #71777f;
  font-size: 0.85em;
  margin-bottom: 0;
  margin-top: 7px;
}
@media (max-width: 768px) {
  /* line 7, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
  .plans-date-selector label {
    float: none;
    display: block;
    margin-bottom: 7px;
    margin-top: 0;
  }
}
/* line 20, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
.plans-date-selector div.input-control {
  float: right;
  width: 160px;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 20, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
  .plans-date-selector div.input-control {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 29, ../../../assets/scss/partials/admin/plans-management/_plans-date-selector.scss */
  .plans-date-selector div.btn-container {
    text-align: center;
    margin-top: 15px;
  }
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination {
  text-align: center;
}
/* line 4, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f6f8f9);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f8f9));
  background: -moz-linear-gradient(#ffffff, #f6f8f9);
  background: -webkit-linear-gradient(#ffffff, #f6f8f9);
  background: linear-gradient(#ffffff, #f6f8f9);
}
/* line 11, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li.active, .plans-pagination .pagination li.active:hover {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #00539b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0079c1', endColorstr='#00539b',GradientType=0 );
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDUzOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNTM5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0079c1), color-stop(100%, #00539b));
  background-image: -moz-linear-gradient(top, #0079c1 0%, #00539b 100%);
  background-image: -webkit-linear-gradient(top, #0079c1 0%, #00539b 100%);
  background-image: linear-gradient(to bottom, #0079c1 0%, #00539b 100%);
}
/* line 18, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li.next {
  margin-right: 0;
  margin-left: 10px;
}
/* line 21, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li.next a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url(/images/images_pensiones/pagination-icon-right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 23px;
}
/* line 31, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li.prev {
  margin-right: 10px;
  margin-left: 0;
}
/* line 34, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li.prev a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/images_pensiones/pagination-icon-left.png);
  width: 19px;
  height: 23px;
}
/* line 44, ../../../assets/scss/partials/admin/plans-management/_plans-pagination.scss */
.plans-pagination .pagination li a, .plans-pagination .pagination li a:hover {
  border-radius: 4px;
  padding: 0.5px 5.5px;
  font-size: 0.85em;
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-weight: bold;
  background: transparent;
  margin: 0;
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel {
  padding: 0;
}
/* line 3, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index {
  padding: 10px 20px;
}
/* line 5, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index p {
  color: #666666;
  font-size: 0.85em;
  margin-bottom: 0;
}
/* line 10, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div {
  margin-top: 5px;
}
/* line 12, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div span {
  text-align: center;
  width: 16.6%;
  float: left;
  color: #666666;
  font-size: 0.85em;
}
/* line 19, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div.number-index {
  display: inline-block;
  width: 100%;
}
/* line 23, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div.color-index {
  display: block;
}
/* line 25, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div.color-index span {
  background-color: #cc0966;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjMDk2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyMDE0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc0966), color-stop(100%, #a2014d));
  background: -moz-linear-gradient(#cc0966, #a2014d);
  background: -webkit-linear-gradient(#cc0966, #a2014d);
  background: linear-gradient(#cc0966, #a2014d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc0966, endColorstr=#ad014d);
  height: 9px;
  border-right: 1px solid #bdc8d2;
}
/* line 31, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div.color-index span.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 35, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .progress-index div.color-index span.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 0;
}
/* line 44, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .definitions {
  padding: 0 20px;
}
@media (max-width: 768px) {
  /* line 44, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
  .plans-links-panel .definitions {
    padding: 0;
  }
}
/* line 49, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .definitions dl {
  border-bottom: 1px solid gainsboro;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  /* line 49, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
  .plans-links-panel .definitions dl {
    padding: 0 20px 5px 20px;
  }
}
/* line 58, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .definitions dl dt {
  width: 70%;
  padding-top: 0;
  font-weight: normal;
  color: #666666;
}
/* line 64, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .definitions dl dd {
  width: 30%;
  font-weight: bold;
  padding-top: 0;
}
@media (max-width: 479px) {
  /* line 70, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
  .plans-links-panel .definitions dl dt {
    width: 40%;
  }
  /* line 73, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
  .plans-links-panel .definitions dl dd {
    width: 60%;
  }
}
/* line 79, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
/* line 83, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date label {
  font-weight: normal;
  color: #666666;
  font-size: 0.85em;
  display: block;
}
/* line 89, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date input {
  width: 80%;
  float: left;
}
/* line 93, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date button {
  float: right;
}
/* line 95, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date button span {
  vertical-align: middle;
}
/* line 101, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .icon-arrow-down {
  background-image: url("/images/images_pensiones/ico-arrow-blue-down.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: 20px;
}
/* line 107, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer {
  background-color: #e2fafe;
  padding: 20px;
}
/* line 110, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer h1 {
  margin: 0;
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-size: 1.25em;
  color: #0065b7;
}
/* line 115, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer h1 span {
  vertical-align: middle;
}
/* line 119, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer .definitions {
  padding: 0;
}
/* line 121, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer .definitions dl {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
/* line 125, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer .definitions dl dt, .plans-links-panel .search-by-date-result .search-by-date-result-cotainer .definitions dl dd {
  color: #0065b7;
  font-size: 1em;
}
/* line 131, ../../../assets/scss/partials/admin/plans-management/_plans-links-panel.scss */
.plans-links-panel .search-by-date-result .search-by-date-result-cotainer .button-close-container {
  text-align: center;
}

/* line 1, ../../../assets/scss/partials/admin/plans-management/_plans-wallet.scss */
.plans-wallet-header {
  background: #fefefe;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#fefefe, endColorstr=#f5f8f8);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f5f8f8));
  background-image: -moz-linear-gradient(#fefefe 0%, #f5f8f8 100%);
  background-image: -webkit-linear-gradient(#fefefe 0%, #f5f8f8 100%);
  background-image: linear-gradient(#fefefe 0%, #f5f8f8 100%);
  margin-bottom: 28px;
  border: 1px solid gainsboro;
  border-left: 0;
  border-right: 0;
}
/* line 9, ../../../assets/scss/partials/admin/plans-management/_plans-wallet.scss */
.plans-wallet-header h1 {
  padding: 10px;
  border: none;
  color: #333333;
  font-family: "BBVA Web Book";
  font-size: 1.25em;
  margin: 3px 0 00;
  letter-spacing: 0.050em;
  word-spacing: -0.10em;
}

/* line 2, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .header-content {
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 2, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .header-content {
    padding: 0 20px;
  }
}
/* line 8, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .header-content h1 {
  letter-spacing: 0.045em;
  margin-top: 7px;
}
@media (max-width: 768px) {
  /* line 8, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .header-content h1 {
    padding-left: 0;
  }
}
/* line 16, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .buttons-section {
  margin-top: 10px;
  padding: 0;
}
@media (max-width: 768px) {
  /* line 16, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .buttons-section {
    margin-top: 25px;
    margin-bottom: 18px;
  }
}
/* line 23, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .buttons-section h2 {
  font-family: "BBVA Web Book", Arial, sans-serif;
  color: black;
  font-size: 1.4em;
  padding-left: 9px;
  margin-top: 2px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  /* line 23, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .buttons-section h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 35, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .buttons-section nav {
  text-align: right;
  padding: 0;
}
@media (min-width: 769px) and (max-width: 940px) {
  /* line 40, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .buttons-section h2 {
    width: 50%;
  }
  /* line 43, ../../../assets/scss/partials/admin/_plans-management.scss */
  .admin-global-container .buttons-section nav {
    width: 50%;
  }
}
/* line 48, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container hr {
  margin-top: 0;
}
/* line 50, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container hr.mgt-15 {
  margin-top: 15px;
}
/* line 55, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs {
  margin: 0;
  width: 100%;
}
/* line 59, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.general-info {
  width: 106px;
}
/* line 61, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.general-info a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 66, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.profitability-evolution {
  width: 113px;
}
/* line 68, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.profitability-evolution a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 73, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.documentation {
  width: 127px;
}
/* line 75, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.documentation a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 80, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.wallet {
  width: 76px;
}
/* line 82, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.wallet a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 87, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.manager-comments {
  width: 129px;
}
/* line 89, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.manager-comments a {
  padding-top: 10px;
  padding-bottom: 4px;
}
/* line 94, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.data {
  width: 65px;
}
/* line 96, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.data a {
  padding-top: 18px;
  padding-bottom: 11px;
}
/* line 101, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li a {
  font-size: 0.85em;
  margin-right: 4px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid gainsboro;
  border-bottom: none;
  background-color: #f4f7f5;
  color: #99a0a3;
}
/* line 112, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container ul.nav.nav-tabs li.active a {
  background-color: white;
  color: #0065ac;
  box-shadow: 0 3px white inset,0 5px 0 -1px white;
}
/* line 120, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.tab-content {
  margin-top: 3px;
  margin-right: 11px;
  border: 1px solid gainsboro;
  border-top-right-radius: 4px;
  padding: 15px;
}
/* line 126, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.tab-content .tab-pane {
  padding: 0;
}
/* line 130, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default {
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-color: gainsboro;
}
/* line 137, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default:first-child {
  border-top: 1px solid gainsboro;
}
/* line 140, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default .panel-heading {
  padding: 0;
}
/* line 142, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default .panel-heading h4 {
  padding: 10px 20px;
  background-color: #f5f7f8;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background: -moz-linear-gradient(#ffffff, #f5f7f8);
  background: -webkit-linear-gradient(#ffffff, #f5f7f8);
  background: linear-gradient(#ffffff, #f5f7f8);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#f5f7f8);
}
/* line 147, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default .panel-heading h4 a {
  display: block;
  font-size: 14px;
  color: #0065B7;
  font-family: BBVA Web Medium;
  background: url("/images/images_pensiones/arrow-up-blue-big.png") no-repeat right;
  background-size: 16px;
}
/* line 154, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default .panel-heading h4 a.collapsed {
  background: url("/images/images_pensiones/arrow-down-blue-disabled-big.png") no-repeat right;
  background-size: 16px;
}
/* line 161, ../../../assets/scss/partials/admin/_plans-management.scss */
.admin-global-container .plans-management-tabs-container div.panel-default .panel-body {
  padding: 15px 20px;
}

/* line 1, ../../../assets/scss/partials/admin/_list-info.scss */
.quiero-header .tab-conditions-container .list-info h1 {
  font-family: "Stag Light", Arial, sans-serif;
  font-size: 1.6em;
  color: #0078d2;
  margin: 15px 0 0 0;
}

/* line 8, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info {
  padding: 0 15px;
}
/* line 10, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info hr {
  margin-top: 15px;
}
/* line 13, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info .index {
  font-family: "Stag Light", Arial, sans-serif;
  font-size: 1.3em;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 0;
}
/* line 21, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dl {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-info dl:before, .list-info dl:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.list-info dl:after {
  clear: both;
}
/* line 26, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dl .title {
  font-weight: bold;
  color: #434a58;
}
/* line 30, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dl .text {
  color: #71777f;
}
/* line 33, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dl .address {
  font-weight: bold;
  color: #0065b7;
}
/* line 36, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dl .address span {
  display: block;
}
/* line 41, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info dt, .list-info dd {
  float: left;
  padding-right: 10px;
  font-family: "Arial";
  font-size: 0.85em;
}
/* line 47, ../../../assets/scss/partials/admin/_list-info.scss */
.list-info .icon-info-limit {
  font-size: 16px;
  color: #0065b7;
  vertical-align: sub;
}
@media (min-width: 769px) {
  /* line 54, ../../../assets/scss/partials/admin/_list-info.scss */
  .list-info .address-align dt {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  /* line 62, ../../../assets/scss/partials/admin/_list-info.scss */
  .icon-info-client {
    float: left;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
    color: #0065b7;
  }

  /* line 69, ../../../assets/scss/partials/admin/_list-info.scss */
  .quiero-header .tab-conditions-container .list-info h1 {
    font-size: 1.7em;
  }

  /* line 73, ../../../assets/scss/partials/admin/_list-info.scss */
  .list-info dt, .list-info dd {
    width: 50%;
    font-size: 1em;
  }
  /* line 77, ../../../assets/scss/partials/admin/_list-info.scss */
  .list-info .index {
    font-size: 1.4em;
  }
  /* line 81, ../../../assets/scss/partials/admin/_list-info.scss */
  .list-info .address-align dt, .list-info .address-align dd {
    width: auto;
  }
}
/* line 2, ../../../assets/scss/partials/admin/_contract-online-access.scss */
.contract-online-access .block-singup {
  background-color: #f5f7f8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f7f8',GradientType=0 );
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f5f7f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f5f7f8 100%);
  border: 1px solid #d5e2ee;
}
/* line 8, ../../../assets/scss/partials/admin/_contract-online-access.scss */
.contract-online-access .block-singup h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Stag Medium", Arial, sans-serif;
}
@media (min-width: 769px) {
  /* line 16, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .col-access {
    border-right: 1px solid #cccccc;
  }
  /* line 19, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .block-singup {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
  }
  /* line 23, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .block-singup h1 {
    font-size: 1.15em;
    margin-bottom: 25px;
  }
  /* line 28, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access label {
    font-family: "Arial";
    font-size: 0.85em;
    font-weight: normal;
    color: #71777F;
    margin-bottom: 0;
  }
  /* line 35, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .content-doc {
    margin-top: 5px;
  }
  /* line 38, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .content-pass {
    margin-top: 10px;
  }
  /* line 41, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .access-container {
    text-align: center;
    margin-top: 10px;
  }
  /* line 45, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .btn-access {
    font-family: "Stag Medium", Arial, sans-serif;
    font-size: 1em;
    width: 200px;
    height: 40px;
  }
  /* line 51, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .forget-pass {
    display: inline-block;
    font-family: "Arial";
    font-size: 0.8em;
    color: #666666;
    border-bottom: 1px dotted #6e6e6f;
    margin-bottom: 25px;
  }
  /* line 59, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .access-dni {
    display: inline-block;
    font-family: "Arial";
    font-size: 0.85em;
    color: #0072c9;
    border-bottom: 1px dotted #0072c9;
    margin-top: 8px;
  }
  /* line 67, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .btn-singup {
    width: 95px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  /* line 73, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .block-singup {
    margin-left: -17px;
    margin-right: -17px;
    padding: 20px 30px;
  }
  /* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .contract-online-access .block-singup:before, .contract-online-access .block-singup:after {
    content: " ";
    display: table;
  }
  /* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .contract-online-access .block-singup:after {
    clear: both;
  }
  /* line 76, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .block-singup h1 {
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  /* line 81, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access label {
    margin-bottom: 15px;
    font-weight: normal;
    color: #71777F;
  }
  /* line 86, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .content-doc {
    margin-bottom: 20px;
  }
  /* line 89, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .content-pass {
    margin-bottom: 20px;
  }
  /* line 92, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .btn-access, .contract-online-access .btn-singup {
    font-family: "Stag Medium", Arial, sans-serif;
    font-size: 1.15em;
    width: 100%;
    height: 50px;
  }
  /* line 98, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .interline-access {
    margin-top: 30px;
    margin-bottom: 60px;
    float: left;
    clear: both;
  }
  /* line 103, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .interline-access .forget-pass, .contract-online-access .interline-access .access-dni {
    font-family: "Arial";
    color: #0072c9;
    display: block;
    padding-right: 15px;
    border-bottom: 1px dotted #0072c9;
  }
  /* line 110, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .interline-access .forget-pass {
    margin-bottom: 25px;
  }
  /* line 114, ../../../assets/scss/partials/admin/_contract-online-access.scss */
  .contract-online-access .btn-singup {
    width: 100%;
    height: 50px;
  }
}

/* line 2, ../../../assets/scss/partials/logged/_profile.scss */
.mailPensionModal .success {
  max-width: 450px;
}
/* line 5, ../../../assets/scss/partials/logged/_profile.scss */
.mailPensionModal .message-info {
  max-width: 580px;
  margin: 0 auto;
}

/* line 1, ../../../assets/scss/partials/_accessClients.scss */
.header-buttons ul {
  vertical-align: top;
  float: right;
}
/* line 4, ../../../assets/scss/partials/_accessClients.scss */
.header-buttons ul li {
  vertical-align: top;
}
/* line 6, ../../../assets/scss/partials/_accessClients.scss */
.header-buttons ul li a.link-action {
  vertical-align: top;
}
/* line 10, ../../../assets/scss/partials/_accessClients.scss */
.header-buttons ul li.site-subtitle h2 {
  font-family: "BBVA Web Light", Arial, sans-serif;
  padding: 0;
  margin: 0;
  color: #009de8;
  padding: 0 40px 0 0;
  font-size: 1.7em;
}

/* line 22, ../../../assets/scss/partials/_accessClients.scss */
.menu-group {
  background: #f5f7f8;
  display: table;
  padding: 5px 0 0 0;
}
@media (min-width: 769px) {
  /* line 22, ../../../assets/scss/partials/_accessClients.scss */
  .menu-group {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f8f8));
    background-image: -moz-linear-gradient(#ffffff, #f5f8f8);
    background-image: -webkit-linear-gradient(#ffffff, #f5f8f8);
    background-image: linear-gradient(#ffffff, #f5f8f8);
  }
}

/* line 32, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access {
  position: relative;
}
/* line 34, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  margin-bottom: 0 !important;
}
/* line 37, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
  padding: 7px 40px 6px 10px;
}
/* line 43, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access.open .log-icon {
  background: url(/images/images_pensiones/header/user-log.png) no-repeat top left;
}
/* line 46, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access.open a.link-action {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  background: white;
  color: #666666;
  border: 1px solid #d5e2ee;
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px !important;
  z-index: 2;
}
/* line 57, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access.open a.link-action:hover {
  background: white;
  color: #666666;
}
/* line 61, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access.open a.link-action span.j03-cliente {
  background-image: url(/images/images_pensiones/sprite-gray-x16.png);
}
/* line 67, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu {
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 3px 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  z-index: 1;
  padding: 5px;
  right: 0;
  border: 1px solid #d5e2ee;
  top: 36px;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 67, ../../../assets/scss/partials/_accessClients.scss */
  .form-client-access .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
/* line 74, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu.panel-open {
  width: 671px;
}
/* line 76, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu.panel-open form {
  width: 225px;
  padding-left: 10px;
  border-left: 1px solid #d5e2ee;
}
@media (max-width: 768px) {
  /* line 67, ../../../assets/scss/partials/_accessClients.scss */
  .form-client-access .dropdown-menu {
    top: 60px;
  }
}
/* line 91, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu .dropdown-item {
  float: left;
}
/* line 95, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form {
  width: 220px;
  height: 100%;
  padding: 0 5px 0 5px;
}
/* line 99, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form .form-group {
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 99, ../../../assets/scss/partials/_accessClients.scss */
  .form-client-access .dropdown-menu form .form-group {
    margin-bottom: 20px;
  }
}
/* line 104, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form .form-group.form-button {
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 108, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form .form-group input {
  padding-left: 7px;
}
/* line 112, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form button.btn-submit {
  width: 100%;
  padding: 13px 12px;
  font-size: 0.95em;
  font-weight: bold;
}
/* line 118, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form a {
  padding: 0;
}
/* line 120, ../../../assets/scss/partials/_accessClients.scss */
.form-client-access .dropdown-menu form a.verisign {
  margin-left: 10px;
}

/* line 129, ../../../assets/scss/partials/_accessClients.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none;
  outline: 0;
  outline-offset: 0;
}

/* line 136, ../../../assets/scss/partials/_accessClients.scss */
.verisign {
  display: inline-block;
  width: 80px;
  height: 40px;
  background: url(/images/images_pensiones/verisign.png) no-repeat;
  margin: 0 5px;
}
/* line 142, ../../../assets/scss/partials/_accessClients.scss */
.verisign:hover {
  background: url(/images/images_pensiones/verisign-hover.png) no-repeat;
}

/* line 148, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links {
  float: none;
  margin: 0;
}
/* line 151, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li {
  width: 100%;
  margin: 0;
  margin-top: 15px;
  border: 0;
}
/* line 156, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li:first-child {
  margin-top: 0;
}
/* line 159, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  font-size: 0.85em;
  color: #0065b7;
  font-weight: normal;
  font-family: "Arial";
}
/* line 166, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li a:hover {
  color: #0093e2;
}
/* line 169, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li a::after {
  border-bottom: 0;
  content: "\00BB";
  margin-left: 2px;
}
/* line 174, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li a span {
  border-bottom: 1px dotted;
}
/* line 178, ../../../assets/scss/partials/_accessClients.scss */
ul.form-links li hr {
  border-bottom: 1px solid white;
}

/* line 184, ../../../assets/scss/partials/_accessClients.scss */
.verisign-container {
  margin: 16px 0 20px;
}

/* line 188, ../../../assets/scss/partials/_accessClients.scss */
.dropdown-mobile-title {
  margin: 0 0 15px 5px;
  font-family: "BBVA Web Light", Arial, sans-serif;
}

/* line 194, ../../../assets/scss/partials/_accessClients.scss */
.acces-list-border hr {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 200, ../../../assets/scss/partials/_accessClients.scss */
li.search.increase {
  width: 10%;
}

@media (max-width: 768px) {
  /* line 205, ../../../assets/scss/partials/_accessClients.scss */
  .dropdown-menu.dropdown-menu-right {
    background: #f5f7f8;
  }
}
/* line 1, ../../../assets/scss/partials/_slider.scss */
.slider-container {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  border: 1px solid #eeeeee;
  background-color: #f8f8f5;
  padding: 20px 20px 40px 20px;
  margin-bottom: 20px;
}
/* line 8, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f8f8));
  background-image: -moz-linear-gradient(#ffffff, #f5f8f8);
  background-image: -webkit-linear-gradient(#ffffff, #f5f8f8);
  background-image: linear-gradient(#ffffff, #f5f8f8);
  border: 1px solid #eeeeee;
  padding-right: 60px;
}
/* line 14, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content .item {
  margin: 0;
}
/* line 18, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content .slider-text {
  width: 50%;
  float: left;
  padding: 15px;
}
/* line 22, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content .slider-text h3 {
  color: #0078d2;
  margin-top: 15px;
  font-size: 1.375em;
}
/* line 28, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content .slider-image {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 34, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-content .slider-image img {
  width: 100%;
  max-width: 280px;
}
/* line 40, ../../../assets/scss/partials/_slider.scss */
.slider-container button.close-icon {
  position: absolute;
  top: 30px;
  right: 35px;
}
/* line 45, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls {
  text-align: center;
}
/* line 47, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls a.left, .slider-container .slider-controls a.right {
  background-image: none;
  width: 22px;
  height: 22px;
}
/* line 52, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls a.right {
  top: 83%;
  right: 38%;
}
/* line 56, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls a.left {
  top: 83%;
  left: 41%;
}
/* line 60, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls .carousel-indicators {
  margin-bottom: 0;
  bottom: 5.5%;
  left: 76.5%;
  width: auto;
}
/* line 65, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls .carousel-indicators li {
  width: 12px;
  height: 12px;
  /* color de background no definitivo */
  background: #4679BD;
  margin: 0 10px 0 0;
}
/* line 71, ../../../assets/scss/partials/_slider.scss */
.slider-container .slider-controls .carousel-indicators li.active {
  background: #003f8d;
}

/* line 1, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container {
  float: left;
}
/* line 3, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
  text-align: right;
}
/* line 8, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container ul li {
  color: #71777f;
  font-size: 0.85em;
  padding: 2px;
  line-height: 20px;
}
/* line 13, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container ul li span {
  color: #0078d2;
  font-size: 2em;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
/* line 19, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container ul li span.tooltip-help {
  top: 5px;
  vertical-align: top;
}
/* line 26, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid gainsboro;
  clear: both;
  margin: 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 26, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container {
    /*&::before {
        border: solid transparent;
        border-width: 10px;
        content: " ";
        position: absolute;
        pointer-events: none;
    }
    &.north::before {
        top: 15%;
    }
    &.right::before {
        border-left-color: $color-balance-banner-popup-border;
        left: 100%;
        margin-top: -10px;
    }*/
  }
  /* line 48, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container::after, .balance-banner-container .popup-container::before {
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
  }
  /* line 55, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container::after {
    border-width: 8px;
  }
  /* line 58, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container::before {
    border-width: 10px;
  }
  /* line 61, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.right::after, .balance-banner-container .popup-container.right::before {
    left: 100%;
    top: 50%;
  }
  /* line 66, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.right.north::after, .balance-banner-container .popup-container.right.north::before {
    top: 15%;
  }
  /* line 70, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.right.south::after, .balance-banner-container .popup-container.right.south::before {
    top: 85%;
  }
  /* line 74, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.right::after {
    border-left-color: #fff;
    margin-top: -8px;
  }
  /* line 78, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.right::before {
    border-left-color: #dcdcdc;
    margin-top: -10px;
  }
  /* line 82, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.left::after, .balance-banner-container .popup-container.left::before {
    right: 100%;
    top: 50%;
  }
  /* line 87, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.left.north::after, .balance-banner-container .popup-container.left.north::before {
    top: 15%;
  }
  /* line 91, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.left.south::after, .balance-banner-container .popup-container.left.south::before {
    top: 85%;
  }
  /* line 95, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.left::after {
    border-right-color: #fff;
    margin-top: -8px;
  }
  /* line 99, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.left::before {
    border-right-color: #dcdcdc;
    margin-top: -10px;
  }
  /* line 103, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.top:after, .balance-banner-container .popup-container.top:before {
    bottom: 100%;
    left: 50%;
  }
  /* line 108, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.top.west::after, .balance-banner-container .popup-container.top.west::before {
    left: 15%;
  }
  /* line 112, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.top.east::after, .balance-banner-container .popup-container.top.east::before {
    left: 85%;
  }
  /* line 116, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.top::after {
    border-bottom-color: #fff;
    margin-left: -8px;
  }
  /* line 120, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.top::before {
    border-bottom-color: #dcdcdc;
    margin-left: -10px;
  }
  /* line 124, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.bottom::after, .balance-banner-container .popup-container.bottom::before {
    top: 100%;
    left: 50%;
  }
  /* line 129, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.bottom.west::after, .balance-banner-container .popup-container.bottom.west::before {
    left: 15%;
  }
  /* line 133, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.bottom.east::after, .balance-banner-container .popup-container.bottom.east::before {
    left: 85%;
  }
  /* line 137, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.bottom::after {
    border-top-color: #fff;
    margin-left: -8px;
  }
  /* line 141, ../../../assets/scss/partials/_balanceBanner.scss */
  .balance-banner-container .popup-container.bottom::before {
    border-top-color: #dcdcdc;
    margin-left: -10px;
  }
}
/* line 146, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container .popup-content {
  background-color: white;
  margin: 4px;
  padding: 15px;
}
/* line 150, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container .popup-content .close-icon {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 0;
}
/* line 157, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container .popup-content .popup-title h3 {
  color: #0078d2;
  font-family: "BBVA Web Light";
  font-size: 1.5em;
  margin: 0 0 10px;
  padding-right: 20px;
}
/* line 166, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container .popup-content .popup-text p {
  font-size: 0.85em;
  margin: 0 0 10px;
}
/* line 170, ../../../assets/scss/partials/_balanceBanner.scss */
.balance-banner-container .popup-container .popup-content .popup-text .blue {
  color: #0072c9;
  line-height: 15px;
}

/* line 1, ../../../assets/scss/partials/_banner-select.scss */
.banner-select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dbdcdf;
  padding: 0;
  margin-bottom: 30px;
}
/* line 6, ../../../assets/scss/partials/_banner-select.scss */
.banner-select form {
  background: #f5f7f8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjhmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f8f8));
  background-image: -moz-linear-gradient(#ffffff, #f5f8f8);
  background-image: -webkit-linear-gradient(#ffffff, #f5f8f8);
  background-image: linear-gradient(#ffffff, #f5f8f8);
  position: relative;
  margin: 5px;
  padding: 15px;
}
/* line 13, ../../../assets/scss/partials/_banner-select.scss */
.banner-select h1 {
  font-family: "BBVA Web Book", Arial, sans-serif;
  font-size: 14px;
  color: #0078d2;
  margin-top: 5px;
}
/* line 19, ../../../assets/scss/partials/_banner-select.scss */
.banner-select label {
  padding: 0;
  font-family: "BBVA Web Light", Arial, sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #0072c9;
}
/* line 26, ../../../assets/scss/partials/_banner-select.scss */
.banner-select .form-head {
  padding: 0;
}
/* line 29, ../../../assets/scss/partials/_banner-select.scss */
.banner-select .form-group {
  margin: 0;
  position: absolute;
  bottom: 15px;
  right: 0;
  padding: 0;
}
/* line 37, ../../../assets/scss/partials/_banner-select.scss */
.banner-select .input-control {
  padding-left: 0;
}
/* line 41, ../../../assets/scss/partials/_banner-select.scss */
.banner-select .button-container .btn-submit {
  padding: 7.5px 10px;
  font-size: 0.85em;
}
@media (max-width: 989px) {
  /* line 47, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select label {
    float: left;
  }
  /* line 50, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .input-control {
    float: right;
    padding: 0;
  }
  /* line 54, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .form-group {
    position: relative;
    padding-right: 30px;
    bottom: auto;
  }
  /* line 59, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .button-container {
    float: right;
    margin-top: 15px;
    padding: 0;
  }
  /* line 63, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .button-container .btn-submit {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  /* line 70, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .input-control {
    padding: 0;
  }
}
@media (max-width: 479px) {
  /* line 75, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .form-head label {
    margin-bottom: 20px;
  }
  /* line 78, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .form-group {
    padding-right: 0;
  }
  /* line 81, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .button-container {
    text-align: center;
  }
  /* line 83, ../../../assets/scss/partials/_banner-select.scss */
  .banner-select .button-container .btn-submit {
    margin-top: 20px;
  }
}
/* line 88, ../../../assets/scss/partials/_banner-select.scss */
.banner-select .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 1, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart-selection-account.bootstrap-select .dropdown-menu, .chart-selection-account.bootstrap-select.open .dropdown-menu {
  top: 0;
}

/* line 5, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart-options {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f5;
  margin: 10px;
  padding: 15px;
}
/* line 11, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart-options label {
  width: auto;
  font-size: 0.85em;
  color: #71777f;
  padding: 0 5px;
}
@media (max-width: 768px) {
  /* line 5, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options {
    padding: 10px 15px;
  }
  /* line 19, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options .chart-selection {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 19px;
  }
}
@media (max-width: 768px) and (max-width: 560px) {
  /* line 19, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options .chart-selection {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 28, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options label {
    width: 63px;
    font-size: 1em;
  }
  /* line 33, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options .bootstrap-select .btn, .chart-options .bootstrap-select.open .btn {
    padding: 11.5px;
    padding-right: 50px;
  }
  /* line 36, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart-options .bootstrap-select .btn .caret, .chart-options .bootstrap-select.open .btn .caret {
    width: 41px;
    height: 38px;
    background-position: 12px 16px;
  }
}

/* line 46, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart-options .chart-selection {
  padding: 0 15px;
}

/* line 50, ../../../assets/scss/partials/_charts-graphycs.scss */
.btn-group.bootstrap-select.chart-selection-account
.chart-selection {
  padding-left: 15px;
  text-align: left;
}
/* line 54, ../../../assets/scss/partials/_charts-graphycs.scss */
.btn-group.bootstrap-select.chart-selection-account
.chart-selection .bootstrap-select.chart-selection-account {
  width: 190px;
}

/* line 60, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart-options .col-md-6 {
  margin-top: 5px;
}

/* line 66, ../../../assets/scss/partials/_charts-graphycs.scss */
.highcharts-title tspan {
  font-family: "Arial";
  font-weight: bold;
  font-size: 1.1em;
  color: #0065b7;
}

/* line 74, ../../../assets/scss/partials/_charts-graphycs.scss */
.button-table {
  margin-left: 0;
  margin-right: 0;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.button-table:before, .button-table:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.button-table:after {
  clear: both;
}

/* line 79, ../../../assets/scss/partials/_charts-graphycs.scss */
.depositos text[text-anchor="end"] {
  display: initial;
}
/* line 82, ../../../assets/scss/partials/_charts-graphycs.scss */
.depositos .highcharts-series.highcharts-tracker {
  transform: none;
}
/* line 85, ../../../assets/scss/partials/_charts-graphycs.scss */
.depositos .highcharts-yaxis-title {
  display: none;
}

/* line 91, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .title {
  border-bottom: 1px solid #dde3ea;
  margin: 0 20px;
  padding: 15px 0;
  font-family: Arial, sans-serif;
  line-height: 20px;
}
/* line 97, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .title .text {
  font-size: 14px;
  font-weight: bold;
  padding-left: 22px;
  display: inline-block;
}
/* line 102, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .title .text.activos {
  background: url("/images/images_pensiones/icons/icon-active.png") no-repeat scroll left center transparent;
}
/* line 105, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .title .text.financiacion {
  background: url("/images/images_pensiones/icons/icon-financing.png") no-repeat scroll left center transparent;
}
/* line 109, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .title .amount {
  font-size: 18px;
  color: #0065B7;
  float: right;
  font-weight: bold;
  display: inline-block;
}
/* line 118, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .depositos .content-chart,
.chart .depositos .content-activos,
.chart .depositos .content-financiacion {
  background-image: url("/images/images_pensiones/chart.png");
  width: 100%;
  height: 190px;
}
/* line 125, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .depositos .highcharts-series-group {
  opacity: 0.8;
}
@media (min-width: 769px) {
  /* line 129, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .depositos .highcharts-legend:after {
    border-bottom: 1px solid #d8dde2;
    content: "";
    position: absolute;
    top: 36px;
    left: -15px;
    height: 1px;
    width: 588px;
  }
}
@media (min-width: 480px) {
  /* line 140, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .depositos .highcharts-legend-item + .highcharts-legend-item {
    border-left: 1px solid #d8dde2;
    margin-left: -32px;
    height: 20px;
  }
  /* line 144, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .depositos .highcharts-legend-item + .highcharts-legend-item .data-label {
    right: 35px;
  }
}
/* line 149, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .depositos .data-label {
  height: 23px;
  bottom: 8px;
  position: relative;
  right: 66px;
  padding-left: 66px;
  line-height: 22px;
  padding-top: 4px;
}
@media (max-width: 479px) {
  /* line 149, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .depositos .data-label {
    right: 50px;
  }
}
@media (min-width: 769px) {
  /* line 165, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .chart-donut.cards .highcharts-legend:before {
    content: "";
    width: 608px;
    height: 1px;
    background-color: #d8dde2;
    position: absolute;
    top: -15px;
    left: -30px;
  }
}
/* line 176, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .chart-donut.cards .highcharts-legend-item {
  margin-left: -32px;
  height: 20px;
}
/* line 179, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .chart-donut.cards .highcharts-legend-item .data-label {
  left: -20px;
}
@media (min-width: 421px) {
  /* line 183, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .chart-donut.cards .highcharts-legend-item:nth-child(2n):before {
    content: "";
    border-left: 1px solid #d8dde2;
    left: -15px;
    position: absolute;
    top: -4px;
    height: 32px;
    width: 1px;
  }
}
/* line 194, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .chart-donut.cards .data-label {
  height: 22px;
  top: -4px;
  position: relative;
  left: -52px;
  padding-left: 50px;
  line-height: 22px;
}
@media (min-width: 769px) {
  /* line 206, ../../../assets/scss/partials/_charts-graphycs.scss */
  .chart .chart-lineBars .highcharts-legend:after {
    border-bottom: 1px solid #D5DADF;
    content: "";
    position: absolute;
    top: 42px;
    left: -165px;
    height: 1px;
    width: 608px;
  }
}
/* line 218, ../../../assets/scss/partials/_charts-graphycs.scss */
.chart .chart-lineBars .highcharts-legend-item:nth-child(n+2):before {
  content: "";
  border-left: 1px solid #d8dde2;
  left: -15px;
  position: absolute;
  top: -4px;
  height: 32px;
  width: 1px;
}

/* line 231, ../../../assets/scss/partials/_charts-graphycs.scss */
.button-table .graphicContent {
  padding: 0 15px;
}
/* line 233, ../../../assets/scss/partials/_charts-graphycs.scss */
.button-table .graphicContent header {
  background-color: #f5f7f8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjdmOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #f5f7f8));
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f5f7f8 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #f5f7f8 100%);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #dde3ea;
  margin-bottom: 10px;
  font-family: "BBVA Web Book";
  font-size: 18px;
  color: #434a58;
  padding: 15px 30px;
}

/* line 2, ../../../assets/scss/partials/_download-label.scss */
.download-container .download-icon, .download-container .download-size, .download-container .download-separator, .download-container .download-description {
  display: inline;
  vertical-align: middle;
}
/* line 6, ../../../assets/scss/partials/_download-label.scss */
.download-container .download-icon {
  font-size: 17px;
  color: #0065b7;
  cursor: pointer;
}
/* line 11, ../../../assets/scss/partials/_download-label.scss */
.download-container .download-size {
  font-family: "Georgia";
  font-style: italic;
  font-size: 0.85em;
  color: #666666;
}
/* line 17, ../../../assets/scss/partials/_download-label.scss */
.download-container .download-separator {
  color: #666666;
}
/* line 20, ../../../assets/scss/partials/_download-label.scss */
.download-container .download-description {
  font-family: "BBVA Web Medium";
  font-size: 0.85em;
  color: #0065b7;
  cursor: pointer;
}

/* line 2, ../../../assets/scss/partials/_showmore.scss */
.show-more-container .show-more {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
  background: #f3f5f7;
  border: 1px solid #e5e5e5;
  text-align: center;
}
/* line 9, ../../../assets/scss/partials/_showmore.scss */
.show-more-container .show-more span {
  font-family: "BBVA Web Medium";
  color: #0078d2;
  font-size: 0.85em;
  padding: 6px 0;
  padding-right: 30px;
  display: inline-block;
  background: url("/images/images_pensiones/link-bg-triangled-down.png") no-repeat center right;
}
/* line 18, ../../../assets/scss/partials/_showmore.scss */
.show-more-container .show-more:hover {
  background: #eff4f9;
  border-color: #86ceea;
}
/* line 21, ../../../assets/scss/partials/_showmore.scss */
.show-more-container .show-more:hover span {
  color: #003f8c;
  background: url("/images/images_pensiones/link-bg-triangled-down-hover.png") no-repeat center right;
}
@media (max-width: 768px) {
  /* line 27, ../../../assets/scss/partials/_showmore.scss */
  .show-more-container .show-more span {
    font-size: 1em;
    padding: 10px 0;
    padding-right: 40px;
    background: url("/images/images_pensiones/arrow-down-blue-disabled-big.png") no-repeat center right;
  }
  /* line 34, ../../../assets/scss/partials/_showmore.scss */
  .show-more-container .show-more:hover span {
    background: url("/images/images_pensiones/arrow-down-blue-big.png") no-repeat center right;
  }
}

/* line 1, ../../../assets/scss/partials/_definitions.scss */
.definitions {
  margin-top: 20px;
}
@media (min-width: 769px) {
  /* line 4, ../../../assets/scss/partials/_definitions.scss */
  .definitions.wd-25-75 dt {
    width: 25%;
  }
  /* line 7, ../../../assets/scss/partials/_definitions.scss */
  .definitions.wd-25-75 dd {
    width: 75%;
  }
}
/* line 12, ../../../assets/scss/partials/_definitions.scss */
.definitions.def-lowcase dd {
  text-transform: none;
}
/* line 17, ../../../assets/scss/partials/_definitions.scss */
.definitions .definition-bordered dd, .definitions .definition-bordered dt {
  border-top: 1px solid #e5e5e5;
}
/* line 21, ../../../assets/scss/partials/_definitions.scss */
.definitions dd, .definitions dt {
  width: 50%;
  float: left;
}
/* line 25, ../../../assets/scss/partials/_definitions.scss */
.definitions dd {
  font-size: 0.85em;
  color: #71777f;
  text-transform: uppercase;
  padding: 0;
  padding-top: 5px;
  text-align: right;
}
/* line 33, ../../../assets/scss/partials/_definitions.scss */
.definitions dt {
  padding-top: 5px;
  font-size: 0.85em;
  font-weight: bold;
  color: #434a58;
}
/* line 39, ../../../assets/scss/partials/_definitions.scss */
.definitions dl {
  margin: 0;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  /* line 44, ../../../assets/scss/partials/_definitions.scss */
  .definitions dd {
    font-size: 1em;
  }
  /* line 47, ../../../assets/scss/partials/_definitions.scss */
  .definitions dt {
    font-size: 1em;
  }
  /* line 53, ../../../assets/scss/partials/_definitions.scss */
  .definitions .definition-bordered-phone dl:last-child dd, .definitions .definition-bordered-phone dl:last-child dt, .definitions .definition-bordered-phone dl .last dd, .definitions .definition-bordered-phone dl .last dt {
    border-top: 1px solid #e5e5e5;
  }
}

/* line 1, ../../../assets/scss/partials/_helper.scss */
.w-xs-70 {
  width: 70%;
}

/* line 5, ../../../assets/scss/partials/_helper.scss */
.w-xs-50 {
  width: 50%;
}

/* line 9, ../../../assets/scss/partials/_helper.scss */
.w-xs-46 {
  width: 46%;
}

/* line 13, ../../../assets/scss/partials/_helper.scss */
.w-xs-27 {
  width: 27%;
}

/* line 17, ../../../assets/scss/partials/_helper.scss */
.w-xs-30 {
  width: 30%;
}

/* line 21, ../../../assets/scss/partials/_helper.scss */
.hg-30 {
  height: 30px;
}

/* line 25, ../../../assets/scss/partials/_helper.scss */
.mgt-xs-50 {
  margin-top: 50px;
}

@media (min-width: 769px) {
  /* line 30, ../../../assets/scss/partials/_helper.scss */
  .mgt-md-70 {
    margin-top: 70px;
  }

  /* line 33, ../../../assets/scss/partials/_helper.scss */
  .w-md-85 {
    width: 85%;
  }

  /* line 36, ../../../assets/scss/partials/_helper.scss */
  .w-md-65 {
    width: 65%;
  }

  /* line 39, ../../../assets/scss/partials/_helper.scss */
  .w-md-64 {
    width: 64%;
  }

  /* line 42, ../../../assets/scss/partials/_helper.scss */
  .w-md-62 {
    width: 62%;
  }

  /* line 45, ../../../assets/scss/partials/_helper.scss */
  .w-md-59 {
    width: 59%;
  }

  /* line 48, ../../../assets/scss/partials/_helper.scss */
  .w-md-45 {
    width: 45%;
  }

  /* line 51, ../../../assets/scss/partials/_helper.scss */
  .w-md-42 {
    width: 42%;
  }

  /* line 54, ../../../assets/scss/partials/_helper.scss */
  .w-md-39 {
    width: 39%;
  }

  /* line 57, ../../../assets/scss/partials/_helper.scss */
  .w-md-38 {
    width: 38%;
  }

  /* line 60, ../../../assets/scss/partials/_helper.scss */
  .w-md-36 {
    width: 36%;
  }

  /* line 63, ../../../assets/scss/partials/_helper.scss */
  .w-md-31 {
    width: 31%;
  }

  /* line 66, ../../../assets/scss/partials/_helper.scss */
  .w-md-30 {
    width: 30%;
  }

  /* line 69, ../../../assets/scss/partials/_helper.scss */
  .w-md-28 {
    width: 28%;
  }

  /* line 72, ../../../assets/scss/partials/_helper.scss */
  .w-md-27 {
    width: 27%;
  }

  /* line 75, ../../../assets/scss/partials/_helper.scss */
  .w-md-25 {
    width: 25%;
  }

  /* line 78, ../../../assets/scss/partials/_helper.scss */
  .w-md-24 {
    width: 24%;
  }

  /* line 81, ../../../assets/scss/partials/_helper.scss */
  .w-md-23 {
    width: 23%;
  }

  /* line 84, ../../../assets/scss/partials/_helper.scss */
  .w-md-22 {
    width: 22%;
  }

  /* line 87, ../../../assets/scss/partials/_helper.scss */
  .w-md-21 {
    width: 21%;
  }

  /* line 90, ../../../assets/scss/partials/_helper.scss */
  .w-md-20 {
    width: 20%;
  }

  /* line 93, ../../../assets/scss/partials/_helper.scss */
  .w-md-19 {
    width: 19%;
  }

  /* line 96, ../../../assets/scss/partials/_helper.scss */
  .w-md-17 {
    width: 17%;
  }

  /* line 99, ../../../assets/scss/partials/_helper.scss */
  .w-md-16 {
    width: 16%;
  }

  /* line 102, ../../../assets/scss/partials/_helper.scss */
  .w-md-15 {
    width: 15%;
  }

  /* line 105, ../../../assets/scss/partials/_helper.scss */
  .w-md-14 {
    width: 4%;
  }

  /* line 108, ../../../assets/scss/partials/_helper.scss */
  .w-md-13 {
    width: 13%;
  }

  /* line 111, ../../../assets/scss/partials/_helper.scss */
  .w-md-9 {
    width: 9%;
  }

  /* line 114, ../../../assets/scss/partials/_helper.scss */
  .row-md {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row-md:before, .row-md:after {
    content: " ";
    display: table;
  }
  /* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row-md:after {
    clear: both;
  }
}
/* line 119, ../../../assets/scss/partials/_helper.scss */
.shb {
  -webkit-box-shadow: 0 1px 0 #dfdfdf;
  box-shadow: 0 1px 0 #dfdfdf;
}

/* line 123, ../../../assets/scss/partials/_helper.scss */
.border-top, .bdt {
  border-top: 1px solid gainsboro;
}

/* line 127, ../../../assets/scss/partials/_helper.scss */
.bd-0 {
  border: 0;
}

/* line 131, ../../../assets/scss/partials/_helper.scss */
.pd-0 {
  padding: 0;
}

/* line 135, ../../../assets/scss/partials/_helper.scss */
.pd-20 {
  padding: 20px;
}

/* line 139, ../../../assets/scss/partials/_helper.scss */
.pdb-5 {
  padding-bottom: 5px;
}

/* line 143, ../../../assets/scss/partials/_helper.scss */
.pdl-0 {
  padding-left: 0;
}

/* line 147, ../../../assets/scss/partials/_helper.scss */
.pdr-0 {
  padding-right: 0;
}

/* line 151, ../../../assets/scss/partials/_helper.scss */
.pdr-5 {
  padding-right: 5px;
}

/* line 155, ../../../assets/scss/partials/_helper.scss */
.pdr-10 {
  padding-right: 10px;
}

/* line 159, ../../../assets/scss/partials/_helper.scss */
.pdr-gutter {
  padding-right: 15px;
}

/* line 163, ../../../assets/scss/partials/_helper.scss */
.pdl-gutter {
  padding-left: 15px;
}

/* line 167, ../../../assets/scss/partials/_helper.scss */
.mgt-0 {
  margin-top: 0;
}

/* line 171, ../../../assets/scss/partials/_helper.scss */
.mgt-5 {
  margin-top: 5px;
}

/* line 175, ../../../assets/scss/partials/_helper.scss */
.mgt-10 {
  margin-top: 10px;
}

/* line 179, ../../../assets/scss/partials/_helper.scss */
.mgt-15 {
  margin-top: 15px;
}

/* line 183, ../../../assets/scss/partials/_helper.scss */
.mgt-20 {
  margin-top: 20px;
}

/* line 187, ../../../assets/scss/partials/_helper.scss */
.mgt-30 {
  margin-top: 30px;
}

/* line 191, ../../../assets/scss/partials/_helper.scss */
.mgt-40 {
  margin-top: 40px;
}

/* line 195, ../../../assets/scss/partials/_helper.scss */
.mgt-70 {
  margin-top: 70px;
}

/* line 199, ../../../assets/scss/partials/_helper.scss */
.mgb-0 {
  margin-bottom: 0;
}

/* line 203, ../../../assets/scss/partials/_helper.scss */
.mgb-7 {
  margin-bottom: 7px;
}

/* line 207, ../../../assets/scss/partials/_helper.scss */
.mgb-5 {
  margin-bottom: 5px;
}

/* line 211, ../../../assets/scss/partials/_helper.scss */
.mgb-10 {
  margin-bottom: 10px;
}

/* line 215, ../../../assets/scss/partials/_helper.scss */
.mgb-15 {
  margin-bottom: 15px;
}

/* line 219, ../../../assets/scss/partials/_helper.scss */
.mgb-20 {
  margin-bottom: 20px;
}

/* line 223, ../../../assets/scss/partials/_helper.scss */
.mgb-25 {
  margin-bottom: 25px;
}

/* line 227, ../../../assets/scss/partials/_helper.scss */
.mgb-30 {
  margin-bottom: 30px;
}

/* line 231, ../../../assets/scss/partials/_helper.scss */
.mgb-35 {
  margin-bottom: 35px;
}

/* line 235, ../../../assets/scss/partials/_helper.scss */
.mgr-10 {
  margin-right: 10px;
}

/* line 239, ../../../assets/scss/partials/_helper.scss */
.mgr-14 {
  margin-right: 14px;
}

/* line 243, ../../../assets/scss/partials/_helper.scss */
.mgl-0 {
  margin-left: 0;
}

/* line 247, ../../../assets/scss/partials/_helper.scss */
.mgl-10 {
  margin-left: 10px;
}

/* line 251, ../../../assets/scss/partials/_helper.scss */
.mgl-25 {
  margin-left: 25px;
}

/* line 255, ../../../assets/scss/partials/_helper.scss */
.align-center {
  text-align: center;
}

/* line 259, ../../../assets/scss/partials/_helper.scss */
.align-left {
  text-align: left;
}

/* line 263, ../../../assets/scss/partials/_helper.scss */
.align-right {
  text-align: right;
}

/* line 267, ../../../assets/scss/partials/_helper.scss */
.ttupp {
  text-transform: uppercase;
}

/* line 271, ../../../assets/scss/partials/_helper.scss */
.pos-rel {
  position: relative;
}

/* line 275, ../../../assets/scss/partials/_helper.scss */
.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  /* line 280, ../../../assets/scss/partials/_helper.scss */
  .mgt-sm-10 {
    margin-top: 10px;
  }

  /* line 283, ../../../assets/scss/partials/_helper.scss */
  .align-sm-right {
    text-align: right;
  }
}
@media (max-width: 479px) {
  /* line 289, ../../../assets/scss/partials/_helper.scss */
  .pull-xs-left {
    float: left;
  }

  /* line 292, ../../../assets/scss/partials/_helper.scss */
  .pull-xs-right {
    float: right;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  /* line 298, ../../../assets/scss/partials/_helper.scss */
  .pull-sm-left {
    float: left;
  }

  /* line 301, ../../../assets/scss/partials/_helper.scss */
  .pull-sm-right {
    float: right;
  }
}
/* line 306, ../../../assets/scss/partials/_helper.scss */
.form-group-row {
  margin-left: 0;
  margin-right: 0;
}
/* line 14, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-group-row:before, .form-group-row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-group-row:after {
  clear: both;
}

/* line 310, ../../../assets/scss/partials/_helper.scss */
.w-min-date {
  min-width: 110px;
}

/* line 2, ../../../assets/scss/partials/_virtualmail.scss */
.table-detail-row .detail-virtualmail h1 {
  margin-top: 0;
}
/* line 5, ../../../assets/scss/partials/_virtualmail.scss */
.table-detail-row .detail-virtualmail .table-detail-content {
  padding: 20px 25px;
}

/* line 11, ../../../assets/scss/partials/_virtualmail.scss */
.virtualmail .utility-icons .btn-checkreaded {
  margin-right: 15px;
}
/* line 15, ../../../assets/scss/partials/_virtualmail.scss */
.virtualmail .tab-config h2 {
  margin-bottom: 30px;
}
/* line 18, ../../../assets/scss/partials/_virtualmail.scss */
.virtualmail .tab-config table tbody td {
  padding: 13px 10px;
}
/* line 20, ../../../assets/scss/partials/_virtualmail.scss */
.virtualmail .tab-config table tbody td:first-child, .virtualmail .tab-config table tbody td.first {
  padding-left: 20px;
}

/* line 1, ../../../assets/scss/partials/_scrollable.scss */
.jspContainer {
  overflow: hidden;
  position: relative;
}

/* line 6, ../../../assets/scss/partials/_scrollable.scss */
.jspPane {
  position: absolute;
}

/* line 10, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100%;
  background: #F9F9F9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #DCDCDD;
  -moz-box-shadow: inset 0px 0px 0px 1px #DCDCDD;
  box-shadow: inset 0px 0px 0px 1px #DCDCDD;
}

/* line 23, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: #F9F9F9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #DCDCDD;
  -moz-box-shadow: inset 0px 0px 0px 1px #DCDCDD;
  box-shadow: inset 0px 0px 0px 1px #DCDCDD;
}

/* line 35, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

/* line 41, ../../../assets/scss/partials/_scrollable.scss */
.jspCap {
  display: none;
}

/* line 45, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspCap {
  float: left;
}

/* line 49, ../../../assets/scss/partials/_scrollable.scss */
.jspTrack {
  background: transparent;
  position: relative;
}

/* line 54, ../../../assets/scss/partials/_scrollable.scss */
.jspDrag {
  background: transparent;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 9px;
  margin: 0 2px;
}

/* line 64, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* line 70, ../../../assets/scss/partials/_scrollable.scss */
.jspArrow {
  background: transparent;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

/* line 77, ../../../assets/scss/partials/_scrollable.scss */
.jspArrow.jspDisabled {
  cursor: default;
  background: transparent;
}

/* line 82, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspArrow {
  height: 9px;
}

/* line 86, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspArrow {
  width: 9px;
  float: left;
  height: 100%;
}

/* line 92, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspArrow:focus {
  outline: none;
}

/* line 96, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspDrag .jspDragTop {
  background-color: #6F747F;
  width: 9px;
  height: 50%;
  position: relative;
  top: 2px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 107, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspDrag .jspDragBottom {
  background-color: #6F747F;
  width: 9px;
  height: 50%;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* line 117, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspDrag .jspDragLeft {
  background-color: #6F747F;
  width: 50%;
  height: 9px;
  position: relative;
  top: 2px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

/* line 128, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspDrag .jspDragRight {
  background-color: #6F747F;
  width: 50%;
  height: 9px;
  position: relative;
  top: -7px;
  left: 50%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

/* line 140, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspArrow.jspArrowUp {
  background: url("/images/images_pensiones/scroll-arrows.png") no-repeat 2px 1px transparent;
}

/* line 144, ../../../assets/scss/partials/_scrollable.scss */
.jspVerticalBar .jspArrow.jspArrowDown {
  background: url("/images/images_pensiones/scroll-arrows.png") no-repeat 2px -11px transparent;
}

/* line 148, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspArrow.jspArrowLeft {
  background: url("/images/images_pensiones/scroll-arrows.png") no-repeat 1px -21px transparent;
}

/* line 152, ../../../assets/scss/partials/_scrollable.scss */
.jspHorizontalBar .jspArrow.jspArrowRight {
  background: url("/images/images_pensiones/scroll-arrows.png") no-repeat -1px -36px transparent;
}

/* line 156, ../../../assets/scss/partials/_scrollable.scss */
.jspCorner {
  background: #fff;
  float: left;
  height: 100%;
  -webkit-box-shadow: inset 1px 1px 0px 0px #DCDCDD;
  -moz-box-shadow: inset 1px 1px 0px 0px #DCDCDD;
  box-shadow: inset 1px 1px 0px 0px #DCDCDD;
}

/* line 165, ../../../assets/scss/partials/_scrollable.scss */
* html .jspCorner {
  margin: 0 -3px 0 0 !important;
}

@media (max-width: 768px) {
	.container-header {
		background-color: #072146;
		min-height: 60px;
	}
}