@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

body::-webkit-scrollbar{width:10px;background-color:#f66653}
body::-webkit-scrollbar-thumb{background-color:#148dcc}
::-moz-selection{background:#f66653;color:#ffffff}
::selection{background:#f66653;color:#ffffff}

div::-webkit-scrollbar{width:10px;background-color:#f66653}
div::-webkit-scrollbar-thumb{background-color:#148dcc}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  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="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.form-control[disabled], .form-control[readonly],
input[disabled], /* ### webmazn */
select[disabled], /* ### webmazn */
fieldset[disabled] .form-control {
  /*background-color: #eeeeee;
  opacity: 1;*/
  cursor: not-allowed !important; /* ### webmazn */
  background: #ededed !important; /* ### webmazn */
  opacity: 0.5 !important; /* ### webmazn */
}

.form-control[disabled], 
input[disabled], /* ### webmazn */
select[disabled], /* ### webmazn */
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[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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.33333;
  border-radius: 6px;
}

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.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;
}

.dropup,
.dropdown {
  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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.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 {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

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

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    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-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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 > li > 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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-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-left: 15px;
    margin-right: 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:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  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 > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  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 > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > form > button, /* ### webmazn */
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 8px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

@media only screen and (min-width: 830px) {
  .pagination > li > a,
  .pagination > li > form > button, /* ### webmazn */
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > form > button:hover, /* ### webmazn */
.pagination > li > form > button:focus, /* ### webmazn */
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > form > button, /* ### webmazn */
.pagination > .active > form > button:hover, /* ### webmazn */
.pagination > .active > form > button:focus, /* ### webmazn */
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright 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-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

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

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

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

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

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.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-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

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

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

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

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

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

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.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: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

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

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.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,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.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;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  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-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

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

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

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

.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-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

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

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

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

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

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

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.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;
  -ms-touch-action: none;
  touch-action: none;
}

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

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  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-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

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

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

.ui-spinner-button {
  width: 1.6em;
  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 override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

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

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

.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-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  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 .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  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;
}

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

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

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

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

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

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

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

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

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

.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);
  /* support: IE8 */
  font-weight: normal;
}

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

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

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

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

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

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

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

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

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

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

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

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

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

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

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

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

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

.ui-icon-caret-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: -65px -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: -65px -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: 1px -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: 3px;
}

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -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);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Reset Fancybox */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-overlay {
  background: url("../images/fancybox_overlay.png");
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/* Reset BxSlider */
.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
}

.bx-wrapper .bx-loading {
  background: url("../images/bx_loader.gif") center center no-repeat #ffffff;
}

.bx-wrapper .bx-prev {
  background: url("../images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  background: url("../images/controls.png") no-repeat -43px -32px;
}

/* jquery Validate*/
label.error {
  color: red;
  font-size: 12px;
  padding: 0 0 0 5px;
}

.tachado {
  text-decoration: line-through;
}

.strong {
  font-family: "OpenSans-Semibold";
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icono-exclamacion {
  border: 4px solid red;
  background-image: url(../images/icono-exclama.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 23px;
  height: 22px;
  margin: 0 10px 0 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/open-sans/OpenSans-Bold/opensans-bold-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Bold/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Bold/opensans-bold-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Bold/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Bold/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/open-sans/OpenSans-Extra-Bold/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/open-sans/OpenSans-Extra-Bold/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/open-sans/OpenSans-Regular/OpenSans-Regular.eot");
  src: url("../fonts/open-sans/OpenSans-Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/OpenSans-Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Regular/OpenSans-Regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url("../fonts/open-sans/OpenSans-Semibold/OpenSans-Semibold.eot");
  src: url("../fonts/open-sans/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/open-sans/OpenSans-Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-light';
  src: url("../fonts/open-sans/OpenSans-Light/opensans-light-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Light/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans/OpenSans-Light/opensans-light-webfont.woff") format("woff"), url("../fonts/open-sans/OpenSans-Light/opensans-light-webfont.ttf") format("truetype"), url("../fonts/open-sans/OpenSans-Light/opensans-light-webfont.svg#OpenSans-light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'altokelite';
  src: url("../fonts/altokelite/altokelite.eot?1s8jjx");
  src: url("../fonts/altokelite/altokelite.eot?1s8jjx#iefix") format("embedded-opentype"), url("../fonts/altokelite/altokelite.ttf?1s8jjx") format("truetype"), url("../fonts/altokelite/altokelite.woff?1s8jjx") format("woff"), url("../fonts/altokelite/altokelite.svg?1s8jjx#altokelite") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'altokelite' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-flecha-right:before {
  content: "\1f321";
  color: #fd626e;
}

.icon-circle-o-notch:before {
  content: "\e901";
}

.icon-circle-complete:before {
  content: "\e902";
}

.icon-arrow-right:before {
  content: "\e903";
}

.icon-arrow-right2:before {
  content: "\e904";
}

.icon-dot-circle-o:before {
  content: "\e905";
}

.icon-long-arrow-right:before {
  content: "\e906";
}

.icon-circle-full:before {
  content: "\e907";
}

* {
  -webkit-font-smoothing: antialiased;
  /* Sin bold en Mac. */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "open_sansregular";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

input, select {
  outline: none;
}

.contenedor {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-900 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

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

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}

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

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.btn {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #c2c2c2;
  font-family: open_sansregular;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 22px;
  border: 1px solid #9da4ae;
  height: 40px;
  text-transform: uppercase;
  border: none;
}

@media only screen and (min-width: 830px) {
  .btn {
    height: 40px;
    padding: 8px 52px;
  }
}

.btn:focus {
  outline: none;
}

.btn-red {
  background: #dc4353;
}

.btn-red:hover {
  background: #d02738;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-red:active {
  background: #861924;
}

.btn-red-light {
  background: #fd626e;
}

.btn-red-light:hover {
  background: #fc3a49;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-red-light:active {
  background: #dd0314;
}

.btn-blue-light {
  background: #148dcc;
}

.btn-blue-light:hover {
  background: #1073a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue-light:active {
  background: #093d58;
}

.btn-white {
  background: #fff;
  background: #fff;
  color: #dc4353;
  border: 1px solid #dc4353;
}

.btn-white:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white:active {
  background: #bfbfbf;
}

.btn-white:hover {
  background: none;
  opacity: 0.8;
}

.btn-transparente {
  background: transparent;
  color: #dc4353;
  border: 1px solid #dc4353;
}

.btn-transparente:hover {
  background: white;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white-blue {
  background: #148dcc;
  background: #fff;
  color: #148dcc;
  border: 1px solid #148dcc;
}

.btn-white-blue:hover {
  background: #1073a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white-blue:active {
  background: #093d58;
}

.btn-white-blue:hover {
  background: none;
  opacity: 0.8;
}

.btn-blue {
  position: relative;
  background: #148dcc;
}

.btn-blue:hover {
  background: #1073a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue:active {
  background: #093d58;
}

@media only screen and (min-width: 830px) {
  .btn-blue {
    padding: 8px 52px;
  }
}

.btn-blue.icon {
  position: relative;
  background: #148dcc;
}

.btn-blue.icon:hover {
  background: #1073a7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue.icon:active {
  background: #093d58;
}

@media only screen and (min-width: 830px) {
  .btn-blue.icon {
    padding: 8px 52px;
  }
}

@keyframes AfiliacionAnimation {
    0%   {background-color: #dc4353; border:2px solid #fff; box-sizing: border-box; color: white;}
    25%  {background-color: #dc4353; border:2px solid #fff; box-sizing: border-box; color: white;}
    50%  {background-color: white; border:2px solid #fff; box-sizing: border-box; color: #dc4353;}
    100% {background-color: white; border:2px solid #fff; box-sizing: border-box; color: #dc4353;}
}

.btn-afiliate {
  animation-name: AfiliacionAnimation;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-direction: alternate-reverse;  
  animation-iteration-count: infinite;
  font-family: "open_sansbold";
  font-size: 13px;
  background: white;
  color: #dc4353;
  padding: 8px 20px;
  border-radius: 18px;
  border:2px solid #fff; 
  box-sizing: border-box; 
  display: inline-block;
}

@media only screen and (min-width: 830px) {
  .btn-afiliate {
    font-size: 15px;
  }
}

.btn-afiliate span {
  margin: 0 0 0 6px;
}

.btn-lg {
  padding: 8px 35px;
  border: 5px solid red;
}

.btn-sm {
  font-size: 16px;
}

@media only screen and (max-width: 530px) {
  .btn-block {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 530px) {
  .btn-block + .btn-block {
    margin-top: 5px;
  }
}

.btn-inscripcion {
  font-family: "OpenSans-Semibold";
  font-size: 12px;
  padding: 8px 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 830px) {
  .btn-inscripcion {
    padding: 8px 18px;
  }
}

.btn-inscripcion i.fa-file-text-o {
  font-size: 20px;
  margin: 0 8px 0 0;
}

.btn-guardar {
  padding: 8px 42px 8px 42px;
}

.btn-guardar i {
  margin: 0 8px 0 0;
}

.btn-icon {
  position: relative;
}

.btn-icon i {
  position: relative;
  left: -3px;
}

@media only screen and (min-width: 830px) {
  .btn-icon i {
    position: absolute;
    left: 28px;
  }
}

.footer {
  background: white;
  text-align: center;
  padding: 18px 0;
}

.login .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

@media only screen and (min-width: 830px) {
  .login .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 830px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer p {
  font-family: "OpenSans-light";
  font-size: 13px;
  color: black;
  margin: 0;
}

.wrapper.login {
  background-image: url(../images/background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.wrapper.login:before, .wrapper.login:after {
  content: '';
  display: table;
}

.wrapper.login:after {
  clear: both;
}

.page-inicio-sesion {
  margin: 60px 0;
}

@media only screen and (min-width: 830px) {
  .page-inicio-sesion {
    margin: 9.5% 0 4% 0;
  }
}

@media only screen and (min-width: 830px) {
  .page-inicio-sesion .contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.box-title {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-title {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 830px) and (max-width: 1200px) {
  .box-title {
    width: 40%;
  }
}

.box-sesion {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .box-sesion {
    -webkit-box-shadow: 7px 13px 8px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 7px 13px 8px 0px rgba(0, 0, 0, 0.32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
}

@media (min-width: 830px) and (max-width: 1200px) {
  .box-sesion {
    width: 60%;
  }
}

.box-sesion .sesion-top .title__sesion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #b8bfc9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media only screen and (min-width: 830px) {
  .box-sesion .sesion-top .title__sesion {
    height: 100px;
    padding: 0 40px;
  }
}

.box-sesion .logo img {
  width: 80px;
}

@media only screen and (min-width: 830px) {
  .box-sesion .logo img {
    width: auto;
  }
}

.box-sesion .text-inicio span {
  font-family: "OpenSans-light";
  font-size: 20px;
}

@media only screen and (min-width: 830px) {
  .box-sesion .text-inicio span {
    font-size: 35px;
  }
}

.box-sesion .content__sesion {
  padding: 27px 20px 20px 20px;
}

@media only screen and (min-width: 830px) {
  .box-sesion .content__sesion {
    padding: 34px 60px 10px 60px;
  }
}

.box-sesion .content__sesion .form-group {
  margin: 0 0 19px 0;
}

.box-sesion .content__sesion .form-ingresar {
  text-align: center;
  padding: 9px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-sesion .content__sesion .form-ingresar {
    margin: 0 0 10px 0;
  }
}

.box-sesion .content__sesion .form-olvidaste {
  text-align: center;
}

.box-sesion .content__sesion .form-olvidaste .olvidaste {
  font-family: open_sansregular;
  font-size: 12px;
  color: #504f4f;
  text-align: center;
  text-decoration: underline;
}

.box-sesion .sesion-bottom {
  background: rgba(0, 255, 0, 0.1);
  text-align: center;
  text-transform: uppercase;
  background: #dc4353;
  padding: 22px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-sesion .sesion-bottom:before, .box-sesion .sesion-bottom:after {
  content: '';
  display: table;
}

.box-sesion .sesion-bottom:after {
  clear: both;
}

@media only screen and (min-width: 830px) {
  .box-sesion .sesion-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 26px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.box-sesion .sesion-bottom h3 {
  font-family: "OpenSans-Semibold";
  font-size: 13px;
  color: white;
}

@media only screen and (min-width: 830px) {
  .box-sesion .sesion-bottom h3 {
    font-size: 18px;
  }
}

.box-sesion .sesion-bottom .cont-btn {
  padding: 20px 0 0 0;
}

.box-sesion .sesion-bottom .cont-btn:before, .box-sesion .sesion-bottom .cont-btn:after {
  content: '';
  display: table;
}

.box-sesion .sesion-bottom .cont-btn:after {
  clear: both;
}

@media only screen and (min-width: 830px) {
  .box-sesion .sesion-bottom .cont-btn {
    padding: 0;
  }
}

.input-form {
  background: white;
  font-size: 13px;
  color: #5b5e69;
  padding: 8px 18px;
  border-radius: 22px;
  border: 1px solid #9da4ae;
  width: 100%;
  font-family: "open_sansregular";
  display: inline-block;
  height: 40px;
}

@media only screen and (min-width: 830px) {
  .input-form {
    height: 50px;
  }
}

.input-form:focus {
  outline: none;
}

.title-login {
  color: white;
  font-family: "OpenSans-light";
  font-size: 36px;
  border-left: 5px solid white;
  padding: 0 0 0 15px;
}

@media only screen and (min-width: 830px) {
  .title-login {
    padding: 0 20px 0 15px;
  }
}

.title-login span {
  display: block;
}

.title-login .bold {
  font-weight: bold;
  font-family: "open_sansbold";
  font-size: 47px;
}

.btn-video {
  position: absolute;
  right: 0;
  top: -46px;
  color: white;
  border: 1px solid white;
  border-radius: 22px;
  font-size: 12px;
  padding: 9px 9px 9px 14px;
  font-weight: bold;
  font-family: "OpenSans-light";
  display: none;
}

@media only screen and (min-width: 830px) {
  .btn-video {
    display: block;
  }
}

.btn-video span {
  margin: 0 10px 0 0;
}

.box-restablecer {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .box-restablecer {
    -webkit-box-shadow: 7px 13px 8px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 7px 13px 8px 0px rgba(0, 0, 0, 0.32);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
  }
}

@media (min-width: 830px) and (max-width: 1200px) {
  .box-restablecer {
    width: 60%;
  }
}

.box-restablecer .sesion-top .title__sesion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #b8bfc9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .sesion-top .title__sesion {
    height: 100px;
    padding: 0 40px;
  }
}

.box-restablecer .logo img {
  width: 80px;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .logo img {
    width: auto;
  }
}

.box-restablecer .text-inicio span {
  font-family: "OpenSans-light";
  font-size: 20px;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .text-inicio span {
    font-size: 35px;
  }
}

.box-restablecer .content__sesion {
  padding: 27px 20px 20px 20px;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .content__sesion {
    padding: 43px 60px 55px 60px;
  }
}

.box-restablecer .content__sesion .form-group {
  margin: 0 0 19px 0;
}

.box-restablecer .content__sesion .form-ingresar {
  text-align: center;
  padding: 9px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .content__sesion .form-ingresar {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px 0 0 0;
  }
}

.box-restablecer .content__sesion .texto-sugerencias {
  padding: 12px 0 0;
}

@media only screen and (min-width: 830px) {
  .box-restablecer .content__sesion .texto-sugerencias {
    padding: 12px 25px 0;
  }
}

.box-restablecer .content__sesion .texto-sugerencias h4 {
  color: #1565a9;
  font-family: "open_sansregular";
  font-size: 16px;
  margin: 0 0 20px 0;
}

.box-restablecer .content__sesion .texto-sugerencias p {
  color: #6b6b6b;
  font-size: 12px;
  margin: 10px 0;
  font-family: "open_sansregular";
  line-height: 14px;
}

.wrapper.home {
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
}

.wrapper.home:before, .wrapper.home:after {
  content: '';
  display: table;
}

.wrapper.home:after {
  clear: both;
}

@media only screen and (min-width: 830px) {
  .wrapper.home {
    background-size: auto;
  }
}

.header-top .container {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 830px) {
  .header-top .container {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.box-logo {
  padding: 0 20px 0 0;
}

.box-logo img {
  width: 70px;
}

@media only screen and (min-width: 830px) {
  .box-logo img {
    width: 120px;
  }
}

@media only screen and (min-width: 830px) {
  .box-logo img {
    width: auto;
  }
}

.header-bottom {
  background: white;
}

@media only screen and (min-width: 830px) {
  .header-bottom {
    background: #148dcc;
  }
}

.header-bottom .navbar-toggle {
  background: white;
  margin-top: -50px;
  margin-right: 0;
}

.header-bottom .navbar-toggle .icon-bar {
  background: black;
  width: 24px;
  height: 4px;
  border-radius: 5px;
}

.header-bottom .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.menu {
  color: white;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px 0;
}

@media only screen and (min-width: 830px) {
  ul.menu {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 0;
  }
}

ul.menu li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #cfcfcf;
}

@media only screen and (min-width: 830px) {
  ul.menu li {
    border-right: 1px solid #ddd;
    border-bottom: none;
    padding: 5px 0;
  }
}

ul.menu li:last-child {
  border-right: none;
  border-bottom: none;
}

ul.menu li.active a {
  font-weight: bold;
}

ul.menu li a {
  font-size: 14px;
  font-family: "OpenSans-light";
  display: block;
  text-transform: uppercase;
  color: black;
}

@media only screen and (min-width: 830px) {
  ul.menu li a {
    font-size: 18px;
    color: white;
  }
}

.box-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-admin {
  display: none;
  width: 102px;
  margin: 0 25px;
}

@media only screen and (min-width: 830px) {
  .box-admin {
    display: block;
  }
}

.box-admin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #d7dcde;
  border-right: 1px solid #d7dcde;
  padding: 14px 0;
}

.box-admin span {
  color: #9e9e9e;
  font-size: 12px;
  font-family: open_sansregular;
}

.box-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 55px;
}

@media only screen and (min-width: 830px) {
  .box-user {
    min-width: 290px;
    margin-right: 0;
  }
}

.box-user .detalle-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 175px;
  padding: 0 0 0 16px;
}

.box-user .dropdown img {
  padding: 0;
  width: 40px;
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown img {
    width: auto;
  }
}

.box-user .dropdown .caret {
  border-top: 8px dashed;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown .caret {
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 4px;
  }
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown .group-nav {
    padding: 0 0 0 16px;
  }
}

.box-user .dropdown .group-nav .name-account {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown .group-nav .name-account {
    display: inline-block;
  }
}

.box-user a {
  font-size: 14px;
  color: #fd5e6a;
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-user a i {
  font-size: 27px;
  position: absolute;
  top: -5px;
  right: 0;
}

.box-user h3 {
  font-size: 11px;
  color: #9e9e9e;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-user h3 {
    display: block;
  }
}

.box-user .dropdown-menu {
  border-radius: 0;
  padding: 5px 14px;
  width: 280px;
  top: 48px;
  left: -130px;
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown-menu {
    top: 110%;
    left: 0;
  }
}

.box-user .dropdown-menu li {
  border-bottom: 1px solid #cfcfcf;
  padding: 12px 0;
}

.box-user .dropdown-menu li:last-child {
  border-bottom: none;
}

.box-user .dropdown-menu li a {
  padding: 3px 20px;
  font-size: 13px;
  font-family: open_sansregular;
  text-transform: uppercase;
}

.box-user .dropdown-menu li a:hover {
  text-decoration: none;
  color: #fd5e6a;
  background-color: white;
}

@media only screen and (min-width: 830px) {
  .box-user .dropdown-toggle {
    height: 79px;
  }
}

.input-group {
  position: relative;
  display: none;
}

@media only screen and (min-width: 830px) {
  .input-group {
    display: block;
  }
}

.input-group .fa-search {
  color: #fd5e6a;
  font-size: 23px;
  position: absolute;
  top: 4px;
  right: 15px;
}

.btn-search {
  height: 35px;
  width: 210px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 0 20px;
  font-family: open_sansregular;
  text-transform: uppercase;
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .btn-search {
    width: 480px;
  }
}

.icon-admin {
  background-image: url(../images/icon-admin.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 37px;
  height: 29px;
  margin: 0 0 7px 0;
}

.page-home {
  background: #e7ecee;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-home {
    padding-bottom: 40px;/*106px;*/
  }
}

/* Contenido*/
.content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0 0 0;
    margin-bottom: 80px;
  }
}

.content-top-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-top-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0 0 0;
  }
}

.content-sub-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-sub-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 830px) {
  .content-dash-compras {
    width: 100%;/*60%*/
  }
}

.sidebar {
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .sidebar {
    padding: 40px 0 0 0;
    width: 40%;
    padding: 0 0 0 60px;
  }
}

.dashboard {
  background-color: white;
  max-width: 100%;/*760px*/
  margin: 0 0 30px 0;
  padding: 18px 22px 38px 22px;
}

@media only screen and (min-width: 830px) {
  .dashboard {
    margin: 0 0 0 0;/*0 0 40px 0;*/
  }
}

.dashboard .dash-top {
  padding: 0 0 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
}

@media only screen and (min-width: 830px) {
  .dashboard .dash-top {
    padding: 0 0 19px 12px;
  }
}

.dashboard .dash-top .dash-nombre h2 {
  font-family: "OpenSans-light";
  font-size: 22px;
}

@media only screen and (min-width: 830px) {
  .dashboard .dash-top .dash-nombre h2 {
    font-size: 29px;
  }
}

.dashboard .dash-top .dash-nombre span {
  color: #767676;
  font-family: "open_sansregular";
  font-size: 12px;
}

@media only screen and (min-width: 830px) {
  .dashboard .dash-top .dash-nombre span {
    font-size: 15px;
  }
}

.dashboard .dash-top .dash-tipo-cambio {
  display: none;
}

@media only screen and (min-width: 830px) {
  .dashboard .dash-top .dash-tipo-cambio {
    display: block;
  }
}

.dashboard .dash-top .dash-tipo-cambio h3 {
  font-family: "open_sansregular";
  color: #fd626e;
  font-size: 14px;
}

.dashboard .dash-top .dash-tipo-cambio span {
  font-family: "open_sansbold";
  font-size: 20px;
}

.dashboard .dash-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 23px 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 650px) {
  .dashboard .dash-circle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.dashboard .dash-circle .box-porcentaje {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 650px) {
  .dashboard .dash-circle .box-porcentaje {
    margin: 0;
  }
}

.dashboard .dash-circle .box-porcentaje .box-detalle {
  padding: 10px 0 0 0;
}

.dashboard .dash-circle .box-porcentaje .box-detalle h4 {
  color: #222222;
  font-size: 13px;
  font-family: "open_sansregular";
}

.dashboard .dash-circle .box-porcentaje .box-detalle .precio {
  font-family: "OpenSans-light";
  font-size: 30px;
  padding: 3px 0 0 0;
}

.dashboard .dash-circle .box-porcentaje .box-detalle h5 {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #8a8a8a;
  border-top: 1px solid #c5c5c5;
  margin: 5px 0 0 0;
  padding: 8px 0 0 0;
}

.dashboard .circles {
  /* text-align: center; */
  /* margin: 0 auto; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard .circle {
  width: 124px;
  margin: 0;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .circle.circle-credito strong {
  color: #6f5fb6;
}

.dashboard .circle.circle-monto strong {
  color: #459ae5;
}

.dashboard .circle.circle-disponible strong {
  color: #f04461;
}

.dashboard .circle canvas {
  vertical-align: top;
}

.dashboard .circle canvas + canvas {
  display: none;
}

.dashboard .circle strong {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-family: "OpenSans-Semibold";
}

.dashboard .circle strong i {
  font-style: normal;
  font-size: 25px;
  font-family: "OpenSans-Semibold";
}

.dashboard .circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.lista-compras {
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 760px;
}

@media only screen and (min-width: 830px) {
  .lista-compras {
    height: 440px;
  }
}

.lista-compras-all {
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1264px;
}

@media only screen and (min-width: 830px) {
  .lista-compras-all {
    height: 440px;
    overflow: hidden;
  }
}

.title-compras {
  background: white;
  padding: 10px 26px;
}

.title-compras h3 {
  font-family: "open_sansextrabold";
  font-size: 22px;
}

.title-compras h3 span {
  font-family: "open_sansregular";
}

ul.slider-compras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  ul.slider-compras {
    display: block;
  }
}

ul.slider-compras li {
  background: white;
  min-width: 260px;
  margin: 0 auto 25px;
}

@media only screen and (min-width: 830px) {
  ul.slider-compras li {
    margin: auto;
    min-width: auto;
  }
}

ul.slider-compras-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  ul.slider-compras-home {
    display: block;
  }
}

ul.slider-compras-home li {
  background: white;
  width: 260px; /* ### webmazn */
  margin: 0 auto 25px;
}

@media only screen and (min-width: 830px) {
  ul.slider-compras-home li {
    margin: auto;
    min-width: auto;
  }
}

.box-compras-all {
  max-width: 760px;
  margin: 20px 0 0 0;
  position: relative;
}

.box-compras-all .bx-wrapper .bx-pager.bx-default-pager a {
  background: #84dedd;
}

.box-compras-all .bx-wrapper .bx-pager.bx-default-pager a:hover, .box-compras-all .bx-wrapper .bx-pager.bx-default-pager a.active, .box-compras-all .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #41a1df;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.box-compras-all .bx-wrapper .bx-pager, .box-compras-all .bx-wrapper .bx-controls-auto {
  bottom: auto;
  top: -69px;
  right: 0;
  left: 42%;
}

.box-compras-home {
  margin: 20px 0 0 0;
  position: relative;
}

.box-compras-home .bx-wrapper .bx-pager.bx-default-pager a {
  background: #84dedd;
}

.box-compras-home .bx-wrapper .bx-pager.bx-default-pager a:hover, .box-compras-home .bx-wrapper .bx-pager.bx-default-pager a.active, .box-compras-home .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #41a1df;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.box-compras-home .bx-wrapper .bx-pager, .box-compras-home .bx-wrapper .bx-controls-auto {
  bottom: auto;
  top: -69px;
  right: 0;
  left: 44%;
}

.box-compra {
  position: relative;
}

.box-compras-home ul.slider-compras-home li .box-compra .img-compra:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 88, 119, 0.6);
  width: 100%;
  height: 209px;
  opacity: 0;
}

/**ul.slider-compras-home li .box-compra .img-compra:hover:after, /** ### webmazn */
.box-compras-home ul.slider-compras-home li .box-compra .img-compra:hover:after {
  opacity: 1;
}

/**ul.slider-compras-home li .box-compra .img-compra:hover .img-compra-inner:after, /** ### webmazn */
.box-compras-home ul.slider-compras-home li .box-compra .img-compra:hover .img-compra-inner:after {
  opacity: 1;
}

.box-compras-home ul.slider-compras-home li .box-compra .img-compra-inner:after {
  content: 'Ver Detalle';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 209px;
  font-family: "open_sansbold";
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 100;
}

.imagen-oferta .flag-desc,  /* ### webmazn */
.box-compra .flag-desc {
  background: #f23f3f;
  color: white;
  width: 45px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: open_sansbold;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-compra .img-compra {
  height: 209px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-compra .img-compra img {
  height: 120px; /* ### webmazn*/
  margin: 0 auto;
  width: auto;
}

.box-compra .detalle-compra {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  height: 150px;
  padding: 5px 20px;
}

.box-compra .detalle-compra .cod_compra {
  font-family: "open_sansregular";
  font-size: 11px;
}

.box-compra .detalle-compra .nom_compra {
  font-family: "OpenSans-light";
  font-size: 14px;
  padding: 3px 0 4px 0;
}

.box-compra .detalle-compra .precio_compra {
  font-family: "open_sansregular";
  font-size: 14px;
  padding: 3px 0 5px 0;
}

.box-compra .detalle-compra .precio_compra span {
  font-family: "open_sansbold";
  font-size: 18px;
}

.box-compra .detalle-compra .precio_normal, .box-compra .detalle-compra .precio_descuento {
  font-family: open_sansregular;
  font-size: 12px;
  padding: 2px 0;
}

.box-compra .detalle-compra .precio_normal span {
  font-size: 14px;
}

.box-compra .detalle-compra .precio_descuento span {
  font-size: 18px;
  font-family: open_sansbold;
  color: #fd626e;
}

.box-compra .cont-btn {
  height: 66px;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.btn-agregar {
  border: 1px solid #fd626e;
  color: #fd626e;
  font-family: open_sansbold;
  font-size: 14px;
  padding: 5px 29px;
  border-radius: 20px;
  text-transform: uppercase;
  background: white;
  font-style: normal;
}

.btn-agregar:hover {
  background: #fd626e;
  color: white;
}

.lista-comunicados {
  max-width: 445px;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 830px) {
  .lista-comunicados {
    margin: 0 0 40px 0;
  }
}

.title-sidebar {
  background: white;
  padding: 10px 26px;
  background: #f66653;
}

.title-sidebar h3 {
  font-family: "OpenSans-light";
  font-size: 26px;
  color: white;
}

.box-comunicados {
  padding: 28px 58px;
  background: white;
}

.box-comunicados .texto-comunicado p {
  font-family: "open_sansregular";
  font-size: 13px;
  color: #444444;
  line-height: 16px;
}

.box-comunicados .cont-btn {
  height: 30px;
  padding: 5px 0 0;
  text-align: center;
}

.box-comunicados .cont-btn:before, .box-comunicados .cont-btn:after {
  content: '';
  display: table;
}

.box-comunicados .cont-btn:after {
  clear: both;
}

.box-comunicados .bx-wrapper .bx-pager, .box-comunicados .bx-wrapper .bx-controls-auto {
  bottom: auto;
  top: -78px;
  width: auto;
  right: -10%;
}

.box-comunicados .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border-radius: 5px;
  opacity: 0.6;
}

.box-comunicados .bx-wrapper .bx-pager.bx-default-pager a:hover, .box-comunicados .bx-wrapper .bx-pager.bx-default-pager a.active, .box-comunicados .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

/* Pendientes*/
.box-pendientes {
  background: white;
  padding: 22px 24px;
  /* opacity: 0.6; */
}

@media only screen and (min-width: 830px) {
  .box-pendientes {
    padding: 22px 24px 58px 24px;
  }
}

.li-pendientes li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ededed;
  padding: 10px 6px;
}

.li-pendientes li > div {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.li-pendientes li:nth-child(even) {
  background: #fcfcfc;
}

.col-pedido {
  width: 60px;
}

@media only screen and (min-width: 830px) {
  .col-pedido {
    width: 36px;
  }
}

.col-pedido span {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #fd5e6a;
}

@media only screen and (min-width: 830px) {
  .col-hospital {
    width: 134px;
  }
}

.col-hospital span {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #8d8d8d;
}

.col-stado {
  width: 54px;
  position: relative;
  padding: 0 0 0 15px;
}

@media only screen and (min-width: 830px) {
  .col-stado {
    width: 35px;
  }
}

.col-stado span {
  font-family: "open_sansregular";
  font-size: 12px;
  color: #545454;
  margin: 0 0 0 8px;
}

.col-stado i {
  color: #ffd200;
  position: absolute;
  top: 2px;
  left: 0;
}

.lista-pendientes {
  display: none;
}

@media only screen and (min-width: 830px) {
  .lista-pendientes {
    background: white;
    display: block;
  }
}

/* NOTICIAS */
.content-news {
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content-news .vticker-news {
  width: 620px;
  display: inline-block;
}

.content-news .vticker-news.vticker-news-col1 {
  margin: 0 15px 0 0;
}

.content-news .lista-news li {
  width: 620px;
}

.content-news .box__post {
  background: white;
  padding: 18px;
  background: white;
  height: auto;
}

@media only screen and (min-width: 830px) {
  .content-news .box__post {
    display: block;
  }
}

.content-news .box__post .box__post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.content-news .box__post img {
  padding: 0 18px 0 0;
}

.content-news .box__post:last-child {
  margin-right: 0;
}

.bx-wrapper-news {
  display: none;
}

@media only screen and (min-width: 830px) {
  .bx-wrapper-news {
    display: block;
  }
}

.date__post {
  padding: 16px 0;
}

.date__post span {
  font-family: OpenSans-light;
  font-size: 13px;
  color: #767676;
  margin: 0 0 8px 0;
  display: block;
}

.date__post h2 {
  font-family: "OpenSans-light";
  font-size: 18px;
  color: #000000;
  line-height: 21px;
}

.date__post p {
  font-family: open_sansregular;
  font-size: 13px;
  line-height: 17px;
  color: #444444;
  margin: 20px 0 30px 0;
}

.btn-ref, /* ### webmazn */
.btn-ver {
  background: #fd626e;
  border: none;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-family: "open_sansregular";
  font-size: 12px;
  padding: 5px 20px;
}

/* PAGO */
.content-pago {
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .content-pago {
    background-color: white;
    margin: 40px 0 0 0;/*60px 0 0 0;*/
  }
}

.content-pago .title__pago {
  padding: 25px 0;
}

.content-pago .title__pago h3 {
  font-family: "OpenSans-light";
  font-size: 23px;
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .content-pago .title__pago h3 {
    font-size: 28px;
  }
}

.lista-cuenta {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0 23px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .lista-cuenta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.lista-cuenta .box-cuenta {
  padding: 10px 15px;
  border-right: 1px solid #bac7dc;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media only screen and (min-width: 830px) {
  .lista-cuenta .box-cuenta {
    padding: 19px 75px 19px 65px;
  }
}

.lista-cuenta .box-cuenta:last-child {
  border-right: none;
}

.lista-cuenta .box-cuenta .logo-cuenta {
  height: 41px;
}

.lista-cuenta .box-cuenta .num-cuenta {
  border-top: 1px solid #bac7dc;
  padding: 10px 0 10px 0;
}

.lista-cuenta .box-cuenta .num-cuenta span {
  font-size: 13px;
  font-family: open_sansregular;
  display: inline-block;
  padding: 2px 0;
}

.lista-cuenta .box-cuenta .num-cuenta .strong {
  color: #1565a9;
  font-family: "open_sansbold";
  text-transform: uppercase;
}

.faq {
  background: #eef2f5;
  /* Ocultar botón radio */
  /* Estilo botón clicable */
  /* Estilo botón cuando su INPUT está seleccionado */
  /* Estilo caja SPOILER (inicialmente oculto) */
  /* Estilo caja SPOILER cuando su INPUT está seleccionado */
}

.faq input[id^="mostrar"] {
  display: none;
}

.faq input[id^="mostrar"] + label {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px;
  background: #138dcc;
  color: white;
  cursor: pointer;
}

.faq input[id^="mostrar"]:checked + label {
  color: white;
  background: #6b9db8;
}

.faq input[id^="mostrar"] ~ .mostrar {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0;
}

.faq input[id^="mostrar"]:checked + label + .mostrar {
  height: auto;
  opacity: 1;
  background: white;
  padding: 30px;
  font-size: 16px;
}

.faq .title_faq {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 7px;
  width: 40%;
  text-align: right;
}

.faq .title_faq h3 {
  border-right: solid  black 1px;
  font-size: 25px;
  padding-right: 20px;
}

.faq .title_faq h4 {
  border-right: solid  black 1px;
  font-weight: 700;
  font-size: 25px;
  padding-right: 20px;
}

.faq label h3 i {
  float: right;
}

.contenido-contrasena {
  padding-top: 70px;
}

.contenido-contrasena #form-contraseña {
  background: white;
}

.contenido-contrasena .row-title {
  background: white;
  border-bottom: 1px solid black;
  width: 100%;
  display: table;
  padding-left: 60px;
}

.contenido-contrasena .row-title h3 {
  color: black;
  font-size: 30px;
  line-height: 35px;
}

.contenido-contrasena button {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.wrapper.afiliate {
  background-color: #d3dde9;
  background-position: top center;
  background-position: 0  90px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .wrapper.afiliate {
    background-image: none;
  }
}

.page-afiliate {
  padding: 27px 0 50px;
}

@media only screen and (min-width: 830px) {
  .page-afiliate {
    padding: 27px 0;
  }
}

.header-afiliate {
  padding: 0 0 10px 0;
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .header-afiliate {
    padding: 0 0 40px 0;
  }
}

.header-afiliate img {
  width: 130px;
}

@media only screen and (min-width: 830px) {
  .header-afiliate img {
    width: auto;
  }
}

input:required {
  position: relative;
  width: 100%;
  border: 1px solid red;
}

.detalle-afiliate {
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
}

.detalle-afiliate .title-afiliate {
  background: #449ae4;
  padding: 17px 0;
  background-color: #4499e4;
  background-image: -webkit-linear-gradient(-320deg, #4499e4 0%, #40a3de 30%, #39b6d2 60%, #33c6c8 100%);
  background-image: -webkit-linear-gradient(40deg,#4499e4 0%, #40a3de 30%, #39b6d2 60%, #33c6c8 100%);
  background-image: -o-linear-gradient(40deg,#4499e4 0%, #40a3de 30%, #39b6d2 60%, #33c6c8 100%);
  background-image: linear-gradient(50deg,#4499e4 0%, #40a3de 30%, #39b6d2 60%, #33c6c8 100%);
}

@media only screen and (min-width: 830px) {
  .detalle-afiliate .title-afiliate {
    padding: 17px 27px;
  }
}

.detalle-afiliate .title-afiliate h2 {
  color: white;
  font-family: "OpenSans-light";
  font-size: 22px;
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .detalle-afiliate .title-afiliate h2 {
    font-size: 30px;
    text-align: left;
  }
}

.box-afiliate {
  padding: 32px 20px 20px;
}

@media only screen and (min-width: 830px) {
  .box-afiliate {
    padding: 62px 95px 95px;
  }
}

.box-afiliate h3 {
  font-family: "open_sansregular";
  font-size: 18px;
  color: #1c599d;
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 830px) {
  .box-afiliate h3 {
    font-size: 22px;
    margin: 0 0 24px 0;
  }
}

.box-afiliate p {
  color: #444444;
  font-size: 13px;
  font-family: open_sansregular;
  line-height: 20px;
}

@media only screen and (min-width: 830px) {
  .box-afiliate p {
    font-size: 14px;
    line-height: 23px;
  }
}

.preguntas .post-new {
  margin: 0 0 40px 0;
}

.preguntas.numeracion {
  padding: 10px 0 0 0;
  counter-reset: paragraph;
  padding-left: 20px;
}

@media only screen and (min-width: 830px) {
  .preguntas.numeracion {
    padding: 45px 0 0 0;
  }
}

.preguntas.numeracion .post-new p {
  padding: 0 0 0 20px;
}

@media only screen and (min-width: 830px) {
  .preguntas.numeracion .post-new p {
    padding: 0 20px 0 36px;
  }
}

.preguntas.numeracion .post-new p:before {
  position: absolute;
  margin-left: -20px;
  color: #CCC;
  content: counter(paragraph);
  counter-increment: paragraph;
  color: #1c599d;
  font-size: 16px;
  font-family: "open_sansbold";
}

.preguntas.numeracion .post-new span {
  display: block;
}

.preguntas.numeracion .data-cliente {
  padding: 12px 0;
}

@media only screen and (min-width: 830px) {
  .preguntas.numeracion .data-cliente {
    padding: 12px 0;
  }
}

.pasos-afiliate {
  border-top: 1px solid #b8bfc9;
  border-bottom: 1px solid #b8bfc9;
  padding: 25px 0;
  margin: 0 0 22px 0;
}

.pasos-afiliate:before, .pasos-afiliate:after {
  content: '';
  display: table;
}

.pasos-afiliate:after {
  clear: both;
}

@media only screen and (min-width: 830px) {
  .pasos-afiliate {
    margin: 60px 0 22px 0;
    padding: 28px 0;
  }
}

.box-pasos-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-pasos-all.new-svg .box-paso.active .circle.icon-circle-o-notch:before {
  color: #fd626e;
}

.box-pasos-all.new-svg .box-paso.active .circle.icon-circle:before {
  color: #fd626e;
}

.box-pasos-all.new-svg .box-paso.active .circle.icon-circle-complete:before {
  color: #fd626e;
}

@media only screen and (min-width: 830px) {
  .box-pasos-all.new-svg .box-paso .circle {
    border: none;
  }
}

.box-pasos-all.new-svg .box-paso .circle.icon-circle-o-notch:before {
  font-size: 62px;
  position: absolute;
  color: #fbb65d;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-all.new-svg .box-paso .circle.icon-circle-o-notch:before {
    font-size: 88px;
    display: block;
  }
}

.box-pasos-all.new-svg .box-paso .circle.icon-circle:before {
  font-size: 62px;
  position: absolute;
  color: #fbb65d;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-all.new-svg .box-paso .circle.icon-circle:before {
    font-size: 88px;
    display: block;
  }
}

.box-pasos-all.new-svg .box-paso .circle.icon-circle-complete:before {
  font-size: 62px;
  position: absolute;
  color: #fbb65d;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-all.new-svg .box-paso .circle.icon-circle-complete:before {
    font-size: 88px;
    display: block;
  }
}

.box-pasos-all.new-svg .box-paso .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-all.new-svg .box-paso .circle i {
    display: block;
    left: 77px;
    top: 4px;
  }
}

.box-paso .circle {
  border: 5px solid #fbb65d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .box-paso .circle {
    border: 9px solid #fbb65d;
    width: 90px;
    height: 90px;
  }
}

.box-paso .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-paso .circle i {
    display: block;
    position: absolute;
    left: 81px;
    font-size: 84px;
    color: #fbb65d;
  }
}

.box-paso .circle span {
  font-family: "open_sansbold";
  font-size: 30px;
  color: #fbb65d;
}

@media only screen and (min-width: 830px) {
  .box-paso .circle span {
    font-size: 40px;
  }
}

.box-paso .circle + span {
  font-size: 12px;
  font-family: OpenSans-Semibold;
  color: #fbb65d;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .box-paso .circle + span {
    font-size: 18px;
    padding: 18px 0 2px 0;
  }
}

.box-paso.active .circle {
  border: 5px solid #fd626e;
  background: #fd626e;
}

@media only screen and (min-width: 830px) {
  .box-paso.active .circle {
    border: 9px solid #fd626e;
    background: white;
  }
}

.box-paso.active .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-paso.active .circle i {
    color: #fd626e;
    display: block;
  }
}

.box-paso.active .circle span {
  color: white;
}

@media only screen and (min-width: 830px) {
  .box-paso.active .circle span {
    color: #fd626e;
  }
}

.box-paso.active .circle + span {
  font-size: 12px;
  font-family: OpenSans-Semibold;
  color: #fd626e;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .box-paso.active .circle + span {
    font-size: 18px;
    padding: 18px 0 2px 0;
  }
}

@media only screen and (min-width: 830px) {
  .section-inscripcion {
    border-bottom: 1px solid #b8bfc9;
    padding: 0 0 22px 0;
  }
}

@media only screen and (min-width: 830px) {
  .box-inscripcion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 830px) {
  .box-inscripcion .texto-inscripcion {
    width: 60%;
    border-right: 1px solid #b8bfc9;
    padding: 10px 35px 10px 20px;
  }
}

.box-inscripcion .texto-inscripcion p {
  color: #898989;
  font-size: 13px;
  font-family: "open_sansregular";
  line-height: 20px;
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .box-inscripcion .texto-inscripcion p {
    line-height: 18px;
    margin: 0;
    text-align: left;
  }
}

.btn-inscribete {
  color: white;
  font-family: "open_sansregular";
  font-size: 20px;
  background: #fd626e;
  text-transform: uppercase;
  text-align: center;
}

.content-btn-inscribete {
  padding: 40px 0 40px 0;
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .content-btn-inscribete {
    width: 50%;
  }
}

@media only screen and (min-width: 830px) {
  .content-btn-inscribete .btn {
    padding: 8px 40px;
  }
}

.box-empresa {
  max-width: 280px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 830px) {
  .box-empresa {
    max-width: none;
    margin: 0 auto;
  }
}

.box-empresa .form-group-all {
  padding: 16px 0 0 0;
}

.box-empresa h2 {
  font-family: OpenSans-Semibold;
  font-size: 17px;
  color: #1c599d;
}

#form-dato-empresa2 .form-group label.error {
  display: none !important;
}

#form-dato-empresa2 .form-group input.error {
  border: solid 1px red;
}

#form-dato-empresa2 .form-group select.error {
  border: solid 1px red;
}

#form-dato-empresa2 .form-group label.upload_hoja-error {
  display: none !important;
}

#form-dato-empresa2 .lol .label-carga {
  border: red 1px solid;
}

#form-dato-empresa2 .lol #upload_p {
  border: red 1px solid;
}

#form-dato-empresa2 #rsocial, #form-dato-empresa2 #cotiza {
  text-transform: uppercase;
}

#form-dato-empresa2 #upload_hoja-error {
  display: none !important;
}

#form-dato-empresa2 #upload_imagen-error {
  display: none  !important;
}

#form-dato-empresa .row-adjunta-group label.error {
  display: none !important;
}

#form-dato-empresa .row-adjunta-group input.error {
  border: solid 1px red;
}

