/**
 * Version: 1.0.0
 * Last update: 2015/11/27
 * Author: Ke_t
 *
 * Summary:
 *
 *	0. IMPORTS
 *	1. GENERAL
 *	2. SECTIONS
 */
/* ==========================================================================
   0. IMPORTS
   ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/vendor/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/vendor/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/vendor/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/vendor/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/vendor/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/vendor/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/vendor/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/vendor/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/vendor/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/vendor/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/vendor/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/vendor/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansboldt") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "varela";
  src: url("../fonts/varelaround-regular-webfont.eot");
  src: url("../fonts/varelaround-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/varelaround-regular-webfont.woff2") format("woff2"), url("../fonts/varelaround-regular-webfont.woff") format("woff"), url("../fonts/varelaround-regular-webfont.ttf") format("truetype"), url("../fonts/varelaround-regular-webfont.svg#varela_roundregular") format("svg");
  font-weight: 200;
  font-style: normal;
}
/* line 376, sprite/*.png */
.sprite-sprite {
  background-image: url('../images/sprite.png?vc5e8ba299a');
  background-repeat: no-repeat;
}

/* ==========================================================================
   1. GENERAL
   ========================================================================== */
/* line 22, ../sass/theme.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 27, ../sass/theme.scss */
body {
  background: #fff;
  box-sizing: border-box;
  color: #04303f;
  font-family: opensans, Verdana, sans-serif;
  font-weight: 200;
  line-height: 1.2em;
  font-size: 16px;
}

/* line 36, ../sass/theme.scss */
a {
  color: #008ebc;
  text-decoration: none;
}
/* line 39, ../sass/theme.scss */
a:hover, a:active {
  color: #008ebc;
}

/* line 44, ../sass/theme.scss */
.column-50 {
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
  width: 48%;
}
/* line 49, ../sass/theme.scss */
.column-50 .mrtg-image {
  margin-bottom: 1em;
}
/* line 51, ../sass/theme.scss */
.column-50 .mrtg-image img {
  width: 100%;
}

/* line 56, ../sass/theme.scss */
.btn {
  background: none;
  background-color: #e1f1fA;
  border: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 63, ../sass/theme.scss */
.ico-greenlight,
.ico-greylight,
.ico-warnlight,
.ico-redlight {
  background-color: #008000;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  width: 1em;
}

/* line 74, ../sass/theme.scss */
.ico-greylight {
  background-color: #808080;
}

/* line 77, ../sass/theme.scss */
.ico-warnlight {
  background-color: #d1841e;
}

/* line 80, ../sass/theme.scss */
.ico-redlight {
  background-color: #b90101;
}

/* line 83, ../sass/theme.scss */
table {
  border-bottom: 1px dotted #ececec;
  border-top: 1px dotted #ececec;
  font-size: .9em;
  margin-bottom: 1em;
  width: 100%;
}
/* line 89, ../sass/theme.scss */
table th,
table td {
  text-align: left;
}
/* line 93, ../sass/theme.scss */
table tr {
  line-height: 1.5em;
}
/* line 95, ../sass/theme.scss */
table tr td {
  border-bottom: 1px solid #ececec;
}
/* line 97, ../sass/theme.scss */
table tr td .btn {
  background-color: transparent;
}
/* line 99, ../sass/theme.scss */
table tr td .btn.test {
  background-color: #e1f1fA;
}
/* line 106, ../sass/theme.scss */
table tr .success {
  text-align: center;
}
/* line 108, ../sass/theme.scss */
table tr .success form {
  margin: 0;
}
/* line 111, ../sass/theme.scss */
table tr .success .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -60px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 115, ../sass/theme.scss */
table tr .ticket {
  text-align: center;
}
/* line 117, ../sass/theme.scss */
table tr .ticket form {
  margin: 0;
}
/* line 120, ../sass/theme.scss */
table tr .ticket .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -156px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 124, ../sass/theme.scss */
table tr .kick {
  text-align: center;
}
/* line 126, ../sass/theme.scss */
table tr .kick form {
  margin: 0;
}
/* line 129, ../sass/theme.scss */
table tr .kick .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -84px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 133, ../sass/theme.scss */
table tr .sandclock {
  text-align: center;
}
/* line 135, ../sass/theme.scss */
table tr .sandclock form {
  margin: 0;
}
/* line 138, ../sass/theme.scss */
table tr .sandclock .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -132px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 142, ../sass/theme.scss */
table tr .smartphone {
  text-align: center;
}
/* line 144, ../sass/theme.scss */
table tr .smartphone form {
  margin: 0;
}
/* line 147, ../sass/theme.scss */
table tr .smartphone .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -108px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 151, ../sass/theme.scss */
table tr .danger {
  text-align: center;
}
/* line 153, ../sass/theme.scss */
table tr .danger form {
  margin: 0;
}
/* line 156, ../sass/theme.scss */
table tr .danger .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -36px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}

