<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700|Roboto:400,700&amp;display=swap");
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* Button
----------------------------------*/
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/* Datepicker
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Dialog
----------------------------------*/
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

/*.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }*/
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 35%;
  width: 34px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 26px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: 1em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-top: 1px solid #ff9900;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em 1em .5em 0;
  cursor: pointer;
  padding: .1em .3em .1em .3em;
  line-height: 1.4em;
  width: auto;
  overflow: visible; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* Resizable
----------------------------------*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Tabs
----------------------------------*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 5px solid #fff;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 0;
  background: #FF9900 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #FF9900;
  background: #FF9900 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #fff; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #FF9900;
  background: #fff url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #FF9900; }

.ui-widget-header .ui-state-hover {
  border: 0; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #666;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #FF9900;
  background: #ccc url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 34px;
  height: 26px;
  /* background-image: url(images/ui-icons_222222_256x240.png){iconsContent}*/ }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/cerrar.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../images/cerrar.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: 0px 0px; }

/*.ui-icon-closethick { background-position: -96px -128px; }*/
.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*! jQuery UI - v1.10.1 - 2013-02-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=2CArial%2Csans-serif&amp;fwDefault=normal&amp;fsDefault=1.1em&amp;cornerRadius=3&amp;bgColorHeader=%23276FB6&amp;bgTextureHeader=highlight_soft&amp;bgImgOpacityHeader=75&amp;borderColorHeader=%232C6BA6&amp;fcHeader=%23ffffff&amp;iconColorHeader=%23ffffff&amp;bgColorContent=%23ffffff&amp;bgTextureContent=flat&amp;bgImgOpacityContent=75&amp;borderColorContent=%23d6d6d6&amp;fcContent=%23222222&amp;iconColorContent=%23222222&amp;bgColorDefault=%232C6BA6&amp;bgTextureDefault=flat&amp;bgImgOpacityDefault=100&amp;borderColorDefault=%23296093&amp;fcDefault=%23ffffff&amp;iconColorDefault=%23ffffff&amp;bgColorHover=%231f507e&amp;bgTextureHover=flat&amp;bgImgOpacityHover=100&amp;borderColorHover=%23235585&amp;fcHover=%23ffffff&amp;iconColorHover=%23ffffff&amp;bgColorActive=%23ffffff&amp;bgTextureActive=glass&amp;bgImgOpacityActive=65&amp;borderColorActive=%23aaaaaa&amp;fcActive=%23212121&amp;iconColorActive=%23454545&amp;bgColorHighlight=%23fbf9ee&amp;bgTextureHighlight=glass&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=%23fcefa1&amp;fcHighlight=%23363636&amp;iconColorHighlight=%232e83ff&amp;bgColorError=%23fef1ec&amp;bgTextureError=glass&amp;bgImgOpacityError=95&amp;borderColorError=%23cd0a0a&amp;fcError=%23cd0a0a&amp;iconColorError=%23cd0a0a&amp;bgColorOverlay=%23aaaaaa&amp;bgTextureOverlay=flat&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=%23aaaaaa&amp;bgTextureShadow=flat&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%; }

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/images_jquery_ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d6d6d6;
  background: #ffffff url(../images/images_jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #2C6BA6;
  background: #276FB6 url(../images/images_jquery_ui/ui-bg_highlight-soft_75_276FB6_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #296093;
  background: #2C6BA6 url(../images/images_jquery_ui/ui-bg_flat_100_2C6BA6_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #235585;
  background: #1f507e url(../images/images_jquery_ui/ui-bg_flat_100_1f507e_40x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../images/images_jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/images_jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/images_jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/images_jquery_ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../images/images_jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/images_jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn &gt; .caret, .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img, .img-responsive, .thumbnail a &gt; img, .thumbnail &gt; img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

[role=button] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

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

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

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

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

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

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

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

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive &gt; .table {
    margin-bottom: 0; }
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
    white-space: nowrap; }
  .table-responsive &gt; .table-bordered {
    border: 0; }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
    border-left: 0; }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
    border-right: 0; }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.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); }

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group &gt; .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open &gt; .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open &gt; .dropdown-toggle.btn-primary.focus, .open &gt; .dropdown-toggle.btn-primary:focus, .open &gt; .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

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

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open &gt; .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open &gt; .dropdown-toggle.btn-success.focus, .open &gt; .dropdown-toggle.btn-success:focus, .open &gt; .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

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

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open &gt; .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open &gt; .dropdown-toggle.btn-info.focus, .open &gt; .dropdown-toggle.btn-info:focus, .open &gt; .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

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

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open &gt; .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open &gt; .dropdown-toggle.btn-warning.focus, .open &gt; .dropdown-toggle.btn-warning:focus, .open &gt; .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

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

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open &gt; .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open &gt; .dropdown-toggle.btn-danger.focus, .open &gt; .dropdown-toggle.btn-danger:focus, .open &gt; .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

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

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

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

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

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

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

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

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

.btn-group-lg &gt; .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm &gt; .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:focus, .dropdown-menu &gt; .active &gt; a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
  color: #777; }

.dropdown-menu &gt; .disabled &gt; a:focus, .dropdown-menu &gt; .disabled &gt; a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group-vertical &gt; .btn, .btn-group &gt; .btn {
  position: relative;
  float: left; }

.btn-group-vertical &gt; .btn.active, .btn-group-vertical &gt; .btn:active, .btn-group-vertical &gt; .btn:focus, .btn-group-vertical &gt; .btn:hover, .btn-group &gt; .btn.active, .btn-group &gt; .btn:active, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:hover {
  z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar &gt; .btn, .btn-toolbar &gt; .btn-group, .btn-toolbar &gt; .input-group {
  margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child), .btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group &gt; .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.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); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn, .btn-group-vertical &gt; .btn-group, .btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn, .btn-group-vertical &gt; .btn + .btn-group, .btn-group-vertical &gt; .btn-group + .btn, .btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child, .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified &gt; .btn, .btn-group-justified &gt; .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified &gt; .btn-group .btn {
  width: 100%; }

.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] &gt; .btn input[type=checkbox], [data-toggle=buttons] &gt; .btn input[type=radio], [data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=checkbox], [data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg &gt; .form-control, .input-group-lg &gt; .input-group-addon, .input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg &gt; .form-control, select.input-group-lg &gt; .input-group-addon, select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg &gt; .form-control, select[multiple].input-group-lg &gt; .input-group-addon, select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn, textarea.input-group-lg &gt; .form-control, textarea.input-group-lg &gt; .input-group-addon, textarea.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto; }

.input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-addon, .input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm &gt; .form-control, select.input-group-sm &gt; .input-group-addon, select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm &gt; .form-control, select[multiple].input-group-sm &gt; .input-group-addon, select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn, textarea.input-group-sm &gt; .form-control, textarea.input-group-sm &gt; .input-group-addon, textarea.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn &gt; .btn {
  position: relative; }

.input-group-btn &gt; .btn + .btn {
  margin-left: -1px; }

.input-group-btn &gt; .btn:active, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:hover {
  z-index: 2; }

.input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav &gt; li {
  position: relative;
  display: block; }

.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav &gt; li &gt; a:focus, .nav &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav &gt; li.disabled &gt; a {
  color: #777; }

.nav &gt; li.disabled &gt; a:focus, .nav &gt; li.disabled &gt; a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open &gt; a, .nav .open &gt; a:focus, .nav .open &gt; a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav &gt; li &gt; a &gt; img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs &gt; li &gt; a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:focus, .nav-tabs &gt; li.active &gt; a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified &gt; li {
  float: none; }

.nav-tabs.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:hover {
    border-bottom-color: #fff; } }

.nav-pills &gt; li {
  float: left; }

.nav-pills &gt; li &gt; a {
  border-radius: 4px; }

.nav-pills &gt; li + li {
  margin-left: 2px; }

.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:focus, .nav-pills &gt; li.active &gt; a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked &gt; li {
  float: none; }

.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified &gt; li {
  float: none; }

.nav-justified &gt; li &gt; a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%; }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs-justified &gt; .active &gt; a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs-justified &gt; .active &gt; a:hover {
    border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container &gt; .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container &gt; .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand &gt; img {
  display: block; }

@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav &gt; li {
    float: left; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group &gt; .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777; }

.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav &gt; li &gt; a:focus, .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb &gt; li {
  display: inline-block; }

.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb &gt; .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination &gt; li {
  display: inline; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:focus, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li &gt; a, .pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li &gt; a:focus, .pager li &gt; a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next &gt; a, .pager .next &gt; span {
  float: right; }

.pager .previous &gt; a, .pager .previous &gt; span {
  float: left; }

.pager .disabled &gt; a, .pager .disabled &gt; a:focus, .pager .disabled &gt; a:hover, .pager .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs &gt; .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active &gt; .badge, .nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item &gt; .badge {
  float: right; }

.list-group-item &gt; .badge + .badge {
  margin-right: 5px; }

.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron &gt; hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a &gt; img, .thumbnail &gt; img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert &gt; p, .alert &gt; ul {
  margin-bottom: 0; }

.alert &gt; p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

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

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-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; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media &gt; .pull-right {
  padding-left: 10px; }

.media-left, .media &gt; .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active .list-group-item-heading &gt; small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading &gt; small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading &gt; small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.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); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title &gt; .small, .panel-title &gt; .small &gt; a, .panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; small &gt; a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel &gt; .list-group, .panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }

.panel &gt; .list-group .list-group-item, .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel &gt; .list-group:first-child .list-group-item:first-child, .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel &gt; .panel-collapse &gt; .table, .panel &gt; .table, .panel &gt; .table-responsive &gt; .table {
  margin-bottom: 0; }

.panel &gt; .panel-collapse &gt; .table caption, .panel &gt; .table caption, .panel &gt; .table-responsive &gt; .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel &gt; .table-responsive:first-child &gt; .table:first-child, .panel &gt; .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel &gt; .table-responsive:last-child &gt; .table:last-child, .panel &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel &gt; .panel-body + .table, .panel &gt; .panel-body + .table-responsive, .panel &gt; .table + .panel-body, .panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td, .panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th {
  border-top: 0; }

.panel &gt; .table-bordered, .panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }

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

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

.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th {
  border-bottom: 0; }

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

.panel &gt; .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse &gt; .list-group, .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default &gt; .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd; }

.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7; }

.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6; }

.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1; }

.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc; }

.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1; }

.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.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); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover &gt; .arrow {
  border-width: 11px; }

.popover &gt; .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top &gt; .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top &gt; .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right &gt; .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom &gt; .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom &gt; .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left &gt; .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner &gt; .item.active.right, .carousel-inner &gt; .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner &gt; .item.active.left, .carousel-inner &gt; .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner &gt; .item.active, .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner &gt; .active, .carousel-inner &gt; .next, .carousel-inner &gt; .prev {
  display: block; }

.carousel-inner &gt; .active {
  left: 0; }

.carousel-inner &gt; .next, .carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner &gt; .next {
  left: 100%; }

.carousel-inner &gt; .prev {
  left: -100%; }

.carousel-inner &gt; .next.left, .carousel-inner &gt; .prev.right {
  left: 0; }

.carousel-inner &gt; .active.left {
  left: -100%; }

.carousel-inner &gt; .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical &gt; .btn-group:after, .btn-group-vertical &gt; .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical &gt; .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
/* Prevent text and blocks selection */
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0); }

input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0); }

/* Hide original checkboxes. They are ugly! */
input.labelauty {
  display: none !important; }

/*
 * Let's style the input
 * Feel free to work with it as you wish!
 */
input.labelauty + label {
  display: table;
  font-size: 11px;
  padding: 10px;
  background-color: #efefef;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none; }

/* Stylish text inside label */
input.labelauty + label &gt; span.labelauty-unchecked,
input.labelauty + label &gt; span.labelauty-checked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom; }

/* Stylish icons inside label */
input.labelauty + label &gt; span.labelauty-unchecked-image,
input.labelauty + label &gt; span.labelauty-checked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear; }

/* When there's a label, add a little margin to the left */
input.labelauty + label &gt; span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label &gt; span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 7px; }

/* When not Checked */
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #a7a7a7; }

input.labelauty:not(:checked) + label &gt; span.labelauty-checked-image {
  display: none; }

input.labelauty:not(:checked) + label &gt; span.labelauty-checked {
  display: none; }

/* When Checked */
input.labelauty:checked + label {
  background-color: #3498db;
  color: #ffffff; }

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #72c5fd; }

input.labelauty:checked + label &gt; span.labelauty-unchecked-image {
  display: none; }

input.labelauty:checked + label &gt; span.labelauty-unchecked {
  display: none; }

input.labelauty:checked + label &gt; span.labelauty-checked {
  display: inline-block; }

input.labelauty.no-label:checked + label &gt; span.labelauty-checked {
  display: block; }

/* When Disabled */
input.labelauty[disabled] + label {
  opacity: 0.5; }

/* Add a background to (un)checked images */
input.labelauty + label &gt; span.labelauty-unchecked-image {
  background-image: url(images/input-unchecked.png); }

input.labelauty + label &gt; span.labelauty-checked-image {
  background-image: url(images/input-checked.png); }

/** Botón **/
.googlebooks {
  position: absolute;
  height: 82px;
  width: 90px;
  bottom: 0;
  right: 0;
  cursor: pointer; }

.googlebooks:before,
.googlebooks:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1; }

.googlebooks:before {
  background-image: url("../images/google-preview.png");
  z-index: 1;
  transition: opacity 0.6s; }

.googlebooks:after {
  background-image: url("../images/google-preview-hover.png"); }

.googlebooks:hover:before {
  opacity: 0; }

/** Modal **/
#modal-preview {
  text-align: center;
  padding: 0 !important; }

#modal-preview:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

#modal-preview .modal-dialog {
  display: inline-block;
  max-width: 750px;
  text-align: left;
  vertical-align: middle; }

#modal-preview .modal-content {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

#modal-preview .modal-header {
  padding: 15px;
  margin-bottom: 0 !important;
  border-radius: 6px 6px 0 0;
  background: #276fb6; }

#modal-preview .modal-header h4 {
  font-size: 20px;
  color: #fff; }

#modal-preview .modal-header h4 small {
  color: #7ec0f1; }

#modal-preview .modal-header .close {
  font-size: 30px; }

#modal-preview .modal-title {
  font-size: 25px;
  font-weight: bold; }

#modal-preview .modal-body {
  height: 600px;
  padding: 8px 0 0;
  margin-bottom: -10px; }

#modal-preview .modal-body * {
  border: 0 !important; }

#modal-preview .modal-body .overflow-scrolling {
  max-height: 550px;
  padding: 20px 0 !important; }

#modal-preview .modal-body * {
  border: 0 !important; }

#modal-preview .modal-body &gt; div &gt; div:nth-child(2) {
  display: none; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    transform: rotate(360deg);
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

/*
* Remix Icon v2.3.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-02-04
*/
@font-face {
  font-family: "remixicon";
  src: url("fonts/remixicon.eot?t=1580819880586");
  /* IE9*/
  src: url("fonts/remixicon.eot?t=1580819880586#iefix") format("embedded-opentype"), url("fonts/remixicon.woff2?t=1580819880586") format("woff2"), url("fonts/remixicon.woff?t=1580819880586") format("woff"), url("fonts/remixicon.ttf?t=1580819880586") format("truetype"), url("fonts/remixicon.svg?t=1580819880586#remixicon") format("svg");
  /* iOS 4.1- */
  font-display: swap; }

[class^="ri-"], [class*=" ri-"] {
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em; }

.ri-xxs {
  font-size: .5em; }

.ri-xs {
  font-size: .75em; }

.ri-sm {
  font-size: .875em; }

.ri-1x {
  font-size: 1em; }

.ri-2x {
  font-size: 2em; }

.ri-3x {
  font-size: 3em; }

.ri-4x {
  font-size: 4em; }

.ri-5x {
  font-size: 5em; }

.ri-6x {
  font-size: 6em; }

.ri-7x {
  font-size: 7em; }

.ri-8x {
  font-size: 8em; }

.ri-9x {
  font-size: 9em; }

.ri-10x {
  font-size: 10em; }

.ri-fw {
  text-align: center;
  width: 1.25em; }

.ri-4k-fill:before {
  content: "\ea01"; }

.ri-4k-line:before {
  content: "\ea02"; }

.ri-a-b:before {
  content: "\ea03"; }

.ri-account-box-fill:before {
  content: "\ea04"; }

.ri-account-box-line:before {
  content: "\ea05"; }

.ri-account-circle-fill:before {
  content: "\ea06"; }

.ri-account-circle-line:before {
  content: "\ea07"; }

.ri-account-pin-box-fill:before {
  content: "\ea08"; }

.ri-account-pin-box-line:before {
  content: "\ea09"; }

.ri-account-pin-circle-fill:before {
  content: "\ea0a"; }

.ri-account-pin-circle-line:before {
  content: "\ea0b"; }

.ri-add-box-fill:before {
  content: "\ea0c"; }

.ri-add-box-line:before {
  content: "\ea0d"; }

.ri-add-circle-fill:before {
  content: "\ea0e"; }

.ri-add-circle-line:before {
  content: "\ea0f"; }

.ri-add-fill:before {
  content: "\ea10"; }

.ri-add-line:before {
  content: "\ea11"; }

.ri-admin-fill:before {
  content: "\ea12"; }

.ri-admin-line:before {
  content: "\ea13"; }

.ri-advertisement-fill:before {
  content: "\ea14"; }

.ri-advertisement-line:before {
  content: "\ea15"; }

.ri-airplay-fill:before {
  content: "\ea16"; }

.ri-airplay-line:before {
  content: "\ea17"; }

.ri-alarm-fill:before {
  content: "\ea18"; }

.ri-alarm-line:before {
  content: "\ea19"; }

.ri-alarm-warning-fill:before {
  content: "\ea1a"; }

.ri-alarm-warning-line:before {
  content: "\ea1b"; }

.ri-album-fill:before {
  content: "\ea1c"; }

.ri-album-line:before {
  content: "\ea1d"; }

.ri-alert-fill:before {
  content: "\ea1e"; }

.ri-alert-line:before {
  content: "\ea1f"; }

.ri-aliens-fill:before {
  content: "\ea20"; }

.ri-aliens-line:before {
  content: "\ea21"; }

.ri-align-bottom:before {
  content: "\ea22"; }

.ri-align-center:before {
  content: "\ea23"; }

.ri-align-justify:before {
  content: "\ea24"; }

.ri-align-left:before {
  content: "\ea25"; }

.ri-align-right:before {
  content: "\ea26"; }

.ri-align-top:before {
  content: "\ea27"; }

.ri-align-vertically:before {
  content: "\ea28"; }

.ri-alipay-fill:before {
  content: "\ea29"; }

.ri-alipay-line:before {
  content: "\ea2a"; }

.ri-amazon-fill:before {
  content: "\ea2b"; }

.ri-amazon-line:before {
  content: "\ea2c"; }

.ri-anchor-fill:before {
  content: "\ea2d"; }

.ri-anchor-line:before {
  content: "\ea2e"; }

.ri-ancient-gate-fill:before {
  content: "\ea2f"; }

.ri-ancient-gate-line:before {
  content: "\ea30"; }

.ri-ancient-pavilion-fill:before {
  content: "\ea31"; }

.ri-ancient-pavilion-line:before {
  content: "\ea32"; }

.ri-android-fill:before {
  content: "\ea33"; }

.ri-android-line:before {
  content: "\ea34"; }

.ri-angularjs-fill:before {
  content: "\ea35"; }

.ri-angularjs-line:before {
  content: "\ea36"; }

.ri-anticlockwise-2-fill:before {
  content: "\ea37"; }

.ri-anticlockwise-2-line:before {
  content: "\ea38"; }

.ri-anticlockwise-fill:before {
  content: "\ea39"; }

.ri-anticlockwise-line:before {
  content: "\ea3a"; }

.ri-app-store-fill:before {
  content: "\ea3b"; }

.ri-app-store-line:before {
  content: "\ea3c"; }

.ri-apple-fill:before {
  content: "\ea3d"; }

.ri-apple-line:before {
  content: "\ea3e"; }

.ri-apps-2-fill:before {
  content: "\ea3f"; }

.ri-apps-2-line:before {
  content: "\ea40"; }

.ri-apps-fill:before {
  content: "\ea41"; }

.ri-apps-line:before {
  content: "\ea42"; }

.ri-archive-drawer-fill:before {
  content: "\ea43"; }

.ri-archive-drawer-line:before {
  content: "\ea44"; }

.ri-archive-fill:before {
  content: "\ea45"; }

.ri-archive-line:before {
  content: "\ea46"; }

.ri-arrow-down-circle-fill:before {
  content: "\ea47"; }

.ri-arrow-down-circle-line:before {
  content: "\ea48"; }

.ri-arrow-down-fill:before {
  content: "\ea49"; }

.ri-arrow-down-line:before {
  content: "\ea4a"; }

.ri-arrow-down-s-fill:before {
  content: "\ea4b"; }

.ri-arrow-down-s-line:before {
  content: "\ea4c"; }

.ri-arrow-drop-down-fill:before {
  content: "\ea4d"; }

.ri-arrow-drop-down-line:before {
  content: "\ea4e"; }

.ri-arrow-drop-left-fill:before {
  content: "\ea4f"; }

.ri-arrow-drop-left-line:before {
  content: "\ea50"; }

.ri-arrow-drop-right-fill:before {
  content: "\ea51"; }

.ri-arrow-drop-right-line:before {
  content: "\ea52"; }

.ri-arrow-drop-up-fill:before {
  content: "\ea53"; }

.ri-arrow-drop-up-line:before {
  content: "\ea54"; }

.ri-arrow-go-back-fill:before {
  content: "\ea55"; }

.ri-arrow-go-back-line:before {
  content: "\ea56"; }

.ri-arrow-go-forward-fill:before {
  content: "\ea57"; }

.ri-arrow-go-forward-line:before {
  content: "\ea58"; }

.ri-arrow-left-circle-fill:before {
  content: "\ea59"; }

.ri-arrow-left-circle-line:before {
  content: "\ea5a"; }

.ri-arrow-left-down-fill:before {
  content: "\ea5b"; }

.ri-arrow-left-down-line:before {
  content: "\ea5c"; }

.ri-arrow-left-fill:before {
  content: "\ea5d"; }

.ri-arrow-left-line:before {
  content: "\ea5e"; }

.ri-arrow-left-right-fill:before {
  content: "\ea5f"; }

.ri-arrow-left-right-line:before {
  content: "\ea60"; }

.ri-arrow-left-s-fill:before {
  content: "\ea61"; }

.ri-arrow-left-s-line:before {
  content: "\ea62"; }

.ri-arrow-left-up-fill:before {
  content: "\ea63"; }

.ri-arrow-left-up-line:before {
  content: "\ea64"; }

.ri-arrow-right-circle-fill:before {
  content: "\ea65"; }

.ri-arrow-right-circle-line:before {
  content: "\ea66"; }

.ri-arrow-right-down-fill:before {
  content: "\ea67"; }

.ri-arrow-right-down-line:before {
  content: "\ea68"; }

.ri-arrow-right-fill:before {
  content: "\ea69"; }

.ri-arrow-right-line:before {
  content: "\ea6a"; }

.ri-arrow-right-s-fill:before {
  content: "\ea6b"; }

.ri-arrow-right-s-line:before {
  content: "\ea6c"; }

.ri-arrow-right-up-fill:before {
  content: "\ea6d"; }

.ri-arrow-right-up-line:before {
  content: "\ea6e"; }

.ri-arrow-up-circle-fill:before {
  content: "\ea6f"; }

.ri-arrow-up-circle-line:before {
  content: "\ea70"; }

.ri-arrow-up-down-fill:before {
  content: "\ea71"; }

.ri-arrow-up-down-line:before {
  content: "\ea72"; }

.ri-arrow-up-fill:before {
  content: "\ea73"; }

.ri-arrow-up-line:before {
  content: "\ea74"; }

.ri-arrow-up-s-fill:before {
  content: "\ea75"; }

.ri-arrow-up-s-line:before {
  content: "\ea76"; }

.ri-artboard-2-fill:before {
  content: "\ea77"; }

.ri-artboard-2-line:before {
  content: "\ea78"; }

.ri-artboard-fill:before {
  content: "\ea79"; }

.ri-artboard-line:before {
  content: "\ea7a"; }

.ri-article-fill:before {
  content: "\ea7b"; }

.ri-article-line:before {
  content: "\ea7c"; }

.ri-aspect-ratio-fill:before {
  content: "\ea7d"; }

.ri-aspect-ratio-line:before {
  content: "\ea7e"; }

.ri-asterisk:before {
  content: "\ea7f"; }

.ri-at-fill:before {
  content: "\ea80"; }

.ri-at-line:before {
  content: "\ea81"; }

.ri-attachment-2:before {
  content: "\ea82"; }

.ri-attachment-fill:before {
  content: "\ea83"; }

.ri-attachment-line:before {
  content: "\ea84"; }

.ri-auction-fill:before {
  content: "\ea85"; }

.ri-auction-line:before {
  content: "\ea86"; }

.ri-award-fill:before {
  content: "\ea87"; }

.ri-award-line:before {
  content: "\ea88"; }

.ri-baidu-fill:before {
  content: "\ea89"; }

.ri-baidu-line:before {
  content: "\ea8a"; }

.ri-ball-pen-fill:before {
  content: "\ea8b"; }

.ri-ball-pen-line:before {
  content: "\ea8c"; }

.ri-bank-card-2-fill:before {
  content: "\ea8d"; }

.ri-bank-card-2-line:before {
  content: "\ea8e"; }

.ri-bank-card-fill:before {
  content: "\ea8f"; }

.ri-bank-card-line:before {
  content: "\ea90"; }

.ri-bank-fill:before {
  content: "\ea91"; }

.ri-bank-line:before {
  content: "\ea92"; }

.ri-bar-chart-2-fill:before {
  content: "\ea93"; }

.ri-bar-chart-2-line:before {
  content: "\ea94"; }

.ri-bar-chart-box-fill:before {
  content: "\ea95"; }

.ri-bar-chart-box-line:before {
  content: "\ea96"; }

.ri-bar-chart-fill:before {
  content: "\ea97"; }

.ri-bar-chart-grouped-fill:before {
  content: "\ea98"; }

.ri-bar-chart-grouped-line:before {
  content: "\ea99"; }

.ri-bar-chart-horizontal-fill:before {
  content: "\ea9a"; }

.ri-bar-chart-horizontal-line:before {
  content: "\ea9b"; }

.ri-bar-chart-line:before {
  content: "\ea9c"; }

.ri-barcode-box-fill:before {
  content: "\ea9d"; }

.ri-barcode-box-line:before {
  content: "\ea9e"; }

.ri-barcode-fill:before {
  content: "\ea9f"; }

.ri-barcode-line:before {
  content: "\eaa0"; }

.ri-barricade-fill:before {
  content: "\eaa1"; }

.ri-barricade-line:before {
  content: "\eaa2"; }

.ri-base-station-fill:before {
  content: "\eaa3"; }

.ri-base-station-line:before {
  content: "\eaa4"; }

.ri-basketball-fill:before {
  content: "\eaa5"; }

.ri-basketball-line:before {
  content: "\eaa6"; }

.ri-battery-2-charge-fill:before {
  content: "\eaa7"; }

.ri-battery-2-charge-line:before {
  content: "\eaa8"; }

.ri-battery-2-fill:before {
  content: "\eaa9"; }

.ri-battery-2-line:before {
  content: "\eaaa"; }

.ri-battery-charge-fill:before {
  content: "\eaab"; }

.ri-battery-charge-line:before {
  content: "\eaac"; }

.ri-battery-fill:before {
  content: "\eaad"; }

.ri-battery-line:before {
  content: "\eaae"; }

.ri-battery-low-fill:before {
  content: "\eaaf"; }

.ri-battery-low-line:before {
  content: "\eab0"; }

.ri-battery-saver-fill:before {
  content: "\eab1"; }

.ri-battery-saver-line:before {
  content: "\eab2"; }

.ri-battery-share-fill:before {
  content: "\eab3"; }

.ri-battery-share-line:before {
  content: "\eab4"; }

.ri-bear-smile-fill:before {
  content: "\eab5"; }

.ri-bear-smile-line:before {
  content: "\eab6"; }

.ri-behance-fill:before {
  content: "\eab7"; }

.ri-behance-line:before {
  content: "\eab8"; }

.ri-bell-fill:before {
  content: "\eab9"; }

.ri-bell-line:before {
  content: "\eaba"; }

.ri-bike-fill:before {
  content: "\eabb"; }

.ri-bike-line:before {
  content: "\eabc"; }

.ri-bilibili-fill:before {
  content: "\eabd"; }

.ri-bilibili-line:before {
  content: "\eabe"; }

.ri-bill-fill:before {
  content: "\eabf"; }

.ri-bill-line:before {
  content: "\eac0"; }

.ri-billiards-fill:before {
  content: "\eac1"; }

.ri-billiards-line:before {
  content: "\eac2"; }

.ri-bit-coin-fill:before {
  content: "\eac3"; }

.ri-bit-coin-line:before {
  content: "\eac4"; }

.ri-blaze-fill:before {
  content: "\eac5"; }

.ri-blaze-line:before {
  content: "\eac6"; }

.ri-bluetooth-connect-fill:before {
  content: "\eac7"; }

.ri-bluetooth-connect-line:before {
  content: "\eac8"; }

.ri-bluetooth-fill:before {
  content: "\eac9"; }

.ri-bluetooth-line:before {
  content: "\eaca"; }

.ri-blur-off-fill:before {
  content: "\eacb"; }

.ri-blur-off-line:before {
  content: "\eacc"; }

.ri-body-scan-fill:before {
  content: "\eacd"; }

.ri-body-scan-line:before {
  content: "\eace"; }

.ri-bold:before {
  content: "\eacf"; }

.ri-book-2-fill:before {
  content: "\ead0"; }

.ri-book-2-line:before {
  content: "\ead1"; }

.ri-book-3-fill:before {
  content: "\ead2"; }

.ri-book-3-line:before {
  content: "\ead3"; }

.ri-book-fill:before {
  content: "\ead4"; }

.ri-book-line:before {
  content: "\ead5"; }

.ri-book-mark-fill:before {
  content: "\ead6"; }

.ri-book-mark-line:before {
  content: "\ead7"; }

.ri-book-open-fill:before {
  content: "\ead8"; }

.ri-book-open-line:before {
  content: "\ead9"; }

.ri-book-read-fill:before {
  content: "\eada"; }

.ri-book-read-line:before {
  content: "\eadb"; }

.ri-booklet-fill:before {
  content: "\eadc"; }

.ri-booklet-line:before {
  content: "\eadd"; }

.ri-bookmark-2-fill:before {
  content: "\eade"; }

.ri-bookmark-2-line:before {
  content: "\eadf"; }

.ri-bookmark-3-fill:before {
  content: "\eae0"; }

.ri-bookmark-3-line:before {
  content: "\eae1"; }

.ri-bookmark-fill:before {
  content: "\eae2"; }

.ri-bookmark-line:before {
  content: "\eae3"; }

.ri-boxing-fill:before {
  content: "\eae4"; }

.ri-boxing-line:before {
  content: "\eae5"; }

.ri-braces-fill:before {
  content: "\eae6"; }

.ri-braces-line:before {
  content: "\eae7"; }

.ri-brackets-fill:before {
  content: "\eae8"; }

.ri-brackets-line:before {
  content: "\eae9"; }

.ri-briefcase-2-fill:before {
  content: "\eaea"; }

.ri-briefcase-2-line:before {
  content: "\eaeb"; }

.ri-briefcase-3-fill:before {
  content: "\eaec"; }

.ri-briefcase-3-line:before {
  content: "\eaed"; }

.ri-briefcase-4-fill:before {
  content: "\eaee"; }

.ri-briefcase-4-line:before {
  content: "\eaef"; }

.ri-briefcase-5-fill:before {
  content: "\eaf0"; }

.ri-briefcase-5-line:before {
  content: "\eaf1"; }

.ri-briefcase-fill:before {
  content: "\eaf2"; }

.ri-briefcase-line:before {
  content: "\eaf3"; }

.ri-broadcast-fill:before {
  content: "\eaf4"; }

.ri-broadcast-line:before {
  content: "\eaf5"; }

.ri-brush-2-fill:before {
  content: "\eaf6"; }

.ri-brush-2-line:before {
  content: "\eaf7"; }

.ri-brush-3-fill:before {
  content: "\eaf8"; }

.ri-brush-3-line:before {
  content: "\eaf9"; }

.ri-brush-4-fill:before {
  content: "\eafa"; }

.ri-brush-4-line:before {
  content: "\eafb"; }

.ri-brush-fill:before {
  content: "\eafc"; }

.ri-brush-line:before {
  content: "\eafd"; }

.ri-bug-2-fill:before {
  content: "\eafe"; }

.ri-bug-2-line:before {
  content: "\eaff"; }

.ri-bug-fill:before {
  content: "\eb00"; }

.ri-bug-line:before {
  content: "\eb01"; }

.ri-building-2-fill:before {
  content: "\eb02"; }

.ri-building-2-line:before {
  content: "\eb03"; }

.ri-building-3-fill:before {
  content: "\eb04"; }

.ri-building-3-line:before {
  content: "\eb05"; }

.ri-building-4-fill:before {
  content: "\eb06"; }

.ri-building-4-line:before {
  content: "\eb07"; }

.ri-building-fill:before {
  content: "\eb08"; }

.ri-building-line:before {
  content: "\eb09"; }

.ri-bus-2-fill:before {
  content: "\eb0a"; }

.ri-bus-2-line:before {
  content: "\eb0b"; }

.ri-bus-fill:before {
  content: "\eb0c"; }

.ri-bus-line:before {
  content: "\eb0d"; }

.ri-bus-wifi-fill:before {
  content: "\eb0e"; }

.ri-bus-wifi-line:before {
  content: "\eb0f"; }

.ri-cake-2-fill:before {
  content: "\eb10"; }

.ri-cake-2-line:before {
  content: "\eb11"; }

.ri-cake-3-fill:before {
  content: "\eb12"; }

.ri-cake-3-line:before {
  content: "\eb13"; }

.ri-cake-fill:before {
  content: "\eb14"; }

.ri-cake-line:before {
  content: "\eb15"; }

.ri-calculator-fill:before {
  content: "\eb16"; }

.ri-calculator-line:before {
  content: "\eb17"; }

.ri-calendar-2-fill:before {
  content: "\eb18"; }

.ri-calendar-2-line:before {
  content: "\eb19"; }

.ri-calendar-check-fill:before {
  content: "\eb1a"; }

.ri-calendar-check-line:before {
  content: "\eb1b"; }

.ri-calendar-event-fill:before {
  content: "\eb1c"; }

.ri-calendar-event-line:before {
  content: "\eb1d"; }

.ri-calendar-fill:before {
  content: "\eb1e"; }

.ri-calendar-line:before {
  content: "\eb1f"; }

.ri-calendar-todo-fill:before {
  content: "\eb20"; }

.ri-calendar-todo-line:before {
  content: "\eb21"; }

.ri-camera-2-fill:before {
  content: "\eb22"; }

.ri-camera-2-line:before {
  content: "\eb23"; }

.ri-camera-3-fill:before {
  content: "\eb24"; }

.ri-camera-3-line:before {
  content: "\eb25"; }

.ri-camera-fill:before {
  content: "\eb26"; }

.ri-camera-lens-fill:before {
  content: "\eb27"; }

.ri-camera-lens-line:before {
  content: "\eb28"; }

.ri-camera-line:before {
  content: "\eb29"; }

.ri-camera-off-fill:before {
  content: "\eb2a"; }

.ri-camera-off-line:before {
  content: "\eb2b"; }

.ri-camera-switch-fill:before {
  content: "\eb2c"; }

.ri-camera-switch-line:before {
  content: "\eb2d"; }

.ri-car-fill:before {
  content: "\eb2e"; }

.ri-car-line:before {
  content: "\eb2f"; }

.ri-car-washing-fill:before {
  content: "\eb30"; }

.ri-car-washing-line:before {
  content: "\eb31"; }

.ri-cast-fill:before {
  content: "\eb32"; }

.ri-cast-line:before {
  content: "\eb33"; }

.ri-cellphone-fill:before {
  content: "\eb34"; }

.ri-cellphone-line:before {
  content: "\eb35"; }

.ri-celsius-fill:before {
  content: "\eb36"; }

.ri-celsius-line:before {
  content: "\eb37"; }

.ri-character-recognition-fill:before {
  content: "\eb38"; }

.ri-character-recognition-line:before {
  content: "\eb39"; }

.ri-charging-pile-2-fill:before {
  content: "\eb3a"; }

.ri-charging-pile-2-line:before {
  content: "\eb3b"; }

.ri-charging-pile-fill:before {
  content: "\eb3c"; }

.ri-charging-pile-line:before {
  content: "\eb3d"; }

.ri-chat-1-fill:before {
  content: "\eb3e"; }

.ri-chat-1-line:before {
  content: "\eb3f"; }

.ri-chat-2-fill:before {
  content: "\eb40"; }

.ri-chat-2-line:before {
  content: "\eb41"; }

.ri-chat-3-fill:before {
  content: "\eb42"; }

.ri-chat-3-line:before {
  content: "\eb43"; }

.ri-chat-4-fill:before {
  content: "\eb44"; }

.ri-chat-4-line:before {
  content: "\eb45"; }

.ri-chat-check-fill:before {
  content: "\eb46"; }

.ri-chat-check-line:before {
  content: "\eb47"; }

.ri-chat-delete-fill:before {
  content: "\eb48"; }

.ri-chat-delete-line:before {
  content: "\eb49"; }

.ri-chat-download-fill:before {
  content: "\eb4a"; }

.ri-chat-download-line:before {
  content: "\eb4b"; }

.ri-chat-forward-fill:before {
  content: "\eb4c"; }

.ri-chat-forward-line:before {
  content: "\eb4d"; }

.ri-chat-heart-fill:before {
  content: "\eb4e"; }

.ri-chat-heart-line:before {
  content: "\eb4f"; }

.ri-chat-new-fill:before {
  content: "\eb50"; }

.ri-chat-new-line:before {
  content: "\eb51"; }

.ri-chat-off-fill:before {
  content: "\eb52"; }

.ri-chat-off-line:before {
  content: "\eb53"; }