#form-dato-empresa .row-adjunta-group select.error {
  border: solid 1px red;
}

#form-dato-empresa .row-adjunta-group label.upload_hoja-error {
  display: none !important;
}

#form-dato-empresa .lol label {
  border: red 1px solid;
}

#form-dato-empresa .lol #upload_p {
  border: red 1px solid;
}

#form-dato-empresa #cotiza {
  text-transform: uppercase;
}

#form-dato-empresa #upload_hoja-error {
  display: none !important;
}

#form-dato-empresa #upload_imagen-error {
  display: none  !important;
}

.box-formulario .form-group-all .uno {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .uno {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.box-formulario .form-group-all .uno .form-group {
  width: 100%;
}

.box-formulario .form-group-all .dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .dual {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.box-formulario .form-group-all .dual .form-group {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .dual .form-group {
    width: 47%;
  }
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .solo {
    margin: 0;
    width: 96%;
  }
}

.box-formulario .form-group-all .cuatro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .cuatro {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 7px;
    margin: 0 0 20px 0;
  }
}

.box-formulario .form-group-all .cuatro .form-group {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .cuatro .form-group {
    width: 23%;
  }
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .cuatro .form-group.double {
    width: 49%;
  }
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .cuatro .form-group.double.triple {
    width: 74%;
  }
}

.box-formulario .form-group-all .dos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .dos {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
}

.box-formulario .form-group-all .dos .form-group {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .dos .form-group {
    width: 48%;
  }
}

.box-formulario .form-group-all .tres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .tres {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
}

.box-formulario .form-group-all .tres .form-group {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .tres .form-group {
    width: 35%;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-all .all {
    padding: 0 20px;
  }
}

.box-formulario .form-group-all .form-group {
  margin: 0 0 7px 0;
  position: relative;
}

.box-formulario .form-group-all label {
  font-size: 13px;
  color: #8a8a8a;
  font-family: open_sansregular;
  display: block;
  margin: 0 0 4px 0;
  text-align: left;
}

.box-formulario .form-group-all input, .box-formulario .form-group-all select {
  background: white;
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
}

.box-formulario .form-group-all input.readonly {
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;

  background: #eaeaea;
  color: #999999;
  cursor: not-allowed;    
}

.box-formulario .form-group-all select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.box-formulario label {
  font-size: 13px;
  color: #8a8a8a;
  font-family: open_sansregular;
  outline: none;
  font-weight: normal;
}

.box-formulario label:focus {
  outline: none;
}

@media only screen and (min-width: 830px) {
  .box-formulario .row-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-formulario .row-double .col1 {
    width: 70%;
    padding: 0 40px 0 0;
  }
  .box-formulario .row-double .col2 {
    width: 30%;
  }
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-formulario .form-group-more .form-group {
    width: 100%;
  }
  .box-formulario .form-group-more .form-group:first-child {
    padding: 0 40px 0 0;
  }
}

.box-formulario .form-group-more.three-column {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.box-formulario .form-group-more.three-column .form-group:first-child {
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group:first-child {
    width: 30%;
  }
}

.box-formulario .form-group-more.three-column .form-group.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.check {
    width: 210px;
    -webkit-box-pack: c;
    -ms-flex-pack: c;
    justify-content: c;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.box-formulario .form-group-more.three-column .form-group.check label {
  margin: 0 10px 0 0;
}

.box-formulario .form-group-more.three-column .form-group.check input {
  width: 20px;
}

.box-formulario .form-group-more.three-column .form-group.radio-input {
  width: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.radio-input {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 210px;
    padding: 0 10px 0 0;
  }
}

.box-formulario .form-group-more.three-column .form-group.radio-input label {
  margin: 0 10px 0 0;
}

.box-formulario .form-group-more.three-column .form-group.radio-input input {
  width: 20px;
}

.box-formulario .form-group-more.three-column .form-group.radio-input input[type="radio"] {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.radio-input input[type="radio"] {
    width: 25px;
  }
}

.box-formulario .form-group-more.three-column .form-group.check-small {
  width: 50%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.check-small {
    width: 70px;
  }
}

.box-formulario .form-group-more.three-column .form-group.select-large {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.select-large {
    width: 230px;
  }
}

.box-formulario .form-group-more.three-column .form-group.input-small {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.input-small {
    width: 70px;
  }
}

.box-formulario .form-group-more.three-column .form-group.input-mantenimiento {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.three-column .form-group.input-mantenimiento {
    width: 105px;
  }
}

.box-formulario .form-group-more.all .form-group {
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .form-group-more.all .form-group {
    width: 30%;
  }
}

.box-formulario .three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.box-formulario .three-column .form-group {
  width: 46%;
}

@media only screen and (min-width: 830px) {
  .box-formulario .three-column .form-group {
    width: 30%;
  }
}

.box-formulario .form-calendar {
  position: relative;
}

.box-formulario .form-calendar i {
  color: #8e8f90;
  position: absolute;
  top: 26px;
  right: 13px;
}

.box-formulario .form-search {
  position: relative;
}

.box-formulario .form-search > i {
  color: #8e8f90;
  position: absolute;
  top: 28px; /* ### webmazn */;
  right: 13px;
}

.box-formulario .select-buscar {
  position: relative;
}

.box-formulario .select-buscar > i {
  color: #8e8f90;
  position: absolute;
  top: 12px;
  right: 13px;
}

.box-formulario {
  max-width: 280px;
  margin: 0 auto 30px;
  margin-bottom: 0;
  margin-top: 30px;
}

.box-formulario-productos{
 margin-top: 30px; 
}

@media only screen and (min-width: 830px) {
  .box-formulario {
    max-width: none;
    margin: 0 auto;
  }
  .box-formulario-productos{
   margin: 0 auto;
  }
}

.box-formulario h3 {
  color: #1565a9;
  font-family: "open_sansregular";
  font-size: 15px;
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .box-formulario h3 {
    font-size: 17px;
  }
}

.box-formulario .input-carga label {
  width: 100%;
}

.box-formulario .row textarea {
  overflow: auto;
  width: 100%;
  border: 1px solid #cccccc;
  height: 70px;
  padding: 10px;
  font-size: 13px;
}

.box-adjunta-all {
  padding: 14px 0 0 0;
  border-top: 1px solid #b8bfc9;
  margin: 32px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .box-adjunta-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box-adjunta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .box-adjunta {
    width: 50%;
    border-right: 1px solid #a2aebd;
    padding: 12px 15px 12px 25px;
  }
}

.box-adjunta:last-child {
  border-right: 0;
}

.box-adjunta .row-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 0;
  height: 128px;
}

.box-adjunta .row-logo .texto-adjunta {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-adjunta .row-logo .texto-adjunta h4 {
  font-family: OpenSans-Semibold;
  font-size: 13px;
  margin: 0 0 6px 0;
}

.box-adjunta .row-logo .texto-adjunta span {
  color: #8a8a8a;
  font-size: 13px;
  font-family: open_sansregular;
}

.box-adjunta .row-logo .img-adjunta {
  overflow: hidden;/* ### webmazn */
  text-align: center;/* ### webmazn */
  width: 30%;
}

.box-adjunta .row-logo .img-adjunta .uimagen {
  width: 80px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-carga label {
  border: 1px solid #cccccc;
  display: inline-block;
  width: 100%;
  height: 35px;
  overflow: hidden;
}

@media only screen and (min-width: 830px) {
  .input-carga label {
    width: 300px;
  }
}

.input-carga label:hover {
  cursor: pointer;
}

.input-carga .btn-subir {
  background: #148dcc;
  color: white;
  text-transform: uppercase;
  font-family: OpenSans-Semibold;
  font-size: 12px;
  color: white;
  padding: 10px;
  height: initial;
  display: inline-block;
}

.input-carga .btn-subir-file {
  background: #148dcc;
  color: white;
  text-transform: uppercase;
  font-family: OpenSans-Semibold;
  font-size: 12px;
  color: white;
  padding: 10px 10px 10px 30px;
  height: initial;
  display: inline-block;
  position: relative;
}

.input-carga .btn-subir-file i.fa-upload {
  font-size: 18px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.input-carga .name-img {
  padding: 0 10px;
  font-family: open_sansregular;
  font-size: 13px;
  color: #8a8a8a;
}

.box-usuario-all {
  padding: 18px 0 0 0;
  border-top: 1px solid #b8bfc9;
  margin: 18px 0 0 0;
}

.box-btn-form {
  border-bottom: 1px solid #b8bfc9;
  margin: 12px 0 0 0;
  padding: 33px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 830px) {
  .box-btn-form {
    border-top: 1px solid #b8bfc9;
    margin: 22px 0 0 0;
    padding: 33px 0 45px 0;
  }
}

@media only screen and (max-width: 830px) {
  .box-btn-form .btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.box-adjunta-file {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px 0 0 0;
}

.row-descarga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .row-descarga {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 80px;
  }
}

.row-descarga .title-descarga {
  text-align: center;
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .row-descarga .title-descarga {
    width: 50%;
    margin: 0;
  }
}

.row-descarga .content-btn-inscripcion {
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .row-descarga .content-btn-inscripcion {
    width: 50%;
  }
}

.row-adjunta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .row-adjunta-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 22px 0;
  }
}

.row-adjunta-group .row-texto {
  padding: 0 20px 0 0;
}

@media only screen and (min-width: 830px) {
  .row-adjunta-group .row-texto {
    width: 45%;
  }
}

.row-adjunta-group .row-texto h4 {
  margin: 0 0 10px 0;
  color: #8a8a8a;
  font-family: "open_sansregular";
  font-size: 13px;
}

@media only screen and (min-width: 830px) {
  .row-adjunta-group .row-texto h4 {
    margin: 0;
  }
}

.row-adjunta-group .row-texto h4 span {
  display: block;
}

@media only screen and (min-width: 830px) {
  .row-adjunta-group .row-adjunta {
    width: 55%;
  }
}

.box-resumen {
  padding: 24px 15px;
}

@media only screen and (min-width: 830px) {
  .box-resumen {
    padding: 24px 46px;
  }
}

#registro_nuevo {
  margin: 0 auto;
  text-align: center;
}

#registro_nuevo i {
  display: inline-block;
  font-size: 60px;
  color: #3ece63;
}

#registro_nuevo div {
  display: inline-block;
}

#registro_nuevo div p {
  text-align: left;
}

.input-carga .error {
  border: none;
  color: red;
  height: auto;
}

.box-lista-documentos {
  padding: 0 7px 0;
}

.box-lista-documentos ul li {
  color: #8a8a8a;
  font-family: open_sansregular;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 11px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-lista-documentos ul li i {
  color: #fd626e;
  font-size: 29px;
  margin: 0 16px 0 0;
}

.wrapper.cotizacion:before, .wrapper.cotizacion:after {
  content: '';
  display: table;
}

.wrapper.cotizacion:after {
  clear: both;
}

.page-cotizacion {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-cotizacion {
    padding-bottom: 106px;
    background-size: auto;
  }
}

.page-cotizacion .contenedor {
  max-width: 100%;
}

.page-cotizacion .contenedor .btn-blue i {
  top: -1px;
}

@media only screen and (min-width: 830px) {
  .page-cotizacion .contenedor .btn-blue i {
    top: 12px;
  }
}

.page-componentes {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-componentes {
    background-size: auto;
    padding: 30px;
  }
}

.page-componentes .contenedor {
  max-width: 1140px;
}

.box-componente {
  padding: 20px 0;
}

.title-page {
  background: #148dcc;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 830px) {
  .title-page {
    display: none;
  }
}

.title-page h2 {
  color: white;
  font-family: "OpenSans-Semibold";
  font-size: 18px;
  text-transform: uppercase;
}

.content-busqueda {
  padding: 16px 0;
}

@media only screen and (min-width: 830px) {
  .content-busqueda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 0;
  }
}

@media only screen and (min-width: 830px) {
  .content-busqueda .row-busqueda {
    width: 60%;
    padding: 0 20px 0 0;
  }
}

.content-busqueda .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (min-width: 830px) {
  .content-busqueda .row-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.content-busqueda .row-btn a {
  font-size: 10px;
  padding: 10px 17px;
  height: auto;
  font-family: OpenSans-Semibold;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 830px) {
  .content-busqueda .row-btn a {
    font-size: 12px;
    display: inline-block;
    margin: 0 24px  0 0;
    padding: 13px 27px;
  }
}

@media only screen and (min-width: 830px) {
  .content-busqueda .row-btn a:last-child {
    margin: 0;
  }
}

.content-busqueda .row-btn a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.content-busqueda .row-btn a i.fa.fa-play-circle-o {
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 15px;
}

@media only screen and (min-width: 830px) {
  .content-busqueda .row-btn a i.fa.fa-play-circle-o {
    font-size: 20px;
    top: 10px;
  }
}

.content-busqueda .row-btn a.btn-red-light.fancybox-media {
  padding: 13px 20px 13px 40px;
  position: relative;
}

.box-search-cotiza {
  padding: 22px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-search-cotiza {
    padding: 0;
  }
}

.content-btn-cotiza {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 830px) {
  .content-btn-cotiza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.content-btn-cotiza > span {
  font-family: OpenSans-light;
  font-size: 22px;
  margin: 0 14px 0 0;
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-btn-cotiza > span {
    display: block;
    padding: 0;
  }
}

@media only screen and (min-width: 830px) {
  .content-btn-cotiza {
    max-width: none;
  }
}

.content-btn-cotiza .btn-cotiza {
  width: 100%;
  font-family: OpenSans-light;
  font-size: 15px;
  position: relative;
  display: block;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 32px;
  padding: 5px 20px;
  color: #171515;
}

@media only screen and (min-width: 830px) {
  .content-btn-cotiza .btn-cotiza {
    height: 50px;
  }
}

.content-btn-cotiza .btn-cotiza.show {
  border: 4px solid red;
}

.content-btn-cotiza .btn-cotiza.show + {
  display: block;
}

.content-btn-cotiza > i {
  color: #8898a0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}

@media only screen and (min-width: 830px) {
  .content-btn-cotiza > i {
    font-size: 24px;
  }
}

.row-cerrar {
  position: relative;
  top: -12px;
  float: right;
}

@media only screen and (min-width: 830px) {
  .row-cerrar {
    font-size: 24px;
    top: -6px;
    right: -2px;
  }
}

.row-cerrar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: open_sansbold;
  text-transform: uppercase;
  color: #fd5e6a;
  font-weight: 100;
  font-size: 13px;
}

.row-cerrar span {
  margin: 0 4px 0 0;
}

.row-cerrar i {
  color: #fd5e6a;
  font-size: 22px;
}

.btn-cerrar-popup {
  background-image: url(../images/btn-cerrar.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #fd5e6a;
  font-weight: 100;
  font-size: 13px;
  width: 101px;
  height: 25px;
}

.btn-cerrar-popup span {
  text-indent: -1;
  display: none;
}

.btn-cerrar-popup i {
  color: #fd5e6a;
  font-size: 22px;
}

.tabla-producto td.cel-det {
  background: #6b9db7;
  padding: 10px;
}

@media only screen and (min-width: 830px) {
  .tabla-producto td.cel-det {
    padding-bottom: 10px 10px 5px 10px;
    background: white;
  }
}

.tabla-producto td.cel-det:before {
  color: white;
}

@media only screen and (min-width: 830px) {
  .tabla-producto td.cel-det:before {
    color: #9e9e9e;
  }
}

.tabla-producto td.cel-det a {
  color: #fd626e;
  text-decoration: underline;
  display: none;
}

@media only screen and (min-width: 830px) {
  .tabla-producto td.cel-det a {
    display: block;
    text-align: center;
  }
}

.tabla-producto .hamburger .navbar-toggle .icon-bar {
  background: white;
}

@media only screen and (min-width: 830px) {
  .tabla-producto .hamburger .navbar-toggle .icon-bar {
    background: #aab4b9;
  }
}

@media only screen and (min-width: 830px) {
  .tabla-producto .cel-descripcion {
    width: 320px;
  }
}

.tabla-producto td.cel-descripcion {
  text-align: left;
}

@media only screen and (min-width: 830px) {
  .tabla-producto td.cel-descripcion span {
    width: 280px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 830px) {
  .tabla-producto .cel-cantidad,
  .tabla-producto .cel-dscto-adic,
  .tabla-producto .cel-dscto-clie {
    width: 80px;
  }
}

.tabla-producto .cel-cantidad input,
.tabla-producto .cel-dscto-adic input,
.tabla-producto .cel-dscto-clie input {
  width: 100%;
  font-size: 13px;
  font-family: open_sansregular;
  padding: 2px 2px;
  text-align: center;
  border: 1px solid #cccccc;
}

.tabla-producto .cel-dscto-adic input:read-only {
  background: #eaeaea;
  color: #999999;
  cursor: not-allowed;  
}

@media only screen and (max-width: 830px) {
  .tabla-producto .cel-cantidad input,
  .tabla-producto .cel-dscto-adic input,
  .tabla-producto .cel-dscto-clie input {
    max-width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

@media only screen and (min-width: 830px) {
  .tabla-producto .cel-precio-unitario {
    width: 120px; /* ### webmazn */
  }
}

.tabla-producto .cel-precio-unitario input {
  width: 100%;
  font-size: 13px;
  font-family: open_sansregular;
  padding: 2px 2px;
  text-align: right;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 830px) {
  .tabla-producto .cel-precio-unitario input {
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

@media only screen and (min-width: 830px) {
  .tabla-producto .cel-marca,
  .tabla-producto .cel-modelo {
    width: 120px; /* ### webmazn */
  }
}

.tabla-producto .cel-descripcion input,
.tabla-producto .cel-marca input,
.tabla-producto .cel-modelo input {
  width: 100%;
  font-size: 13px;
  font-family: open_sansregular;
  padding: 2px 2px;
  text-align: left;
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 830px) {
  .tabla-producto .cel-descripcion input,  
  .tabla-producto .cel-marca input,
  .tabla-producto .cel-modelo input {
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

@media only screen and (min-width: 830px) {
  .tabla-producto th.cel-stock {
    width: 80px;
  }
}

.tabla-producto th.cel-precio-lista {
  background: #3ece63;
  width: 120px;
}

.tabla-producto th.cel-precio-lista:before {
  color: red;
}

.tabla-producto td.cel-precio-lista {
  text-align: right;
}

.tabla-producto td.cel-precio-lista:before {
  color: #3ece63;
}

.tabla-producto th.cel-ahorra,
.tabla-producto th.cel-dscto-adic,
.tabla-producto th.cel-dscto-clie {
  background: #fd626e;
}

@media only screen and (min-width: 830px) {
  .tabla-producto th.cel-ahorra,
  .tabla-producto th.cel-dscto-adic,
  .tabla-producto th.cel-dscto-clie {
    width: 80px; /*120px*/
  }
}

.tabla-producto td.cel-ahorra {
  text-align: right;
}

.tabla-producto td.cel-ahorra span {
  color: #fd626e;
}

.tabla-producto td.cel-ahorra:before {
  color: #fd626e;
}

.tabla-producto th.cel-precio-neto {
  background: #ffbf00;
}

@media only screen and (min-width: 830px) {
  .tabla-producto th.cel-precio-neto {
    width: 95px;
  }
}

.tabla-producto td.cel-precio-neto {
  text-align: right;
}

@media only screen and (min-width: 830px) {
  .tabla-producto td.cel-precio-neto {
    width: 120px;
  }
}

.tabla-producto td.cel-precio-neto:before {
  color: #ffbf00;
}

@media only screen and (min-width: 830px) {
  .tabla-producto th.cel-subtotal {
    width: 115px;
  }
}

.tabla-producto th.cel-subtotal span {
  font-weight: bold;
}

.tabla-producto td.cel-subtotal {
  text-align: right;
}

.tabla-producto td.cel-subtotal span {
  font-weight: bold;
}

.hamburger {
  position: relative;
  top: 24px;
}

@media only screen and (min-width: 830px) {
  .hamburger {
    float: left;
    position: static;
    top: 0;
  }
}

.hamburger .dropdown-menu {
  right: 40px;
  left: auto;
  background: #6b9db7;
  border: none;
  border-radius: 0;
  top: -23px;
}

.hamburger .dropdown-menu:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: -14px;
  border-left: 15px solid #6b9db7;
  top: 20px;
}

@media only screen and (min-width: 830px) {
  .hamburger .dropdown-menu:before {
    left: -15px;
    border-right: 15px solid #6b9db7;
    border-left: none;
  }
}

.hamburger .dropdown-menu.one-row:before {
  top: 6px;
}

@media only screen and (min-width: 830px) {
  .hamburger .dropdown-menu {
    left: 40px;
    right: auto;
  }
}

.hamburger .dropdown-menu li a {
  color: white;
  font-family: "open_sansregular";
  font-size: 13px;
  text-transform: none;
}

@media only screen and (min-width: 830px) {
  .hamburger .dropdown-menu li a {
    padding: 7px 20px;
  }
}

.hamburger .dropdown-menu li a:hover {
  background-color: #eef2f4;
  color: #3d738f;
}

.hamburger .dropdown-menu li a:focus {
  background-color: #eef2f4;
  color: #3d738f;
}

.hamburger .navbar-toggle {
  margin-right: 1px;
  display: block !important;
  padding: 6px;
  margin: 0px 0px 0px 0px;/* ### webmazn */
  cursor: pointer;
}

.hamburger .navbar-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 1px;
  background: #aab4b9;
}

.cel-top .hamburger .navbar-toggle .icon-bar {
  background: white;
}

.hamburger .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.cont-checkbox {
  display: inline-block;
}

@media only screen and (min-width: 830px) {
  .cont-checkbox {
    position: relative;
    top: 4px;
  }
}

.cont-checkbox input {
  display: none;
}

@media only screen and (min-width: 830px) {
  .cont-checkbox input {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.tabla {
  width: 100%;
  border-spacing: 2px 0;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 830px) {
  .tabla {
    border-spacing: 2px 10px;
    position: static;
  }
}

/* ### webmazn */ 
.tabla tr:first-child {
  background-color: #6b9db7;
}

#prdsAgregados tr:first-child,
#resultadoCliente tr:first-child,
#resultadoProducto  tr:first-child{
  background-color: transparent !important;
}

#detalleSeguimientoPedido .tabla,
#tblProductoRegistro .tabla,
#tblAlmacen .tabla {
  border-spacing: 2px 10px;
}

#resultadoDetalles tr:first-child,
#resultadosAlmacen tr:first-child{
    /*display: block;
    padding: 10px 10px 5px 10px;
    text-align: right;
    vertical-align: middle;*/
    background: white;  
}

#detalleSeguimientoPedido td:first-child,
#resultadoProducto td:first-child,
#resultadoDetalles td:first-child,
#resultadosAlmacen td:first-child,
#tblAJR .tabla tbody td:first-child,
#tblOMED .tabla tbody td:first-child {
    /*display: block;*/
    padding: 10px 10px 5px 10px;
    /*text-align: right;
    vertical-align: middle;*/
    background: white;  
}

#tblAbonos tr td:first-child span{
  display: none;
}

#resultadoProducto tr td:first-child{
  background: transparent !important;
}
@media only screen and (min-width: 830px) {
  #resultadoProducto tr td:first-child{
    background: white !important;
  }
  #tblAbonos tr td:first-child span{
    display: inline-block;
  }
}

.row-trans{
  background-color: #fff !important;
  text-align: center !important;
}

.row-trans td, .row-trans span{
  text-align: center !important;
}

#firstRow{
  background-color: #fff !important;
}
#firstRow td{
  text-align: center !important;
}
#firstRow td:before{
  display: block !important;
}