/* line 163, ../sass/theme.scss */
.scrollable {
  overflow: auto;
  overflow-x: hidden;
  height: 300px;
}

/* line 169, ../sass/theme.scss */
.text-right {
  text-align: right;
}

/* line 173, ../sass/theme.scss */
.text-center {
  text-align: center;
}

/* line 177, ../sass/theme.scss */
input,
select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ececec;
  padding: 0.5em;
}
/* line 182, ../sass/theme.scss */
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* line 187, ../sass/theme.scss */
input[type="submit"] {
  display: block;
}
/* line 190, ../sass/theme.scss */
input[type="checkbox"] {
  height: 1.5em;
  width: 1.5em;
}
/* line 194, ../sass/theme.scss */
input[type="number"] {
  width: 125px;
}

/* line 198, ../sass/theme.scss */
ul {
  list-style-type: none;
}

/* line 201, ../sass/theme.scss */
.center {
  text-align: center;
}

/* line 204, ../sass/theme.scss */
.title {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #C7D9E2;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 1em;
}

/* line 211, ../sass/theme.scss */
.title-list {
  font-weight: 600;
}

/* line 214, ../sass/theme.scss */
.form-group {
  display: inline-block;
  margin: 0 1em 1em 0;
}
/* line 217, ../sass/theme.scss */
.form-group label {
  display: block;
  margin: 0 1em 0.25em 0;
}
/* line 221, ../sass/theme.scss */
.form-group .obligatorio {
  border: 1px solid red;
}
/* line 224, ../sass/theme.scss */
.form-group .uppercase {
  text-transform: uppercase;
}

/* line 228, ../sass/theme.scss */
.check-box {
  margin-bottom: 1em;
}
/* line 230, ../sass/theme.scss */
.check-box label {
  line-height: 1.5em;
  vertical-align: top;
}

/* line 236, ../sass/theme.scss */
.page-numbers span,
.page-numbers a {
  background-color: #e1f1fA;
  color: #40536e;
  display: inline-block;
  padding: .5em;
}
/* line 243, ../sass/theme.scss */
.page-numbers span {
  background-color: #40536e;
  color: #e1f1fA;
  margin: 0 .3em;
}

/* ==========================================================================
   1. SECTIONS
   ========================================================================== */
/* line 252, ../sass/theme.scss */
.wrapper-container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  min-width: 1000px;
}