.ri-chat-settings-fill:before {
  content: "\eb54"; }

.ri-chat-settings-line:before {
  content: "\eb55"; }

.ri-chat-smile-2-fill:before {
  content: "\eb56"; }

.ri-chat-smile-2-line:before {
  content: "\eb57"; }

.ri-chat-smile-3-fill:before {
  content: "\eb58"; }

.ri-chat-smile-3-line:before {
  content: "\eb59"; }

.ri-chat-smile-fill:before {
  content: "\eb5a"; }

.ri-chat-smile-line:before {
  content: "\eb5b"; }

.ri-chat-upload-fill:before {
  content: "\eb5c"; }

.ri-chat-upload-line:before {
  content: "\eb5d"; }

.ri-chat-voice-fill:before {
  content: "\eb5e"; }

.ri-chat-voice-line:before {
  content: "\eb5f"; }

.ri-check-double-fill:before {
  content: "\eb60"; }

.ri-check-double-line:before {
  content: "\eb61"; }

.ri-check-fill:before {
  content: "\eb62"; }

.ri-check-line:before {
  content: "\eb63"; }

.ri-checkbox-blank-circle-fill:before {
  content: "\eb64"; }

.ri-checkbox-blank-circle-line:before {
  content: "\eb65"; }

.ri-checkbox-blank-fill:before {
  content: "\eb66"; }

.ri-checkbox-blank-line:before {
  content: "\eb67"; }

.ri-checkbox-circle-fill:before {
  content: "\eb68"; }

.ri-checkbox-circle-line:before {
  content: "\eb69"; }

.ri-checkbox-fill:before {
  content: "\eb6a"; }

.ri-checkbox-indeterminate-fill:before {
  content: "\eb6b"; }

.ri-checkbox-indeterminate-line:before {
  content: "\eb6c"; }

.ri-checkbox-line:before {
  content: "\eb6d"; }

.ri-checkbox-multiple-blank-fill:before {
  content: "\eb6e"; }

.ri-checkbox-multiple-blank-line:before {
  content: "\eb6f"; }

.ri-checkbox-multiple-fill:before {
  content: "\eb70"; }

.ri-checkbox-multiple-line:before {
  content: "\eb71"; }

.ri-china-railway-fill:before {
  content: "\eb72"; }

.ri-china-railway-line:before {
  content: "\eb73"; }

.ri-chrome-fill:before {
  content: "\eb74"; }

.ri-chrome-line:before {
  content: "\eb75"; }

.ri-clapperboard-fill:before {
  content: "\eb76"; }

.ri-clapperboard-line:before {
  content: "\eb77"; }

.ri-clipboard-fill:before {
  content: "\eb78"; }

.ri-clipboard-line:before {
  content: "\eb79"; }

.ri-clockwise-2-fill:before {
  content: "\eb7a"; }

.ri-clockwise-2-line:before {
  content: "\eb7b"; }

.ri-clockwise-fill:before {
  content: "\eb7c"; }

.ri-clockwise-line:before {
  content: "\eb7d"; }

.ri-close-circle-fill:before {
  content: "\eb7e"; }

.ri-close-circle-line:before {
  content: "\eb7f"; }

.ri-close-fill:before {
  content: "\eb80"; }

.ri-close-line:before {
  content: "\eb81"; }

.ri-cloud-fill:before {
  content: "\eb82"; }

.ri-cloud-line:before {
  content: "\eb83"; }

.ri-cloud-off-fill:before {
  content: "\eb84"; }

.ri-cloud-off-line:before {
  content: "\eb85"; }

.ri-cloud-windy-fill:before {
  content: "\eb86"; }

.ri-cloud-windy-line:before {
  content: "\eb87"; }

.ri-cloudy-2-fill:before {
  content: "\eb88"; }

.ri-cloudy-2-line:before {
  content: "\eb89"; }

.ri-cloudy-fill:before {
  content: "\eb8a"; }

.ri-cloudy-line:before {
  content: "\eb8b"; }

.ri-code-box-fill:before {
  content: "\eb8c"; }

.ri-code-box-line:before {
  content: "\eb8d"; }

.ri-code-fill:before {
  content: "\eb8e"; }

.ri-code-line:before {
  content: "\eb8f"; }

.ri-code-s-fill:before {
  content: "\eb90"; }

.ri-code-s-line:before {
  content: "\eb91"; }

.ri-code-s-slash-fill:before {
  content: "\eb92"; }

.ri-code-s-slash-line:before {
  content: "\eb93"; }

.ri-code-view:before {
  content: "\eb94"; }

.ri-codepen-fill:before {
  content: "\eb95"; }

.ri-codepen-line:before {
  content: "\eb96"; }

.ri-coin-fill:before {
  content: "\eb97"; }

.ri-coin-line:before {
  content: "\eb98"; }

.ri-coins-fill:before {
  content: "\eb99"; }

.ri-coins-line:before {
  content: "\eb9a"; }

.ri-command-fill:before {
  content: "\eb9b"; }

.ri-command-line:before {
  content: "\eb9c"; }

.ri-community-fill:before {
  content: "\eb9d"; }

.ri-community-line:before {
  content: "\eb9e"; }

.ri-compass-2-fill:before {
  content: "\eb9f"; }

.ri-compass-2-line:before {
  content: "\eba0"; }

.ri-compass-3-fill:before {
  content: "\eba1"; }

.ri-compass-3-line:before {
  content: "\eba2"; }

.ri-compass-4-fill:before {
  content: "\eba3"; }

.ri-compass-4-line:before {
  content: "\eba4"; }

.ri-compass-discover-fill:before {
  content: "\eba5"; }

.ri-compass-discover-line:before {
  content: "\eba6"; }

.ri-compass-fill:before {
  content: "\eba7"; }

.ri-compass-line:before {
  content: "\eba8"; }

.ri-compasses-2-fill:before {
  content: "\eba9"; }

.ri-compasses-2-line:before {
  content: "\ebaa"; }

.ri-compasses-fill:before {
  content: "\ebab"; }

.ri-compasses-line:before {
  content: "\ebac"; }

.ri-computer-fill:before {
  content: "\ebad"; }

.ri-computer-line:before {
  content: "\ebae"; }

.ri-contacts-book-2-fill:before {
  content: "\ebaf"; }

.ri-contacts-book-2-line:before {
  content: "\ebb0"; }

.ri-contacts-book-fill:before {
  content: "\ebb1"; }

.ri-contacts-book-line:before {
  content: "\ebb2"; }

.ri-contacts-book-upload-fill:before {
  content: "\ebb3"; }

.ri-contacts-book-upload-line:before {
  content: "\ebb4"; }

.ri-contacts-fill:before {
  content: "\ebb5"; }

.ri-contacts-line:before {
  content: "\ebb6"; }

.ri-contrast-2-fill:before {
  content: "\ebb7"; }

.ri-contrast-2-line:before {
  content: "\ebb8"; }

.ri-contrast-drop-2-fill:before {
  content: "\ebb9"; }

.ri-contrast-drop-2-line:before {
  content: "\ebba"; }

.ri-contrast-drop-fill:before {
  content: "\ebbb"; }

.ri-contrast-drop-line:before {
  content: "\ebbc"; }

.ri-contrast-fill:before {
  content: "\ebbd"; }

.ri-contrast-line:before {
  content: "\ebbe"; }

.ri-copper-coin-fill:before {
  content: "\ebbf"; }

.ri-copper-coin-line:before {
  content: "\ebc0"; }

.ri-copper-diamond-fill:before {
  content: "\ebc1"; }

.ri-copper-diamond-line:before {
  content: "\ebc2"; }

.ri-copyright-fill:before {
  content: "\ebc3"; }

.ri-copyright-line:before {
  content: "\ebc4"; }

.ri-coreos-fill:before {
  content: "\ebc5"; }

.ri-coreos-line:before {
  content: "\ebc6"; }

.ri-coupon-2-fill:before {
  content: "\ebc7"; }

.ri-coupon-2-line:before {
  content: "\ebc8"; }

.ri-coupon-3-fill:before {
  content: "\ebc9"; }

.ri-coupon-3-line:before {
  content: "\ebca"; }

.ri-coupon-4-fill:before {
  content: "\ebcb"; }

.ri-coupon-4-line:before {
  content: "\ebcc"; }

.ri-coupon-5-fill:before {
  content: "\ebcd"; }

.ri-coupon-5-line:before {
  content: "\ebce"; }

.ri-coupon-fill:before {
  content: "\ebcf"; }

.ri-coupon-line:before {
  content: "\ebd0"; }

.ri-cpu-fill:before {
  content: "\ebd1"; }

.ri-cpu-line:before {
  content: "\ebd2"; }

.ri-creative-commons-by-fill:before {
  content: "\ebd3"; }

.ri-creative-commons-by-line:before {
  content: "\ebd4"; }

.ri-creative-commons-fill:before {
  content: "\ebd5"; }

.ri-creative-commons-line:before {
  content: "\ebd6"; }

.ri-creative-commons-nc-fill:before {
  content: "\ebd7"; }

.ri-creative-commons-nc-line:before {
  content: "\ebd8"; }

.ri-creative-commons-nd-fill:before {
  content: "\ebd9"; }

.ri-creative-commons-nd-line:before {
  content: "\ebda"; }

.ri-creative-commons-sa-fill:before {
  content: "\ebdb"; }

.ri-creative-commons-sa-line:before {
  content: "\ebdc"; }

.ri-creative-commons-zero-fill:before {
  content: "\ebdd"; }

.ri-creative-commons-zero-line:before {
  content: "\ebde"; }

.ri-criminal-fill:before {
  content: "\ebdf"; }

.ri-criminal-line:before {
  content: "\ebe0"; }

.ri-crop-2-fill:before {
  content: "\ebe1"; }

.ri-crop-2-line:before {
  content: "\ebe2"; }

.ri-crop-fill:before {
  content: "\ebe3"; }

.ri-crop-line:before {
  content: "\ebe4"; }

.ri-css3-fill:before {
  content: "\ebe5"; }

.ri-css3-line:before {
  content: "\ebe6"; }

.ri-cup-fill:before {
  content: "\ebe7"; }

.ri-cup-line:before {
  content: "\ebe8"; }

.ri-currency-fill:before {
  content: "\ebe9"; }

.ri-currency-line:before {
  content: "\ebea"; }

.ri-cursor-fill:before {
  content: "\ebeb"; }

.ri-cursor-line:before {
  content: "\ebec"; }

.ri-customer-service-2-fill:before {
  content: "\ebed"; }

.ri-customer-service-2-line:before {
  content: "\ebee"; }

.ri-customer-service-fill:before {
  content: "\ebef"; }

.ri-customer-service-line:before {
  content: "\ebf0"; }

.ri-dashboard-fill:before {
  content: "\ebf1"; }

.ri-dashboard-line:before {
  content: "\ebf2"; }

.ri-database-2-fill:before {
  content: "\ebf3"; }

.ri-database-2-line:before {
  content: "\ebf4"; }

.ri-database-fill:before {
  content: "\ebf5"; }

.ri-database-line:before {
  content: "\ebf6"; }

.ri-delete-back-2-fill:before {
  content: "\ebf7"; }

.ri-delete-back-2-line:before {
  content: "\ebf8"; }

.ri-delete-back-fill:before {
  content: "\ebf9"; }

.ri-delete-back-line:before {
  content: "\ebfa"; }

.ri-delete-bin-2-fill:before {
  content: "\ebfb"; }

.ri-delete-bin-2-line:before {
  content: "\ebfc"; }

.ri-delete-bin-3-fill:before {
  content: "\ebfd"; }

.ri-delete-bin-3-line:before {
  content: "\ebfe"; }

.ri-delete-bin-4-fill:before {
  content: "\ebff"; }

.ri-delete-bin-4-line:before {
  content: "\ec00"; }

.ri-delete-bin-5-fill:before {
  content: "\ec01"; }

.ri-delete-bin-5-line:before {
  content: "\ec02"; }

.ri-delete-bin-6-fill:before {
  content: "\ec03"; }

.ri-delete-bin-6-line:before {
  content: "\ec04"; }

.ri-delete-bin-7-fill:before {
  content: "\ec05"; }

.ri-delete-bin-7-line:before {
  content: "\ec06"; }

.ri-delete-bin-fill:before {
  content: "\ec07"; }

.ri-delete-bin-line:before {
  content: "\ec08"; }

.ri-device-fill:before {
  content: "\ec09"; }

.ri-device-line:before {
  content: "\ec0a"; }

.ri-device-recover-fill:before {
  content: "\ec0b"; }

.ri-device-recover-line:before {
  content: "\ec0c"; }

.ri-dingding-fill:before {
  content: "\ec0d"; }

.ri-dingding-line:before {
  content: "\ec0e"; }

.ri-direction-fill:before {
  content: "\ec0f"; }

.ri-direction-line:before {
  content: "\ec10"; }

.ri-disc-fill:before {
  content: "\ec11"; }

.ri-disc-line:before {
  content: "\ec12"; }

.ri-discord-fill:before {
  content: "\ec13"; }

.ri-discord-line:before {
  content: "\ec14"; }

.ri-discuss-fill:before {
  content: "\ec15"; }

.ri-discuss-line:before {
  content: "\ec16"; }

.ri-divide-fill:before {
  content: "\ec17"; }

.ri-divide-line:before {
  content: "\ec18"; }

.ri-door-lock-box-fill:before {
  content: "\ec19"; }

.ri-door-lock-box-line:before {
  content: "\ec1a"; }

.ri-door-lock-fill:before {
  content: "\ec1b"; }

.ri-door-lock-line:before {
  content: "\ec1c"; }

.ri-douban-fill:before {
  content: "\ec1d"; }

.ri-douban-line:before {
  content: "\ec1e"; }

.ri-double-quotes-l:before {
  content: "\ec1f"; }

.ri-double-quotes-r:before {
  content: "\ec20"; }

.ri-download-2-fill:before {
  content: "\ec21"; }

.ri-download-2-line:before {
  content: "\ec22"; }

.ri-download-cloud-2-fill:before {
  content: "\ec23"; }

.ri-download-cloud-2-line:before {
  content: "\ec24"; }

.ri-download-cloud-fill:before {
  content: "\ec25"; }

.ri-download-cloud-line:before {
  content: "\ec26"; }

.ri-download-fill:before {
  content: "\ec27"; }

.ri-download-line:before {
  content: "\ec28"; }

.ri-drag-drop-fill:before {
  content: "\ec29"; }

.ri-drag-drop-line:before {
  content: "\ec2a"; }

.ri-drag-move-2-fill:before {
  content: "\ec2b"; }

.ri-drag-move-2-line:before {
  content: "\ec2c"; }

.ri-drag-move-fill:before {
  content: "\ec2d"; }

.ri-drag-move-line:before {
  content: "\ec2e"; }

.ri-dribbble-fill:before {
  content: "\ec2f"; }

.ri-dribbble-line:before {
  content: "\ec30"; }

.ri-drive-fill:before {
  content: "\ec31"; }

.ri-drive-line:before {
  content: "\ec32"; }

.ri-drizzle-fill:before {
  content: "\ec33"; }

.ri-drizzle-line:before {
  content: "\ec34"; }

.ri-drop-fill:before {
  content: "\ec35"; }

.ri-drop-line:before {
  content: "\ec36"; }

.ri-dropbox-fill:before {
  content: "\ec37"; }

.ri-dropbox-line:before {
  content: "\ec38"; }

.ri-dual-sim-1-fill:before {
  content: "\ec39"; }

.ri-dual-sim-1-line:before {
  content: "\ec3a"; }

.ri-dual-sim-2-fill:before {
  content: "\ec3b"; }

.ri-dual-sim-2-line:before {
  content: "\ec3c"; }

.ri-dv-fill:before {
  content: "\ec3d"; }

.ri-dv-line:before {
  content: "\ec3e"; }

.ri-dvd-fill:before {
  content: "\ec3f"; }

.ri-dvd-line:before {
  content: "\ec40"; }

.ri-e-bike-2-fill:before {
  content: "\ec41"; }

.ri-e-bike-2-line:before {
  content: "\ec42"; }

.ri-e-bike-fill:before {
  content: "\ec43"; }

.ri-e-bike-line:before {
  content: "\ec44"; }

.ri-earth-fill:before {
  content: "\ec45"; }

.ri-earth-line:before {
  content: "\ec46"; }

.ri-earthquake-fill:before {
  content: "\ec47"; }

.ri-earthquake-line:before {
  content: "\ec48"; }

.ri-edge-fill:before {
  content: "\ec49"; }

.ri-edge-line:before {
  content: "\ec4a"; }

.ri-edit-2-fill:before {
  content: "\ec4b"; }

.ri-edit-2-line:before {
  content: "\ec4c"; }

.ri-edit-box-fill:before {
  content: "\ec4d"; }

.ri-edit-box-line:before {
  content: "\ec4e"; }

.ri-edit-circle-fill:before {
  content: "\ec4f"; }

.ri-edit-circle-line:before {
  content: "\ec50"; }

.ri-edit-fill:before {
  content: "\ec51"; }

.ri-edit-line:before {
  content: "\ec52"; }

.ri-eject-fill:before {
  content: "\ec53"; }

.ri-eject-line:before {
  content: "\ec54"; }

.ri-emotion-2-fill:before {
  content: "\ec55"; }

.ri-emotion-2-line:before {
  content: "\ec56"; }

.ri-emotion-fill:before {
  content: "\ec57"; }

.ri-emotion-happy-fill:before {
  content: "\ec58"; }

.ri-emotion-happy-line:before {
  content: "\ec59"; }

.ri-emotion-laugh-fill:before {
  content: "\ec5a"; }

.ri-emotion-laugh-line:before {
  content: "\ec5b"; }

.ri-emotion-line:before {
  content: "\ec5c"; }

.ri-emotion-normal-fill:before {
  content: "\ec5d"; }

.ri-emotion-normal-line:before {
  content: "\ec5e"; }

.ri-emotion-sad-fill:before {
  content: "\ec5f"; }

.ri-emotion-sad-line:before {
  content: "\ec60"; }

.ri-emotion-unhappy-fill:before {
  content: "\ec61"; }

.ri-emotion-unhappy-line:before {
  content: "\ec62"; }

.ri-emphasis-cn:before {
  content: "\ec63"; }

.ri-emphasis:before {
  content: "\ec64"; }

.ri-english-input:before {
  content: "\ec65"; }

.ri-equalizer-fill:before {
  content: "\ec66"; }

.ri-equalizer-line:before {
  content: "\ec67"; }

.ri-eraser-fill:before {
  content: "\ec68"; }

.ri-eraser-line:before {
  content: "\ec69"; }

.ri-error-warning-fill:before {
  content: "\ec6a"; }

.ri-error-warning-line:before {
  content: "\ec6b"; }

.ri-evernote-fill:before {
  content: "\ec6c"; }

.ri-evernote-line:before {
  content: "\ec6d"; }

.ri-exchange-box-fill:before {
  content: "\ec6e"; }

.ri-exchange-box-line:before {
  content: "\ec6f"; }

.ri-exchange-cny-fill:before {
  content: "\ec70"; }

.ri-exchange-cny-line:before {
  content: "\ec71"; }

.ri-exchange-dollar-fill:before {
  content: "\ec72"; }

.ri-exchange-dollar-line:before {
  content: "\ec73"; }

.ri-exchange-fill:before {
  content: "\ec74"; }

.ri-exchange-funds-fill:before {
  content: "\ec75"; }

.ri-exchange-funds-line:before {
  content: "\ec76"; }

.ri-exchange-line:before {
  content: "\ec77"; }

.ri-external-link-fill:before {
  content: "\ec78"; }

.ri-external-link-line:before {
  content: "\ec79"; }

.ri-eye-2-fill:before {
  content: "\ec7a"; }

.ri-eye-2-line:before {
  content: "\ec7b"; }

.ri-eye-close-fill:before {
  content: "\ec7c"; }

.ri-eye-close-line:before {
  content: "\ec7d"; }

.ri-eye-fill:before {
  content: "\ec7e"; }

.ri-eye-line:before {
  content: "\ec7f"; }

.ri-eye-off-fill:before {
  content: "\ec80"; }

.ri-eye-off-line:before {
  content: "\ec81"; }

.ri-facebook-box-fill:before {
  content: "\ec82"; }

.ri-facebook-box-line:before {
  content: "\ec83"; }

.ri-facebook-circle-fill:before {
  content: "\ec84"; }

.ri-facebook-circle-line:before {
  content: "\ec85"; }

.ri-facebook-fill:before {
  content: "\ec86"; }

.ri-facebook-line:before {
  content: "\ec87"; }

.ri-fahrenheit-fill:before {
  content: "\ec88"; }

.ri-fahrenheit-line:before {
  content: "\ec89"; }

.ri-feedback-fill:before {
  content: "\ec8a"; }

.ri-feedback-line:before {
  content: "\ec8b"; }

.ri-file-2-fill:before {
  content: "\ec8c"; }

.ri-file-2-line:before {
  content: "\ec8d"; }

.ri-file-3-fill:before {
  content: "\ec8e"; }

.ri-file-3-line:before {
  content: "\ec8f"; }

.ri-file-4-fill:before {
  content: "\ec90"; }

.ri-file-4-line:before {
  content: "\ec91"; }

.ri-file-add-fill:before {
  content: "\ec92"; }

.ri-file-add-line:before {
  content: "\ec93"; }

.ri-file-chart-2-fill:before {
  content: "\ec94"; }

.ri-file-chart-2-line:before {
  content: "\ec95"; }

.ri-file-chart-fill:before {
  content: "\ec96"; }

.ri-file-chart-line:before {
  content: "\ec97"; }

.ri-file-cloud-fill:before {
  content: "\ec98"; }

.ri-file-cloud-line:before {
  content: "\ec99"; }

.ri-file-code-fill:before {
  content: "\ec9a"; }

.ri-file-code-line:before {
  content: "\ec9b"; }

.ri-file-copy-2-fill:before {
  content: "\ec9c"; }

.ri-file-copy-2-line:before {
  content: "\ec9d"; }

.ri-file-copy-fill:before {
  content: "\ec9e"; }

.ri-file-copy-line:before {
  content: "\ec9f"; }

.ri-file-damage-fill:before {
  content: "\eca0"; }

.ri-file-damage-line:before {
  content: "\eca1"; }

.ri-file-download-fill:before {
  content: "\eca2"; }

.ri-file-download-line:before {
  content: "\eca3"; }

.ri-file-edit-fill:before {
  content: "\eca4"; }

.ri-file-edit-line:before {
  content: "\eca5"; }

.ri-file-excel-2-fill:before {
  content: "\eca6"; }

.ri-file-excel-2-line:before {
  content: "\eca7"; }

.ri-file-excel-fill:before {
  content: "\eca8"; }

.ri-file-excel-line:before {
  content: "\eca9"; }

.ri-file-fill:before {
  content: "\ecaa"; }

.ri-file-forbid-fill:before {
  content: "\ecab"; }

.ri-file-forbid-line:before {
  content: "\ecac"; }

.ri-file-hwp-fill:before {
  content: "\ecad"; }

.ri-file-hwp-line:before {
  content: "\ecae"; }

.ri-file-info-fill:before {
  content: "\ecaf"; }

.ri-file-info-line:before {
  content: "\ecb0"; }

.ri-file-line:before {
  content: "\ecb1"; }

.ri-file-list-2-fill:before {
  content: "\ecb2"; }

.ri-file-list-2-line:before {
  content: "\ecb3"; }

.ri-file-list-3-fill:before {
  content: "\ecb4"; }

.ri-file-list-3-line:before {
  content: "\ecb5"; }

.ri-file-list-fill:before {
  content: "\ecb6"; }

.ri-file-list-line:before {
  content: "\ecb7"; }

.ri-file-lock-fill:before {
  content: "\ecb8"; }

.ri-file-lock-line:before {
  content: "\ecb9"; }

.ri-file-mark-fill:before {
  content: "\ecba"; }

.ri-file-mark-line:before {
  content: "\ecbb"; }

.ri-file-music-fill:before {
  content: "\ecbc"; }

.ri-file-music-line:before {
  content: "\ecbd"; }

.ri-file-paper-2-fill:before {
  content: "\ecbe"; }

.ri-file-paper-2-line:before {
  content: "\ecbf"; }

.ri-file-paper-fill:before {
  content: "\ecc0"; }

.ri-file-paper-line:before {
  content: "\ecc1"; }

.ri-file-pdf-fill:before {
  content: "\ecc2"; }

.ri-file-pdf-line:before {
  content: "\ecc3"; }

.ri-file-ppt-2-fill:before {
  content: "\ecc4"; }

.ri-file-ppt-2-line:before {
  content: "\ecc5"; }

.ri-file-ppt-fill:before {
  content: "\ecc6"; }

.ri-file-ppt-line:before {
  content: "\ecc7"; }

.ri-file-reduce-fill:before {
  content: "\ecc8"; }

.ri-file-reduce-line:before {
  content: "\ecc9"; }

.ri-file-search-fill:before {
  content: "\ecca"; }

.ri-file-search-line:before {
  content: "\eccb"; }

.ri-file-settings-fill:before {
  content: "\eccc"; }

.ri-file-settings-line:before {
  content: "\eccd"; }

.ri-file-shield-2-fill:before {
  content: "\ecce"; }

.ri-file-shield-2-line:before {
  content: "\eccf"; }

.ri-file-shield-fill:before {
  content: "\ecd0"; }

.ri-file-shield-line:before {
  content: "\ecd1"; }

.ri-file-shred-fill:before {
  content: "\ecd2"; }

.ri-file-shred-line:before {
  content: "\ecd3"; }

.ri-file-text-fill:before {
  content: "\ecd4"; }

.ri-file-text-line:before {
  content: "\ecd5"; }

.ri-file-transfer-fill:before {
  content: "\ecd6"; }

.ri-file-transfer-line:before {
  content: "\ecd7"; }

.ri-file-unknow-fill:before {
  content: "\ecd8"; }

.ri-file-unknow-line:before {
  content: "\ecd9"; }

.ri-file-upload-fill:before {
  content: "\ecda"; }

.ri-file-upload-line:before {
  content: "\ecdb"; }

.ri-file-user-fill:before {
  content: "\ecdc"; }

.ri-file-user-line:before {
  content: "\ecdd"; }

.ri-file-warning-fill:before {
  content: "\ecde"; }

.ri-file-warning-line:before {
  content: "\ecdf"; }

.ri-file-word-2-fill:before {
  content: "\ece0"; }

.ri-file-word-2-line:before {
  content: "\ece1"; }

.ri-file-word-fill:before {
  content: "\ece2"; }

.ri-file-word-line:before {
  content: "\ece3"; }

.ri-file-zip-fill:before {
  content: "\ece4"; }

.ri-file-zip-line:before {
  content: "\ece5"; }

.ri-film-fill:before {
  content: "\ece6"; }

.ri-film-line:before {
  content: "\ece7"; }

.ri-filter-2-fill:before {
  content: "\ece8"; }

.ri-filter-2-line:before {
  content: "\ece9"; }

.ri-filter-3-fill:before {
  content: "\ecea"; }

.ri-filter-3-line:before {
  content: "\eceb"; }

.ri-filter-fill:before {
  content: "\ecec"; }

.ri-filter-line:before {
  content: "\eced"; }

.ri-find-replace-fill:before {
  content: "\ecee"; }

.ri-find-replace-line:before {
  content: "\ecef"; }

.ri-fingerprint-2-fill:before {
  content: "\ecf0"; }

.ri-fingerprint-2-line:before {
  content: "\ecf1"; }

.ri-fingerprint-fill:before {
  content: "\ecf2"; }

.ri-fingerprint-line:before {
  content: "\ecf3"; }

.ri-fire-fill:before {
  content: "\ecf4"; }

.ri-fire-line:before {
  content: "\ecf5"; }

.ri-firefox-fill:before {
  content: "\ecf6"; }

.ri-firefox-line:before {
  content: "\ecf7"; }

.ri-flag-2-fill:before {
  content: "\ecf8"; }

.ri-flag-2-line:before {
  content: "\ecf9"; }

.ri-flag-fill:before {
  content: "\ecfa"; }

.ri-flag-line:before {
  content: "\ecfb"; }

.ri-flashlight-fill:before {
  content: "\ecfc"; }

.ri-flashlight-line:before {
  content: "\ecfd"; }

.ri-flask-fill:before {
  content: "\ecfe"; }

.ri-flask-line:before {
  content: "\ecff"; }

.ri-flight-land-fill:before {
  content: "\ed00"; }

.ri-flight-land-line:before {
  content: "\ed01"; }

.ri-flight-takeoff-fill:before {
  content: "\ed02"; }

.ri-flight-takeoff-line:before {
  content: "\ed03"; }

.ri-flood-fill:before {
  content: "\ed04"; }

.ri-flood-line:before {
  content: "\ed05"; }

.ri-flutter-fill:before {
  content: "\ed06"; }

.ri-flutter-line:before {
  content: "\ed07"; }

.ri-focus-2-fill:before {
  content: "\ed08"; }

.ri-focus-2-line:before {
  content: "\ed09"; }

.ri-focus-3-fill:before {
  content: "\ed0a"; }

.ri-focus-3-line:before {
  content: "\ed0b"; }

.ri-focus-fill:before {
  content: "\ed0c"; }

.ri-focus-line:before {
  content: "\ed0d"; }

.ri-foggy-fill:before {
  content: "\ed0e"; }

.ri-foggy-line:before {
  content: "\ed0f"; }

.ri-folder-2-fill:before {
  content: "\ed10"; }

.ri-folder-2-line:before {
  content: "\ed11"; }

.ri-folder-3-fill:before {
  content: "\ed12"; }

.ri-folder-3-line:before {
  content: "\ed13"; }

.ri-folder-4-fill:before {
  content: "\ed14"; }

.ri-folder-4-line:before {
  content: "\ed15"; }

.ri-folder-5-fill:before {
  content: "\ed16"; }

.ri-folder-5-line:before {
  content: "\ed17"; }

.ri-folder-add-fill:before {
  content: "\ed18"; }

.ri-folder-add-line:before {
  content: "\ed19"; }

.ri-folder-chart-2-fill:before {
  content: "\ed1a"; }

.ri-folder-chart-2-line:before {
  content: "\ed1b"; }

.ri-folder-chart-fill:before {
  content: "\ed1c"; }

.ri-folder-chart-line:before {
  content: "\ed1d"; }

.ri-folder-download-fill:before {
  content: "\ed1e"; }

.ri-folder-download-line:before {
  content: "\ed1f"; }

.ri-folder-fill:before {
  content: "\ed20"; }

.ri-folder-forbid-fill:before {
  content: "\ed21"; }

.ri-folder-forbid-line:before {
  content: "\ed22"; }

.ri-folder-info-fill:before {
  content: "\ed23"; }

.ri-folder-info-line:before {
  content: "\ed24"; }

.ri-folder-keyhole-fill:before {
  content: "\ed25"; }

.ri-folder-keyhole-line:before {
  content: "\ed26"; }

.ri-folder-line:before {
  content: "\ed27"; }

.ri-folder-lock-fill:before {
  content: "\ed28"; }

.ri-folder-lock-line:before {
  content: "\ed29"; }

.ri-folder-music-fill:before {
  content: "\ed2a"; }

.ri-folder-music-line:before {
  content: "\ed2b"; }

.ri-folder-open-fill:before {
  content: "\ed2c"; }

.ri-folder-open-line:before {
  content: "\ed2d"; }

.ri-folder-received-fill:before {
  content: "\ed2e"; }

.ri-folder-received-line:before {
  content: "\ed2f"; }

.ri-folder-reduce-fill:before {
  content: "\ed30"; }

.ri-folder-reduce-line:before {
  content: "\ed31"; }

.ri-folder-settings-fill:before {
  content: "\ed32"; }

.ri-folder-settings-line:before {
  content: "\ed33"; }

.ri-folder-shared-fill:before {
  content: "\ed34"; }

.ri-folder-shared-line:before {
  content: "\ed35"; }

.ri-folder-shield-2-fill:before {
  content: "\ed36"; }

.ri-folder-shield-2-line:before {
  content: "\ed37"; }

.ri-folder-shield-fill:before {
  content: "\ed38"; }

.ri-folder-shield-line:before {
  content: "\ed39"; }

.ri-folder-transfer-fill:before {
  content: "\ed3a"; }

.ri-folder-transfer-line:before {
  content: "\ed3b"; }

.ri-folder-unknow-fill:before {
  content: "\ed3c"; }

.ri-folder-unknow-line:before {
  content: "\ed3d"; }

.ri-folder-upload-fill:before {
  content: "\ed3e"; }

.ri-folder-upload-line:before {
  content: "\ed3f"; }

.ri-folder-user-fill:before {
  content: "\ed40"; }

.ri-folder-user-line:before {
  content: "\ed41"; }

.ri-folder-warning-fill:before {
  content: "\ed42"; }

.ri-folder-warning-line:before {
  content: "\ed43"; }

.ri-folder-zip-fill:before {
  content: "\ed44"; }

.ri-folder-zip-line:before {
  content: "\ed45"; }

.ri-folders-fill:before {
  content: "\ed46"; }

.ri-folders-line:before {
  content: "\ed47"; }

.ri-font-color:before {
  content: "\ed48"; }

.ri-font-size-2:before {
  content: "\ed49"; }

.ri-font-size:before {
  content: "\ed4a"; }

.ri-football-fill:before {
  content: "\ed4b"; }

.ri-football-line:before {
  content: "\ed4c"; }

.ri-footprint-fill:before {
  content: "\ed4d"; }

.ri-footprint-line:before {
  content: "\ed4e"; }

.ri-forbid-2-fill:before {
  content: "\ed4f"; }

.ri-forbid-2-line:before {
  content: "\ed50"; }

.ri-forbid-fill:before {
  content: "\ed51"; }

.ri-forbid-line:before {
  content: "\ed52"; }

.ri-format-clear:before {
  content: "\ed53"; }

.ri-fullscreen-exit-fill:before {
  content: "\ed54"; }

.ri-fullscreen-exit-line:before {
  content: "\ed55"; }

.ri-fullscreen-fill:before {
  content: "\ed56"; }

.ri-fullscreen-line:before {
  content: "\ed57"; }

.ri-function-fill:before {
  content: "\ed58"; }

.ri-function-line:before {
  content: "\ed59"; }

.ri-functions:before {
  content: "\ed5a"; }

.ri-funds-box-fill:before {
  content: "\ed5b"; }

.ri-funds-box-line:before {
  content: "\ed5c"; }

.ri-funds-fill:before {
  content: "\ed5d"; }

.ri-funds-line:before {
  content: "\ed5e"; }

.ri-gallery-fill:before {
  content: "\ed5f"; }

.ri-gallery-line:before {
  content: "\ed60"; }

.ri-gallery-upload-fill:before {
  content: "\ed61"; }

.ri-gallery-upload-line:before {
  content: "\ed62"; }

.ri-game-fill:before {
  content: "\ed63"; }

.ri-game-line:before {
  content: "\ed64"; }

.ri-gamepad-fill:before {
  content: "\ed65"; }

.ri-gamepad-line:before {
  content: "\ed66"; }

.ri-gas-station-fill:before {
  content: "\ed67"; }

.ri-gas-station-line:before {
  content: "\ed68"; }

.ri-gatsby-fill:before {
  content: "\ed69"; }

.ri-gatsby-line:before {
  content: "\ed6a"; }

.ri-genderless-fill:before {
  content: "\ed6b"; }

.ri-genderless-line:before {
  content: "\ed6c"; }

.ri-ghost-2-fill:before {
  content: "\ed6d"; }

.ri-ghost-2-line:before {
  content: "\ed6e"; }

.ri-ghost-fill:before {
  content: "\ed6f"; }

.ri-ghost-line:before {
  content: "\ed70"; }

.ri-ghost-smile-fill:before {
  content: "\ed71"; }

.ri-ghost-smile-line:before {
  content: "\ed72"; }

.ri-gift-2-fill:before {
  content: "\ed73"; }

.ri-gift-2-line:before {
  content: "\ed74"; }

.ri-gift-fill:before {
  content: "\ed75"; }

.ri-gift-line:before {
  content: "\ed76"; }

.ri-git-branch-fill:before {
  content: "\ed77"; }

.ri-git-branch-line:before {
  content: "\ed78"; }

.ri-git-commit-fill:before {
  content: "\ed79"; }

.ri-git-commit-line:before {
  content: "\ed7a"; }

.ri-git-merge-fill:before {
  content: "\ed7b"; }

.ri-git-merge-line:before {
  content: "\ed7c"; }

.ri-git-pull-request-fill:before {
  content: "\ed7d"; }

.ri-git-pull-request-line:before {
  content: "\ed7e"; }

.ri-git-repository-commits-fill:before {
  content: "\ed7f"; }

.ri-git-repository-commits-line:before {
  content: "\ed80"; }

.ri-git-repository-fill:before {
  content: "\ed81"; }

.ri-git-repository-line:before {
  content: "\ed82"; }

.ri-git-repository-private-fill:before {
  content: "\ed83"; }

.ri-git-repository-private-line:before {
  content: "\ed84"; }

.ri-github-fill:before {
  content: "\ed85"; }

.ri-github-line:before {
  content: "\ed86"; }

.ri-gitlab-fill:before {
  content: "\ed87"; }

.ri-gitlab-line:before {
  content: "\ed88"; }

.ri-global-fill:before {
  content: "\ed89"; }

.ri-global-line:before {
  content: "\ed8a"; }

.ri-globe-fill:before {
  content: "\ed8b"; }

.ri-globe-line:before {
  content: "\ed8c"; }

.ri-goblet-fill:before {
  content: "\ed8d"; }

.ri-goblet-line:before {
  content: "\ed8e"; }

.ri-google-fill:before {
  content: "\ed8f"; }

.ri-google-line:before {
  content: "\ed90"; }

.ri-google-play-fill:before {
  content: "\ed91"; }

.ri-google-play-line:before {
  content: "\ed92"; }

.ri-government-fill:before {
  content: "\ed93"; }

.ri-government-line:before {
  content: "\ed94"; }

.ri-gps-fill:before {
  content: "\ed95"; }

.ri-gps-line:before {
  content: "\ed96"; }

.ri-gradienter-fill:before {
  content: "\ed97"; }

.ri-gradienter-line:before {
  content: "\ed98"; }

.ri-grid-fill:before {
  content: "\ed99"; }

.ri-grid-line:before {
  content: "\ed9a"; }