.tabla th {
  display: none;
  padding: 10px;
  color: white;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: "open_sansbold";
  font-size: 13px;
  text-transform: uppercase;
}

@media only screen and (min-width: 830px) {
  .tabla th {
    display: table-cell;
  }
}

.tabla td {
  display: block;
  padding: 10px 10px 5px 10px;
  text-align: right;
  vertical-align: middle;
  background: white;
}

@media only screen and (min-width: 830px) {
  .tabla td {
    display: table-cell;
    text-align: center;
    padding: 10px;
  }
}

.tabla td:first-child {
  color: white;
  padding: 0;
  background: transparent;
}

@media only screen and (min-width: 830px) {
  .tabla td:first-child {
    padding: 10px;
    background-color: white;
  }
}

.tabla td:last-child span {
  border: none;
}

.tabla td:before {
  color: #9e9e9e;
  content: attr(data-encabezado);
  width: 100%;
  display: inline-block;
  text-align: left;
  font-family: "open_sansregular";
  font-size: 13px;
}

@media only screen and (min-width: 830px) {
  .tabla td:before {
    display: none;
  }
}

.tabla .valor {
  display: inline-block;
  width: 100%;
  color: #171515;
  font-family: "open_sansregular";
  font-size: 14px;
  text-align: left;
  border-bottom: 1px solid #d0d8dc;
  padding: 0 0 8px 0;
}