/* CABECERA *******************************************************************/
/******************************************************************************/
/* line 259, ../sass/theme.scss */
.panel-heading {
  background: #6d83a3;
  background: -webkit-linear-gradient(legacy-direction(#798dab), #6d83a3);
  background: linear-gradient(#798dab, #6d83a3);
  border: 0;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  padding: 1em 1em 0;
}
/* line 266, ../sass/theme.scss */
.panel-heading > div {
  display: inline-block;
  vertical-align: top;
}
/* line 269, ../sass/theme.scss */
.panel-heading > div.user-language {
  float: right;
}

/* line 274, ../sass/theme.scss */
.panel-heading-sub {
  border-top: 2px solid #8cb9d3;
  border-bottom: 2px solid #8cb9d3;
  margin: -4px 0 1em;
}
/* line 278, ../sass/theme.scss */
.panel-heading-sub form {
  margin: 0;
}

@-moz-document url-prefix() {
  /* line 283, ../sass/theme.scss */
  .panel-heading-sub {
    margin-top: 0;
  }
}
/* logo */
/* line 288, ../sass/theme.scss */
.logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: 0 -267px;
  height: 43px;
  width: 209px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
  margin: 1em 2em 1em 0;
}

/* menu */
/* line 294, ../sass/theme.scss */
.menu form {
  margin-bottom: 0;
}
/* line 297, ../sass/theme.scss */
.menu .btn-default {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -103px -310px;
  height: 107px;
  width: 103px;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 0;
  position: relative;
}
/* line 305, ../sass/theme.scss */
.menu .btn-default:hover, .menu .btn-default.active {
  background-color: #8cb9d3;
}
/* line 309, ../sass/theme.scss */
.menu .btn-default.ico-cuadro {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -310px;
  height: 107px;
  width: 103px;
}
/* line 312, ../sass/theme.scss */
.menu .btn-default.ico-configurar {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -103px -417px;
  height: 107px;
  width: 103px;
}
/* line 315, ../sass/theme.scss */
.menu .btn-default.ico-operar {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -103px -524px;
  height: 107px;
  width: 103px;
}
/* line 318, ../sass/theme.scss */
.menu .btn-default.ico-page {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -524px;
  height: 107px;
  width: 103px;
}
/* line 321, ../sass/theme.scss */
.menu .btn-default.ico-users {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -417px;
  height: 107px;
  width: 103px;
}
/* line 324, ../sass/theme.scss */
.menu .btn-default span {
  bottom: 0.5em;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 95%;
}

/* user */
/* line 334, ../sass/theme.scss */
.user-language {
  text-align: right;
}
/* line 336, ../sass/theme.scss */
.user-language .language {
  color: #04303f;
  font-size: 0.6em;
}
/* line 340, ../sass/theme.scss */
.user-language .user-data {
  display: table;
}
/* line 342, ../sass/theme.scss */
.user-language .user-data > div {
  display: table-cell;
  padding: 0.5em;
  vertical-align: middle;
}
/* line 348, ../sass/theme.scss */
.user-language .logout .btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -12px 0;
  height: 24px;
  width: 24px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
}
/* line 352, ../sass/theme.scss */
.user-language .logout .btn:hover {
  background-color: #8cb9d3;
}

/* submenu */
/* line 358, ../sass/theme.scss */
.panel-heading-sub {
  background-color: #8cb9d3;
}
/* line 360, ../sass/theme.scss */
.panel-heading-sub .btn {
  background-color: transparent;
  color: #40536e;
  padding: 0.5em;
}
/* line 364, ../sass/theme.scss */
.panel-heading-sub .btn:hover, .panel-heading-sub .btn.active {
  background: #3E516D;
  background: -webkit-linear-gradient(legacy-direction(#40536e), #3E516D);
  background: linear-gradient(#40536e, #3e516d);
  border-radius: 0;
  color: #fff;
}

/* CUERPO *********************************************************************/
/******************************************************************************/
/* line 374, ../sass/theme.scss */
.wrapper-content {
  margin-bottom: 1em;
  padding: 0 1em;
}

/* line 378, ../sass/theme.scss */
#loginform {
  border: 1px solid #ececec;
  margin: 6em auto;
  max-width: 500px;
  min-width: 150px;
  padding: 3em;
  text-align: center;
}
/* line 385, ../sass/theme.scss */
#loginform .form-group.contrasenha {
  margin-right: 0;
}
/* line 388, ../sass/theme.scss */
#loginform .btn-info {
  clear: both;
  display: inline-block;
  max-width: 315px;
  text-align: center;
  width: 100%;
}

/* line 397, ../sass/theme.scss */
.search-form .btn-info {
  clear: both;
  display: inline-block;
  text-align: center;
}
/* line 403, ../sass/theme.scss */
.search-form .form-left {
  float: left;
}

/* line 407, ../sass/theme.scss */
.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
/* line 411, ../sass/theme.scss */
.sidebar.second-sidebar {
  width: 40%;
}

/* line 415, ../sass/theme.scss */
.content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
/* line 419, ../sass/theme.scss */
.content.sidebar-1 {
  padding: 0 1em;
  width: 79%;
}
/* line 423, ../sass/theme.scss */
.content.sidebar-2 {
  padding: 0 1em;
  width: 39%;
}

/* line 428, ../sass/theme.scss */
.panel-body {
  padding: 0;
}

/* line 432, ../sass/theme.scss */
.menu-lateral .btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #e1f1fA;
  color: #04303f;
  margin-bottom: 3px;
  min-height: 50px;
  text-align: left;
  white-space: initial;
  width: 100%;
  position: relative;
  padding-left: 60px;
  padding-right: 13px;
}
/* line 444, ../sass/theme.scss */
.menu-lateral .btn:hover, .menu-lateral .btn.active {
  background-color: #40536e;
  color: #e1f1fA;
}
/* line 449, ../sass/theme.scss */
.menu-lateral .btn > span {
  display: inline-block;
  vertical-align: middle;
}
/* line 453, ../sass/theme.scss */
.menu-lateral .btn .ico {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -160px -144px;
  height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  bottom: 0;
  left: 10px;
  margin: auto;
  position: absolute;
  top: 0;
}