.ri-group-2-fill:before {
  content: "\ed9b"; }

.ri-group-2-line:before {
  content: "\ed9c"; }

.ri-group-fill:before {
  content: "\ed9d"; }

.ri-group-line:before {
  content: "\ed9e"; }

.ri-guide-fill:before {
  content: "\ed9f"; }

.ri-guide-line:before {
  content: "\eda0"; }

.ri-hail-fill:before {
  content: "\eda1"; }

.ri-hail-line:before {
  content: "\eda2"; }

.ri-hammer-fill:before {
  content: "\eda3"; }

.ri-hammer-line:before {
  content: "\eda4"; }

.ri-hand-coin-fill:before {
  content: "\eda5"; }

.ri-hand-coin-line:before {
  content: "\eda6"; }

.ri-hand-heart-fill:before {
  content: "\eda7"; }

.ri-hand-heart-line:before {
  content: "\eda8"; }

.ri-handbag-fill:before {
  content: "\eda9"; }

.ri-handbag-line:before {
  content: "\edaa"; }

.ri-hard-drive-2-fill:before {
  content: "\edab"; }

.ri-hard-drive-2-line:before {
  content: "\edac"; }

.ri-hard-drive-fill:before {
  content: "\edad"; }

.ri-hard-drive-line:before {
  content: "\edae"; }

.ri-hashtag:before {
  content: "\edaf"; }

.ri-haze-2-fill:before {
  content: "\edb0"; }

.ri-haze-2-line:before {
  content: "\edb1"; }

.ri-haze-fill:before {
  content: "\edb2"; }

.ri-haze-line:before {
  content: "\edb3"; }

.ri-hd-fill:before {
  content: "\edb4"; }

.ri-hd-line:before {
  content: "\edb5"; }

.ri-heading:before {
  content: "\edb6"; }

.ri-headphone-fill:before {
  content: "\edb7"; }

.ri-headphone-line:before {
  content: "\edb8"; }

.ri-heart-2-fill:before {
  content: "\edb9"; }

.ri-heart-2-line:before {
  content: "\edba"; }

.ri-heart-add-fill:before {
  content: "\edbb"; }

.ri-heart-add-line:before {
  content: "\edbc"; }

.ri-heart-fill:before {
  content: "\edbd"; }

.ri-heart-line:before {
  content: "\edbe"; }

.ri-hearts-fill:before {
  content: "\edbf"; }

.ri-hearts-line:before {
  content: "\edc0"; }

.ri-heavy-showers-fill:before {
  content: "\edc1"; }

.ri-heavy-showers-line:before {
  content: "\edc2"; }

.ri-home-2-fill:before {
  content: "\edc3"; }

.ri-home-2-line:before {
  content: "\edc4"; }

.ri-home-3-fill:before {
  content: "\edc5"; }

.ri-home-3-line:before {
  content: "\edc6"; }

.ri-home-4-fill:before {
  content: "\edc7"; }

.ri-home-4-line:before {
  content: "\edc8"; }

.ri-home-5-fill:before {
  content: "\edc9"; }

.ri-home-5-line:before {
  content: "\edca"; }

.ri-home-6-fill:before {
  content: "\edcb"; }

.ri-home-6-line:before {
  content: "\edcc"; }

.ri-home-7-fill:before {
  content: "\edcd"; }

.ri-home-7-line:before {
  content: "\edce"; }

.ri-home-8-fill:before {
  content: "\edcf"; }

.ri-home-8-line:before {
  content: "\edd0"; }

.ri-home-fill:before {
  content: "\edd1"; }

.ri-home-gear-fill:before {
  content: "\edd2"; }

.ri-home-gear-line:before {
  content: "\edd3"; }

.ri-home-heart-fill:before {
  content: "\edd4"; }

.ri-home-heart-line:before {
  content: "\edd5"; }

.ri-home-line:before {
  content: "\edd6"; }

.ri-home-smile-2-fill:before {
  content: "\edd7"; }

.ri-home-smile-2-line:before {
  content: "\edd8"; }

.ri-home-smile-fill:before {
  content: "\edd9"; }

.ri-home-smile-line:before {
  content: "\edda"; }

.ri-home-wifi-fill:before {
  content: "\eddb"; }

.ri-home-wifi-line:before {
  content: "\eddc"; }

.ri-honour-fill:before {
  content: "\eddd"; }

.ri-honour-line:before {
  content: "\edde"; }

.ri-hospital-fill:before {
  content: "\eddf"; }

.ri-hospital-line:before {
  content: "\ede0"; }

.ri-hotel-bed-fill:before {
  content: "\ede1"; }

.ri-hotel-bed-line:before {
  content: "\ede2"; }

.ri-hotel-fill:before {
  content: "\ede3"; }

.ri-hotel-line:before {
  content: "\ede4"; }

.ri-hotspot-fill:before {
  content: "\ede5"; }

.ri-hotspot-line:before {
  content: "\ede6"; }

.ri-hq-fill:before {
  content: "\ede7"; }

.ri-hq-line:before {
  content: "\ede8"; }

.ri-html5-fill:before {
  content: "\ede9"; }

.ri-html5-line:before {
  content: "\edea"; }

.ri-ie-fill:before {
  content: "\edeb"; }

.ri-ie-line:before {
  content: "\edec"; }

.ri-image-2-fill:before {
  content: "\eded"; }

.ri-image-2-line:before {
  content: "\edee"; }

.ri-image-add-fill:before {
  content: "\edef"; }

.ri-image-add-line:before {
  content: "\edf0"; }

.ri-image-fill:before {
  content: "\edf1"; }

.ri-image-line:before {
  content: "\edf2"; }

.ri-inbox-archive-fill:before {
  content: "\edf3"; }

.ri-inbox-archive-line:before {
  content: "\edf4"; }

.ri-inbox-fill:before {
  content: "\edf5"; }

.ri-inbox-line:before {
  content: "\edf6"; }

.ri-inbox-unarchive-fill:before {
  content: "\edf7"; }

.ri-inbox-unarchive-line:before {
  content: "\edf8"; }

.ri-increase-decrease-fill:before {
  content: "\edf9"; }

.ri-increase-decrease-line:before {
  content: "\edfa"; }

.ri-indent-decrease:before {
  content: "\edfb"; }

.ri-indent-increase:before {
  content: "\edfc"; }

.ri-indeterminate-circle-fill:before {
  content: "\edfd"; }

.ri-indeterminate-circle-line:before {
  content: "\edfe"; }

.ri-information-fill:before {
  content: "\edff"; }

.ri-information-line:before {
  content: "\ee00"; }

.ri-input-cursor-move:before {
  content: "\ee01"; }

.ri-input-method-fill:before {
  content: "\ee02"; }

.ri-input-method-line:before {
  content: "\ee03"; }

.ri-instagram-fill:before {
  content: "\ee04"; }

.ri-instagram-line:before {
  content: "\ee05"; }

.ri-install-fill:before {
  content: "\ee06"; }

.ri-install-line:before {
  content: "\ee07"; }

.ri-invision-fill:before {
  content: "\ee08"; }

.ri-invision-line:before {
  content: "\ee09"; }

.ri-italic:before {
  content: "\ee0a"; }

.ri-kakao-talk-fill:before {
  content: "\ee0b"; }

.ri-kakao-talk-line:before {
  content: "\ee0c"; }

.ri-key-2-fill:before {
  content: "\ee0d"; }

.ri-key-2-line:before {
  content: "\ee0e"; }

.ri-key-fill:before {
  content: "\ee0f"; }

.ri-key-line:before {
  content: "\ee10"; }

.ri-keyboard-box-fill:before {
  content: "\ee11"; }

.ri-keyboard-box-line:before {
  content: "\ee12"; }

.ri-keyboard-fill:before {
  content: "\ee13"; }

.ri-keyboard-line:before {
  content: "\ee14"; }

.ri-keynote-fill:before {
  content: "\ee15"; }

.ri-keynote-line:before {
  content: "\ee16"; }

.ri-knife-blood-fill:before {
  content: "\ee17"; }

.ri-knife-blood-line:before {
  content: "\ee18"; }

.ri-knife-fill:before {
  content: "\ee19"; }

.ri-knife-line:before {
  content: "\ee1a"; }

.ri-landscape-fill:before {
  content: "\ee1b"; }

.ri-landscape-line:before {
  content: "\ee1c"; }

.ri-layout-2-fill:before {
  content: "\ee1d"; }

.ri-layout-2-line:before {
  content: "\ee1e"; }

.ri-layout-3-fill:before {
  content: "\ee1f"; }

.ri-layout-3-line:before {
  content: "\ee20"; }

.ri-layout-4-fill:before {
  content: "\ee21"; }

.ri-layout-4-line:before {
  content: "\ee22"; }

.ri-layout-5-fill:before {
  content: "\ee23"; }

.ri-layout-5-line:before {
  content: "\ee24"; }

.ri-layout-6-fill:before {
  content: "\ee25"; }

.ri-layout-6-line:before {
  content: "\ee26"; }

.ri-layout-bottom-2-fill:before {
  content: "\ee27"; }

.ri-layout-bottom-2-line:before {
  content: "\ee28"; }

.ri-layout-bottom-fill:before {
  content: "\ee29"; }

.ri-layout-bottom-line:before {
  content: "\ee2a"; }

.ri-layout-column-fill:before {
  content: "\ee2b"; }

.ri-layout-column-line:before {
  content: "\ee2c"; }

.ri-layout-fill:before {
  content: "\ee2d"; }

.ri-layout-grid-fill:before {
  content: "\ee2e"; }

.ri-layout-grid-line:before {
  content: "\ee2f"; }

.ri-layout-left-2-fill:before {
  content: "\ee30"; }

.ri-layout-left-2-line:before {
  content: "\ee31"; }

.ri-layout-left-fill:before {
  content: "\ee32"; }

.ri-layout-left-line:before {
  content: "\ee33"; }

.ri-layout-line:before {
  content: "\ee34"; }

.ri-layout-masonry-fill:before {
  content: "\ee35"; }

.ri-layout-masonry-line:before {
  content: "\ee36"; }

.ri-layout-right-2-fill:before {
  content: "\ee37"; }

.ri-layout-right-2-line:before {
  content: "\ee38"; }

.ri-layout-right-fill:before {
  content: "\ee39"; }

.ri-layout-right-line:before {
  content: "\ee3a"; }

.ri-layout-row-fill:before {
  content: "\ee3b"; }

.ri-layout-row-line:before {
  content: "\ee3c"; }

.ri-layout-top-2-fill:before {
  content: "\ee3d"; }

.ri-layout-top-2-line:before {
  content: "\ee3e"; }

.ri-layout-top-fill:before {
  content: "\ee3f"; }

.ri-layout-top-line:before {
  content: "\ee40"; }

.ri-lifebuoy-fill:before {
  content: "\ee41"; }

.ri-lifebuoy-line:before {
  content: "\ee42"; }

.ri-lightbulb-fill:before {
  content: "\ee43"; }

.ri-lightbulb-flash-fill:before {
  content: "\ee44"; }

.ri-lightbulb-flash-line:before {
  content: "\ee45"; }

.ri-lightbulb-line:before {
  content: "\ee46"; }

.ri-line-fill:before {
  content: "\ee47"; }

.ri-line-height:before {
  content: "\ee48"; }

.ri-line-line:before {
  content: "\ee49"; }

.ri-link-m:before {
  content: "\ee4a"; }

.ri-link-unlink-m:before {
  content: "\ee4b"; }

.ri-link-unlink:before {
  content: "\ee4c"; }

.ri-link:before {
  content: "\ee4d"; }

.ri-linkedin-box-fill:before {
  content: "\ee4e"; }

.ri-linkedin-box-line:before {
  content: "\ee4f"; }

.ri-linkedin-fill:before {
  content: "\ee50"; }

.ri-linkedin-line:before {
  content: "\ee51"; }

.ri-links-fill:before {
  content: "\ee52"; }

.ri-links-line:before {
  content: "\ee53"; }

.ri-list-check-2:before {
  content: "\ee54"; }

.ri-list-check:before {
  content: "\ee55"; }

.ri-list-ordered:before {
  content: "\ee56"; }

.ri-list-settings-fill:before {
  content: "\ee57"; }

.ri-list-settings-line:before {
  content: "\ee58"; }

.ri-list-unordered:before {
  content: "\ee59"; }

.ri-live-fill:before {
  content: "\ee5a"; }

.ri-live-line:before {
  content: "\ee5b"; }

.ri-loader-2-fill:before {
  content: "\ee5c"; }

.ri-loader-2-line:before {
  content: "\ee5d"; }

.ri-loader-3-fill:before {
  content: "\ee5e"; }

.ri-loader-3-line:before {
  content: "\ee5f"; }

.ri-loader-4-fill:before {
  content: "\ee60"; }

.ri-loader-4-line:before {
  content: "\ee61"; }

.ri-loader-5-fill:before {
  content: "\ee62"; }

.ri-loader-5-line:before {
  content: "\ee63"; }

.ri-loader-fill:before {
  content: "\ee64"; }

.ri-loader-line:before {
  content: "\ee65"; }

.ri-lock-2-fill:before {
  content: "\ee66"; }

.ri-lock-2-line:before {
  content: "\ee67"; }

.ri-lock-fill:before {
  content: "\ee68"; }

.ri-lock-line:before {
  content: "\ee69"; }

.ri-lock-password-fill:before {
  content: "\ee6a"; }

.ri-lock-password-line:before {
  content: "\ee6b"; }

.ri-lock-unlock-fill:before {
  content: "\ee6c"; }

.ri-lock-unlock-line:before {
  content: "\ee6d"; }

.ri-login-box-fill:before {
  content: "\ee6e"; }

.ri-login-box-line:before {
  content: "\ee6f"; }

.ri-login-circle-fill:before {
  content: "\ee70"; }

.ri-login-circle-line:before {
  content: "\ee71"; }

.ri-logout-box-fill:before {
  content: "\ee72"; }

.ri-logout-box-line:before {
  content: "\ee73"; }

.ri-logout-box-r-fill:before {
  content: "\ee74"; }

.ri-logout-box-r-line:before {
  content: "\ee75"; }

.ri-logout-circle-fill:before {
  content: "\ee76"; }

.ri-logout-circle-line:before {
  content: "\ee77"; }

.ri-logout-circle-r-fill:before {
  content: "\ee78"; }

.ri-logout-circle-r-line:before {
  content: "\ee79"; }

.ri-mac-fill:before {
  content: "\ee7a"; }

.ri-mac-line:before {
  content: "\ee7b"; }

.ri-macbook-fill:before {
  content: "\ee7c"; }

.ri-macbook-line:before {
  content: "\ee7d"; }

.ri-magic-fill:before {
  content: "\ee7e"; }

.ri-magic-line:before {
  content: "\ee7f"; }

.ri-mail-add-fill:before {
  content: "\ee80"; }

.ri-mail-add-line:before {
  content: "\ee81"; }

.ri-mail-check-fill:before {
  content: "\ee82"; }

.ri-mail-check-line:before {
  content: "\ee83"; }

.ri-mail-close-fill:before {
  content: "\ee84"; }

.ri-mail-close-line:before {
  content: "\ee85"; }

.ri-mail-download-fill:before {
  content: "\ee86"; }

.ri-mail-download-line:before {
  content: "\ee87"; }

.ri-mail-fill:before {
  content: "\ee88"; }

.ri-mail-forbid-fill:before {
  content: "\ee89"; }

.ri-mail-forbid-line:before {
  content: "\ee8a"; }

.ri-mail-line:before {
  content: "\ee8b"; }

.ri-mail-lock-fill:before {
  content: "\ee8c"; }

.ri-mail-lock-line:before {
  content: "\ee8d"; }

.ri-mail-open-fill:before {
  content: "\ee8e"; }

.ri-mail-open-line:before {
  content: "\ee8f"; }

.ri-mail-send-fill:before {
  content: "\ee90"; }

.ri-mail-send-line:before {
  content: "\ee91"; }

.ri-mail-settings-fill:before {
  content: "\ee92"; }

.ri-mail-settings-line:before {
  content: "\ee93"; }

.ri-mail-star-fill:before {
  content: "\ee94"; }

.ri-mail-star-line:before {
  content: "\ee95"; }

.ri-mail-unread-fill:before {
  content: "\ee96"; }

.ri-mail-unread-line:before {
  content: "\ee97"; }

.ri-mail-volume-fill:before {
  content: "\ee98"; }

.ri-mail-volume-line:before {
  content: "\ee99"; }

.ri-map-2-fill:before {
  content: "\ee9a"; }

.ri-map-2-line:before {
  content: "\ee9b"; }

.ri-map-fill:before {
  content: "\ee9c"; }

.ri-map-line:before {
  content: "\ee9d"; }

.ri-map-pin-2-fill:before {
  content: "\ee9e"; }

.ri-map-pin-2-line:before {
  content: "\ee9f"; }

.ri-map-pin-3-fill:before {
  content: "\eea0"; }

.ri-map-pin-3-line:before {
  content: "\eea1"; }

.ri-map-pin-4-fill:before {
  content: "\eea2"; }

.ri-map-pin-4-line:before {
  content: "\eea3"; }

.ri-map-pin-5-fill:before {
  content: "\eea4"; }

.ri-map-pin-5-line:before {
  content: "\eea5"; }

.ri-map-pin-add-fill:before {
  content: "\eea6"; }

.ri-map-pin-add-line:before {
  content: "\eea7"; }

.ri-map-pin-fill:before {
  content: "\eea8"; }

.ri-map-pin-line:before {
  content: "\eea9"; }

.ri-map-pin-range-fill:before {
  content: "\eeaa"; }

.ri-map-pin-range-line:before {
  content: "\eeab"; }

.ri-map-pin-time-fill:before {
  content: "\eeac"; }

.ri-map-pin-time-line:before {
  content: "\eead"; }

.ri-map-pin-user-fill:before {
  content: "\eeae"; }

.ri-map-pin-user-line:before {
  content: "\eeaf"; }

.ri-mark-pen-fill:before {
  content: "\eeb0"; }

.ri-mark-pen-line:before {
  content: "\eeb1"; }

.ri-markdown-fill:before {
  content: "\eeb2"; }

.ri-markdown-line:before {
  content: "\eeb3"; }

.ri-markup-fill:before {
  content: "\eeb4"; }

.ri-markup-line:before {
  content: "\eeb5"; }

.ri-mastercard-fill:before {
  content: "\eeb6"; }

.ri-mastercard-line:before {
  content: "\eeb7"; }

.ri-mastodon-fill:before {
  content: "\eeb8"; }

.ri-mastodon-line:before {
  content: "\eeb9"; }

.ri-medal-2-fill:before {
  content: "\eeba"; }

.ri-medal-2-line:before {
  content: "\eebb"; }

.ri-medal-fill:before {
  content: "\eebc"; }

.ri-medal-line:before {
  content: "\eebd"; }

.ri-medium-fill:before {
  content: "\eebe"; }

.ri-medium-line:before {
  content: "\eebf"; }

.ri-men-fill:before {
  content: "\eec0"; }

.ri-men-line:before {
  content: "\eec1"; }

.ri-menu-2-fill:before {
  content: "\eec2"; }

.ri-menu-2-line:before {
  content: "\eec3"; }

.ri-menu-3-fill:before {
  content: "\eec4"; }

.ri-menu-3-line:before {
  content: "\eec5"; }

.ri-menu-4-fill:before {
  content: "\eec6"; }

.ri-menu-4-line:before {
  content: "\eec7"; }

.ri-menu-5-fill:before {
  content: "\eec8"; }

.ri-menu-5-line:before {
  content: "\eec9"; }

.ri-menu-add-fill:before {
  content: "\eeca"; }

.ri-menu-add-line:before {
  content: "\eecb"; }

.ri-menu-fill:before {
  content: "\eecc"; }

.ri-menu-line:before {
  content: "\eecd"; }

.ri-message-2-fill:before {
  content: "\eece"; }

.ri-message-2-line:before {
  content: "\eecf"; }

.ri-message-3-fill:before {
  content: "\eed0"; }

.ri-message-3-line:before {
  content: "\eed1"; }

.ri-message-fill:before {
  content: "\eed2"; }

.ri-message-line:before {
  content: "\eed3"; }

.ri-messenger-fill:before {
  content: "\eed4"; }

.ri-messenger-line:before {
  content: "\eed5"; }

.ri-meteor-fill:before {
  content: "\eed6"; }

.ri-meteor-line:before {
  content: "\eed7"; }

.ri-mic-2-fill:before {
  content: "\eed8"; }

.ri-mic-2-line:before {
  content: "\eed9"; }

.ri-mic-fill:before {
  content: "\eeda"; }

.ri-mic-line:before {
  content: "\eedb"; }

.ri-mic-off-fill:before {
  content: "\eedc"; }

.ri-mic-off-line:before {
  content: "\eedd"; }

.ri-mickey-fill:before {
  content: "\eede"; }

.ri-mickey-line:before {
  content: "\eedf"; }

.ri-mini-program-fill:before {
  content: "\eee0"; }

.ri-mini-program-line:before {
  content: "\eee1"; }

.ri-mist-fill:before {
  content: "\eee2"; }

.ri-mist-line:before {
  content: "\eee3"; }

.ri-money-cny-box-fill:before {
  content: "\eee4"; }

.ri-money-cny-box-line:before {
  content: "\eee5"; }

.ri-money-cny-circle-fill:before {
  content: "\eee6"; }

.ri-money-cny-circle-line:before {
  content: "\eee7"; }

.ri-money-dollar-box-fill:before {
  content: "\eee8"; }

.ri-money-dollar-box-line:before {
  content: "\eee9"; }

.ri-money-dollar-circle-fill:before {
  content: "\eeea"; }

.ri-money-dollar-circle-line:before {
  content: "\eeeb"; }

.ri-money-euro-box-fill:before {
  content: "\eeec"; }

.ri-money-euro-box-line:before {
  content: "\eeed"; }

.ri-money-euro-circle-fill:before {
  content: "\eeee"; }

.ri-money-euro-circle-line:before {
  content: "\eeef"; }

.ri-money-pound-box-fill:before {
  content: "\eef0"; }

.ri-money-pound-box-line:before {
  content: "\eef1"; }

.ri-money-pound-circle-fill:before {
  content: "\eef2"; }

.ri-money-pound-circle-line:before {
  content: "\eef3"; }

.ri-moon-clear-fill:before {
  content: "\eef4"; }

.ri-moon-clear-line:before {
  content: "\eef5"; }

.ri-moon-cloudy-fill:before {
  content: "\eef6"; }

.ri-moon-cloudy-line:before {
  content: "\eef7"; }

.ri-moon-fill:before {
  content: "\eef8"; }

.ri-moon-foggy-fill:before {
  content: "\eef9"; }

.ri-moon-foggy-line:before {
  content: "\eefa"; }

.ri-moon-line:before {
  content: "\eefb"; }

.ri-more-2-fill:before {
  content: "\eefc"; }

.ri-more-2-line:before {
  content: "\eefd"; }

.ri-more-fill:before {
  content: "\eefe"; }

.ri-more-line:before {
  content: "\eeff"; }

.ri-motorbike-fill:before {
  content: "\ef00"; }

.ri-motorbike-line:before {
  content: "\ef01"; }

.ri-mouse-fill:before {
  content: "\ef02"; }

.ri-mouse-line:before {
  content: "\ef03"; }

.ri-movie-2-fill:before {
  content: "\ef04"; }

.ri-movie-2-line:before {
  content: "\ef05"; }

.ri-movie-fill:before {
  content: "\ef06"; }

.ri-movie-line:before {
  content: "\ef07"; }

.ri-music-2-fill:before {
  content: "\ef08"; }

.ri-music-2-line:before {
  content: "\ef09"; }

.ri-music-fill:before {
  content: "\ef0a"; }

.ri-music-line:before {
  content: "\ef0b"; }

.ri-mv-fill:before {
  content: "\ef0c"; }

.ri-mv-line:before {
  content: "\ef0d"; }

.ri-navigation-fill:before {
  content: "\ef0e"; }

.ri-navigation-line:before {
  content: "\ef0f"; }

.ri-netease-cloud-music-fill:before {
  content: "\ef10"; }

.ri-netease-cloud-music-line:before {
  content: "\ef11"; }

.ri-netflix-fill:before {
  content: "\ef12"; }

.ri-netflix-line:before {
  content: "\ef13"; }

.ri-newspaper-fill:before {
  content: "\ef14"; }

.ri-newspaper-line:before {
  content: "\ef15"; }

.ri-notification-2-fill:before {
  content: "\ef16"; }

.ri-notification-2-line:before {
  content: "\ef17"; }

.ri-notification-3-fill:before {
  content: "\ef18"; }

.ri-notification-3-line:before {
  content: "\ef19"; }

.ri-notification-4-fill:before {
  content: "\ef1a"; }

.ri-notification-4-line:before {
  content: "\ef1b"; }

.ri-notification-badge-fill:before {
  content: "\ef1c"; }

.ri-notification-badge-line:before {
  content: "\ef1d"; }

.ri-notification-fill:before {
  content: "\ef1e"; }

.ri-notification-line:before {
  content: "\ef1f"; }

.ri-notification-off-fill:before {
  content: "\ef20"; }

.ri-notification-off-line:before {
  content: "\ef21"; }

.ri-number-0:before {
  content: "\ef22"; }

.ri-number-1:before {
  content: "\ef23"; }

.ri-number-2:before {
  content: "\ef24"; }

.ri-number-3:before {
  content: "\ef25"; }

.ri-number-4:before {
  content: "\ef26"; }

.ri-number-5:before {
  content: "\ef27"; }

.ri-number-6:before {
  content: "\ef28"; }

.ri-number-7:before {
  content: "\ef29"; }

.ri-number-8:before {
  content: "\ef2a"; }

.ri-number-9:before {
  content: "\ef2b"; }

.ri-numbers-fill:before {
  content: "\ef2c"; }

.ri-numbers-line:before {
  content: "\ef2d"; }

.ri-oil-fill:before {
  content: "\ef2e"; }

.ri-oil-line:before {
  content: "\ef2f"; }

.ri-omega:before {
  content: "\ef30"; }

.ri-open-arm-fill:before {
  content: "\ef31"; }

.ri-open-arm-line:before {
  content: "\ef32"; }

.ri-opera-fill:before {
  content: "\ef33"; }

.ri-opera-line:before {
  content: "\ef34"; }

.ri-order-play-fill:before {
  content: "\ef35"; }

.ri-order-play-line:before {
  content: "\ef36"; }

.ri-outlet-2-fill:before {
  content: "\ef37"; }

.ri-outlet-2-line:before {
  content: "\ef38"; }

.ri-outlet-fill:before {
  content: "\ef39"; }

.ri-outlet-line:before {
  content: "\ef3a"; }

.ri-page-separator:before {
  content: "\ef3b"; }

.ri-pages-fill:before {
  content: "\ef3c"; }

.ri-pages-line:before {
  content: "\ef3d"; }

.ri-paint-brush-fill:before {
  content: "\ef3e"; }

.ri-paint-brush-line:before {
  content: "\ef3f"; }

.ri-paint-fill:before {
  content: "\ef40"; }

.ri-paint-line:before {
  content: "\ef41"; }

.ri-palette-fill:before {
  content: "\ef42"; }

.ri-palette-line:before {
  content: "\ef43"; }

.ri-pantone-fill:before {
  content: "\ef44"; }

.ri-pantone-line:before {
  content: "\ef45"; }

.ri-paragraph:before {
  content: "\ef46"; }

.ri-parent-fill:before {
  content: "\ef47"; }

.ri-parent-line:before {
  content: "\ef48"; }

.ri-parentheses-fill:before {
  content: "\ef49"; }

.ri-parentheses-line:before {
  content: "\ef4a"; }

.ri-parking-box-fill:before {
  content: "\ef4b"; }

.ri-parking-box-line:before {
  content: "\ef4c"; }

.ri-parking-fill:before {
  content: "\ef4d"; }

.ri-parking-line:before {
  content: "\ef4e"; }

.ri-passport-fill:before {
  content: "\ef4f"; }

.ri-passport-line:before {
  content: "\ef50"; }

.ri-patreon-fill:before {
  content: "\ef51"; }

.ri-patreon-line:before {
  content: "\ef52"; }

.ri-pause-circle-fill:before {
  content: "\ef53"; }

.ri-pause-circle-line:before {
  content: "\ef54"; }

.ri-pause-fill:before {
  content: "\ef55"; }

.ri-pause-line:before {
  content: "\ef56"; }

.ri-pause-mini-fill:before {
  content: "\ef57"; }

.ri-pause-mini-line:before {
  content: "\ef58"; }

.ri-paypal-fill:before {
  content: "\ef59"; }

.ri-paypal-line:before {
  content: "\ef5a"; }

.ri-pen-nib-fill:before {
  content: "\ef5b"; }

.ri-pen-nib-line:before {
  content: "\ef5c"; }

.ri-pencil-fill:before {
  content: "\ef5d"; }

.ri-pencil-line:before {
  content: "\ef5e"; }

.ri-pencil-ruler-2-fill:before {
  content: "\ef5f"; }

.ri-pencil-ruler-2-line:before {
  content: "\ef60"; }

.ri-pencil-ruler-fill:before {
  content: "\ef61"; }

.ri-pencil-ruler-line:before {
  content: "\ef62"; }

.ri-percent-fill:before {
  content: "\ef63"; }

.ri-percent-line:before {
  content: "\ef64"; }

.ri-phone-camera-fill:before {
  content: "\ef65"; }

.ri-phone-camera-line:before {
  content: "\ef66"; }

.ri-phone-fill:before {
  content: "\ef67"; }

.ri-phone-find-fill:before {
  content: "\ef68"; }

.ri-phone-find-line:before {
  content: "\ef69"; }

.ri-phone-line:before {
  content: "\ef6a"; }

.ri-phone-lock-fill:before {
  content: "\ef6b"; }

.ri-phone-lock-line:before {
  content: "\ef6c"; }

.ri-picture-in-picture-2-fill:before {
  content: "\ef6d"; }

.ri-picture-in-picture-2-line:before {
  content: "\ef6e"; }

.ri-picture-in-picture-exit-fill:before {
  content: "\ef6f"; }

.ri-picture-in-picture-exit-line:before {
  content: "\ef70"; }

.ri-picture-in-picture-fill:before {
  content: "\ef71"; }

.ri-picture-in-picture-line:before {
  content: "\ef72"; }

.ri-pie-chart-2-fill:before {
  content: "\ef73"; }

.ri-pie-chart-2-line:before {
  content: "\ef74"; }

.ri-pie-chart-box-fill:before {
  content: "\ef75"; }

.ri-pie-chart-box-line:before {
  content: "\ef76"; }

.ri-pie-chart-fill:before {
  content: "\ef77"; }

.ri-pie-chart-line:before {
  content: "\ef78"; }

.ri-pin-distance-fill:before {
  content: "\ef79"; }

.ri-pin-distance-line:before {
  content: "\ef7a"; }

.ri-ping-pong-fill:before {
  content: "\ef7b"; }

.ri-ping-pong-line:before {
  content: "\ef7c"; }

.ri-pinterest-fill:before {
  content: "\ef7d"; }

.ri-pinterest-line:before {
  content: "\ef7e"; }

.ri-pinyin-input:before {
  content: "\ef7f"; }

.ri-plane-fill:before {
  content: "\ef80"; }

.ri-plane-line:before {
  content: "\ef81"; }

.ri-play-circle-fill:before {
  content: "\ef82"; }

.ri-play-circle-line:before {
  content: "\ef83"; }

.ri-play-fill:before {
  content: "\ef84"; }

.ri-play-line:before {
  content: "\ef85"; }

.ri-play-list-add-fill:before {
  content: "\ef86"; }

.ri-play-list-add-line:before {
  content: "\ef87"; }

.ri-play-list-fill:before {
  content: "\ef88"; }

.ri-play-list-line:before {
  content: "\ef89"; }

.ri-play-mini-fill:before {
  content: "\ef8a"; }

.ri-play-mini-line:before {
  content: "\ef8b"; }

.ri-playstation-fill:before {
  content: "\ef8c"; }

.ri-playstation-line:before {
  content: "\ef8d"; }

.ri-plug-2-fill:before {
  content: "\ef8e"; }

.ri-plug-2-line:before {
  content: "\ef8f"; }

.ri-plug-fill:before {
  content: "\ef90"; }

.ri-plug-line:before {
  content: "\ef91"; }

.ri-polaroid-2-fill:before {
  content: "\ef92"; }

.ri-polaroid-2-line:before {
  content: "\ef93"; }

.ri-polaroid-fill:before {
  content: "\ef94"; }

.ri-polaroid-line:before {
  content: "\ef95"; }

.ri-police-car-fill:before {
  content: "\ef96"; }

.ri-police-car-line:before {
  content: "\ef97"; }

.ri-price-tag-2-fill:before {
  content: "\ef98"; }

.ri-price-tag-2-line:before {
  content: "\ef99"; }

.ri-price-tag-3-fill:before {
  content: "\ef9a"; }

.ri-price-tag-3-line:before {
  content: "\ef9b"; }

.ri-price-tag-fill:before {
  content: "\ef9c"; }

.ri-price-tag-line:before {
  content: "\ef9d"; }

.ri-printer-cloud-fill:before {
  content: "\ef9e"; }

.ri-printer-cloud-line:before {
  content: "\ef9f"; }

.ri-printer-fill:before {
  content: "\efa0"; }

.ri-printer-line:before {
  content: "\efa1"; }

.ri-product-hunt-fill:before {
  content: "\efa2"; }

.ri-product-hunt-line:before {
  content: "\efa3"; }

.ri-profile-fill:before {
  content: "\efa4"; }

.ri-profile-line:before {
  content: "\efa5"; }

.ri-projector-2-fill:before {
  content: "\efa6"; }

.ri-projector-2-line:before {
  content: "\efa7"; }

.ri-projector-fill:before {
  content: "\efa8"; }

.ri-projector-line:before {
  content: "\efa9"; }

.ri-pushpin-2-fill:before {
  content: "\efaa"; }

.ri-pushpin-2-line:before {
  content: "\efab"; }

.ri-pushpin-fill:before {
  content: "\efac"; }

.ri-pushpin-line:before {
  content: "\efad"; }

.ri-qq-fill:before {
  content: "\efae"; }

.ri-qq-line:before {
  content: "\efaf"; }

.ri-qr-code-fill:before {
  content: "\efb0"; }

.ri-qr-code-line:before {
  content: "\efb1"; }

.ri-qr-scan-2-fill:before {
  content: "\efb2"; }

.ri-qr-scan-2-line:before {
  content: "\efb3"; }

.ri-qr-scan-fill:before {
  content: "\efb4"; }

.ri-qr-scan-line:before {
  content: "\efb5"; }

.ri-question-answer-fill:before {
  content: "\efb6"; }

.ri-question-answer-line:before {
  content: "\efb7"; }

.ri-question-fill:before {
  content: "\efb8"; }

.ri-question-line:before {
  content: "\efb9"; }

.ri-questionnaire-fill:before {
  content: "\efba"; }

.ri-questionnaire-line:before {
  content: "\efbb"; }

.ri-quill-pen-fill:before {
  content: "\efbc"; }

.ri-quill-pen-line:before {
  content: "\efbd"; }

.ri-radar-fill:before {
  content: "\efbe"; }

.ri-radar-line:before {
  content: "\efbf"; }

.ri-radio-2-fill:before {
  content: "\efc0"; }

.ri-radio-2-line:before {
  content: "\efc1"; }

.ri-radio-button-fill:before {
  content: "\efc2"; }

.ri-radio-button-line:before {
  content: "\efc3"; }

.ri-radio-fill:before {
  content: "\efc4"; }

.ri-radio-line:before {
  content: "\efc5"; }

.ri-rainbow-fill:before {
  content: "\efc6"; }

.ri-rainbow-line:before {
  content: "\efc7"; }

.ri-rainy-fill:before {
  content: "\efc8"; }

.ri-rainy-line:before {
  content: "\efc9"; }

.ri-reactjs-fill:before {
  content: "\efca"; }

.ri-reactjs-line:before {
  content: "\efcb"; }

.ri-record-circle-fill:before {
  content: "\efcc"; }

.ri-record-circle-line:before {
  content: "\efcd"; }

.ri-record-mail-fill:before {
  content: "\efce"; }

.ri-record-mail-line:before {
  content: "\efcf"; }

.ri-red-packet-fill:before {
  content: "\efd0"; }

.ri-red-packet-line:before {
  content: "\efd1"; }

.ri-reddit-fill:before {
  content: "\efd2"; }

.ri-reddit-line:before {
  content: "\efd3"; }

.ri-refresh-fill:before {
  content: "\efd4"; }

.ri-refresh-line:before {
  content: "\efd5"; }

.ri-refund-2-fill:before {
  content: "\efd6"; }

.ri-refund-2-line:before {
  content: "\efd7"; }

.ri-refund-fill:before {
  content: "\efd8"; }

.ri-refund-line:before {
  content: "\efd9"; }

.ri-registered-fill:before {
  content: "\efda"; }

.ri-registered-line:before {
  content: "\efdb"; }

.ri-remixicon-fill:before {
  content: "\efdc"; }

.ri-remixicon-line:before {
  content: "\efdd"; }

.ri-remote-control-2-fill:before {
  content: "\efde"; }

.ri-remote-control-2-line:before {
  content: "\efdf"; }

.ri-remote-control-fill:before {
  content: "\efe0"; }

.ri-remote-control-line:before {
  content: "\efe1"; }

.ri-repeat-2-fill:before {
  content: "\efe2"; }

.ri-repeat-2-line:before {
  content: "\efe3"; }

.ri-repeat-fill:before {
  content: "\efe4"; }

.ri-repeat-line:before {
  content: "\efe5"; }

.ri-repeat-one-fill:before {
  content: "\efe6"; }

.ri-repeat-one-line:before {
  content: "\efe7"; }

.ri-reply-fill:before {
  content: "\efe8"; }

.ri-reply-line:before {
  content: "\efe9"; }

.ri-reserved-fill:before {
  content: "\efea"; }

.ri-reserved-line:before {
  content: "\efeb"; }

.ri-restart-fill:before {
  content: "\efec"; }

.ri-restart-line:before {
  content: "\efed"; }

.ri-restaurant-2-fill:before {
  content: "\efee"; }

.ri-restaurant-2-line:before {
  content: "\efef"; }

.ri-restaurant-fill:before {
  content: "\eff0"; }