.tabla th input[type='checkbox'],
.tabla .valor input[type='checkbox']{ /* ### webmazn */
  cursor: pointer;
}

@media only screen and (min-width: 830px) {
  .tabla .valor {
    width: auto;
    font-size: 13px;
    border: none;
    padding: 0;
  }
}

.tabla .cel-box {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
}

@media only screen and (min-width: 830px) {
  .tabla .cel-box {
    position: relative;
    top: 2px;
    right: auto;
  }
}

.tabla .cel-box .estado-pendiente {
  color: #ffd200;
}

.tabla .cel-box .estado-rechazado {
  color: #fd626e;
}

.tabla .cel-box .estado-aprobado {
  color: #6ab140;
}

.tabla .cel-cod span {
  color: #1478cc;
}

@media only screen and (min-width: 830px) {
  .tabla .cel-menu {
    width: 52px; /* ### webmazn*/
  }
}

.tabla .cel-referencia {
  position: relative;
}

@media only screen and (min-width: 830px) {
  .tabla .cel-referencia {
    width: 320px;
  }
}

@media only screen and (min-width: 830px) {
  .tabla .cel-referencia .valor {
    width: 310px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.tabla .cel-estado {
  position: relative;
}

@media only screen and (min-width: 830px) {
  .tabla .cel-estado {
    width: 134px;
  }
}

@media only screen and (min-width: 830px) {
  .tabla .cel-estado .valor {
    width: 70px;
  }
}

.tabla th.cel-cotiza {
  width: 150px;
}

.tabla .cel-ver {
  position: relative;
}

.tabla .cel-ver a {
  /*display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;*/
}

@media only screen and (min-width: 830px) {
  .tabla .cel-ver a {
    position: static;
  }
}

.tabla .cel-agregar {
  position: relative;
}

.tabla .cel-agregar input {
  /*display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;*/
}

@media only screen and (min-width: 830px) {
  .tabla .cel-agregar input {
    cursor: pointer; /* ### webmazn */ 
    height: 15px; /* ### webmazn */
    position: static;
    width: 15px; /* ### webmazn */    
  }
}

.formulario-avanzado {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  width: 270px;/* ### webmazn */
  z-index: 999;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
  box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 830px) {
  .formulario-avanzado {
    width: 600px;
    top: 62px;
    left: 90px;
  }
}

@media only screen and (min-width: 830px) {
  .formulario-avanzado.small {
    width: 420px;
  }
}

.formulario-avanzado.show {
  display: block;
}

.formulario-avanzado .box-btn-search {
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 830px) {
  .formulario-avanzado .box-btn-search {
    margin: 0;
    padding: 30px 0 40px 0;
  }
}

@media only screen and (max-width: 830px) {
  .formulario-avanzado .box-btn-search .btn {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 28px;
  left: 0;
  margin-top: -1px;
}

.dropdown-submenu .dropdown-menu:before {
  display: none;
}

@media only screen and (min-width: 830px) {
  .dropdown-submenu .dropdown-menu:before {
    display: block;
  }
}

@media only screen and (min-width: 830px) {
  .dropdown-submenu .dropdown-menu {
    top: -15px;
    left: 105%;
  }
}

.dropdown-submenu .dropdown-menu li {
  position: relative;
}

.dropdown-submenu .dropdown-menu li a {
  padding: 3px 20px;
}

@media only screen and (min-width: 830px) {
  .dropdown-submenu .dropdown-menu li a {
    padding: 7px 20px 7px 30px;
  }
}

.dropdown-submenu .dropdown-menu li a i {
  position: absolute;
  top: 5px;
  right: 12px;
}

@media only screen and (min-width: 830px) {
  .dropdown-submenu .dropdown-menu li a i {
    left: 10px;
    top: 10px;
  }
}

.dropdown-submenu > a i {
  font-size: 16px;
  position: absolute;
  right: 18px;
  top: 4px;
}

@media only screen and (min-width: 830px) {
  .dropdown-submenu > a i {
    top: 7px;
  }
}

@media only screen and (min-width: 830px) {
  .formulario-avanzado .box-empresa .row.dos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 830px) {
  .formulario-avanzado .box-empresa .row.dos .form-group {
    width: 50%;
    padding: 0 20px 0 0;
  }
  .formulario-avanzado .box-empresa .row.dos .form-group:last-child {
    padding: 0;
  }
}

/* Cotizacion 2 : DATOS GENERALES */
.page-nueva-cotizacion {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .page-nueva-cotizacion {
    padding-top: 35px;
    padding-bottom: 50px;
    background-size: auto;
  }
}

.page-nueva-cotizacion .contenedor {
  max-width: 95%;
}

@media only screen and (min-width: 830px) {
  .content-pasos-cotiza {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 830px) {
  .formulario-datos .box-formulario {
    padding: 17px 0 0 0;
  }
}

.formulario-datos .box-formulario .form-group-all {
  background: white;
  margin: 16px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .formulario-datos .box-formulario .form-group-all {
    margin: 25px 0 0 0;
  }
}

.formulario-datos .box-formulario .form-group-all .row:before {
  content: none;
}

.formulario-datos .box-formulario .form-group-all :after {
  content: none;
}

.texto-cotiza {
  text-align: center;
  padding: 18px 0;
}

@media only screen and (min-width: 830px) {
  .texto-cotiza {
    text-align: right;
    border-right: 1px solid #91a5bb;
    padding: 14px 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.texto-cotiza h2 {
  font-family: "OpenSans-light";
  font-size: 20px;
}

@media only screen and (min-width: 830px) {
  .texto-cotiza h2 {
    font-size: 28px;
  }
}

.texto-cotiza h2 span {
  font-family: "open_sansbold";
}

@media only screen and (min-width: 830px) {
  .texto-cotiza h2 span {
    display: block;
  }
}

.content-datos {
  padding: 17px 0;
}

@media only screen and (min-width: 830px) {
  .content-datos {
    padding: 17px 0 0 0;
  }
}

.content-cotizacion {
  padding: 17px 0;
}

@media only screen and (min-width: 830px) {
  .content-cotizacion {
    padding: 17px 0 0 0;
  }
}

.content-cotizacion .box-detalle-producto .input-precio {
  width: 210px;/*130px;*/
  background: white;
  border: 1px solid #b9c4ca;
  text-align: right;
  padding-right: 11px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.row-title {
  background: #6b9db7;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-title h3 {
  font-family: "OpenSans-light";
  color: white;
  font-size: 23px;
  line-height: 10px;
}

@media only screen and (min-width: 830px) {
  .row-title h3 {
    margin-bottom: 0;
  }
}

.row-all {
  padding: 20px;
}

@media only screen and (min-width: 830px) {
  .row-all {
    padding: 30px;
  }
}

.box-pasos-cotiza-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 320px;
  margin: 0 auto;
}

@media only screen and (min-width: 830px) {
  .box-pasos-cotiza-all {
    width: 75%;
    padding: 10px 0 0 0;
  }
}

.box-pasos-cotiza-all.new-svg .box-paso.active .circle.icon-circle-o-notch:before {
  color: #fd626e;
}

.box-pasos-cotiza-all.new-svg .box-paso.active .circle.icon-circle:before {
  color: #fd626e;
}

@media only screen and (min-width: 830px) {
  .box-pasos-cotiza-all.new-svg .box-paso .circle {
    border: none;
  }
}

.box-pasos-cotiza-all.new-svg .box-paso .circle.icon-circle-o-notch:before {
  content: "\e900";
  font-size: 62px;
  position: absolute;
  color: #fbb65d;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-cotiza-all.new-svg .box-paso .circle.icon-circle-o-notch:before {
    font-size: 88px;
    display: block;
  }
}

.box-pasos-cotiza-all.new-svg .box-paso .circle.icon-circle:before {
  font-size: 62px;
  position: absolute;
  color: #fbb65d;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-cotiza-all.new-svg .box-paso .circle.icon-circle:before {
    font-size: 88px;
    display: block;
  }
}

.box-pasos-cotiza-all.new-svg .box-paso .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-pasos-cotiza-all.new-svg .box-paso .circle i {
    display: block;
    left: 77px;
    top: 4px;
  }
}

.box-pasos-cotiza-all.box-pasos-tres {
  width: 70%;
}

.box-pasos-cotiza-all.box-pasos-tres .box-paso-cotiza .circle i:before {
  color: #fbb65d;
  font-size: 33px;
  position: relative;
  left: -4px;
  top: -2px;
}

.box-pasos-cotiza-all.box-pasos-tres .box-paso-cotiza.active .circle i:before {
  color: #fd626e;
}

.box-paso-cotiza .circle {
  border: 4px solid #fbb65d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza .circle {
    border: 6px solid #fbb65d;
    width: 50px;
    height: 50px;
  }
}

.box-paso-cotiza .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza .circle i {
    display: block;
    position: absolute;
    left: 44px;
    font-size: 44px;
    color: #fbb65d;
    top: -6px;
  }
}

.box-paso-cotiza .circle i:before {
  color: #fbb65d;
  font-size: 33px;
  position: relative;
  left: -50px;
  top: -2px;
}

.box-paso-cotiza .circle span {
  font-family: "open_sansbold";
  font-size: 25px;
  color: #fbb65d;
  z-index: 10;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza .circle span {
    background: #e7ecee;
    padding: 0px 12px;
    border-radius: 50%;
  }
}

.box-paso-cotiza .circle + span {
  font-size: 11px;
  font-family: "open_sansregular";
  color: #909090;
  text-transform: uppercase;
  display: none;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza .circle + span {
    padding: 18px 0 2px 0;
    display: inline-block;
  }
}

.box-paso-cotiza.active .circle {
  border: 5px solid #fd626e;
  background: #fd626e;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza.active .circle {
    border: 6px solid #fd626e;
  }
}