.menu-lateral .btn .ico.ico-instagram {
  background-image: url('../images/ico-instagram.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.menu-lateral .btn .ico.ico-linkedin {
  background-image: url('../images/ico-linkedin.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.menu-lateral .btn .ico.ico-facebook {
  background-image: url('../images/ico-facebook.png');
  background-position: 0px 0px;
  background-size: 100%;
}

.menu-lateral .btn .ico.ico-twitter {
  background-image: url('../images/ico-twitter.png');
  background-position: -6px -6px;
  background-size: 132%;
}

/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-calendar {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -80px -184px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-clipboard {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -80px -144px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-clipboard-list {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -120px -184px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-clock {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -80px -104px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-cog {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -40px -104px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-cogs {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -104px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-connection {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -80px -64px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-credit-card {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -40px -64px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-cross {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -40px -144px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-display {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -112px -24px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-display-cross {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -72px -24px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-hammer {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -152px -24px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-key {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -24px;
  height: 32px;
  width: 32px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-kick {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -84px 0;
  height: 24px;
  width: 24px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-list {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -120px -64px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-paypal {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -160px -64px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-sandclock {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -132px 0;
  height: 24px;
  width: 24px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-smartphone {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -108px 0;
  height: 24px;
  width: 24px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-stats-dots {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -40px -184px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-switch {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -120px -104px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-tab {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -160px -104px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-tree {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -144px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-user-tie {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -120px -144px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-user-tie-new {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -160px -184px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-user {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -160px -144px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-user-new {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: -32px -24px;
  height: 40px;
  width: 40px;
}
/* line 463, ../sass/theme.scss */
.menu-lateral .btn .ico.ico-wrench {
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-position: 0 -184px;
  height: 40px;
  width: 40px;
}
/* line 468, ../sass/theme.scss */
.menu-lateral .btn.btn-second {
  padding-left: 10px;
  width: 80%;
  margin-left: 20%;
}
/* line 474, ../sass/theme.scss */
.menu-lateral .check {
  background-color: #008000;
  border-left: 1px solid #e1f1fA;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}
/* line 483, ../sass/theme.scss */
.menu-lateral .check.check-bad {
  background-color: #b90101;
}

/* PIE ************************************************************************/
/******************************************************************************/
/* line 492, ../sass/theme.scss */
.footer-wrapper .footer {
  background-color: #8cb9d3;
  margin: 0 auto;
  min-height: 2em;
}

/* line 5, ../sass/_blocks.scss */
.ui-datepicker tr {
  line-height: inherit;
}
/* line 8, ../sass/_blocks.scss */
.ui-datepicker .ui-state-default {
  border: 1px solid #ececec;
  background: #fff;
  font-weight: normal;
  color: #04303f;
}
/* line 13, ../sass/_blocks.scss */
.ui-datepicker .ui-state-default.ui-state-highlight, .ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid #3E516D;
  background: #8cb9d3;
  color: #fff;
}
/* line 19, ../sass/_blocks.scss */
.ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid #ececec;
}
/* line 24, ../sass/_blocks.scss */
.ui-datepicker .ui-datepicker-prev .ui-icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: -192px -24px;
  height: 15px;
  width: 12px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}
/* line 28, ../sass/_blocks.scss */
.ui-datepicker .ui-datepicker-next .ui-icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: 0 0;
  height: 15px;
  width: 12px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
}

/* line 4, ../sass/_pages.scss */
#print-ticket {
  font-size: .8em;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  /*.logo-hotel {
    @include image-background("logo-hotel-print.png");
    margin: 1em auto;
  }*/
}
/* line 13, ../sass/_pages.scss */
#print-ticket .title {
  background-color: initial;
}
/* line 16, ../sass/_pages.scss */
#print-ticket .smsAviso {
  margin-top: 1em;
}
/* line 19, ../sass/_pages.scss */
#print-ticket div {
  display: block;
}
/* line 21, ../sass/_pages.scss */
#print-ticket div .resaltado {
  font-weight: 600;
}
/* line 26, ../sass/_pages.scss */
#print-ticket table tr,
#print-ticket table td {
  border: none;
}
/* line 31, ../sass/_pages.scss */
#print-ticket #precio {
  border-top: 1px solid #04303f;
}

/* line 36, ../sass/_pages.scss */
.logo-print {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: 0 -224px;
  height: 43px;
  width: 209px;
  background-image: url('../images/sprite.png?vc884b79ec9');
  background-repeat: no-repeat;
  margin: 1em auto;
}

/* line 44, ../sass/_pages.scss */
#options, #plantilla {
  width: 290px;
  height: 590px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #efefef;
  display: inline;
  float: left;
}

/* line 54, ../sass/_pages.scss */
#content, #optionsContent {
  height: 430px;
  width: 340px;
  margin: 0px;
  padding: 0px;
}

/* line 56, ../sass/_pages.scss */
#footerLogin {
  font-size: 12px;
  padding-bottom: 10px;
}

/* line 60, ../sass/_pages.scss */
.logo-hotel {
  background: url("../../images/logo-hotel-print.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 120px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
}

/* line 69, ../sass/_pages.scss */
#options .logo, #plantilla .logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: 0 -440px;
  height: 43px;
  width: 209px;
  background-image: url("../../images/sprite.png?v5f3e9f21df");
  background-repeat: no-repeat;
  margin: 1em auto;
}

/* line 81, ../sass/_pages.scss */
.linea {
  text-align: center;
}

/* line 82, ../sass/_pages.scss */
.resaltado {
  font-weight: bold;
}

/* line 83, ../sass/_pages.scss */
.info, .precio, .fecha {
  border: 1px solid #efefef;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  width: 270px;
}

/* line 91, ../sass/_pages.scss */
#optionsContent.logo-hotel, #optionsContent.info, #optionsContent.precio {
  border: none !important;
}

/* line 92, ../sass/_pages.scss */
.ok {
  color: #8CB9D3;
  font-weight: bold;
  text-align: center;
}

/* line 93, ../sass/_pages.scss */
.error {
  color: #F44336;
  font-weight: bold;
  text-align: center;
}

/* line 94, ../sass/_pages.scss */
#guardarConfTicket {
  margin-top: 10px;
}

/* line 99, ../sass/_pages.scss */
.mb-down,
.mb-up {
  display: block;
  line-height: 2em;
}

/*# sourceMappingURL=theme.css.map */