.ri-restaurant-line:before {
  content: "\eff1"; }

.ri-rewind-fill:before {
  content: "\eff2"; }

.ri-rewind-line:before {
  content: "\eff3"; }

.ri-rewind-mini-fill:before {
  content: "\eff4"; }

.ri-rewind-mini-line:before {
  content: "\eff5"; }

.ri-rhythm-fill:before {
  content: "\eff6"; }

.ri-rhythm-line:before {
  content: "\eff7"; }

.ri-riding-fill:before {
  content: "\eff8"; }

.ri-riding-line:before {
  content: "\eff9"; }

.ri-road-map-fill:before {
  content: "\effa"; }

.ri-road-map-line:before {
  content: "\effb"; }

.ri-roadster-fill:before {
  content: "\effc"; }

.ri-roadster-line:before {
  content: "\effd"; }

.ri-robot-fill:before {
  content: "\effe"; }

.ri-robot-line:before {
  content: "\efff"; }

.ri-rocket-2-fill:before {
  content: "\f000"; }

.ri-rocket-2-line:before {
  content: "\f001"; }

.ri-rocket-fill:before {
  content: "\f002"; }

.ri-rocket-line:before {
  content: "\f003"; }

.ri-rotate-lock-fill:before {
  content: "\f004"; }

.ri-rotate-lock-line:before {
  content: "\f005"; }

.ri-route-fill:before {
  content: "\f006"; }

.ri-route-line:before {
  content: "\f007"; }

.ri-router-fill:before {
  content: "\f008"; }

.ri-router-line:before {
  content: "\f009"; }

.ri-rss-fill:before {
  content: "\f00a"; }

.ri-rss-line:before {
  content: "\f00b"; }

.ri-ruler-2-fill:before {
  content: "\f00c"; }

.ri-ruler-2-line:before {
  content: "\f00d"; }

.ri-ruler-fill:before {
  content: "\f00e"; }

.ri-ruler-line:before {
  content: "\f00f"; }

.ri-run-fill:before {
  content: "\f010"; }

.ri-run-line:before {
  content: "\f011"; }

.ri-safari-fill:before {
  content: "\f012"; }

.ri-safari-line:before {
  content: "\f013"; }

.ri-safe-2-fill:before {
  content: "\f014"; }

.ri-safe-2-line:before {
  content: "\f015"; }

.ri-safe-fill:before {
  content: "\f016"; }

.ri-safe-line:before {
  content: "\f017"; }

.ri-sailboat-fill:before {
  content: "\f018"; }

.ri-sailboat-line:before {
  content: "\f019"; }

.ri-save-2-fill:before {
  content: "\f01a"; }

.ri-save-2-line:before {
  content: "\f01b"; }

.ri-save-3-fill:before {
  content: "\f01c"; }

.ri-save-3-line:before {
  content: "\f01d"; }

.ri-save-fill:before {
  content: "\f01e"; }

.ri-save-line:before {
  content: "\f01f"; }

.ri-scan-2-fill:before {
  content: "\f020"; }

.ri-scan-2-line:before {
  content: "\f021"; }

.ri-scan-fill:before {
  content: "\f022"; }

.ri-scan-line:before {
  content: "\f023"; }

.ri-scissors-2-fill:before {
  content: "\f024"; }

.ri-scissors-2-line:before {
  content: "\f025"; }

.ri-scissors-cut-fill:before {
  content: "\f026"; }

.ri-scissors-cut-line:before {
  content: "\f027"; }

.ri-scissors-fill:before {
  content: "\f028"; }

.ri-scissors-line:before {
  content: "\f029"; }

.ri-screenshot-2-fill:before {
  content: "\f02a"; }

.ri-screenshot-2-line:before {
  content: "\f02b"; }

.ri-screenshot-fill:before {
  content: "\f02c"; }

.ri-screenshot-line:before {
  content: "\f02d"; }

.ri-sd-card-fill:before {
  content: "\f02e"; }

.ri-sd-card-line:before {
  content: "\f02f"; }

.ri-sd-card-mini-fill:before {
  content: "\f030"; }

.ri-sd-card-mini-line:before {
  content: "\f031"; }

.ri-search-2-fill:before {
  content: "\f032"; }

.ri-search-2-line:before {
  content: "\f033"; }

.ri-search-eye-fill:before {
  content: "\f034"; }

.ri-search-eye-line:before {
  content: "\f035"; }

.ri-search-fill:before {
  content: "\f036"; }

.ri-search-line:before {
  content: "\f037"; }

.ri-secure-payment-fill:before {
  content: "\f038"; }

.ri-secure-payment-line:before {
  content: "\f039"; }

.ri-send-plane-2-fill:before {
  content: "\f03a"; }

.ri-send-plane-2-line:before {
  content: "\f03b"; }

.ri-send-plane-fill:before {
  content: "\f03c"; }

.ri-send-plane-line:before {
  content: "\f03d"; }

.ri-sensor-fill:before {
  content: "\f03e"; }

.ri-sensor-line:before {
  content: "\f03f"; }

.ri-separator:before {
  content: "\f040"; }

.ri-server-fill:before {
  content: "\f041"; }

.ri-server-line:before {
  content: "\f042"; }

.ri-service-fill:before {
  content: "\f043"; }

.ri-service-line:before {
  content: "\f044"; }

.ri-settings-2-fill:before {
  content: "\f045"; }

.ri-settings-2-line:before {
  content: "\f046"; }

.ri-settings-3-fill:before {
  content: "\f047"; }

.ri-settings-3-line:before {
  content: "\f048"; }

.ri-settings-4-fill:before {
  content: "\f049"; }

.ri-settings-4-line:before {
  content: "\f04a"; }

.ri-settings-5-fill:before {
  content: "\f04b"; }

.ri-settings-5-line:before {
  content: "\f04c"; }

.ri-settings-6-fill:before {
  content: "\f04d"; }

.ri-settings-6-line:before {
  content: "\f04e"; }

.ri-settings-fill:before {
  content: "\f04f"; }

.ri-settings-line:before {
  content: "\f050"; }

.ri-shape-2-fill:before {
  content: "\f051"; }

.ri-shape-2-line:before {
  content: "\f052"; }

.ri-shape-fill:before {
  content: "\f053"; }

.ri-shape-line:before {
  content: "\f054"; }

.ri-share-box-fill:before {
  content: "\f055"; }

.ri-share-box-line:before {
  content: "\f056"; }

.ri-share-circle-fill:before {
  content: "\f057"; }

.ri-share-circle-line:before {
  content: "\f058"; }

.ri-share-fill:before {
  content: "\f059"; }

.ri-share-forward-2-fill:before {
  content: "\f05a"; }

.ri-share-forward-2-line:before {
  content: "\f05b"; }

.ri-share-forward-box-fill:before {
  content: "\f05c"; }

.ri-share-forward-box-line:before {
  content: "\f05d"; }

.ri-share-forward-fill:before {
  content: "\f05e"; }

.ri-share-forward-line:before {
  content: "\f05f"; }

.ri-share-line:before {
  content: "\f060"; }

.ri-shield-cross-fill:before {
  content: "\f061"; }

.ri-shield-cross-line:before {
  content: "\f062"; }

.ri-shield-fill:before {
  content: "\f063"; }

.ri-shield-flash-fill:before {
  content: "\f064"; }

.ri-shield-flash-line:before {
  content: "\f065"; }

.ri-shield-keyhole-fill:before {
  content: "\f066"; }

.ri-shield-keyhole-line:before {
  content: "\f067"; }

.ri-shield-line:before {
  content: "\f068"; }

.ri-shield-star-fill:before {
  content: "\f069"; }

.ri-shield-star-line:before {
  content: "\f06a"; }

.ri-shield-user-fill:before {
  content: "\f06b"; }

.ri-shield-user-line:before {
  content: "\f06c"; }

.ri-ship-2-fill:before {
  content: "\f06d"; }

.ri-ship-2-line:before {
  content: "\f06e"; }

.ri-ship-fill:before {
  content: "\f06f"; }

.ri-ship-line:before {
  content: "\f070"; }

.ri-shirt-fill:before {
  content: "\f071"; }

.ri-shirt-line:before {
  content: "\f072"; }

.ri-shopping-bag-2-fill:before {
  content: "\f073"; }

.ri-shopping-bag-2-line:before {
  content: "\f074"; }

.ri-shopping-bag-3-fill:before {
  content: "\f075"; }

.ri-shopping-bag-3-line:before {
  content: "\f076"; }

.ri-shopping-bag-fill:before {
  content: "\f077"; }

.ri-shopping-bag-line:before {
  content: "\f078"; }

.ri-shopping-basket-2-fill:before {
  content: "\f079"; }

.ri-shopping-basket-2-line:before {
  content: "\f07a"; }

.ri-shopping-basket-fill:before {
  content: "\f07b"; }

.ri-shopping-basket-line:before {
  content: "\f07c"; }

.ri-shopping-cart-2-fill:before {
  content: "\f07d"; }

.ri-shopping-cart-2-line:before {
  content: "\f07e"; }

.ri-shopping-cart-fill:before {
  content: "\f07f"; }

.ri-shopping-cart-line:before {
  content: "\f080"; }

.ri-showers-fill:before {
  content: "\f081"; }

.ri-showers-line:before {
  content: "\f082"; }

.ri-shuffle-fill:before {
  content: "\f083"; }

.ri-shuffle-line:before {
  content: "\f084"; }

.ri-shut-down-fill:before {
  content: "\f085"; }

.ri-shut-down-line:before {
  content: "\f086"; }

.ri-side-bar-fill:before {
  content: "\f087"; }

.ri-side-bar-line:before {
  content: "\f088"; }

.ri-signal-tower-fill:before {
  content: "\f089"; }

.ri-signal-tower-line:before {
  content: "\f08a"; }

.ri-sim-card-2-fill:before {
  content: "\f08b"; }

.ri-sim-card-2-line:before {
  content: "\f08c"; }

.ri-sim-card-fill:before {
  content: "\f08d"; }

.ri-sim-card-line:before {
  content: "\f08e"; }

.ri-single-quotes-l:before {
  content: "\f08f"; }

.ri-single-quotes-r:before {
  content: "\f090"; }

.ri-sip-fill:before {
  content: "\f091"; }

.ri-sip-line:before {
  content: "\f092"; }

.ri-skip-back-fill:before {
  content: "\f093"; }

.ri-skip-back-line:before {
  content: "\f094"; }

.ri-skip-back-mini-fill:before {
  content: "\f095"; }

.ri-skip-back-mini-line:before {
  content: "\f096"; }

.ri-skip-forward-fill:before {
  content: "\f097"; }

.ri-skip-forward-line:before {
  content: "\f098"; }

.ri-skip-forward-mini-fill:before {
  content: "\f099"; }

.ri-skip-forward-mini-line:before {
  content: "\f09a"; }

.ri-skull-2-fill:before {
  content: "\f09b"; }

.ri-skull-2-line:before {
  content: "\f09c"; }

.ri-skull-fill:before {
  content: "\f09d"; }

.ri-skull-line:before {
  content: "\f09e"; }

.ri-skype-fill:before {
  content: "\f09f"; }

.ri-skype-line:before {
  content: "\f0a0"; }

.ri-slack-fill:before {
  content: "\f0a1"; }

.ri-slack-line:before {
  content: "\f0a2"; }

.ri-slice-fill:before {
  content: "\f0a3"; }

.ri-slice-line:before {
  content: "\f0a4"; }

.ri-slideshow-2-fill:before {
  content: "\f0a5"; }

.ri-slideshow-2-line:before {
  content: "\f0a6"; }

.ri-slideshow-3-fill:before {
  content: "\f0a7"; }

.ri-slideshow-3-line:before {
  content: "\f0a8"; }

.ri-slideshow-4-fill:before {
  content: "\f0a9"; }

.ri-slideshow-4-line:before {
  content: "\f0aa"; }

.ri-slideshow-fill:before {
  content: "\f0ab"; }

.ri-slideshow-line:before {
  content: "\f0ac"; }

.ri-smartphone-fill:before {
  content: "\f0ad"; }

.ri-smartphone-line:before {
  content: "\f0ae"; }

.ri-snapchat-fill:before {
  content: "\f0af"; }

.ri-snapchat-line:before {
  content: "\f0b0"; }

.ri-snowy-fill:before {
  content: "\f0b1"; }

.ri-snowy-line:before {
  content: "\f0b2"; }

.ri-sound-module-fill:before {
  content: "\f0b3"; }

.ri-sound-module-line:before {
  content: "\f0b4"; }

.ri-soundcloud-fill:before {
  content: "\f0b5"; }

.ri-soundcloud-line:before {
  content: "\f0b6"; }

.ri-space-ship-fill:before {
  content: "\f0b7"; }

.ri-space-ship-line:before {
  content: "\f0b8"; }

.ri-space:before {
  content: "\f0b9"; }

.ri-spam-2-fill:before {
  content: "\f0ba"; }

.ri-spam-2-line:before {
  content: "\f0bb"; }

.ri-spam-3-fill:before {
  content: "\f0bc"; }

.ri-spam-3-line:before {
  content: "\f0bd"; }

.ri-spam-fill:before {
  content: "\f0be"; }

.ri-spam-line:before {
  content: "\f0bf"; }

.ri-speaker-2-fill:before {
  content: "\f0c0"; }

.ri-speaker-2-line:before {
  content: "\f0c1"; }

.ri-speaker-3-fill:before {
  content: "\f0c2"; }

.ri-speaker-3-line:before {
  content: "\f0c3"; }

.ri-speaker-fill:before {
  content: "\f0c4"; }

.ri-speaker-line:before {
  content: "\f0c5"; }

.ri-spectrum-fill:before {
  content: "\f0c6"; }

.ri-spectrum-line:before {
  content: "\f0c7"; }

.ri-speed-fill:before {
  content: "\f0c8"; }

.ri-speed-line:before {
  content: "\f0c9"; }

.ri-speed-mini-fill:before {
  content: "\f0ca"; }

.ri-speed-mini-line:before {
  content: "\f0cb"; }

.ri-spotify-fill:before {
  content: "\f0cc"; }

.ri-spotify-line:before {
  content: "\f0cd"; }

.ri-spy-fill:before {
  content: "\f0ce"; }

.ri-spy-line:before {
  content: "\f0cf"; }

.ri-stack-fill:before {
  content: "\f0d0"; }

.ri-stack-line:before {
  content: "\f0d1"; }

.ri-stack-overflow-fill:before {
  content: "\f0d2"; }

.ri-stack-overflow-line:before {
  content: "\f0d3"; }

.ri-stackshare-fill:before {
  content: "\f0d4"; }

.ri-stackshare-line:before {
  content: "\f0d5"; }

.ri-star-fill:before {
  content: "\f0d6"; }

.ri-star-half-fill:before {
  content: "\f0d7"; }

.ri-star-half-line:before {
  content: "\f0d8"; }

.ri-star-half-s-fill:before {
  content: "\f0d9"; }

.ri-star-half-s-line:before {
  content: "\f0da"; }

.ri-star-line:before {
  content: "\f0db"; }

.ri-star-s-fill:before {
  content: "\f0dc"; }

.ri-star-s-line:before {
  content: "\f0dd"; }

.ri-star-smile-fill:before {
  content: "\f0de"; }

.ri-star-smile-line:before {
  content: "\f0df"; }

.ri-steering-2-fill:before {
  content: "\f0e0"; }

.ri-steering-2-line:before {
  content: "\f0e1"; }

.ri-steering-fill:before {
  content: "\f0e2"; }

.ri-steering-line:before {
  content: "\f0e3"; }

.ri-sticky-note-2-fill:before {
  content: "\f0e4"; }

.ri-sticky-note-2-line:before {
  content: "\f0e5"; }

.ri-sticky-note-fill:before {
  content: "\f0e6"; }

.ri-sticky-note-line:before {
  content: "\f0e7"; }

.ri-stock-fill:before {
  content: "\f0e8"; }

.ri-stock-line:before {
  content: "\f0e9"; }

.ri-stop-circle-fill:before {
  content: "\f0ea"; }

.ri-stop-circle-line:before {
  content: "\f0eb"; }

.ri-stop-fill:before {
  content: "\f0ec"; }

.ri-stop-line:before {
  content: "\f0ed"; }

.ri-stop-mini-fill:before {
  content: "\f0ee"; }

.ri-stop-mini-line:before {
  content: "\f0ef"; }

.ri-store-2-fill:before {
  content: "\f0f0"; }

.ri-store-2-line:before {
  content: "\f0f1"; }

.ri-store-3-fill:before {
  content: "\f0f2"; }

.ri-store-3-line:before {
  content: "\f0f3"; }

.ri-store-fill:before {
  content: "\f0f4"; }

.ri-store-line:before {
  content: "\f0f5"; }

.ri-strikethrough-2:before {
  content: "\f0f6"; }

.ri-strikethrough:before {
  content: "\f0f7"; }

.ri-subscript-2:before {
  content: "\f0f8"; }

.ri-subscript:before {
  content: "\f0f9"; }

.ri-subtract-fill:before {
  content: "\f0fa"; }

.ri-subtract-line:before {
  content: "\f0fb"; }

.ri-subway-fill:before {
  content: "\f0fc"; }

.ri-subway-line:before {
  content: "\f0fd"; }

.ri-subway-wifi-fill:before {
  content: "\f0fe"; }

.ri-subway-wifi-line:before {
  content: "\f0ff"; }

.ri-sun-cloudy-fill:before {
  content: "\f100"; }

.ri-sun-cloudy-line:before {
  content: "\f101"; }

.ri-sun-fill:before {
  content: "\f102"; }

.ri-sun-foggy-fill:before {
  content: "\f103"; }

.ri-sun-foggy-line:before {
  content: "\f104"; }

.ri-sun-line:before {
  content: "\f105"; }

.ri-superscript-2:before {
  content: "\f106"; }

.ri-superscript:before {
  content: "\f107"; }

.ri-surround-sound-fill:before {
  content: "\f108"; }

.ri-surround-sound-line:before {
  content: "\f109"; }

.ri-swap-box-fill:before {
  content: "\f10a"; }

.ri-swap-box-line:before {
  content: "\f10b"; }

.ri-swap-fill:before {
  content: "\f10c"; }

.ri-swap-line:before {
  content: "\f10d"; }

.ri-switch-fill:before {
  content: "\f10e"; }

.ri-switch-line:before {
  content: "\f10f"; }

.ri-sword-fill:before {
  content: "\f110"; }

.ri-sword-line:before {
  content: "\f111"; }

.ri-t-box-fill:before {
  content: "\f112"; }

.ri-t-box-line:before {
  content: "\f113"; }

.ri-t-shirt-2-fill:before {
  content: "\f114"; }

.ri-t-shirt-2-line:before {
  content: "\f115"; }

.ri-t-shirt-air-fill:before {
  content: "\f116"; }

.ri-t-shirt-air-line:before {
  content: "\f117"; }

.ri-t-shirt-fill:before {
  content: "\f118"; }

.ri-t-shirt-line:before {
  content: "\f119"; }

.ri-table-2:before {
  content: "\f11a"; }

.ri-table-alt-fill:before {
  content: "\f11b"; }

.ri-table-alt-line:before {
  content: "\f11c"; }

.ri-table-fill:before {
  content: "\f11d"; }

.ri-table-line:before {
  content: "\f11e"; }

.ri-tablet-fill:before {
  content: "\f11f"; }

.ri-tablet-line:before {
  content: "\f120"; }

.ri-takeaway-fill:before {
  content: "\f121"; }

.ri-takeaway-line:before {
  content: "\f122"; }

.ri-taobao-fill:before {
  content: "\f123"; }

.ri-taobao-line:before {
  content: "\f124"; }

.ri-tape-fill:before {
  content: "\f125"; }

.ri-tape-line:before {
  content: "\f126"; }

.ri-task-fill:before {
  content: "\f127"; }

.ri-task-line:before {
  content: "\f128"; }

.ri-taxi-fill:before {
  content: "\f129"; }

.ri-taxi-line:before {
  content: "\f12a"; }

.ri-taxi-wifi-fill:before {
  content: "\f12b"; }

.ri-taxi-wifi-line:before {
  content: "\f12c"; }

.ri-team-fill:before {
  content: "\f12d"; }

.ri-team-line:before {
  content: "\f12e"; }

.ri-telegram-fill:before {
  content: "\f12f"; }

.ri-telegram-line:before {
  content: "\f130"; }

.ri-temp-cold-fill:before {
  content: "\f131"; }

.ri-temp-cold-line:before {
  content: "\f132"; }

.ri-temp-hot-fill:before {
  content: "\f133"; }

.ri-temp-hot-line:before {
  content: "\f134"; }

.ri-terminal-box-fill:before {
  content: "\f135"; }

.ri-terminal-box-line:before {
  content: "\f136"; }

.ri-terminal-fill:before {
  content: "\f137"; }

.ri-terminal-line:before {
  content: "\f138"; }

.ri-terminal-window-fill:before {
  content: "\f139"; }

.ri-terminal-window-line:before {
  content: "\f13a"; }

.ri-text-direction-l:before {
  content: "\f13b"; }

.ri-text-direction-r:before {
  content: "\f13c"; }

.ri-text-spacing:before {
  content: "\f13d"; }

.ri-text-wrap:before {
  content: "\f13e"; }

.ri-text:before {
  content: "\f13f"; }

.ri-thumb-down-fill:before {
  content: "\f140"; }

.ri-thumb-down-line:before {
  content: "\f141"; }

.ri-thumb-up-fill:before {
  content: "\f142"; }

.ri-thumb-up-line:before {
  content: "\f143"; }

.ri-thunderstorms-fill:before {
  content: "\f144"; }

.ri-thunderstorms-line:before {
  content: "\f145"; }

.ri-ticket-2-fill:before {
  content: "\f146"; }

.ri-ticket-2-line:before {
  content: "\f147"; }

.ri-ticket-fill:before {
  content: "\f148"; }

.ri-ticket-line:before {
  content: "\f149"; }

.ri-time-fill:before {
  content: "\f14a"; }

.ri-time-line:before {
  content: "\f14b"; }

.ri-timer-2-fill:before {
  content: "\f14c"; }

.ri-timer-2-line:before {
  content: "\f14d"; }

.ri-timer-fill:before {
  content: "\f14e"; }

.ri-timer-flash-fill:before {
  content: "\f14f"; }

.ri-timer-flash-line:before {
  content: "\f150"; }

.ri-timer-line:before {
  content: "\f151"; }

.ri-todo-fill:before {
  content: "\f152"; }

.ri-todo-line:before {
  content: "\f153"; }

.ri-toggle-fill:before {
  content: "\f154"; }

.ri-toggle-line:before {
  content: "\f155"; }

.ri-tools-fill:before {
  content: "\f156"; }

.ri-tools-line:before {
  content: "\f157"; }

.ri-tornado-fill:before {
  content: "\f158"; }

.ri-tornado-line:before {
  content: "\f159"; }

.ri-trademark-fill:before {
  content: "\f15a"; }

.ri-trademark-line:before {
  content: "\f15b"; }

.ri-traffic-light-fill:before {
  content: "\f15c"; }

.ri-traffic-light-line:before {
  content: "\f15d"; }

.ri-train-fill:before {
  content: "\f15e"; }

.ri-train-line:before {
  content: "\f15f"; }

.ri-train-wifi-fill:before {
  content: "\f160"; }

.ri-train-wifi-line:before {
  content: "\f161"; }

.ri-translate-2:before {
  content: "\f162"; }

.ri-translate:before {
  content: "\f163"; }

.ri-travesti-fill:before {
  content: "\f164"; }

.ri-travesti-line:before {
  content: "\f165"; }

.ri-treasure-map-fill:before {
  content: "\f166"; }

.ri-treasure-map-line:before {
  content: "\f167"; }

.ri-trello-fill:before {
  content: "\f168"; }

.ri-trello-line:before {
  content: "\f169"; }

.ri-trophy-fill:before {
  content: "\f16a"; }

.ri-trophy-line:before {
  content: "\f16b"; }

.ri-truck-fill:before {
  content: "\f16c"; }

.ri-truck-line:before {
  content: "\f16d"; }

.ri-tumblr-fill:before {
  content: "\f16e"; }

.ri-tumblr-line:before {
  content: "\f16f"; }

.ri-tv-2-fill:before {
  content: "\f170"; }

.ri-tv-2-line:before {
  content: "\f171"; }

.ri-tv-fill:before {
  content: "\f172"; }

.ri-tv-line:before {
  content: "\f173"; }

.ri-twitch-fill:before {
  content: "\f174"; }

.ri-twitch-line:before {
  content: "\f175"; }

.ri-twitter-fill:before {
  content: "\f176"; }

.ri-twitter-line:before {
  content: "\f177"; }

.ri-typhoon-fill:before {
  content: "\f178"; }

.ri-typhoon-line:before {
  content: "\f179"; }

.ri-u-disk-fill:before {
  content: "\f17a"; }

.ri-u-disk-line:before {
  content: "\f17b"; }

.ri-ubuntu-fill:before {
  content: "\f17c"; }

.ri-ubuntu-line:before {
  content: "\f17d"; }

.ri-umbrella-fill:before {
  content: "\f17e"; }

.ri-umbrella-line:before {
  content: "\f17f"; }

.ri-underline:before {
  content: "\f180"; }

.ri-uninstall-fill:before {
  content: "\f181"; }

.ri-uninstall-line:before {
  content: "\f182"; }

.ri-upload-2-fill:before {
  content: "\f183"; }

.ri-upload-2-line:before {
  content: "\f184"; }

.ri-upload-cloud-2-fill:before {
  content: "\f185"; }

.ri-upload-cloud-2-line:before {
  content: "\f186"; }

.ri-upload-cloud-fill:before {
  content: "\f187"; }

.ri-upload-cloud-line:before {
  content: "\f188"; }

.ri-upload-fill:before {
  content: "\f189"; }

.ri-upload-line:before {
  content: "\f18a"; }

.ri-user-2-fill:before {
  content: "\f18b"; }

.ri-user-2-line:before {
  content: "\f18c"; }

.ri-user-3-fill:before {
  content: "\f18d"; }

.ri-user-3-line:before {
  content: "\f18e"; }

.ri-user-4-fill:before {
  content: "\f18f"; }

.ri-user-4-line:before {
  content: "\f190"; }

.ri-user-5-fill:before {
  content: "\f191"; }

.ri-user-5-line:before {
  content: "\f192"; }

.ri-user-6-fill:before {
  content: "\f193"; }

.ri-user-6-line:before {
  content: "\f194"; }

.ri-user-add-fill:before {
  content: "\f195"; }

.ri-user-add-line:before {
  content: "\f196"; }

.ri-user-fill:before {
  content: "\f197"; }

.ri-user-follow-fill:before {
  content: "\f198"; }

.ri-user-follow-line:before {
  content: "\f199"; }

.ri-user-heart-fill:before {
  content: "\f19a"; }

.ri-user-heart-line:before {
  content: "\f19b"; }

.ri-user-line:before {
  content: "\f19c"; }

.ri-user-location-fill:before {
  content: "\f19d"; }

.ri-user-location-line:before {
  content: "\f19e"; }

.ri-user-received-2-fill:before {
  content: "\f19f"; }

.ri-user-received-2-line:before {
  content: "\f1a0"; }

.ri-user-received-fill:before {
  content: "\f1a1"; }

.ri-user-received-line:before {
  content: "\f1a2"; }

.ri-user-search-fill:before {
  content: "\f1a3"; }

.ri-user-search-line:before {
  content: "\f1a4"; }

.ri-user-settings-fill:before {
  content: "\f1a5"; }

.ri-user-settings-line:before {
  content: "\f1a6"; }

.ri-user-shared-2-fill:before {
  content: "\f1a7"; }

.ri-user-shared-2-line:before {
  content: "\f1a8"; }

.ri-user-shared-fill:before {
  content: "\f1a9"; }

.ri-user-shared-line:before {
  content: "\f1aa"; }

.ri-user-smile-fill:before {
  content: "\f1ab"; }

.ri-user-smile-line:before {
  content: "\f1ac"; }

.ri-user-star-fill:before {
  content: "\f1ad"; }

.ri-user-star-line:before {
  content: "\f1ae"; }

.ri-user-unfollow-fill:before {
  content: "\f1af"; }

.ri-user-unfollow-line:before {
  content: "\f1b0"; }

.ri-user-voice-fill:before {
  content: "\f1b1"; }

.ri-user-voice-line:before {
  content: "\f1b2"; }

.ri-video-chat-fill:before {
  content: "\f1b3"; }

.ri-video-chat-line:before {
  content: "\f1b4"; }

.ri-video-fill:before {
  content: "\f1b5"; }

.ri-video-line:before {
  content: "\f1b6"; }

.ri-vidicon-2-fill:before {
  content: "\f1b7"; }

.ri-vidicon-2-line:before {
  content: "\f1b8"; }

.ri-vidicon-fill:before {
  content: "\f1b9"; }

.ri-vidicon-line:before {
  content: "\f1ba"; }

.ri-vip-crown-2-fill:before {
  content: "\f1bb"; }

.ri-vip-crown-2-line:before {
  content: "\f1bc"; }

.ri-vip-crown-fill:before {
  content: "\f1bd"; }

.ri-vip-crown-line:before {
  content: "\f1be"; }

.ri-vip-diamond-fill:before {
  content: "\f1bf"; }

.ri-vip-diamond-line:before {
  content: "\f1c0"; }

.ri-vip-fill:before {
  content: "\f1c1"; }

.ri-vip-line:before {
  content: "\f1c2"; }

.ri-visa-fill:before {
  content: "\f1c3"; }

.ri-visa-line:before {
  content: "\f1c4"; }

.ri-voice-recognition-fill:before {
  content: "\f1c5"; }

.ri-voice-recognition-line:before {
  content: "\f1c6"; }

.ri-voiceprint-fill:before {
  content: "\f1c7"; }

.ri-voiceprint-line:before {
  content: "\f1c8"; }

.ri-volume-down-fill:before {
  content: "\f1c9"; }

.ri-volume-down-line:before {
  content: "\f1ca"; }

.ri-volume-mute-fill:before {
  content: "\f1cb"; }

.ri-volume-mute-line:before {
  content: "\f1cc"; }

.ri-volume-off-vibrate-fill:before {
  content: "\f1cd"; }

.ri-volume-off-vibrate-line:before {
  content: "\f1ce"; }

.ri-volume-up-fill:before {
  content: "\f1cf"; }

.ri-volume-up-line:before {
  content: "\f1d0"; }

.ri-volume-vibrate-fill:before {
  content: "\f1d1"; }

.ri-volume-vibrate-line:before {
  content: "\f1d2"; }

.ri-vuejs-fill:before {
  content: "\f1d3"; }

.ri-vuejs-line:before {
  content: "\f1d4"; }

.ri-walk-fill:before {
  content: "\f1d5"; }

.ri-walk-line:before {
  content: "\f1d6"; }

.ri-wallet-2-fill:before {
  content: "\f1d7"; }

.ri-wallet-2-line:before {
  content: "\f1d8"; }

.ri-wallet-3-fill:before {
  content: "\f1d9"; }

.ri-wallet-3-line:before {
  content: "\f1da"; }

.ri-wallet-fill:before {
  content: "\f1db"; }

.ri-wallet-line:before {
  content: "\f1dc"; }

.ri-water-flash-fill:before {
  content: "\f1dd"; }

.ri-water-flash-line:before {
  content: "\f1de"; }

.ri-webcam-fill:before {
  content: "\f1df"; }

.ri-webcam-line:before {
  content: "\f1e0"; }

.ri-wechat-2-fill:before {
  content: "\f1e1"; }

.ri-wechat-2-line:before {
  content: "\f1e2"; }

.ri-wechat-fill:before {
  content: "\f1e3"; }

.ri-wechat-line:before {
  content: "\f1e4"; }

.ri-wechat-pay-fill:before {
  content: "\f1e5"; }

.ri-wechat-pay-line:before {
  content: "\f1e6"; }

.ri-weibo-fill:before {
  content: "\f1e7"; }

.ri-weibo-line:before {
  content: "\f1e8"; }

.ri-whatsapp-fill:before {
  content: "\f1e9"; }

.ri-whatsapp-line:before {
  content: "\f1ea"; }

.ri-wifi-fill:before {
  content: "\f1eb"; }

.ri-wifi-line:before {
  content: "\f1ec"; }

.ri-wifi-off-fill:before {
  content: "\f1ed"; }

.ri-wifi-off-line:before {
  content: "\f1ee"; }

.ri-window-2-fill:before {
  content: "\f1ef"; }

.ri-window-2-line:before {
  content: "\f1f0"; }

.ri-window-fill:before {
  content: "\f1f1"; }

.ri-window-line:before {
  content: "\f1f2"; }

.ri-windows-fill:before {
  content: "\f1f3"; }

.ri-windows-line:before {
  content: "\f1f4"; }

.ri-windy-fill:before {
  content: "\f1f5"; }

.ri-windy-line:before {
  content: "\f1f6"; }

.ri-women-fill:before {
  content: "\f1f7"; }

.ri-women-line:before {
  content: "\f1f8"; }

.ri-wubi-input:before {
  content: "\f1f9"; }

.ri-xbox-fill:before {
  content: "\f1fa"; }

.ri-xbox-line:before {
  content: "\f1fb"; }

.ri-xing-fill:before {
  content: "\f1fc"; }

.ri-xing-line:before {
  content: "\f1fd"; }

.ri-youtube-fill:before {
  content: "\f1fe"; }

.ri-youtube-line:before {
  content: "\f1ff"; }

.ri-zcool-fill:before {
  content: "\f200"; }

.ri-zcool-line:before {
  content: "\f201"; }

.ri-zhihu-fill:before {
  content: "\f202"; }

.ri-zhihu-line:before {
  content: "\f203"; }

.ri-zoom-in-fill:before {
  content: "\f204"; }

.ri-zoom-in-line:before {
  content: "\f205"; }

.ri-zoom-out-fill:before {
  content: "\f206"; }

.ri-zoom-out-line:before {
  content: "\f207"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Fonts
********************************************************/
/* Layout
********************************************************/
body {
  height: 1%;
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  color: #444444;
  background-color: #FFF; }

.ocultar, .oculta {
  display: none; }

#header {
  height: auto;
  margin-bottom: 50px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 100%; }

#content {
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  clear: both;
  display: block;
  margin: 0 auto;
  width: 99.8%;
  background-color: #FFF;
  display: inline-block; }

#footer {
  padding: 15px 0 24px;
  width: 100%; }

.main-container {
  padding-bottom: 40px; }

/* Sidebar
********************************************************/
#sidebar {
  margin: 6px 0 20px; }

.sidebar-box {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 15px; }

.sidebar-box h2 {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #161b1e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: -10px -10px 12px;
  padding: 7px 14px; }

/* Texto
********************************************************/
li {
  line-height: 1.5em;
  font-size: 15px; }

p {
  font-size: 14px;
  line-height: 1.6em; }

.dashed-content li {
  margin-bottom: 10px; }

h2, h2.title {
  font-size: 20px; }

.content .dashed-content.gwe_texto ul {
  list-style: disc outside none;
  padding: 0 0 0 15px; }

select {
  color: #666 !important;
  text-shadow: 0 0 0 #000 !important; }

a {
  color: #000;
  outline: none !important; }

button {
  outline: none !important; }

/* Buttons
 ********************************************************/
.btn,
.btntwo,
.btn-cart-checkout {
  background-color: #000; }

.btn:hover,
.btn:focus,
.btntwo:hover,
.btntwo:focus,
.btn-cart-checkout:hover,
.btn-cart-checkout:focus {
  color: #fff;
  background-color: #000;
  border-color: #000; }

a.btn, a.btntwo {
  line-height: 1em; }

input.btn, input.btntwo {
  font-weight: normal;
  line-height: 1.4em; }

.btntwo, .btn {
  background-color: #000;
  border-color: #000;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s linear 0s, background 0.3s linear 0s, border 0.3s linear 0s;
  line-height: 1 !important; }

.btn:hover, .btn:focus,
.btntwo:hover, .btntwo:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #000;
  border-color: #000; }

.btn-default:hover, .btn-default:focus {
  border-color: #999; }

.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
  background-color: #000;
  color: #ffffff;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

#cart a.btn {
  float: right;
  margin-left: 0px; }

.btn-cart-checkout {
  background-color: #000;
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 14px;
  transition: background 0.2s linear 0s, color 0.2s linear 0s; }

.btn-cart-checkout:hover,
.btn-cart-checkout:focus {
  text-decoration: none;
  color: #fff;
  background-color: #000; }

div.gwe_libro2 .botones .btntwo,
div.gwe_libro3 .botones .btntwo {
  margin-top: 0px;
  width: auto;
  padding: 4px 15px 4px; }

.minificha a.btn, .minificha a.btntwo {
  padding: 5px 15px 5px;
  float: left; }

#acceso-pedido .btn {
  float: left; }

#capaGastosEnvioPOD .btn.off {
  background-color: #CCC;
  border: 1px solid #ADADAD;
  cursor: auto; }

.btns-help {
  margin-top: 22px; }

.btns-help a {
  margin-right: 8px;
  font-size: 12px; }

.btn-default {
  background-color: #ffffff !important;
  border-color: #cccccc;
  color: #333333 !important; }

/* Header
********************************************************/
#header .header-top {
  padding: 0; }

#header .header-top #language a,
#header .header-top #account a {
  color: #565656; }

#header .header-middle {
  padding: 3px 0;
  z-index: 999;
  transition: background-color 0.2s ease 0s;
  z-index: 999999; }

#header .header-middle #logotipo img {
  max-width: 100%;
  max-width: 190px; }

#header .header-middle .row &gt; div {
  min-height: 100px; }

#header #logotipo a,
#header #search #busqueda,
#header #cart #cart-fixed {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#header #search #busqueda {
  width: calc(100% - 30px); }

#header.sticky .header-middle {
  background-color: rgba(0, 0, 0, 0.95) !important; }

/* hAcks
********************************************************/
ul {
  list-style: none;
  padding-left: 0; }

dl {
  margin-bottom: 0; }

.breadcrumb {
  display: none; }

.navbar-collapse {
  padding-right: 0; }

label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px; }

/* Footer
********************************************************/
#footer {
  background-color: #000;
  padding: 0;
  width: 100%;
  color: #FFF;
  overflow: hidden;
  margin-top: 120px; }

#footer .container {
  background-color: transparent; }