.box-paso-cotiza.active .circle i {
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza.active .circle i {
    color: #fd626e;
    display: block;
  }
}

.box-paso-cotiza.active .circle i:before {
  color: #fd626e;
}

.box-paso-cotiza.active .circle span {
  color: white;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza.active .circle span {
    background: #fd626e;
  }
}

.box-paso-cotiza.active .circle + span {
  font-size: 11px;
  font-family: OpenSans-Semibold;
  color: #505354;
  text-transform: uppercase;
  padding: 10px 0;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-paso-cotiza.active .circle + span {
    padding: 18px 0 2px 0;
    display: inline-block;
  }
}

.box-btn-cotiza {
  margin: 10px 0 0 0;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.box-btn-cotiza-ad {
  margin: 1px 0 0 0;
  padding: 3px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 830px) {
  .box-btn-cotiza {
    margin: 22px 0 0 0;
    padding: 33px 0 45px 0;
  }
  
  .box-btn-cotiza-ad {
    margin: 22px 0 0 0;
    padding: 3px 0 5px 0;
  }
}

.box-btn-producto .btn, /* ### webmazn*/
.box-btn-cotiza .btn {
  font-size: 15px;
  padding: 10px 44px;
  font-family: "open_sansbold";
}

.box-btn-cotiza-ad .btn {
  font-size: 15px;
  padding: 10px 44px;
  font-family: "open_sansbold";
}

.box-btn-producto {
  margin: 10px 0 0 0;
  padding: 30px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (min-width: 830px) {
  .box-btn-producto {
    margin: 22px 0 0 0;
    padding: 33px 0 45px 0;
  }
}

.box-btn-producto .btn {
  font-size: 15px;
  padding: 10px 44px; /* ### webmazn */
  font-family: "open_sansbold";
}

.box-btn-producto .btn-guardar {
  padding: 8px 34px;
}

.content-paginacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 768px; /* ### webmazn */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-paginacion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.resultados-busqueda span {
  font-family: "open_sansregular";
  font-size: 14px;
}

.btn-select-cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-select-cliente img {
  padding: 0 10px 0 0;
}

.btn-select-cliente .text-select-cliente {
  font-family: "open_sansregular";
  font-size: 13px;
  padding: 0 8px 0 0;
  text-decoration: underline;
}

.btn-select-cliente span {
  color: #4f7e97;
}

.logo-select-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 5px 0;
}

@media only screen and (min-width: 830px) {
  .logo-select-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0 0;
  }
}

.btn-left {
  position: relative;
}

.btn-left i {
  left: 11px;
  position: absolute;
}

@media only screen and (min-width: 830px) {
  .btn-left i {
    position: absolute;
    left: 28px;
  }
}

.box-btn-center {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 830px) {
  .box-btn-center .btn {
    padding: 8px 20px;
  }
}

/* Cotizacion 5 : MODALIDAD PAGO */
@media only screen and (min-width: 830px) {
  .row-garantia {
    max-width: 630px;
    margin: 0 auto;
  }
}

/* Cotizacion 6*/
.box-detalle-producto-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 830px) {
  .box-detalle-producto-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #a1afb6;
    padding: 0 0 15px 0;
  }
}

.box-add-producto {
  padding: 10px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-add-producto {
    padding: 10px 0 0 10px;
  }
}

.box-detalle-producto .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 8px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-detalle-producto .row .titulo-precio {
  padding: 0 13px 0 0;
  font-size: 15px;
}

.box-detalle-producto .row .titulo-precio span {
  font-size: 15px;
  color: #171515;
}

@media only screen and (min-width: 830px) {
  .box-detalle-producto .row .titulo-precio span {
    font-size: 18px;
  }
}

.btn-agregar-producto {
  color: #e73240;
  font-size: 17px;
  text-transform: uppercase;
  font-family: OpenSans-Semibold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-agregar-producto i {
  margin: 0 10px 0 0;
  font-size: 24px;
}

.input-precio input {
  width: 210px;/*130px;*/
  padding: 7px 10px;
  text-align: right;
  font-size: 13px;
  font-family: OpenSans-Semibold;
  font-size: 16px;
  border: 1px solid #b9c4ca;
}

.box-sub-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .box-sub-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box-ahorro-observacion {
  margin: 30px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-ahorro-observacion {
    width: 66%;
    border-right: 1px solid #a1afb6;
    padding: 0 40px 0 0;
  }
}

@media only screen and (min-width: 830px) {
  .box-btn-observacion {
    width: 34%;
    padding: 0  0 0 20px;
  }
}

.box-ahorro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  outline: 1px solid #b9c4ca;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

@media only screen and (min-width: 830px) {
  .box-ahorro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.box-ahorro .box-text-ahorro {
  padding: 15px;
}

@media only screen and (min-width: 830px) {
  .box-ahorro .box-text-ahorro {
    padding: 0 15px;
  }
}

.box-ahorro .box-text-ahorro h4 {
  font-size: 16px;
  font-family: "OpenSans-Semibold";
}

.box-ahorro .box-text-ahorro h4 span {
  color: #e91c2c;
  font-size: 25px;
  font-family: "open_sansbold";
}

.box-ahorro .box-img-ahorro {
  background: #fd626e;
  background: #fd626e;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 5px;
}

@media only screen and (min-width: 830px) {
  .box-ahorro .box-img-ahorro {
    width: 164px;
  }
}

.box-ahorro .box-img-ahorro img {
  padding: 0 10px 0 0;
}

@media only screen and (min-width: 830px) {
  .box-ahorro .box-img-ahorro img {
    padding: 0;
  }
}

.box-ahorro .box-img-ahorro .box-img {
  padding: 0 5px 0 0;
}

.box-ahorro .box-img-ahorro h5 {
  color: white;
  font-size: 17px;
  font-family: open_sansbold;
}

@media only screen and (min-width: 830px) {
  .box-ahorro .box-img-ahorro h5 {
    font-size: 16px;
  }
}

.box-ahorro .box-img-ahorro h5 span {
  font-size: 25px;
}

.box-observaciones h4 {
  font-size: 13px;
}

.box-observaciones span {
  font-size: 12px;
}

.box-observaciones textarea {
  width: 100%;
  border: 1px solid #b9c4ca;
  margin: 0;
  height: 65px;
  font-size: 13px;
  padding: 10px;
}

@media only screen and (min-width: 830px) {
  .box-observaciones textarea {
    height: 70px;
    margin: 5px 0 0 0;
  }
}

.fancybox-skin {
  /* Popup Seleccionar cliente*/
}

.fancybox-skin #modal_comunicado img {
  margin: 0 auto;
  width: 100%;
  display: block;
}

.fancybox-skin #modal_comunicado p {
  margin-top: 30px;
  text-align: center;
}

.fancybox-skin #modal_comunicado .row:not(.top) {
  padding: 0 0 0 40px;
}