.footer-wrapper {
  width: 100%;
  height: 1%;
  margin: 0 auto;
  display: block;
  color: #323232; }

.footer-menu a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 25px; }

.footer-menu a:hover {
  text-decoration: none; }

.footer-info {
  color: #fff;
  padding-top: 10px; }

.data-info span {
  margin: 0 1px; }

.footer-top p {
  line-height: 2em;
  font-size: 14px;
  margin: 0; }

.data-info p.telephone {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin: 0 5px;
  padding: 0 9px; }

.data-info span.fa-map-marker {
  float: left;
  font-size: 18px;
  margin-right: 7px; }

#footer a {
  text-decoration: none; }

#footer a:hover {
  color: #ccc9e0; }

.footer-info p.info-name {
  font-weight: bold;
  margin: -2px 7px 0 2px; }

.footer-info p {
  padding-left: 36px; }

#footer .email a {
  color: #FFF; }

.footer-top {
  padding: 26px 0; }

.footer-bottom {
  padding-bottom: 0;
  padding-top: 44px; }

.footer-top p {
  font-size: 13px;
  line-height: 2em;
  margin: 0 0 4px; }

.footer-logos img {
  float: right; }

.icon-footer {
  background-color: #0d7ddd;
  border-radius: 50%;
  color: #fff;
  display: inline-block !important;
  font-size: 11px !important;
  height: 21px !important;
  margin-right: 4px;
  padding: 5px 0;
  text-align: center;
  width: 21px !important; }

.footer-top-links {
  padding-top: 8px; }

#footer .footer-top-links a {
  color: #fff;
  display: inline-block;
  padding: 2px 0;
  width: 100%; }

#footer .footer-top-links a:hover {
  opacity: 0.7;
  text-decoration: none; }

.footer-top-links a i {
  color: #0d7ddd;
  font-size: 6px;
  margin-right: 7px;
  vertical-align: middle; }

.footer-bottom h2 {
  clear: both;
  color: #00bb9f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  margin: 6px 0 11px;
  text-transform: uppercase; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 34px;
  padding: 16px 0 18px;
  text-align: center; }

.secure-buy {
  margin-left: 2px;
  margin-top: 20px; }

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

.footer-email a {
  color: #fff;
  font-size: 13px;
  line-height: 1.6em; }

.footer-email a i {
  color: #7EC0F1;
  margin-right: 8px; }

.info-name {
  margin-bottom: 0;
  color: #999; }

.info-name a {
  color: #fff; }

.footer-menu {
  padding-left: 60px; }

#footer .social-networks {
  width: 100%;
  float: left;
  margin: 18px 7px 0; }

.footer-menu i {
  color: #00bb9f;
  font-size: 14px;
  margin-right: 10px; }

.footer-logo {
  max-width: 200px; }

.footer-bottom .contact-info {
  margin: 18px 0 0; }

/* Menu social-networks
********************************************************/
.social-networks {
  float: right;
  margin: 3px 7px 0 10px; }

.social-networks li {
  float: left;
  margin-left: 7px; }

.social-networks li a {
  width: 33px;
  height: 33px;
  line-height: 35px;
  float: left;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff; }

.social-networks li a:hover {
  opacity: 0.6; }

/*.social-networks .facebook a  {
	background-color: #3b5998;
}
.social-networks .twitter a  {
	background-color: #00aced;
}
.social-networks .google-plus a  {
	background-color: #dd4b39;
}
.social-networks .youtube a  {
	background-color: #bb0000;
}
.social-networks .linkedin a  {
	background-color: #007bb6;
}
.social-networks .flickr a  {
	background-color: #ff0084;
}
.social-networks .pinterest a  {
	background-color: #cb2027;
}
.social-networks .instagram a  {
    background-color: #8a3ab9;
}
.social-networks .rss a  {
    background-color: #FF6600;
}*/
.social-networks a {
  background-color: transparent; }

/* Submenu
********************************************************/
#submenu {
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.26) inset;
  position: relative;
  background: none repeat scroll 0 0 #63A0DE; }

/* Box Libros de texto
********************************************************/
.sidebar-box-texto .btn {
  width: 100%; }

.sidebar-box-texto .fa-book {
  color: #276FB6;
  font-size: 1.5em;
  margin: 0 5px 0 0; }

/* Explore
********************************************************/
#explore li {
  font-weight: 600;
  padding: 5px 0 4px; }

#explore li i {
  color: #f89c37;
  font-size: 11px;
  margin: 0 2px 0 0;
  padding: 5px 0 5px 6px; }

#explore li a {
  color: #444648;
  text-decoration: none; }

#explore li a:hover {
  color: inherit; }

/* Categories
********************************************************/
#categories {
  margin-bottom: 5px; }

#categories ul {
  font-size: 0.8em; }

#categories li {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #FFFFFF;
  padding: 9px 16px 9px 15px;
  font-size: 1.2em;
  font-weight: bold; }

#categories li:hover {
  background: #e6e6e6;
  cursor: pointer; }

#categories .fa-chevron-right {
  color: #E16122; }

#categories li a {
  text-decoration: none; }

/* Subcategories
********************************************************/
.bloque-top {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  font-size: 1em;
  margin: 0 0 30px;
  padding: 15px 10px;
  width: 100%; }

.bloque-top ul li {
  float: left;
  margin: 1px 11px 0 0; }

.bloque-top ul li a {
  float: left; }

.bloque-top ul li.menu_act {
  font-weight: bold; }

.bloque-top .materias .label {
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 0 10px;
  float: none;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s linear; }

.bloque-top .materias .label:hover {
  background: #000; }

.breadcrumb {
  float: left;
  margin-bottom: 20px;
  padding: 3px; }

h2.title span.enlace_top a {
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
  padding-left: 13px;
  margin: 0px 5px 5px 0px; }

.materias .fa-chevron-right {
  color: #F78100;
  font-size: 0.8em;
  margin-left: 4px; }

/* Ordenar resultados
********************************************************/
.ordenar {
  float: left;
  margin: 0; }

.pager {
  float: left;
  margin: 0 0 0 30px; }

.ordenar label,
.pager label {
  font-size: 15px; }

.ordenar .custom-select,
.pager .custom-select {
  margin: -0 0 0 5px; }

.ordenar select,
.pager select {
  font-size: 14px !important; }

/* Cesta
********************************************************/
table {
  width: 100%;
  font-size: 14px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  border-collapse: collapse; }

caption {
  padding-bottom: 4px;
  text-align: left; }

thead {
  background-color: #f1f2f4;
  color: #737373;
  font-size: 12px;
  font-weight: 700 !important;
  text-transform: uppercase; }

.basket_items th {
  padding: 10px; }

.basket_items thead tr {
  border: none; }

#formFavoritos {
  margin-bottom: 30px; }

#formFavoritos .basket_items th,
#formFavoritosEbooks .basket_items th {
  text-align: right; }

#formFavoritos .basket_items #product,
#formFavoritosEbooks .basket_items #product {
  text-align: left; }

#quantity {
  text-align: center; }

tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC; }

td {
  text-align: left;
  padding: 14px 10px 14px 6px;
  border-bottom: 1px solid #EEE;
  margin: 0px; }

.listitem td {
  padding: 10px 10px 10px 6px; }

td.price, td.total {
  padding: 5px 10px;
  width: 100px;
  font-size: 15px; }

table img {
  width: 50px;
  padding: 1px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  float: left; }

tbody .listitem {
  padding-bottom: 10px;
  border-bottom: 1px solid #666666; }

td.compra {
  text-align: left;
  color: #000000;
  font-weight: bold;
  font-size: 0.9em; }

td.product {
  text-align: left;
  width: 230px;
  font-size: 11px; }

td.productdetalle {
  text-align: left;
  width: auto;
  line-height: 1.2em; }

td.productdetalle a, td.productdetalle span.ico_ebook_detalle {
  float: left;
  height: 24px;
  overflow: hidden;
  padding: 3px 5px 0 30px;
  width: auto; }

td.productdetalle a {
  text-decoration: underline; }

td.productdetalle strong {
  float: left;
  margin-left: 10px; }

td.pedido {
  width: 300px;
  text-align: left;
  width: 114px;
  padding-left: 14px; }

td.product a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  color: #333; }

td.product .autor {
  margin-top: 5px;
  color: #999; }

td.checktable {
  width: 20px;
  padding: 10px; }

td.quantity {
  text-align: center; }

td.quantity a {
  font-size: 12px;
  padding: 2px; }

td.quantity input {
  width: 50px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px; }

.tr-odd {
  background: #F1F2EC; }

tr.pie td.sub {
  text-align: right; }

tr.pie td {
  border-bottom: 5px solid #999999; }

th.verpedido {
  width: 54px; }

td.verpedido {
  width: 100px;
  text-align: right; }

.portada-cesta {
  position: relative;
  float: left; }

td.imgpro .ico_ebook,
.verpedido .ico_ebook {
  background: none repeat scroll 0 0 #63A0DE;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  color: #FFFFFF;
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px; }

.portada-cesta .wraper_idm .fa-print {
  font-size: 0.7em;
  font-weight: bold;
  padding: 4px 6px; }

.portada-cesta .wraper_idm {
  bottom: 0;
  position: absolute;
  right: 0; }

/* Cajas proceso de compra
********************************************************/
ul.proceso_compra {
  margin: 20px 0 30px;
  text-align: center;
  list-style: inside; }

ul.proceso_compra li.first {
  margin-left: 0px; }

ul.proceso_compra li.select {
  color: #555;
  font-weight: 700; }

ul.proceso_compra li {
  position: relative;
  color: #D3D2C6;
  font-size: 15px;
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 0 1.25em 0 0;
  float: none; }

ul.proceso_compra li::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  background: #000;
  opacity: .2; }

ul.proceso_compra li:last-child {
  margin: 0;
  padding: 0; }

ul.proceso_compra li:last-child::after {
  display: none; }

ul.proceso_compra li span {
  width: 35px;
  height: 35px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  border: 3px solid #000;
  opacity: .2; }

ul.proceso_compra li.select span {
  opacity: 1; }

/* Formulario de compra
********************************************************/
.grupo_datos {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px; }

.grupo_datos form {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
  margin-top: 20px; }

h2.proceso {
  margin: 6px 4px 20px;
  padding: 0px 0px 5px 0px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #e6e6e6; }

h2.proceso a {
  color: #006699;
  margin-left: 10px;
  font-size: 11px;
  font-weight: normal; }

.grupo_datos label.corto {
  width: 30px; }

.grupo_datos input.checkbox {
  float: left;
  clear: none; }

.grupo_datos label.checkbox {
  width: auto;
  height: auto;
  color: #333333;
  float: left;
  font-size: 1em;
  margin: -10px 0 0 5px; }

.grupo_datos .totalPedido {
  float: left;
  font-size: 16px;
  font-weight: bold; }

.datos-pedido {
  font-size: 12px; }

.datos-pedido .field {
  margin-bottom: 9px; }

/* Info
********************************************************/
.info2 {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 14px 0px;
  margin-bottom: 0px; }

.info2 a {
  font-size: 11px;
  color: #006699;
  float: right;
  margin-right: 25px;
  margin-top: 10px; }

.info2 .campo_form, .info2 .campo_form label, .bot_form {
  float: left; }

.info2 .campo_form input {
  margin-right: 24px;
  border: 1px solid #cccccc;
  padding: 5px; }

.info2 .campo_form label {
  color: #666666;
  font-weight: bold;
  padding: 5px 9px 0 0; }

.info2 .bot_form {
  width: 134px;
  height: 30px;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
  font: bold 12px Arial, Helvetica, sans-serif; }

/* Formas de pago
*******************************************************/
.basket_items {
  margin-bottom: 10px; }

#plazoEntrega p {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #545454;
  display: inline-block;
  font-size: 12px;
  margin: 5px 0 2px -1px;
  padding: 1px 6px 2px; }

.labelenvio, .labelpago {
  width: 94px;
  float: left;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-right: 15px;
  text-transform: uppercase;
  padding-top: 10px;
  color: #333; }

.labelenvio strong, .labelpago strong {
  font-size: 10px; }

.formaenvio, .formapago {
  float: left;
  margin: 0 15px 0 0;
  width: 200px; }

.selectenvio .fa-check {
  margin-top: 5px;
  font-size: 20px;
  color: #2ABA03; }

.formaenvio select, .formapago select {
  width: 194px;
  float: left;
  color: #333333;
  font-size: 12px; }

.totalenvio, .totalpago {
  font-size: 16px;
  margin-right: 13px;
  float: right;
  font-weight: bold;
  color: #3D4043; }

.totalenvio span, .totalpago span {
  font-weight: normal;
  font-size: 0.9em; }

.delivery, .payment {
  width: 100%;
  float: right;
  clear: both;
  margin-bottom: 4px;
  padding-top: 5px; }

.payment {
  padding-top: 0px; }

.cesta {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px; }

#content-center .botones_cesta {
  width: 100%;
  float: left;
  padding-top: 12px;
  border-top: 1px solid #cccccc; }

#content-center .price_summary .botones_cesta {
  width: 182px;
  margin: 5px 0 0 0;
  padding: 0;
  border: 0;
  color: #006699; }

.form_control {
  width: 100%;
  display: block;
  clear: both;
  color: #3D4043; }

.botones_cesta {
  float: left;
  margin-top: 16px;
  width: 100%;
  font-size: 13px; }

.price_summary {
  border-bottom: 1px solid #eeeeee;
  float: right;
  padding: 20px 0;
  width: 100%; }

.price_summary span {
  font-weight: normal;
  margin: 0 20px 0 0;
  color: #333333; }

#subTotalPedido {
  font-size: 1.2em;
  padding-right: 10px;
  text-align: right;
  color: #999;
  min-width: 100px; }

#totalPedido {
  color: #FF6600;
  font-size: 20px;
  font-weight: 700;
  min-width: 100px;
  padding-right: 20px;
  text-align: right; }

#price, #total {
  text-align: center; }

#capaGastosEnvioPOD .labelenvio {
  margin: 0 5px 0 0;
  width: 45px; }

#capaGastosEnvioPOD .formaenvio, #capaGastosEnvioPOD .formapago {
  float: left;
  height: 20px;
  margin: 0;
  padding: 2px;
  width: 144px; }

#capaGastosEnvioPOD {
  margin: 0px; }

#capaGastosEnvioPOD .totalenvio {
  color: #3D4043;
  float: right;
  font-size: 1.1em;
  font-weight: bold;
  margin: 6px 6px 6px 15px; }

#capaGastosEnvioPOD .btn {
  float: left; }

.loading {
  float: right;
  margin: 0 0 0 10px; }

#capaGastosEnvioPOD h3 {
  font-weight: normal; }

.price_summary span.iva {
  float: right; }

#btn_realizar {
  float: right;
  padding: 10px 15px;
  font-size: 16px; }

.cart-box {
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 0 16px 10px; }

.cart-box h3 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0; }

.form-inline .cart-box .form-control {
  font-size: 12px;
  vertical-align: top;
  width: 200px; }

.cart-box .btntwo {
  font-size: 12px;
  margin-top: 4px;
  padding: 6px 9px;
  text-decoration: none; }

.cart-box p {
  margin-bottom: 0;
  font-size: 13px; }

.cupon #codigoCupon,
.cupon #linkAplicar {
  margin-top: 20px; }

.cupon #descripcionCupon {
  color: #006B5A;
  font-size: 15px; }

.cupon #importeCupon {
  color: #3d4043;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 13px 0; }

.cart-box a {
  text-decoration: underline; }

/* Register Login
*******************************************************/
.page-login {
  padding: 0 12%; }

#box-register, #box-login {
  border: 1px solid #e3e3e3;
  float: left;
  padding: 18px 26px;
  width: 48%; }

#box-register {
  margin-right: 2%; }

#box-login .btn, #box-register .btn {
  float: right;
  margin-right: 0; }

#box-login .field input, #box-register .field input {
  width: 53%; }

#box-login .field label, #box-register .field label {
  margin: 7px 0;
  width: 43%; }

#box-login h2, #box-login h2.title, #box-register h2, #box-login h2.title {
  border-bottom: 1px solid #e3e3e3;
  border-top: medium none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 0;
  padding: 8px 0 9px;
  position: relative;
  width: 100%; }

#box-login span.fa-user, #box-register span.fa-user {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -10px; }

#box-login span.fa-user {
  color: #cccccc; }

#box-login .recuperar {
  float: left;
  margin-top: 10px; }

#box-login .ayuda {
  clear: both;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0 0 10px; }

#box-login .volver {
  padding-left: 12px;
  text-decoration: none; }

#box-login .botones-login &gt; div {
  margin-top: 10px;
  text-align: center; }

#box-login .botones-login label {
  margin-bottom: 15px; }

#box-login .botones-login .btn {
  max-width: 120px;
  width: 100%;
  float: none;
  margin: 0 0 5px 5px;
  font-weight: 600;
  font-size: 13px; }

#box-login .botones-login .btn i {
  font-size: 15px;
  margin-right: 2px;
  vertical-align: middle; }

#box-login .botones-login .btn.facebook {
  background-color: #3b5998; }

#box-login .botones-login .btn.twitter {
  background-color: #1dcaff; }

/* Main nav
*******************************************************/
#header .navbar {
  clear: both;
  margin-bottom: 0;
  border-radius: 0;
  border: medium none;
  background-color: transparent;
  min-height: 0px;
  border: none; }

/* Primer nivel */
.navbar .navbar-nav &gt; li &gt; a {
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent; }

.navbar .navbar-nav &gt; li &gt; a &gt; i {
  vertical-align: middle; }

.navbar .navbar-nav &gt; li:first-child &gt; a {
  padding-left: 0; }

.navbar .navbar-nav &gt; li &gt; a:hover,
.navbar .navbar-nav &gt; li &gt; a:focus,
.navbar .navbar-nav &gt; .active &gt; a,
.navbar .navbar-nav &gt; .active &gt; a:hover,
.navbar .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent;
  color: #00a087; }

.navbar .navbar-nav &gt; .active &gt; a,
.navbar .navbar-nav &gt; .active &gt; a:hover,
.navbar .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent;
  color: #00a087; }

.navbar .navbar-nav &gt; .open &gt; a,
.navbar .navbar-nav &gt; .open &gt; a:hover,
.navbar .navbar-nav &gt; .open &gt; a:focus {
  background-color: #fff;
  color: #000;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7; }

/* Segundo nivel */
.dropdown-menu-cabecera {
  width: 680px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 1px !important;
  border-top: 0;
  border-color: #e7e7e7;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.176); }

.dropdown-menu-cabecera li &gt; a {
  border-radius: 3px;
  clear: both;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 3px 0 5px 20px;
  white-space: nowrap; }

.dropdown-menu-cabecera .menu-explorar {
  width: 180px;
  float: left; }

.dropdown-menu-cabecera .menu-explorar li &gt; a {
  background-color: #F7F7F7;
  margin: 4px 12px;
  padding: 4px 10px; }

.dropdown-menu-cabecera .menu-explorar li &gt; a:hover {
  background-color: #EBEBEB; }

.dropdown-menu-cabecera .menu-materias {
  width: 450px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 130px;
  -moz-column-width: 130px;
  column-width: 130px;
  border-left: 1px solid #eee;
  margin-top: 6px; }

.dropdown-menu-cabecera .menu-materias li {
  display: block; }

.dropdown-menu-cabecera .menu-materias li a {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-menu-cabecera .main-nav-title {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 20px;
  text-transform: uppercase;
  -webkit-column-span: all;
  column-span: all;
  display: inline-block;
  color: #000; }

.dropdown-menu-cabecera .menu-materias .main-nav-title {
  margin-top: -10px; }

/* Encabezados
*******************************************************/
h1 {
  clear: both;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.9em; }

h2 {
  clear: both;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 0.7em; }

h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 10px 0; }

h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.5em; }

h1, h2, h3, h4 {
  font-family: "Bitter", serif; }

h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none; }

caption {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 15px;
  text-align: left; }

h1.title,
h2.title,
h3.title,
h2.subtitle {
  padding: 0 0 8px;
  width: 100%; }

h1,
h1.title {
  margin-bottom: 24px; }

h1.title {
  border-bottom: medium none;
  color: #3c3c3c;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 40px;
  padding: 0 0 10px;
  position: relative; }

h1.title::after {
  border-top: 2px solid #000;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  min-width: 1em;
  position: absolute;
  width: 6%; }

h2.title {
  border-bottom: medium none;
  color: #3c3c3c;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 30px;
  padding: 0 0 10px;
  position: relative; }

h2.title::after {
  border-top: 2px solid #000;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  left: 2px;
  min-width: 1em;
  position: absolute;
  width: 6%; }

h2.title a {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
  margin-top: 8px;
  padding-right: 0; }

h2.title a:hover {
  text-decoration: none; }

h2.title a::after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 8px; }

h1.title + h2.title,
h1.title + .block h2.title,
.block h2.title {
  font-size: 22px; }

h1.title + h2.title,
h1.title + .block h2.title {
  margin-top: -10px; }

.page-home h2.title,
.page-index h2.title {
  font-size: 26px !important; }

/* Cabecera
********************************************************/
#header #logotipo {
  float: left;
  margin: 16px 0; }

#header #logotipo a {
  color: #333333;
  font-size: 22px;
  text-decoration: none; }

/* Menú superior
********************************************************/
#nav-header {
  margin: 0; }

#nav-header ul {
  margin-bottom: 0; }

#nav-header li {
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px; }

#nav-header li a {
  color: #565656;
  font-size: 13px; }

#nav-header li:last-child {
  border: none; }

#account &gt; a,
#language &gt; a,
#nav-header li {
  line-height: 33px;
  display: inline-block; }

#account a,
#language a {
  font-size: 13px;
  font-weight: 600;
  color: #565656; }

#account .dropdown-menu,
#language .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1); }

#account .dropdown-menu a,
#language .dropdown-menu a {
  display: block;
  font-weight: 400;
  color: #333 !important; }

#account a:hover,
#language a:hover,
#nav-header li a:hover {
  text-decoration: none; }

#account a i,
#language a i {
  color: #000;
  margin-right: 5px;
  font-size: 12px; }

/* Idiomas
*******************************************************/
#language {
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

#language a {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  background: none; }

#language .dropdown-menu {
  min-width: 120px;
  border-radius: 0;
  left: auto;
  margin-top: 0;
  padding: 14px 0;
  right: 2px;
  top: 122%; }

#language .dropdown-menu::before {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  right: 45px;
  top: -9px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

/* Menú micuenta
********************************************************/
#account {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99; }

#account .btn {
  border: 0;
  border-radius: 0;
  font-weight: 600;
  color: #565656;
  background: none; }

#account .dropdown-menu {
  border: 1px solid #eeeeee;
  border-radius: 0;
  left: auto;
  margin-top: 0;
  padding: 14px 0;
  right: 2px;
  top: 122%; }

#account .dropdown-menu::before {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  right: 38px;
  top: -9px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

#account .btn:hover {
  background: #7ec0f1;
  color: #fff; }

#account.open .btn:hover,
#account.open .btn:focus,
#account.open .btn:active {
  background: #7ec0f1;
  color: #fff; }

/* Search
********************************************************/
#search {
  float: left;
  height: auto; }

#search .search-text {
  border: 2px solid #dcdcdc;
  border-right: none;
  border-radius: 30px 0 0 30px;
  float: left;
  font-size: 14px;
  height: 45px;
  padding: 0 0 0 18px;
  width: calc(100% - 56px); }

#search label {
  color: #333333;
  float: left;
  font-weight: 600;
  margin: 3px 0; }

.wraper-searchebook {
  float: left;
  margin: 7px 10px 0 5px; }

#search .check {
  float: left;
  margin-right: 4px;
  margin-top: 3px; }

a.avanzado {
  color: #333333;
  float: left;
  font-size: 11.2px;
  font-weight: 600;
  margin: 10px 0 0 5px; }

a.avanzado span {
  letter-spacing: 0.1em; }

#search .btntwo.search {
  float: left;
  padding: 6px 20px;
  border-radius: 0 30px 30px 0;
  height: 45px;
  font-size: 17px;
  border: none !important;
  background-color: #000; }

#search .btntwo.search i {
  color: #fff; }

/* Minicesta
********************************************************/
#comment-wrapper {
  position: relative; }

#commentWrapper {
  left: 450px;
  position: absolute;
  margin-left: 35px;
  width: 280px; }

#cart-fixed ol li {
  border-top: 1px solid #efefef; }

#cart-fixed ol li:first-child {
  border-top: 0; }

#cart {
  float: right; }

#cart-fixed {
  right: 12px;
  z-index: 1; }

#tt_products_minibasket {
  float: right;
  margin: 0 8px 0 0;
  position: relative; }

#cart h3 {
  margin-right: 10px;
  padding-top: 7px;
  font-size: 0.8em;
  color: #848484;
  float: left;
  text-transform: uppercase; }

#cart .dublincore {
  float: left;
  width: 58%; }

#cart .btntwo {
  background-color: rgba(0, 0, 0, 0) !important;
  border: medium none;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 8px 10px;
  position: relative; }

#cart .btntwo .icon,
#cart .btntwo i {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle; }

#tt_products_minibasket dd.cantidad {
  background: rgba(0, 0, 0, 0.18) none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  margin-left: 0;
  overflow: hidden;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle; }

#tt_products_minibasket .basket {
  color: #ffffff;
  margin: 3px 5px 5px 10px;
  text-align: center; }

#tt_products_minibasket .basket strong {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0 7px; }

#miniCesta img {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 5px;
  min-height: 45px;
  padding: 1px; }

#contentMiniCesta {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px 0 3px 3px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 26px 16px 10px;
  position: absolute;
  right: -6px;
  top: 65px;
  visibility: hidden;
  width: 286px;
  z-index: 999; }

#contentMiniCesta::before {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  right: 88px;
  top: -9px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

.miniCesta-article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.29);
  float: left;
  margin-bottom: 8px;
  padding-bottom: 6px;
  width: 100%; }

.miniCesta-article:last-child {
  border-bottom: medium none; }

#miniCesta .info-book a {
  color: #333333;
  font-size: 11px;
  font-weight: 600; }

#miniCesta .info-book a:hover {
  text-decoration: none; }

#miniCesta .info-book {
  color: #333333;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  position: relative;
  width: 140px; }

#miniCesta .quantity {
  float: left;
  width: 32px; }

#miniCesta .quantity span {
  height: 25px;
  margin-right: 5px;
  padding: 0 8px;
  float: left;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  font-size: 12px; }

#miniCesta .delete.icon-remove-sign {
  color: #333333;
  font-size: 15px; }

#miniCesta .delete.icon-remove-sign:hover {
  opacity: 0.5;
  text-decoration: none; }

#miniCesta .miniCesta-total {
  color: #333333;
  float: right;
  font-size: 14px;
  font-weight: 600; }

#miniCesta .wraper_idm {
  bottom: 0;
  left: 9px;
  position: absolute; }

#miniCesta .wraper_idm .fa-print {
  background: #1e578e none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 5px;
  width: 3.2em; }

#miniCesta [class^="fa-"]::before,
[class*=" fa-"]::before {
  display: inline; }

#miniCesta .ico_ebook, .ico_lista {
  background: #63a0de none repeat scroll 0 0;
  border-radius: 0.2em;
  color: #ffffff;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 3px; }

.msg-cart {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #545454;
  display: inline-block;
  font-size: 11px !important;
  margin: 5px 6px 2px -1px;
  padding: 1px 6px 2px; }

.numArticulos {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: #00a087;
  border-radius: 50%;
  color: #ffffff;
  text-align: center; }

/* Books
 ********************************************************/
.books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.books li {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 50px; }

.books .portada {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 145px;
  height: 225px;
  margin: 0 auto 15px; }

.books .portada &gt; div {
  position: relative; }

.books .portada img {
  width: 100%;
  max-height: 225px;
  box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.5); }

.books .item-papel .portada img {
  width: 100%;
  max-height: 200px;
  box-shadow: none; }

.books .title a {
  height: 40px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4em;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #333333; }

.books .creator {
  display: block;
  margin-bottom: 5px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #666666;
  font-size: 12px; }

.books .creator a {
  text-decoration: none; }

.books .publisher {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
  text-transform: uppercase; }

.books .publisher a {
  color: #666666;
  text-decoration: none; }

.books .precio {
  width: 100%;
  margin: 2px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: none;
  color: #000;
  border: none; }

.books .precio strike {
  display: block;
  margin: 2px 0 4px;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  color: #AFAFAF; }

.books .mulsinop {
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4em; }

.books .btntwo {
  margin-top: 10px; }

.block .books.grid {
  margin-bottom: -50px; }

.books.grid.carrusel {
  margin-bottom: 0; }

.books.grid li {
  width: calc(100% / 6); }

.books.grid.solr li {
  width: calc(100% / 5); }

.books.grid form {
  width: 100%;
  padding: 0 4px;
  overflow: hidden;
  text-align: center; }

.books.grid .botones {
  float: none;
  text-align: center; }

.books.grid .mulsinop {
  display: none; }

.books.grid .creator {
  max-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis; }

.books.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px 15px;
  margin-bottom: 0;
  line-height: 0.8em;
  border-bottom: 1px solid #eeeeee; }

.books.list li:first-child {
  padding-top: 2px; }

.books.list li:last-child {
  border: 0; }

.books.list .title a {
  height: auto; }

.books.list .portada {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 150px;
  margin: 0 30px 15px 5px; }

.books.list form {
  width: 100%;
  float: left;
  text-align: left; }

.books.list .title {
  margin-bottom: 0; }

.books.list .title a {
  font-size: 20px; }

.books.list .creator {
  font-size: 15px;
  margin-bottom: 10px; }

.books.list .dublincore {
  width: 80%;
  padding-right: 30px;
  float: left;
  border-right: 1px solid #e3e3e3; }

.books.list .mulsinop {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 14px; }

.books.list .botones {
  width: 20%;
  padding: 0 0 0 32px;
  float: right;
  text-align: center; }

.books.list .precio {
  margin-bottom: 10px;
  font-size: 25px; }

.books.list .precio strike {
  margin-bottom: 6px;
  font-size: 18px; }

.books.list .btntwo {
  width: 100%;
  max-width: 150px;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 16px; }

/* Sidebar books
********************************************************/
#sidebar-books {
  overflow: hidden;
  margin: 15px 0 20px 0; }

.minilibbloque {
  border-top: 1px solid #E3E3E3;
  float: left;
  margin: 0 2px 25px;
  padding: 15px 15px 0;
  width: 84%; }

.minilibbloque img {
  background: #ffffff;
  float: left;
  margin-right: 7px;
  border: 1px solid #E3E3E3;
  padding: 2px; }

.minilibbloque img:hover {
  background: #F7F7F7; }

.minilibbloque p a {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 4px;
  text-decoration: none; }

.minilibbloque p.autor {
  font-size: 10px;
  margin-top: 3px;
  line-height: 1.2em; }

/* Paginacion
********************************************************/
.paginador {
  width: 100%;
  height: 30px;
  padding-top: 20px;
  float: right;
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  font-weight: 300;
  text-align: center; }

.paginador a, .paginador a:link {
  display: inline-block;
  height: 30px;
  min-width: 30px;
  margin: 1px;
  padding: 7px 8px 8px;
  line-height: 15px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  font-size: 14px;
  text-decoration: none;
  color: #666666; }

.paginador a:hover {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #ffffff; }

.paginador a:active {
  background-color: #ffffff;
  border: 1px solid #555555;
  color: #555555; }

.paginador span.pages {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #777777;
  margin: 1px;
  padding: 8px; }

.paginador span.current {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 15px;
  margin: 1px;
  min-width: 30px;
  padding: 7px 8px 8px;
  text-decoration: none; }

.paginador a.limits i {
  margin: 0 -3px; }

/* Ficha detalle
********************************************************/
.fichaDetalle {
  float: left;
  width: 76%;
  display: block;
  padding: 10px 0 0;
  color: #333333;
  border-right: 1px solid #eeeeee; }

.fichaDetalle h1 {
  color: #333333;
  font-size: 26px;
  margin: 0 0 3px;
  width: 92%; }

.fichaDetalle h1 span {
  font-size: 65%;
  font-weight: 400;
  vertical-align: top; }

.fichaDetalle h2 {
  font-size: 18px;
  font-weight: 600; }

.fichaDetalle #autor {
  margin: 0 0 24px;
  width: 92%;
  color: #000000;
  text-transform: uppercase; }

.fichaDetalle #autor a {
  color: #666;
  font-size: 15px; }

#detimg {
  float: left;
  margin: 0 26px 10px 3px;
  max-width: 240px;
  position: relative;
  width: 40%;
  text-align: center; }

#detimg.item-papel::after {
  display: none; }

.fichaDetalle #detimg img {
  overflow: auto;
  width: 100%; }

.fichaDetalle dl.summary {
  float: left;
  color: #666666;
  font-size: 15px;
  line-height: 1.3em;
  clear: right;
  width: 60%;
  margin-left: 2%; }

.fichaDetalle dt.titulo,
.fichaDetalle dt.subheader,
.fichaDetalle dt.autor,
.fichaDetalle dt.editorial {
  display: none; }

.fichaDetalle dt {
  clear: left;
  color: #000;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 5px;
  width: 128px; }

.fichaDetalle dt.ficha {
  border-bottom: 1px solid #E3E3E3;
  color: #FF9900;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0 0 5px;
  width: 90%; }

.fichaDetalle dd.titulo {
  font-size: 1.3em;
  font-weight: bold;
  color: #1E578E;
  clear: both;
  margin-bottom: 2px;
  line-height: 1.2em;
  text-transform: uppercase; }

.fichaDetalle dd.titulo span {
  color: #333333;
  font-size: 10px;
  font-weight: normal;
  margin-left: 6px; }

.fichaDetalle dd.editorial a {
  color: #666666; }

.fichaDetalle dd.subheader, .fichaDetalle dd.autor {
  margin-bottom: 3px; }

.fichaDetalle dd.autor {
  margin-bottom: 20px;
  line-height: 1.2em; }

.fichaDetalle dd {
  margin-bottom: 5px; }

.fichaDetalle dd.novedad {
  width: 78px;
  height: 20px;
  margin: 0px 0px 13px 0px; }

.fichaDetalle .formulario {
  width: 135px;
  height: 33px;
  float: right;
  padding: 0; }

.fichaDetalle .formulario a {
  font-size: .9em;
  padding-left: 3px; }

.fichaDetalle .formulario p {
  font-size: .9em;
  padding: 0 0 5px 2px;
  color: #2286bf; }

.fichaDetalle .formulario p {
  font-size: .9em;
  padding: 0 0 5px 2px;
  color: #2286bf; }

.fichaDetalle .centros {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  float: left;
  width: 100%; }

.fichaDetalle .centros h2.title {
  background: #f7f7f7 none repeat scroll 0 0;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 8px 0 10px 14px;
  font-size: 14px; }

.fichaDetalle .centros h2.title::after {
  border: 0; }

.fichaDetalle .centros ul {
  width: 100%;
  margin: 0;
  padding: 5px; }

.fichaDetalle .centros ul li {
  border-bottom: 1px dotted #dddddd;
  padding: 4px 10px;
  width: 100%; }

.fichaDetalle .centros ul li:last-child {
  margin: 0;
  border-bottom: 0; }

.fichaDetalle .centros ul li span {
  float: right; }

.fichaDetalle .disponibilidad {
  border: 0; }

.fichaDetalle .discount {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  text-align: center; }

.price-col {
  float: right;
  width: 22%; }

.btn.buy {
  font-size: 18px;
  font-weight: 700;
  margin: 3px 0 0;
  padding: 12px 0;
  width: 100%; }

.btn.buy span {
  font-size: 21px;
  margin-right: 3px;
  vertical-align: bottom; }

.precioDetalle {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0.2em;
  color: #333333;
  float: right;
  font-size: 1.5em;
  margin-bottom: 0;
  padding: 3px;
  position: relative;
  text-align: left;
  width: 100%; }

.precioDetalle .wraper-precioDetalle {
  border-radius: 2px;
  float: right;
  margin-bottom: 8px;
  width: 100%; }

.precioDetalle .disponibilidad {
  clear: both;
  font-weight: 600;
  margin-top: 5px;
  padding: 10px 0;
  text-align: left;
  font-size: 16px; }

.precioDetalle .disponibilidad .green {
  color: #008a00; }

.precioDetalle .disponibilidad .orange {
  color: #FF9900; }

.precioDetalle .disponibilidad .red {
  color: #B12704; }

.descargas ul li {
  line-height: 1.4em;
  margin: 0 5px 5px 0;
  padding-left: 13px; }

.precioDetalle .infoprices {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 8px; }

.precioDetalle .infoprices p {
  display: block;
  float: left;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px; }

.precioDetalle .infoprices .antes {
  font-size: 16px;
  color: #919191;
  text-decoration: line-through; }

.precioDetalle .infoprices .despues {
  font-size: 30px;
  font-weight: 700; }

.precioDetalle .iva {
  color: #666666;
  font-size: 11px; }

.precioDetalle .unimin {
  margin-top: 10px;
  padding: 6px;
  display: inline-block;
  font-size: 12px; }

.fichaDetalle dd.caducidad {
  margin: 20px 0;
  text-transform: none; }

.caducidad .fa-warning-sign {
  margin-right: 5px;
  color: #ff9900; }

.wraper-detalle {
  border: 1px solid #E3E3E3;
  float: right;
  margin: 8px 0 0;
  text-align: center;
  width: 100%;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em; }

.wraper-detalle a,
.wraper-detalle button {
  font-size: 15px;
  background: none;
  color: #000;
  text-align: left;
  padding: 10px 12px 10px 44px; }

.wraper-detalle a i,
.wraper-detalle button i {
  margin-right: 5px;
  font-size: 15px; }

.wraper-detalle .fa-plus-sign {
  color: #276FB6;
  margin-right: 5px; }

.wraper-detalle .fa-plus-sign:hover {
  color: #F78100; }

.wraper-detalle .fa-question-sign,
.wraper-detalle .fa-book,
.wraper-detalle .fa-tablet {
  color: #276fb6;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle; }

.wraper-detalle .fa-question-sign:hover {
  color: #F78100; }

.price-col .valoracion {
  border: 1px solid #E3E3E3;
  float: right;
  margin: 10px 0 0px 0px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em; }

.price-col .valoracion img {
  max-width: 20px; }

.price-col .valoracion span {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #FF9900;
  font-weight: 700;
  font-size: 15px; }

.price-col .attribute {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden; }

.price-col .attribute label {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #333; }

.price-col .attribute .form-group {
  margin-bottom: 10px; }

.price-col .attribute .form-group:last-child {
  margin-bottom: 0; }

.price-col .attribute .form-control {
  height: 30px;
  padding: 6px;
  background-size: 12px;
  border: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  box-shadow: none;
  color: #888;
  font-size: 12px;
  text-transform: uppercase; }

#social {
  margin: 20px 0px 20px 0;
  float: left; }

#social div {
  float: left;
  margin-right: 5px; }

#social div.facebook {
  width: 95px; }

.ocultar, .oculta {
  display: none; }

p.mulacccom {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 0; }

.mulacccom span.fa-envelope-alt {
  float: left;
  margin-top: 3px; }

.precioDetalle-mobile {
  display: none; }

/* Tabs
********************************************************/
#detnavtab {
  border-bottom: 1px solid #eaeaea;
  float: left;
  height: 45px;
  margin-bottom: 20px;
  width: 100%; }

#detpestanias {
  float: left;
  margin: 42px 0 30px;
  width: 100%; }

.bodytext {
  padding: 10px 0px;
  font-size: 15px;
  line-height: 170%; }

#detnavtab li a.selected {
  background-color: #ffffff;
  border-bottom: 1px solid #fdfdfd;
  border-top: 1px solid #eaeaea;
  box-shadow: none;
  color: #000 !important;
  outline: 0 none;
  z-index: 8888; }

#detnavtab li a {
  background-color: #f8f8f8;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  box-sizing: content-box;
  color: #444444 !important;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  padding: 14px 31px;
  text-align: center;
  width: auto; }

#detnavtab li a:hover {
  background-color: #ffffff;
  outline: 0 none;
  text-decoration: none;
  z-index: 8888; }

#tabsinopsis {
  padding: 20px 30px; }

#tabopiniones {
  padding: 20px 30px; }

/* Iconos formatos
********************************************************/
.discount {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.25);
  background: #00a087; }

.ranking {
  position: absolute;
  left: -10px;
  top: -10px;
  left: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  background-color: #000; }

.wraper_ebook {
  bottom: 0;
  left: 0;
  position: absolute; }

.wraper_ebook {
  bottom: 0;
  left: 0;
  position: absolute; }

.ico_ebook,
.ico_lista,
.icon-print {
  background: #63A0DE;
  border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  color: #FFFFFF;
  float: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
  padding: 4px 8px; }

.wraper_idm {
  bottom: 0;
  right: 24px;
  position: absolute; }

.wraper_idm .fa-print {
  background: none repeat scroll 0 0 #1E578E;
  border-radius: 0.2em 0.2em 0.2em 0.2em;
  -webkit-border-radius: 0.2em 0.2em 0.2em 0.2em;
  color: #FFFFFF;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 2px 5px; }

th.verebook {
  width: 50px; }

td.verebook {
  text-align: right; }

dd.formato_ebook {
  display: block;
  height: 24px;
  overflow: hidden;
  width: 58px; }

/* Formularios
********************************************************/
.form-group {
  position: relative; }

.checkbox input[type="checkbox"] {
  margin-top: 0; }

.mensaje p {
  margin-bottom: 20px; }

.help-block {
  margin-bottom: 0;
  text-align: right; }

.radio, .checkbox {
  line-height: 16px; }

/* Formulario de contacto
********************************************************/
.content fieldset {
  display: block;
  margin: 20px 0;
  border: none;
  color: #666666; }

.field {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.2em;
  clear: both;
  display: block; }

.field label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  width: 174px; }

.field input, .field select, .field textarea, .field input.fichero {
  border: 1px solid #D9D9D9;
  color: #333333;
  margin-bottom: 10px;
  padding: 7px;
  vertical-align: middle;
  width: 358px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px; }

.field select.corto {
  width: 176px; }

.field .checkbox {
  width: 20px; }

.field textarea {
  padding-top: 2px;
  height: 150px;
  font-size: 13px; }

.field input.check {
  width: 20px;
  clear: right;
  float: left;
  margin-right: 6px; }

.content input.boton-enviar {
  width: auto;
  height: 18px;
  float: right;
  overflow: auto;
  color: #3D4043;
  background: url(../images/bg_input2.jpg) repeat-x left bottom;
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  margin: 0px 40px 0 0;
  border: 1px solid #999999;
  line-height: 1em;
  font-size: 12px; }

.advice {
  font-size: 10px; }

fieldset {
  border: none; }

.field.checkbox {
  float: left; }

.field.checkbox label {
  padding-top: 5px; }

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000; }

.contact-info .contact-item-title {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700; }

.contact-info .contact-item-title i {
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000; }

.contact-info p {
  padding-left: 25px; }

.contact form {
  padding: 6px; }

.contact-page h2 {
  font-size: 22px;
  margin-bottom: 26px; }

/* Formulario de listas de correo
********************************************************/
.checkbox.lista {
  min-height: 30px;
  padding-top: 0; }

.checkbox.lista label {
  line-height: 20px;
  font-size: 13px; }

.checkbox.lista input[type="checkbox"] {
  margin-bottom: 20px; }

/* Eventos
********************************************************/
.listado_noticias {
  margin-bottom: 42px; }

.eventos p {
  line-height: 1.4em;
  margin-bottom: 5px !important;
  padding-bottom: 0; }

.eventos-noticias-more,
.eventos-blog-more {
  display: inline-block;
  font-size: 13px;
  margin-top: 6px; }

.listado_noticias .ver_todas {
  float: right;
  margin-bottom: 42px; }

.eventDate-format {
  background-color: #276fb6;
  border: 3px solid #276fb6;
  border-radius: 0;
  float: left;
  height: 50px;
  margin-top: 4px;
  width: 40px; }

.eventDate-format div.date_top {
  color: #ffffff;
  font-weight: 600;
  margin-top: 2px; }

.date_bot {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  padding: 7px 4px; }

.eventos {
  min-height: 130px;
  margin-bottom: 20px;
  padding: 10px 15px; }

.eventos:last-child {
  border-bottom: none; }

.eventos .img-muestraEvento {
  float: left;
  margin: 5px 10px 10px 0;
  max-width: 70px;
  padding: 0 0 10px; }

.eventos h2 {
  clear: none;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 4px;
  padding: 0; }

.eventos h2 a {
  color: #333; }

.eventos h2 a:hover {
  text-decoration: none; }

.eventos h3 a {
  padding: 0;
  margin: 0;
  text-decoration: none; }

.eventos .date {
  padding: 0;
  margin: 0;
  font-size: 10px; }

.eventos .eventos-img {
  width: 25%;
  max-width: 130px;
  height: 130px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  position: relative; }

.eventos .eventos-img img {
  display: inline-block;
  width: 100%; }

.eventos-info {
  display: inline-block;
  width: 70%;
  vertical-align: top; }

.eventos img {
  display: inline-block;
  margin: 0 19px 10px 0;
  vertical-align: top; }

.eventos p img {
  padding: 3px;
  border: 1px solid #e3e3e3;
  margin: 0 10px 10px; }

.eventos p {
  margin: 0 0 10px 0; }

.eventos .cuerpo_noticia {
  margin-bottom: 30px; }

.eventos .cuerpo_noticia h2.titulo {
  padding: 0;
  margin: 4px 0 8px 0;
  background: transparent; }

.eventos .cuerpo_noticia h2.titulo a {
  color: #666666;
  font-size: 0.9em;
  background: transparent; }

.eventos .cuerpo_noticia .date {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 0.8em; }

.eventos .cuerpo_noticia .entradilla {
  display: block;
  overflow: hidden;
  clear: both;
  border-bottom: 1px dashed #CCCCCC;
  margin: 0px 0 12px 0;
  font-size: 1em;
  font-style: italic;
  padding: 0px 0 6px 0; }

.caja .mixta .img {
  float: right;
  margin: 10px 10px 10px 0; }

.volver {
  float: right;
  font-size: 14px;
  font-weight: 600; }

.volver .fa {
  font-size: 11px;
  margin-right: 6px; }

.eventos-blog h2,
.eventos-blog .entradilla {
  margin-left: 0 !important; }

.eventos-date {
  color: #999999;
  font-size: 13px;
  margin-bottom: 5px; }

.news-categories a {
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  padding: 6px 10px;
  width: 80%; }

.news-categories a:hover {
  text-decoration: none;
  color: #000; }

.page-noticia .eventos h2 {
  font-size: 25px; }

.page-noticia .eventos .entradilla {
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 6px; }

.page-noticia .eventos img {
  float: left; }

.page-noticia .eventos p {
  font-size: 14px;
  line-height: 1.6em; }

.eventos-header {
  margin-bottom: 40px; }

.page-noticias .eventos img, .page-eventos .eventos img {
  width: 14%; }

.page-noticias .eventos, .page-eventos .eventos {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 22px;
  min-height: 65px;
  padding-bottom: 20px; }

/* Contenidos imagen y texto
********************************************************/
.dashed-content {
  display: block;
  clear: both;
  overflow: hidden; }

.dashed-content img {
  float: left;
  margin: 3px 15px 10px 0;
  max-width: 100%; }

.dashed-content.gwe_banner img {
  float: left;
  margin: 0 0 10px;
  max-width: 100%; }

.dashed-content p {
  font-size: 15px;
  line-height: 1.7em; }

.dashed-content p strong {
  font-weight: 600; }

.dashed-content p em strong {
  font-style: italic; }

#content-center .dashed-content ul {
  line-height: 1.4em;
  margin-bottom: 8px;
  padding: 0 0 0 15px;
  list-style: disc outside none; }

#content-center .dashed-content ul li {
  line-height: 1.4em;
  margin-bottom: 8px; }

#content-center .dashed-content ol {
  line-height: 1.4em;
  margin-bottom: 8px;
  padding: 0 0 0 20px;
  list-style: decimal outside none; }

#content-center .dashed-content ol li {
  line-height: 1.4em;
  margin-bottom: 8px; }

#content-center .dashed-content td {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 10px 5px 10px 6px;
  text-align: left; }

/* Avisos
 ********************************************************/
.info, .success, .warning, .error, .validation {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  padding: 12px;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 10px center;
  clear: both;
  line-height: 1.2em;
  float: left;
  width: 100%; }

.info p, .success p, .warning p, .error p, .validation p {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 42px;
  vertical-align: middle; }

.info,
.warning,
.success,
.error {
  background-color: #F7F7F7;
  color: #333333; }

.warning .fa-exclamation-triangle,
.success .fa-check-circle,
.error .fa-times,
.info .fa-info-circle {
  font-size: 26px;
  position: absolute; }

.warning .fa-exclamation-triangle {
  color: #EA8E26; }

.success .fa-check-circle {
  color: #61bf16; }

.error .fa-times {
  color: #dd3e26; }

.info .fa-info-circle {
  color: #276FB6; }

/* Banners
********************************************************/
#sidebar-banner {
  margin-bottom: 15px;
  text-align: center; }

.publicol {
  margin-top: 12px; }

.publicol img {
  border: 1px solid #eee;
  width: 100%; }

/* Suscripcion boletin
********************************************************/
#newsletter p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 8px; }

#emailSuscripcion, #mce-EMAIL {
  border: medium none;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 0;
  padding: 4px 10px;
  width: 60%; }

.footer-newsletter {
  overflow: hidden;
  width: 100%;
  background-color: #000;
  padding: 16px 0; }

.footer-newsletter-info {
  padding-left: 85px; }

.footer-newsletter-info::before {
  content: "\f003";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -3px;
  display: inline-block;
  font: 42px/1 FontAwesome;
  left: 18px;
  position: absolute;
  text-rendering: auto;
  vertical-align: top; }

.footer-newsletter h2 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px; }

.footer-newsletter p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.3em;
  margin-bottom: 0px; }

.footer-newsletter label {
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: left;
  width: 30%; }

.footer-newsletter-form {
  max-height: 34px;
  margin-top: 3px;
  text-align: right; }

.footer-newsletter .btntwo {
  height: 35px;
  background-color: #00a087;
  border: 1px solid #00a087;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.6px;
  margin-left: -4px;
  padding: 10px 12px; }

.footer-newsletter .mc4wp-form {
  float: left;
  padding-left: 10px;
  width: 70%; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields {
  position: relative; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields::after {
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  content: "?";
  display: inline-block;
  font: 18px/1 ionicons;
  height: 25px;
  position: absolute;
  right: 0;
  text-align: right;
  text-rendering: auto;
  top: 4px;
  transform: translate(0px, 0px);
  width: 25px; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  height: 25px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  z-index: 10; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
  padding-bottom: 10px;
  width: 100%; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: 0 none; }

.col-right {
  padding-left: 0;
  padding-right: 0; }

.footer-newsletter label {
  color: #ffffff; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #464646;
  color: #cccccc; }

.footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: 0 none; }

/* Fichaotros
********************************************************/
.fichaotros img {
  float: left;
  overflow: auto;
  margin-right: 10px;
  border: 1px solid #E3E3E3;
  padding: 2px; }

.fichaotros {
  margin: 17px 15px 0 0; }

.fichaotros dd.title {
  margin-bottom: 15px; }

/* Comentarios
********************************************************/
.comentario {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3; }

.comentario p {
  margin: 0 0 10px;
  font-size: 13px;
  color: #888888; }

.comentario .titulo {
  padding-top: 3px; }

.comentario .datos {
  margin: 5px 0 10px;
  font-size: 12px; }

.comentario h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 0 5px 0px; }

.comentario h4 .fa-comment {
  color: #276FB6;
  margin-right: 5px; }

.comentario .datos {
  line-height: 15px; }

.comentario .datos strong {
  font-weight: bold; }

.comentario .rating {
  max-width: 140px;
  padding-right: 0; }

.comentario .rating img {
  max-width: 20px; }

.modal .valoracion {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 0;
  background: #F7F7F7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 6px; }

.modal .valoracion label {
  margin-right: 10px;
  padding-top: 3px !important;
  font-size: 16px !important;
  vertical-align: middle;
  color: #666; }

.modal .valoracion .stars {
  display: inline-block; }

.modal .valoracion span {
  margin-left: 10px;
  padding-top: 3px !important;
  font-size: 12px;
  color: #999;
  vertical-align: middle; }

/* Enlaces
********************************************************/
.enlace {
  margin-bottom: 25px; }

.enlace h3 {
  margin-bottom: 5px; }

.enlace p {
  margin-bottom: 8px; }

/* Videos
********************************************************/
.videos .video-container {
  position: relative;
  padding-bottom: 53%;
  height: 0;
  overflow: hidden; }

.videos .video-container iframe,
.videos .video-container object,
.videos .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 840px;
  height: 100%;
  max-height: 460px; }

/* Best sellers
 ********************************************************/
.miniFichaLateral {
  border-bottom: 1px solid #e7e7e7;
  display: inline-block;
  margin-bottom: 9px;
  position: relative;
  width: 100%; }

.miniFichaLateral:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.miniFichaLateral .portada {
  margin-right: 6%;
  width: 34%; }

.miniFichaLateral img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
  float: left;
  margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 10px;
  padding: 2px;
  width: 100%; }

.miniFichaLateral a:hover img {
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.25); }

.miniFichaLateral dl.dublincore dd.title a {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0; }

.miniFichaLateral dl.dublincore dd.title a:hover {
  text-decoration: none; }

.miniFichaLateral .creator a {
  color: #777777;
  display: block;
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 5px;
  text-transform: uppercase; }

.miniFichaLateral dl.dublincore a {
  font-size: 10px; }

.miniFichaLateral .precio {
  color: #F99D32;
  font-size: 12px;
  margin-top: 3px; }

/* Aviso cookies
 ********************************************************/
#cookie-compliant {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(85, 85, 85, 0.95);
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 10001;
  min-height: 60px;
  line-height: 60px; }

#cookie-compliant p {
  color: #f2f2f2;
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  margin: 0; }

#cookie-compliant p a {
  font-weight: 600;
  color: #FF9900; }

#cookie-compliant p a:hover {
  color: #FFF; }

#cookie-compliant .buttons {
  text-align: right; }

#cookie-compliant .btn {
  font-size: 13px; }

#cookie-compliant .btn-accept {
  margin-right: 5px; }

#cookie-compliant .btn-dismiss {
  background-color: #d9534f;
  border-color: #d9534f; }

#cookie-compliant .btn-dismiss:hover {
  background-color: #e96864;
  border-color: #e96864; }

#cookie-compliant .btn:active {
  margin-bottom: -2px;
  margin-top: 2px; }

/* Map
 ********************************************************/
#map {
  border: 1px solid #eeeeee;
  padding: 10px;
  margin-bottom: 15px; }

.mensaje-info.dashed-content {
  text-align: left; }

.mensaje-info.dashed-content p {
  margin-bottom: 2px; }

/* Cart-mobile
 ********************************************************/
.cart-mobile {
  float: right;
  margin-right: 3px;
  margin-top: 5px;
  position: relative; }

.cart-mobile .btntwo {
  font-size: 22px;
  margin-top: 4px;
  padding: 0px; }

.cantidad-mobile {
  border-radius: 50%;
  color: #ffffff;
  left: -10px;
  position: absolute;
  text-align: center;
  top: 0; }

/* Images
********************************************************/
.gallery {
  position: relative;
  display: none;
  clear: both; }

.gallery ul {
  position: relative;
  height: auto !important; }

.gallery ul li {
  position: relative;
  height: 50px; }

.gallery ul div {
  padding: 0 4px; }

.gallery ul .thumbnail {
  margin: 0;
  border-radius: 0; }

.gallery ul .thumbnail:hover {
  opacity: 0.8; }

.gallery ul .thumbnail a {
  display: block;
  overflow: hidden; }

.gallery ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 40px;
  max-width: 40px;
  width: auto !important;
  display: block;
  border: 0 !important; }

.gallery .lSSlideOuter {
  padding: 0 15px; }

/* Materias-mobile
********************************************************/
.materias-mobile {
  width: 100%; }

/* Bootstrap
********************************************************/
a:focus {
  text-decoration: none; }

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 15px;
  display: block;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #555555;
  line-height: 1.42857; }

.form-control:focus {
  border-color: #00a087;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 204, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(91, 204, 255, 0.6); }

select.form-control {
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/down.svg") right 8px center no-repeat;
  background-size: 25px;
  cursor: pointer; }

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

.navbar-toggle {
  border-radius: 3px;
  padding: 7px; }

.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  height: 3px; }

.nav-tabs &gt; li &gt; a {
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 17px; }

.tab-content &gt; .tab-pane {
  padding: 8px; }

.content.col-md-12 {
  padding-left: 15px;
  padding-right: 15px; }

.dropdown-menu &gt; li &gt; a {
  clear: both;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.42857;
  padding: 4px 20px;
  white-space: nowrap; }

/* UI
********************************************************/
.ui-dialog .ui-dialog-buttonpane button {
  background-color: #FCAC4A;
  border: medium none;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  line-height: 1.4em;
  margin: 0.5em 1em 0.5em 0;
  overflow: visible;
  padding: 3px 11px;
  width: auto; }

.ui-widget-header {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: medium none; }

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.3em 0 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane {
  border: medium none; }

.ui-dialog .ui-dialog-titlebar-close {
  background-color: rgba(0, 0, 0, 0);
  border: medium none; }

.ui-dialog .ui-dialog-titlebar-close:after {
  color: #333333;
  content: "x";
  font-size: 17px; }

/* Cluetip
********************************************************/
#cluetip {
  border: none !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4) !important; }

.cluetip-outer {
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 3px !important;
  box-shadow: none;
  height: auto; }

/* Pnotify
********************************************************/
.ui-pnotify {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }

html &gt; body .ui-pnotify {
  position: fixed; }

.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5); }

.ui-pnotify-container {
  background-position: 0 0;
  height: 100%;
  margin: 0;
  padding: 0.8em; }

.ui-pnotify-sharp {
  border-radius: 0; }

.ui-pnotify .fa-ok-sign {
  font-size: 20px;
  margin-right: 6px;
  vertical-align: bottom; }

.ui-pnotify-closer, .ui-pnotify-sticker {
  float: right;
  margin-left: 0.2em; }

.ui-pnotify-title {
  display: block;
  margin-bottom: 0.4em; }

.ui-pnotify-text {
  display: block;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 430px;
  text-align: center; }

.ui-pnotify-icon, .ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: 0.2em; }

.ui-pnotify-history-container {
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 0;
  width: 70px;
  z-index: 10000; }

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px; }

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%; }

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto; }

.ui-pnotify-container.alert {
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  font-size: 13px;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-weight: bold; }

.ui-pnotify-container.alert strong {
  font-weight: normal; }

.ui-pnotify-container.alert a {
  font-weight: normal;
  color: #1D74C4;
  text-decoration: underline; }

.ui-pnotify-container.alert .center-box {
  box-sizing: border-box;
  padding: 10px 0 10px 0px; }

.ui-pnotify-container.alert-heading {
  color: inherit; }

.ui-pnotify-container.alert .close {
  line-height: 18px;
  position: relative;
  right: -21px;
  top: -2px; }

.ui-pnotify-container.alert-success {
  background-color: #D6E0EF;
  border-color: #D6E0EF;
  color: #1D74C4; }

.ui-pnotify-container.alert-danger, .ui-pnotify-container.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.ui-pnotify-container.alert-danger .center-box, .ui-pnotify-container.alert-error .center-box {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iNzIuMTAyIDAgMjQgMjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgNzIuMTAyIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQjk0QTQ4IiBwb2ludHM9IjkzLjcsNi4xIDkwLjUsMi42IDg0LjIsOC40IDc4LjQsMi4xIDc0LjksNS40IDgwLjcsMTEuNyA3NC41LDE3LjUgNzcuNywyMSA4NCwxNS4yIDg5LjgsMjEuNCA5My4zLDE4LjIgODcuNSwxMS45Ii8+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0); }

.ui-pnotify-container.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.ui-pnotify-container.alert-info .center-box {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMTA5LjEwMiAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDEwOS4xMDIgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHJlY3QgeD0iMTE4LjciIHk9IjcuMyIgZmlsbD0iIzNBODdBRCIgd2lkdGg9IjQuOSIgaGVpZ2h0PSIxMy45Ii8+Cgk8cmVjdCB4PSIxMTguNyIgeT0iMi43IiBmaWxsPSIjM0E4N0FEIiB3aWR0aD0iNC45IiBoZWlnaHQ9IjMuNiIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat scroll 5px center rgba(0, 0, 0, 0); }

.ui-pnotify-container.alert-block {
  padding-bottom: 14px;
  padding-top: 14px; }

/* Mis eBooks
********************************************************/
td.productdetalle .download {
  height: auto;
  padding: 0;
  text-decoration: none;
  margin: 0 15px 0 0; }

td.productdetalle .download span {
  padding: 0 4px 0 0;
  font-size: 1.3em;
  text-decoration: none; }

td.verpedido .upper.big {
  float: left;
  padding: 0; }

td.verpedido .upper.big span {
  padding: 0 4px 0 0;
  font-size: 1.3em;
  text-decoration: none; }

/* Disponibilidad Librerias L
********************************************************/
#linkDisponibilidad_L {
  background: url("../images/librerial_new.png") no-repeat scroll 0 0 #d61b23;
  float: left;
  height: 45px;
  text-indent: -99999em;
  width: 162px;
  border-radius: 0.2em; }

#disponibilidad_L {
  background: none repeat scroll 0 0 #d61b23;
  border-radius: 0.2em;
  float: right;
  margin: 10px 0 0;
  padding: 0 0 10px;
  text-align: center;
  width: 100%; }

#linksLibrerias_L span {
  border-bottom: 1px dotted #ffffff;
  border-top: 1px dotted #ffffff;
  color: #ffffff;
  float: left;
  margin: 7px 0 12px;
  padding: 4px 0;
  width: 100%; }

#linksLibrerias_L a {
  color: #000000;
  float: left;
  font-size: 0.9em;
  margin: 0 0 5px 12px;
  text-align: left;
  width: 100%; }

#linksLibrerias_L a:hover {
  color: #ffffff; }

/* Autocomplete
*******************************************************/
.ui-autocomplete {
  max-width: 500px;
  width: 95% !important;
  top: 105px !important;
  padding: 10px 0 0;
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3); }

.ui-autocomplete::before {
  background-color: #fff;
  border-color: #d6d6d6;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  height: 18px;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: -10px;
  transform: rotate(-45deg);
  width: 18px;
  z-index: 200; }

.ui-autocomplete .ui-menu-item a {
  display: inline-block;
  line-height: 1em;
  padding: 8px 8px 8px 14px;
  width: 100%; }

.ui-autocomplete .autocomplete-title {
  margin-top: 15px !important; }

.ui-autocomplete .autocomplete-title:first-child {
  margin-top: 0 !important; }

.ui-autocomplete .autocomplete-more a {
  border-bottom: medium none;
  color: #0d7ddd;
  text-decoration: underline;
  display: block;
  padding: 15px 20px 15px 15px;
  text-align: right; }

.ui-autocomplete .autocomplete-item img {
  width: 30px;
  margin-right: 10px;
  float: left;
  padding: 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.ui-autocomplete .autocomplete-title span {
  display: inline-block;
  font-weight: 700;
  padding: 7px 8px 2px 14px;
  text-transform: uppercase;
  color: #666;
  font-size: 13px; }

.ui-autocomplete .autocomplete-title::after {
  border-top: 2px solid #000;
  margin-left: 15px;
  margin-bottom: 10px;
  content: " ";
  display: block;
  height: 0;
  min-width: 1em;
  width: 6%; }

.ui-autocomplete .autocomplete-item .titulo {
  display: block;
  margin: 4px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px; }

.ui-autocomplete .autocomplete-item .autor {
  color: #999;
  font-size: 10px; }

.ui-autocomplete-loading {
  background-position: calc(100% - 5px) center !important; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover.autocomplete-title,
.ui-widget-content .ui-state-hover.autocomplete-title,
.ui-widget-header .ui-state-hover.autocomplete-title,
.ui-state-focus.autocomplete-title,
.ui-widget-content .ui-state-focus.autocomplete-title,
.ui-widget-header .ui-state-focus.autocomplete-title {
  background-image: none;
  border: none;
  background-color: #F7F7F7; }

/* FAQs
*******************************************************/
#faqs {
  margin-bottom: 20px; }

#search-filters {
  margin-bottom: 10px; }

.sidebar-section-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 2px;
  text-transform: uppercase; }

.sidebar-section-box {
  border-bottom: 1px solid #eee;
  color: #333;
  margin-bottom: 11px;
  padding-bottom: 8px; }

ul li:last-child .sidebar-section-box {
  border-bottom: none; }

.sidebar-section-box li a {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 0; }

.sidebar-section-box li a:hover,
.sidebar-section-box li a:hover span {
  color: #999; }

.sidebar-section-box li a span {
  color: #888888;
  font-size: 13px;
  font-weight: 100; }

.sidebar-section-select {
  background-color: #e7e7e7;
  padding-left: 10px; }

/* Filters
*******************************************************/
#search-filters {
  width: 94%; }

.filters-on {
  margin-bottom: 18px; }

.filters-on span {
  background: #ededed none repeat scroll 0 0;
  border-radius: 3px;
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 2px 0 4px;
  padding: 8px 10px;
  width: 100%;
  position: relative; }

.filters-on span a.remove-filter {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjOEM4QzhDIiBkPSJNOCAwQzMuNTgyIDAgMCAzLjYgMCA4YzAgNC40IDMuNiA4IDggOGM0LjQyIDAgOC0zLjU4MiA4LThDMTYgMy42IDEyLjQgMCA4IDB6IE0xMi43MDcgMTEuOCBsLTEuNDE0IDEuNDE0TDggOS45MTRsLTMuMjkzIDMuMjkzbC0xLjQxNC0xLjQxNEw2LjU4NiA4LjVMMy4yOTMgNS4yMDdsMS40MTQtMS40MTRMOCA3LjA4NmwzLjI5My0zLjI5M2wxLjQxNCAxLjQxNEw5LjQxNCA4LjUgTDEyLjcwNyAxMS43OTN6Ii8+PC9zdmc+") no-repeat scroll 0 0;
  height: 16px;
  position: absolute;
  right: 9px;
  text-indent: -9999px;
  top: 26%;
  width: 16px; }