@media only screen and (min-width: 830px) {
  .fancybox-skin .fancybox-selecciona-cliente .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

.fancybox-skin .fancybox-selecciona-cliente .box-formulario .row-cliente i {
  top: 12px;
}

@media only screen and (min-width: 830px) {
  .fancybox-skin .fancybox-selecciona-cliente .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto !important;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-skin .formulario-avanzado {
    left: 0;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-skin .formulario-avanzado {
    left: 0;
  }
}

/* Popup Nuevo Usuario*/
@media only screen and (min-width: 830px) {
  .fancybox-nuevo-usuario .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-nuevo-usuario .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-nuevo-usuario .formulario-avanzado {
    left: 0;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-nuevo-usuario .formulario-avanzado {
    left: 0;
  }
}

/* Popup editar Usuario*/
@media only screen and (min-width: 830px) {
  .fancybox-editar-usuario .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-editar-usuario .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-editar-usuario .formulario-avanzado {
    left: 0;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-editar-usuario .formulario-avanzado {
    left: 0;
  }
}

/* Popup permiso Usuario*/
@media only screen and (min-width: 830px) {
  .fancybox-permiso-usuario .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-permiso-usuario .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-permiso-usuario .formulario-avanzado {
    left: 0;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-permiso-usuario .formulario-avanzado {
    left: 0;
  }
}

/* Popup Seleccionar Producto*/
@media only screen and (min-width: 830px) {
  .fancybox-selecciona-producto .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-selecciona-producto .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-selecciona-producto .formulario-avanzado {
    left: -400px;
    top: 46px;
  }
}

.seleccionar_producto {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto {
    /*width: 1060px;*/
    padding: 40px 30px;
  }
}

.seleccionar_producto .row-title-producto {
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto .row-title-producto {
    padding: 0 0 30px 0;
  }
}

.seleccionar_producto .row-title-producto .row-cliente-dato .row:before {
  content: none;
}

.seleccionar_producto .row-select {
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto .row-select .form-group {
    margin-bottom: 36px;
  }
}

.seleccionar_producto .row-select .form-group input[type='text'], .seleccionar_producto .row-select .form-group select {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
}

.seleccionar_producto .row-select .form-group input[type='text'] {
  border-radius: 25px;
  padding: 0 18px;
}

.seleccionar_producto .row-select .form-group select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto .row-select .form-group select {
    max-width: 300px;
  }
}

.seleccionar_producto h2 {
  color: #148dcc;
  font-family: "OpenSans-light";
  font-size: 25px;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto h2 {
    font-size: 40px;
  }
}

.seleccionar_producto h2 span {
  font-family: "open_sansbold";
}

.seleccionar_producto .row-seach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.seleccionar_producto .row-seach > div {
  margin: 0 0 15px 0;
}

.seleccionar_producto .row-seach .cont-btn {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto .row-seach .cont-btn {
    text-align: left;
  }
}

@media only screen and (min-width: 830px) {
  .seleccionar_producto .row-seach {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.seleccionar_producto .contenido-lista-productos {
  margin: 15px 0 0 0;
}

.seleccionar_cliente {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente {
    /*width: 1060px;*/
    padding: 40px 30px;
  }
}

.seleccionar_cliente .row-title-producto {
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-title-producto {
    padding: 0 0 30px 0;
  }
}

.seleccionar_cliente .row-select {
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-select .form-group {
    margin-bottom: 36px;
  }
}

.seleccionar_cliente h2 {
  color: #148dcc;
  font-family: "OpenSans-light";
  font-size: 25px;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente h2 {
    font-size: 40px;
  }
}

.seleccionar_cliente h2 span {
  font-family: "open_sansbold";
}

.seleccionar_cliente .row-seach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.seleccionar_cliente .row-seach > div {
  margin: 0 0 15px 0;
}

.seleccionar_cliente .row-seach .cont-btn {
  text-align: center;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-seach .cont-btn {
    text-align: left;
  }
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-seach {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.seleccionar_cliente .contenido-lista-productos {
  margin: 15px 0 0 0;
}

.seleccionar_cliente .row-cliente {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-cliente {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
  }
}

.seleccionar_cliente .row-cliente > span {
  font-family: OpenSans-light;
  font-size: 22px;
  margin: 0 14px 14px 0;
  display: block;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-cliente > span {
    padding: 0;
    margin: 0 14px 0 0;
  }
}

.seleccionar_cliente .row-cliente .select-buscar {
  margin: 0 0 15px 0;
  position: relative;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .row-cliente .select-buscar {
    margin: 0 15px 0 0;
    width: 530px;
  }
}

.seleccionar_cliente .row-cliente .select-buscar > input[type='text'] {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
  border-radius: 25px;
  padding: 0 18px;
}

.seleccionar_cliente .row-cliente .select-buscar .form-group-all {
  padding: 20px 0  0 0;
}

@media only screen and (min-width: 830px) {
  .seleccionar_cliente .formulario-avanzado {
    left: 0;
  }
}

.nuevo_usuario {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: 0 -35px;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .nuevo_usuario {
    width: 1060px;
    padding: 40px 30px;
  }
}

.nuevo_usuario .row-title-producto {
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .nuevo_usuario .row-title-producto {
    padding: 0 0 30px 0;
  }
}

.nuevo_usuario .form-group-all {
  padding: 0;
}

@media only screen and (min-width: 830px) {
  .nuevo_usuario .form-group-all {
    padding: 0 90px;
  }
}

.nuevo_usuario h2 {
  color: #148dcc;
  font-family: "OpenSans-light";
  font-size: 25px;
}

@media only screen and (min-width: 830px) {
  .nuevo_usuario h2 {
    font-size: 40px;
  }
}

.nuevo_usuario h2 span {
  font-family: "open_sansbold";
}

.nuevo_usuario h3 {
  color: #1c599d;
  font-family: "OpenSans-light";
  font-size: 22px;
  font-weight: bold;
}

.nuevo_usuario .contenido-lista-productos {
  margin: 15px 0 0 0;
}

.nuevo_usuario .box-formulario .form-group-all .cuatro {
  margin: 0;
}

.editar_usuario {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: 0 -35px;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .editar_usuario {
    width: 1060px;
    padding: 40px 30px;
  }
}

.editar_usuario .row-title-producto {
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .editar_usuario .row-title-producto {
    padding: 0 0 30px 0;
  }
}

.editar_usuario .form-group-all {
  padding: 0;
}

@media only screen and (min-width: 830px) {
  .editar_usuario .form-group-all {
    padding: 0 90px;
  }
}

.editar_usuario h2 {
  color: #148dcc;
  font-family: "OpenSans-light";
  font-size: 25px;
}

@media only screen and (min-width: 830px) {
  .editar_usuario h2 {
    font-size: 40px;
  }
}

.editar_usuario h2 span {
  font-family: "open_sansbold";
}

.editar_usuario h3 {
  color: #1c599d;
  font-family: "OpenSans-light";
  font-size: 22px;
  font-weight: bold;
}

.editar_usuario .contenido-lista-productos {
  margin: 15px 0 0 0;
}

.editar_usuario .box-formulario .form-group-all .cuatro {
  margin: 0;
}

.permiso_usuario {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: 0 -35px;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .permiso_usuario {
    width: 1060px;
    padding: 40px 30px;
  }
}

.permiso_usuario .row-title-producto {
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .permiso_usuario .row-title-producto {
    padding: 0 0 30px 0;
  }
}

.permiso_usuario .form-group-all {
  padding: 0;
}

@media only screen and (min-width: 830px) {
  .permiso_usuario .form-group-all {
    padding: 0 90px;
  }
}

.permiso_usuario h2 {
  color: #148dcc;
  font-family: "OpenSans-light";
  font-size: 25px;
}

@media only screen and (min-width: 830px) {
  .permiso_usuario h2 {
    font-size: 40px;
  }
}

.permiso_usuario h2 span {
  font-family: "open_sansbold";
}

.permiso_usuario h3 {
  color: #1c599d;
  font-family: "OpenSans-light";
  font-size: 22px;
  font-weight: bold;
}

.permiso_usuario .contenido-lista-productos {
  margin: 15px 0 0 0;
}

.permiso_usuario .box-formulario .form-group-all .cuatro {
  margin: 0;
}

.fa-eye, .fa-truck, .fa-credit-card {
  color: #7c8f98;
}

.ingrese-codigo {
  position: relative;
}

.ingrese-codigo > input[type='text'], .ingrese-codigo select {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
}

.ingrese-codigo > input[type='text'] {
  border-radius: 25px;
  padding: 0 18px;
}

@media only screen and (min-width: 830px) {
  .ingrese-codigo > input[type='text'] {
    width: 190px;
  }
}

.ingrese-codigo i {
  color: #8898a0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.ingrese-descripcion {
  position: relative;
}

.ingrese-descripcion > form > input[type='text'], /* ### webmazn */
.ingrese-descripcion > input[type='text'], 
.ingrese-descripcion select {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
}

.ingrese-descripcion > form > input[type='text'], /* ### webmazn */
.ingrese-descripcion > input[type='text'] {
  border-radius: 25px;
  padding: 0 18px;
}

@media only screen and (min-width: 830px) {
  .ingrese-descripcion > form > input[type='text'], /* ### webmazn */
  .ingrese-descripcion > input[type='text'] {
    width: 440px;
  }
}

.ingrese-descripcion > form > i, /* ### webmazn */
.ingrese-descripcion > i {
  color: #8898a0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.btn-codigo {
  font-family: "OpenSans-light";
  font-size: 15px;
}

.btn-descripcion {
  font-family: "OpenSans-light";
  font-size: 15px;
}

.btn-busqueda {
  border: 1px solid #148dcc;
  border-radius: 25px;
  color: #148dcc;
  font-family: "OpenSans-Semibold";
  font-size: 13px;
  display: inline-block;
  padding: 12px 35px 12px 25px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#148dcc' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.formulario-codigo {
  background-repeat: no-repeat;
  background-position: top center;
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  width: 220px;
  z-index: 999;
  padding: 25px 18px 18px 18px;
  -webkit-box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
  box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 830px) {
  .formulario-codigo {
    width: 220px;
  }
}

.formulario-codigo.show {
  display: block;
}

.formulario-codigo .box-form-codigo .row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formulario-codigo .box-form-codigo .row input {
  width: 120px;
  height: 30px;
  border-radius: inherit;
  padding: 0 10px;
  border: 1px solid #aec1ca;
  font-family: "open_sansregular";
  font-size: 13px;
}

.formulario-codigo .box-form-codigo .btn-menos {
  color: #fd626e;
  font-size: 22px;
  text-decoration: none;
}

.formulario-codigo .box-form-codigo .btn-mas {
  color: #148dcc;
  font-size: 22px;
  text-decoration: none;
}

.formulario-codigo .box-form-codigo .btn-icon {
  text-align: center;
  padding: 5px 0;
}

.formulario-codigo .box-form-codigo .btn {
  font-size: 13px;
  padding: 5px 20px;
  font-family: "OpenSans-Semibold";
  height: 30px;
  width: 130px;
}

.detalle-producto {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .detalle-producto {
    padding: 40px 30px;
  }
}

.detalle-producto .row-detalle {
  padding: 0 0 10px 0;
}

.detalle-producto .row-detalle .row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .row-detalle .row-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.detalle-producto .row-detalle .row-top .box-image {
  text-align: center;
  padding: 0;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .row-detalle .row-top .box-image {
    padding: 0 40px 0 0;
    text-align: left;
  }
}

.detalle-producto .row-detalle .row-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-top: 1px solid #aec1ca;
  padding: 20px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .row-detalle .row-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.detalle-producto .box-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .box-col.box-col1 {
    border-right: 1px solid #aec1ca;
  }
}

.detalle-producto .box-col .row-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 17px;
}

.detalle-producto .box-stado .row-file .texto {
  font-size: 15px;
}

.detalle-producto .strong {
  font-weight: bold;
  font-family: "open_sansextrabold";
  font-size: 20px;
  line-height: 10px;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .cel-via {
    width: 168px;
  }
}

.detalle-producto .row-file .head {
  color: #6b9db7;
  font-family: "open_sansregular";
  font-size: 13px;
  text-align: right;
  width: 130px;
  padding: 0 8px 0 0;
}

.detalle-producto .row-file .texto {
  color: #3d3d3d;
  font-family: "open_sansregular";
  font-size: 13px;
  padding: 0px 25px 0px 0px; /* ### webmazn */
  width: 200px;
}

.detalle-producto .content-table .fa-ship {
  color: #738b98;
  font-size: 19px;
  margin: 0 4px 0 0;
}

.detalle-producto .box-descarga ul li {
  margin: 0 0 4px 0;
}

.detalle-producto .box-descarga ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detalle-producto .box-descarga ul li i {
  color: #fd626e;
  font-size: 25px;
  margin: 0 10px 0 0;
}

.detalle-producto .box-descarga ul li span {
  font-family: "open_sansregular";
  font-size: 13px;
  color: #3d3d3d;
}

.detalle-producto .box-descarga ul li.otros span {
  color: #fd626e;
  font-size: 13px;
}

.detalle-producto .box-descarga ul li.otros a {
  padding: 0 0 0 30px;
}

.detalle-producto .contenido-lista-productos {
  padding: 30px 0 0;
}

@media only screen and (min-width: 830px) {
  .detalle-producto .contenido-lista-productos {
    padding: 0;
  }
}

.legales p {
  font-size: 12px;
  font-family: "open_sansregular";
  color: #7d7d7d;
}

.contenido-seguimiento-pedido, /* ### webmazn */
.contenido-visualizar,
.contenido-autorizacion,
.contenido-eliminar,
.contenido-email,
.contenido-fecha-entrega {
  background-color: #eef2f4;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20px 10px;
}

.contenido-seguimiento-pedido span,
.contenido-visualizar span,
.contenido-eliminar span,
.contenido-email span,
.contenido-autorizacion span{
  border: none;
}

.contenido-eliminar button{
  margin: 0px 5px;
}
@media only screen and (min-width: 830px) {
  .contenido-eliminar {
    width: 350px;
  }
  .contenido-fecha-entrega {
    width: 600px;
  }
  .contenido-email {
    width: 540px;
  }  
  .contenido-seguimiento-pedido { /* ### webmazn */
    width: 1024px; 
    min-height: 375px;
  }
}

@media only screen and (min-width: 830px) {
  .contenido-fecha-entrega .box-formulario {
    margin: 20px 0;
  }
}

.contenido-seguimiento-pedido .box-formulario h2, /* ### webmazn */
.contenido-fecha-entrega .box-formulario h2 {
  color: #303030;
  font-family: "open_sansregular";
  text-align: center;
  font-size: 20px;
}

@media only screen and (min-width: 830px) {
  .contenido-fecha-entrega .box-formulario h2 {
    font-size: 30px;
  }
}

.contenido-fecha-entrega .box-formulario h3 {
  color: #1c599d;
  font-family: "open_sansregular";
  font-size: 22px;
}

.contenido-fecha-entrega .box-formulario .row-group {
  margin: 0 auto;
  padding: 34px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .contenido-fecha-entrega .box-formulario .row-group {
    width: 370px;
  }
}

.contenido-fecha-entrega .box-formulario .row-fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .contenido-fecha-entrega .box-formulario .row-fecha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contenido-fecha-entrega .box-formulario .form-calendar {
  position: relative;
  width: 190px;
}

.contenido-fecha-entrega .box-formulario .form-calendar i {
  color: #8e8f90;
  position: absolute;
  top: 10px;
  right: 13px;
}

.contenido-fecha-entrega .box-formulario .row-detalle {
  padding: 15px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .contenido-fecha-entrega .box-formulario .row-detalle {
    padding: 28px 0 0 0;
  }
}

.contenido-fecha-entrega .box-formulario textarea {
  width: 100%;
  height: 115px;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 13px;
}

.contenido-fecha-entrega .box-formulario .row-btn {
  padding: 20px 0;
  text-align: center;
}

/* Popup Fecha Entrega*/
@media only screen and (min-width: 830px) {
  .fancybox-fecha-entrega .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-fecha-entrega .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-fecha-entrega .formulario-avanzado {
    left: 0;
  }
}

.tipo-transporte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tipo-transporte .valor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icono-barco {
  background-image: url(../../public/images/icono-barco.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 29px;
  height: 25px;
  display: inline-block;
  margin: 0 8px 0 0;
}

.icono-avion {
  background-image: url(../../public/images/icono-avion.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 34px;
  height: 20px;
  display: inline-block;
  margin: 0 8px 0 0;
}

/*Pop Nuevo cliente  */
.row-cliente-detalle {
  margin: 25px 0 0 0;
}

.row-cliente-detalle .row-title-cliente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #aec1ca;
  padding: 0 0 8px 0;
}

.row-cliente-detalle .row-title-cliente .tipo-cliente {
  display: none;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .row-title-cliente .tipo-cliente {
    display: block;
  }
}

.row-cliente-detalle .row-detalle {
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .row-detalle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-direccion {
    width: 50%; /* ### webmazn */
    border-right: 1px solid #aec1ca;
    padding: 0 70px 0 0;
  }
}

.row-cliente-detalle .col-cliente {
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-cliente {
    width: 50%;
    padding: 0;
  }
}

.row-cliente-detalle .col-cliente .top {
  margin-left: 0;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-cliente .top {
    margin-left: -55px;
  }
}

.row-cliente-detalle .col-cliente .row-title-cliente {
  display: block;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-cliente .row-title-cliente {
    display: none;
  }
}

.row-cliente-detalle .col-man {
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-man {
    width: 33.3%;
    padding: 0;
  }
}

.row-cliente-detalle .col-man .row-title-cliente {
  display: block;
}

@media only screen and (min-width: 830px) {
  .row-cliente-detalle .col-man .row-title-cliente {
    display: none;
  }
}

.row-cabecera th {
  background-color: #6b9db7;
}

.row-empresa th {
  font-size: 13px;
  display: block;
}

@media only screen and (min-width: 830px) {
  .row-empresa th {
    display: table-cell;
    font-size: 14px;
  }
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-reservas {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-reservas {
    padding-bottom: 106px;
    background-size: auto;
  }
}

.page-reservas .contenedor {
  max-width: 1140px;
}

.page-nueva-reservas {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .page-nueva-reservas {
    padding-top: 35px;
    padding-bottom: 50px;
    background-size: auto;
  }
}

.page-nueva-reservas .contenedor {
  max-width: 1140px;
}

.contenido-level-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 830px) {
  .contenido-level-all {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contenido-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 0 0;
}

.level {
  width: 117px;
  height: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.level .point {
  width: 17px;
  height: 17px;
  position: relative;
  border-radius: 20px;
  display: block;
}

.level .point:after {
  content: '';
  width: 35px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 15px;
}

.level .point:last-child:after {
  display: none;
}

.level .point.rojo {
  border: 1px solid #fd5e6a;
}

.level .point.rojo.active {
  background: #fd5e6a;
}

.level .point.rojo.active-line:after {
  background-color: #fd5e6a;
  background-image: -webkit-linear-gradient(-320deg, #fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  background-image: -webkit-linear-gradient(40deg,#fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  background-image: -o-linear-gradient(40deg,#fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  background-image: linear-gradient(50deg,#fd5e6a 0%, #fe913b 50%, #ffd200 100%);
}

.level .point.rojo:after {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(40deg, #fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  -o-border-image: -o-linear-gradient(40deg, #fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  border-image: linear-gradient(50deg, #fd5e6a 0%, #fe913b 50%, #ffd200 100%);
  border-image-slice: 1;
}

.level .point.amarillo {
  border: 1px solid #ffd200;
}

.level .point.amarillo.active {
  background: #ffd200;
}

.level .point.amarillo.active-line:after {
  background-color: #ffd200;
  background-image: -webkit-linear-gradient(-320deg, #ffd200 0%, #b7c21f 50%, #6ab140 100%);
  background-image: -webkit-linear-gradient(40deg,#ffd200 0%, #b7c21f 50%, #6ab140 100%);
  background-image: -o-linear-gradient(40deg,#ffd200 0%, #b7c21f 50%, #6ab140 100%);
  background-image: linear-gradient(50deg,#ffd200 0%, #b7c21f 50%, #6ab140 100%);
}

.level .point.amarillo:after {
  border-top-color: #b2c121;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(40deg, #ffd200 0%, #b7c21f 50%, #6ab140 100%);
  -o-border-image: -o-linear-gradient(40deg, #ffd200 0%, #b7c21f 50%, #6ab140 100%);
  border-image: linear-gradient(50deg, #ffd200 0%, #b7c21f 50%, #6ab140 100%);
  border-image-slice: 1;
}

.level .point.verde {
  border: 1px solid #6ab140;
}

.level .point.verde.active {
  background: #6ab140;
}

.porcentaje {
  color: #171515;
  font-family: "open_sansregular";
  width: 30px;
  text-align: right;
  font-size: 13px;
}

f.wrapper.pedidos:before, f.wrapper.pedidos:after {
  content: '';
  display: table;
}

f.wrapper.pedidos:after {
  clear: both;
}

.page-pedidos {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-pedidos {
    padding-bottom: 106px;
    background-size: auto;
  }
}

.page-pedidos .contenedor {
  max-width: 1140px;
}

.page-nuevo-pedido {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .page-nuevo-pedido {
    padding-top: 35px;
    padding-bottom: 50px;
    background-size: auto;
  }
}

.page-nuevo-pedido .contenedor {
  max-width: 95%;
}

.page-nuevo-pedido .box-detalle-producto .input-precio {
  width: 210px;/*130px;*/
  background: white;
  border: 1px solid #b9c4ca;
  text-align: right;
  padding-right: 11px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.content-pedidos {
  padding: 17px 0;
}

@media only screen and (min-width: 830px) {
  .content-pedidos {
    padding: 0;
  }
}

.content-pedidos .row-title-pedido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-pedidos .box-tipo-cambio {
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-pedidos .box-tipo-cambio {
    display: block;
  }
}

.content-pedidos .box-tipo-cambio h4 {
  font-size: 14px;
  color: white;
}

.content-pedidos .box-tipo-cambio h4 span {
  font-family: "open_sansbold";
  font-size: 18px;
}

.content-pedidos .tabla-producto .cel-cantidad input,
.content-pedidos .tabla-producto .cel-dscto-adic input,
.content-pedidos .tabla-producto .cel-dscto-clie input{
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.content-pedidos .row-title h3 span {
  font-size: 14px;
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-pedidos .row-title h3 span {
    display: inline-block;
  }
}

.content-pedidos .form-group.group-letras {
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-pedidos .form-group.group-letras {
    margin: 7px 0 0 0;
  }
}

.content-pedidos .form-group.group-letras label {
  width: 150px;
}

.content-pedidos .form-group.group-letras input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
}

.content-pedidos .form-group.group-letras.show {
  display: block;
}

@media only screen and (min-width: 830px) {
  .content-pedidos .form-group.group-letras.show {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/ /* ### webmazn */ 
    margin: 0;
  }
}

.content-pedidos .form-group.group-porcentaje {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/ /* ### webmazn */ 
}

@media only screen and (min-width: 830px) {
  .content-pedidos .form-group.group-porcentaje {
    width: 20%;
    margin: 0 0 0 0;/* ### webmazn */
  }
}

.content-pedidos .form-group.group-porcentaje label {
  font-family: "open_sansregular"; /* ### webmazn */
  font-size: 13px;
}

.row-detalle-cuenta {
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
}

.row-detalle-cuenta .row-cuenta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .row-detalle-cuenta .row-cuenta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 5px 0;
  }
}

.row-detalle-cuenta .box-alert {
  text-align: center;
}

.row-detalle-cuenta .box-alert span {
  color: #fd626e;
  font-size: 12px;
}

.row-detalle-cuenta .box-alert i {
  color: #fd626e;
  font-size: 20px;
  margin: 0 10px 0 0;
}

.row-detalle-cuenta .row-alert {
  padding: 9px 0px 14px 0px;
  border-top: 1px solid #6b9db7;
  margin: 0 20px;
}

@media only screen and (min-width: 830px) {
  .row-detalle-cuenta .row-alert {
    margin: 0 70px;
  }
}

.box-estado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}

@media only screen and (min-width: 830px) {
  .box-estado {
    width: 28%;
    border-right: 1px solid #6b9db7;
  }
}

.box-estado:last-child {
  border-right: none;
}

@media only screen and (min-width: 830px) {
  .box-estado:last-child {
    width: 15%;
  }
}

.box-estado h4 {
  color: #222222;
  font-size: 13px;
}

.box-estado h3 {
  color: #222222;
  font-family: "OpenSans-light";
  font-size: 35px;
}

.box-estado h5 {
  color: #8a8a8a;
  font-size: 12px;
}

.box-estado .active {
  color: #6b9db7;
}

.box-estado .linea {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #c5c5c5;
  padding: 0 20px;
}

.padding-top-15 {
  padding-top: 15px;
}

@media only screen and (min-width: 830px) {
  .fancybox-detalle-producto .fancybox-skin {
    padding: 50px 30px  30px !important;
  }
}

@media only screen and (min-width: 830px) {
  .fancybox-detalle-producto .fancybox-skin .fancybox-close {
    background-image: url("../images/btn-cerrar.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

.margin-top-15 {
  margin-top: 15px;
}

.tipo-pedidos {
  background-position: 0 42px;
  background-repeat: no-repeat;
}

.row-radio-all {
  padding: 20px;
}

.content-tipo-pedido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-tipo-pedido {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.content-tipo-pedido .box-left {
  padding: 0 0 10px 0;
}

@media only screen and (min-width: 830px) {
  .content-tipo-pedido .box-left {
    width: 27%;
    padding: 0;
  }
}

@media only screen and (min-width: 830px) {
  .content-tipo-pedido .box-right {
    width: 73%;
    padding: 0 0 0 67px;
    max-width: 391px;
    border-left: 1px solid #aec1ca;
  }
}

@media only screen and (min-width: 830px) {
  .content-tipo-pedido .row {
    margin: 0 0 9px 0;
  }
}

.content-tipo-pedido .radio-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-tipo-pedido .radio-input input {
  width: 20px;
  margin: 0 35px 0 0;
}

@media only screen and (min-width: 830px) {
  .content-tipo-pedido .radio-input input {
    width: 27px;
    margin: 0;
  }
}

.content-tipo-pedido .radio-input label {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .col-tipo {
    padding: 0 0 0 80px;
  }
}

.col-select {
  padding: 12px 0;
}

.col-select .form-group {
  margin: 0 0 10px 0;
}

.col-select .form-group.pedido-seleccione {
  margin: 20px 0 0 0;
}

.col-select .row-adjunta {
  background: white;
}

.extension {
  color: #8a8a8a;
  font-size: 10px;
  padding: 0 0 0 5px;
}

.format-radio input[type=radio]:not(old) {
  width: 28px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.format-radio input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: 28px;
  padding-left: 28px;
  background: url(../images/check_radio_sheet.jpg) no-repeat 0 0;
  line-height: 24px;
}

@media only screen and (min-width: 830px) {
  .format-radio input[type=radio]:not(old) + label {
    margin-left: -28px;
  }
}

.format-radio input[type=radio]:not(old):checked + label {
  background-position: 0 -34px;
}

.content-tipo-pedido .radio-input label {
  margin-left: -27px;
  height: 30px;
}

.box-reportes-tab {
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab {
    padding: 30px 0 0 0;
  }
}

.box-reportes-tab .row-tab {
  height: 170px;
}

.box-reportes-tab .tab-content {
  height: 130px;
}

.box-reportes-tab .row-busqueda {
  padding: 40px 20px;
  background: white;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab .row-busqueda {
    padding: 40px 120px;
  }
}

.box-reportes-tab .nav-tabs {
  border-bottom: 1px solid #aec1ca;
  border-top: 1px solid #aec1ca;
  border-left: 1px solid #aec1ca;
}

.box-reportes-tab .nav-tabs > li {
  width: 33.3%;
  text-align: center;
  border-right: 1px solid #aec1ca;
}

.box-reportes-tab .nav-tabs > li > a {
  margin: 0;
}

.box-reportes-tab .nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #c3deeb transparent;
  display: block;
  width: 0;
  z-index: 100;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab .nav-tabs > li.active > a:after {
    left: 168px;
    display: block;
  }
}

.box-reportes-tab .nav-tabs > li.active > a, .box-reportes-tab .nav-tabs > li.active > a:hover, .box-reportes-tab .nav-tabs > li.active > a:focus {
  margin: 0;
  background-color: #c3deeb;
}

.box-reportes-tab .nav > li > a {
  padding: 20px 10px;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab .nav > li > a {
    padding: 22px 15px;
  }
}

.box-reportes-tab .nav > li > a:hover, .box-reportes-tab .nav > li > a:focus {
  background-color: #e6eff4;
}

.box-reportes-tab .nav > li > a img {
  width: 100%;
  max-width: 70px;
}

.box-reportes-tab .nav > li > a h2 {
  font-family: "OpenSans-light";
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab .nav > li > a h2 {
    line-height: 10px;
  }
}

.box-reportes-tab .nav > li > a h2 span {
  font-size: 16px;
  display: block;
}

@media only screen and (min-width: 830px) {
  .box-reportes-tab .nav > li > a h2 span {
    font-size: 30px;
    line-height: 35px;
  }
}

.content-busqueda-reportes .row-busqueda {
  background: white;
}

@media only screen and (min-width: 830px) {
  .content-busqueda-reportes .row-busqueda {
    width: 100%;
    padding: 0 20px 0 0;
  }
}

.content-busqueda-reportes .row-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (min-width: 830px) {
  .content-busqueda-reportes .row-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.content-busqueda-reportes .row-btn a {
  font-size: 10px;
  padding: 10px 17px;
  height: auto;
  font-family: OpenSans-Semibold;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 830px) {
  .content-busqueda-reportes .row-btn a {
    font-size: 12px;
    display: inline-block;
    margin: 0 24px  0 0;
    padding: 13px 27px;
  }
}

@media only screen and (min-width: 830px) {
  .content-busqueda-reportes .row-btn a:last-child {
    margin: 0;
  }
}

.content-busqueda-reportes .row-btn a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.content-busqueda-reportes .row-btn a i.fa.fa-play-circle-o {
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 15px;
}

@media only screen and (min-width: 830px) {
  .content-busqueda-reportes .row-btn a i.fa.fa-play-circle-o {
    font-size: 20px;
    top: 10px;
  }
}

.content-busqueda-reportes .row-btn a.btn-red-light.fancybox-media {
  padding: 13px 20px 13px 40px;
  position: relative;
}

.page-productos {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-productos {
    padding-bottom: 90px;
    background-size: auto;
  }
}

.page-productos .contenedor {
  max-width: 1140px;
}

.box-search-productos {
  padding: 22px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-search-productos {
    padding: 0;
  }
}

.fancybox-type-inline .fancybox-skin .fancybox-close {
  background-size: contain;
  background-image: url(../images/btn-cerrar.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 25px;
  top: 13px;
  right: 17px;
}

@media only screen and (min-width: 830px) {
  .fancybox-type-inline .fancybox-skin .fancybox-close {
    background-image: url(../images/btn-cerrar.png);
    background-repeat: no-repeat;
    width: 101px;
    height: 25px;
    top: 13px;
    right: 30px;
  }
}

.mover_left {
  left: inherit;
  right: -46px;
}

.content-btn-productos .row-seach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-seach {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.content-btn-productos .row-seach > span {
  font-family: OpenSans-light;
  font-size: 22px;
  margin: 0 14px 0 0;
  display: none;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-seach > span {
    display: block;
    padding: 0;
  }
}

.content-btn-productos .row-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0 0 0;
  width: 100%;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    width: 96%;
    margin-left: -2px;
  }
}

.content-btn-productos .row-double .ingrese-codigo {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-double .ingrese-codigo {
    margin: 0 20px 0 0;
  }
}

.content-btn-productos .row-double .ingrese-codigo > input[type='text'] {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
  border-radius: 25px;
  padding: 0 18px;
}

.content-btn-productos .row-double .ingrese-codigo2 {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-double .ingrese-codigo2 {
    margin: 0 20px 0 0;
  }
}

.content-btn-productos .row-double .ingrese-codigo2 > input[type='text'] {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
  border-radius: 25px;
  padding: 0 18px;
}

.content-btn-productos .row-double .ingrese-descripcion > input[type='text'] {
  background: white;
  width: 100%;
  height: 40px;
  border: 1px solid #aec1ca;
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
  border-radius: 25px;
  padding: 0 18px;
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-double .formulario-avanzado {
    left: 0;
    top: 50px;
  }
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .row-double .formulario-codigo {
    top: 50px;
    z-index: 400;
  }
}

@media only screen and (min-width: 830px) {
  .content-btn-productos .ingrese-descripcion {
    width: 380px;
  }
}

.content-productos-sugeridos {
  padding: 16px 0 0 0;
}

.content-productos-sugeridos .title-productos {
  background: #6b9db7;
  padding: 10px 30px;
}

.content-productos-sugeridos .title-productos h2 {
  font-family: "OpenSans-light";
  font-size: 23px;
  color: white;
}

.box-producto-sugeridos {
  padding: 22px 0;
}

.box-producto-sugeridos ul.slider-compras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-producto-sugeridos ul.slider-compras li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin: 0 auto 36px;
  display: inline-block;
}

@media only screen and (min-width: 830px) {
  .box-producto-sugeridos ul.slider-compras li {
    margin: 0 0 36px;
  }
}

.box-producto-sugeridos ul.slider-compras li .box-compra {
  display: block;
}

/**ul.slider-compras-home li div.box-compra .img-compra:after, /** ### webmazn */
.box-producto-sugeridos ul.slider-compras li .box-compra .img-compra:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 88, 119, 0.6);
  width: 100%;
  height: 209px;
  opacity: 0;
}

/**ul.slider-compras-home li .box-compra .img-compra:hover:after, /** ### webmazn */
.box-producto-sugeridos ul.slider-compras li .box-compra .img-compra:hover:after {
  opacity: 1;
}

/**ul.slider-compras-home li .box-compra .img-compra:hover .img-compra-inner:after, /** ### webmazn */
.box-producto-sugeridos ul.slider-compras li .box-compra .img-compra:hover .img-compra-inner:after {
  opacity: 1;
}

/**ul.slider-compras-home li .box-compra .img-compra-inner:after, /** ### webmazn */
.box-producto-sugeridos ul.slider-compras li .box-compra .img-compra-inner:after {
  content: 'Ver Detalle';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 209px;
  font-family: "open_sansbold";
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 100;
}

.content-center {
  text-align: center;
  padding: 20px 0;
}

.content-center.espacio-generar {
  padding: 40px 0 20px 0;
}

@media only screen and (min-width: 830px) {
  .content-center.espacio-generar {
    padding: 27px 0;
  }
}

.content-center .btn {
  position: relative;
}

.box-opciones {
  background-color: white;
  display: none;
  position: absolute;
  bottom: 66px;
  left: -38px;
  width: 214px;
  height: 171px;
  z-index: 100;
  -webkit-box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
  box-shadow: 4px 4px 37px -9px rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 830px) {
  .box-opciones {
    left: -6px;
  }
}

.box-opciones.short {
  left: -40px;
}

@media only screen and (min-width: 830px) {
  .box-opciones.short {
    left: -12px;
  }
}

.box-opciones.show {
  display: block;
}

.box-opciones .generar:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 94px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 100;
}

@media only screen and (min-width: 830px) {
  .box-opciones .generar:after {
    display: block;
  }
}

.generar li {
  margin: 0 10px;
}

.generar li:hover a {
  color: #eb4653;
}

.generar li.active a {
  color: #eb4653;
}

.generar li:last-child a {
  border-bottom: none;
}

.generar li a {
  color: #171717;
  text-transform: uppercase;
  font-family: "OpenSans-Semibold";
  font-size: 15px;
  display: block;
  padding: 18px;
  border-bottom: 1px solid #bfbfbf;
}

.contenido-ofertas {
  margin-bottom: 25px;
}

.box-ofertas {
  background-color: white;
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 830px) {
  .box-ofertas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 400px;
  }
}

.box-ofertas .imagen-oferta {
  border-right: 1px solid #cecece;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 13px 0;
}

@media only screen and (min-width: 830px) {
  .box-ofertas .imagen-oferta {
    width: 48%;
  }
}

.box-ofertas .imagen-oferta img {
  width: 90%;
}

@media only screen and (min-width: 830px) {
  .box-ofertas .imagen-oferta img {
    width: auto;
  }
}

.box-ofertas .detalle-oferta {
  padding: 25px 30px;
}

@media only screen and (min-width: 830px) {
  .box-ofertas .detalle-oferta {
    padding: 25px 60px;
    width: 52%;
  }
}

.box-ofertas .detalle-oferta .precio p {
  position: relative;
  top: 15px;
}

.box-ofertas .detalle-oferta .precio span:nth-child(2n) {
  color: #fd626e;
}

.box-ofertas .detalle-oferta .dsct {
  font-size: 25px;
}

.detalle-oferta h2 {
  font-family: "OpenSans-light";
  font-size: 18px;
}

@media only screen and (min-width: 830px) {
  .detalle-oferta h2 {
    font-size: 22px;
  }
}

.detalle-oferta .precio span {
  font-family: "open_sansbold";
  font-size: 40px;
}

@media only screen and (min-width: 830px) {
  .detalle-oferta .precio span {
    font-size: 50px;
  }
}

.detalle-oferta .lista-detalle {
  border-top: 1px solid gray;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
}

.detalle-oferta .lista-detalle ul {
  padding: 0 0 0 10px;
}

.detalle-oferta .lista-detalle ul li {
  color: #313131;
  font-family: "open_sansregular";
  font-size: 14px;
  margin: 0 0 7px 0;
}

.content-btn-generar {
  text-align: left;
  padding: 0;
  margin: 25px 0 0 0;
}

.content-btn-generar .btn-lg {
  padding: 8px 40px;
}

.box-formulario .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  border: 1px solid #cccccc;
}

.box-formulario .bootstrap-select .btn {
  height: 33px;
  font-family: "open_sansregular";
  font-size: 13px;
  background: transparent;
  color: black;
  padding: 0 10px;
  text-transform: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.box-formulario .bootstrap-select.btn-group .dropdown-toggle .caret {
  display: none;
}

.check-mark {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.check-mark:before {
  content: "";
}

.page-ofertas {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-ofertas {
    padding-bottom: 90px;
    background-size: auto;
  }
}

.page-ofertas .contenedor {
  max-width: 1140px;
}

.page-ofertas .row-busqueda {
  width: 100%;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double {
  padding: 0;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .ingrese-codigo > input[type='text'] {
  height: 50px;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .ingrese-codigo > input[type='text'] + i {
  font-size: 24px;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .ingrese-codigo .formulario-codigo {
  top: 64px;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .ingrese-descripcion > input[type='text'] {
  height: 50px;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .ingrese-descripcion > input[type='text'] + i {
  font-size: 24px;
}

.page-ofertas .row-busqueda .content-btn-productos .row-double .formulario-avanzado {
  left: 0;
  top: 64px;
}

@media only screen and (min-width: 830px) {
  .page-ofertas .row-busqueda .content-btn-productos .ingrese-descripcion {
    width: 630px;
  }
}

.page-ofertas .row-busqueda .row-seach {
  padding: 0 50px;
}

.page-ofertas .contenido-ofertas .box-ofertas .imagen-oferta {
  position: relative;
}

.page-ofertas .contenido-ofertas .box-ofertas .imagen-oferta .img-compra:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 88, 119, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.page-ofertas .contenido-ofertas .box-ofertas .imagen-oferta :hover:after {
  opacity: 1;
}

.page-ofertas .contenido-ofertas .box-ofertas .imagen-oferta .img-compra-inner:after {
  content: 'Ver Detalle';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "open_sansbold";
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 100;
}

.page-ofertas .contenido-ofertas .box-ofertas .imagen-oferta :hover:after {
  opacity: 1;
}

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

.box-check.check-big input[type="checkbox"] {
  width: 175px;
  height: 36px;
}

.box-check.check-big label span {
  left: 40px;
  top: 9px;
}

@media only screen and (min-width: 830px) {
  .box-check.check-big label span {
    top: 10px;
  }
}

.box-check input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  /* Styling checkbox */
  width: 155px;
  height: 30px;
  background-color: white;
  border: 1px solid #fd626e;
  border-radius: 20px;
}

.box-check input[type="checkbox"]:checked {
  background-color: #fd626e;
  color: white;
}

.box-check input[type="checkbox"]:focus {
  outline: none;
}

.box-check label {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  position: relative;
}

.box-check label.active span {
  color: white;
}

.box-check label span {
  position: absolute;
  top: 8px;
  left: 30px;
  text-transform: uppercase;
  color: #fd626e;
  font-family: open_sansbold;
  font-size: 14px;
  text-decoration: none;
}

@media only screen and (min-width: 830px) {
  .box-check label span {
    top: 7px;
  }
}

.box-formulario .form-group-all .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 30px;
  position: relative;
  top: 9px;
}

.box-formulario .form-group-all .select2-container .select2-selection--multiple .select2-selection__rendered li {
  padding: 0 10px;
  font-family: "open_sansregular";
  font-size: 13px;
}

.box-formulario .form-group-all .select2-container .select2-search--inline .select2-search__field {
  height: auto;
}

.box-formulario .form-group-all .select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border: 1px solid #cccccc;
}

.ofertas-enblanco .box-ofertas-enblanco {
  height: 150px;
  background: white;
  text-align: center;
  padding-top: 50px;
}

.select2-results__option {
  font-family: "open_sansregular";
  font-size: 13px;
}

.page-administracion {
  background-color: #e7ecee;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 70px;
}

@media only screen and (min-width: 830px) {
  .page-administracion {
    padding-bottom: 106px;
    background-size: auto;
  }
}

.page-administracion .solo {
  margin: 0;
}

.page-administracion #form-selleccionar-producto .form-group-all .content-admin .formulario-avanzado {
  left: -50px;
}

@media only screen and (min-width: 830px) {
  .page-administracion #form-selleccionar-producto .form-group-all .content-admin .formulario-avanzado {
    left: auto;
  }
}

.page-administracion .box-formulario .form-search i {
  top: 8px;
}

.page-administracion .form-group-all {
  padding: 0 !important;
}

.page-administracion .contenedor {
  max-width: 100%;
}

.page-administracion .contenedor .content-table {
  display: grid;
}

@media only screen and (min-width: 830px) {
  .page-administracion .contenedor .content-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-administracion .contenedor .content-table .columna3 {
  width: 100%;
  float: left;
}

.page-administracion .contenedor .content-table .columna3 th {
  display: table-cell;
}

.page-administracion .contenedor .content-table .columna3 td:before {
  content: none;
}

.page-administracion .contenedor .content-table .columna3 .cont-checkbox input {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-administracion .contenedor .content-table .columna3 .celeste {
  text-align: center;
  background: #c3deeb;
}

.page-administracion .contenedor .content-table .columna3 .celeste span {
  color: #6b9db7;
}

@media only screen and (min-width: 830px) {
  .page-administracion .contenedor .content-table .columna3 {
    width: 33.3%;
    float: left;
  }
}

.page-administracion .contenedor .content-table .columna3 .cel-nombre {
  text-align: center;
  width: 33.3%;
  float: left;
  height: 40px;
  background: white;
  padding: 10px 10px 5px 10px;
}

.page-administracion .contenedor .content-table .columna3 .cel-nombre span {
  text-align: center;
}

.page-administracion .contenedor .content-table .columna3 .cel-nombre2 {
  text-align: center;
  width: 100%;
  float: left;
  height: 60px;
  padding-top: 8px;
  background: white;
}

.page-administracion .contenedor .content-table .columna3 .cyan {
  font-size: 14px;
  background: #148dcc;
  padding: 10px 46px;
}

.page-administracion .contenedor .content-table .pad {
  padding: 0 5px;
}

.page-administracion .contenedor form button {
  display: -webkit-box;
  text-align: center;
  margin: 0 auto;
}

.page-administracion .contenedor form .form-search i {
  top: 9px;
}

.box-admin-tab {
  padding: 20px 0 0 0;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab {
    padding: 30px 0 0 0;
  }
}

.box-admin-tab .selec_todo {
  text-align: center;
  padding: 10px 0;
  background: #527a8f;
  color: white;
}

.box-admin-tab .selec_todo input[type="checkbox"] {
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.box-admin-tab .row-tab {
  height: 170px;
}

.box-admin-tab .row-busqueda {
  padding: 40px 20px;
  background: white;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .row-busqueda {
    padding: 40px 60px;
  }
}

.box-admin-tab .nav-tabs {
  border-bottom: 1px solid #aec1ca;
  border-top: 1px solid #aec1ca;
  border-left: 1px solid #aec1ca;
}

.box-admin-tab .nav-tabs > li {
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #aec1ca;
  position: relative;
}

.box-admin-tab .nav-tabs > li > a {
  margin: 0;
}

.box-admin-tab .nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 94px;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #c3deeb transparent;
  display: block;
  width: 0;
  z-index: 100;
  display: none;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .nav-tabs > li.active > a:after {
    display: block;
  }
}

.box-admin-tab .nav-tabs > li.active > a, .box-admin-tab .nav-tabs > li.active > a:hover, .box-admin-tab .nav-tabs > li.active > a:focus {
  margin: 0;
  background-color: #c3deeb;
}

.box-admin-tab .nav > li > a {
  padding: 20px 6px;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .nav > li > a {
    padding: 22px 15px;
  }
}

.box-admin-tab .nav > li > a:hover, .box-admin-tab .nav > li > a:focus {
  background-color: #e6eff4;
}

.box-admin-tab .nav > li > a img {
  width: 100%;
  max-width: 82px;
}

.box-admin-tab .nav > li > a h2 {
  font-family: "OpenSans-light";
  font-size: 8px;
  line-height: 12px;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .nav > li > a h2 {
    font-size: 14px;
    line-height: 10px;
  }
}

.box-admin-tab .nav > li > a h2 span {
  font-size: 8px;
  display: block;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .nav > li > a h2 span {
    font-size: 30px;
    line-height: 35px;
  }
}

.box-admin-tab .select-admin {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .select-admin {
    margin: 0;
  }
}

.box-admin-tab .input-admin {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .input-admin {
    margin: 0;
  }
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .row-empresa {
    padding: 40px 140px;
  }
}

.box-admin-tab .row-empresa .box-reservas-descuento .row-cliente-detalle .col-direccion {
  padding: 0 20px 0 0;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .row-empresa .box-reservas-descuento .row-cliente-detalle .col-cliente {
    padding: 0 0 0 24px;
  }
}

.box-admin-tab .row-empresa .box-reservas-descuento .row-cliente-detalle .row-detalle {
  padding: 0;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .row-empresa .box-reservas-descuento .row-cliente-detalle .row-detalle {
    padding: 25px 0 0 0;
  }
}

.box-admin-tab .tabla .cel-nombre {
  text-align: left;
}

.box-admin-tab .tabla .cel-describe {
  text-align: left;
}

@media only screen and (min-width: 830px) {
  .box-admin-tab .select-admin {
    width: 360px;
    margin: 0 25px 0 0;
  }
}

.row-admin {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 830px) {
  .row-admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.row-admin > span {
  font-family: OpenSans-light;
  font-size: 22px;
  margin: 0 14px 14px 0;
  display: block;
}

@media only screen and (min-width: 830px) {
  .row-admin > span {
    padding: 0;
    margin: 0 14px 0 0;
  }
}

@media only screen and (min-width: 830px) {
  .row-admin {
    max-width: none;
  }
}

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

@media only screen and (min-width: 830px) {
  .content-admin {
    text-align: left;
  }
}

.content-admin .row-btn {
  position: relative;
}

.content-admin .row-btn > a {
  font-size: 10px;
  padding: 10px 17px;
  height: auto;
  font-family: OpenSans-Semibold;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
}

@media only screen and (min-width: 830px) {
  .content-admin .row-btn > a {
    font-size: 12px;
    display: inline-block;
    margin: 0 24px  0 0;
    padding: 13px 27px;
  }
}

.content-admin .row-btn > a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.content-admin .row-btn > a i.fa.fa-play-circle-o {
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 15px;
}

@media only screen and (min-width: 830px) {
  .content-admin .row-btn > a i.fa.fa-play-circle-o {
    font-size: 20px;
    top: 10px;
  }
}

.content-admin .formulario-avanzado {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 830px) {
  .content-admin .formulario-avanzado {
    right: 15px;
  }
}

.mantenimiento-cliente {
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 40px 20px;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-cliente {
    padding: 0 20px;
    background: #eef2f4;
  }
}

.mantenimiento-aprobacion {
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 40px 20px;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion {
    padding: 40px 75px;
  }
}

.mantenimiento-aprobacion .row-cliente-detalle {
  margin: 0;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .row-cliente-detalle {
    margin: 15px 0 0 0;
  }
}

.mantenimiento-aprobacion .row-cliente-detalle .row-title-cliente {
  padding: 0 0 16px 0;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .row-cliente-detalle .row-title-cliente {
    padding: 0 10px 16px 10px;
  }
}

.mantenimiento-aprobacion .row-cliente-detalle .row-detalle {
  padding: 0;
}

.mantenimiento-aprobacion .col-cliente {
  padding: 0 0 25px 0;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .col-cliente {
    border-right: 1px solid #a2aebd;
    width: auto;
    padding: 0;
    margin: 15px 0 0 0;
  }
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .col-cliente:last-child {
    border-right: none;
  }
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .col-cliente .row {
    padding: 0 30px 0 0;
  }
}

.mantenimiento-aprobacion .col-cliente .hide-mobil {
  display: block;
}

@media only screen and (min-width: 830px) {
  .mantenimiento-aprobacion .col-cliente .hide-mobil {
    display: none;
  }
}

.content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0 0 0;
}

.content-button .btn {
  font-size: 14px;
  padding: 8px 44px;
  font-family: "open_sansbold";
}

.box-input-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-input-small input {
  margin: 0 5px 0 0;
}

.form-group-more.three-column.flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (min-width: 830px) {
  .content-permiso .btn-blue-light {
    font-size: 15px;
    line-height: 24px;
  }
}

.wrapper.main-404 {
  background-color: #d3dde9;
  background-position: top center;
  background-position: 0  90px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 830px) {
  .wrapper.main-404 {
    background-image: none;
  }
}

.page-404 {
  padding: 27px 0 50px;
}

@media only screen and (min-width: 830px) {
  .page-404 {
    padding: 27px 0;
  }
}

.box-404 {
  background-color: white;
  background-position: top center;
  background-repeat: no-repeat;
  height: 500px;
  margin: 0 0 120px 0;
  padding: 0 20px 46px;
}

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

.numero-404 span {
  color: #148dcc;
  font-size: 120px;
  font-family: "OpenSans-Semibold";
  text-align: center;
  position: relative;
  display: block;
  line-height: 180px;
}

@media only screen and (min-width: 830px) {
  .numero-404 span {
    font-size: 230px;
    line-height: 246px;
  }
}

.numero-404 span:after {
  content: '';
  position: absolute;
  top: 183px;
  right: 0;
  width: 20px;
  border-top: 4px solid #148dcc;
  width: 252px;
  display: none;
}

@media only screen and (min-width: 830px) {
  .numero-404 span:after {
    font-size: 230px;
    display: block;
  }
}

.numero-404 span:before {
  content: '';
  position: absolute;
  top: 92px;
  left: 0;
  height: 156px;
  width: 252px;
  background-image: url(../images/senial.png);
  background-repeat: no-repeat;
  background-position: -10px center;
  display: none;
}

@media only screen and (min-width: 830px) {
  .numero-404 span:before {
    font-size: 230px;
    display: block;
  }
}

.detalle-404 {
  max-width: 370px;
  text-align: center;
  margin: 0 auto;
}

.detalle-404 p {
  color: #545454;
  font-size: 13px;
  font-family: "open_sansregular";
  line-height: 20px;
}

.detalle-404 .email a {
  color: #1c1c1c;
  font-size: 16px;
  font-family: "open_sansregular";
}

.detalle-404 .content-btn-regresar {
  text-align: center;
  padding: 15px 0 0 0;
}

.box-image-wrap{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;  
    width: 100%;
}

.filePdo{
  position: absolute !important;
}

.box-cuotas{
  font-size: 13px;
  padding-top: 20px;  
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.right{
  text-align: right;
}

.imgd{
  margin-bottom: 10px;
}

.txta{
  font-size: 13px;
  font-family: open_sansregular;
  min-height: 60px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;  
  width: 100%;
}

#avatar_emp,
#avatar_eecc {
  background: #ededed;
  border: 1px solid #ededed;
  border-radius: 50%;  
}

.tabla .cel-money {
  text-align: right;
}

.tabla .cel-texto {
  text-align: left;
}

.oferta_tag, .atl_red{
  color: #fd626e;
}

.height-auto{
  height: auto !important;
}

.attachReport{
  padding-bottom: 10px;
  font-size: 13px;
  color: #8a8a8a;
  font-family: open_sansregular;
}
/*# sourceMappingURL=main.css.map */

.fancybox-inner {
    overflow-x: hidden !important;
}

.tbl_seg_ped {
    margin-top: 20px;
}

@media only screen and (min-width: 830px) {
  .tbl_seg_ped {
      margin-top: 0px;
  }
}

.color_transito{
  background-color: #f7e6b7 !important;
}
.color_disponible{
  background-color: #d9f3cc !important;
}

.esta_azul{
  color: #148dcc;
}

.esta_rojo{
  color: #fc3a49;
}

.esta_griss{
  color: #9e9e9e;
}
.btn-normal{
  font-size: 12px !important;
  padding: 13px 20px 13px 20px !important;
}
.ml-20{
  margin-left: 20px !important;
}
@media only screen and (max-width: 768px){
  .ml-20{
    margin-left: 0px !important;
  }
} 