.filters-on span a.remove-filter:hover {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBmaWxsPSIjRTc0QzNDIiBkPSJNOCAwQzMuNTgyIDAgMCAzLjYgMCA4YzAgNC40IDMuNiA4IDggOGM0LjQyIDAgOC0zLjU4MiA4LThDMTYgMy42IDEyLjQgMCA4IDB6IE0xMi43MDcgMTEuOCBsLTEuNDE0IDEuNDE0TDggOS45MTRsLTMuMjkzIDMuMjkzbC0xLjQxNC0xLjQxNEw2LjU4NiA4LjVMMy4yOTMgNS4yMDdsMS40MTQtMS40MTRMOCA3LjA4NmwzLjI5My0zLjI5M2wxLjQxNCAxLjQxNEw5LjQxNCA4LjUgTDEyLjcwNyAxMS43OTN6Ii8+PC9zdmc+") no-repeat scroll 0 0; }

.delete-filters {
  color: #666;
  display: inline-block;
  font-size: 11px;
  margin-top: 7px;
  text-decoration: underline; }

.delete-filters:hover {
  color: #666;
  text-decoration: none; }

.btn-condiciones {
  text-decoration: underline; }

#search-filters select {
  width: 100%;
  height: 35px;
  margin: 5px 0 15px;
  box-shadow: none;
  font-size: 14px;
  color: #666; }

/* Checkout process
********************************************************/
.checkout-resume {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 14px; }

.checkout-resume &gt; div {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 10px 10px 4px; }

.checkout-resume h2 {
  font-size: 18px;
  color: #000; }

.checkout-resume li {
  margin-bottom: 4px;
  font-size: 13px !important; }

.checkout-resume li span {
  float: right; }

.checkout-resume li.checkout-resume-total {
  border-top: 1px solid #eee;
  font-size: 17px !important;
  font-weight: 700;
  padding-top: 5px; }

.checkout-resume strong {
  font-weight: 600;
  color: #000; }

.ico-secure,
.ico-cupon {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 9px;
  margin-top: 2px;
  line-height: 40px;
  background-color: #eee;
  border-radius: 50%;
  text-align: center; }

.ico-secure i,
.ico-cupon i {
  font-size: 20px;
  color: #cbcbcb; }

.checkout-resume p {
  font-size: 13px;
  line-height: 1.4em; }

.checkout-title {
  color: #3a9bea;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 18px; }

.checkout-box {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 14px;
  padding: 0;
  vertical-align: top;
  width: 100%;
  position: relative; }

.checkout-box .form-group {
  position: relative;
  height: 80px; }

.checkout-box-col {
  margin-right: 2%;
  min-height: 170px;
  width: 48.6%; }

.checkout-box-wrapper {
  padding: 20px;
  overflow: hidden; }

.checkout-box-wrapper .address {
  font-size: 13px;
  font-weight: 400; }

.checkout-box-wrapper .name {
  color: #555555;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 12px; }

.checkout-box h2 {
  background-color: #F5F5F5;
  color: #333333;
  font-size: 17px;
  font-weight: 700;
  margin: 6px 4px 4px;
  padding: 10px; }

.checkout-box h2 input[type="checkbox"] {
  margin-right: 9px;
  margin-top: 2px; }

.checkout-box .field {
  margin-top: 10px; }

.checkout-box .field input, .field select,
.checkout-box .field textarea,
.checkout-box .field input.fichero {
  margin-bottom: 4px; }

.checkout-box .field input.check {
  margin-right: 6px;
  margin-top: 1px;
  width: 14px; }

.checkout-box .field textarea {
  height: 88px;
  width: 100%; }

.btn-checkout {
  float: right;
  padding: 8px 16px; }

.margin-r0 {
  margin-right: 0 !important; }

.botones_cesta {
  font-size: 13px; }

.checkout .basket_items {
  margin-bottom: 28px; }

.checkout-box-address ul {
  margin-bottom: 18px; }

.checkout thead {
  background-color: #f5f5f5;
  color: #000; }

.checkout-col {
  margin-bottom: 26px; }

.page-login .proceso_compra {
  margin-bottom: 0px; }

.page-login .panel {
  margin-top: 34px; }

.checkout-box h2 label {
  color: #333333;
  font-size: 16px;
  font-weight: 700; }

.checkout-box a {
  display: inline-block;
  line-height: 1em;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 9px; }

.checkout-box a.add-adress {
  background-color: #22ace3;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 16px;
  cursor: pointer;
  border-radius: 3px; }

.checkout-box a.add-adress:hover {
  text-decoration: none;
  background-color: #1e9ccd;
  color: #ffffff; }

.checkout-box a.add-adress i {
  font-size: 16px; }

.checkout-options-edit {
  bottom: 12px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 9px;
  position: absolute;
  right: 18px; }

.checkout-options-edit:hover {
  text-decoration: none; }

.checkout-options-edit span {
  font-size: 10px;
  margin-right: 4px; }

#nuevaDireccion {
  box-shadow: 0 7px 6px -2px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-top: 30px; }

#dirFacturacion {
  margin-top: 10px; }

.botones_dir {
  margin-top: 40px; }

.btn-checkout-secondary {
  background-color: #c9c9c9;
  border: none;
  margin-right: 10px; }

.btn-checkout-secondary:hover {
  background-color: #969696;
  border-color: transparent; }

.boton-nuevaDireccion {
  margin-bottom: 30px; }

/* Points
********************************************************/
.puntos_book {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin: 11px 0 6px; }

.points-usernav {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding: 16px 0 0;
  position: relative;
  text-align: center; }

.points-usernav p {
  font-size: 10px;
  margin: 0;
  padding: 4px 6px 2px !important; }

.points-usernav .points-usernav-number {
  background-color: #0D7DDD;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  left: 40%;
  padding: 4px 6px;
  position: absolute;
  top: -14px; }

.points-usernav-title {
  color: #0d7ddd;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }

#menu2.dropdown-menu li.points-usernav &gt; a {
  font-size: 11px;
  text-decoration: underline;
  padding: 2px 12px 10px !important; }

.puntos-cart-msg {
  position: relative;
  padding: 15px 20px 15px 70px !important;
  margin-bottom: 30px;
  float: right;
  overflow: visible !important; }

.puntos-cart-msg span {
  font-size: 16px;
  font-weight: 700;
  color: #000; }

.puntos-cart-msg i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px 15px;
  border-radius: 4px 0 0 4px;
  background: #E6E6E6;
  font-size: 30px;
  text-align: center;
  color: #666; }

.puntos-importe {
  margin-top: 20px; }

/* Availability
********************************************************/
.disponibilidad {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  color: #787878;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  margin: 2px 0 5px;
  padding: 3px 5px; }

.disponibilidad.green {
  color: #00a087;
  border-color: rgba(0, 160, 135, 0.5); }

.disponibilidad.orange {
  color: #4a5ba6;
  border-color: rgba(74, 91, 166, 0.5); }

.disponibilidad.red {
  color: #e7333a;
  border-color: rgba(231, 51, 58, 0.5); }

.precioDetalle .disponibilidad {
  border: 0; }

/* Send to friend
********************************************************/
.actions-box {
  background-color: #F7F7F7;
  float: right;
  width: 73%;
  margin-bottom: 44px;
  padding: 24px 22px 28px 22px;
  margin-top: 28px; }

.actions-box .btn {
  float: right; }

.actions-box h3 {
  border: medium none;
  color: #276fb6;
  margin-bottom: 22px;
  text-transform: uppercase; }

.actions-box p {
  margin-bottom: 30px;
  margin-top: -24px; }

/* Tarifa plana
********************************************************/
.highlight-box {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin: 0 0 20px;
  padding: 16px 6px 7px; }

.highlight-box .btntwo {
  float: right;
  margin-top: 4px;
  padding: 10px 20px; }

.highlight-box h3 {
  font-size: 16px;
  margin: 4px 0 4px; }

.highlight-box h3 span {
  color: #17a232;
  padding-left: 4px; }

.btn.btn-days {
  background-color: transparent;
  border: 2px solid #17a232;
  float: right;
  margin-bottom: 2px;
  margin-top: -6px;
  color: #17a232; }

.btn.btn-days:hover {
  background-color: transparent;
  border: 2px solid #17a232;
  color: #17a232; }

.banners-home {
  margin-top: 30px; }

#linkAplicar {
  font-size: 13px;
  padding: 9px 14px; }

/* Home featured 
********************************************************/
.panel-default {
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

.featured-item {
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
  margin-bottom: 0; }

.featured-item .panel-body {
  overflow: hidden;
  padding: 15px 15px 15px 15px; }

.panel-body-txt {
  display: inline-block;
  padding: 10px 5px 0;
  width: 60%; }

.featured-item h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase; }

.featured-item a {
  text-decoration: none;
  display: block;
  color: #666; }

.featured-item p {
  line-height: 1.4em; }

.featured-item .panel-body-img {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: calc(40% - 4px);
  height: 100%;
  overflow: hidden; }

.featured-item .panel-body-img img {
  max-height: 145px;
  max-width: 100%; }

/* Hacks temp
********************************************************/
a.avanzado,
.wraper-searchebook {
  display: none; }

#header #logotipo {
  margin: 0px 0 0; }

.navbar .navbar-nav &gt; .active &gt; a,
.navbar .navbar-nav &gt; .active &gt; a:hover,
.navbar .navbar-nav &gt; .active &gt; a:focus {
  background-color: transparent !important; }

#search .btntwo.search {
  background-color: #000; }

/* Headings */
.title-wrapper h2 {
  border-bottom: 1px solid #eaeaea;
  color: #333e48;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 34px;
  padding-bottom: 13px;
  position: relative;
  text-transform: capitalize; }

.title-wrapper h2::before {
  background: #2b82d2 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  width: 115px; }

/* 2D Trasnforms */
.rotate {
  transform: rotate(366deg);
  -webkit-transform: rotate(366deg);
  -moz-transform: rotate(366deg);
  -o-transform: rotate(366deg);
  -ms-transform: rotate(366deg); }

/* Bestseller */
.bestsellers .panel {
  background-color: #f8f8f8;
  margin-bottom: 40px;
  padding: 8px 14px 14px 14px; }

.bestsellers h2.title {
  border-top: medium none;
  margin-top: 0; }

.bestsellers li {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 2%;
  position: relative;
  width: 100%;
  padding: 0; }

.bestsellers .portada {
  width: 18%;
  margin-right: 4%; }

.bestsellers .portada img {
  width: 100%; }

.bestsellers .precio,
.bestsellers .discount {
  display: none; }

.bestsellers .col-md-8 {
  padding: 22px; }

/* Bloque destacado
********************************************************/
.block {
  margin-bottom: 50px; }

.block-featured {
  position: relative;
  z-index: 0;
  background-color: #F1F1F1;
  padding: 15px 30px; }

.block-featured h2.title {
  margin-top: 10px !important; }

.block-featured ul {
  margin-bottom: 0; }

/* Resize sidebar proportions */
@media (min-width: 992px) {
  .main-container &gt; .row &gt; .col-md-pull-9 {
    right: 80%; }
  .main-container &gt; .row &gt; .col-md-3 {
    width: 20%; }
  .main-container &gt; .row &gt; .col-md-push-3 {
    left: 20%; }
  .main-container &gt; .row &gt; .col-md-9 {
    width: 80%; }
  .page-verPedido .main-container &gt; .row &gt; .col-md-pull-9,
  .page-formDireccion .main-container &gt; .row &gt; .col-md-pull-9,
  .page-formPedido .main-container &gt; .row &gt; .col-md-pull-9 {
    right: 75%; }
  .page-verPedido .main-container &gt; .row &gt; .col-md-3,
  .page-formDireccion .main-container &gt; .row &gt; .col-md-3,
  .page-formPedido .main-container &gt; .row &gt; .col-md-3 {
    width: 25%; }
  .page-verPedido .main-container &gt; .row &gt; .col-md-push-3,
  .page-formDireccion .main-container &gt; .row &gt; .col-md-push-3,
  .page-formPedido .main-container &gt; .row &gt; .col-md-push-3 {
    left: 25%; }
  .page-verPedido .main-container &gt; .row &gt; .col-md-9,
  .page-formDireccion .main-container &gt; .row &gt; .col-md-9,
  .page-formPedido .main-container &gt; .row &gt; .col-md-9 {
    width: 75%; } }

.list-style-buttons {
  display: inline-block;
  float: right;
  margin: 0;
  padding: 8px 0 10px 32px; }

.list-style-buttons a {
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  opacity: 0.3;
  width: 20px; }

.list-style-buttons a.hover, .list-style-buttons a.active {
  opacity: 1;
  color: #000; }

.list-style-buttons a i {
  font-size: 20px; }

a {
  outline: none !important;
  cursor: pointer; }

/* Custom Selects
********************************************************/
.custom-select {
  height: 35px;
  background: transparent url("../images/icon-arrow.png") no-repeat scroll calc(100% - 10px);
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #EFEDED; }

.custom-select select {
  background: none;
  border: medium none;
  box-shadow: none;
  padding: 0 0 0 5px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer; }

.custom-select.order {
  width: 130px; }

.custom-select.order select {
  width: 145px;
  height: 35px; }

.custom-select.limit {
  width: 55px; }

.custom-select.limit select {
  width: 70px;
  height: 35px;
  margin: 0; }

/* Filters Mobile
********************************************************/
.filters-search-mobile {
  float: left;
  margin: -30px 0 0 !important;
  width: 100% !important; }

.filters-search-mobile {
  display: none; }

.filters-search-mobile select {
  margin-bottom: 14px; }

.filters-search-mobile option {
  padding: 4px; }

.filters-search-mobile .filters-on {
  margin: 10px 0 16px;
  padding: 0; }

.filters-search-mobile .filters-on span {
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 6px;
  padding: 10px 36px 10px 13px;
  width: auto; }

.btn.btn-filters {
  height: 35px;
  margin: 0 0 0 16px;
  padding: 0 10px;
  float: right;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: none; }

.btn.btn-filters.open {
  background-color: rgba(34, 132, 224, 0.8); }

.btn.btn-filters .fa {
  margin-right: 4px; }

.btn.btn-filters:active,
.btn.btn-filters:hover {
  border: none; }

.filters-selects {
  background-color: #F7F7F7;
  border-bottom: 1px solid #e3e3e3;
  display: none;
  padding: 24px 24px 12px;
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .btn-filters,
  .filters-search-mobile {
    display: block !important; } }

@media (max-width: 480px) {
  .btn.btn-filters span {
    display: none; }
  .bloque-subtop .bread {
    height: 30px;
    text-overflow: ellipsis;
    width: 130px !important; } }

/* Modals
********************************************************/
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-header {
  padding: 20px 26px 16px;
  background: #fafafa; }

.modal-header .modal-title {
  font-size: 22px;
  font-weight: 600; }

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

.modal-body {
  border-radius: 0 0 4px 4px;
  padding: 30px;
  text-align: left; }

.modal-body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px; }

.modal-body p {
  margin: 0 0 20px; }

.modal-body label {
  font-size: 14px; }

.modal-body .text {
  margin-bottom: 30px; }

.form-horizontal .modal-body .control-label {
  padding-top: 15px; }

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body textarea,
.modal-body textarea.form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #888;
  font-size: 14px;
  font-weight: 300;
  max-height: 150px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  resize: none; }

.modal-body #msg-modal {
  line-height: 20px;
  color: #666; }

.modal-footer {
  margin-top: 0;
  background: rgba(238, 238, 238, 0.3); }

.book-detail-coments .modal-footer .btn {
  margin-top: 0px; }

.modal-no-header .modal-header {
  border: none; }

.modal-no-header .bootstrap-dialog-title {
  display: none; }

.modal-no-footer .modal-footer {
  border: none; }

.modal {
  text-align: center;
  padding: 0 !important;
  overflow: hidden;
  z-index: 9999; }

.modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  margin-top: -80px;
  vertical-align: middle; }

.modal .modal-dialog {
  overflow-y: initial !important; }

.modal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto; }

.modal.bootstrap-dialog .modal-body {
  overflow-y: inherit; }

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

.form-horizontal .modal-body .radio,
.form-horizontal .modal-body .checkbox {
  padding-left: 40px; }

/* alertModal */
.bootstrap-dialog .modal-dialog {
  max-width: 400px; }

.bootstrap-dialog .modal-content,
.bootstrap-dialog .modal-content .modal-header {
  border-radius: 6px; }

.bootstrap-dialog .bootstrap-dialog-message div {
  font-size: 16px;
  text-align: center; }

.bootstrap-dialog .bootstrap-dialog-message div h2 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center; }

.bootstrap-dialog .modal-body {
  padding-top: 15px;
  padding-bottom: 30px; }

.bootstrap-dialog .modal-footer {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  border-top: 0; }

.bootstrap-dialog i {
  position: absolute;
  top: -50px;
  left: -30px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #fff;
  font-size: 54px;
  text-align: center; }

.bootstrap-dialog.check-circle i {
  color: #00a087; }

.bootstrap-dialog.times-circle i {
  color: #e7333a; }

.bootstrap-dialog.info-circle i {
  color: #4a5ba6; }

.bootstrap-dialog.question-circle i {
  color: #000; }

.bootstrap-dialog button.btn {
  width: 49%;
  padding: 8px 16px;
  font-size: 15px; }

.bootstrap-dialog .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 32px; }

.bootstrap-dialog #msg-modal {
  text-align: center; }

#opinion {
  height: 100px;
  resize: none; }

/* alertInsCarrito */
.bootstrap-dialog.alertCarrito-dialog .modal-dialog {
  max-width: 500px; }

.bootstrap-dialog.alertCarrito-dialog .modal-content {
  background-color: #fff; }

.bootstrap-dialog.alertCarrito-dialog .bootstrap-dialog-message {
  overflow: hidden; }

.bootstrap-dialog.alertCarrito-dialog .modal-header {
  padding-top: 0; }

.bootstrap-dialog.alertCarrito-dialog .modal-header .bootstrap-dialog-close-button {
  display: none !important; }

.bootstrap-dialog.alertCarrito-dialog i {
  top: -30px; }

.bootstrap-dialog.alertCarrito-dialog .bootstrap-dialog-message div h2 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #00a087;
  border-bottom: 1px solid #eee; }

.bootstrap-dialog.alertCarrito-dialog img {
  max-width: 50px;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  margin: 0 10px 10px 0;
  padding: 1px;
  float: left; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p {
  margin: 0 0 3px;
  line-height: 1.3em;
  text-align: left; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p.autor {
  max-width: 230px;
  font-size: 12px;
  color: #999; }

.bootstrap-dialog.alertCarrito-dialog .modal-body p.precio {
  margin-top: -10px;
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #333; }

.bootstrap-dialog.alertCarrito-dialog .modal-body a {
  font-size: 14px;
  font-weight: 600;
  color: #000; }

/* Header 1 */
#header.header-1 .header-top {
  background-color: #f8f8f8; }

#header.header-1 .header-middle #logotipo img {
  transition: all 0.2s ease 0s; }

#header.header-1 .header-nav {
  background-color: #000; }

#header.header-1.sticky .header-middle {
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: fixed;
  margin-top: -37px;
  width: 100%;
  background: rgba(0, 0, 0, 0.95); }

#header.header-1.sticky .header-middle .row &gt; div,
#header.header-1.sticky .header-middle .row &gt; #logotipo {
  min-height: 70px;
  margin-top: 0; }

#header.header-1.sticky .header-middle #logotipo {
  padding-top: 5px; }

#header.header-1.sticky .header-middle #logotipo img {
  max-width: 120px;
  margin-top: 0px; }

#header.header-1.sticky .header-middle #search .search-text {
  border-color: #fff; }

#header.header-1.sticky .header-middle #search .btntwo.search {
  background-color: #00a087; }

#header.header-1.sticky .header-middle #cart .btntwo {
  color: #fff; }

#header.header-1.sticky .header-middle #cart .btntwo {
  margin-top: 5px; }

/* Header 2 */
#header.header-2 .header-middle {
  min-height: 52px;
  background-color: #000;
  transition: all 0.2s ease 0s; }

#header.header-2 #account &gt; a,
#header.header-2 #language &gt; a,
#header.header-2 #nav-header li {
  padding: 10px 0px 10px 0;
  line-height: 1em; }

#header.header-2 .header-nav {
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }

#header.header-2 #search .search-text {
  border-color: #fff; }

#header.header-2 .navbar .navbar-nav &gt; li &gt; a {
  color: #333333; }

#header.header-2 #cart .btntwo {
  color: #ffffff; }

#header.header-2 #search .btntwo.search {
  background-color: #00a087; }

#header.header-2 #account {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px; }

#header.header-2 #account a {
  color: #ffffff;
  vertical-align: middle; }

#header.header-2 #account a i {
  color: #ffffff;
  font-size: 27px; }

#header.header-2 #account .btn-login {
  display: inline-block;
  margin-top: 6px;
  vertical-align: top; }

#header.header-2 #account .dropdown-menu a {
  color: #333; }

#header.header-2 #account a .icon,
#header.header-2 #cart .btntwo .icon {
  margin-right: 8px; }

#header.header-2 #contentMiniCesta {
  top: 70px; }

#header.header-2.sticky #contentMiniCesta {
  top: 60px; }

#header.header-2 #contentMiniCesta::before {
  right: 18px; }

#header.header-2 #language {
  border: medium none;
  position: absolute;
  right: 110px;
  top: 34%; }

#header.header-2 #language a {
  color: #fff;
  transition: all 0.2s ease 0s; }

#header.header-2 #language a:active {
  box-shadow: none; }

#header.header-2 #language .lang-txt {
  font-size: 15px; }

#header.header-2 #language a i {
  color: #00a087; }

#header.header-2 #language .dropdown-menu a {
  color: #333; }

#header.header-2 .has-languages #account .dropdown-menu::before {
  right: 19px; }

#header.header-2 .has-languages .btn-login,
#header.header-2 .has-languages .cart-txt {
  display: none !important; }

#header.header-2 .has-languages #account {
  right: 70px; }

#header.header-2.sticky {
  padding-top: 70px; }

#header.header-2.sticky .header-middle {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0;
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3); }

#header.header-2.sticky .header-middle .row &gt; div,
#header.header-2.sticky .header-middle .row &gt; #logotipo {
  margin-top: 0;
  min-height: 70px; }

#header.header-2.sticky .header-middle #logotipo {
  padding-top: 5px; }

#header.header-2.sticky .header-middle #logotipo img {
  max-width: 190px;
  margin-top: -6px; }

#header.header-2.sticky .header-middle #language a {
  padding-top: 5px; }

#header.header-2 .header-middle .numArticulos {
  top: inherit;
  bottom: 0px;
  left: 26px; }

/* Header 3 */
#header.header-3 {
  margin-bottom: 20px; }

#header.header-3 .header-top {
  background: none;
  margin: 0 auto;
  border: 0;
  background: #2284e0; }

#header.header-3 .header-top .container {
  padding: 0 15px; }

#header.header-3 .header-top .social-networks {
  margin: 0; }

#header.header-3 .header-middle {
  margin-top: 0;
  background: #fff none repeat scroll 0 0;
  transition: background-color 0.2s ease 0s; }

#header.header-3 #nav-header {
  background: none; }

#header.header-3 #nav-header li,
#language {
  border: 0;
  color: #fff;
  margin-right: 5px; }

#language {
  border: 0;
  color: #fff;
  margin-right: 15px; }

#header.header-3 #nav-header li a::after {
  color: #00a087;
  content: "\2022";
  font-size: 12px;
  padding-left: 8px; }

#header.header-3 #nav-header li:last-child a::after {
  content: ""; }

#header.header-3 #logotipo a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#header.header-3 .header-top #account a,
#header.header-3 .header-top #nav-header li a,
#header.header-3 .header-top #language a,
#header.header-3 .header-top i {
  color: #fff; }

#header.header-3 .header-nav {
  margin-top: 0;
  padding-bottom: 19px;
  background: url("../images/bg-shadow.png") no-repeat scroll center bottom; }

#header.header-3 .navbar .navbar-nav &gt; li i {
  color: #999; }

#header.header-3 #nav-header i,
#header.header-3 #account i.fa-chevron-down,
#header.header-3 #language i {
  font-size: 10px;
  color: #00a087 !important; }

#header.header-3 .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px !important; }

#header.header-3 #language .dropdown-menu,
#header.header-3 #account .dropdown-menu {
  right: -30px; }

#header.header-3 .navbar-default .navbar-collapse {
  text-align: center; }

#header.header-3 .navbar-default .navbar-collapse .dropdown-menu-cabecera {
  text-align: left; }

#header.header-3 .navbar-nav {
  display: inline-block;
  float: none; }

#header.header-3 .navbar {
  border-top: 1px solid #e1e0e0;
  border-bottom: 1px solid #e1e0e0; }

#header.header-3 .navbar .navbar-nav &gt; li &gt; a {
  color: #333;
  text-align: left;
  padding-left: 5px; }

#header.header-3 .navbar .navbar-nav &gt; li &gt; a::before {
  color: #00a087;
  content: "\2022";
  font-size: 15px;
  padding-right: 22px; }

#header.header-3 .navbar .navbar-nav &gt; li:first-child &gt; a::before {
  content: ""; }

#header.header-3 .navbar .navbar-nav &gt; .open &gt; a,
#header.header-3 .navbar .navbar-nav &gt; .open &gt; a:hover,
#header.header-3 .navbar .navbar-nav &gt; .open &gt; a:focus {
  border-color: #fff !important; }

#header.header-3 #social-networks ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#header.header-3.sticky .header-middle {
  box-shadow: 0 8px 10px -8px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: fixed;
  margin-top: -36px;
  width: 100%; }

#header.header-3.sticky .header-middle .row &gt; div {
  min-height: 70px; }

#header.header-3.sticky .header-middle #logotipo img {
  margin-top: 5px; }

#header.header-3.sticky .header-middle #search .search-text {
  border-color: #fff; }

#header.header-3.sticky .header-middle #search .btntwo.search {
  background-color: #00a087; }

#header.header-3.sticky .header-middle #logotipo img {
  max-width: 190px; }

#header.header-3 .header-middle #cart .btntwo {
  margin-top: 5px; }

#header.header-3.sticky .header-middle #cart .btntwo {
  color: #fff; }

#header.header-3 .dropdown-menu.dropdown-menu-cabecera::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translateX(-50%) rotate(-45deg);
  content: "";
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  pointer-events: none;
  z-index: 200; }

#header.header-3 .social-networks {
  margin: 0; }

#header.header-3 #contentMiniCesta {
  top: 62px; }

#header.header-1.sticky .header-nav,
#header.header-3.sticky .header-nav {
  margin-top: 70px; }

@media (max-width: 1200px) {
  .header-2 .has-languages #account,
  .header-3 .has-languages #account {
    right: 68px; } }

@media (max-width: 992px) {
  .header-2 .header-middle #language .caret {
    display: none; }
  .header-2 #account .btn-login,
  .header-2 .cart-txt {
    display: none !important; }
  .header-2 #account {
    margin: 0;
    right: 70px !important; }
  .header-2 #account .dropdown-menu {
    right: -17px; }
  .header-2 #search {
    width: 55%; }
  .header-2 #cart {
    width: 20%; }
  .header-2 .has-languages #account {
    right: 56px; }
  .header-2 .has-languages #search {
    width: 50%; }
  .header-2 .has-languages #language {
    right: 104px; } }

@media (max-width: 767px) {
  #header.header-2 #cart #account {
    right: 21px !important; }
  #header.header-2 #cart #cart-fixed {
    top: -2px;
    right: 55px; }
  #header.header-2 #search {
    top: 52px; }
  .header-2 #account {
    margin: -2px 0 0;
    right: -26px; }
  #header.header-2 #account a i {
    font-size: 22px; }
  .header-2 #cart {
    right: 29px;
    top: -21px; }
  .header-2 #cart .btntwo .icon {
    font-size: 22px; }
  #header.header-2 .header-middle .numArticulos {
    left: 20px; }
  .header-2 .header-nav {
    margin-top: 9px; }
  .header-2 .header-nav {
    border-bottom: none; }
  .header-2 .has-languages #account {
    right: -26px; } }

.form-box {
  margin: 0 auto 28px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 0 auto 28px;
  padding: 30px 38px 30px 36px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.03);
  overflow: hidden; }

.form-box h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 0; }

input.labelauty + label {
  position: relative;
  width: 100%;
  min-height: 182px;
  padding: 24px 24px 0;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  background-color: #fbfbfb;
  border: 3px solid #f0f0f0;
  color: #7e7e7e; }

input.labelauty + label span {
  line-height: 1.4em; }

input.labelauty + label p {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 12px; }

input.labelauty + label &gt; span.labelauty-unchecked-image,
input.labelauty + label &gt; span.labelauty-checked-image {
  left: -15px;
  position: absolute;
  top: -15px;
  vertical-align: top; }

input.labelauty + label &gt; span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label &gt; span.labelauty-checked-image + span.labelauty-checked {
  margin-left: 0; }

.labelauty-unchecked-image {
  display: none; }

input.labelauty:checked + label {
  background-color: #fff;
  border: 3px solid #000;
  color: #444; }

input.labelauty + label &gt; span.labelauty-checked-image {
  background: #000 url("../images/input-checked-white.png") no-repeat scroll center center;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  height: 35px;
  width: 36px; }

input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #fff; }

input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #f2f2f2;
  border-color: #eaeaea;
  color: #666666; }

input.labelauty + label &gt; span.labelauty-unchecked,
input.labelauty + label &gt; span.labelauty-checked {
  line-height: 18px; }

input.labelauty + label span.default {
  width: 100px;
  margin-top: 10px;
  padding: 2px 6px;
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5em;
  background: #999;
  border-radius: 3px;
  color: #fff; }

input.labelauty + label span.default i {
  color: #fcdd73; }

input.labelauty + label &gt; span.labelauty-unchecked-image + span.labelauty-unchecked,
input.labelauty + label &gt; span.labelauty-checked-image + span.labelauty-checked {
  margin-bottom: 20px; }

input.labelauty + label .checkout-options-edit {
  position: absolute;
  bottom: 10px;
  right: 10px; }

/* Autentication page
********************************************************/
.login-register-panel {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.02);
  margin: 28px auto;
  max-width: 480px; }

.login-register-panel .tab-content &gt; .tab-pane {
  padding: 40px 30px 22px; }

.login-register-panel .nav-tabs {
  background-color: #e3e3e3;
  border-bottom: medium none;
  border-radius: 4px 4px 0 0; }

.login-register-panel .nav-tabs &gt; li {
  width: 50%; }

.login-register-panel .nav-tabs &gt; li &gt; a {
  border: medium none;
  font-size: 17px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  color: #717171;
  border-radius: 4px 0 0;
  margin-right: 0; }

.login-register-panel .nav-tabs &gt; li:last-child &gt; a {
  border-radius: 0 4px 0 0; }

.login-register-panel .nav-tabs &gt; li.active &gt; a {
  color: #333; }

.login-register-panel .nav-tabs &gt; li &gt; a:hover {
  border: medium none;
  color: #717171;
  background-color: transparent; }

.login-register-panel .nav-tabs &gt; li.active &gt; a:hover {
  color: #333;
  background-color: #fff; }

.login-register-panel .nav-tabs &gt; li &gt; a:focus {
  border: medium none; }

.login-register-panel .form-control {
  font-size: 16px;
  line-height: 1.429;
  padding: 7px 8px; }

.login-register-panel .form-group .btn {
  font-size: 16px;
  margin-top: 28px;
  padding: 14px 0;
  width: 100%; }

/* Warnings
********************************************************/
.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
  box-shadow: none; }

/* Mi cuenta anchos
********************************************************/
.page-buscadorAvanzado .main-container,
.page-formDatos .main-container,
.page-formCambiarClave .main-container,
.page-listaFavoritos .main-container,
.page-listaPedidos .main-container,
.page-detallePedido .main-container,
.page-formListas .main-container,
.page-formMisDirecciones .main-container,
.page-formPedidoEspecial .main-container,
.page-formBaja .main-container {
  max-width: 820px; }

.page-buscadorAvanzado h1.title,
.page-formDatos h1.title,
.page-formCambiarClave h1.title,
.page-listaFavoritos h1.title,
.page-listaPedidos h1.title,
.page-detallePedido h1.title,
.page-formListas h1.title,
.page-formMisDirecciones h1.title,
.page-formPedidoEspecial h1.title,
.page-formBaja h1.title {
  text-align: center; }

.page-buscadorAvanzado h1.title::after,
.page-formDatos h1.title::after,
.page-formCambiarClave h1.title::after,
.page-listaFavoritos h1.title::after,
.page-listaPedidos h1.title::after,
.page-detallePedido h1.title::after,
.page-formListas h1.title::after,
.page-formMisDirecciones h1.title::after,
.page-formPedidoEspecial h1.title::after,
.page-formBaja h1.title::after {
  left: 50%;
  margin-left: -35px;
  width: 70px; }

.page-listaPedidos .bloque-top {
  border-bottom: none; }

/* Misc
********************************************************/
.scrollToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 50%;
  right: 30px;
  bottom: 30px;
  background: #00a087;
  text-align: center;
  opacity: 1;
  display: none;
  text-decoration: none !important; }

.scrollToTop i {
  font-size: 25px;
  color: #fff; }

.page-formListas .checkbox {
  padding-left: 0; }

.page-formListas .checkbox a {
  padding: 15px; }

.page-formListas .checkbox i {
  margin-right: 5px;
  color: #999; }

.checkbox input[disabled] {
  cursor: pointer;
  opacity: 1; }

.help-block.with-errors li {
  font-size: 12px; }

.info-txt {
  font-size: 14px;
  margin-bottom: 30px;
  padding: 0 15px; }

/* Libros de texto
********************************************************/
.school-module {
  background: url("../images/bg-school.jpg") repeat-x scroll 0 80px; }

.school-module .col-centered {
  float: none;
  margin: 0 auto; }

.school-module .login-box-wrapper {
  padding: 30px 0; }

.school-module .login-box {
  background-color: #ffffff;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.1);
  padding: 40px; }

.school-module .login-box h1 {
  position: relative;
  border-bottom: medium none;
  font-size: 20px;
  margin-bottom: 0;
  text-align: center; }

.school-module .login-box h1.title::after {
  left: 50%;
  margin-left: -35px;
  width: 70px; }

.school-module .login-box h2 {
  text-align: center; }

.school-module .login-box p {
  font-size: 15px;
  text-align: center; }

.school-module .login-colegios {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  margin: 34px 14px;
  padding: 24px 0; }

.school-module .main-container {
  margin-top: 30px; }

.school-module .content {
  padding-top: 0; }

.school-module h2.title,
.school-module h2.subtitle {
  margin: 0 0 15px !important;
  padding-top: 0;
  font-size: 2em;
  font-weight: 400; }

.school-module h1.title a {
  float: right;
  margin: 6px 10px 0 0;
  font-size: 12px;
  color: #444444;
  font-weight: 600; }

.school-module .sidebar {
  margin-bottom: 30px;
  overflow: hidden; }

.school-module .sidebar ul {
  margin-left: -8px; }

.school-module .sidebar li {
  font-size: 14px;
  margin: 0 0 5px -5px;
  color: #666666; }

.school-module .sidebar li i {
  font-size: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.school-module .sidebar li strong,
.school-module .sidebar li span {
  font-size: 15px;
  font-weight: 700;
  color: #444444; }

.school-module .school-header {
  position: relative;
  height: 140px;
  margin-bottom: 48px;
  overflow: hidden;
  border-radius: 6px; }

.school-module .school-header::after {
  content: "";
  background: url("../images/school-header.jpg") no-repeat;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.school-module .header-1 .header-middle,
.school-module .header-3 .header-middle {
  background: #fff; }

.school-module .header-3 .header-middle {
  border-bottom: 1px solid #e1e0e0; }

.school-module .header-3.sticky .header-middle {
  border-bottom: 0; }

.school-module .header-3 .navbar {
  border-top: 0 !important;
  background: #fff !important; }

.school-module .school-header img.school-img-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.school-module .school-header .school-info {
  position: absolute;
  bottom: 25px;
  left: 25px; }

.school-module .school-header .school-info .school-logo {
  width: 90px;
  height: 90px;
  max-width: 100%;
  left: 8px;
  bottom: 8px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 99;
  float: left; }

.school-module .school-header .school-info .school-txt {
  display: inline-block;
  height: 80px;
  max-width: 500px;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 0 6px 6px 0;
  background: rgba(0, 0, 0, 0.8); }

.school-module .school-header .school-info .school-txt h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700 !important;
  margin: 0; }

.school-module .school-header .school-info .school-txt p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 15px; }

.school-module .school-header .btn-school {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  opacity: 1; }

.school-module .texto {
  margin-bottom: 30px; }

.school-module #landing {
  display: none;
  margin-bottom: 30px; }

.school-module .cursos-list li a {
  background-color: #eee;
  border-radius: 0 4px 4px 0;
  border-left: 5px solid #00a087;
  color: #666666;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 16px 17px;
  width: 100%; }

.school-module .cursos-list li a:hover {
  background-color: #ccc;
  color: #333;
  text-decoration: none; }

.school-module .school-address h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc; }

.school-module .school-address li {
  padding-left: 5px;
  font-size: 14px; }

.school-module .sidebar-box-texto .btn {
  width: 100%; }

.school-module .sidebar-box-texto h2 {
  text-align: center; }

.school-module a.btn,
.school-module a.btntwo {
  line-height: 1em; }

.school-module .sidebar-box-texto .btn {
  font-size: 15px;
  padding: 10px 12px; }

.school-module .table-school {
  margin-bottom: 40px;
  font-size: 14px; }

.school-module .table-school tr {
  border-bottom: none; }

.school-module .table-school img {
  width: 70px; }

.school-module .table-school &gt; thead &gt; tr &gt; th,
.school-module .table-school &gt; tbody &gt; tr &gt; th,
.school-module .table-school &gt; tfoot &gt; tr &gt; th,
.school-module .table-school &gt; thead &gt; tr &gt; td,
.school-module .table-school &gt; tbody &gt; tr &gt; td,
.school-module .table-school &gt; tfoot &gt; tr &gt; td {
  border-bottom: 1px solid #dddddd;
  line-height: 1.42857;
  padding: 14px 8px;
  vertical-align: middle;
  border-top: none; }

.school-module .table-school &gt; thead &gt; tr &gt; th {
  border-bottom: medium none;
  padding: 9px 18px; }

.school-module .table-school thead {
  background-color: #F3F9F7;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px; }

.school-module .table-school .cantidad,
.school-module .table-school .precio {
  text-align: center; }

.school-module .table-school .precio {
  font-size: 16px; }

.school-module .table-school td.portada_lib {
  vertical-align: top; }

.school-module .table-school p {
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 0; }

.school-module .table-school h5 {
  font-weight: 600;
  margin: 0 0 4px 0; }

.school-module .select-all {
  float: right;
  margin: 6px 18px 0 0;
  line-height: 20px; }

.school-module .select-all label {
  font-size: 13px; }

.school-module .school-module #addCesta {
  float: right; }

.school-module .centrocurso {
  line-height: 1.4em; }

.school-module .curso h3 {
  margin: 30px 0 15px 5px;
  font-size: 18px;
  color: #444444;
  font-weight: 600; }

.school-module .curso h3 span {
  text-transform: uppercase; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module .curso .precio span {
  font-weight: 300; }

.school-module h2.title {
  margin: 40px 0 30px !important;
  font-size: 24px; }

ul.libros_texto {
  display: block;
  clear: both;
  padding: 0;
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 40px;
  background: #EFEFEF;
  overflow: hidden; }

ul.libros_texto li {
  background: #efefef url("../images/bg_pasosTexto2.png") no-repeat scroll left center;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  padding: 18px 0 18px 48px;
  position: relative;
  width: 33.3%;
  height: 55px; }

ul.libros_texto li.first {
  background: transparent; }

ul.libros_texto li.next::after {
  border-color: transparent transparent transparent #2284E0;
  border-style: solid;
  border-width: 28px 0 28px 14px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

ul.libros_texto li.select {
  color: #FFF;
  background: #2284E0 none repeat scroll 0 0; }

ul.libros_texto li.select::after {
  border-color: transparent transparent transparent #EFEFEF;
  border-style: solid;
  border-width: 28px 0 28px 14px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0; }

ul.libros_texto li:first-child {
  background-image: none; }

ul.libros_texto li:first-child.select::after,
ul.libros_texto li:first-child.next::after {
  border: none; }

ul.libros_texto li span {
  color: #0d7ddd;
  font-size: 20px;
  font-weight: bold;
  left: 26px;
  line-height: 1.2em;
  position: absolute;
  top: 17px; }

ul.libros_texto li.select span {
  color: #5BCCFF; }

ul.libros_texto li.past span {
  color: #666; }

ul.libros_texto li a {
  color: #333; }

.colegios {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 30px 22px 22px;
  background-color: #F8F8F8; }

.colegios h3 {
  color: #000;
  font-size: 1.3em;
  display: block;
  clear: both;
  margin: 0 0 10px 10px; }

.colegios h3.proceso a {
  color: #0d7ddd; }

.colegios h3 {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  background: #E2E2E2;
  padding: 10px 20px 10px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px 4px; }

.colegios .content {
  display: block;
  clear: both;
  overflow: hidden;
  background: #FFF;
  margin: 10px 0;
  padding: 20px 25px; }

.colegios select {
  width: 100%;
  padding: 15px;
  margin: 0 0 8px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icon-arrow.png") right 10px center no-repeat;
  border: 1px solid #D8D8D8;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 14px; }

ul#cursos {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 10px 0 0 0; }

ul#cursos li {
  display: block;
  clear: both;
  overflow: hidden; }

ul#cursos li a {
  display: block;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  margin-bottom: 2px; }

ul#cursos li a:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.colegios table thead th {
  background-color: #0d7ddd;
  color: #fff;
  font-size: 11.5px;
  padding: 11px 20px;
  text-align: left;
  text-transform: uppercase; }

.colegios table td {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  line-height: 1.2em; }

.colegios table.basket_items td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  background: #FFF; }

.colegios table.basket_items td.product {
  padding-left: 20px; }

.colegios table td.portada_lib,
.colegios table td.portada_lib img {
  width: 100px; }

.colegios table td.titulo {
  padding-left: 10px;
  font-size: 0.8em; }

.colegios table td.titulo h5 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin: 0; }

.colegios table td.titulo p, .colegios table td.titulo .editorial {
  color: #999;
  font-size: 12px;
  line-height: 1.4em;
  margin: 1px 0 0; }

.colegios table td.titulo .ean {
  color: #666;
  font-size: 11px; }

.colegios table td.precio, .colegios .grupo_datos .totalPedido, .colegios td.total, .colegios #totalPedido {
  color: #F78100; }

.colegios table td.precio.rebajado {
  width: 100px; }

.colegios table td.precio .valores {
  width: 50px;
  float: left; }

.colegios table td.precio span.descuento {
  color: #FFF;
  font-size: 1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 7px 3px;
  margin-left: 0;
  background-color: #FF3300;
  background-image: -moz-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -webkit-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -o-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: -ms-linear-gradient(top, #FF3300, #CF142B 29px);
  background-image: linear-gradient(top, #FF3300, #CF142B 29px);
  border: 2px solid #FFFFFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  float: left; }

.colegios table td.precio strike {
  color: #666; }

.colegios table td.cantidad {
  text-align: center; }

.colegios table td.cantidad input {
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 7px;
  text-align: center; }

.colegios td.quantity input {
  display: block;
  clear: both;
  overflow: hidden;
  text-align: center; }

.colegios td.quantity a {
  float: left; }

.colegios td.precio {
  text-align: left;
  padding-left: 20px;
  font-size: 14px; }

.colegios table tr.alternative td {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1; }

.colegios table tr,
.colegios table tr td {
  border: none !important; }

.colegios table td.product a {
  color: #000; }

td.quantity a {
  color: #000;
  line-height: 1.2em; }

.colegios .gastosenvio {
  width: 720px;
  background: #E5E5E5; }

.colegios ul.proceso_compra {
  margin: 30px 0 0 0;
  height: 20px;
  padding: 16px 0 8px 0;
  border: 1px solid #CCC;
  background: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.colegios ul.proceso_compra li {
  width: 21%;
  float: left;
  height: auto;
  padding: 0 0 0 15px;
  margin: 0 10px 0 0;
  font-size: 0.9em;
  color: #666; }

.colegios ul.proceso_compra li.first {
  margin-left: 9px; }

.colegios ul.proceso_compra li.select {
  color: #000;
  font-weight: bold; }

.colegios .formNormal, .colegios .info2 {
  padding: 40px 0 0 0; }

.colegios .info2 form label {
  text-transform: none; }

.colegios .info2 a {
  margin-right: 90px; }

.colegios label.labelenvio, .colegios label.labelpago {
  font-size: 0.8em; }

.colegios .formaenvio select, .colegios .formapago select {
  height: 18px;
  font-size: 0.9em;
  padding: 0;
  text-transform: none; }

.colegios .field {
  clear: both;
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
  width: 95%; }

.colegios .field input, .colegios .field select {
  width: 300px; }

.colegios .field input.check {
  width: 20px;
  background: transparent;
  border: 0; }

.colegios .field select {
  width: 311px; }

.colegios .info, .colegios .success, .colegios .warning, .colegios .error, .colegios .validation {
  width: 710px; }

.colegios .info p, .colegios .success p, .colegios .warning p, .colegios .error p, .colegios .validation p {
  width: 600px; }

ul#provincias, ul#centros {
  display: none; }

.colegios .btn span.icon-angle-right {
  font-size: 12px;
  margin-left: 3px;
  margin-right: -2px; }

.colegios .btn span.icon-angle-left {
  font-size: 12px;
  margin-left: -3px;
  margin-right: 7px; }

.colegios .btn {
  margin: 20px 6px 0 0;
  padding: 4px 10px;
  border-radius: 4px; }

.colegios .btn span {
  font-size: 12px;
  margin-left: 3px;
  margin-right: -2px; }

.colegios .bottom_table {
  margin-right: 7px;
  text-align: right;
  text-transform: uppercase; }

.colegios label {
  font-size: 16px; }

@media (max-width: 767px) {
  ul.libros_texto li {
    padding-top: 16px;
    line-height: 0.8em;
    font-size: 18px; }
  ul.libros_texto li span {
    line-height: 0.8em; } }

/* Editoriales
********************************************************/
.alphabet {
  margin-bottom: 30px;
  text-align: center; }

.alphabet a {
  color: #999;
  display: inline-block;
  font-size: 19px;
  padding: 4px; }

.alphabet a.selected {
  font-size: 30px;
  font-weight: 700;
  color: #000; }

.editorial-list &gt; div {
  display: inline-block;
  float: none;
  margin-bottom: 28px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  vertical-align: top;
  width: 23.8%;
  font-size: 14px;
  font-weight: 600; }

.editorial-list-wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  min-height: 138px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: box-shadow 300ms;
  -moz-transition: box-shadow 300ms;
  -o-transition: box-shadow 300ms;
  transition: box-shadow 300ms;
  border-radius: 4px; }

.editorial-list-wrapper:hover {
  border: 1px solid #e4e4e4;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06); }

.editorial-list-wrapper img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.editorial-list-wrapper img.portrait {
  height: 86%;
  width: auto; }

.editorial-list &gt; div a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em; }

.editorial-list &gt; div a:hover {
  color: #C03D67;
  text-decoration: none; }

.editorial-list-feautured {
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 20px 20px 0; }

.editorial-list-feautured h3 {
  border: none; }

/* Tooltips/Popovers
********************************************************/
.tooltip {
  margin-top: 10px;
  transform: none;
  z-index: 9999999999999999999; }

.tooltip &gt; .tooltip-inner {
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  padding: 10px 15px; }

.popover-title {
  font-weight: 600;
  font-size: 16px; }

/* Nueva cesta compra
********************************************************/
.page-cestaCompra .cart-box {
  padding: 30px 15px;
  overflow: hidden;
  clear: both; }

.page-cestaCompra .cart-box p {
  font-size: 15px; }

.page-cestaCompra .cart-box .info-gastos {
  margin-top: 4px;
  font-size: 13px !important;
  color: #999; }

.page-cestaCompra .delivery {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  height: 54px; }

.page-cestaCompra .delivery:last-child {
  margin-bottom: 0; }

.page-cestaCompra .formaenvio,
.page-cestaCompra .formapago {
  width: auto;
  margin: 0; }

.page-cestaCompra .labelenvio,
.page-cestaCompra .labelpago {
  width: 135px;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background-color: #EBEBEB;
  border-radius: 4px 0 0 4px; }

.page-cestaCompra .labelenvio,
.page-cestaCompra .labelpago {
  font-size: 12px;
  line-height: 54px; }

.page-cestaCompra #capaGastosEnvio.cart-box .form-control {
  width: 375px; }

.page-cestaCompra select {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  margin: 0;
  border: 2px solid #EBEBEB;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #3a3a3a;
  text-transform: none;
  border-radius: 0 4px 4px 0;
  font-size: 15px !important;
  transition: background-image 0.4s ease 0s, background-size 0.4s ease 0s; }

.page-cestaCompra .form-inline .cart-box .form-control.ok {
  background-image: url("../images/check.svg");
  background-size: 25px;
  color: #006B5A; }

.page-cestaCompra .totalenvio,
.page-cestaCompra .totalpago,
.page-cestaCompra #importeCupon {
  height: 52px;
  line-height: 56px;
  margin: 0;
  font-size: 18px; }

.page-cestaCompra .cart-box h3 {
  font-size: 20px;
  margin: 0 0 3px; }

.page-cestaCompra .cart-box {
  margin-bottom: 30px; }

.page-cestaCompra .basket_items {
  margin-bottom: 30px; }

.page-cestaCompra #plazoEntrega {
  display: none; }

.page-cestaCompra #plazoEntrega p.nota {
  margin: 15px 0 0;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid #006B5A;
  color: #006B5A; }

.page-cestaCompra #plazoEntrega p.nota i {
  margin-right: 3px;
  color: #006B5A; }

.page-cestaCompra #totalPedido {
  font-size: 25px; }

.page-cestaCompra table img {
  width: 50px; }

.page-cestaCompra td.product {
  width: 50%; }

.page-cestaCompra td.product {
  width: 50%; }

.page-cestaCompra td.product a {
  font-size: 15px; }

.page-cestaCompra td.quantity input {
  width: 50px;
  height: 40px;
  padding: 0;
  font-size: 16px !important; }

.page-cestaCompra #linkAplicar {
  height: 40px;
  padding: 14px;
  font-size: 15px; }

.page-cestaCompra .cupon #linkAplicar {
  width: 95px; }

.page-cestaCompra .cupon #codigoCupon {
  width: 230px;
  height: 40px;
  display: inline-block !important; }

/* Mis direcciones
********************************************************/
.page-formMisDirecciones .form-group {
  min-height: 85px; }

.page-formMisDirecciones .form-group .list-unstyled {
  position: absolute; }

.page-formMisDirecciones input.labelauty + label {
  min-height: 170px; }

.page-formDireccion .checkout-resume {
  margin-top: 100px; }

/* Lista check
********************************************************/
.lista-check {
  margin: 20px 0; }

.lista-check div {
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #eee; }

.lista-check label {
  border-radius: 3px;
  font-weight: 400; }

.lista-check input[type="radio"]:empty,
.lista-check input[type="checkbox"]:empty {
  display: none; }

.lista-check input[type="radio"]:empty ~ label,
.lista-check input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 30px;
  margin-top: 0.5em;
  padding-left: 45px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lista-check input[type="radio"]:empty ~ label:before,
.lista-check input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: #D1D3D4;
  border-radius: 0;
  font-size: 18px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px; }

.lista-check input[type="radio"]:hover:not(:checked) ~ label,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888; }

.lista-check input[type="radio"]:hover:not(:checked) ~ label:before,
.lista-check input[type="checkbox"]:hover:not(:checked) ~ label:before {
  font-family: FontAwesome;
  content: '\f00c';
  color: #C2C2C2; }

.lista-check input[type="radio"]:checked ~ label,
.lista-check input[type="checkbox"]:checked ~ label {
  color: #333;
  font-weight: 600; }

.lista-check input[type="radio"]:checked ~ label:before,
.lista-check input[type="checkbox"]:checked ~ label:before {
  font-family: FontAwesome;
  content: '\f00c    ';
  color: #333;
  background-color: #ccc; }

.lista-check .primary input[type="radio"]:checked ~ label:before,
.lista-check .primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #00a087; }

/* Temporalmente aqui cambios de listado de curso */
@media (min-width: 992px) {
  .school-module .cursos-list li {
    float: none;
    margin-bottom: 12px; }
  .school-module .cursos-list li a {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center; }
  .school-module .cursos-list.row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: left; } }

/* Promociones
********************************************************/
.starburst {
  position: absolute;
  top: -3px;
  right: -10px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  font-size: 18px;
  line-height: 35px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  cursor: default; }

.starburst span {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg; }

.starburst.promo1,
.starburst.promo1 span {
  background: #ea4338;
  color: #fff; }

.starburst.promo2,
.starburst.promo2 span {
  background: #0BAB29;
  color: #fff; }

.fa-percent {
  transform: rotate(-22.5deg); }

.fa-percent:before {
  font-size: 16px;
  line-height: 28px; }

.portada-cesta .starburst,
.portada-cesta .starburst span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px; }

.fichaDetalle .starburst {
  top: 0px; }

.fichaDetalle .starburst,
.fichaDetalle .starburst span {
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 20px; }

td.price, td.total {
  width: 120px; }

.grupoCestaNormal {
  background: #fdfdfd; }

.grupoCestaOfertaImpar {
  background: #fcead5; }

.grupoCestaOfertaPar {
  background: #f8ffec; }

tr.grupoCestaOfertaImpar:nth-last-match(0) {
  background: red;
  border-bottom: 3px solid #000 !important; }

.grupoCestaOfertaImpar td.quantity input {
  border: 1px solid #ead0b1; }

.grupoCestaOfertaPar td.quantity input {
  border: 1px solid #d4e0c2; }

.textPromocion {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 600; }

.textPromocion span {
  display: block;
  font-weight: 400;
  color: #555; }

.grupoCestaNormal .textPromocion {
  color: #cf7e8e; }

.grupoCestaOfertaImpar .textPromocion {
  color: #d18f42; }

.grupoCestaOfertaPar .textPromocion {
  color: #0bab29; }

.textPromocion i {
  vertical-align: middle; }

.restantesPromocion {
  border: 0 !important; }

.restantesPromocion td {
  padding: 0 0 15px !important;
  text-align: right;
  border: 0; }

.restantesPromocion td span {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0 0 4px 4px;
  background: #5cb85c;
  color: #fff;
  font-size: 13px; }

.restantesPromocion td span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px; }

#cart .btntwo .fa-shopping-cart {
  color: #fff !important; }

tbody .listitem.grupoCestaOfertaImpar,
tbody .listitem.grupoCestaOfertaPar {
  border-bottom: 2px solid #fff; }

/* Sucursales 
********************************************************/
.page-nuestras-librerias .main-container {
  max-width: 992px; }

.page-nuestras-librerias .panel-body {
  padding: 30px; }

.page-nuestras-librerias .panel-group .panel {
  margin-bottom: 10px; }

.stores-section .row {
  column-count: 2;
  column-gap: 30px; }

.stores-item {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-radius: .25rem; }

.stores-section .panel-title {
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.stores-section .panel-heading a:hover {
  text-decoration: none !important; }

.stores-section .stores-item-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

.stores-section .stores-item-wrapper p {
  line-height: 1.6em;
  margin-bottom: 0; }

.stores-section .stores-item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: .25rem .25rem 0 0; }

.stores-section .stores-item-img img {
  min-height: 100%;
  min-width: 100%; }

.stores-section .stores-item-img.logo {
  height: 100px;
  border-bottom: 1px solid #eee;
  background: #fafafa; }

.stores-section .stores-item-img.logo img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  min-height: 0 !important;
  min-width: 0 !important;
  max-width: 200px; }

.stores-section .stores-item .map-marker {
  background-color: #000;
  border-radius: 50%;
  color: #ffffff;
  height: 40px;
  padding: 9px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 180px;
  width: 40px;
  text-decoration: none; }

.stores-section .stores-item .map-marker.noimg {
  top: 80px; }

.stores-section .stores-item .map-marker:hover {
  background-color: #000; }

.stores-section .stores-item .map-marker i {
  font-size: 20px; }

.stores-section .stores-item .map-marker:hover i {
  color: #fff; }

.stores-section .stores-item-info {
  min-height: 170px;
  padding: 1.25rem; }

.stores-section .stores-item-info .title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600; }

.stores-section .stores-item-info strong {
  font-weight: 600; }

.stores-section .stores-item-info i {
  color: #777;
  margin-right: 6px;
  font-size: 15px;
  vertical-align: middle; }

.stores-section .stores-item-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.stores-section .stores-item-info &gt; div:nth-of-type(1) {
  border: 0; }

.stores-section .stores-item-description,
.stores-section .stores-item-contact,
.stores-section .stores-item-schedule,
.stores-section .stores-item-others,
.stores-section .stores-item-map,
.stores-section .stores-item-gallery {
  margin: 0 0 7px;
  padding: 10px 0 5px;
  border-top: 1px solid #eee; }

.stores-section .stores-item-description p {
  font-size: 16px;
  line-height: 1.3;
  color: #212529; }

.stores-section .stores-item-contact div {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px; }

.stores-section .stores-item-schedule {
  font-size: 14px; }

.stores-section .stores-item-map {
  padding: 15px 0 5px;
  display: none; }

.stores-section .stores-item-map iframe {
  width: 100%;
  max-height: 250px; }

.stores-section .stores-item-others .link {
  margin: 12px 0 0; }

.stores-section .stores-item-others i {
  display: inline-block;
  margin: 5px 8px 0 0;
  color: #000;
  font-size: 18px; }

.stores-section .stores-item-gallery .thumbnail {
  border: 0; }

.stores-section .stores-item-gallery img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 95% !important;
  max-width: 95% !important;
  width: auto !important;
  display: block;
  border: 0 !important; }

.stores-section .stores-item-gallery .lSPager li {
  height: 10px; }

/* Block banner
********************************************************/
.block-banner {
  margin-bottom: 50px; }

.block-banner .dashed-content {
  padding: 0; }

.block-banner .dashed-content img {
  width: 100%;
  margin: 0;
  float: none; }

.block-banner .dashed-content h3 {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700; }

.block-banner .dashed-content p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.3em; }

.block-banner .dashed-content h3,
.block-banner .dashed-content a {
  color: #3c3c3c; }

.block-banner .dashed-content img + p {
  margin: 15px 0 0; }

/* Calendario
********************************************************/
.amarillo_dark {
  background-color: #FFCC00; }

.amarillo_medium {
  background-color: #FFCC00; }

.amarillo_light {
  background-color: #FFFF00; }

.naranja_dark {
  background-color: #FF6633; }

.naranja_medium {
  background-color: #FF9966; }

.naranja_light {
  background-color: #FFCC99; }

.marron_dark {
  background-color: #993300; }

.marron_medium {
  background-color: #CC6633; }

.marron_light {
  background-color: #CC9966; }

.rojo_dark {
  background-color: #990000; }

.rojo_medium {
  background-color: #FF0000; }

.rojo_light {
  background-color: #CC3366; }

.violeta_dark {
  background-color: #660099; }

.violeta_medium {
  background-color: #9900FF; }

.violeta_light {
  background-color: #CC66CC; }

.azul_dark {
  background-color: #000099; }

.azul_medium {
  background-color: #3366FF; }

.azul_light {
  background-color: #6699FF; }

.verde_dark {
  background-color: #336633; }

.verde_medium {
  background-color: #009966; }

.verde_light {
  background-color: #99CC00; }

.turquesa_dark {
  background-color: #339999; }

.turquesa_medium {
  background-color: #33CCCC; }

.turquesa_light {
  background-color: #66FFCC; }

.rosa_dark {
  background-color: #CC0099; }

.rosa_medium {
  background-color: #CC66CC; }

.rosa_light {
  background-color: #FFCCCC; }

.negro_dark {
  background-color: #000000; }

.negro_medium {
  background-color: #999999; }

.negro_light {
  background-color: #CCCCCC; }

#contenedor_calendario {
  padding: 0 15px;
  margin: 0 0 30px; }

#borde_sup_calendario {
  text-align: center;
  padding-bottom: 20px; }

#calendarioTextoMes {
  color: #BD3826;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300; }

#calendarioBotonAnterior {
  float: left; }

#calendarioBotonSiguiente {
  float: right; }

#calendarioBotonAnterior, #calendarioBotonSiguiente {
  cursor: pointer; }

td.nombredias_calendario {
  color: #333333;
  font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 700 !important; }

td.diasactuales_calendario {
  color: #999999;
  font-size: 11px;
  font-weight: 500; }

#calendarioTablaDias, table#calendario {
  position: relative;
  z-index: 1; }

#contenedor_calendario td {
  padding: 12px 6px;
  position: relative;
  text-align: center !important;
  font-size: 12px;
  font-weight: 400; }

#contenedor_calendario td.active a {
  color: #ffffff;
  cursor: pointer;
  z-index: 8500 !important;
  font-weight: 700; }

#contenedor_calendario td.active #toltip {
  display: none; }

#contenedor_calendario td.active:hover #toltip {
  display: block;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  z-index: 99999 !important;
  width: 260px;
  background: url("../images/bg_tooltip.png") no-repeat scroll center top !important;
  -webkit-box-shadow: 1px 20px 14px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 20px 14px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 20px 14px -17px rgba(0, 0, 0, 0.75); }

#contenedor_calendario td.active #toltip:hover {
  display: block;
  z-index: 99999 !important; }

.item-toltip {
  background: #ffffff;
  display: block;
  clear: both;
  overflow: hidden;
  padding: 20px;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.toltip-foto {
  display: inline-block;
  padding-right: 8px;
  float: left; }

.toltip-foto img {
  width: 65px; }

.totlip-link {
  width: 125px;
  display: inline-block;
  text-align: left; }

#contenedor_calendario td.active .totlip-link a {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%; }

#contenedor_calendario td.active .totlip-link a:hover {
  text-decoration: underline; }

.event-color {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px; }
  
/* Login Facebook
********************************************************/
.recuperar {
  line-height: 42px; }

.login-facebook {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  line-height: 40px;
  background: #4267b2;
  border-radius: 3px;
  color: #fff !important;
  height: 40px;
  text-align: center; }

.login-facebook:hover {
  color: #fff;
  text-decoration: none; }

.login-facebook i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle; }

.login-facebook::before {
  position: absolute;
  left: 12px;
  content: "\f230";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px; }

.login-facebook b {
  font-size: 16px;
  font-weight: 600; }

/* jsSocials
********************************************************/
#share-links {
  margin-top: 15px; }

#share-links .jssocials-share-link {
  width: 28px;
  height: 28px;
  line-height: 26px;
  padding: 0;
  border-radius: 4px; }

#share-links .jssocials-share-link i {
  font-size: 18px; }

.jssocials-share-link {
  background-color: #000 !important; }

.jssocials-share-link:hover {
  background-color: #444 !important; }

/* Slick
********************************************************/
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  background: transparent; }

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button::before {
  opacity: .75;
  color: black; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 40px;
  color: #999;
  z-index: 9999; }

.slick-prev:hover,
.slick-next:hover {
  color: #000; }

.slick-slider img {
  width: 100%; }

.slider .slick-dots {
  bottom: 10px; }

.slider .slick-prev,
.slider .slick-next {
  font-size: 60px; }

.slider .slick-prev {
  left: 10px; }

.slider .slick-next {
  right: 10px; }

.carrusel {
  margin-bottom: 50px; }

.carrusel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 10px; }

.carrusel .slick-item {
  margin: 0 15px;
  text-align: center; }

.carrusel .slick-prev,
.carrusel .slick-next {
  top: 120px; }

.carrusel .slick-prev {
  left: -15px; }

.carrusel .slick-next {
  right: -15px; }

.carrusel .slick-dots {
  bottom: -30px; }

/* Transitions
********************************************************/
.btntwo:hover,
.btn:hover,
i,
#header a,
a {
  transition: color 0.2s ease 0s, background-color 0.2s ease 0s; }

#header .header-middle .row &gt; div,
#header .header-middle #logotipo img {
  transition: all 0.2s ease 0s; }

@media (max-width: 1200px) {
  #detimg {
    width: 34%; }
  .fichaDetalle {
    width: 70%; }
  .fichaDetalle dl.summary {
    width: 58%; }
  .price-col {
    width: 27%; }
  .panel-body-txt {
    padding-top: 10px;
    padding-right: 5px;
    width: 62%; }
  .featured-item .panel-body-img {
    width: 36%; }
  .featured-item h3 {
    font-size: 18px;
    margin-bottom: 6px; }
  .footer-menu {
    padding-left: 32px; }
  .social-networks li a {
    width: 30px;
    height: 30px;
    line-height: 32px; }
  #header.header-3 .social-networks li {
    margin-left: 4px; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    width: 285px; }
  .page-cestaCompra .cupon #codigoCupon {
    width: 165px; } }

@media (max-width: 992px) {
  #sidebar {
    border-right: medium none;
    margin: 10px 0 0 0;
    padding: 0 10px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 10px;
    float: left; }
  .footer-top p {
    line-height: 1.4em;
    font-size: 12px; }
  .miniFichaLateral {
    width: 46%; }
  ul.proceso_compra {
    padding: 10px; }
  .fichaDetalle dl.summary {
    width: 55%; }
  .list_carousel #prev_carou {
    left: 15px; }
  .list_carousel #next_carou {
    right: 15px; }
  .actions-box {
    width: 100%; }
  .navbar-collapse {
    padding-left: 0 !important; }
  .nav &gt; li &gt; a {
    padding: 14px 8px; }
  .page-login {
    padding: 0 20px; }
  .featured-item {
    margin-bottom: 20px; }
  #header #logotipo img {
    width: 100%;
    max-width: 180px; }
  #header.sticky #logotipo img {
    max-width: 120px; }
  .footer-newsletter {
    padding: 22px 0; }
  .footer-newsletter-info {
    padding-left: 0px;
    text-align: center; }
  .footer-newsletter-form {
    margin-top: 14px; }
  .footer-newsletter-info::before {
    display: none; }
  .footer-bottom &gt; .row &gt; div {
    text-align: center; }
  #footer .social-networks {
    float: none;
    margin: 18px auto 0;
    text-align: center;
    width: 100%; }
  .footer-menu {
    margin-bottom: 20px; }
  .footer-menu a {
    margin-bottom: 6px; }
  .footer-menu .fa {
    display: none; }
  #footer .social-networks {
    float: none;
    height: 50px;
    text-align: center;
    width: 100%; }
  .social-networks li {
    display: inline-block;
    float: none;
    margin: 0; }
  .featured-item {
    margin-bottom: 20px; }
  #detimg {
    margin-right: 10px;
    width: 30%; }
  .fichaDetalle h1 {
    font-size: 22px; }
  .home-news h2.title {
    padding: 11px 16px 12px; }
  .page-noticias .eventos img, .page-eventos .eventos img {
    width: 20%; }
  .eventos img {
    max-width: 275px; }
  #header.header-3 .header-middle .row &gt; div {
    min-height: 80px; }
  #header.header-3.sticky #cart {
    padding-top: 16px; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    width: 440px; }
  .page-cestaCompra .selectenvio {
    margin-top: 30px; }
  .page-cestaCompra .cupon #codigoCupon,
  .page-cestaCompra #importeCupon {
    margin-top: 20px; }
  .page-cestaCompra .cupon #codigoCupon {
    width: 80%; }
  .page-cestaCompra .cupon #linkAplicar {
    width: 15%;
    padding: 14px 10px;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
    text-decoration: none; }
  #cookie-compliant {
    padding: 10px 0;
    line-height: 40px; }
  .sidebar-news {
    margin-bottom: 30px; } 
    #contenedor_calendario {
      margin: 30px 0; }}

@media (min-width: 767px) and (max-width: 992px) {
  .featured-item .panel-body {
    padding: 15px; }
  .featured-item .panel-body-txt {
    padding: 10px 0;
    width: 100%; }
  .featured-item .panel-body-img {
    text-align: center;
    width: 100%; }
  .featured-item h3 {
    text-align: center; }
  .featured-item p {
    text-align: center; } }

@media (max-width: 767px) {
  body {
    padding-top: 122px; }
  body.page-detalle {
    padding-bottom: 84px; }
  #header {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    min-height: 100px; }
  .header-top {
    position: relative;
    height: 52px;
    padding: 6px;
    border: none;
    background-color: #000 !important; }
  #header.header-3 .header-top .container {
    padding: 0 15px;
    border: 0; }
  .header-middle {
    padding: 0; }
  .header-middle .row &gt; div,
  .header-middle .row &gt; h1 {
    min-height: 0 !important; }
  #header .header-middle {
    padding: 0; }
  #header .header-middle #logotipo {
    margin-top: 4px; }
  #header .header-middle #logotipo img {
    max-width: 100px; }
  #header #logotipo a, #search #busqueda,
  #cart #cart-fixed {
    position: relative; }
  #header #logotipo {
    position: absolute !important;
    top: 0 !important;
    left: 0; }
  #header #logotipo a {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    color: #fff; } }

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  #header #logotipo a {
    top: 23px !important; } }

@media (max-width: 767px) {
  #header.header-3 .header-middle .row &gt; div,
  #header.header-3 .header-middle #search {
    margin-top: 0 !important; }
  #header .navbar {
    clear: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: none;
    box-shadow: none; }
  #header .header-nav {
    padding-bottom: 0 !important; }
  #header.header-2 .navbar {
    margin-top: 39px; }
  .slider {
    margin-top: 10px; }
  .materias {
    display: none; }
  .materias-mobile {
    display: block !important;
    margin-bottom: 18px; }
  #account &gt; a,
  #language &gt; a,
  #nav-header li {
    line-height: 0 !important; }
  .navbar-toggle {
    margin: 9px 10px 10px;
    position: absolute;
    right: 0;
    top: 0; }
  #account {
    background-color: transparent;
    border: none; }
  #account a i {
    color: #ffffff; }
  #account a:hover {
    text-decoration: none; }
  #account a {
    padding: 0; }
  #account span,
  #account a i {
    margin-right: 6px !important;
    font-size: 22px !important; }
  #header #account {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px; }
  #header .cart-mobile {
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    margin: 0;
    float: none; }
  #header .cart-mobile .btntwo {
    background: none !important; }
  #languaje {
    margin-top: 12px; }
  #cart {
    right: 75px;
    top: -57px; }
  #cart-fixed {
    right: 0; }
  #tt_products_minibasket {
    margin: 0; }
  #search .btntwo.search {
    float: right;
    height: 48px;
    margin-right: 0;
    padding: 0;
    width: 48px; }
  #search {
    margin: 0 !important;
    padding: 0;
    width: 100% !important; }
  #search #busqueda {
    position: relative !important;
    width: 100% !important; }
  #search .search-text {
    border: 0 none;
    border-radius: 0;
    margin-left: 0;
    width: calc(100% - 48px);
    height: 48px; }
  #search .btntwo.search {
    border-radius: 0;
    background-color: #00a087; }
  #account .fa-user {
    padding: 8px 12px;
    width: 38px;
    background: none repeat scroll 0 0 #C2C2C2; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .header-nav .container {
    padding-left: 0;
    padding-right: 0; }
  /* Primer nivel */
  .navbar-default .navbar-nav &gt; a:hover,
  .navbar-default .navbar-nav &gt; a:focus,
  .navbar-default .navbar-nav &gt; .open &gt; a,
  .navbar-default .navbar-nav &gt; .open &gt; a:hover,
  .navbar-default .navbar-nav &gt; .open &gt; a:focus,
  .navbar-default .navbar-nav &gt; .active &gt; a,
  .navbar-default .navbar-nav &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    text-shadow: none; }
  /* Segundo nivel */
  .dropdown-menu .dropdown-explorar li &gt; a {
    background-color: #FFFFFF;
    margin: 0;
    padding: 9px 10px 9px 16px; }
  .dropdown-menu .dropdown-explorar li &gt; a:hover {
    background-color: #F7F7F7; }
  .dropdown-menu.dropdown-menu-three .dropdown-materias,
  .dropdown-menu.dropdown-menu-three .dropdown-explorar,
  .dropdown-menu.dropdown-menu-three li,
  .dropdown-menu.dropdown-menu-two li {
    width: 100% !important;
    margin: 0; }
  .dropdown-menu li &gt; a, .dropdown-menu li a {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
    border-right: medium none;
    font-size: 12px;
    margin: 0;
    padding: 9px 10px 9px 16px !important; }
  .dropdown-menu li &gt; a:hover, .dropdown-menu li a:hover {
    background-color: #F7F7F7 !important; }
  .navbar-nav {
    margin: 0;
    width: 100%; }
  .navbar .navbar-collapse {
    overflow-x: hidden; }
  .navbar .navbar-nav &gt; li &gt; a {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    border-right: medium none;
    color: #333333;
    font-size: 14px;
    padding: 10px 15px !important; }
  .navbar .navbar-nav &gt; li:first-child &gt; a {
    padding-left: 16px; }
  .navbar .navbar-nav &gt; .active &gt; a {
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none; }
  .navbar-nav .main-nav-title {
    color: #E78C32;
    padding: 6px 12px; }
  .navbar-nav .open .dropdown-menu {
    position: relative;
    padding: 0; }
  .navbar-nav .main-nav-title {
    display: none; }
  .tx-ttproducts-pi1 h1, .verpedido-title {
    display: none; }
  #header .navbar {
    padding: 0; }
  .navbar .navbar-nav &gt; li {
    background: #fff; }
  .navbar .navbar-nav &gt; li &gt; a::before {
    display: none; }
  .navbar .navbar-nav &gt; li &gt; a:hover,
  .navbar .navbar-nav &gt; li &gt; a:focus {
    background-color: #fff;
    color: #333; }
  #account .btn-login {
    padding-left: 9px; }
  .libroimg img {
    max-width: 80px; }
  .list_carousel {
    margin-top: 0;
    padding: 20px 0;
    box-shadow: none;
    border: 0; }
  .caroufredsel_wrapper {
    height: 130px !important; }
  .list_carousel #prev_carou,
  .list_carousel #next_carou {
    top: 65px; }
  .list_carousel_content #prev_carou,
  .list_carousel_content #next_carou {
    top: 36px; }
  .slider .container,
  .content.col-md-12,
  .content.col-md-9.col-md-push-3 {
    padding-left: 30px;
    padding-right: 30px; }
  .fichaDetalle,
  .price-col {
    width: 100%; }
  #footer div {
    text-align: center !important; }
  .footer-logos img {
    float: none;
    margin: 0 auto; }
  .footer-top {
    padding: 12px 0 16px; }
  .footer-top .icon-footer {
    display: none !important; }
  .footer-copyright {
    padding: 10px 20px; }
  .footer-info {
    padding-top: 0; }
  .footer-info p {
    padding-bottom: 10px;
    padding-left: 0; }
  #footer .social-networks {
    margin-top: 20px; }
  .precioDetalle .discountprice {
    left: -10px; }
  .comentario h4 {
    margin-top: 5px; }
  .checkout-col {
    padding: 0 30px; }
  .checkout-title {
    padding: 20px 20px 0; }
  .highlight-box .btntwo,
  .highlight-box .btn-days {
    width: 100%;
    margin-bottom: 10px; }
  .highlight-box .btn-days {
    margin-top: 10px; }
  .cart-box {
    padding: 20px 6px; }
  .cart-box .col-md-6 {
    margin-bottom: 10px; }
  .sticky-wrapper {
    height: auto !important; }
  .featured-item .panel-body {
    height: auto; }
  .modal::before {
    height: auto; }
  .modal-dialog {
    width: 94% !important; }
  .featured-item .panel-body {
    height: auto; }
  .panel-body-txt {
    padding: 10px 5px 0 25px; }
  .featured-item .panel-body-img {
    float: left;
    width: 14%; }
  /* 	Detalle */
  #detimg {
    text-align: center;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 24px;
    float: none; }
  .fichaDetalle {
    border-right: none; }
  .fichaDetalle #detimg img {
    float: none;
    max-width: 320px; }
  .fichaDetalle dl.summary {
    width: 100%;
    margin-left: 0; }
  .wraper-detalle {
    padding: 0; }
  .wraper-detalle a,
  .wraper-detalle button {
    padding: 14px 0 14px 44px; }
  .wraper-detalle a,
  .wraper-detalle button {
    font-size: 16px; }
  .fichaDetalle h1,
  .fichaDetalle #autor {
    text-align: center;
    width: 100%; }
  .cta-wrapper {
    background-color: #ffffff;
    bottom: 0;
    margin-left: -30px;
    padding: 14px 20px;
    position: fixed;
    width: 100.2%;
    z-index: 99; }
  .btn.buy {
    border: medium none;
    font-size: 18px;
    font-weight: 600;
    padding: 17px; }
  .precioDetalle {
    display: none; }
  .precioDetalle-mobile {
    border: 1px solid #d2d2d2;
    display: block;
    margin-bottom: 22px;
    margin-top: -10px;
    padding: 12px;
    text-align: center; }
  .precioDetalle-mobile {
    border: 1px solid #e0e0e0;
    display: block;
    margin-bottom: 22px;
    margin-top: -10px;
    padding: 12px;
    text-align: center; }
  .precioDetalle-mobile .disponibilidad {
    border-top: 1px solid #eeeeee;
    margin-top: 0;
    padding: 9px 0 0;
    text-align: center; }
  #tabsinopsis {
    padding: 10px; }
  .footer-menu {
    padding: 0 15px; }
  .fichaDetalle h2 {
    text-align: center; }
  .modal.fade .modal-dialog {
    top: 50%;
    transform: translateY(-50%); }
  td.quantity input {
    margin: 0 auto 5px; }
  .page-cestaCompra .formaenvio,
  .page-cestaCompra .formapago {
    width: 60%; }
  .page-cestaCompra #capaGastosEnvio.cart-box .form-control {
    max-width: 420px;
    width: 100%; }
  .page-cestaCompra .totalenvio,
  .page-cestaCompra .totalpago {
    position: absolute;
    right: 0; }
  #cookie-compliant .buttons {
    margin-top: 10px; }
  .form-horizontal .modal-body .form-group {
    margin-bottom: 0; }
  .form-horizontal .modal-body .control-label {
    margin-bottom: 8px; }
  .form-horizontal .modal-body .control-label {
    padding-bottom: 5px; }
  .modal .valoracion {
    padding: 15px 0 15px 18px;
    text-align: left; }
  .modal .valoracion .stars {
    display: block; }
  .modal .valoracion span {
    margin-left: 5px;
    padding-top: 15px !important; } }

@media (max-width: 698px) {
  .fichaDetalle, .price-col {
    width: 100%; }
  .checkout-box-col {
    width: 100%; }
  .field input, .field select, .field textarea, .field input.fichero {
    width: 100%; }
  ul.proceso_compra li::after {
    display: none; }
  ul.proceso_compra li span {
    display: block;
    margin: 0 auto 5px; }
  .bootstrap-dialog i {
    top: -60px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bootstrap-dialog.alertCarrito-dialog i {
    top: -50px !important; }
  .login-register-panel .nav-tabs &gt; li &gt; a {
    text-align: left;
    font-size: 15px;
    line-height: 15px; } }

@media (max-width: 580px) {
  .field input, .field select, .field textarea, .field input.fichero {
    width: 100%; }
  #box-register, #box-login {
    padding: 15px;
    border: 1px solid #E3E3E3;
    width: 100%;
    margin: 0 0 20px 0; }
  .miniFichaLateral {
    width: 96%; }
  .stores-section .row {
    column-count: 1; }
  .page-noticias .eventos img, .page-eventos .eventos img,
  .eventos img {
    width: 100%;
    max-width: none; }
  ul.proceso_compra li {
    margin: 0 5px 15px;
    padding: 0;
    font-size: 12px; }
  .ordenar label,
  .pager label {
    font-size: 13px; }
  .pager {
    float: left;
    margin: 0 0 0 15px; }
  .custom-select.order {
    width: 115px; } }

@media (max-width: 480px) {
  #header #logotipo {
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: fixed;
    top: 7px; }
  #detimg {
    margin-right: 13px; }
  .basket_items th {
    font-size: 10px;
    padding: 8px 5px 7px 11px; }
  .ordenar {
    margin: 0; }
  .pager {
    margin: 0 0 0 10px; }
  .ordenar label,
  .pager label {
    display: none; }
  .btn.btn-filters {
    margin: 0; }
  .title-list {
    display: none; }
  #btn_realizar, .botones_cesta .btn {
    margin-bottom: 17px;
    width: 100%; }
  #linkAplicar {
    width: 100%;
    margin-bottom: 2px;
    margin-top: 10px; }
  .selectenvio {
    margin: 0; }
  .labelenvio strong, .labelpago strong {
    float: left; }
  .imgpro {
    padding: 0; }
  td.price, td.total {
    padding: 5px; }
  td {
    padding: 14px 5px; }
  td.verpedido {
    width: auto; }
  td.precio {
    width: 75px; }
  .footer-menu {
    width: 100% !important;
    padding: 6px 0; }
  .footer-menu a {
    display: block;
    float: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
  .footer-menu a:hover {
    text-decoration: none !important; }
  .footer-logos {
    padding: 0 26px !important; }
  .footer-bottom {
    border-top: none; }
  .news-categories a {
    display: block;
    width: 100%;
    margin: 0 auto 10px; }
  .eventos .eventos-info {
    width: 100%;
    margin-top: 10px; }
  .page-cestaCompra .formaenvio,
  .page-cestaCompra .formapago {
    width: 100%; }
  .page-cestaCompra .labelenvio,
  .page-cestaCompra .labelpago {
    height: auto;
    text-align: center;
    border-radius: 4px 4px 0 0;
    display: inline-grid;
    line-height: 30px; }
  .page-cestaCompra .totalenvio,
  .page-cestaCompra .totalpago {
    right: 5px;
    top: -12px; }
  .page-cestaCompra .delivery {
    margin-bottom: 50px; }
  .page-cestaCompra .delivery:last-child {
    margin-bottom: 30px; }
  #cookie-compliant,
  #cookie-compliant .buttons {
    text-align: center; }
  #cookie-compliant a {
    display: inline-block; }
  .featured-item .panel-body-img {
    width: 25%; }
  .panel-body-txt {
    padding: 0 5px 0 20px;
    width: 75%; }
  .eventos .eventos-img {
    width: 100%;
    max-width: none;
    height: auto; }
  ul.proceso_compra li {
    width: 100%;
    margin: 0 0 15px;
    font-size: 14px; }
  .block-banner &gt; .row &gt; div {
    width: 100%; }
  .block-banner .dashed-content {
    margin-top: 15px; }
  .login-links .col-xs-6 {
    width: 100%; }
  .login-links .login-facebook {
    width: 100%;
    margin-top: 28px; } }

@media (max-width: 320px) {
  #header #logotipo {
    margin-top: 5px; }
  #header #logotipo img {
    height: auto;
    max-width: 120px !important;
    margin-top: 10px !important; }
  .block-home-news .eventos img {
    width: 100%;
    max-width: none; }
  .featured-item .panel-body-img {
    width: 25%; } }

/** Books Lists
************************************/
@media (max-width: 1200px) {
  .books.grid li {
    width: calc(100% / 5); }
  .page-detalle .books.grid li {
    width: calc(100% / 6); } }

@media (max-width: 992px) {
  .books.grid li,
  .books.grid.solr li {
    width: calc(100% / 4); }
  .page-detalle .books.grid li {
    width: calc(100% / 3); }
  .books.list .portada {
    margin: 0 30px 0 0; }
  .books.list .dublincore {
    width: 75%; }
  .books.list .botones {
    width: 25%; } }

@media (max-width: 768px) {
  .books.grid li,
  .books.grid.solr li {
    width: calc(100% / 3); }
  .books.list .creator {
    font-size: 14px; }
  .books.list .precio {
    font-size: 24px; }
  .books.list .dublincore {
    padding-right: 16px; }
  .books.list .botones {
    padding: 0 0 0 22px; }
  .carrusel .slick-prev {
    left: -5px; }
  .carrusel .slick-next {
    right: -5px; } }

@media (max-width: 576px) {
  .books {
    align-items: baseline; }
  .books .portada {
    height: auto; }
  .books.grid li,
  .books.grid.solr li,
  .books.list li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 0 15px 15px !important;
    margin-bottom: 50px;
    border: 0; }
  .page-detalle .books.grid li {
    width: calc(100% / 2); }
  .books.list .portada,
  .books.list form {
    width: 100%;
    text-align: center; }
  .books.list .portada {
    margin: 0 auto 15px; }
  .books.list form {
    flex-direction: column; }
  .books.list .mulsinop {
    display: none !important; }
  .books.list .dublincore {
    border-right: medium none;
    width: 100%; }
  .books.list .botones {
    padding: 0;
    width: 100%; }
  .books.list .btntwo {
    font-size: 14px;
    padding: 8px 12px;
    width: auto; }
  .books.list .dublincore {
    padding: 0; }
  .books.list .dublincore .title a {
    height: 40px;
    font-size: 15px; }
  .books.list .creator {
    margin-bottom: 5px;
    font-size: 12px; }
  .books.list .precio {
    margin: 2px 0;
    font-size: 20px; }
  .books.list .precio strike {
    font-size: 14px;
    margin-bottom: 4px; }
  .carrusel .slick-item {
    align-self: baseline; } }

@media all and (max-width: 576px) and (-ms-high-contrast: none), (max-width: 576px) and (-ms-high-contrast: active) {
  .books .portada {
    height: 200px; }
  .books .portada img {
    height: 200px;
    object-fit: contain; } }

@media print {
  body {
    background: white;
    font-size: 12pt; }
  #menu, #colizq {
    display: none; }
  #wrapper, #content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none; }
  div#content {
    margin-left: 10%;
    padding-top: 1em;
    border-top: 1px solid #930; }
  div#content-center {
    margin-left: 10%;
    padding-top: 1em;
    border-top: 1px solid #930; }
  a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline; }
  #sidebar, #nav-header, #account, #submenu, .navbar.navbar-default, .footer-menu, .btn, #social, .bloque-top, .materias-mobile {
    display: none !important; }
  .col-md-push-3 {
    left: 4%; }
  .col-md-9 {
    width: 95% !important; }
  #language,
  #search,
  #cart,
  .page-detallePedido h1.title,
  .footer-newsletter,
  .footer-logo,
  .social-networks {
    display: none; }
  a[href]:after {
    content: none !important; }
  .page-detallePedido #header #logotipo {
    margin: -5px 0 0 160px; }
  #footer {
    margin: 0; } }

/*# sourceMappingURL=style.css.map */</pre></body></html>